:root {
    --azul: #212e6a;
    --amarillo: #ffe100;
    --rojo: #e91643;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('./font/MavenPro/MavenPro-Regular.woff2') format('woff2'),
        url('./font/MavenPro/MavenPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('./font/MavenPro/mavenPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('./font/MavenPro/MavenPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('./font/MavenPro/MavenProBlack.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'Maven Pro', 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%;
}


.logo span {
    color: var(--azul);
}

.btn-red {
    background-color: var(--rojo);
    color: #fff;
    font-weight: bold;
}

.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/imgs/casillero_fondo.webp");
    background-repeat: no-repeat;
    /* background-position: right center; */
    background-size: cover;
    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: 74px;
}

.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: #202C6E;
    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: var(--azul);
    color: #7D85AC;
    border: none;

    padding: 1rem;
    border-radius: 30px;
    font-weight: bold;
}

.busca_tracking:hover {
    background-color: var(--azul);
    color: #fff;
}

.busca_tracking::placeholder {
    color: #fff;
}

.color-rojo {

    background-color: var(--rojo);
}

.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(--rojo);
    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(--rojo);
    font-weight: bold;
    font-size: 2.5rem;
}

.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/imgs/servicios_fondo.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: 50%;
    text-align: start;
    top: 62vh;
    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: 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: 'Maven Pro'; */
}

.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;
}

.btn-rojo {
    background-color: var(--rojo);
    color: white;
    font-weight: bold;
    border: none;
    padding: 0.75rem 2rem;
    margin: 1rem 0;
    border-radius: 30px;
}

.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 .nav-link {
    color: white;
    font-weight: bold;
    margin: 0 1rem;
}

.text_foter {
    font-size: 19px;
}

.footer-btn {
    background-color: var(--rojo);
    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);
    /* Rojo */
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 18px;
    font-family: 'Maven Pro', sans-serif;
    cursor: pointer;
    white-space: nowrap;
}

.registro-texto {
    margin: 0;
    font-size: 16px;
    font-family: 'Maven Pro', 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;
}