﻿body{
    background: #E6DACE;
    font-family: "Montserrat", sans-serif;
}


.blanco img{
    width: 70% !important;
}

.cabecera-ayuda{
    height: 190px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background:#1A2530;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logotipo img{
    width: 100%;

    transition: all 1s;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    padding: 0;
    list-style: none;
}
nav ul li{
    width: 25%;
    float: left;
}
.menu{
    text-align: center;
    font-weight: lighter;
    color: #C0A97F;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 0;
}
.menu:hover{
    font-weight: normal;
}
.dosM{
    padding: 0 0;
}

.datos{
    text-align: center;
    font-size: 20px;
    color: white;
}


.efecto{
    background: url(../images/efecto.jpg) no-repeat center center / cover;
    height: 100vh;
}


.contenido{
    padding-top: 50px;
    padding-bottom: 50px;
}


.seccion{
    text-align: justify;
    color: #3C3C3C;
    font-size: 19px;
}

.imagen img{
    width: 100%;
}
.i1 img{
    border-radius: 200px 0 0 40px;
}
.i2 img{
    border-radius: 0 200px 40px 0;
}



.numeros{
    background: white;
    color: #1A2530;
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
}


.icono{
    text-align: center;
    font-size: 20px;
}
.icono b{
    font-size: 40px;
}


.faqs{
    background: white;
    padding-top: 60px;
    padding-bottom: 60px;
}

.faq{
    font-size: 18px;
    margin-bottom: 40px;
}
.faq strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}


.form-group{
    margin-bottom: 12px;
}


.btn-cta {
    background-color: #C0A97F; /* Dorado desaturado */
    color: #1A2530; /* Azul marino profundo */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    padding: 0.75em 1.5em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-cta:hover {
    background-color: #b19570; /* Un poco más oscuro en hover */
    transform: translateY(-2px);
}

.btn-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}



footer{
    background: #1A2530;
    text-align: center;
    color: white;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }

    .blanco img{
        width: 90% !important;
    }
}

@media screen and (max-width:992px){
    .efecto{
        height: 400px;
    }
}

@media screen and (max-width:768px){
    nav{
        margin: 20px 0 !important;
    }
    nav ul li{
        width: 50%;
    }
}

@media screen and (max-width:576px){
    
}