/***********************************************
 *TOPO 
 */

#topo{
	margin: 0 auto;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 2;
    background: white;
    border-bottom: 1px solid #dadada;
}

#topo .centro{
	margin-bottom: 0;
	position: relative;
}

#top-center{
  margin: auto 0;
  position: relative;
}

#topo br {
    float: none;
}

#logo{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 175px;
	text-align: center;

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#logo img{
	max-height: 100%;
	max-width: 100%;
	position: relative;

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#topo.into #logo{
	margin-top: 10px

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.centro{
	max-width: 900px;
	margin: 0 auto 20px;
}

.topo_direita{
	float: right;
	margin-top: 25px;
	color: white;
	font-weight: bold;
}

#topo.small #logo{
	height: 56px;
	overflow: hidden;
	margin: 8px 0px -6px 0;
}

#topo.small #logo img{
	/*height: auto !important;
	width: 100%;
	max-height: 300px;
*/}

#topo .telefone-topo{
	float: right;
	width: 14%;
	background: #812e2f;
	color: white;
}

#topo .telefone-topo p{
    color: white;
    text-align: center;
    padding: 26px 0px;

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#topo.small .telefone-topo p{
	padding: 12px 0;
}

/*********************************************
 *MENU 
 */

.responsive_menu {
	display: none;
}

#form_matricula1 {
	display: none;
}

.menu-sup{
	float: right;
	width: 400px;
	margin-top: -5px
}

.menu-sup a{
	float: left;
	margin: 3px 10px;
	font-size: 13px;
	line-height: 23px
}

.menu-sup a:hover{
	color: #FFA900;
}

#menu{
    width: 63%;
    float: left;
    margin: 18px 6% 0;

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#menu ul{
 	width: 100%;
    justify-content: center;
    margin-top: 20px;
}

#menu li{
    border-left: 1px solid #d1d1d1;
    position: relative;
    float: left;
}

#menu li:first-child{
	border: 0;
}
#menu li a{
	color: #666;
    font-size: 18px;
    padding: 0px 15px;
    font-family: 'Cabin';
}

#menu li .border-menu{
	width: 60%;
    border: 0px solid white;
    margin: 0 auto;

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#menu li:hover .border-menu,
#menu li.active .border-menu{
  /*border: 1px solid #812e2f;*/
}
#menu li:hover a,
#menu li.active a{
	color: #f58220;
}
#menu li:hover .preto,
#menu li.active .preto{
	color: #333;
}

#menu li:hover .submenu{
	display: block
}

#menu .submenu{
	display: none;
	position: absolute;
	top: 20px;
	border: 1px solid #b6b6b6;
	background: white; 
	border-bottom: 0;
}

#menu .submenu li{
	border: 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #b6b6b6;
}

#menu .submenu li a{
	text-align: center;
	color: #8f8f8f;
	width: 100%;
	float: left;
	padding: 2px 0;
}

#menu .submenu li a:hover{
	background: #e6e6e6;
}

.pag-imoveis{
	float: right;
	width: 275px;
	height: 40px;
	margin-top: -10px;
	background: url('../images/btimovel.png') no-repeat center top;
}

.pag-imoveis:hover{
	background-position: center bottom;
}

.pag-imoveis.mini{
	display: none;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown{
	float: left;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
	width: 260px !important;
	height: auto !important;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1000;
	display: none;
	float: none !important;
	min-width: 160px;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #E6E6E6;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #808080;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #373435 !important;
  white-space: nowrap;
  border-bottom: 1px dashed #808080;
  width: 190px;
}

.dropdown-menu > li:last-child > a{
	border: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FF0000 !important;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

#topo.small #menu{
	margin-top: 0px;
}

/*********************************************************
 *BANNER 
 */

 .bx-wrapper{
 	margin-top: 0px !important;
 }


/*********************************************************
 *HOME 
 */
#centro{
	width: 80%;
	max-width: 900px;
	min-width: 300px;
	margin: 0 auto;
}


.obras-home{
	float: left;
	width: 100%;
	margin-top: 75px;
}

.obras-home .titulo-home{
	float: left;
	width: 100%;
}

.obras-home .titulo-home h1{
	color: #812e2f;
	font-size: 28px;
	float: left;
	padding: 0 20px 0 0;
	margin-bottom: 0;
	background: white;
	z-index: 1;
	position: relative;
}

.obras-home .titulo-home span{
	float: left;
	width: 100%;
	border-bottom: 2px solid #b3b3b3;
	margin-top: -18px;
}

.obras-home .ui-widget-header{
	background: #e6e6e6;
}

.obras-home .ui-corner-all, 
.obras-home .ui-corner-top, 
.obras-home .ui-corner-left, 
.obras-home .ui-corner-tl{
	border-radius: 0;
}

.obras-home .ui-tabs .ui-tabs-nav{
	padding: 0;
	border: 0;
}

.obras-home .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	font-size: 20px;
	padding: 20px 0px;
	text-align: center;
	width: 100%;
}

.obras-home .ui-tabs .ui-tabs-nav li.ui-tabs-active{
	margin: 0;
	padding: 0;
	background: #808080;
}

.obras-home .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
	color: white;
}

.obras-home .ui-tabs .ui-tabs-nav li{
	margin: 0;
	padding: 0;
	border: 0;
	background: #e6e6e6;
	width: 20%;
	height: 80px;
	white-space: normal;
}

.obras-home .ui-tabs .ui-tabs-nav li:focus,
.obras-home .ui-tabs .ui-tabs-nav li.ui-tabs-active:focus,
.obras-home .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:focus,
.obras-home .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	outline: none;
	text-transform: uppercase;
}

