#section_banner {padding-bottom: 5rem}
#section_banner .container{width:100%}
#section_banner .swiper-container{height:355px}
#section_banner .swiper-slide{background-size: cover !important}
#section_banner .swiper-pagination-white .swiper-pagination-bullet-active{background: #01acf1}
#section_banner .swiper-pagination-bullet{border:0;border-radius: 0;height: 5px;width: 4.5rem}
#section_banner .swiper-slide .title {color: #fff;text-transform: uppercase;font-size: 3rem;margin-top: 7rem;margin-left: 6rem;font-family: corpo a condensed}
#section_banner .swiper-slide .btn {background: #01acf1;border: 0;border-radius: 0;padding: 1rem 5rem;margin-left: 6rem}
#section_banner .swiper-slide .subtitle {color: #fff;margin-left: 6rem;padding: 1rem 0;font-size: 1.2rem}
#section_banner .swiper-slide .btn a{color:#fff;text-transform: uppercase;font-size:1.2rem;color:#fff}
#section_banner .button{background-color: #01acf1;border: 0;margin-left: 6rem}
#section_banner .button a{color:#fff}
#section_banner .swiper-slide:hover{cursor:pointer}

@media (max-width: 2000px) {
	#section_banner .swiper-container{height:40rem !important}
}

@media (max-width: 1600px) {
	#section_banner .swiper-container{height:32rem !important}
}

@media (max-width: 1400px) {
	#section_banner .swiper-container{height:28rem !important}
}

@media (max-width: 1200px) {
	#section_banner .swiper-container{height:24rem !important}
}

@media (max-width: 1100px) {
	#section_banner .swiper-container{height:22rem !important}
}

@media (max-width: 1000px) {
	#section_banner .swiper-container{height:20rem !important}
}

@media (max-width: 767px) and (max-width: 979px){
	#section_banner .swiper-slide .btn{width: 220px}
}

@media (max-width: 468px){
	#section_banner .swiper-container{height: 150px !important}
	#section_banner .swiper-slide{background-position: 50%}
}