@font-face
{
    font-family: 'Hack-Regular';
    src: url('tipografias/Hack-Regular.ttf');   

}

@font-face
{
    font-family: 'Comfortaa';
    src: url('tipografias/Comfortaa/Comfortaa-Regular.ttf');
}

@font-face
{
    font-family: 'Petita';
    src: url('tipografias/PetitaBold.ttf');
}

body
{
    background: white;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: fit-content;
    max-height: -moz-fit-content;
    overflow-x: hidden;
}

.top
{
    visibility: hidden;
}

/*HEADER*/

.barra_header
{
    width: 100%;
    height: .2em;
    background-color: #FFD76B;
    position: fixed;
    z-index: 15;
}

header
{
    width: 100%;
    height: 5em;
    background-color: #C4C8FC;
    position: fixed;
    top: .2em;
    z-index: 15;
}

header img
{
    width: 70px;
    position: absolute;
    top: .3em;
    left: .5em;    
}

.titulo
{   
    font-family: Hack-Regular, Verdana, sans-serif;
    font-size: 33px;
    color: white;
    width: fit-content;
    max-width: -moz-fit-content;
    position: relative;
    left: 2.4em;
    top: -.4em;
    
}

header ul
{
    /*border: 1px solid black;*/
    position: absolute;
    left: 48%;
    top: .6em;
}

header ul li
{
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 500;
    color: rgb(254, 252, 255);
    margin-right: 1em;
    font-size: 26px;
    letter-spacing: .08em;
    display: inline;
    transition: color .4s ease-out;
}

header ul a
{
    text-decoration: none;
}

header ul li:hover
{
    color: black;
}

/*FIN DE HEADER*/

/*MENU DESPLEGABLE*/

.menu
{
    visibility: hidden;
}

label
{
    color: white;
    font-size: 38px;
    font-family: Petita, Hack-Regular, Verdana, sans-serif; 
    line-height: 80px;
    position: absolute;
    left: 92%;
    top: -.01em
}

#toggle
{
    position: absolute;
    left: 50%;
    visibility: hidden;
}

.menu-dsp
{
    background-color: #C4C8FC;
    width: 100%;
    height: 12em;
    opacity: 0;
    position: fixed;
    top: 5.2em;
    z-index: 15;
    visibility: hidden;
}

.menu-lista
{
    width: 100%;
    position: fixed;
    left: -5%;
    top: 4.2em;
    visibility: hidden;
}

.menu-lista li
{ 
    width: 102%;
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    font-weight: 500;
    text-align: center;
    color: rgb(254, 252, 255);
    font-size: 28px;
    letter-spacing: .08em;
    display: block;
    padding-top: .2em;
    padding-bottom: .22em;
    transition: color .4s ease-out;
    border-bottom: 1px solid #EAEAEB;
    position: relative;
    left: -.4%;
}

#top-bd
{
    border-top: 1px solid #EAEAEB;
}

#bottom-bd
{
    border-bottom: 0px solid white;
}


/*FIN DE MENU DESPLEGABLE*/

/*INICIO*/