.obras-home .ui-tabs .ui-tabs-panel {
    background: url('../images/carregando.gif') center top no-repeat #808080;
    padding: 0;
    float: left;
    width: 100%;
    min-height: 320px;
}

.bg-obras{
	float: left;
	width: 31.3%;
	margin: 1%;
	min-height: 380px;
}

.bg-obras .imagem{
	width: 100%;
	height: 240px;
	overflow: hidden;
	text-align: center;
}

.bg-obras img{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	/*float: left;
	top: 0;
	left: 0;*/

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.bg-obras:hover img{
	max-width: 110%;
	max-height: 110%;
}

.bg-obras .info-obra{
	float: left;
	width: 100%;
	background: black;
	/*background:rgba(0, 0, 0, 0.62);*/
}

.bg-obras .info-obra p{
	padding: 0px;
	padding-left: 5px;
	color: white;
	font-size: 16px;
	padding-bottom: 0;
	font-family: 'nexa_lightregular';
	text-transform: uppercase;
	text-align: left;
}

.bg-obras .info-obra h1{
	color: white;
	font-size: 20px;
	padding: 10px 0px 5px 5px;
	margin: 0;
	font-family: 'nexa_lightregular';
	text-transform: uppercase;
	line-height: 20px;
}

.ver-mais{
	width: 223px;
    height: 42px;
	margin: 15px auto 0;
	background: url('../images/btvermais.png') center top no-repeat;
}

.ver-mais:hover{
	background-position: center bottom;
}

/** formata elementos que tem backgrounds parallax **/
.bgParallax {
	float: left;
    width: 100%;
    position: relative;
    min-height: 260px;

    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #6a6a6a;
}

/* Define backgrounds dos divs */
.simule-home{
	background-image: url('../images/bannersimule.png');
}

.simule-home h1{
	text-align: center;
	color: white;
	font-size: 32px;
	font-family: 'nexa_lightregular';
	margin-top: 15px;
	margin-bottom: 0;
}

.simule-home h1 span{
	font-family: 'nexa_boldregular';
}

.simule-home h1{
	margin-top: 85px;
}

.simule-home p{
	text-align: center;
	color: white;
	font-family: 'nexa_lightregular';
	font-size: 18px;
	padding-top: 0;
    margin-top: -5px;
}

.simule-home .simular{
 	background: url('../images/btsimular.png') center top no-repeat;
	width: 224px;
	margin: 0 auto;
	height: 43px;
}

.simule-home .simular:hover{
	background-position: center bottom;
}


/*********************************************************
 *CONTATO 
 */

.mapa_contato{
	margin-top: 0px;
	float: left;
	width: 95%;
}

.box_contato{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: -3px;
}

.box_contato .left,.box_contato .right{
	float: left;
	width: 100%;
}

.box_contato .left h1,.box_contato .right h1{
	width: 80%;
	color: white;
	text-align: center;
	margin: 10px auto;
	background: #0094ba;
}

.box_contato .right h1{
	background: #00bbf2; 
}

.box_contato .right{
}

.box_contato .conteudo_contato{
	width: 80%;
	margin: 0 auto;
}

.box_contato .left p,.box_contato .left h2
.box_contato .left span,.box_contato .left h3,
.box_contato .left label{
	color: #333;
    font-size: 16px;
    font-family: arial;
}

.box_contato .formulario{
	width: 100%;
	margin: 0 auto 20px;
}

.box_contato .formulario label span{
	color: #808080;
	font-size: 18px;
}

.box_contato .formulario label input{
    width: 100%;
    height: 20px;
    color: #808080;
    padding: 8px 0;
    border: 1px solid #333;
    border-radius: 8px;
}

.box_contato .formulario label input:focus{
	outline: #808080;
}

.box_contato .formulario label select{
    width: 100%;
    height: 38px;
    color: #808080;
    padding: 8px 0;
    border: 1px solid #808080;
    background: white;
}

.box_contato .formulario label select:focus{
	outline: #808080;
}

.box_contato .formulario label textarea{
	float: left; 
	width: 100%;
	height: 178px;
	max-width: 100%;
	max-height: 200px;
	color: #808080;
	padding: 8px 0;
	border: 1px solid #808080;
}

.box_contato .formulario .enviar{
	float: left;
    width: 200px;
    background: #f58220;
    padding: 5px 0;
    font-size: 18px;
    font-family: 'Cabin';
    text-align: center;
    color: white;
    box-shadow: 2px 2px 2px #555;
    border-radius: 7px;
    cursor: pointer;
    border: 0;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.box_contato .formulario .enviar:focus{
	outline: none;
}
.box_contato .formulario .enviar:active{
	box-shadow: none;
}

.box_contato label{
	float: left;
	margin-top: 20px;
	width: 46%;
    margin-right: 2%;
}

.box_contato .tipo_servico{
	width: 15%;
	margin-right: 2%;
}

.box_contato .nome{
	width: 83%;
}

.box_contato .email,
.box_contato .bairro{
	width: 48%;
	margin-right: 2%;
}

.box_contato .telefone,
.box_contato .cidade{
	width: 50%;
}

.box_contato .informacoes{
	width: 100%;
}

.box_contato .obrigatorio{
	color: red !important;
}

.box_contato .texto_obrigatorio{
	color: red !important;
	float: right;
	margin-top: -10px;
	margin-bottom: -10px;
}

/******************************************************************
 *SOBRE 
 */

.titulo_pagina{
	width: 100%;
	margin-top: 127px;
    padding: 0px;
    background-color: #9a9a9a;
    float: left;
}
@media screen and (max-width: 980px){
	.titulo_pagina{
		margin-top: 176px;
	}
}

.titulo_pagina .barra {
    width: 100%;
    background: #f58220;
    padding: 30px 0;
}

.barra h3{
	text-align: center;
	color: white;
	padding-top: 5px;
	font-size: 30px;
	font-weight: 600;
	font-family: 'nexa_lightregular',Arial, Verdana, Helvetica, sans-serif;
}

.barra h4{
	text-align: center;
	color: white;
	margin-top: -5px;
	font-size: 22px;
	font-weight: normal;
}

.titulo_pagina .seta{
	border-left: 30px solid #165755;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    float: left;
}

.conteudo{
	margin-top: 20px;
}

/******************************************************************
 * OBRAS
 */

ul.dado-obras{
	margin-top: 20px;
}


ul.dado-obras li{
	float: left;
	width: 31.3%;
	margin: 1%;
	min-height: 400px;
}

ul.dado-obras li .imagem{
	width: 100%;
	height: 240px;
	overflow: hidden;
	text-align: center;
}

ul.dado-obras li img{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	/*float: left;
	top: 0;
	left: 0;*/

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

ul.dado-obras li:hover img{
	max-width: 110%;
	max-height: 110%;
}

ul.dado-obras li .info-obra{
	float: left;
	width: 100%;
	background: gray;
	/*background:rgba(0, 0, 0, 0.62);*/
}

ul.dado-obras li .info-obra p{
	padding: 0px;
	padding-left: 5px;
	color: white;
	font-size: 16px;
	padding-bottom: 0;
	font-family: 'nexa_lightregular';
	text-transform: uppercase;
	text-align: left;
}

ul.dado-obras li .info-obra h1{
	color: white;
    font-size: 22px;
    padding: 10px 0px 5px 5px;
    margin: 0;
    font-family: 'nexa_lightregular';
    text-transform: uppercase;
    line-height: 20px;
}

.img-top-obra{
	float: left;
	width: 58%;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 500px;
	text-align: center;
}

.img-top-obra img{
	max-height: 100%;
	max-width: 100%;
	position: relative;
}

.info-midlle-obra{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.info-midlle-obra .left{
	float: left;
	width: 100%;
}

.info-obra-right{
	float: right;
	width: 40%;
	margin-top: 60px;
}

.info-obra-right h1{
	font-size: 25px;
	color: #666666;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0
}

.info-obra-right p{
	font-size: 16px;
	text-align: center;
	padding-top: 0;
	margin-top: 0;
}

.formObras{
	float: left;
	width: 100%; 
}

.formObras input{
	padding: 10px 5px;
	background: #e6e6e6;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	font-size: 16px;
	min-width: 95%;
}

.formObras input:focus{
	outline: none;
}

.formObras .enviar{
	width: 98.5%;
	height: 40px;
	padding: 0;
	background: #093;
	border: 0;
	color: white;
	cursor: pointer;

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.formObras .enviar:hover{
	background: #017039
}

.detalhes-imoveis h1,.detalhes-imoveis h2{
	font-size: 30px;
	color: #666666;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0
}

.detalhes-imoveis h2{
	font-size: 20px;
}

.conteudo-detalhe{
	font-size: 18px;
	float: left;
	width: 30%;
	margin: 1%;
}

.conteudo-detalhe.descricao{
	width: 100%;
}

.galeria-obras{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.galeria-obras .img-detalhe{
	float: left;
    width: 24.8%;
    margin: 0.1%;
    height: 170px;
    overflow: hidden;
    text-align: center;
}

.galeria-obras .img-detalhe img{
	max-width: 100%;
	max-height: 100%;
	position: relative;

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.galeria-obras .img-detalhe:hover img{
	max-width: 105%;
	max-height: 105%;
}


.galeria-obras .titulo-home{
	float: left;
	width: 100%;
}

.galeria-obras .titulo-home h1{
	color: #812e2f;
	font-size: 28px;
	float: left;
	padding: 0 20px 0 0;
	margin-bottom: 0;
	background: white;
	z-index: 1;
	position: relative;
}

.galeria-obras .titulo-home span{
	float: left;
	width: 100%;
	border-bottom: 2px solid #b3b3b3;
	margin-top: -22px;
}

/******************************************************
 *SERVIÇOS 
 */

ul.dado-servicos{
	float: left;
	width: 100%;
}

ul.dado-servicos li{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #e6e6e6;
}

ul.dado-servicos li:nth-child(2n){
	background: #ffffff;
}

ul.dado-servicos img{
	float: left;
	width: 250px;
	margin-right: 20px;
}

ul.dado-servicos li:nth-child(2n) img{
	float: right;
	margin-left: 20px;
	width: 250px;
}

ul.dado-servicos li .info-servicos h1{
	text-align: center;
	font-size: 30px;
}

ul.dado-servicos li .info-servicos .text p,
ul.dado-servicos li .info-servicos .text span,
ul.dado-servicos li:nth-child(2n) .info-servicos .text p,
ul.dado-servicos li:nth-child(2n) .info-servicos .text span{
	text-align: justify;
}

/******************************************************
 *PAGINACAO 
 */

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
    float: right;
}

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    margin: 2px;
    color: black;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    border: 1px solid #dddddd;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    cursor: not-allowed;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

/******************************************************
 *FOOTER 
 */

#footer{
	float: left;
	width: 100%;
	left: 30%;
	background: #ffffff;
}

#footer .footer_base{
	float: left;
	width: 100%;
	background: #f58220;
}
/*@media screen and (max-width: 926px){
	#footer .footer_base{
		margin-top: 60px;
	}
}*/

#footer .center{
    max-width: 960px;
    margin: 20px auto;
    color: white;
}

#footer .info{
	float: left;
	width: 22.5%;
	margin: 1%;
	border-right: 1px solid #808080;
	min-height: 90px;
}

#footer .info h4{
	color: #808080;
	font-weight: normal;
	text-align: left;
	font-size: 20px;
}

#footer .info p{
	color: #808080;
	padding-left: 0;
}

