#full-width-img-home {
    width: 100vw;
    height: auto;
    /*background-image: url(/lib/img/carousel/lg/recoleccion.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
    margin-bottom: 18rem;
    cursor: pointer;
    -webkit-transition: background-image 0s ease-in-out;
    -moz-transition: background-image 0s ease-in-out;
    -ms-transition: background-image 0s ease-in-out;
    transition: background-image 0s ease-in-out;
}

.full-width-img-home-webp {
    background-image: url(/lib/img/carousel/lg/recoleccion.webp);
}

.full-width-img-home-jp2 {
    background-image: url(/lib/img/carousel/lg/recoleccion.jp2);
}

.full-width-img-home-jpg {
    background-image: url(/lib/img/carousel/lg/recoleccion.jpg);
}

.home-flotante {
    margin: 1rem 0 !important;
}

input[type="checkbox"] {
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    cursor: pointer;
}

#principal-contenedor {
    position: relative;
    top: -13rem;
    margin-bottom: -12rem;
}

.main-flotante {
    top: -74.5vh;
    left: 1vw;
}

.swiper-button-next,
.swiper-button-prev {
    top: -10% !important;
    transform: scale(1.4, 3);
    z-index: 9999 !important;
}

#contacto-btn {
    border: 4px solid white !important;
    padding: 0.5rem 1rem;
}

.email-footer-info {
    font-size: x-small !important;
}

.text-secondary,
.text-custom,
.text-light {
    color: #f8f9fa !important;
}

.text-custom {
    font-size: x-small !important;
    margin-bottom: 0.6rem;
}

.slide h1 {
    margin: 0 !important;
    cursor: pointer;
}

.validate {
    color: #fff !important;
}

.slide h4 {
    color: #fff;
    margin-bottom: 3rem !important;
}

.slide h5 {
    color: #FFE529 !important;
}

.slide {
    margin: 1rem 0 3rem 0 !important;
}

.transition-l-200 {
    transition: left 900ms;
}

.hero__cta .icon-long-arrow-right {
    left: 0.75rem
}

.hero__cta {
    color: #fff;
    border-bottom: none;
    font-family: "Graphik", Helvetica, sans-serif, Lucida Sans Unicode;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: left 0.5s, opacity 0.5s;
    transition-delay: 0.6s;
    cursor: pointer;
}

.hero__cta.no-text .icon-long-arrow-right {
    margin-left: 0
}

.hero__cta .icon-long-arrow-right {
    display: inline-block;
    left: 0;
    margin-left: 1rem;
    position: relative;
    transition: left 0.5s
}

.icon-long-arrow-right {
    transition: color 200ms
}

.icon-long-arrow-right:before {
    content: ""
}

.capitalize-frst-char {
    text-transform: capitalize;
}

@media (min-width: 1440px) {

    .swiper-button-next,
    .swiper-button-prev {
        top: -25% !important;
    }
}

@media (max-width: 991px) {
    /*#full-width-img-home {
        background-image: url(/lib/img/carousel/md/recoleccion.jpg);
    }*/


    .full-width-img-home-webp {
        background-image: url(/lib/img/carousel/md/recoleccion.webp);
    }

    .full-width-img-home-jp2 {
        background-image: url(/lib/img/carousel/md/recoleccion.jp2);
    }

    .full-width-img-home-jpg {
        background-image: url(/lib/img/carousel/md/recoleccion.jpg);
    }
}

@media (max-width: 574px) {

    /*#full-width-img-home {
        background-image: url(/lib/img/carousel/sm/recoleccion.jpg);
    }*/

    .full-width-img-home-webp {
        background-image: url(/lib/img/carousel/sm/recoleccion.webp);
    }

    .full-width-img-home-jp2 {
        background-image: url(/lib/img/carousel/sm/recoleccion.jp2);
    }

    .full-width-img-home-jpg {
        background-image: url(/lib/img/carousel/sm/recoleccion.jpg);
    }

    .titulo-square-flotante {
        width: 78% !important;
        margin: 1rem auto !important;
    }

    .slide h1 {
        font-size: 2.9rem;
    }

    .slide h4 {
        font-size: x-large;
    }

    .slide h5 {
        font-size: smaller;
        line-height: 1;
    }

    .hero__cta {
        font-size: 1.2rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: -8% !important;
    }

    .mt-sm-1-5-rem {
        margin-top: 1.5rem
    }
}

@media (max-width: 375px) {
    .swiper-button-next, .swiper-button-prev {
        top: -8% !important;
    }
}

@media (max-width: 321px) {
    .slide h1 {
        font-size: xx-large;
    }

    .hero__cta {
        font-size: 0.8rem;
    }

    .swiper-button-next, .swiper-button-prev {
        transform: scale(1.4, 3) translate(0, 40px);
    }

    .swiper-button-next, .swiper-button-prev {
        top: -15% !important;
    }
}