/*==HEADER========================*/
header {
    width: 100%;
    min-height: 25vh;
    position: relative;
    padding: 10em 0% 3em 0%;
    background-image: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0;
    animation: simple 0.5s ease-in-out;
    animation-fill-mode: forwards;
        z-index: 1;
}
/*Top y Menu Principal*/
.header_top{
       position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
}

.ver_catalogo
.header_top_responsive{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100px;
    background-color: rgba(255,255,255,255);
    z-index: 1500;
}
.barra_top{
    padding: 10px 7% 10px 7%;
    text-align: right;
    color: #8B989B;
    font-size: 1.1em;
    position: relative;
}
.barra_topcovid{
    padding: 13px 7% 10px 7%;
    text-align: right;
    color: #55616d;
    font-size: 1.1em;
    position: relative;
}
.telefono_header{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.email_header{
    display: inline-block;
    vertical-align: middle;
}
.logo{
    position: absolute;
    left: 7%;
    top: 20px;
}

nav.menu_principal{
    width: 100%;
    padding: 20px 7% 0px 7%;
    position: relative;
    background-color: rgba(255,255,255,.5);
    text-align: right;
    transition: all 0.5s ease-in-out;    z-index: 2000;
}
nav.menu_principalcovid{
    width: 100%;
    padding: 25px 7% 0px 7%;
    position: relative;
    background-color: rgba(255,255,255,.5);
    text-align: right;
    transition: all 0.5s ease-in-out;    z-index: 2000;
}
#responsive_menu_btn{
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 11000;
    padding: 7px;
    padding-top: 12px;
    top: 5px;
    right: 7%;
    cursor: pointer;
}
#responsive_menu_btn span{
    width: 100%;
    height: 2px;
    position: relative;
    display: block;
    background-color: #a47864;
    transition: all 0.2s ease-in-out;
}
#responsive_menu_btn span:nth-child(1){
    margin-bottom: 10px;
}
#responsive_menu_btn span:nth-child(3){
    margin-top: 10px;
}
#responsive_menu_btn span:nth-child(4){
    position: absolute;
    top: 25px;
    left: 10px;
    transform-origin: center;
    opacity: 0;
}
#responsive_menu_btn span:nth-child(5){
    position: absolute;
    opacity: 0;
    top: 25px;
    left: 10px;
    transform-origin: center;
}
#responsive_menu_btn.opened span:nth-child(1), #responsive_menu_btn.opened span:nth-child(2), #responsive_menu_btn.opened span:nth-child(3){
    opacity: 0;
}
#responsive_menu_btn.opened span:nth-child(4){
    opacity: 1;
    width: 31px;
    transform: rotateZ(45deg);
}
#responsive_menu_btn.opened span:nth-child(5){
    opacity: 1;
    width: 31px;
    transform: rotateZ(-45deg);
}
nav.menu_responsive{
    width: 100vw;
    height: 100vh;
    padding: 30px 12% 30px 7%;
    position: fixed;
    z-index: 10000;
    opacity: 0.98;
    top: -120%;
    left: 0;
    background-color: #0C141D;
    text-align: left;
    transition: all 0.5s ease-in-out;
}
nav.menu_principal a.menu_btn{
            font-weight: 400;
            letter-spacing: .15rem;
            display: inline-block;
            position: relative;
            padding: 10px 10px 30px 10px;
            text-align: center;
            font-family: 'utile-display', sans-serif;
            color: #61696b;
            font-size: 1em;
            vertical-align: middle;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transition: all 0.2s ease-out;
        }
nav.menu_principalcovid a.menu_btn{
    display: inline-block;
    position: relative;
    padding: 10px 10px 30px 20px;
    text-align: center;
    font-family: "utile-display", sans-serif;
    color: #8B989B;
    font-size: 1.1em;
    vertical-align: middle;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-out;
}
.indicador{
    width: 10px;
    height: 10px;
    position: absolute;
    display: block;
    opacity: 0;
    left: 35%;
    bottom: -5px;
    transform: rotateZ(45deg);
    background-color: #a47864;
    transition: all 0.2s ease-out;
}
nav.menu_principal a.menu_btn:hover{
    color: #a47864;
}
nav.menu_principalcovid a.menu_btn:hover{
    color: #a47864;
}
a.menu_btn:hover > .indicador{
    left: 45%;
    opacity: 1;
}
nav.menu_responsive a.menu_btn{

    display: block;
    padding: 10px 30px 14px 20px;
    text-align: center;
    font-family: "utile-display", sans-serif;
    letter-spacing: .25px;
    color: #fff;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 1.5px dotted #fff;
    
}
nav.menu_principal a.logo{
    display: block;
    position: absolute;
    padding-top: 0%;
    left: 0%;
    top: 0px;
    height: 42px;
    width: 14%;
    opacity: 0;
    animation: simpleTranslate 0.5s ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}