#footer .footer_base p{
	float: left;
	color: #808080;
}

#ecom_rod{
	float: right;
	width: 85px;
    margin-top: -6px;
    margin-right: 10px;
}

#footer .info .icons_redes a h1{
	width: 42px;
	height: 42px;
	margin: 5px;
	background: url('../images/social.png') no-repeat left top;
	position: relative;
	text-indent: -9999px;;
	overflow: hidden;   
	float: left; 

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#footer .info .icons_redes a:hover h1{
	background: url('../images/social_hover.png') no-repeat left top;
}

#footer .info .icons_redes a.face h1{
	background-position: 0px 0px;
}

#footer .info .icons_redes a.insta h1{
	background-position: -55px 0;
}

#footer .info .icons_redes a.twitter h1{
	background-position: -110px 0;
}

#footer .info .icons_redes a.face:hover h1{
	background-position: 0px 0px;
}

#footer .info .icons_redes a.insta:hover h1{
	background-position: -55px 0px;
}

#footer .info .icons_redes a.twitter:hover h1{
	background-position: -110px 0px;
}

/******************************************************
 * RESPONSIVO 
 */

@media screen and (max-width: 1010px) {
	.bloco_clientes{
		height: 100px;
	}
}

@media screen and (max-width: 997px) {
	.bloco_clientes{
		width: 20%;
	}
}