.inicio
{
    background-image: url("imagenes/contacto/contactoDes.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position-y: -16em;
    width: 100%;
    height: 25em;
    position: relative;
    top: 5em;
    /*border: 1px solid black;*/
}

.txtTituloInicio
{
    width: 100%;
    color: white;
    text-align: center;
    font-size: 90px;
    font-family: Comfortaa, Verdana, sans-serif;
    text-shadow: 2px 2px 4px #000000;
    position: absolute;
    top: .60em;
}

/*FIN DE INICIO*/

/*INFO*/

.info
{
    background: rgb(245,245,245);
    width: 100%;
    height: 96em;
    position: absolute;
    top: 30em;
}

.imgMex
{
    width: 34rem;
    position: relative;
    left: 54%;
    top: 6em;
    border-radius: 6px;
}

.infoTitulo
{
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 56px;
    text-align: center;
    padding-left: .5em;
    padding-right: .5em;
}

.tel-div
{
    width: 35em;
    height: 8em;
    /*border: 1px solid black;*/
    position: absolute;
    top: 17.5em;
    left: 6%;
}

.tel
{
    width: fit-content;
    max-width: -moz-fit-content;
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 38px;
    text-align: center;
    position: absolute;
    /*border: 1px solid black;*/
    top: .2em;
    left: 2.2em;
}

.iconPhone
{
    width: 9%;
    position: relative;
    top: 1.5em;
    left: 1em;
}

.mail-div
{
    width: 35em;
    height: 8em;
    /*border: 1px solid black;*/
    position: absolute;
    top: 26em;
    left: 6%;
}

.mail
{
    width: fit-content;
    max-width: -moz-fit-content;
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 38px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 18%;
    top: .2em;
    /*border: 1px solid black;*/
}

.iconMail
{
    width: 12%;
    position: relative;
    top: 3em;
    left: 1em;
}

.social-div
{
    width: 35em;
    height: 8em;
    /*border: 1px solid black;*/
    position: absolute;
    top: 34.5em;
    left: 6%;
}

.social-div img{
    width: 52%;
    position: relative;
    left: 8em;
    top: 1.5em;
}

.formulario
{
    width: 90%;
    height: 32em;
    /*background-color: rgba(94, 126, 231, .4);*/
    position: absolute;
    top: 60em;
    left: 5%;
}

.fondo-formulario
{
    width: 90%;
    height: 32em;
    background: #C4C8FC;
    background-attachment: fixed;
    opacity: .5;
    border-radius: 8px;
    filter: blur(1.1px);
    box-shadow: 10px 10px 12px rgba(0, 0, 0, .4);
    position: absolute;
    top: 60em;
    left: 5%;
}


.formTitulo
{
    width: 100%;
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    color: #353839;
    font-size: 56px;
    text-align: center;
    position: relative;
    top: 2.8em;
}

.data1
{
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 30px;
    position: absolute;
    left: 10.5%;
    top: 1em;
    z-index: 1;
}

.inp1
{
    width: 35%;
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 28px;
    background-color: white;
    border: 2px solid #353839;
    opacity: .8;
    border-radius: 5px;
    position: absolute;
    left: 10%;
    top: 2em;
}


.data2
{
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 30px;
    position: absolute;
    left: 50.5%;
    top: 1em;
    z-index: 1;
}

.inp2
{
    width: 35%;
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 28px;
    background-color: white;
    border: 2px solid #353839;
    opacity: .8;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 2em;
}

.data3
{
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 30px;
    position: absolute;
    left: 10.5%;
    top: 4.7em;    /*4em;*/
    z-index: 1;
}

.inp3
{
    width: 35%;
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 28px;
    background-color: white;
    border: 2px solid #353839;
    opacity: .8;
    border-radius: 5px;
    position: absolute;
    left: 10%;
    top: 6em;
}

.data4
{
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 30px;
    position: absolute;
    left: 50.5%;
    top: 4.7em;
    z-index: 1;
}

.inp4
{
    width: 35%;
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 28px;
    background-color: white;
    border: 2px solid #353839;
    opacity: .8;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 6em;
}

.data5
{
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 30px;
    position: absolute;
    left: 10.5%;
    top: 8.5em;/*13em;*/
    z-index: 1;
}

.inp5
{
    width: 39%;
    height: 7em;
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 28px;
    background-color: white;
    border: 2px solid #353839;
    opacity: .8;
    resize: none;
    border-radius: 5px;
    position: absolute;
    left: 10%;
    top: 10em;
}

.btnAceptar
{
    width: 20%;
    height: 3.5em;
    font-family: Comfortaa, Verdana, sans-serif;
    color: #353839;
    font-size: 28px;
    background-color: transparent;
    border: 2px solid #353839;
    border-radius: 5px;
    position: absolute;
    top: 11.5em;
    left: 60%;
    z-index: 3;
}

/*FIN DE INFO*/

/*BARRA FOOTER*/
footer
{
    width: 100%;
    height: 12.5em;;
    position: absolute;
    top: 126em;
    background-color: white;
    z-index: 12;
}

.txtInfo
{   
    font-family: Petita, Hack-Regular, Verdana, sans-serif;
    letter-spacing: .07em;
    width: fit-content;
    font-size: 30px;
    color: #353839;
    position: relative;
    left: 2%;
    bottom: .4em;
}

.txtPhone
{
    font-family:Comfortaa, Verdana, sans-serif;
    position: relative;
    left: 2%;
    bottom: 2em;
}

.telefono
{
    margin-left: 1em;
}

.txtPhone:hover
{
    color:#4d4dff;
    transition: .3s ease-in-out;
}

.txtMail
{
    font-family:Comfortaa, Verdana, sans-serif;
    position: relative;
    left: 2.2%;
    bottom: 1.8em;
}

#mail
{
    text-decoration: none;
    color: black;
}

#mail:hover
{
    color: #4d4dff;
    transition: .3s ease-in-out;
}

.imgPhone
{
    position: relative;
    width: 2%;
    top: .9em;
    left: .1%;
}

.imgMail
{
    width: 3%;
    position: relative;
    top: .5em;
    right: .5em;
}

.copyright
{
    font-family:Comfortaa, Verdana, sans-serif;
    width: fit-content;
    max-width: -moz-fit-content;
    font-size: 19px;
    position: absolute;
    bottom: .8em;
    left: 66%;
    text-align: right;
}
/*FIN DE BARRA FOOTER*/

@media only screen and (max-width: 1353px){
    /*HEADER*/
    header ul{
        left: 46%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1310px){
    /*FOOTER*/
    .copyright{
        left: 64%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1303px){
    /*HEADER*/
    header ul{
        left: 44%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1280px){
    .imgMex{
        left: 52%;
    }
    .tel-div{
        left: 4%;
    }
    .mail-div{
        left: 4%;
    }
    .social-div{
        left: 4%;
    }
}

@media only screen and (max-width: 1258px){
    /*HEADER*/
    header ul{
        left: 42%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1250px){
    /*FOOTER*/
    .copyright{
        left: 62%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1230px){
    .tel-div{
        left: 2%;
    }
    .mail-div{
        left: 2%;
    }
    .social-div{
        left: 2%;
    }
}

@media only screen and (max-width: 1214px){
    /*HEADER*/
    header ul{
        left: 40%;
    }
    /*HEADER*/
}

/*CAMBIAR TAMAÑO DE FUENTE*/
@media only screen and (max-width: 1200px){
    /*HEADER*/
    header ul{
        left: 44%;
    }
    header ul li{
    font-size: 24px;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1190px){
    .imgMex{
        width: 32rem;
        left: 53%;
        top: 6.8em;
    }
    .tel-div{
        width: 33em;
        height: 7.5em;
        top: 18.5em;
        left: 4%;
    }
    .tel{
        font-size: 36px;
    }
    .iconPhone{
        width: 8.8%;
        left: 1em;
    }
    .mail-div{
        width: 33em;
        height: 7.5em;
        top: 26.5em;
        left: 4%;
    }
    .mail{
        font-size: 36px;
        left: 2.8em;
        top: .3em;
        /*border: 1px solid black;*/
    }
    .iconMail{
        width: 11.8%;
    }
    .social-div{
        width: 33em;
        height: 7.5em;
        top: 34.5em;
        left: 4%;
    }
    .social-div img{
        width: 54%;
        position: relative;
        left: 7.5em;
        top: 1.5em;
    }
}

@media only screen and (max-width: 1170px){
    /*FOOTER*/
    .copyright{
        left: 60%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1168px){
    /*HEADER*/
    header ul{
        left: 42%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1130px){
    .imgMex{
        width: 32rem;
        left: 52%;
        top: 6.8em;
    }
    .tel-div
    {
        left: 2%;
    }    
    .mail-div
    {
        left: 2%;
    }   
    .social-div
    {
        left: 2%;
    }   
}

@media only screen and (max-width: 1120px){
    /*FOOTER*/
    .copyright{
        left: 58%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1129px){
    /*HEADER*/
    header ul{
        left: 40%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1100px){
    .imgMex{
        width: 30rem;
        left: 53%;
    }
    .tel-div{
        width: 30em;
        height: 6.5em;
        top: 18.5em;
        left: 4%;
    }
    .tel{
        font-size: 34px;
        left: 1.9em;
        top: .1em;
    }
    .iconPhone{
        width: 8%;
    }
    .mail-div{
        width: 30em;
        height: 6.5em;
        top: 26.4em;
        left: 4%;
    }
    .mail{
        font-size: 34px;
        left: 2.8em;
        top: .0em;
        /*border: 1px solid black;*/
    }
    .iconMail{
        width: 11%;
        top: 2.4em;
    }
    .social-div{
        width: 30em;
        height: 6.5em;
        top: 34.4em;
        left: 4%;
    }
    .social-div img{
        width: 54%;
        position: relative;
        left: 6.8em;
        top: 1em;
    }
}

@media only screen and (max-width: 1092px){
    /*HEADER*/
    header ul{
        left: 38%;
    }
    /*HEADER*/
}

@media only screen and (max-width: 1080px){
    /*HEADER*/
        header ul{
            visibility: hidden; 
        }
    /*HEADER*/

    /*MENU*/
        label{
            visibility: visible;
        }
    /*MENU*/


    .fondo-formulario{
        top: 54em;
    }
    .formulario{
        top: 54em;
    }
    .inp1{
        width: 38%;
        left: 8%;
        top: 2em;
    }
    .data1{
        left: 9%;
        top: 1em;
    }
    .inp2{
        width: 38%;
        left: 52%;
        top: 2em;
    }
    .data2{
        left: 53%;
        top: 1em;
    }
    .inp3{
        width: 38%;
        left: 8%;
        top: 6em;
    }
    .data3{
        left: 9%;
        top: 4.7em;    
    }
    .inp4{
        width: 38%;
        left: 52%;
        top: 6em;
    }
    .data4{
        left: 53%;
        top: 4.7em;
    }
    .inp5{
        width: 40%;
        left: 8%;
        top: 10em;
    }
    .data5{
        left: 9%;
        top: 8.5em;
    }
    .btnAceptar{
        width: 25%;
    }

    /*FOOTER*/
    .copyright{
        left: 56%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1060px){
    /*HEADER*/
    header ul{
        left: 38%;
    }
    /*HEADER*/

    .imgMex{
        top: 7.4em;
        left: 52%;
    }
    .tel-div{
        left: 2%;
    }
    .mail-div{
        left: 2%;
    }
    .social-div{
        left: 2%;
    }
}

@media only screen and (max-width: 1060px){
    .infoTitulo{
        font-size: 54px;
        padding-left: .5em;
        padding-right: .5em;
    }
}

@media only screen and (max-width: 1030px){
    /*HEADER*/
    header ul{
        left: 36%;
    }
    /*HEADER*/

    .imgMex{
        width: 28rem;
        left: 53%;
        top: 6.5em;
    }
    .tel-div{
        width: 28em;
        height: 6em;
        top: 17.6em;
        left: 4%;
    }
    .tel{
        font-size: 30px;
        left: 2.2em;
        top: .2em;
    }
    .iconPhone{
        width: 7%;
    }
    .mail-div{
        width: 28em;
        height: 6em;
        top: 25em;
        left: 4%;
    }
    .mail{
        font-size: 30px;
        left: 3em;
        top: .2em;
        /*border: 1px solid black;*/
    }
    .iconMail{
        width: 10.5%;
        top: 2.4em;
    }
    .social-div{
        width: 28em;
        height: 6em;
        top: 32.4em;
        left: 4%;
    }
    .social-div img{
        width: 56%;
        position: relative;
        left: 6.2em;
        top: 1.2em;
    }
}

@media only screen and (max-width: 1020px){
    /*FOOTER*/
    .copyright{
        left: 54%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 1017px){
    .infoTitulo{
        font-size: 54px;
        padding-left: 1.5em;
        padding-right: 1.5em;
        position: relative;
        top: -.8em;
    }

    .imgMex{
        width: 28rem;
        left: 53%;
        top: 2.2em;
    }

    .fondo-formulario{
        top: 57.8em;
    }
    .formulario{
        top: 57.8em;
    }

}

@media only screen and (max-width: 990px){
    .imgMex{
        left: 51%;
    }   
    .tel-div{
        left: 2%;
    }
    .mail-div{
        left: 2%;
    }
    .social-div{
        left: 2%;
    }
}

@media only screen and (max-width: 970px){
    /*FOOTER*/
    .txtInfo{   
        font-size: 28px;
        top: -.2em;
    }
    .txtPhone{
        font-size: 16px;
        bottom: 1em;
    }
    .txtMail{
        font-size: 16px;
        bottom: .5em;
    }
    .imgPhone{
        width: 26px;
    }
    .imgMail{
        width: 38px;
    }
    .copyright{
        font-size: 18px;
        bottom: .4em;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 960px){
    .imgMex{
        width: 0%;
        visibility: hidden;
    }
    .tel-div{
        width: 80%;
        height: 8em;
        top: 17.6em;
        left: 10%;
    }
    .tel{
        font-size: 40px;
        left: 26%;
        top: .2em;
    }
    .iconPhone{
        width: 3.6em;
        left: 14%;
        top: 1em;
    }
    .mail-div{
        width: 80%;
        height: 8em;
        top: 27em;
        left: 10%;
    }
    .mail{
        font-size: 40px;
        left: 32%;
        top: .1em;
    }
    .iconMail{
        width: 5em;
        left: 16%;
        top: 2.5em;
    }
    .social-div{
        width: 80%;
        height: 8em;
        top: 36.5em;
        left: 10%;
    }
    .social-div img{
        width: 50%;
        position: relative;
        left: 25%;
        top: .8em;
    }

    .formTitulo{
        font-size: 52px;
        text-align: center;
        top: 9.2em;
    }
}

@media only screen and (max-width: 950px){
    .inp1{
        width: 40%;
        left: 6%;
        top: 2.2em;
        font-size: 26px;
    }
    .data1{
        left: 7%;
        top: 1em;
    }
    .inp2{
        width: 40%;
        left: 54%;
        top: 2.2em;
        font-size: 26px;
    }
    .data2{
        left: 54.6%;
        top: 1em;
    }
    .inp3{
        width: 40%;
        left: 6%;
        top: 6.5em;
        font-size: 26px;
    }
    .data3{
        left: 7%;
        top: 4.7em;    
    }
    .inp4{
        width: 40%;
        left: 54%;
        top: 6.5em;
        font-size: 26px;
    }
    .data4{
        left: 54.6%;
        top: 4.7em;
    }
    .inp5{
        width: 40%;
        left: 6%;
        top: 10.9em;
        font-size: 26px;
    }
    .data5{
        left: 7%;
        top: 8.5em;
    }
    .btnAceptar{
        width: 30%;
        left: 58%;
    }
}

@media only screen and (max-width: 930px){ 
    .tel{
        left: 24%;
    }
    .iconPhone{
        left: 10%;
    }
    .mail{
        left: 30%;
    }
    .iconMail{
        left: 14%;
    }
}

@media only screen and (max-width: 920px){
    /*FOOTER*/
    .copyright{
        left: 52%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 890px){ 
    .tel{
        left: 22%;
    }
    .iconPhone{
        left: 8%;
    }
    .mail{
        left: 28%;
    }
    .iconMail{
        left: 12%;
    }

    /*FOOTER*/
    .copyright{
        left: 50%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 850px){
    .inicio{
        background-position-y: -15em;
    }

    .inp1{
        width: 40%;
        left: 6%;
        top: 2.2em;
        font-size: 26px;
    }
    .data1{
        left: 7%;
        top: 1em;
    }
    .inp2{
        width: 40%;
        left: 54%;
        top: 2.2em;
        font-size: 26px;
    }
    .data2{
        left: 54.6%;
        top: 1em;
    }
    .inp3{
        width: 40%;
        left: 6%;
        top: 6.5em;
        font-size: 26px;
    }
    .data3{
        left: 7%;
        top: 4.7em;    
    }
    .inp4{
        width: 40%;
        left: 54%;
        top: 6.5em;
        font-size: 26px;
    }
    .data4{
        left: 54.6%;
        top: 4.7em;
    }
    .inp5{
        width: 40%;
        left: 6%;
        top: 10.9em;
        font-size: 26px;
    }
    .data5{
        left: 7%;
        top: 8.5em;
    }
    .btnAceptar{
        width: 30%;
        left: 58%;
    }

    /*FOOTER*/
    .copyright{
        left: 48%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 840px){ 
    .tel{
        left: 20%;
    }
    .iconPhone{
        left: 6%;
    }
    .mail{
        left: 26%;
    }
    .iconMail{
        left: 10%;
    }
    .social-div img{
        top: 1.2em;
    }
}

@media only screen and (max-width: 829px){
    .inicio{
        background-position-y: -14em;
    }
}

@media only screen and (max-width: 820px){
    /*FOOTER*/
    footer{
        height: 14em;
    }
    .txtInfo{   
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 28px;
        top: -.2em;
        left: -.5%;
    }
    .txtPhone{
        bottom: 2.5em;
        left: 40%;
    }
    .txtMail{
        bottom: 2em;
        left: 40.5%;
    }
    .copyright{
        width: 100%;
        min-width: 100%;
        text-align: center;
        left: 0%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 809px){
    .inicio{
        background-position-y: -13em;
    }
}

@media only screen and (max-width: 800px){
    .formTitulo
    {
        width: 95%;
        position: relative;
        top: 9em;
        left: 2.5%;
    }
}

@media only screen and (max-width: 790px){ 
    .tel{
        left: 18%;
    }
    .iconPhone{
        left: 4%;
    }
    .mail{
        left: 24%;
    }
    .iconMail{
        left: 8%;
    }
    .social-div img{
        top: 1.4em;
    }
}

@media only screen and (max-width: 789px){
    .inicio{
        background-position-y: -12em;
    }
}

@media only screen and (max-width: 787px){
    .fondo-formulario{
        top: 60em;
    }
    .formulario{
        top: 60em;
    }
}

@media only screen and (max-width: 770px){
    .tel-div{
        height: 7em;
    }
    .tel{
        font-size: 36px;
        left: 22%;
        top: .2em;
    }
    .iconPhone{
        width: 3.2em;
        left: 9%;
    }
    .mail-div{
        height: 7em;
        top: 27em;
    }
    .mail{
        font-size: 36px;
        left: 29%;
    }
    .iconMail{
        width: 4.2em;
        left: 12%;
    }
    .social-div{
        height: 7em;
        top: 36.5em;
    }
    .social-div img{
        width: 52%;
        position: relative;
        left: 23%;
        top: .8em;
    }
}

@media only screen and (max-width: 768px){
    .inicio{
        background-position-y: -11em;
    }
}

@media only screen and (max-width: 764px){
    .infoTitulo{
        font-size: 54px;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media only screen and (max-width: 750px){
    .info{
        height: 120em;
    }
    .formulario{
        width: 80%;
        left: 10%;
        height: 52em;
    }
    .fondo-formulario{
        width: 80%;
        left: 10%;
        height: 52em;
    }
    .inp1{
        width: 60%;
        left: 20%;
        top: 2em;
    }
    .data1{
        left: 21%;
        top: 1em;
        font-size: 28px;
    }
    .inp2{
        width: 60%;
        left: 20%;
        top: 5.5em;
    }
    .data2{
        left: 21%;
        top: 4.2em;
        font-size: 28px;
    }
    .inp3{
        width: 60%;
        left: 20%;
        top: 9em;
    }
    .data3{
        left: 21%;
        top: 7.5em;
        font-size: 28px;
    }
    .inp4{
        width: 60%;
        left: 20%;
        top: 12.6em;
    }
    .data4{
        left: 21%;
        top: 10.8em;
        font-size: 28px;
    }
    .inp5{
        width: 60%;
        left: 20%;
        top: 16.8em;
    }
    .data5{
        left: 21%;
        top: 14.8em;
        font-size: 28px;
    }
    .btnAceptar{
        top: 24.5em;
        width: 40%;
        left: 30%;
    }

    footer{
        top: 148em;
    }
}

@media only screen and (max-width: 748px){
    .inicio{
        background-position-y: -10em;
    }
}

@media only screen and (max-width: 740px){
    .tel{
        left: 20%;
    }
    .iconPhone{
        width: 3.2em;
        left: 6%;
    }
    .mail{
        left: 26%;
    }
    .iconMail{
        left: 10%;
    }
    .social-div img{
        top: 1em;
    }
}

@media only screen and (max-width: 728px){
    .inicio{
        background-position-y: -8em;
    }
}

@media only screen and (max-width: 720px){
    .tel-div{
        width: 90%;
        height: 8em;
        left: 5%;
        top: 15em;
        background-color: rgba(96,192,237, .5);
        border: 3px solid white;
        border-radius: 12px;
    }
    .tel{
        font-size: 36px;
        left: 22%;
        top: .2em;
    }
    .iconPhone{
        width: 3.2em;
        left: 9%;
    }
    .mail-div{
        width: 90%;
        height: 8em;
        left: 5%;
        top: 26em;
        background-color: rgba(96,192,237, .5);
        border: 3px solid white;
        border-radius: 12px;
    }
    .mail{
        font-size: 36px;
        left: 28%;
    }
    .iconMail{
        width: 4.2em;
        left: 12%;
    }
    .social-div{
        width: 90%;
        height: 8em;
        left: 5%;
        top: 37em;
        background-color: rgba(96,192,237, .5);
        border: 3px solid white;
        border-radius: 12px;
    }
    .social-div img{
        width: 52%;
        position: relative;
        left: 23%;
        top: .8em;
    } 
    
    /*FOOTER*/
    .txtPhone{
        left: 38%;
    }
    .txtMail{
        left: 38.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 710px){
    .infoTitulo{
        font-size: 54px;
        padding-left: .5em;
        padding-right: .5em;
    }
}

@media only screen and (max-width: 700px){
    /*MENU*/
    .menu-lista li{      
        left: -.8%;
        font-size: 26px;
        padding-top: .3em;
        padding-bottom: .24em;
    }
    /*MENU*/
}

@media only screen and (max-width: 687px){
    .inicio{
        background-position-y: -6em;
    }
}

@media only screen and (max-width: 680px){
    .tel{
        font-size: 34px;
        left: 20%;
        top: .4em;
    }
    .iconPhone{
        width: 3em;
        left: 6%;
        top: 1.4em;
    }
    .mail{
        font-size: 34px;
        left: 26%;
        top: .3em;
    }
    .iconMail{
        width: 4em;
        left: 8%;
        top: 2.8em;
    }
    .social-div img{
        width: 52%;
        position: relative;
        left: 21%;
        top: 1.2em;
    }    
}

@media only screen and (max-width: 657px){
    .infoTitulo{
        font-size: 52px;
    }
}

@media only screen and (max-width: 650px){
    /*MENU*/
    .menu-lista li{      
        left: -1.2%;
    }
    /*MENU*/

    .inp1{
        width: 70%;
        left: 15%;
        top: 2em;
    }
    .data1{
        left: 16%;
        top: 1em;
        font-size: 28px;
    }
    .inp2{
        width: 70%;
        left: 15%;
        top: 5.5em;
    }
    .data2{
        left: 16%;
        top: 4.2em;
        font-size: 28px;
    }
    .inp3{
        width: 70%;
        left: 15%;
        top: 9em;
    }
    .data3{
        left: 16%;
        top: 7.5em;
        font-size: 28px;
    }
    .inp4{
        width: 70%;
        left: 15%;
        top: 12.6em;
    }
    .data4{
        left: 16%;
        top: 10.8em;
        font-size: 28px;
    }
    .inp5{
        width: 70%;
        left: 15%;
        top: 16.8em;
    }
    .data5{
        left: 16%;
        top: 14.8em;
        font-size: 28px;
    }
    .btnAceptar{
        top: 24.5em;
        width: 50%;
        left: 25%;
    }

    /*FOOTER*/
    .txtPhone{
        left: 36%;
    }
    .txtMail{
        left: 36.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 646px){
    .inicio{
        background-position-y: -4em;
    }
}

@media only screen and (max-width: 635px){
    /*MENU*/
    .menu-lista li{      
        left: -.8%;
        font-size: 26px;
        padding-top: .3em;
        padding-bottom: .24em;
    }
    /*MENU*/
}

@media only screen and (max-width: 632px){
    .infoTitulo{
        font-size: 50px;
    }

    .formTitulo{
        font-size: 50px;
        top: 10.5em;
    }
}

@media only screen and (max-width: 620px){
    .tel{
        font-size: 32px;
        left: 18%;
        top: .4em;
    }
    .iconPhone{
        width: 2.5em;
        left: 6%;
        top: 1.8em;
    }
    .mail{
        font-size: 32px;
        left: 24%;
        top: .4em;
    }
    .iconMail{
        width: 3.6em;
        left: 6%;
    }
    .social-div img{
        left: 20%;
        top: 1.5em;
    }    
}

@media only screen and (max-width: 608px){
    .infoTitulo{
        font-size: 48px;
    }

    .formTitulo{
        font-size: 48px;
        top: 11em;
    }
}

@media only screen and (max-width: 606px){
    .inicio{
        background-position-y: -2em;
    }
}

@media only screen and (max-width: 600px){
    /*MENU*/
    label{
        left: 90%;
    }
    .menu-lista li{      
        left: -1.6%;
    }
    /*MENU*/ 

    /*FOOTER*/
    .txtPhone{
        left: 34%;
    }
    .txtMail{
        left: 34.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 585px){
    .infoTitulo{
        font-size: 44px;
        top: -.4em;
    }

    .formTitulo{
        font-size: 44px;
        top: 11.5em;
    }
}

@media only screen and (max-width: 570px){
    /*MENU*/
    .menu-lista li{      
        left: -1.8%;
    }
    /*MENU*/
}

@media only screen and (max-width: 565px){
    .inicio{
        background-position-y: 0em;
    }
}

@media only screen and (max-width: 560px){
    .tel{
        width: 100%;
        max-width: 100%;
        font-size: 36px;
        top: .2em;
        left: 0%;
    }
    .iconPhone{
        visibility: hidden;
    }
    .mail{
        width: 100%;
        max-width: 100%;
        font-size: 36px;
        top: .2em;
        left: 0%;
    }
    .iconMail{
        visibility: hidden;
    }
    .social-div img{
        width: 54%;
        top: 1.6em;
    }    
}

@media only screen and (max-width: 550px){
    /*HEADER*/
    header img{
        width: 60px;
        top: .5em;
        left: .5em;    
    }

    .titulo{   
        font-size: 28px;
        left: 2.5em;
        top: -.3em;
    }
    /*HEADER*/

    /*MENU*/
    label{
        left: 88%;
    }
    .menu-lista li{
        font-size: 26px;
        padding-top: .26em;
        padding-bottom: .28em;
        left: -2.6%;
    }
    /*MENU*/
}

@media only screen and (max-width: 540px){
    /*FOOTER*/
    .txtPhone{
        left: 32%;
    }
    .txtMail{
        left: 32.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 537px){
    .infoTitulo{
        font-size: 44px;
        padding-left: .4em;
        padding-right: .4em;
    }
}

@media only screen and (max-width: 520px){
    .tel{
        font-size: 34px;
        top: .3em;
    }
    .mail{
        font-size: 34px;
        top: .3em;
    }  
    .social-div img{
        width: 56%;
        top: 1.8em;
    }
}

@media only screen and (max-width: 500px){
    /*MENU*/
    label{
        left: 86%;
    }
    .menu-lista li{      
        left: -3.4%;
        font-size: 22px;
        padding-top: .5em;
        padding-bottom: .36em;
    }
    /*MENU*/
    .formulario{
        width: 90%;
        left: 5%;
        height: 52em;
    }
    .fondo-formulario{
        width: 90%;
        left: 5%;
        height: 52em;
    }
    .inp1{
        width: 80%;
        left: 10%;
        top: 2em;
    }
    .data1{
        left: 11%;
        top: 1em;
        font-size: 28px;
    }
    .inp2{
        width: 80%;
        left: 10%;
        top: 5.5em;
    }
    .data2{
        left: 11%;
        top: 4.2em;
        font-size: 28px;
    }
    .inp3{
        width: 80%;
        left: 10%;
        top: 9em;
    }
    .data3{
        left: 11%;
        top: 7.5em;
        font-size: 28px;
    }
    .inp4{
        width: 80%;
        left: 10%;
        top: 12.6em;
    }
    .data4{
        left: 11%;
        top: 10.8em;
        font-size: 28px;
    }
    .inp5{
        width: 80%;
        left: 10%;
        top: 16.8em;
    }
    .data5{
        left: 11%;
        top: 14.8em;
        font-size: 28px;
    }
    .btnAceptar{
        top: 24.5em;
        width: 54%;
        left: 23%;
    }

    /*FOOTER*/
    .txtPhone{
        left: 30%;
    }
    .txtMail{
        left: 30.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 490px){
    .tel{
        font-size: 30px;
        top: .6em;
    }
    .mail{
        font-size: 30px;
        top: .6em;
    }  
}

@media only screen and (max-width: 482px){
    .infoTitulo{
        font-size: 40px;
        padding-left: .2em;
        padding-right: .2em;
    }

    .formTitulo{
        font-size: 40px;
        top: 13.5em;
    }
}

@media only screen and (max-width: 470px){
    /*IMAGEN INICIO*/
    .txtTituloInicio
    {
        font-size: 86px;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 460px){
    .inicio{
        background-position-x: -3em;
    }
}

@media only screen and (max-width: 450px){
    /*MENU*/
    .menu-lista li{      
        left: -4.4%
    }
    /*MENU*/
}

@media only screen and (max-width: 444px){
    .infoTitulo{
        font-size: 38px;
    }

    .tel{
        font-size: 28px;
        top: .8em;
    }
    .mail{
        font-size: 28px;
        top: .8em;
    }  
    .social-div img{
        width: 60%;
        top: 2em;
    }

    .formTitulo{
        font-size: 38px;
        top: 13.2em;
    }
}

@media only screen and (max-width: 440px){
    .formulario{
        width: 90%;
        left: 5%;
        height: 48em;
    }
    .fondo-formulario{
        width: 90%;
        left: 5%;
        height: 48em;
    }
    .inp1{
        width: 80%;
        left: 10%;
        top: 2em;
        height: 1.2em;
        font-size: 24px;
    }
    .data1{
        left: 11%;
        top: 1em;
        font-size: 26px;
    }
    .inp2{
        width: 80%;
        left: 10%;
        top: 5.5em;
        height: 1.2em;
        font-size: 24px;
    }
    .data2{
        left: 11%;
        top: 4.2em;
        font-size: 26px;
    }
    .inp3{
        width: 80%;
        left: 10%;
        top: 9em;
        height: 1.2em;
        font-size: 24px;
    }
    .data3{
        left: 11%;
        top: 7.5em;
        font-size: 26px;
    }
    .inp4{
        width: 80%;
        left: 10%;
        top: 12.6em;
        height: 1.2em;
        font-size: 24px;
    }
    .data4{
        left: 11%;
        top: 10.8em;
        font-size: 26px;
    }
    .inp5{
        width: 80%;
        left: 10%;
        top: 16.8em;
        font-size: 24px;
    }
    .data5{
        left: 11%;
        top: 14.6em;
        font-size: 26px;
    }
    .btnAceptar{
        top: 22.5em;
        width: 54%;
        left: 23%;
    }

    /*FOOTER*/
    footer{
        top: 142em;
    }
    .txtInfo{   
        font-size: 26px;
        top: -.4em;
    }
    .txtPhone{
        font-size: 15px;
        left: 30%;
    }
    .txtMail{
        font-size: 15px;
        left: 30.5%;
    }
    .imgPhone{
        width: 24px;
    }
    .imgMail{
        width: 36px;
    }
    .copyright{
        font-size: 17px;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 435px){
    /*IMAGEN INICIO*/
    .txtTituloInicio
    {
        font-size: 82px;
        top: .80em;
    }
    /*IMAGEN INICIO*/
}

@media only screen and (max-width: 430px){
    /*FOOTER*/
    .txtPhone{
        left: 28%;
    }
    .txtMail{
        left: 28.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 420px){
    /*MENU*/
    .menu-lista li{      
        left: -5.4%
    }
    /*MENU*/

    .inicio{
        background-position-x: -4em;
    }
}

@media only screen and (max-width: 412px){
    /*IMAGEN INICIO*/
    .txtTituloInicio
    {
        font-size: 76px;
        top: 1em;
    }
    /*IMAGEN INICIO*/    
}

@media only screen and (max-width: 400px){
    /*MENU*/
    .menu-lista li{      
        left: -6.4%
    }
    /*MENU*/

    .formulario{
        width: 90%;
        left: 5%;
        height: 46em;
    }
    .fondo-formulario{
        width: 90%;
        left: 5%;
        height: 46em;
    }
    .inp1{
        width: 85%;
        left: 7.5%;
        top: 2em;
        height: 1em;
        font-size: 22px;
    }
    .data1{
        left: 9%;
        top: .9em;
        font-size: 24px;
    }
    .inp2{
        width: 85%;
        left: 7.5%;
        top: 5.7em;
        height: 1em;
        font-size: 22px;
    }
    .data2{
        left: 9%;
        top: 4.2em;
        font-size: 24px;
    }
    .inp3{
        width: 85%;
        left: 7.5%;
        top: 9.2em;
        height: 1em;
        font-size: 22px;
    }
    .data3{
        left: 9%;
        top: 7.5em;
        font-size: 24px;
    }
    .inp4{
        width: 85%;
        left: 7.5%;
        top: 12.8em;
        height: 1em;
        font-size: 22px;
    }
    .data4{
        left: 8.8%;
        top: 10.8em;
        font-size: 24px;
    }
    .inp5{
        width: 85%;
        left: 7.5%;
        top: 17em;
        font-size: 22px;
    }
    .data5{
        left: 9%;
        top: 14.8em;
        font-size: 24px;
    }
    .btnAceptar{
        top: 21em;
        width: 54%;
        left: 23%;
    }    

    /*FOOTER*/
    .txtPhone{
        left: 26%;
    }
    .txtMail{
        left: 26.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 410px){
    .tel{
        font-size: 26px;
        top: 1em;
    }
    .mail{
        font-size: 26px;
        top: 1em;
    }  
    .social-div img{
        width: 64%;
        top: 2em;
        left: 16%;
    }
}

@media only screen and (max-width: 390px){
     /*IMAGEN INICIO*/
     .txtTituloInicio
     {
         font-size: 72px;
     }
     /*IMAGEN INICIO*/ 
     
    .tel-div{
        width: 98%;
        left: 1%;
        border: 1px solid white;
    }
    .mail-div{
        width: 98%;
        left: 1%;
        border: 1px solid white;
    }
    .social-div{
        width: 98%;
        left: 1%;
        border: 1px solid white;
    }
}

@media only screen and (max-width: 380px){
    /*FOOTER*/
    .txtPhone{
        left: 24%;
    }
    .txtMail{
        left: 24.5%;
    }
    /*FOOTER*/
}

@media only screen and (max-width: 375px){
    /*IMAGEN INICIO*/
    .txtTituloInicio
    {
        font-size: 68px;
    }
    /*IMAGEN INICIO*/   
}

@media only screen and (max-width: 370px){
    .inicio{
        background-position-x: -6em;
    }
}

@media only screen and (max-width: 350px){
    /*MENU*/
    .menu-lista li{      
        left: -7.4%
    }
    /*MENU*/
}

@media only screen and (max-width: 320px){
    /*MENU*/
    .menu-lista li{      
        left: -8.4%
    }
    /*MENU*/
}

@media only screen and (max-width: 295px){
    /*MENU*/
    .menu-lista li{      
        left: -9.4%
    }
    /*MENU*/
}

@media only screen and (max-width: 280px){
    /*MENU*/
    .menu-lista li{      
        left: -10.4%
    }
    /*MENU*/
}
