/*PRINCIPAL*/
.banner {width:100%;overflow:hidden;}
.banner li {width:100%;}
.banner_descricao img {max-width:100%;margin-bottom:10px;pointer-events:none;}
.banner_descricao label {line-height:26px;}
.banner_descricao p {margin-bottom:30px;}
.box_banner {margin-bottom:-12px;}
.banner img {width:100%;}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {background-image:url(../img/icon/arrow_right_white.png)!important;right:5%!important;top:40%!important;background-size:60%!important;background-color:transparent!important;}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {background-image:url(../img/icon/arrow_left_white.png)!important;left:5%!important;top:40%!important;background-size:60%!important;background-color:transparent!important;}

/*SECUNDÁRIAS*/
.banner_secundaria {width:100%;height:0;padding-bottom:17%;margin-bottom:70px;position:relative;background-color:#ddd;overflow:hidden;color:#fff;background-size:cover;background-position:center;}
.banner_secundaria .titulo {width:100%;position:absolute;bottom:10%;}
.banner_secundaria span {font-family:'Aurora BdCn BT';text-transform:uppercase;font-weight:bold;position:absolute;top:0;left:0;font-size:700px;letter-spacing:50px;line-height:280px;opacity:0.1;pointer-events:none;}

@media only screen and (max-width: 1750px) {
	.banner_secundaria {padding-bottom:18%;}
}

@media only screen and (max-width: 1550px) {
	.banner_secundaria {padding-bottom:20%;}
}

@media only screen and (max-width: 1400px) {
	.banner_secundaria {padding-bottom:21%;}
}

@media only screen and (max-width: 1120px) {
	.banner_secundaria {padding-bottom:30%;}
	.banner_secundaria .titulo {bottom:20%;}
	.banner_secundaria span {left:0;font-size:250px;line-height:120px;letter-spacing:20px;}
}