*{
    font-family: 'Source Sans Pro' ;
}


/* HEADER */

header{
    background: #F5F8FC;
    position: fixed;
    width: 100%;
    top:0;
    z-index: 100;
    height: 80px;
}

.logo-header{
    width: 100px;
    height: 31px;
}

.top-header{
    display:flex;
    justify-content: space-between;
    padding-top: 20px;
}

@media only screen and (max-width: 768px){
    .top-header{
        padding-left: 10px !important;
        padding-right: 68px !important;
    }

    .fa-chevron-down:before{
        display:none;
    }
}

.servicios-header{
    display:flex;   
}

.servicios{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-left: 20px;
    margin-top: 5px;
    text-decoration: none;
}

.servicios:hover{
    border-bottom: 2px solid #0094EA;
    color: #000;
}

.btnHome{
    background-color: #F5F8FC;
    border: 2px solid #000000;
    border-radius: 5px;
    height: 41px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-left: 30px;
}

.btnHome:hover{
    background-color: #FFAA08;
    color: #fff;
    border-color: #FFAA08;
}

@media only screen and (max-width: 768px){
    .btnHome{
        display:none;
    }

    .nav li a{
        padding: 0px 22px;
    }
}

/* ---------------------------------------------------------------- */

/* SECCIÓN 1 */

.box-1{
    background: url(img/fondo-home.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px){
    .box-1{
        background: url(img/img-web-movil\ 1.png);
        height: 900px;
        background-position: 0px -250px !important;
    }
}

@media (max-width: 1024px){
    .box-1{
        background-position: -200px 0px;
    }
}

.textos-box1{
    margin-right: 181px;
    display:grid;
    justify-items: self-end;
}

@media only screen and (max-width: 768px){
    .textos-box1{
        justify-items: center !important;
    }
}

.titulo-box1{
    font-weight: 700;
    font-size: 48px;
    margin-top: 300px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px){
    .titulo-box1{
        text-align: center;
        font-size: 40px;
        margin-top: 150px;
    }
}

.subtitulo-box1{
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px){
    .subtitulo-box1{
        font-size: 23px;
        text-align: center;
    }
}

.iconos{
    display:flex;
    margin-top: 30px;
    margin-bottom: 200px;
}

.iconos-movil{
    display: none;
}

.iconos-top{
    width: 20%;
    height: 20%;
}

.iconos-top-2{
    width: 20%;
    height: 20%;
    margin-right: 20px;
}

@media only screen and (max-width: 768px){
    .iconos{
        display:none;
    }

    .iconos-movil{
        display:flex;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .iconos-top-movile{
        width: 50%;
        margin-left: 25px;
    }

    .texto-iconos{
        font-weight: 600;
        text-align: center;
    }
}

#formulario{
    justify-self: center;
    padding-left: 70px;
    padding-right: 70px;
}

@media only screen and (max-width: 768px){
    #formulario{
        padding: 40px;

    }
}

.hablar-asesor{
    width: 251px;
    height: 37px;
    border: 2px solid #000000;
    border-radius: 5px;
    background-color: #ffff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    justify-self: center;
}

.imgBox1{
    padding-top: 40px;
    display:flex;
    text-align: center;
}

.seguro{
   margin-left: 76px;
   margin-right: 76px; 
}

.textos-img-box1{
    font-size: 20px;
    font-weight: 400;
}

.llamarAsesor{
    padding: 3px;
    border: 2px solid #0094ea;
    background-color: #0094ea;
    color: #fff;
    font-family:'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
}

.llamarAsesor:hover{
    background-color: #ffaa08;
    border-color: #ffaa08;
}

.botonWhatsApp{
    border: 2px solid #000;
    padding: 3px;
    border-radius: 5px;
    font-family:'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-left: 10px;
}

.botonWhatsApp:hover{
    border-color:#0094EA;
    color: #0094EA;
}

.botonWhatsApp:hover .fa-whatsapp:before{
    color:#0094EA !important;
}

.fa-whatsapp:before{
    color: #000 !important;
}


.botones-box1-movil{
    display:none;
}