@media screen and (max-width: 980px) {

	#logo {
    	margin: 10px auto;
	    max-width: 300px;
	    float: none;
	    width: 40%;
	}

	#menu{
		width: 72%;
	}
}

@media screen and (max-width: 915px) {
	#menu li a{
		font-size: 16px
	}
}

@media screen and (max-width: 865px) {

	.formImoveis select{
		width: 16.5%;
	}

}

@media screen and (max-width: 835px) {
	#menu li a{
		padding: 0px 8px;
		font-size: 15px;
	}

	.box_contato .left h1, .box_contato .right h1{
		font-size: 30px;
	}
}

@media screen and (max-width: 769px) {

	#logo {
	    margin: 10px auto;
	    max-width: 300px;
	    float: none;
	    width: 40%;
	}

	#topo .centro {
	    margin: 0 auto 10px;
	}

	#menu{
		width: 73%;
		margin: 0 auto;
		float: none
	}

	#menu ul li a {
    	font-size: 14px;
    	margin: 2px 0px;
	}
}

@media screen and (max-width: 750px) {
	.box_contato .left, .box_contato .right {
	    width: 100%;
	}

	.box_contato .left p, .box_contato .left h2
	.box_contato .left span, .box_contato .left h3, 
	.box_contato .left label{
		font-size: 16px;
	}
}

@media screen and (max-width: 715px) {

	#menu{
		width: 77%;
		margin: 0 auto;
		float: none
	}

	.box_produtos .imagem {
	    float: none;
	    width: 80%;
	    margin: 0 auto;
	}

	.box_produtos .texto_produtos {
	    float: none;
	    width: 80%;
	    margin: 10px auto;
	    border-bottom: 1px solid #ccc;
	}
}

@media screen and (max-width: 710px) {

	#footer .info {
	    float: left;
	    width: 45%;
	    margin-bottom: 15px;
	}
}

@media screen and (max-width: 675px) {

	#menu{
		width: 85%;
		margin: 0 auto;
		float: none
	}
}

@media screen and (max-width: 660px) {

}

@media screen and (max-width: 615px) {

	#menu{
		width: 90%;
		margin: 0 auto;
		float: none
	}

	.email-topo{
		display: none
	}

	.formImoveis select:first-child{
		margin: 0 0.5%;
	}
	.formImoveis select {
	    width: 31%;
	    margin-bottom: 5px;
	}

}

@media screen and (max-width: 580px) {

	#menu{
		width: 100%;
		margin: 0 auto;
		float: none;
	}
}

@media screen and (max-width: 550px) {

}

@media screen and (max-width: 530px) {

	#menu ul li a {
	    font-size: 13px;
	}
}

@media screen and (max-width: 495px) {

	#menu li a {
	    padding: 0px 6px;
	}

	#logo {
	    width: 60%;
	}
}



@media screen and (max-width: 430px) {

	#footer .footer_base p {
	    float: none;
	    width: 85%;
	    margin: 0 auto;
	    text-align: center;
	}

	#ecom_rod{
		float: none;
	}
	
}

@media screen and (max-width: 415px) {
	
	#footer .info {
	    width: 80% !important;
	    margin: 0 auto 15px;
	    float: none;
	}

	#footer .info h4{
		text-align: center;
	}

	#footer .info p{
		text-align: center;
	}

	#footer .info .icons_redes{
		width: 160px;
		margin: 0 auto;
	}

	#footer .info .icons_redes a{
		display: inline-block;
	}

	#footer .footer_base p{
		width: 90%;
	}
}

