.central{
	width: 1200px;
	height: auto;
	position: relative;
    display: block;
    margin: 0 auto;
	box-sizing: border-box;
}
/*----------------------------------------------------------------- BANNER -----------------------------------------------------------------*/
#banner {
  width: 100%;
  height: 908px;
  position: relative;
  z-index: 1;
}
#banner ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
#banner ul li {
  width: 100%;
  overflow: hidden;
}
#banner ul li img {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 908px;
}

#banner p {
  font-size: 37px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%);
  text-transform: uppercase;
  z-index: 2;
  font-family: 'sofia';
  width: 50%;
  color: #fff;
}

#banner p span{
	font-size: 50px;
	font-weight: bold;
	color: #FFD01B;
}

.about .owl-nav{display: none;}
/*---
#banner #proximo{
  position:absolute;
  color:#fff;
  font-size:100px;
  z-index:500;
  margin-top:450px;
  right:100px;
  }
 
 #banner #anterior{
	  position:absolute;
	  color:#fff;
	  font-size:100px;
	  z-index:500;
	  margin-top:450px;
	  left:100px;
  }

.owl-pagination{
	  width:100px;
	  height:50px;
	  position:relative;
	  margin-top:-180px;
	  z-index:900;
  }
  
.owl-page{
	  width:10px;
	  height:10px;
	  background:#fff;
	  float:left;
	  margin-right:10px;
	  border-radius:10px;
 }  
.active{
	  width:10px;
	  height:10px;
	  background:#ffc200;
 } 
  
.owl-prev{
  background:url(../imagens/anterior.png) center top no-repeat;
  width:31px !important;
  height:57px;
  left:140px;
  top:0px;
  position:absolute;
  overflow:hidden;
  text-indent:-999999px;
  margin-left:-50vw;
}

.owl-next{
	background:url(../imagens/proximo.png) center top no-repeat;
	width:31px !important;
	height:57px;
	position:absolute;
	overflow:hidden;
	top:0px;
	text-indent:-999999px;
	left:50vw;
	margin-left:-190px;
}

.recorte-banner-left {
	width:642px;
	height:908px;
	left:0;
	top:0;
	position:absolute;
	background:url(../imagens/recorte-banner-left.png) no-repeat left top;
	z-index:3;
	pointer-events:none;}
.recorte-banner-right {
	width:642px;
	height:908px;
	right:0;
	top:0;
	position:absolute;
	background:url(../imagens/recorte-banner-right.png) no-repeat right top;
	z-index:3;
	pointer-events:none;}

	
-----------*/
/*----------------------------------------------------------------- HEADER -----------------------------------------------------------------*/
header {
  width: 100%;
  height: 200px;
  background: url(../imagens/bg-header.png) no-repeat center top;
  z-index: 2;
  position: absolute;
  top: 10px;
}
.header {
  width: 1100px;
  height: 260px;
  float: left;
  margin-top: -15px;
  position: relative;
}
.logo {
  float: left;
  margin-left: 90px;
  margin-top: 35px;
}
.header ul {
  margin-top: 36px;
}
.header ul li {
  float: left;
  padding: 33px 8px 32px 8px;
  font: 17px 'sofia-bold';
  color: #000;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-bottom: 1px solid #ffbf00;
}
.header ul li:hover {
  border-color: #fff;
  color: #fff;
  cursor: pointer;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.header ul.menu-left {
  width: 395px;
  height: 92px;
  position: relative;
  float: left;
}
.header ul.menu-right {
  width: 395px;
  height: 92px;
  position: relative;
  float: right;
}
.info-header {
  text-align: center;
  width: auto;
  height: auto;
  position: absolute;
  margin-top: 140px;
}

.info-header:first-of-type{    
    left: 50%;
    margin-left: -470px;
}

.info-header:nth-of-type(2){
	left: 50%;
    margin-left: 90px;
}

.info-header p {
  font: 25px 'sofia-bold';
  color: #e3b70f;
  background-color: #fff;
	padding: 5px 15px;
	border-radius: 100px;
}

.info-header p span{color: #000;}

.info-header img {
  width: 30px;
  height: 30px;
	filter: invert(80%) sepia(19%) saturate(7343%) hue-rotate(7deg) brightness(103%) contrast(88%);
	margin-top: 5px;

}
.info-header a {
  color: #000;
}
header .ligar-mobile {
  display: none;
}
header .chegar-mobile {
  display: none;
}
header .menu-mobile {
  display: none;
}
header nav {
  display: none;
}

.info_img{
	width: 15px!important;
	height: 15px!important;
	margin-top: 4px;
	margin-right: 5px!important;
}

.info_img:nth-of-type(2){margin-left: 5px;}


#whats_unidades_fixed{
	width: 165px;
    height: auto;
    position: fixed;
    left: 50%;
    margin: 0 0 5px -97px;
    background-color: #fff;
    background-color: rgba(232,232,232,0.60);
    border: 2px #25d366 solid;
    border: 2px #fff solid;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s;
    overflow: hidden;
	bottom: 89px;
	z-index: 5;
	margin-left: 708px;
	text-align: center;
}

#whats_unidades_fixed a{
	    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
    background-color: #25d366;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin: 0 auto 7.5px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
}

