
@media(max-width: 768px) {
	.secao-banners {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
    .full-banners-mobile-custom {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .full-banners-mobile-custom {
        display: block !important;
        width: 100vw !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 20px;
    }

    .full-banners-mobile-custom img.bn {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    .full-banners-mobile-custom .custom-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        background: #fff;
        border: 1px solid #d2d2d2;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
    }

    .full-banners-mobile-custom .slick-prev { left: 10px; }
    .full-banners-mobile-custom .slick-next { right: 10px; }

    .full-banners-mobile-custom .custom-arrow svg {
        width: 18px;
        height: 18px;
        fill: #001b4c;
    }

    .secao-banners {
        display: none !important;
    }
}