/** HEADER **/
@media screen and (min-width:1279px) {
    .sticky-wrapper {
        height: 146px !important;
    }

    .sticky-wrapper.is-sticky {
        height: 61px !important;
    }

    .slick-slide img {
        object-position: center !important;
    }
}

@media screen and (max-width: 1023px) {
    header#header-home {
        width: 100% !important;
    }

    .colegio-sec:not(.campus) {
        background: linear-gradient(130deg, #3b3b3b 83% 0%, #ff5206 95%);
    }

    .colegio-video::after {
        display: none;
    }
}

@media screen and (max-width: 865px) {
    .colegio-cnt {
        flex: 0 1 100%;
        padding: 40px 15px 40px 50px;
    }

    .colegio-video {
        flex: 0 1 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .top-banner .slick-slide {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .top-banner .slick-slide {
        height: 100%;
    }
}