@media screen and (max-width: 530px) {
    
 	/** MENU **/
    #topo .control-nav {
        position: absolute;
        left: 20px;
        top: 20px;
        display: block;
        width: 30px;
        padding: 5px 0;
        border: solid #812e2f;
        border-width: 3px 0;
        z-index: 2;
        cursor: pointer;
    }

    #topo .control-nav:before {
        content: "";
        display: block;
        height: 3px;
        background: #812e2f;
    }

    #topo .control-nav-close {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1000;
        background: rgba(0,0,0,0.4);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    #topo #menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 250px;
        background: #812e2f;
        overflow-x: auto;
        z-index: 1000;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    #control-nav:checked ~ .control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #control-nav:checked ~ #menu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    #menu ul{
		margin-top: 20px;
	}
    
    #menu {
 		height: auto;
	    padding: 0;
	    position: absolute;
	    background: white;
	    width: 70%;
	    border-bottom: 0;
	    left: 16px;
	    top: 45px;
 	}

 	#menu ul li a {
    	font-size: 16px;
    	padding: 0;
        color: #fff;
	}

 	#menu ul {
    	height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    	display: flex;
    	flex-direction: column;
    	border-bottom: 0;
 	}
 	
 	#topo .centro.menu {
 		display: none;
 		width: 100%;
 	}

 	.responsive_menu {
	    display: block;
	    float: left;
	    width: 60px;
	    position: absolute;
	    left: 0;
	    top: 0px;
	}

	.responsive_menu #icon > img,
	.responsive_menu #icon > span {
    	vertical-align: middle;
	}

	#menu ul li {
    	width: 100%;
    	clear: both;
    	border-bottom: 1px solid #cccccc !important;
    	border-left: 0 !important;
        padding: 20px 0;
        text-align: center;
	}
    
    #menu ul li:last-child {
        border: 0 !important;
    }

	#menu .centro.menu ul li a {
	    text-align: center;
	    width: 100%;
	    margin: 8px 0px;
	}

	#menu .submenu{
	    z-index: 9;
	    left: 15%;
	    background: #f2f2f2;
	    width: 70%;
	}

	#menu .submenu li a {
	    padding: 8px 0;
	    margin: 0 !important;
	}
    
    #menu ul{
		margin-top: 0px;
    	background: #812e2f;
	}

    
    /** FIM MENU RESPONSIVO **/
	#centro{
		width: 95%;
	}

	.bx-wrapper {
	    margin-top: 55px !important;
	}

	.titulo_pagina .barra {
	    margin: 55px auto 0;
	}

	.barra h3{
		font-size: 30px;
	}

	.barra h4 {
	    margin-top: 0px;
	    font-size: 15px;
	}

	.box_produtos .imagem {
	    width: 100%;
	}

	.box_produtos .texto_produtos{
		width: 100%;
	}

	.pag-imoveis{
		display: none;
	}

	.pag-imoveis.mini{
		display: block;
	    margin: -20px auto 0;
	    float: none;
	}

	.small .pag-imoveis.mini{
		display: none;
	}

	.small .responsive_menu #icon{
		background: #ed3237;
	}
    
    #topo .telefone-topo {
        width: 100%;
    }
    
    #topo .telefone-topo p {
        padding: 8px 0px;
    }
    
    #topo {
        border: 0;
    }
    
    #topo .centro {
        margin: 0;
    }
    
    #topo.small #logo img {
        width: 25%;
        max-height: 100%;
    }
    
    #topo.small #logo {
        height: 40px;
        margin: 5px auto;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    
    .bg-obras,
    ul.dado-obras li {
        width: 48%;
    }
    
    .bg-obras .info-obra h1,
    ul.dado-obras .info-obra h1 {
        font-size: 1.1em;
        text-align: center;
    }
    
    .bg-obras .info-obra p,
    ul.dado-obras .info-obra p {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    
    .footer_base .center {
        text-align: center !important;
    }
    
    #footer .info {
        border-bottom: 1px solid #808080;
        border-right: 0;
    }
    
    .titulo_pagina {
        margin-top: 140px;
    }
    
    #ecom_rod {
        margin: 10px auto;
        display: block;
    }
    
    .img-top-obra {
        height: auto;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .info-midlle-obra .left,
    .info-midlle-obra .right {
        float: none;
        width: 100%;
    }
    
    .galeria-obras .img-detalhe {
        height: auto;
        width: 31%;
        margin: 1%;
    }
    
    .img-top-obra img {
        width: 23%;
        margin: 1%;
    }
    
    ul.dado-servicos li {
        float: none;
        text-align: center;
    }
    
    ul.dado-servicos img,
    ul.dado-servicos li:nth-child(2n) img {
        float: none;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .box_contato .conteudo_contato {
        width: 100%;
    }
    
    .mapa_contato {
        float: none;
        margin: 0 auto;
    }
    
    .box_contato .formulario label span {
        margin-left: 0 !important;
    }
    
    .obras-home .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 12px;
        box-sizing: border-box;
        white-space: normal;
        padding: 5px 0;
    }
    
    .obras-home .ui-tabs .ui-tabs-nav {
        height: 50px;
    }
    
    .obras-home .ui-tabs .ui-tabs-nav li {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        align-items: center;
    }

    .bg-obras,
    ul.dado-obras li{
    	min-height: 255px;
    }

    .bg-obras .imagem,
    ul.dado-obras li .imagem{
    	height: 110px;
    }

    .bg-obras .info-obra h1, 
    ul.dado-obras .info-obra h1{
    	font-size: 16px !important;
    }

    .bg-obras .info-obra p,
    ul.dado-obras li .info-obra p{
    	font-size: 12px !important;
    }

    .img-top-obra{
    	width: 100%;
    }

    .img-top-obra img{
    	width: 100%;
    	margin: 0
    }

    .info-obra-right{
    	width: 100%;
    	margin-top: 20px;
    }

    .conteudo-detalhe{
    	width: 100%;
    }
}