nav.menu_principalcovid a.logo{
    display: block;
    position: absolute;
    padding-top: 0%;
    left: 0%;
    top: 0px;
    height: 42px;
    width: 14%;
    opacity: 0;
    animation: simpleTranslate 0.5s ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}
nav.menu_principal a.logo img{
    max-width: 90%;
    max-height: 60px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top:0px;
}
nav.menu_principalcovid a.logo img{
    max-width: 90%;
    max-height: 60px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top:2px;
}
.header_top_responsive a.logo{
    max-width: 90%;
    max-height: 60px;
    position: fixed;
    display: inline-block;
    vertical-align: middle;
}



.header_top_responsive a.logocovid img {
    max-width: 100%;
    max-height: 60px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
	top: 2px;
}

/*Texto e Imagen del Header*/
.texto_header_sitio{
    position: relative;
    margin-left: auto;
    margin-left: 15%;
    min-width: 300px;
    width: auto;
}
.texto_box{
    position: relative;
    margin-left: 0;
    min-width: 300px;
    width: 100%;
    overflow: hidden;
}
.col_izq{
    position: relative;
    overflow: hidden;
}
.texto_box .col_izq, .texto_box .col_der{
    float: left;
    min-width: 145px;
    margin-right: 35px;
}
.texto_box h1{
    text-align: left;
    font-family: "Exo", sans-serif;
    color: #FFF;
    display: inline-block;
    font-size: 2.5em;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.texto_box .col_izq h1{
    text-align: center;
    padding: 2.8em 0.5em 0.5em 0.5em;
    margin-left: 0px;
    border: 9px solid #a47864;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 2px;
    opacity: 0;
    animation: simple 0.5s ease-in-out;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}
.texto_box .col_der h1{
    margin-bottom: 20px;
    font-weight: 400;
    opacity: 0;
    animation: simpleTranslate 0.5s ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
.texto_box .col_izq a{
    padding: 15px 15px 15px 45px;
    width: 100%;
    height: auto;
    font-family: "Exo", sans-serif;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    background-color: #2b343f;
    opacity: 0;
    animation: simpleTranslate 0.5s ease-in-out;
    animation-delay: 2.1s;
    animation-fill-mode: forwards;
    transition: all 0.2s ease-out;
}
.texto_box .col_izq a:hover{
    color: #FFF;
    background-color: #101a25;
}
.descripcion_sitio{
    width: auto;
    height: auto;
    opacity: 0;
    animation: simpleTranslate 0.5s ease-in-out;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}
.descripcion_sitio h2{
    text-align: left;
    font-family: "Catamaran", sans-serif;
    font-size: 1em;
    font-weight: 400;
    max-width: 250px;
    line-height: 1.5;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ver_catalogo {
    background-color: #a47864;
    width: 130px !important;
    padding: 10px;
    display: block;
    font-size: .9em;
    color: #fff;
    margin-top: 37px;
    margin:0 auto;
    text-align: center;

    border-radius: 2.5px;

    cursor: pointer;
    font-family: "utile-display", sans-serif;
        letter-spacing: .25px;
    font-size: 1em;
        margin-bottom: 20px;
    margin-top:20px;
}




.ver_catalogo:hover {
    background-color: #000000;
    padding: 10px;
    color: #fff;
    margin-top: 37px;
    margin:0 auto;
    text-align: center;
     border-radius: 2.5px;
    border: 0;
 width: 130px;
    cursor: pointer;
     font-family: "utile-display", sans-serif;
        letter-spacing: .25px;
    font-size: 1em;
    margin-bottom: 20px;
    margin-top:20px;
}


.volver{
    background-color: #a47864;
    margin-bottom: 40px;
    padding: 10px;
    display: block;
    width: 130px;
    font-size: 1em;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 2.5px;
    cursor: pointer;
    font-family: "utile-display", sans-serif;
    letter-spacing: .25px;
    margin:0 auto;
}




.volver:hover {
    background-color: #000000;
       padding: 10px;
    display: block;
        width: 130px;
    font-size: 1em;
    color: #fff;
    margin:0 auto;
    text-align: center;

    border-radius: 2.5px;
margin:0 auto;
    cursor: pointer;
    font-family: "utile-display", sans-serif;
        letter-spacing: .25px;
}

/*---------------GALERIA *NICE*--*/
.cerrar{color:#ffffff; background-color:orange; padding:4px; float:right; width:30px; text-align:center;display:none; cursor: pointer; position:absolute;  top:10%; right: 13%;}

.flechaderecha{color:#ffffff; background-color:orange; padding:4px; float:right; width:30px; position:absolute; top: 25%; right: 13%; text-align:center;display:none; cursor: pointer;}	
.flechaizquierda{color:#ffffff; background-color:orange; padding:4px; float:left; width:30px; position:absolute; top: 25%; left: 13%; text-align:center;display:none; cursor: pointer;}

.fondo6{
    height: 650px;
    width: 90%;
    margin: 0 auto;
    margin-top: -300px;
    background-image:none;
    background-repeat:no-repeat;
    background-size:cover;
    padding: 168px 132px 120px 25px;
}
.fondo6 h3{
    height: 90px;
    width: 80%;
    font-family: "Open Sans Light";
    font-size: 2em;
    text-align: right;
    padding-top: 30px;
    color: #3B3B3B;
}
.contenedor{
    width: 1167px;
    height: 560px;
    position: relative;
    margin: 0px auto;
    z-index: 3;
}

.covid{
    padding: 15px 10% 20px 10%;
    overflow: hidden;
}

section .contenedor div{
    width: 250px;
    font-size: 2em;
    position: absolute;
    top:0;
    left:0;
    transition: all 2s;
}
.unonice:first-child{
    background: url(../img/img_portfolio/img_nice/galeria1.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    cursor: pointer;
}
.dosnice:nth-child(2){
    background: url(../img/img_portfolio/img_nice/galeria2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 500px;
    left: 255px;
    cursor: pointer;
}
.tresnice:nth-child(3){
    background: url(../img/img_portfolio/img_nice/galeria3.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    width: 400px;
    left: 760px;
    cursor: pointer;
}
.cuatronice:nth-child(4){
    background: url(../img/img_portfolio/img_nice/galeria4.jpg) no-repeat;
    background-size: cover;
    height: 185px;
    width: 650px;
    top: 360px;
    left: 510px;
    cursor: pointer;

}
.cinconice:nth-child(5){
    background: url(../img/img_portfolio/img_nice/galeria5.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    top: 365px;
    left: 0px;
    cursor: pointer;
}
.seisnice:nth-child(6){
    background: url(../img/img_portfolio/img_nice/galeria6.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    top:185px;
    left: 255px;
    cursor: pointer;
}
.sietenice:nth-child(7){
    background: url(../img/img_portfolio/img_nice/galeria7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 650px;
    top:185px;
    left: 510px;
    cursor: pointer;
}



/*---------------GALERIA *2MIIL*--*/
.unomiil:first-child{
    background: url(../img/img_portfolio/img_2miil/galeria1.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    cursor: pointer;
}
.dosmiil:nth-child(2){
    background: url(../img/img_portfolio/img_2miil/galeria2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 500px;
    left: 255px;
    cursor: pointer;
}
.tresmiil:nth-child(3){
    background: url(../img/img_portfolio/img_2miil/galeria3.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    width: 400px;
    left: 760px;
    cursor: pointer;
}
.cuatromiil:nth-child(4){
    background: url(../img/img_portfolio/img_2miil/galeria4.jpg) no-repeat;
    background-size: cover;
    height: 185px;
    width: 650px;
    top: 360px;
    left: 510px;
    cursor: pointer;

}
.cincomiil:nth-child(5){
    background: url(../img/img_portfolio/img_2miil/galeria5.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    top: 365px;
    left: 0px;
    cursor: pointer;
}
.seismiil:nth-child(6){
    background: url(../img/img_portfolio/img_2miil/galeria6.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    top:185px;
    left: 255px;
    cursor: pointer;
}
.sietemiil:nth-child(7){
    background: url(../img/img_portfolio/img_2miil/galeria7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 650px;
    top:185px;
    left: 510px;
    cursor: pointer;
}
/*---------------GALERIA *ATEK*--*/
.unoatek:first-child{
    background: url(../img/img_portfolio/img_atek/galeria1.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    cursor: pointer;
}
.dosatek:nth-child(2){
    background: url(../img/img_portfolio/img_atek/galeria2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 500px;
    left: 255px;
    cursor: pointer;
}
.tresatek:nth-child(3){
    background: url(../img/img_portfolio/img_atek/galeria3.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    width: 400px;
    left: 760px;
    cursor: pointer;
}
.cuatroatek:nth-child(4){
    background: url(../img/img_portfolio/img_atek/galeria4.jpg) no-repeat;
    background-size: cover;
    height: 185px;
    width: 650px;
    top: 360px;
    left: 510px;
    cursor: pointer;

}
.cincoatek:nth-child(5){
    background: url(../img/img_portfolio/img_atek/galeria5.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    top: 365px;
    left: 0px;
    cursor: pointer;
}
.seisatek:nth-child(6){
    background: url(../img/img_portfolio/img_atek/galeria6.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    top:185px;
    left: 255px;
    cursor: pointer;
}
.sieteatek:nth-child(7){
    background: url(../img/img_portfolio/img_atek/galeria7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 650px;
    top:185px;
    left: 510px;
    cursor: pointer;
}

/*---------------GALERIA *XMS*--*/
.unoxms:first-child{
    background: url(../img/img_portfolio/img_xms/galeria1.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    cursor: pointer;
}
.dosxms:nth-child(2){
    background: url(../img/img_portfolio/img_xms/galeria2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 500px;
    left: 255px;
    cursor: pointer;
}
.tresxms:nth-child(3){
    background: url(../img/img_portfolio/img_xms/galeria3.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    width: 400px;
    left: 760px;
    cursor: pointer;
}
.cuatroxms:nth-child(4){
    background: url(../img/img_portfolio/img_xms/galeria4.jpg) no-repeat;
    background-size: cover;
    height: 185px;
    width: 650px;
    top: 360px;
    left: 510px;
    cursor: pointer;

}
.cincoxms:nth-child(5){
    background: url(../img/img_portfolio/img_xms/galeria5.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    top: 365px;
    left: 0px;
    cursor: pointer;
}
.seisxms:nth-child(6){
    background: url(../img/img_portfolio/img_xms/galeria6.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    top:185px;
    left: 255px;
    cursor: pointer;
}
.sietexms:nth-child(7){
    background: url(../img/img_portfolio/img_xms/galeria7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 650px;
    top:185px;
    left: 510px;
    cursor: pointer;
}
/*---------------GALERIA *SIGNUM*--*/
.unoqualitas:first-child{
    background: url(../img/img_portfolio/img_qualitas/galeria1.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    cursor: pointer;
}
.dosqualitas:nth-child(2){
    background: url(../img/img_portfolio/img_qualitas/galeria2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 500px;
    left: 255px;
    cursor: pointer;
}
.tresqualitas:nth-child(3){
    background: url(../img/img_portfolio/img_qualitas/galeria3.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    width: 400px;
    left: 760px;
    cursor: pointer;
}
.cuatroqualitas:nth-child(4){
    background: url(../img/img_portfolio/img_qualitas/galeria4.jpg) no-repeat;
    background-size: cover;
    height: 185px;
    width: 650px;
    top: 360px;
    left: 510px;
    cursor: pointer;

}
.cincoqualitas:nth-child(5){
    background: url(../img/img_portfolio/img_qualitas/galeria5.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    top: 365px;
    left: 0px;
    cursor: pointer;
}
.seisqualitas:nth-child(6){
    background: url(../img/img_portfolio/img_qualitas/galeria6.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    top:185px;
    left: 255px;
    cursor: pointer;
}
.sietequalitas:nth-child(7){
    background: url(../img/img_portfolio/img_qualitas/galeria7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 650px;
    top:185px;
    left: 510px;
    cursor: pointer;
}


aside{
    width: 25%;
    display: block;
    margin-left: 68%;
}


/*---------------GALERIA *ACRYLICK*--*/
.unoacrylick:first-child{
    background: url(../img/img_freelance/img_acrylick/galeria1.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    cursor: pointer;
}
.dosacrylick:nth-child(2){
    background: url(../img/img_freelance/img_acrylick/galeria2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 500px;
    left: 255px;
    cursor: pointer;
}
.tresacrylick:nth-child(3){
    background: url(../img/img_freelance/img_acrylick/galeria3.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    width: 400px;
    left: 760px;
    cursor: pointer;
}
.cuatroacrylick:nth-child(4){
    background: url(../img/img_freelance/img_acrylick/galeria4.jpg) no-repeat;
    background-size: cover;
    height: 185px;
    width: 650px;
    top: 360px;
    left: 510px;
    cursor: pointer;

}
.cincoacrylick:nth-child(5){
    background: url(../img/img_freelance/img_acrylick/galeria5.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    top: 365px;
    left: 0px;
    cursor: pointer;
}
.seisacrylick:nth-child(6){
    background: url(../img/img_freelance/img_acrylick/galeria6.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    top:185px;
    left: 255px;
    cursor: pointer;
}
.sieteacrylick:nth-child(7){
    background: url(../img/img_freelance/img_acrylick/galeria7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 650px;
    top:185px;
    left: 510px;
    cursor: pointer;
}
/*---------------GALERIA *DIVAGA*--*/
.unodivaga:first-child{
    background: url(../img/img_freelance/img_divaga/galeria1.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    cursor: pointer;
}
.dosdivaga:nth-child(2){
    background: url(../img/img_freelance/img_divaga/galeria2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 500px;
    left: 255px;
    cursor: pointer;
}
.tresdivaga:nth-child(3){
    background: url(../img/img_freelance/img_divaga/galeria3.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    width: 400px;
    left: 760px;
    cursor: pointer;
}
.cuatrodivaga:nth-child(4){
    background: url(../img/img_freelance/img_divaga/galeria4.jpg) no-repeat;
    background-size: cover;
    height: 185px;
    width: 650px;
    top: 360px;
    left: 510px;
    cursor: pointer;

}
.cincodivaga:nth-child(5){
    background: url(../img/img_freelance/img_divaga/galeria5.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    top: 365px;
    left: 0px;
    cursor: pointer;
}
.seisdivaga:nth-child(6){
    background: url(../img/img_freelance/img_divaga/galeria6.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    top:185px;
    left: 255px;
    cursor: pointer;
}
.sietedivaga:nth-child(7){
    background: url(../img/img_freelance/img_divaga/galeria7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 650px;
    top:185px;
    left: 510px;
    cursor: pointer;
}
/*---------------GALERIA *SERIAL*--*/
.unoserial:first-child{
    background: url(../img/img_freelance/img_sc/galeria1.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    cursor: pointer;
}
.dosserial:nth-child(2){
    background: url(../img/img_freelance/img_sc/galeria2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 500px;
    left: 255px;
    cursor: pointer;
}
.tresserial:nth-child(3){
    background: url(../img/img_freelance/img_sc/galeria3.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    width: 400px;
    left: 760px;
    cursor: pointer;
}
.cuatroserial:nth-child(4){
    background: url(../img/img_freelance/img_sc/galeria4.jpg) no-repeat;
    background-size: cover;
    height: 185px;
    width: 650px;
    top: 360px;
    left: 510px;
    cursor: pointer;

}
.cincoserial:nth-child(5){
    background: url(../img/img_freelance/img_sc/galeria5.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    top: 365px;
    left: 0px;
    cursor: pointer;
}
.seisserial:nth-child(6){
    background: url(../img/img_freelance/img_sc/galeria6.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    top:185px;
    left: 255px;
    cursor: pointer;
}
.sieteserial:nth-child(7){
    background: url(../img/img_freelance/img_sc/galeria7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 650px;
    top:185px;
    left: 510px;
    cursor: pointer;
}
/*---------------GALERIA *OTROS*--*/
.unootros:first-child{
    background: url(../img/img_freelance/img_otros/galeria1.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    cursor: pointer;
}
.dosotros:nth-child(2){
    background: url(../img/img_freelance/img_otros/galeria2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 500px;
    left: 255px;
    cursor: pointer;
}
.tresotros:nth-child(3){
    background: url(../img/img_freelance/img_otros/galeria3.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    width: 400px;
    left: 760px;
    cursor: pointer;
}
.cuatrootros:nth-child(4){
    background: url(../img/img_freelance/img_otros/galeria4.jpg) no-repeat;
    background-size: cover;
    height: 185px;
    width: 650px;
    top: 360px;
    left: 510px;
    cursor: pointer;

}
.cincootros:nth-child(5){
    background: url(../img/img_freelance/img_otros/galeria5.jpg) no-repeat;
    background-size: cover;
    height: 180px;
    top: 365px;
    left: 0px;
    cursor: pointer;
}
.seisotros:nth-child(6){
    background: url(../img/img_freelance/img_otros/galeria6.jpg) no-repeat;
    background-size: cover;
    height: 360px;
    top:185px;
    left: 255px;
    cursor: pointer;
}
.sieteotros:nth-child(7){
    background: url(../img/img_freelance/img_otros/galeria7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 650px;
    top:185px;
    left: 510px;
    cursor: pointer;
}



aside{
    width: 25%;
    display: block;
    margin-left: 68%;
}




@media (max-width:1050px){
    .freelance figure{
        float:left;
        height: 450px;
        padding-top: 200px;
        min-width: 300px;
        position: relative;
        background-image: url("../img/img_freelance/yo.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        animation: simple 0.5s ease-in-out;
        animation-delay: 0.7s;
        animation-fill-mode: forwards;
    }
    .fondo6{
        height: 920px;
        margin: 0 auto;
        margin-top: -350px;
        background-image:none;
        background-repeat:no-repeat;
        background-size:cover;
    }
    /*GALERIA NICE*/
    .tresnice:nth-child(3){
        background: none;
        width: 0;
        height: 0;
    }
    .cuatronice:nth-child(4){
        background: url(../img/img_portfolio/img_nice/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 500px;
        top: 550px;
        left: 0px;

    }
    .seisnice:nth-child(6){
        width: 500px;
    }
    .sietenice:nth-child(7){
        background: url(../img/img_portfolio/img_nice/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 250px;
        top:550px;
        left: 505px;
    }


    .contenedor{
        width: 760px;
        height: 560px;
        margin: 20px auto;
    }

    aside{
        width: 35%;
        display: block;
        margin-left: 58%;
    }

    /*GALERIA 2MIIL*/

    .tresmiil:nth-child(3){
        background: none;
        width: 0;
        height: 0;
    }
    .cuatromiil:nth-child(4){
        background: url(../img/img_portfolio/img_2miil/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 500px;
        top: 550px;
        left: 0px;

    }
    .seismiil:nth-child(6){
        width: 500px;
    }
    .sietemiil:nth-child(7){
        background: url(../img/img_portfolio/img_2miil/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 250px;
        top:550px;
        left: 505px;
    }
    /*GALERIA ATEK*/

    .tresatek:nth-child(3){
        background: none;
        width: 0;
        height: 0;
    }
    .cuatroatek:nth-child(4){
        background: url(../img/img_portfolio/img_atek/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 500px;
        top: 550px;
        left: 0px;

    }
    .seisatek:nth-child(6){
        width: 500px;
    }
    .sieteatek:nth-child(7){
        background: url(../img/img_portfolio/img_atek/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 250px;
        top:550px;
        left: 505px;
    }

    /*GALERIA XMS*/

    .tresxms:nth-child(3){
        background: none;
        width: 0;
        height: 0;
    }
    .cuatroxms:nth-child(4){
        background: url(../img/img_portfolio/img_xms/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 500px;
        top: 550px;
        left: 0px;

    }
    .seisxms:nth-child(6){
        width: 500px;
    }
    .sietexms:nth-child(7){
        background: url(../img/img_portfolio/img_xms/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 250px;
        top:550px;
        left: 505px;
    }
    /*GALERIA SIGNUM*/

    .tresqualitas:nth-child(3){
        background: none;
        width: 0;
        height: 0;
    }
    .cuatroqualitas:nth-child(4){
        background: url(../img/img_portfolio/img_qualitas/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 500px;
        top: 550px;
        left: 0px;

    }
    .seisqualitas:nth-child(6){
        width: 500px;
    }
    .sietequalitas:nth-child(7){
        background: url(../img/img_portfolio/img_qualitas/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 250px;
        top:550px;
        left: 505px;
    }

    /*GALERIA ACRYLICK*/

    .tresacrylick:nth-child(3){
        background: none;
        width: 0;
        height: 0;
    }
    .cuatroacrylick:nth-child(4){
        background: url(../img/img_freelance/img_acrylick/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 500px;
        top: 550px;
        left: 0px;

    }
    .seisacrylick:nth-child(6){
        width: 500px;
    }
    .sieteacrylick:nth-child(7){
        background: url(../img/img_freelance/img_acrylick/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 250px;
        top:550px;
        left: 505px;
    }
    /*GALERIA SERIAL*/

    .tresserial:nth-child(3){
        background: none;
        width: 0;
        height: 0;
    }
    .cuatroserial:nth-child(4){
        background: url(../img/img_freelance/img_SC/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 500px;
        top: 550px;
        left: 0px;

    }
    .seisserial:nth-child(6){
        width: 500px;
    }
    .sieteserial:nth-child(7){
        background: url(../img/img_freelance/img_SC/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 250px;
        top:550px;
        left: 505px;
    }
    /*GALERIA DIVAGA*/

    .tresdivaga:nth-child(3){
        background: none;
        width: 0;
        height: 0;
    }
    .cuatrodivaga:nth-child(4){
        background: url(../img/img_freelance/img_divaga/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 500px;
        top: 550px;
        left: 0px;

    }
    .seisdivaga:nth-child(6){
        width: 500px;
    }
    .sietedivaga:nth-child(7){
        background: url(../img/img_freelance/img_divaga/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 250px;
        top:550px;
        left: 505px;
    }
    /*GALERIA OTROS*/

    .tresotros:nth-child(3){
        background: none;
        width: 0;
        height: 0;
    }
    .cuatrootros:nth-child(4){
        background: url(../img/img_freelance/img_otros/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 500px;
        top: 550px;
        left: 0px;

    }
    .seisotros:nth-child(6){
        width: 500px;
    }
    .sieteotros:nth-child(7){
        background: url(../img/img_freelance/img_otros/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 250px;
        top:550px;
        left: 505px;
    }

}


@media only screen and (max-width: 820px) {

    .fondo6{
        height: 650px;
        width: 100%;
        margin: 0 auto;
        margin-top: -357px;
        background-image:none;
        background-repeat:no-repeat;
        background-size:cover;
    } 
    aside{
        width: 85%;
        display: block;
        margin: 0 auto;
    }
    .contenedor{
        width: 545px;
        height: 390px;
        margin: 20px auto;
    }

    /*GALERIA NICE*/

    .unonice:first-child{
        height: 120px;
        width: 170px;

    }
    .dosnice:nth-child(2){
        height: 120px;
        width: 370px;
        left: 175px;
    }

    .tresnice:nth-child(3){
        background: url(../img/img_portfolio/img_nice/galeria3.jpg) no-repeat;
        background-size: cover;
        height: 130px;
        width: 150px;
        left: 0px;
        top: 260px;
    }

    .cuatronice:nth-child(4){
        background: url(../img/img_portfolio/img_nice/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 210px;
        top:395px;
        left: 0px;

    }
    .cinconice:nth-child(5){
        height: 130px;
        width: 150px;
        top: 125px;
        left: 0px;
    }
    .seisnice:nth-child(6){
        height: 265px;
        width: 390px;
        top:125px;
        left: 155px;
    }

    .sietenice:nth-child(7){
        background: url(../img/img_portfolio/img_nice/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 330px;
        top:395px;
        left: 216px;
    }



    aside{
        width: 86%;
        display: block;
        margin-left: 8%;
    }
    /*GALERIA 2MIIL*/

    .unomiil:first-child{
        height: 120px;
        width: 170px;

    }
    .dosmiil:nth-child(2){
        height: 120px;
        width: 370px;
        left: 175px;
    }

    .tresmiil:nth-child(3){
        background: url(../img/img_portfolio/img_2miil/galeria3.jpg) no-repeat;
        background-size: cover;
        height: 130px;
        width: 150px;
        left: 0px;
        top: 260px;
    }

    .cuatromiil:nth-child(4){
        background: url(../img/img_portfolio/img_2miil/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 210px;
        top:395px;
        left: 0px;

    }
    .cincomiil:nth-child(5){
        height: 130px;
        width: 150px;
        top: 125px;
        left: 0px;
    }
    .seismiil:nth-child(6){
        height: 265px;
        width: 390px;
        top:125px;
        left: 155px;
    }

    .sietemiil:nth-child(7){
        background: url(../img/img_portfolio/img_2miil/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 330px;
        top:395px;
        left: 216px;
    }
    /*GALERIA ATEK*/

    .unoatek:first-child{
        height: 120px;
        width: 170px;

    }
    .dosatek:nth-child(2){
        height: 120px;
        width: 370px;
        left: 175px;
    }

    .tresatek:nth-child(3){
        background: url(../img/img_portfolio/img_atek/galeria3.jpg) no-repeat;
        background-size: cover;
        height: 130px;
        width: 150px;
        left: 0px;
        top: 260px;
    }

    .cuatroatek:nth-child(4){
        background: url(../img/img_portfolio/img_atek/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 210px;
        top:395px;
        left: 0px;

    }
    .cincoatek:nth-child(5){
        height: 130px;
        width: 150px;
        top: 125px;
        left: 0px;
    }
    .seisatek:nth-child(6){
        height: 265px;
        width: 390px;
        top:125px;
        left: 155px;
    }

    .sieteatek:nth-child(7){
        background: url(../img/img_portfolio/img_atek/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 330px;
        top:395px;
        left: 216px;
    }

    /*GALERIA XMS*/

    .unoxms:first-child{
        height: 120px;
        width: 170px;

    }
    .dosxms:nth-child(2){
        height: 120px;
        width: 370px;
        left: 175px;
    }

    .tresxms:nth-child(3){
        background: url(../img/img_portfolio/img_xms/galeria3.jpg) no-repeat;
        background-size: cover;
        height: 130px;
        width: 150px;
        left: 0px;
        top: 260px;
    }

    .cuatroxms:nth-child(4){
        background: url(../img/img_portfolio/img_xms/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 210px;
        top:395px;
        left: 0px;

    }
    .cincoxms:nth-child(5){
        height: 130px;
        width: 150px;
        top: 125px;
        left: 0px;
    }
    .seisxms:nth-child(6){
        height: 265px;
        width: 390px;
        top:125px;
        left: 155px;
    }

    .sietexms:nth-child(7){
        background: url(../img/img_portfolio/img_xms/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 330px;
        top:395px;
        left: 216px;
    }
    /*GALERIA SIGNUM*/

    .unoqualitas:first-child{
        height: 120px;
        width: 170px;

    }
    .dosqualitas:nth-child(2){
        height: 120px;
        width: 370px;
        left: 175px;
    }

    .tresqualitas:nth-child(3){
        background: url(../img/img_portfolio/img_qualitas/galeria3.jpg) no-repeat;
        background-size: cover;
        height: 130px;
        width: 150px;
        left: 0px;
        top: 260px;
    }

    .cuatroqualitas:nth-child(4){
        background: url(../img/img_portfolio/img_qualitas/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 210px;
        top:395px;
        left: 0px;

    }
    .cincoqualitas:nth-child(5){
        height: 130px;
        width: 150px;
        top: 125px;
        left: 0px;
    }
    .seisqualitas:nth-child(6){
        height: 265px;
        width: 390px;
        top:125px;
        left: 155px;
    }

    .sietequalitas:nth-child(7){
        background: url(../img/img_portfolio/img_qualitas/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 330px;
        top:395px;
        left: 216px;
    }



    /*GALERIA ACRYLICK*/

    .unoacrylick:first-child{
        height: 120px;
        width: 170px;

    }
    .dosacrylick:nth-child(2){
        height: 120px;
        width: 370px;
        left: 175px;
    }

    .tresacrylick:nth-child(3){
        background: url(../img/img_freelance/img_acrylick/galeria3.jpg) no-repeat;
        background-size: cover;
        height: 130px;
        width: 150px;
        left: 0px;
        top: 260px;
    }

    .cuatroacrylick:nth-child(4){
        background: url(../img/img_freelance/img_acrylick/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 210px;
        top:395px;
        left: 0px;

    }
    .cincoacrylick:nth-child(5){
        height: 130px;
        width: 150px;
        top: 125px;
        left: 0px;
    }
    .seisacrylick:nth-child(6){
        height: 265px;
        width: 390px;
        top:125px;
        left: 155px;
    }

    .sieteacrylick:nth-child(7){
        background: url(../img/img_freelance/img_acrylick/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 330px;
        top:395px;
        left: 216px;
    }
    /*GALERIA DIVAGA*/

    .unodivaga:first-child{
        height: 120px;
        width: 170px;

    }
    .dosdivaga:nth-child(2){
        height: 120px;
        width: 370px;
        left: 175px;
    }

    .tresdivaga:nth-child(3){
        background: url(../img/img_freelance/img_divaga/galeria3.jpg) no-repeat;
        background-size: cover;
        height: 130px;
        width: 150px;
        left: 0px;
        top: 260px;
    }

    .cuatrodivaga:nth-child(4){
        background: url(../img/img_freelance/img_divaga/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 210px;
        top:395px;
        left: 0px;

    }
    .cincodivaga:nth-child(5){
        height: 130px;
        width: 150px;
        top: 125px;
        left: 0px;
    }
    .seisdivaga:nth-child(6){
        height: 265px;
        width: 390px;
        top:125px;
        left: 155px;
    }

    .sietedivaga:nth-child(7){
        background: url(../img/img_freelance/img_divaga/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 330px;
        top:395px;
        left: 216px;
    }
    /*GALERIA SERIAL*/

    .unoserial:first-child{
        height: 120px;
        width: 170px;

    }
    .dosserial:nth-child(2){
        height: 120px;
        width: 370px;
        left: 175px;
    }

    .tresserial:nth-child(3){
        background: url(../img/img_freelance/img_sc/galeria3.jpg) no-repeat;
        background-size: cover;
        height: 130px;
        width: 150px;
        left: 0px;
        top: 260px;
    }

    .cuatroserial:nth-child(4){
        background: url(../img/img_freelance/img_sc/galeria4.jpg) no-repeat;
        background-size: cover;
        height: 185px;
        width: 210px;
        top:395px;
        left: 0px;

    }
    .cincoserial:nth-child(5){
        height: 130px;
        width: 150px;
        top: 125px;
        left: 0px;
    }
    .seisserial:nth-child(6){
        height: 265px;
        width: 390px;
        top:125px;
        left: 155px;
    }

    .sieteserial:nth-child(7){
        background: url(../img/img_freelance/img_sc/galeria7.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 185px;
        width: 330px;
        top:395px;
        left: 216px;
    }

}
/*GALERIA OTROS*/

.unootros:first-child{
    height: 120px;
    width: 170px;

}
.dosotros:nth-child(2){
    height: 120px;
    width: 370px;
    left: 175px;
}

.tresotros:nth-child(3){
    background: url(../img/img_freelance/img_otros/galeria3.jpg) no-repeat;
    background-size: cover;
    height: 130px;
    width: 150px;
    left: 0px;
    top: 260px;
}

.cuatrootros:nth-child(4){
    background: url(../img/img_freelance/img_otros/galeria4.jpg) no-repeat;
    background-size: cover;
    height: 185px;
    width: 210px;
    top:395px;
    left: 0px;

}
.cincootros:nth-child(5){
    height: 130px;
    width: 150px;
    top: 125px;
    left: 0px;
}
.seisotros:nth-child(6){
    height: 265px;
    width: 390px;
    top:125px;
    left: 155px;
}

.sieteotros:nth-child(7){
    background: url(../img/img_freelance/img_otros/galeria7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 185px;
    width: 330px;
    top:395px;
    left: 216px;
}



input{
    width: 100%;
    padding: 10px 10px 10px 0;
    border:none;
    border-bottom: 1px solid #ccc;
}
input:focus{
    outline:none;
    border-bottom: 1px solid #222;
}

.btnn{
    background: #222;
    color:#fff;
    float: right;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
}
[class^="txt_"]{
    display: none;
    clear: right;
}

.txt_error{
    color:red
}

.txt_ok{
    color:teal
}
.error{
    border-bottom:1px solid red;
}
@media screen and (max-width: 768px) {
  /* Igualamos el ancho de ambas galerías */
  .gallery,
  .galeria {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    
  }

  /* Aseguramos columna vertical en móvil */
  .galeria {
    display: flex;
    flex-direction: column !important;
    align-items: center;
             
  }

  /* Cada imagen ocupa todo el ancho disponible */
  .galeria a {
    width: 100% !important;
    
  }

  /* Imagen cuadrada ajustada */
  .galeria img {
    width: 100%;
    hei



