@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 990px) {
    .cbp-af-header.header-dark.header-transparent {
        background: var(--black);
    }
}

@media only screen and (max-width: 768px) {
    .swiper-hero-corporate-v1 .swiper-wrapper img{
        max-width: 60% !important;
    }

    .curriculum .content{
        width: 100%;
    }

    .lgpd-wrapper p{
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.lgpd-wrapper .button-wrapper {
        width: 100%;
        float: none;
        height: 60px;
        margin-bottom: 20px;
    }

    .virtual-collection .text-container{
        width: 100%;
    }

    .swiper-blog-1-custom .arrow-right {
        top: 25%;
    }

    .swiper-blog-1-custom .arrow-left {
        top: 25%;
    }

    .text-vertical{
        display: none;
    }

    .portfolio-wrap-2 {
        width: 100%;
    }

    .decade-section .btn-filter-tag-small {
        font-size: 28px;
    }

    .publications .img-wrap img {
        width: 100%;
    }

    .search .img-wrap img {
        width: 100%;
    }
    
    .pionner-search .img-wrap img {
        width: 60%;
    }

    .img-wrap img {
        width: 100%;
    }

    .single-post-img{
        width: 100%;
    }

    .editor-img{
        width: 100% !important;
        margin: 0 !important;
    }

}

@media only screen and (max-width: 569px) {
    .curriculum img{
        width: 100%;
    }

    .curriculum h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .curriculum h6{
        font-size: 14px;
    }

    .curriculum p{
        text-align: justify;
    }

    .lity-iframe .lity-container, 
    .lity-youtube .lity-container, 
    .lity-vimeo .lity-container, 
    .lity-facebookvideo .lity-container, 
    .lity-googlemaps .lity-container {
        height: 100vh;
    }

    .lity-iframe-container {
        height: 100vh;
    }

    .progress-wrap.active-progress {
        bottom: 125px;
    }

    .full-height-xl-custom{
        height: 70vw;
    }

    .ui-menu.ui-widget.ui-widget-content{
        left: 0 !important;
        width: 100% !important;
    }

    .decade-section .btn-filter-tag-small {
        font-size: 22px;
    }

    .home-rs {
        width: 30px;
    }

    .home-rs ul li {
        height: 30px;
    }

    .home-rs ul li a .uil{
        font-size: 20px;
    }

    .logos-wrap-1-custom{
        height: 300px;
    }

    .sponsors img{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: initial;
    }
    

}