:root {
    --azul: #012F6D;
    --amarillo: #ffBc15;
    --rojo: #ee1718;
}

@font-face {
    font-family: 'Poppins';
    src: url('./font/Poppins/Poppins-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./font/Poppins/Poppins-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./font/Poppins/Poppins-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./font/Poppins/Poppins-ExtraBold.ttf') format('ttf');
    font-weight: 900;
    font-style: normal;
}

.main-header {
    width: 100%;
    padding: 10px 0;
    background: #ffffff;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.header-logo img {
    height: 70px;
    /* ajusta según necesites */
}

.modal-title {
    color: black;
}

/* MENÚ ROJO */
.header-nav {
    background: #D43627;
    padding: 15px 35px;
    border-radius: 40px;
}

.header-nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
}

/* ÍCONO USUARIO */
.header-user img {
    background: #132B5F;
    /* azul */
    width: 55px;
    height: 55px;
    padding: 10px;
    border-radius: 15px;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

.navbar {
    /* background-color: var(--amarillo); */
    z-index: 10;
    /* background-image: url("../img/imgs/header.webp"); */
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;

    /* color: var(--rojo); */
    width: 32%;
}

.header-user img {
    background: var(--azul);
    /* azul */
    width: 55px;
    height: 55px;
    color: white;
    padding: 10px;
    border-radius: 15px;
}

.menus_botones {
    background-color: var(--rojo);
    font-size: 1.6em;
    /* height: 62px; */
    justify-content: center !important;
}

.descarga_app {
    color: var(--azul);
    font-size: 1em;
    font-weight: bold;
}

.disfruta_text1 {
    font-size: 1.3em;
    color: var(--azul);
}

.disfruta_text2 {
    font-size: .900em;
    color: var(--rojo);
}

.sub_titulo {
    font-size: 1em;
    padding: 5px 5px 3px;
    color: var(--azul);
}

.sub_titulos {
    background-color: var(--rojo);
    font-size: .640em;
    padding: 5px 5px 3px;
}

.logo span {
    color: var(--azul);
}

.btn-red {
    background-color: var(--rojo);
    color: #fff;
    font-weight: bold;
    font-size: .400em
}

.text-nosotros2 p {
    font-size: 4em;
    line-height: 1.05;
}

.cuad-sucursales img {
    width: 25%;
}

.btn-red:hover {
    background-color: var(--rojo);
}

.wave {
    position: relative;
    background-color: var(--amarillo);
    height: 100px;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
    z-index: 1;
}

.hero-section {
    padding: 3rem 1rem;
    position: relative;
    z-index: 2;
}

.busca_trackings {
    position: absolute;
    top: 66.8%;
    width: 100%;
}

.review_section {
    background-image: url("../img/imgs/app_preview.svg");
    background-repeat: no-repeat;
    /* background-size: cover; */
    height: 50vh;
    background-position: right center;

    /* background-attachment: fixed; */
    /* padding: 5rem 0; 
    padding: 3rem 1rem;
    position: relative; */
    z-index: 2;

}

.casillero_section {

    position: relative;
    /* padding: 3rem 1rem; */
    z-index: 2;
    background-image: url("../img/fondo_zul_girl.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* height: 100vh; */
    /* background-attachment: fixed; */
}

.sucursales {

    position: relative;
    padding: 3rem 1rem;
    z-index: 2;
    background-color: var(--amarillo);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* height: 100vh; */
    /* background-attachment: fixed; */
}

.contenedor-superpuesto {
    position: relative;
    /* Esencial para que las imágenes absolutas se posicionen dentro de él */
    display: inline-block;
    /* O el ancho que necesites */
}


.imagen-delante {
    position: absolute;
    top: 50px;
    /* Ajusta la posición según necesites */
    left: 50px;
    width: 50%;
    z-index: 2;
    /* Esta imagen estará encima */
}

.cuad-rojo {
    border: none;
    background-color: var(--rojo);
    color: white;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.4em;
    gap: 8px;
    padding: 0 10px;
    width: 50%;
}

.cuad-sucursales {
    border: none;
    /* background-color: var(--rojo); */
    color: black;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.4em;
    gap: 8px;
    padding: 0 10px;
    width: 50%;
}

.services-section {
    background-color: var(--amarillo);
    overflow: hidden;
    position: relative;
    color: var(--azul);
}

/* Fondo azul curvo */
.curved-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: var(--azul);
    border-top-left-radius: 100% 40%;
    border-top-right-radius: 100% 40%;
    z-index: 1;
}

/* Cajas de servicios */
.service-box {
    background-color: var(--amarillo);
    border-radius: 20px;
    padding: 15px 20px;
    color: #002b5c;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    width: 42%
}

.service-box .icon {
    color: var(--azul);
}

.service-box p {
    font-size: 0.95rem;
    margin: 0;
}

.cuad-prealerta {
    background-image: url(../img/prealerta.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 50%;
    height: 77vh;
}

/* Fondo azul del título */
.premium-title-box {
    background-color: #002b5c;
    border-radius: 15px;
    display: inline-block;
    max-width: 90%;
}

/* Imagen */
.premium-section img {
    max-width: 90%;
    border-radius: 10px;
}

/* Cajas de funciones */
.feature-box {
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    text-align: center;
    padding: 20px 15px;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-box i {
    color: #002b5c;
}

.feature-box p {
    font-size: 0.9rem;
    margin-top: 10px;
    color: #002b5c;
    font-weight: 500;
}

.feature-box:hover {
    background-color: #f1b718;
    color: #002b5c;
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bkimga {
    background-image: url(../img/premium.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
}

.premium-bg-section {
    width: 100%;
    height: 450px;
    /* Ajustable según tu diseño */
    background-image: url(../img/premium.webp);
    background-size: cover;
    background-position: right center;
    /* hombre a la derecha */
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

/* Contenedor para alinear el bloque azul y respetar márgenes */
.premium-overlay-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 40px;
    /* para separar del borde */
}

/* La caja azul */
.premium-box {
    background: #2F558E;
    padding: 45px 55px;
    border-radius: 40px;
    max-width: 600px;
}

.premium-box h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}


/* Sección */
.contact-page {
    min-height: 100vh;
}

/* PANEL IZQUIERDO (blanco puro) */
.left-panel {
    background: #ffffff;
    /* blanco puro importante */
    padding: 64px 32px;
}

/* Etiqueta pequeña */
.section-label {
    color: #6b7c95;
}

/* Título grande en cajita navy */
.title-box {
    display: inline-block;
    background: var(--azul);
    color: #ffffff;
    padding: 14px 22px;
    border-radius: 12px;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(11, 36, 72, 0.12);
}

/* Formulario */
.contact-form {
    margin-top: 18px;
}

.input-pill {
    background: var(--azul);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 22px;
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
    transition: all .18s ease;
}

.input-pill::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.input-pill:focus {
    outline: none;
    box-shadow: 0 6px 18px rgba(15, 43, 87, 0.18);
    background: #163e75;
    border-color: rgba(241, 183, 24, 0.12);
}

/* Botón enviar */
.btn-submit {
    background: var(--azul);
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 10px;
    font-weight: 600;
    transition: all .18s ease;
    box-shadow: 0 6px 18px rgba(11, 36, 72, 0.12);
}

.btn-submit:hover {
    background: #102e53;
    transform: translateY(-2px);
}

/* PANEL DERECHO: forma azul curvada y manejo de imagen */
.right-panel {
    min-height: 680px;
    /* ajuste visual similar a la referencia */
    position: relative;
    overflow: visible;
    background: transparent;
    padding: 0;
    background: var(--azul);
}

/* Curved shape: usamos clip-path para una curva suave y grande */
.curved-shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 120%;
    height: 100%;
    background: var(--azul);
    /* clip-path para la curva grande (ajustable) */
    clip-path: ellipse(60% 80% at 20% 20%);
    z-index: 1;
    box-shadow: inset -40px 0 60px rgba(0, 0, 0, 0.12);
}

/* Image wrapper - posicionamos la foto encima de la forma */
.image-wrap {
    position: relative;
    z-index: 2;
    width: 60%;
    max-width: 520px;
    /* empujamos la imagen un poco hacia la derecha para que sobresalga */
    margin-right: 6%;
    transform: translateY(6%);
}

/* Imagen del edificio: ajustar tamaño y recorte visual */
.building-img {
    width: 100%;
    height: auto;
    display: block;
    /* opcional: añadir un pequeño recorte visual */
    filter: drop-shadow(0 8px 24px rgba(11, 36, 72, 0.18));
    object-fit: contain;
    /* si tu imagen trae fondo blanco y quieres eliminarlo, lo ideal es usar PNG recortado.
     aquí dejamos la imagen en su caja; puedes usar una versión recortada para mayor realismo. */
}

/* Responsivo: mejorar el comportamiento en pantallas pequeñas */
@media (max-width: 991.98px) {
    .left-panel {
        padding: 40px 20px;
    }

    .title-box {
        font-size: 28px;
        padding: 10px 18px;
    }

    .right-panel {
        min-height: 420px;
    }

    .image-wrap {
        width: 50%;
        margin-right: 4%;
        transform: translateY(30%);
    }

    .curved-shape {
        width: 150%;
        clip-path: ellipse(80% 60% at 30% 10%);
    }
}

@media (max-width: 575.98px) {
    .row.g-0 {
        flex-direction: column-reverse;
    }

    /* form arriba, imagen abajo en móviles */
    .right-panel {
        min-height: 360px;
    }

    .image-wrap {
        width: 80%;
        margin: 0 auto;
        transform: translateY(0);
    }

    .title-box {
        display: block;
    }

    .left-panel {
        padding: 28px 18px;
    }
}

.cuad-sucursales input {
    padding: 14px;
    font-size: 25px;
    color: black;
    margin-bottom: 13px;
}

.cuad-sucursales select {
    padding: 14px;
    font-size: 25px;
    color: black;
    margin-bottom: 13px;
    background-color: white;
}

.ver_mapa {
    padding: 14px;
    font-size: 15px;
    color: black;
    text-decoration: underline;
    margin-bottom: 13px;
    background-color: white;
}

.ings {
    padding: 14px;
    color: black;

    margin-bottom: 13px;
    background-color: white;
}

.shipping-section {
    background: #ff0000;
    /* rojo intenso igual al diseño */
    padding: 60px 20px;
}

.shipping-container {

    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
    gap: 30px;
}

.shipping-image {
    width: 38%;
}

.shipping-image img {
    /* width: 330px; */
    max-width: 100%;

}

.shipping-text h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 1.05;
    font-weight: 900;
    margin: 0;
    text-transform: none;
}

.shipping-text .subtitle {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.shipping-icons {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-content: flex-end;
    width: 20%;
}

.ship {
    background-color: var(--amarillo);
    border-radius: 20px;
    color: black;
    padding: 15px 20px;
    font-size: 14px;
}

.icon-box {
    /* background: #ffd200; */
    /* border: 3px solid #000; */
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 260px;
    color: #002b5c;

    background-color: var(--amarillo);


    /*
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    width: 42%*/

}

.icon-box img {
    width: 40px;
}

.icon-box span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .shipping-container {
        flex-direction: column;
        text-align: center;
    }



    .icon-box {
        width: auto;
    }
}

.texto_sc {
    padding: 14px;
    font-size: 15px;
    color: black;
    margin-bottom: 13px;
    background-color: white;
}

.cuad-transparente {
    border: none;
    /* background-color: var(--rojo); */
    color: white;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.4em;
    gap: 8px;
    padding: 0 10px;
    width: 50%;
}

.btn-amarillo {
    border: none;

    background-color: var(--amarillo);
    color: white;
    padding: 10px 38px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
    display: flex;

    gap: 8px;
    margin-top: 2%;
}

.btn-azul1 {
    border: none;

    background-color: var(--azul);
    color: white;
    padding: 10px 38px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    display: flex;
    margin-left: 6%;
    font-size: 21px;
    gap: 8px;
    margin-top: 2%;
    width: 26%;

}

.text_realert {
    margin-left: 6%;
    font-size: 20px;
}

.btn-azul {
    border: none;

    background-color: var(--azul);
    color: white;
    padding: 10px 38px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    display: flex;
    margin-left: 6%;
    font-size: 21px;
    gap: 8px;
    margin-top: 2%;
}

.btn-azul2 {
    border: none;

    background-color: var(--azul);
    color: white;

    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    display: flex;

    font-size: 21px;
    gap: 8px;
    margin-top: 2%;
    margin-left: 6%;
    font-size: 18px;
    padding: 5px
}

.telechar_section {

    position: relative;
    /* padding: 3rem 1rem; */
    z-index: 2;
    background-image: url("../img/telechar.webp");
    background-color: var(--azul);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 100vh;
    /* background-attachment: fixed; */
}

.hero-text h1 {
    font-size: 7rem;
    font-weight: bold;
    color: var(--azul);
    line-height: 0.9;
}

.hero-text .btn-danger {
    background-color: var(--rojo);
    font-weight: bold;
    font-size: 1.8rem;
}

.app-buttons img {
    height: 53px;
}

.hero-image {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 60%;
    height: auto;
    z-index: 1;
}

.tracking-box input {
    border: none;
    padding: 1rem;
    background-color: var(--azul);
    color: #ccc;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.tracking-box .btn-track {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: bold;
}

.btn-group-custom .btn {
    margin: 0 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    border-radius: 30px;

}

.borde_blanco {
    /* border-color: white; */
    border-width: 10px;
    outline: 6px solid white;
    background-color: var(--rojo);
    margin-left: 1%;
}

.borde_azul {
    /* border-color: white; */
    border-width: 10px;
    outline: 10px solid var(--azul);
}

.color-azul {
    /* color: #202C6E; */
    background-color: var(--azul);
}

.busca_tracking {
    background-color: white;
    color: black;
    border: none;

    padding: 1rem;
    border-radius: 30px;
    font-weight: bold;
}

.busca_tracking:hover {
    background-color: white;
    color: bl ack;
}

.busca_tracking::placeholder {
    color: black;
}

.color-rojo {

    background-color: var(--rojo);
}

.primera-section {
    padding: 60px 20px;
    position: relative;
    overflow: hidden;


    z-index: 2;
    /* background-image: url("../img/man_box2.webp"); */
    background-repeat: no-repeat;
    background-position: right center;
    /* background-size: 74%; */
    /* background-attachment: fixed; */
    background-size: cover;
    /* height: 91vh; */
}

.text-block2 {
    position: relative;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 0.8;
    font-weight: 900;
}

.icono-beneficio {
    color: var(--rojo);
    font-size: 2rem;
}

.casillero-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--rojo);
}