.barra{
	width: 100%;
    height: 45px;
    background: #4d4d4d;
}
.barra .centro {
    max-width: 1200px;
}
.titulo_pagina .barra .centro{
	max-width: 900px;
	padding-left: 10px;
}

.cidade{
	position: absolute;
	left: 0;
}
.cidade p{
	display: inline-block;
	color: #f58220;
	font-size: 20px;
    font-weight: 600;
    font-family: 'Cabin';
}
.cidade p:last-child{
	display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: 100;
    padding-top: 0;
    vertical-align: middle;
}

.area-cliente{
	width: 150px;
	height: 30px;
	background: #f58220;
	position: absolute;
	top: 6px;
	right: 5px;
	border-radius: 4px;
    box-shadow: 2px 2px white;
}
.area-cliente:active{
	top: 8px;
	right: 3px;
	box-shadow: none;
}
.area-cliente p{
	color: white;
	font-family: 'Cabin';
    padding: 5px 25px;
    font-size: 15px;
}

#topo .telefone {
	position: absolute;
    right: 180px;
}
#topo .telefone p{
	color: #f58220;
	font-size: 18px;
	font-family: 'Cabin';
	font-weight: 800;
	display: inline-block;
}
#topo .telefone p:first-child {
    color: white;
    font-size: 13px;
    font-weight: 100;
    padding: 0;
}
@media screen and (max-width: 790px) {
	#topo .barra{
		height: 65px;
	}
	#topo .barra .telefone p:first-child{
		display: none;
	}
	#topo .barra .telefone {
		right: inherit;
		left: 0;
	}
	#topo .barra .telefone p{
		padding-top: 20px;
		font-size: 16px;
	}
	#topo .barra .cidade p{
		padding-top: 5px;
		font-size: 16px;
		display: block;
	}
	#topo .barra .area-cliente{
		top: 25px;
	}

}

.main{
	margin-top: 135px;
}
@media screen and (max-width: 980px){
	.main{
		margin-top: 180px;
	}
}
@media screen and (max-width: 530px){
	.main{
		margin-top: 100px;
	}
}