#whats_unidades_fixed a:hover{transform: scale(1.05);}

/*----------------------------------------------------------------- CONTEÚDO -----------------------------------------------------------------*/
.chamadas {
  width: 100%;
  height: 552px;
  position: relative;
  background: url(../imagens/bg-chamadas.png) no-repeat center bottom;
  z-index: 2;
}
.chamadas ul {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  list-style: none;
  margin-top: -150px;
}
.chamadas ul li {
  width: 332px;
  height: 475px;
  position: relative;
  float: left;
  margin-right: 7px;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}
.chamadas ul li h2 {
  font: 47px 'sofia';
  color: #424242;
  line-height: 30px;
  margin-top: 35px;
}
.chamadas ul li p {
  text-align: justify;
  font: 15px 'sofia';
  color: #b4b4b4;
  line-height: 24px;
  margin-top: 30px;
}
.chamadas ul li button {
  width: 31px;
  height: 33px;
  position: absolute;
  bottom: 0;
  right: 0;
  outline: none;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border: none;
  background: url(../imagens/bg-btn-chamadas.png) no-repeat center top;
}
.chamadas ul li button:hover {
  width: 121px;
  height: 33px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: url(../imagens/bg-btn-chamadas-hover.png) no-repeat center top;
}
.about {
  width: 100%;
  height: 939px;
  position: relative;
  background: url("../imagens/bg-about2.png") no-repeat center top;
  text-align: center;
  z-index: 1;
	margin-top: -282px;
}
.about h3 {
  text-align: center;
  font: 52px 'sofia';
  color: #fff;
  margin-bottom: 10px;
}
.about h4 {
  text-align: center;
  font: 15px 'sofia';
  color: #414141;
  line-height: 31px;
	margin: 20px auto;
	width: 90%;
}
.about button {
  padding: 8px 30px 10px 30px;
  background: rgba(255, 255, 255, 0.20);
  border: none;
  border: 2px solid #fff;
  border-radius: 5px;
  font: 27px 'sofia-bold';
  color: #fff;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  outline: none;
  margin-top: 20px;
}
.about button:hover {
  background: rgba(0, 0, 0, 0.80);
  color: #fff;
  border-color: #000;
  cursor: pointer;
}

#depoimentos{
	font-family: 'sofia';
	padding-top: 35px;
}

#depoimentos ul{position: relative;}

#depoimentos ul li img{
	width: 40px;
	height: 40px;
}

#depoimentos ul li p:first-of-type{
	font-size: 35px;
	color: #FFf;
	margin-bottom: 30px;
	margin-top: 15px;
	
}

#depoimentos ul li p:first-of-type span{
	font-size: 42px;
	color: #000;
}

#depoimentos ul li p:last-of-type{
	font-size: 17px;
	color: #494949;
}

