 /* ==============================
   ASESOR COMERCIAL INSTITUCIONAL
   ============================== */

body {
    margin: 0;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background-color: #f5f7fa;
}

/* ===== SECCIÓN ===== */
.asesores-section {
    padding: 60px 20px;
    background-color: #ffffff;
    text-align: center;
}

/* ===== CONTENEDOR ===== */
.container-asesores {
    max-width: 1100px;
    margin: 0 auto;
}

/* ===== ICONO ===== */
.icono-flecha img {
    width: 48px;
    margin-bottom: 24px;
    opacity: 0.85;
}

/* ===== TÍTULO ===== */
.titulo-asesores {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 48px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== TARJETA ===== */
.tarjeta {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px 28px;
    max-width: 520px;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tarjeta:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

/* ===== FOTO ===== */
.foto-asesor {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
}

/* ===== INFO ===== */
.info-asesor {
    text-align: left;
    flex: 1;
}

.info-asesor h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.info-asesor p {
    margin: 6px 0 16px;
    font-size: 0.95rem;
    color: #6b7280;
}

/* ===== BOTÓN ===== */
.boton-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.boton-whatsapp:hover {
    background-color: #1ebe5d;
    transform: scale(1.03);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .tarjeta {
        flex-direction: column;
        text-align: center;
    }

    .info-asesor {
        text-align: center;
    }
}
/* ===== FILA CONTENEDORA ===== */
.fila-asesor {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* ===== TARJETA IMAGEN LINK ===== */
/* ===== ESTILOS GENERALES ===== */

/* CONTENEDOR DEL LINK */
.tarjeta-link{
    display: inline-block;
    text-decoration: none;
    width: 100%;
    max-width: 420px;
}

/* CONTENIDO DE LA TARJETA */
.contenido-link{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

/* IMAGEN */
.contenido-link img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.4s ease;
}

/* TEXTO SOBRE LA IMAGEN */
.contenido-link figcaption{
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    background: rgba(0,0,0,0.55);
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
}

/* EFECTO HOVER */
.tarjeta-link:hover img{
    transform: scale(1.05);
}

/* EFECTO SOMBRA */
.tarjeta-link:hover{
    transform: translateY(-4px);
    transition: 0.3s;
}

/* RESPONSIVE */
@media (max-width:600px){

    .contenido-link figcaption{
        font-size:0.9rem;
        padding:6px 10px;
    }

}

/*FORMULARIO GOOGLE FORMS*/
/* ============================= */
/* ============================= */
/* SECCION FORMULARIO */
/* ============================= */

.seccion-formulario{
    width:100%;
    padding:80px 20px;
    background:linear-gradient(135deg,#f5f5f5,#e9ecef);
}

.formulario-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:40px;
    align-items:center;
}
.titulo-formulario{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.icono-formulario{
    font-size:36px;
}

.formulario-info h2{
    font-size:32px;
    margin:0;
    font-family:Verdana,sans-serif;
    color:#333;
}
/* TEXTO */

.formulario-info h2{
    font-size:32px;
    margin-bottom:20px;
    font-family:Verdana,sans-serif;
    color:#333;
}

.formulario-info p{
    font-size:18px;
    line-height:1.6;
    color:#555;
}

.icono-formulario{
    font-size:50px;
    margin-bottom:15px;
}

/* TARJETA FORMULARIO */

.formulario-card{
    background:white;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
    padding:20px;
    width:650px;
    max-width:100%;
    margin:auto;
    display:flex;
    justify-content:center;
}

.formulario-card iframe{
    width:100%;
    max-width:620px;
    height:520px;
    border:none;
    border-radius:10px;
}

/* RESPONSIVE */

@media (max-width:900px){

.formulario-container{
    grid-template-columns:1fr;
    text-align:center;
}

.formulario-info h2{
    font-size:26px;
}

.formulario-info p{
    font-size:16px;
}

.formulario-card iframe{
    height:900px;
}

}

/* ============================= */
/* BANNER COOKIES PROFESIONAL */
/* ============================= */

.cookie-banner{

    position:fixed;
    bottom:0;
    left:0;

    width:100%;

    background:#002745;

    box-shadow:0 -5px 25px rgba(0,0,0,0.15);

    padding:20px 30px;

    border-top-left-radius:15px;
    border-top-right-radius:15px;

    display:none;

    z-index:9999;

}

/* contenedor interno */

.cookie-container{

    max-width:1200px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;

}

/* texto */

.cookie-text{

    font-size:14px;
    color:white;
    line-height:1.5;

}

/* botones */

.cookie-buttons{

    display:flex;
    gap:15px;

}

.btn-cookie{

    border:none;
    padding:10px 20px;

    border-radius:8px;

    font-size:14px;
    font-weight:600;

    cursor:pointer;

    transition:all 0.3s ease;

}

/* aceptar */

.aceptar{

    background:#f1cf00;
    color:black;

}

.aceptar:hover{

    background:#002745;

}

/* rechazar */

.rechazar{

    background:#f1cf00;
    color:black;

}

.rechazar:hover{

    background:#002745;

}

/* responsive */

@media(max-width:768px){

.cookie-container{

    flex-direction:column;
    text-align:center;

}

.cookie-buttons{

    width:100%;
    justify-content:center;

}

}
.cookie-link{

    color:#2a7de1;
    font-weight:600;
    text-decoration:none;
    margin-left:5px;

}

.cookie-link:hover{

    text-decoration:underline;

}