@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 1rem;
        position: relative;
        z-index: 2;
    }

    .hero-text h1 {
        font-size: 3rem;
        font-weight: bold;
        margin-top: 3%;
        color: var(--azul);
    }

    .btn-rojo_ayuda {

        width: 76%;
    }


    .mobile-nav-active .navmenu>ul {
        display: block;

    }

    .btn-group-custom .btn {
        margin: 0 0.5rem;
        padding: 0.75rem 1.5rem;
        font-weight: bold;
        border-radius: 30px;
        font-size: 13px;
    }

    .busca_tracking {
        height: 41px;
        font-size: 12px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .icon-box {
        width: 70%;
    }

    .box_movil {
        align-items: center;
    }

    .casillero_movil {
        margin-right: 4%;
    }

    .whatsapp-btn {
        right: 16px;
    }

    .text-block {

        font-size: 2.5rem;

        left: 34%;
        /* top: 25%; */
    }

    .promo-section {
        background-size: 72%;
    }

    .register-box2 {
        display: none;
    }

    .text-overlay {
        font-size: 3.5rem;
    }

    .text-overlay2 {
        font-size: 1.9rem;
    }

    .suscribete {
        width: 95%;
        bottom: 0px;

    }

    .suscribete h2 {
        font-size: 1.5rem;
    }

    .search {
        width: 100%;
        margin: 0 auto;
        padding: 0.5rem;
    }

    .search .search_input {
        width: 81%;
    }

    .super_marvel {
        height: 51vh;
    }

    .mision {
        text-align: center;
        padding: 9px 20px;
    }

    .text-overlay3 {
        font-size: 2.4rem;
    }

    .text-nosotros3 {

        font-size: 1.2rem;
        /* transform: translateX(-50%); */
        width: 98%;

    }

    .cerdo {
        margin-bottom: 4%;
        width: 54%;
    }

    .caja_ubicaciones {
        padding: 17px 17px;
        position: relative;
        left: 2%;
        height: 79vh;
        width: 97%;
    }

    .sucursaless {
        width: 42%;
    }

    .caja_faq {
        position: relative;
        top: 0;
    }

    /* .faq-seccion {
        background-color: #132A6B;
        background-size: contain;
        background-position: right center;
    } */
}