.titulo-casillero {
    color: var(--rojo);
    font-weight: bold;
}

.whatsapp-btn {
    position: fixed;
    bottom: 69px;
    right: 12px;
    background-color: var(--azul);
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}


/* seccion del aseillero */


.overlay-card {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    margin-left: 3%;
    font-size: 21px;
    color: black;
}

.icon-bar {
    background: transparent;
    /* position: absolute;
    top: 30px;
    left: 50%; */
    /* transform: translateX(-50%); */
    display: flex;
    gap: 20px;
    /* width: 80%; */
    z-index: 10;
    margin-bottom: 2%;


}

.icon-box {
    background-color: var(--amarillo);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 31px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2%;
}

.icon-box img {
    width: 20px;
    height: 20px;
}

.text-azul {
    color: var(--azul);
    font-weight: bold;
}

@media (max-width: 768px) {
    .icon-bar {
        flex-direction: column;
        top: 20px;
    }
}

/* fin section casillero */


/* inicio promo libras */

.promo-section {
    background-color: var(--azul);
    /* azul oscuro */
    color: white;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;


    z-index: 2;
    background-image: url("../img/imgs/promo_libras.webp");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50%;
    /* background-attachment: fixed; */
    /* background-size: cover; */
    height: 50vh;
}


/* .promo-img {
    max-width: 100%;
    border-radius: 8px;
} */