@media only screen and (max-width: 768px){
    .botones-box1{
        display:none;
    }

    .botones-box1-movil{
        display: block;
    }

    .botonWhatsApp{
        margin-top: 10px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1024px){
    .llamarAsesor{
        font-size: 16px;
    }

    .botonWhatsApp{
        font-size: 16px;
    }
}


/* ----------------------------------------------------------------- */

/* SECCIÍON 2 */

.box-2{
    background-color:#0094EA;
    border-radius: 10px;
    display: flex;
    margin-bottom: 100px;
}

.box-2-movil{
    display:none;
}

.porque-elegir{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

button.accordion {
    justify-content: space-between;
    display: flex;
}

.acordeon{
    align-self: center;
}

.div-img-porque {
    margin-left: -23px;
    margin-bottom: -14px;
}

.div-img-porque > img {
    width: 100%;
}

@media only screen and (max-width: 1024px){
    .div-img-porque > img{
        width:396px;
        margin-top: 61px;
    }

    .accordion{
        font-size: 21px !important;
    }

    .acordeon{
        margin-left: 25px;
    }
}

@media only screen and (max-width: 768px){
    .box-2{
        display:none;
    }

    .box-2-movil{
        background-color:#0094EA;
        border-radius: 10px;
        margin-bottom: 100px;
        padding: 30px;
        display: block;
    }

    .porque-elegir{
        text-align: center;
    }

    button.accordion {
        font-size: 21px;
    }

    .img-porque{
        width: 350px;
        height: 393px;
        margin-bottom: -39px;
        margin-left: -35px;
    }

}

.accordion {
    background-color: #036ba8;
    color: #fff;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    outline: none;
    transition: 0.8s;
    font-size: 24px;
    border: none;
    margin-bottom: 20px;
}
  

.panel {
    padding: 20px;
    background-color: white;
    display: none;
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 20px;
    border-radius: 0px 0px 10px 10px;
    font-size: 20px;
}

/* SECCIÓN 3 */

.enviaWhats{
    display:grid;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.texto-enviaWhats{
    font-size: 40px;
    font-weight: 400;
    color: #0094EA;
}

.numWhats{
    text-align: center;
}

.numWhats > a{
    font-weight: 700;
    font-size: 36px;
    color: #0094EA;
}

.numWhats > a:hover{
    color: #036BA8;
}


.puntosWhats{
    color: #0094EA;
}

@media only screen and (max-width: 768px){
    .texto-enviaWhats{
        font-size: 30px;
        text-align: center;
    }

    .numWhats{
        font-size: 25px;
    }
}


.titulo-ayudamos{
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-top: 88px;
}

.section-divider{
    display: block;
    width: 844px;
    height: 0px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #EBF2FA;
    margin-top: 54px;
}

.punto{
    position: absolute;
    width: 15px;
    height: 15px;
    background: #0094EA;
    border-radius: 10px;
    top: 1490px;
    left: 520px;
}


/* FOOTER */

footer{
    background-color: #0094EA;
    padding: 50px;
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    text-align: center;
}

footer > p{
    color: #fff;
    font-size: 24px;
    margin-bottom: 0px;
    
}

.redes-footer{
    display:flex;
    justify-content: center;
}

.redes-sociales{
    margin: 10px;
}

.instagram{
    margin-top: 4px;
}

footer > a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

footer > a:hover{
    color: #fff;
}


/* GRACIAS */

.gracias{
    background-color: #0094EA !important;
    display:flex;
    margin-top: 200px;
    margin-bottom: 200px;
    border-radius: 10px;
    padding-top: 30px;
}

.gracias-movil{
    display:none;
}

@media only screen and (max-width: 768px){
    .gracias{
        display:none;    
    }

    .gracias-movil{
        display: block;
        background-color: #0094EA !important;
        margin-top: 100px;
        border-radius: 10px;
        margin-bottom: 100px;
    }

    .texto-gracias > h1{
        font-size: 38px !important;
    }

    .texto-gracias{
        padding-left: 0px !important;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.imagen-gracias{
    width: 100%;
}

.texto-gracias{
    align-self: center;
    padding-left: 50px;
}

.texto-gracias > h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.texto-gracias > p {
    color: #fff;
    font-size: 20px;
}

.footer-gracias{
    background-color: #0094EA;
    padding: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.logo-header-gracias{
    width: 30%;
}

/* -------------------------------------------------------------------- SERVICIO TFM ------------------------------------------------------------ */

.box-1-tfm{
    display:flex;
    margin-top: 200px;
}

.texto-tfm-movil{
    display:none;
}

.texto-tfm > h1{
    font-size: 48px;
    font-weight: 700;
}

.texto-tfm > p{
    font-size: 20px;
}

.img-tfm{
    width: 600px;
    height: 600px;
    margin-top: -80px;
    margin-left: 60px;
}

@media only screen and (max-width: 768px){

    .box-1-tfm{
        margin-top: 150px;
    }

    .texto-tfm-movil{
        display:block;
        margin-bottom: 80px;
    }

    .texto-tfm-movil > h1{
        font-size: 36px;
        font-weight: 700;
    }

    .texto-tfm-movil > p{
        font-size: 20px;
    }

    .texto-tfm{
        display:none;
    }

    .img-tfm-servicio{
        display:none;
    }

    .img-tfm{
        display:none;
    }
}

@media only screen and (max-width: 1024px){
    .img-tfm {
        width: 400px;
        height: 400px;
        margin-top: 155px;
        margin-left: 10px;
    }
}


/*------ Sección 2 --------*/

.box-2-tfm{
    margin-bottom: 100px;
}

.box-2-tfm > h3{
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 700;
}

.cajas-box-2-tfm{
    display:flex;
}

.cajas-box-2-tfm-movil{
    display: none;
}

.caja > h3{
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
}

.caja > p{
    font-size: 17px;
}

@media only screen and (max-width: 768px){
    .cajas-box-2-tfm-movil{
        display: block;
    }

    .cajas-box-2-tfm{
        display: none;
    }
}

.formulario-tfm{
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: var( --e-global-color-text );
    box-shadow: 6px 6px 26px 1px rgb(161 161 161 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 100px;
}

.formulario-tfm > h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color:#036BA8;
}

.formulario-tfm > p{
    text-align: center;
    font-size: 20px;
    color:#036BA8;
    margin-bottom: 20px;
}

/*------------ Aviso Legal --------------*/ 

.avisolegal{
    margin-top: 150px;
    margin-bottom: 100px;
}

.avisolegal > h1{
    font-weight: bold;
    font-size: 46px;
    font-family: 'Source Sans Pro' ;
}

.avisolegal h2{
    font-size: 48px;
    font-weight: 700;
    font-family: 'Source Sans Pro' ;
}

.avisolegal p{
    font-size: 20px;
    font-family: 'Source Sans Pro' ;
}

.avisolegal li{
    font-size: 20px;
    font-family: 'Source Sans Pro' ;
}

/* -------- Política de cookies -------- */

.cookies{
    margin-bottom: 50px;
}

.cookies p{
    font-size: 14px;
}