/* Optimización de imágenes. */
@media only screen and (min-width: 601px) and (max-width: 1320px) {
    .widget-whatsapp {
        right: 1rem;
    }
    
    .widget-whatsapp.stopper {
        right: 1rem;
    }
    
    .proposito {
        background-image: url('/assets/images/nosotros/bg-proposito2x.jpg');
    }
}

@media only screen and (min-width: 601px) and (max-width: 1199px) {
    .navbar-brand {
        order: 0;
    }

    .navbar-toggler {
        background-color: #fff;
        margin-right: 1rem;
        order: 2;
    }

    .navbar-collapse {
        background-color: #fff;
        margin: 1rem 0;
        order: 3;
        padding: 0 1rem;
    }
    
    .header-links {
        order: 1;
    }

    .header-links .btn {
        font-size: 1rem;
        height: unset;
    }

    .header-links .btn:nth-of-type(1) {
        margin-right: 0.4rem;
    }
    
    .home-brands.col-xl-4 .row {
        flex-direction: row;
    }
    
    .home-brands .hb-portwest,
    .home-brands .hb-kishigo {
        aspect-ratio: 1 / 1;
    }
    
    .motivos-para-elegirnos > div:nth-of-type(1) {
        order: 1;
    }

    .motivos-para-elegirnos > div:nth-of-type(2) {
        order: 2;
    }

    .motivos-para-elegirnos > div:nth-of-type(3) {
        order: 4;
    }

    .motivos-para-elegirnos > div:nth-of-type(4) {
        order: 3;
    }
}

/* Tablets pequeñas vertical */
@media only screen and (min-width: 601px) and (max-width: 768px) and (orientation: portrait) {
    
}

/* Tablets pequeñas horizontal */
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    
}

/* Tablets vertical */
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
    
}

/* Tablets horizontal y Laptops portátiles muy pequeñas */
@media only screen and (min-width: 1025px) and (max-width: 1369px) and (orientation: landscape) {
    
}