/* BANNER MENOR */
.banner{width:2000px; height:320px; left: 50%; margin-left: -1000px; position: relative; }
.banner .slider{ width:2000px; height:320px; position:absolute; z-index:10; float: left;}
.banner .sliderContent{ width:2000px; height:320px; clear:both; position: absolute;}
.banner .sliderContent .item { width:2000px; height:320px; position: absolute; background-repeat: no-repeat; background-position: center center; background-size: 100% auto; background-color: #ffffff; }
.banner .sliderContent .item .mascara-banner { width:100%; height:320px; top: 0px; position: absolute; background-color: rgba(255,255,255,0.7); }
.banner .sliderContent .item .cta-titulo { position: absolute; margin: 0px 0px 0px 0px; height: auto; width: 100%; text-align: center; }
.banner .sliderContent .item .cta-titulo .chamada { font-size: 30px; font-family: 'Roboto'; color: #5a4a42; font-weight: 100; text-align: center; padding: 0px; line-height: 30px; position: relative; z-index: 10; margin: 0px 0px 0px 0px; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.banner .sliderContent .item .cta-titulo .cta-consulta { color: #f7941e; font-size: 18px; letter-spacing: 1px; font-family: 'Amatic SC'; text-transform: uppercase; font-weight: 300; line-height: 24px; text-align: center; width: auto; cursor: pointer; padding: 10px 20px; height: 24px; margin: 5px 0px 0px 0px; position: relative; display: inline-block; clear: both; background-color: transparent; border: 1px solid #f7941e; overflow: hidden; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.banner .sliderContent .item .cta-titulo .cta-consulta:hover { background-color: #f7941e; color: #ffffff; border: 1px solid #f7941e 1px solid; }

.banner_alone{width:100%; height:320px; left: 0; margin-left: inherit; position: relative; }
.banner_alone .item { width:100%; height:320px; position: absolute; background-repeat: no-repeat; background-position: center center; background-size: 100% auto; background-color: #ffffff; }
.banner_alone .item .mascara-banner { width:100%; height:320px; top: 0px; position: absolute; background-color: rgba(255,255,255,0.7); }
.banner_alone .item .cta-titulo { position: absolute; margin: 0px 0px 0px 0px; height: auto; width: 100%; text-align: center; }
.banner_alone .item .cta-titulo .chamada { font-size: 30px; font-family: 'Roboto'; color: #5a4a42; font-weight: 100; text-align: center; padding: 0px; line-height: 30px; position: relative; z-index: 10; margin: 0px 0px 0px 0px; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.banner_alone .item .cta-titulo .cta-consulta { color: #f7941e; font-size: 18px; letter-spacing: 1px; font-family: 'Amatic SC'; text-transform: uppercase; font-weight: 300; line-height: 24px; text-align: center; width: auto; cursor: pointer; padding: 10px 20px; height: 24px; margin: 5px 0px 0px 0px; position: relative; display: inline-block; clear: both; background-color: transparent; border: 1px solid #f7941e; overflow: hidden; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.banner_alone .item .cta-titulo .cta-consulta:hover { background-color: #f7941e; color: #ffffff; border: 1px solid #f7941e 1px solid; }

.sliderBullets { margin: 0px; width: 100%; padding: 0px; position: absolute; left: 0px; margin-left: 0px; top: 295px; text-align: center; z-index: 1002; }
.sliderBullets a { opacity: 1; display: inline-block; text-indent:9999px; outline:none; margin:0px 4px; width:10px; height:10px; background-color: #5a4a42; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; overflow: hidden; cursor: pointer; }
.sliderBullets .active {  background-color: #b29064; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; width: 24px; height: 10px; cursor: pointer; }
.sliderBullets .active:hover { background-color: #b29064; }
.sliderBullets a:hover { background-color: #5a4a42; }

@media screen and (max-width: 1050px) {
	.banner{width:1000px; height:160px; left: 50%; margin-left: -500px; position: relative; }
	.banner .slider{ width:1000px; height:160px; }
	.banner .sliderContent{ width:1000px; height:160px; }
	.banner .sliderContent .item { width:1000px; height:160px; }
	.banner .sliderContent .item .mascara-banner { width:100%; height:160px; }
	.banner .sliderContent .item .cta-titulo { display: none; }

	.sliderBullets { width: 100%; position: absolute; right:inherit; margin-right: inherit; top: 140px; }
	.sliderBullets a, .sliderBullets .active { float: none; display: inline-block; }

	.banner_alone{width:100%; height:160px; left: 0; margin-left: inherit; position: relative; }
	.banner_alone .item { width:100%; height:160px; position: absolute; background-repeat: no-repeat; background-position: center center; background-size: auto 160px; background-color: #ffffff; }
	.banner_alone .item .mascara-banner { width:100%; height:160px; top: 0px; position: absolute; background-color: rgba(0,0,0,0.7); }
	.banner_alone .item .cta-titulo { display: none; }
}