/* BANNER HOME */
.banner{width:2000px; height:300px; left: 50%; margin-left: -1000px; position: relative; }
.banner .slider{ width:2000px; height:300px; position:absolute; z-index:10; float: left;}
.banner .sliderContent{ width:2000px; height:300px; clear:both; position: absolute;}
.banner .sliderContent .item { width:2000px; height:300px; 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:300px; top: 0px; position: absolute; background-color: rgba(0,0,0,0.4); }
.banner .sliderContent .item .cta-titulo { position: absolute; margin: 0px; height: auto; width: 100%; text-align: center; }
.banner .sliderContent .item .cta-titulo .chamada { color: #ffffff; font-weight: 100; font-size: 24px; font-family: 'Montserrat'; text-align: center; padding: 0px 0px 25px 0px; line-height: 24px; position: relative; z-index: 10; margin: 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: 11px; letter-spacing: 1px; font-family: 'Montserrat'; font-weight: 400; line-height: 38px; text-align: center; width: auto; padding: 0px 15px; height: 38px; margin: 15px auto; position: relative; display: inline-block; background-color: #867040; }
.banner .sliderContent .item .cta-titulo .cta-consulta:hover { background-color: #c1a861; }

.banner_alone{width:100%; height:300px; left: 0; margin-left: inherit; position: relative; }
.banner_alone .item { width:100%; height:300px; 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:300px; top: 0px; position: absolute; background-color: rgba(0,0,0,0.7); }
.banner_alone .item .cta-titulo { position: absolute; margin: 0px; height: auto; width: 100%; text-align: center; }
.banner_alone .item .cta-titulo .chamada { color: #ffffff; font-weight: 100; font-size: 24px; font-family: 'Montserrat'; text-align: center; padding: 0px 0px 25px 0px; line-height: 24px; position: relative; z-index: 10; margin: 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: 11px; letter-spacing: 1px; font-family: 'Montserrat'; font-weight: 400; line-height: 38px; text-align: center; width: auto; padding: 0px 15px; height: 38px; margin: 15px auto; position: relative; display: inline-block; background-color: #867040; }
.banner_alone .item .cta-titulo .cta-consulta:hover { background-color: #c1a861; }

.sliderBullets { margin: 0px; width: 100%; padding: 5px; position: absolute; left: 0px; top: 280px; text-align: center; z-index: 1002; }
.sliderBullets a { opacity: 1; display: inline-block; text-indent:-9999px; outline:none; margin-right:10px; width:6px; height:6px; background-color: rgba(255,255,255,0.4); -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.sliderBullets .active {  background-color: rgba(255,255,255,1); -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; width: 6px; height: 6px; }
.sliderBullets .active:hover { background-color: rgba(255,255,255,1); }
.sliderBullets a:hover { background-color: rgba(255,255,255,0.7); }

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

	.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; }
}