.text-block {
    position: relative;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.05;
}

.text-block span {
    position: relative;
    display: inline-block;
}

/* .text-block span::before {
    content: '';
    position: absolute;
    bottom: 0.2em;
    left: 0;
    width: 100%;
    height: 0.35em;
    background: #e60000;
    z-index: -1;
    transform: rotate(-2deg);
} */


/* fin promo libras  */


/* inicio clientes satisfechos */

.testimonial-section {
    background-color: #fff;
    padding: 60px 20px;
}

.testimonial-title {
    font-weight: 700;
    color: var(--azul);
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-card {
    background-color: var(--azul);
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-top: 10px;
}

.testimonial-stars {
    color: var(--amarillo);
    font-size: 1.4rem;
    margin-top: 10px;
}

.testimonial-img {
    max-width: 100%;
    border-radius: 8px;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--azul);
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

/* fin clientes satisfechos */

.register_now {
    justify-content: center;
    align-items: center;
    color: white;
    height: 50vh;
}

.register-box1 {
    /* background-image: url("../img/imgs/registro_img2.webp"); */
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: cover;
    /* opacity: 0.5; */
    height: 50vh;

    background-image: linear-gradient(to right, rgba(53 108 240 / 75%) 0 100%), url("../img/imgs/registro_img2.webp");

}

.register-box2 {
    background-image: url("../img/imgs/tienda_marvel.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50vh;

}


.text-overlay {

    /* position: relative; */
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.05;
}

.text-overlay span {
    position: relative;
    display: inline-block;
}

.text-overlay2 {
    color: var(--amarillo);
    font-weight: bold;
    font-size: 2.5rem;
}

.super_marvel {
    background-image: url("../img/imgs/super_marvel.webp");
    background-repeat: no-repeat;
    /* background-position: right center; */
    background-size: 100%;
    height: 100vh;
}

.suscribete {
    background-color: var(--azul);
    color: white;
    padding: 40px 20px;
    text-align: center;
    border-radius: 12px;

    position: absolute;
    bottom: 162px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;

}

.sub-text {
    color: #7D85AC;
    font-size: 1.09rem;
}

.search {
    margin-bottom: auto;
    margin-top: auto;
    height: 70px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
}

.search_input {
    color: black;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.search .search_input {
    padding: 0 10px;
    width: 550px;
    caret-color: black;
    transition: width 0.4s linear;
}

.search:hover>.search_icon {
    background: var(--amarillo);
    color: #fff;
}


.search_icon {
    height: 50px;
    width: 50px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    color: white;
    background-color: var(--amarillo);
}

.search_icon img {
    width: 30px;
}

.quien_somos h2 {
    text-align: center;
    margin-top: 20px;
    color: var(--azul);
    font-weight: bold;
    font-size: 2.5rem;
}

.about {
    background-image: url("../img/fondo_rojo_girl3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    height: 90vh;
    left: -3px;
    position: relative;

}

.mision {
    background-color: var(--azul);
    border-radius: 25px;
    padding: 40px 20px;
    margin: 10px;
}

.text-overlay3 {
    /* position: relative; */
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.05;
}

.text-justify {
    text-align: justify;
}

.nosotros2 {
    z-index: 2;
    background-image: url("../img/imgs/quien_somos2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.servicios {
    z-index: 2;
    background-image: url("../img/servicios.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.cerdo {
    width: 72%;
}

.sucursaless {
    width: 40%;
}

.sucursaless2 {
    width: 57%;
}

.text-nosotros2 {
    padding: 40px 20px;
    position: relative;
    left: 55%;
    text-align: start;
    top: 22vh;
    transform: translateX(-50%);
    width: 100%;
}

.text-nosotros3 {
    padding: 40px 20px;
    /* position: absolute; */
    left: 1%;
    /* text-align: start; */
    top: 55vh;
    margin-left: 1%;
    font-size: 1.5rem;
    /* transform: translateX(-50%); */
    width: 68%;
    border-radius: 45px;
    background-color: rgba(68, 65, 65, 0.85);
}

.servicios-section {
    z-index: 2;
    background-image: url("../img/imgs/button_amarillo.webp");
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
}

.ubicaciones {
    z-index: 2;
    background-image: url("../img/imgs/oficinas_rastreo.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}


.faq-seccion {
    z-index: 2;
    background-image: url(../img/imgs/faqs.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    background-position: center;
    background-color: #132A6B;
}

.caja_faq {
    position: relative;
    /* top: 340px; */
    top: 42%;
}

.caja_ubicaciones {
    padding: 40px 20px;
    position: relative;
    z-index: 2;
    left: 27%;
    height: 90vh;
    top: 2%;
    width: 49%;

    border-radius: 43px;
    background-color: var(--rojo);
}

.scroll-sucursales {
    max-height: 70%;
    /* Ajusta la altura que desees */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffffff80 transparent;
}

.scroll-sucursales::-webkit-scrollbar {
    width: 6px;
}

.scroll-sucursales::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
}

#lista-sucursales li {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#lista-sucursales li:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.contenedor-imagenes {
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-ubicacion,
.img-sucursal {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}



.contacto-seccion {
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
    /* font-family: 'Arial', sans-serif; */
    color: black
}

.form-header h2 {
    font-size: 46px;
    font-weight: bold;
    color: black;
}

.form-header p {
    margin: 5px 0;
    font-weight: 500;
}

.form-header a {
    color: var(--azul);
    text-decoration: none;
}

.formulario-contacto {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.form-col {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-col label {
    font-size: 14px;
    margin-bottom: 5px;
}

.form-col input {
    border: 2px solid #0c1e5c;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: 14px;
    outline: none;
    width: 100%;
}

.form-boton {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.form-boton button {
    background-color: var(--rojo);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.form-boton button:hover {
    background-color: var(--rojo);
}

.faq-seccion-card {
    max-width: 900px;
    margin: 0px auto;
    padding: 0 20px;
    /* font-family: 'Poppins'; */
}

.faq-titulo {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.faq-item {
    /* border: 2px solid #0c1e5c; */
    /* border-radius: 10px; */
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-pregunta {
    width: 100%;
    /* background-color: #fff; */
    /* border: none; */
    /* text-align: left; */
    padding: 15px 20px;
    font-size: 16px;
    /* font-weight: bold; */
    cursor: pointer;
    outline: none;
    color: #ffffff;
    transition: background 0.3s ease;
}

.faq-pregunta:hover {
    background-color: #f2f2f2;
    color: black;
}

.faq-respuesta {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #f9f9f9;
}

.faq-respuesta p {
    padding: 15px 20px;
    margin: 0;
    color: #333;
    font-size: 14px;
}

.podemos_ayudar {
    position: relative;
    z-index: 1;
    padding: 5rem 1rem 2rem;
    text-align: center;
}

.btn-rojo_ayuda {
    background-color: var(--rojo);
    color: white;
    font-weight: bold;
    border: none;
    padding: 0.75rem 2rem;
    margin: 1rem 0;
    border-radius: 30px;
    width: 50%;
}

.btn_ayuda {
    background-color: white;
    color: var(--azul);
    font-weight: bold;
    border: none;
    padding: 0.33rem 2rem;
    /* margin: 1rem 0; */
    border-radius: 30px;
    /* width: 50%; */
}

#faqSearch::placeholder {
    color: white;
}

mark {
    background: yellow;
    padding: 0;
}

.container-content {
    position: relative;
    z-index: 1;
    padding: 5rem 1rem 2rem;
    text-align: center;
}

.accordion-section {
    margin-top: 4rem;
    z-index: 1;
    position: relative;
}

.accordion-item {
    background-color: var(--azul);
    border: none;
}

.accordion-button {
    background-color: var(--azul);
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background-color: var(--azul);
    color: white;
}

/* footer {
    background-color: #0f1c50;
    padding: 2rem 1rem;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
} */

.footer {
    background-color: var(--azul);
}

footer .nav-link {
    color: white;
    font-weight: bold;
    margin: 0 1rem;
}

.text_foter {
    font-size: 19px;
}

.footer-btn {
    background-color: var(--amarillo);
    border: none;
    border-radius: 15px;
    padding: 0.5rem 1rem;
    color: white;
    font-weight: bold;
    margin-top: 0.5rem;
}


/* boton registrate  */

/* .registro-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    background: transparent;
    padding: 20px;
    border-radius: 12px;
    color: white;
    flex-wrap: wrap;
} */
.registro-banner {
    /* display: flex; */
    align-items: center;
    /* gap: 20px; */
    background: transparent;
    /* padding: 20px; */
    border-radius: 12px;
    color: white;
    /* flex-wrap: wrap; */
}

.registro-btn {
    background-color: #101f60;
    /* Azul oscuro */
    border-radius: 16px;
    /* padding: 10px 20px; */
}

.btn-rojo {
    /* background-color: var(--rojo);
  
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    white-space: nowrap; */

    border: none;

    background-color: var(--rojo);
    color: white;
    padding: 10px 38px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: .800em;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2%;
}

.registro-texto {
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    max-width: 600px;
}


.features-container {
    background-color: #fdf7f7;
    border: 2px solid var(--azul);
    border-radius: 25px;
    padding: 30px 20px;
    margin: 20px auto;
}

.features-container .feature {
    text-align: center;
}

.feature-icon {
    font-size: 60px;
    color: #001f6b;
    margin-top: 10px;
}

.feature-label {
    background-color: var(--rojo);
    color: white;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 15px;
    display: inline-block;
}

.sucur {
    background-color: var(--azul);
    border-radius: 20px;
    padding: 2px 9px;
    color: white;
    text-align: center;
}