.blog_home {
  width: 100% !important;
  height: 445px;
  position: relative;
  background: url("../imagens/bg-depoimentos.png") no-repeat center top;
  margin-top: -50px;
  display: block;
}
.blog_home ul {
  width: 100%;
  position: relative;
  height: auto;
}
.blog_home ul li img {
  width: 44px !important;
  height: 39px !important;
}
.blog_home ul .owl-pagination {
  display: none !important;
}
.blog_home ul li {
  width: 80%;
  margin-left: 10%;
  text-align: center;
  list-style: none;
  margin-top: 75px;
}
.blog_home li h5 {
  font-size: 42px;
  font-family: 'sofia';
  color: #797979;
  line-height: 26px;
}
.blog_home li p {
  text-align: center;
  font-size: 15px;
  font-family: 'sofia';
  color: #494949;
  line-height: 30px;
  margin-top: 30px;
}
/*----------------------------------------------------------------- FOOTER -----------------------------------------------------------------
footer {
  width: 100%;
  height: 483px;
  position: relative;
  clear: both;
}
.header-footer {
  width: 100%;
  height: 196px;
  position: relative;
  z-index: 2;
  background: url(../imagens/bg-header-footer.png) no-repeat center top;
}
span.phone-footer {
  float: left;
  width: 368px;
  height: 53px;
  margin-top: 20px;
}
span.phone-footer p {
  font: 17px 'sofia';
  color: #3b3b3b;
  margin-top: 20px;
}
span.mail-footer {
  float: right;
  width: 368px;
  height: 53px;
  margin-top: 20px;
  text-align: right;
}
span.mail-footer p {
  font: 17px 'sofia';
  color: #3b3b3b;
  margin-top: 20px;
}
span.mail-footer img {
  margin-top: 5px;
}
.header-footer ul li {
  float: left;
  font: 19px 'sofia-bold';
  color: #303030;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  padding: 16px 16px 17px 16px;
}
.header-footer ul li:hover {
  color: #fff;
  cursor: pointer;
}
.header-footer ul.menu-footer-left {
  float: left;
  width: 430px;
  margin-top: 26px;
}
.header-footer ul.menu-footer-right {
  float: right;
  width: 430px;
  margin-top: 26px;
}
.logo-footer {
  float: left;
  margin-left: 50px;
  margin-top: -60px;
}
.map {
  width: 100%;
  height: 269px;
  position: relative;
  z-index: 1;
  background: #333;
  margin-top: -38px;
}

.assinatura {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  background: #151515;
  padding: 20px 0 20px 0;
}
a.class {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 80px;
  background: url(../imagens/class.png) no-repeat;
  height: 15px;
  float: left;
  text-indent: -999999px;
}
.assinatura p {
  float: right;
  font: 9px Open Sans;
  color: #fff;
  letter-spacing: 1px;
  line-height: 18px;
}
*/
.alt {
  position: fixed !important;
  top: 0px !important;
  z-index: 5 !important;
}
.info_alt {
  display: none !important;
}
.alt ul {
  margin-top: 40px !important;
}
.alt .logo {
  margin-top: 25px !important;
}
/* - - - - - FOOTER - - - - - */
footer{width: 100%; height: auto; position: relative; display: block; box-sizing: border-box; background-color: #272C41;font-family: 'sofia'; clear: both;}
footer .central{height: auto;}

footer:before,footer:after{content: ""; display: block; position: absolute; box-sizing: border-box; left: 0; width: 100%; z-index: 1;}
footer:before{height: 165px; background: url("../imagens/bg-info-footer.png") top center no-repeat; bottom: 245px;}
footer:after{height: 45px; background-color: #2D3248; bottom: 0;}

/* - - - Footer - content_footer - - - */
footer .content_footer{display: flex; flex-wrap: wrap; justify-content: space-around; width: 100%; height: auto; position: relative; box-sizing: border-box; padding: 45px 0 65px;}

/* - content_footer - li - */
footer .content_footer li{width: 325px; height: auto; padding-right: 15px; position: relative; box-sizing: border-box; border-right: 1px #f6c00f solid; margin: 0;}
footer .content_footer li:last-child{border-right: none;}
footer .content_footer li > *:not(.title){font-size: 14px; color: #FFFFFF; display: block; margin: 0 auto; height: auto; position: relative; transition: 0.3s;}
footer .content_footer li > *:last-child{margin: 0 auto !important;}

/* logo */
footer .content_footer li .title_footer{
	width: 100%;
	height: auto;
	position: relative;
	box-sizing: border-box;
	display: block; 
	color: #f6c00f; 
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 10px;
	margin: 0 auto 15px;
}
footer .content_footer li .title_footer:before,footer .content_footer li .title_footer:after{content: ""; display: block; position: absolute; bottom: 0;}

footer .content_footer li .title_footer:after{width: 45px; height: 3px; left: 0; background-color: #3B4260;}
/* logo */

/* footer - block */
footer .content_footer li .block{margin-top: 25px !important;}
footer .content_footer li .block > *{font-size: 14px;}

footer .content_footer li .block .titulo{width: auto; margin-right: 5px; display: inline-block; color: #fff; text-transform: none;}

footer .content_footer li .block .link{height: 20px; margin-right: 5px; color: #C3C3C3; text-decoration: underline;}
footer .content_footer li .block .link img{filter: brightness(0) invert(1);}
footer .content_footer li .block .link span{font-size: 12px;}
/* header - block */

footer .content_footer li a.item{cursor: pointer; margin-bottom: 5px;}
footer .content_footer li a.item:hover{color: #f6c00f;}

/* - content_footer - li - */

/* - - - Footer - content_footer - - - */


/* - - - Footer - info_footer - - - */
footer .info_footer{
	width: 100%;
	height: 165px;
	position: relative; 
	box-sizing: border-box; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-around;
	align-items: center;
	z-index: 2;
}

/* - - li - - */
footer .info_footer li{width: auto; height: 50px; position: relative; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
footer .info_footer li > *{position: relative; box-sizing: border-box;}
footer .info_footer li > *:last-child{margin-right: 0;}

footer .info_footer li img{height: 100%; width: auto; filter: brightness(0) invert(1); margin-right: 10px;}
footer .info_footer li p{color: #fff; font-size: 16px;}
footer .info_footer li .titulo{margin-right: 15px;}
footer .info_footer li .titulo b{display: block; font-weight: 900; font-size: 20px; color: #f6c00f;}
/* - - li - - */

/* - - - Footer - info_footer - - - */

/* - - - Footer - block.redes_footer - - - */
footer .redes_footer{width: 100%; height: 200px; position: relative;flex-wrap: wrap; justify-content: center; align-content: center; text-align: center;}

footer .redes_footer .titulo{width: 100%; font-size: 20px; margin-bottom: 30px; height: auto;color: #f6c00f;padding-top: 20px;}

footer .redes_footer .link{height: 40px;width: 40px;display: inline-flex;}
footer .redes_footer .link img{filter: brightness(0) saturate(100%) invert(81%) sepia(59%) saturate(4687%) hue-rotate(6deg) brightness(114%) contrast(99%);}
/* - - - Footer - block.redes_footer - - - */

/* - - Footer - assinatura - - */
footer .assinatura{width: 100%; height: 45px; position: relative; display: block; z-index: 2;}
footer .assinatura > *{position: absolute; height: 45px; line-height: 45px;}
footer .logo_class{background: url(../../imagens/class.png) center center no-repeat; text-indent: -999999px; overflow: hidden; width: 80px; left: 0;}
footer .direitos{right: 0; width: auto; font-size: 14px; color: #fff; font-weight: 500; letter-spacing: 0.5px;}
/* - - Footer - assinatura - - */

/* - - - - - FOOTER - - - - - */
/* - - - newsletter - - - */
.newsletter{
	width: 100%; 
	height: 66px; 
	position: relative; 
	box-sizing: border-box;
	border-bottom: 1px #f6c00f solid;
	background: #f6c00f;
	background: -moz-linear-gradient(left, #f6c00f 0%, #f6c00f 45%, #272C41 45%, #272C41 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #f6c00f), color-stop(45%, #f6c00f), color-stop(45%, #272C41), color-stop(100%, #272C41));
	background: -webkit-linear-gradient(left, #f6c00f 0%, #f6c00f 45%, #272C41 45%, #272C41 100%);
	background: -o-linear-gradient(left, #f6c00f 0%, #f6c00f 45%, #272C41 45%, #272C41 100%);
	background: -ms-linear-gradient(left, #f6c00f 0%, #f6c00f 45%, #272C41 45%, #272C41 100%);
	background: linear-gradient(to right, #f6c00f 0%, #f6c00f 45%, #272C41 45%, #272C41 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c00f', endColorstr='#272C41', GradientType=1 );
	font-family: 'sofia';
}
.newsletter form.central{height: 65px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center;}

.newsletter form.central > *{height: 65px; position: relative; box-sizing: border-box; margin: 0; font-size: 14px; transition: 0.3s;}

.newsletter form.central p{color: #fff; font-weight: bold; line-height: 65px; text-align: center; width: 400px;}
.newsletter form.central p img{height: 20px; width: auto; position: relative; display: inline-block; vertical-align: middle; margin-right: 20px;}

.newsletter form.central input{background-color: #272C41; border: none; width: 570px; color: #AFAFAF; font-style: italic; padding: 0 25px;}
.newsletter form.central button{background-color: #f6c00f; color: #fff; text-transform: uppercase; font-weight: bold; border: none; width: 230px; cursor: pointer;}
.newsletter form.central button:hover{background-color: #febf01;}

/* - - - newsletter - - - */

.title_big{
	margin-top: 165px;
	font-size: 50px;
	color: #fff;
	font-family: 'sofia';
	font-weight: 600;
	padding-top: 105px;
}

#sobre_about{background: none;height: 435px;}

#sobre_about p{color: #febf01;}

#sobre_about h3{
	color: #000;
	margin-bottom: 10px;
}

#sobre_about button{background-color: #050505;}

#sobre_about button:hover{background-color: #febf01;}