.solucoes{
	text-align: center;
}
.solucoes .solucoes-conteiner{
	width: 100%;
}
.solucoes .solucoes-conteiner p{
	color: #f58220;
    font-size: 17px;
    font-weight: 600;
    margin: 0 30px;
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
.solucoes>label{
	font-size: 30px;
	font-weight: 600;
	color: #666;
}
.solucoes div{
	width: 24%;
	display: inline-block;
	margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 830px){
	.solucoes div{
		width: 33%;
	}
}
@media screen and (max-width: 620px){
	.solucoes div img{
		width: 50%;
	}
	.solucoes .solucoes-conteiner p{
		font-size: 14px;
	}
}
@media screen and (max-width: 550px){
	.solucoes .solucoes-conteiner p{
		margin: 0px;
	}
}

button{
	cursor: pointer;
}

.faixa{
	height: auto;
	padding: 30px;
    background: #fccea5;
    overflow: hidden;
}
.faixa p{
	font-size: 20px;
    float: left;
    clear: both;
    font-weight: 600;
    width: 410px;
    max-width: 95%;
}
.faixa .title{
	color: #f58220;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Cabin';
}
.faixa button{
	float: right;
    width: 220px;
    height: 40px;
    border-radius: 5px;
    background: #f58220;
    margin-right: 30px;
    border: none;
    box-shadow: 2px 2px 2px #555;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Cabin';
}
.faixa button:active{
	box-shadow: none;
	margin-right: 28px;
	margin-top: 2px;
}
.faixa button:focus{
	outline: none;
}
@media screen and (max-width: 746px){
	.faixa{
		padding: 0 30px 75px;
	}
}	
@media screen and (max-width: 492px){
	.faixa{
		padding: 0 30px 105px;
	}
	.faixa p{
		font-size: 16px;
	}
	.faixa .title{
		font-size: 16px;
	}
}	

.faixadois{
	background: white;
	padding: 0 30px;
	height: 224px;
	margin-top: -20px;
}
.faixadois .centro{
	position: relative;
}
.faixadois img{/*
	width: 1400px;
    left: -240px;*/
    position: absolute;
}
.faixadois .centro div{
	position: absolute;
	right: 0;
	width: 400px;
}
.faixadois .centro div p{
	width: 340px;
    float: right;
    text-align: right;
    padding: 0;
    margin-top: 24px;
}
.faixadois .centro div button {
    margin-top: 15px;
    margin-right: 2px;
    width: 165px;
    height: 35px;
    text-transform: none;
    font-size: 16px;
}
.faixadois .centro div button:active{
	margin-top: 17px;
	margin-right: 0;
}
@media screen and (max-width: 450px){
	.faixadois .centro div{
		left: 0;
		right: inherit;
		max-width: 100%;
	}
	.faixadois .centro div .title{
		font-size: 16px;
	}
	.faixadois .centro div p{
		float: left;
		text-align: left;
		font-size: 16px;
	}
	.faixadois .centro div button{
		float: left;
	}
}
@media screen and (max-width: 660px){
	.faixadois img{
		opacity: 0.4;
	}
}

.faixatres{
	background: #e6e6e6;
	padding: 30px 15px;
	height: 145px;
}
.faixatres p{
	padding: 5px;
}
.faixatres .mapa{
	float: right;
    height: 204px;
    width: 350px;
    margin-top: -73px;
}
@media screen and (max-width: 810px) {
	.faixatres .mapa{
		display: none;
	}
}


.faixaquatro{
	background: white;
	padding: 0;
	height: 150px;
}
.faixaquatro .fio{
	min-width: 100%;
	margin-top: -80px;
	height: inherit;
}
.faixaquatro .centro{
	position: relative;
	margin: 0 auto;
	padding: 0 100px;
}
.faixaquatro button{
	margin-top: 25px;
	float: left;
}
.faixaquatro button:active{
	margin-top: 27px;
	margin-right: 28px;
}
.faixaquatro .centro div{
	float: right;
    width: 460px;
    height: 53px;
    margin-top: 25px;
    text-align: right;
}
.faixaquatro p{
	float: right;
    padding: 0;
    font-size: 12px;
    color: #666;
    width: initial;
    clear: none;
}
.faixaquatro img {
    height: 20px;
    margin-right: 20px;
}
@media screen and (max-width: 926px){
	.faixaquatro{
		padding-bottom: 60px;
	}
	.faixaquatro .centro div{
		float: left;
		clear: both;
	}
}
@media screen and (max-width: 660px){
	.faixaquatro .centro{
		padding: 0 45px;
	}
	.faixaquatro .centro div{
		width: 250px;
	}
	.faixaquatro .fio{
		margin-left: -30px;
		height: 85%;
	}
}

#menu li .menu-interno{
	display: none;
	position: absolute;
    top: 35px;
    left: 35px;
    background: #fccea5;
    width: 185px;
    /*height: 125px;*/
    padding: 0 40px;
    border-radius: 10px;
    border-top-left-radius: 3px; 
}
#menu li:hover .hover{
	display: block!important;
}
#menu li .hover{
	display: none;
    width: 100%;
    height: 15px;
    float: left;
}
#menu li:hover .menu-interno{
	display: block!important;
}
#menu li .menu-ponta{
	display: none;
	position: absolute;
    left: 35px;
    border-bottom: 15px solid #fccea5;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 0px;
    height: 0px;
}
#menu li:hover .menu-ponta{
	display: block!important;
}
#menu .menu-interno a, #menu .menu-interno p{
	color: black; 
	font-size: 14px;
	padding: 10px 0;
}
#menu .menu-interno a:hover, #menu .menu-interno p:hover{
	color: #f58220;
}
@media screen and (max-width: 520px){
	#menu li .menu-interno {
		background: #aa4a4b;
		border-radius: 0;
    	display: none;
    	position: inherit;
    	width: 100%;
    	padding: 0;
    	top: 0;
    	left: 0;
	}
	#menu li .menu-interno p{
		text-align: center;
		border-top: 1px solid #bbb;
	}
	#menu li:hover .menu-ponta{
		display: none!important;
	}
	#menu li:hover .preto, #menu li.active .preto {
    	color: white;
	}

}

.home-city{
	width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    margin-top: -8px;
    margin-left: -8px;
    background-image: url(../arquivos_upload/home-city/backimage.png);
    /*background-repeat: round;*/
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	font-family: 'nexa_lightregular',Arial, Verdana, Helvetica, sans-serif;
}
@media screen and (max-width: 450px){
	.home-city{
		background-position: -80px;
	}
}
.home-city a{ 
	text-decoration: none;
}
.home-city .back{
	height: 100%;
	width: 100%;
}
.home-city .logo {
    float: right;
    max-width: 100%;
    margin-right: 10%;
    margin-top: 15%;
}
.home-city .bemvindo{
	clear: both;
    float: right;
    max-width: 100%;
    margin-right: 20%;
    margin-top: 5%;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Cabin';
}
@media screen and (max-width: 440px){
	.home-city .logo {
		float: none;
	}
}
.home-city .faixa {
	display: table;
    background: #f58220;
    width: 85%;
    position: absolute;
    bottom: 40px;
    padding: 10px 15% 10px 0;
    height: 100px;
}
.home-city .faixa p{
    clear: none;
    width: initial;
    margin-top: 40px;
    margin-right: 30px;
    margin-left: 300px;
    font-family: 'Cabin';
}
.home-city .button {
    float: right;
    background: white;
    margin-top: 30px;
    margin-right: 20px;
    padding: 10px;
    border-radius: 7px;
    width: 200px;
    text-align: center;
    color: #f58220;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Cabin';
    display: inline-block;
    box-shadow: 2px 2px #333;
}
.home-city .button:active{
	box-shadow: none;
}

.centro .plano1, .centro .plano2, .centro .plano3{
	display: inline-block;
	width: 32%;
	margin: 0 3px;
	margin-top: 35px;
}
@media screen and (max-width: 671px){
	.centro .plano1, .centro .plano2, .centro .plano3{
		width: 47%;
	}
	.home-city .faixa p{
		width: inherit;
    	margin: 0;
    	margin-left: 100px;
	}
}
@media screen and (max-width: 415px){
	.centro .plano1, .centro .plano2, .centro .plano3{
		width: 90%;
    	margin: 0 auto;
    	margin-top: 35px;
    	display: block;
    }
}

