    /* 1. RESET Y BASE (Se aplica a todo) */
    html, body { 
        margin: 0 !important; 
        padding: 0 !important; 
        width: 100%;
        overflow-x: hidden;
    }
    .wrapper { position: relative; overflow: visible !important; }

    /* 2. MENÚS FIJOS (Común) */
    .desktop-only, .mobile-only {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        width: 100%;
        z-index: 9999 !important;
    }

    /* 3. BARRA DE CONTACTO PC (Ajuste Premium) */
    .top-bar2 {
        background: transparent !important;
        position: absolute !important;
        top: 95px;
        width: 100%;
        z-index: 999;
        display: block;
    }

    .header-contact-list {
        display: flex !important;
        justify-content: flex-end;
        list-style: none !important;
        margin: 0;
        padding: 0;
    }

    .header-contact-list li {
        padding: 0 20px;
        border-right: 1px solid rgba(255,255,255,0.4);
        text-align: right;
    }

    .header-contact-list li:last-child { border-right: none; }

    .header-contact-list h6 {
        font-family: 'Montserrat', sans-serif !important;
        color: #ffcc00 !important; /* Título en amarillo */
        font-size: 20px !important;
        font-style: italic;
        margin: 0 !important;
        text-transform: uppercase;
    }

    .header-contact-list p {
        font-family: 'Montserrat', sans-serif !important;
        color: #ffffff !important;
        font-size: 22px !important;
        font-weight: 800 !important;
        font-style: italic;
        margin: 0 !important;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    }

    /* 4. MENÚ MÓVIL (Corrección de visibilidad) */
    .mobile-header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #003366; /* Azul Sólido */
        padding: 10px 15px;
        height: 70px;
        z-index: 10001;
    }

    .mobile-nav-content {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #00264d !important; /* Azul oscuro no transparente */
        z-index: 10000;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.5);
    }

    .mobile-nav-content.show { display: block !important; }

    .mobile-nav-content ul { list-style: none; padding: 0; margin: 0; }
    
    .mobile-nav-content ul li a {
        display: block;
        padding: 15px 25px;
        color: white !important;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        text-decoration: none;
    }

    /* 5. RESPONSIVE (Control de qué se muestra y qué no) */

    /* Pantallas Grandes (PC) */
    @media (min-width: 992px) {
        .mobile-only { display: none !important; }
        .banner { padding-top: 180px !important; }
    }

    /* Pantallas Pequeñas (Móvil) */
    @media (max-width: 991px) {
        .desktop-only, .top-bar2 { display: none !important; }
        .mobile-only { display: block !important; }
        
        /* Barra de contacto móvil (aparece bajo el logo) */
        .top-bar2-mobile {
            background: #003366 !important;
            padding: 15px 0;
            margin-top: 70px; /* Evita que el menú fijo lo tape */
            position: relative;
            z-index: 998;
        }
        
        .contact-item-mobile { 
            padding: 8px 0; 
            border-bottom: 1px solid rgba(255,255,255,0.1); 
            text-align: center;
        }

        .contact-item-mobile h6 { color: #ffcc00 !important; font-size: 10px; margin: 0; }
        .contact-item-mobile p { color: #ffffff !important; font-size: 14px; font-weight: 800; margin: 0; }
        
        .banner { padding-top: 20px !important; }
    }

    /* Estilos de Logo (PC) */
    .logo-grande-contenedor {
        position: absolute; left: 18%; top: 50%; transform: translateY(-50%);
        width: 180px; height: 125px; background-color: #f2f2f2;
        padding: 15px; border-radius: 15px; box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.35);
        z-index: 1200; display: flex; align-items: center; justify-content: center;
    }

/* --- ESTILO DEL LOGO EN MÓVIL --- */
.mobile-logo-wrapper {
    background-color: #f2f2f2; /* Fondo blanco humo igual al de PC */
    padding: 8px 12px;
    border-radius: 12px; /* Bordes redondeados */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); /* Sombra para que resalte */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Ajuste de tamaño para que quepa en la barra azul */
    height: 65px; 
    width: auto;
    max-width: 130px;
    
    /* Centrado vertical en la barra */
    position: relative;
    top: 0;
}

.mobile-logo-wrapper img {
    max-height: 100%; /* El logo se ajusta al alto del cuadro */
    width: auto;
    object-fit: contain;
}

/* --- AJUSTE DE LA BARRA AZUL MÓVIL --- */
.mobile-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #003366; 
    padding: 5px 15px; /* Reducimos un poco el padding */
    height: 75px; /* Altura suficiente para el logo enmarcado */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}

/* Espaciador lateral para que el logo quede centrado visualmente */
.mobile-header-container .hamburger-style {
    width: 40px; 
    text-align: center;
    font-size:20px;
    color:#003366 ;
}
  .team-section {
        padding: 80px 0;
        background-color: #f9f9f9;
        font-family: 'Montserrat', sans-serif;
    }

    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-size: 36px;
        font-weight: 800;
        color: #003366; /* Azul de tu marca */
        text-transform: uppercase;
    }

    .section-title h2 span { color: #ffcc00; } /* Amarillo de tu marca */

    .subtitle {
        color: #d40000;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 14px;
    }

    .title-line {
        width: 80px;
        height: 4px;
        background: #ffcc00;
        margin: 15px auto;
        border-radius: 2px;
    }

    /* Estilo de la Tarjeta */
    .team-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        transition: all 0.4s ease;
        position: relative;
        border: 1px solid rgba(0,0,0,0.05);
    }

    .team-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    }

    .team-img {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }

    .team-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .team-card:hover .team-img img {
        transform: scale(1.1);
    }

    .team-info {
        padding: 25px;
        text-align: center;
        background: #fff;
    }

    .team-info h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #003366;
    }

    .team-info p {
        color: #666;
        font-size: 14px;
        margin: 0;
    }

    /* Estilo Especial para la foto Grupal */
    .group-card {
        border: 2px solid #ffcc00;
    }

    /* Personalización de Flechas del Slider */
    .swiper-button-next, .swiper-button-prev {
        color: #003366 !important;
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
        font-weight: bold;
    }

    .swiper-pagination-bullet-active {
        background: #003366 !important;
    }
   .titulo-cotizador {
    text-align: center;
    font-size: 42px;
    font-style: italic;
    font-weight: 700;
    color: #003366;
    position: relative;
}
.titulo-cotizador::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #ffd200;
    display: block;
    margin: 10px auto 0;
    border-radius: 10px;
}
@media(max-width:768px) {
    .titulo-cotizador { font-size: 28px; }
    div[style*="display: flex; flex-wrap: wrap;"] { display: block !important; }
    div[style*="display: flex; gap: 12px;"] { display: flex !important; flex-direction: column !important; }
} 





