/* BANNER MENOR */
.espaca_banner { widows: 100%; height: 105px; position: relative; }

.banner{width:100%; height:320px; position: relative; }
.banner .slider{ width:2000px; height:320px; left: 50%; margin-left: -1000px; 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(0,0,0,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: 42px; font-family: 'Roboto'; color: rgba(255,255,255,0.3); font-weight: 100; text-align: center; padding: 0px; line-height: 55px; 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: #ffffff; font-size: 15px; letter-spacing: 1px; font-family: 'Roboto'; text-transform: uppercase; font-weight: 300; line-height: 24px; text-align: center; width: auto; cursor: pointer; padding: 5px 15px; height: 24px; margin: 5px 0px 0px 0px; position: relative; display: inline-block; clear: both; background-color: transparent; border: rgba(255,255,255,0.2) 1px solid; animation: pulse 2s infinite; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; 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: #ffed00; border: 1px solid #ffed00 1px solid; padding: 5px 20px; }

.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(0,0,0,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: 42px; font-family: 'Roboto'; color: rgba(255,255,255,0.3); font-weight: 100; text-align: center; padding: 0px; line-height: 55px; 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: #ffffff; font-size: 15px; letter-spacing: 1px; font-family: 'Roboto'; text-transform: uppercase; font-weight: 300; line-height: 24px; text-align: center; width: auto; cursor: pointer; padding: 5px 15px; height: 24px; margin: 5px 0px 0px 0px; position: relative; display: inline-block; clear: both; background-color: transparent; border: rgba(255,255,255,0.2) 1px solid; animation: pulse 2s infinite; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; 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: #ffed00; border: 1px solid #ffed00 1px solid; padding: 5px 20px; }

.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:25px; height:12px; background-color: #0c7eaf; -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; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; overflow: hidden; cursor: pointer; }
.sliderBullets .active {  background-color: #ffed00; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; width: 50px; height: 12px; cursor: pointer; }
.sliderBullets .active:hover { background-color: #ffed00; }
.sliderBullets a:hover { background-color: #0050a0; }

@media screen and (max-width: 1050px) {
	.banner{width:100%; overflow: hidden; height:160px; position: relative; }
	.banner .slider{ width:1000px; height:160px; left: 50%; margin-left: -500px; }
	.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; }
}