.centro .plano1 p, .centro .plano2 p, .centro .plano3 p {
   /* width: 145px;*/
    margin: 0 auto;
    text-align: center;
    color: #f58220;
    font-family: arial;
    font-size: 22px;
    padding: 0;
    font-weight: 900;
}

.centro .plano1 .plano-info, .centro .plano2 .plano-info, .centro .plano3 .plano-info{
	background: #d6d6d6;
	border-radius: 15px;
	display: inline-block;
	padding: 20px;
}
.centro .plano2 .plano-info{
	background: #fccea5;
}

.centro .plano-info .centro{
	text-align: center;
}
.centro .plano-info p{
	display: inline-block;
	color: black;
	width: inherit;
	vertical-align: middle;
}
.centro .plano-info .valor{
	font-size: 25px;
	letter-spacing: -1px;
	color: #f58220;
}

.centro .plano1 ul li, .centro .plano2 ul li, .centro .plano3 ul li{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 15px;
	font-weight: 600;
}
.centro .plano-info button{
   width: 150px;
   height: 30px;
   display: block;
   margin: 0 auto;
   border: none;
   border-radius: 5px;
   background: #f58220;
   box-shadow: 2px 2px white;
   color: white;
   font-size: 16px;
   font-family: 'Cabin';
   font-weight: 600;

}
.centro .plano-info button:active{
	box-shadow: none;
}
.centro .plano-info button:focus{
	outline: none;
}
.plano-info .saiba-mais{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.77);;
}
.plano-info .saiba-mais .sm{
	position: relative;
    width: 300px;
    margin: 10% auto;
    background: white;
    border-radius: 10px;
    padding: 30px 10px 30px;
}
.plano-info .saiba-mais .sm p{
	line-height: 15px;
	text-transform: none;
}
.plano-info .saiba-mais .sm .fechar{
	position: absolute;
    top: 5px;
    right: 0px;
    width: 15px;
    height: 15px;
    padding: 2px 0px 5px 6px;
    border-radius: 50%;
    background: red;
    color: white;
    margin-right: 15px;
    cursor: pointer;
    box-shadow: 2px 2px 6px #333;
}
.plano-info .saiba-mais .sm .fechar:hover {
	background: #ff3737;
}
.plano-info .saiba-mais .sm .fechar:active {
	box-shadow: none;
	margin-right: 13px;
	margin-top: 2px;
}
.plano-info .saiba-mais .sm .container{
	width: 100%;
	text-align: center;
}
.plano-info .saiba-mais .sm .assinar{
	padding: 5px;
	border-radius: 5px;
	background: green;
	color: white;
    margin-top: 0px;
    margin-right: 15px;
    cursor: pointer;
    box-shadow: 2px 2px #333;
}
.plano-info .saiba-mais .sm .assinar:hover {
	background: #0bba0b;
}
.plano-info .saiba-mais .sm .assinar:active {
	box-shadow: none;
	margin-right: 13px;
	margin-top: 2px;
}

.centro .descricao{
	background: #e6e6e6;
	margin-top: 50px;
    border-radius: 15px;
    display: table;
    overflow: hidden;
    position: relative;
}
.centro .descricao .img{
	width: 35%;
	display: inline-block;
}
.centro .descricao .img img{
	width: 100%;
}
.centro .descricao .img p{
	background: #f58220;
    height: 50px;
    color: white;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    font-family: arial;
}
.centro .descricao .desc{
	width: 60%;
	float: right;
}
.centro .descricao .desc li{
	list-style: initial;
}
@media screen and (max-width: 830px){
	.centro .descricao .img img{
		display: none;
	}
	.centro .descricao .img p {
		position: absolute;
		top: 0;
		height: 50px;
		width: 100%;
		padding: 0;
	}
	.centro .descricao .desc {
		margin-top: 50px;
		width: 95%;
	}
}

.sobre img{
	float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}
.sobre strong img{
	margin: 0;
	margin-right: -20px;
}
.sobre .tel{
	float: right;
}

.regulatorio{
	margin-top: 15px;
}
.regulatorio p{
    font-size: 18px;
    font-weight: 600;
    color: #777;
    padding: 0;
}
.regulatorio .conteudo{
	margin-top: 50px;
}
.regulatorio a{
	color: #f58220;
	font-weight: 600;
}
.regulatorio .botao {
    font-family: 'Cabin';
    font-weight: 100;
    padding-top: 5px;
    font-size: 16px;
    float: right;
    clear: both;
    margin-bottom: 20px;
    color: white;
    width: 155px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    background: #f58220;
    border-radius: 6px;
    margin-right: 2px;
    margin-top: -2px;
    box-shadow: 2px 2px #777;
}
.regulatorio .botao:active {
    box-shadow: none;
    margin-top: 0;
    margin-right: 0;
}
.regulatorio li{
	list-style: disc;
    margin-left: 25px;
    color: black;
    font-weight: 600;
    font-size: 14px;
}
@media screen and (max-width: 678px){
	.barraR{
		height: 60px;
	}
}
@media screen and (max-width: 375px){
	.barraR{
		height: 100px;
	}
}


.popup-city{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.62);
}

.popup-city .city{
	background: white;
    width: 320px;
    margin: auto;
    margin-top: 15%;
    text-align: center;
    line-height: 40px;
    background: #f58220;
    color: white;
    border-radius: 15px;
}
.popup-city .city .zero{
	background: #eee;
}
.popup-city .city .um{
	background: #ddd;
}

.solucoes .erro{
	width: 100%;
    display: block;
    background: red;
    color: white;
}