@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

*{
	font-family: 'Roboto', sans-serif;
}

a{
	transition: all .6s;
}

.topo{
	background: #014526;
	padding: 5px 0;
	color: #fff;
	/*color: #01ee82;*/
	font-size: 14px;
}
 
#header{

	position: relative;
	z-index: 999
}

	.curva-topo {
	    background: url(../img/curva-topo.png);
	    width: 215px;
	    height: 29px;
	    position: absolute;
	    bottom: -29px;
	    margin-left: -107.5px;
	    left: 50%;
	    z-index: 100;
	}

.logo {
    margin: 0 auto;
    left: 50%;
    margin-left: -78.5px;
 	margin-top: 35px;
 	margin-bottom: 35px; 
    position: relative;
    z-index: 2100;
    width: 157px;
}

.img{
	position: absolute;
	bottom: 10px;
	right: 0;
	color: #000;
}
/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		

#menu{
	margin-top: -90px;
	width: 100%;
} 

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#menu ul:first-child{
	padding-left: 90px;
}

#menu ul li{ 
	float:left; 
	height: auto; 
	position: relative;
	height: 42px;
}

.sep{
	width: 1px;
	background: url(../img/icones/sep.jpg) no-repeat center;
}

#menu ul li a{ 
	font-size: 16px; 
	display: block;
	font-weight: 700; 
	height: auto;  
	padding: 0px 15px; 
	line-height: 42px; 
	color: #005a31; 
	text-decoration: none;
} 

.sepnone{display: none;}

#menu ul li a:hover{ 
	background: #005a31;
	color: #fff;
}  

#menu ul.nav-right{
	float: right;
}
 
@media only screen and (min-width: 1200px) { 
	#menu.nav-fixed {position: fixed; left: 0; top:0; margin-top: 0; z-index: 99999; background: #005a31; width: 100%; }
	#menu.nav-fixed .centronav{ display: block; margin: 0 auto; float: none; max-width: 850px; }
	#menu.nav-fixed  ul:first-child{padding-left: 0;}
	#menu.nav-fixed li{ height: 50px;}
	#menu.nav-fixed .sepnone{display: block;}
	#menu.nav-fixed ul a{line-height: 50px; color: #fff;}
} 

.nocurso{cursor: default;}

.midias{
	position: absolute;
	right: 0;
	top: 10px;
}

.midias a{
	margin-right: 10px;
}

.midias svg{
	width: 20px;
	height: 20px;
	fill: #888;
}

.zap svg{
	margin-top: 2px;
	width: 23px !important;
	height: 23px !important;
}

.tthome{
	color: #014526;
	text-transform: uppercase;
	background: url(../img/tthome.jpg) no-repeat center;
	text-align: center;
	margin: 35px 0;
	font-weight: bold;
}

.tthome-loc{
	color: #005a31;
	font-size: 34px;
	border-bottom: 1px solid #222f62;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.boxe {
	padding: 15px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.boxe hr{
	border-style: dotted;
	border-color: #005a31;
	clear: both;
}

.ttboxe{
	padding-left: 10px;
	border-left: 6px solid #005a31;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #005a31;
	font-size: 14px;
}

.ttboxe strong{
	color: #222222;
	display: block;
	font-size: 16px;
}

.ttboxe strong span{
	color: #005a31; 
}

.metros{
	color: #014526; 
	font-size: 24px;
	border-right: 1px solid #a8a8a8; 

}
	.numero{
		color: #014526;
		font-size: 46px; 
		float: left;
	}

.detalhe{
	font-size: 12px;
	text-transform: uppercase;
	color: #014526;
}

.detalhe, .detalhe td, .detalhe td{
	border-spacing: 0;
	padding-top: 0;
	padding-bottom: 0; 
	line-height: 1.3;
}

.boxe p{
	color: #484848;
	font-size: 16px;
	text-align: center;
}

.boxe .btn{
	background: #005a31;
	color: #fff;
	display: block;
	border-radius: 0;
	text-transform: uppercase;
	padding: 10px;
}
	.boxe .btn:hover{
		background: #014526;
	}
 
	a.cor{
		text-decoration: underline;
	}

	.cor{
		color: #005a31;
	}

.home{
	padding: 30px 0;
	min-height: 664px;
	position: relative; 
	background: url(../img/home.jpg) no-repeat center bottom;
	background-size: cover;
}

.home h2{
	color: #014526;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 30px;
	margin-top: 50px;
}

.home p{
	color: #2c2c2c;
	margin-bottom: 30px;
}

.texthome{
	float: right;
	width: 235px;
	margin-top: 50px;
	font-weight: 600;
	font-size: 18px;
}

.btn-home{
	border-radius: 0;
	background: #005a31;
	color: #fff;
	padding: 15px;
}

.btn-home:hover{
	color: #fff;
	background: #014124;
}

.zoom{display: block; text-align: center; width: 100%; overflow: hidden; margin-bottom: 10px;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}

#form input,
#form textarea{
	min-height: 55px;
	border-radius: 0;
	border-color: #fff;
}

#form .form-group{
	margin-bottom: 10px;
}

#form input:focus,
#form textarea:focus{
	border-color: #005a31;
}
#form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #686868; font-weight: bold;
}
#form ::-moz-placeholder { /* Firefox 19+ */
  color: #686868; font-weight: bold;
}
#form :-ms-input-placeholder { /* IE 10+ */
  color: #686868; font-weight: bold;
}
#form :-moz-placeholder { /* Firefox 18- */
  color: #686868; font-weight: bold;
}

#form input:focus::-webkit-input-placeholder,
#form textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#form input:focus::-moz-placeholder,
#form textarea:focus::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#form input:focus:-ms-input-placeholder,
#form textarea:focus:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#form input:focus:-moz-placeholder,
#form textarea:focus:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.captcha{float: left; background: #fff; padding: 15px; margin-right: 10px; }
#captcha{width: 160px !important; float: left;}

#enviar_ddd{ 
	cursor:pointer;
	background: #005a31;
	border-radius: 0;
	color: #fff;
}

.text-ligue{
	text-transform: uppercase;
	color: #3c3f3d;
	text-align: right;
	margin-top: -55px;
	font-size: 18px;
}

#footer{ 
	background: linear-gradient(to bottom,  rgba(1,69,38,1) 0%,rgba(0,90,49,1) 15%,rgba(0,90,49,1) 100%); 
	padding: 35px 0 20px 0;
	border-bottom: 10px solid #014124;
	color: #fff;
} 

.midias-footer a{
	margin: 0 15px;
}

.midias-footer svg{
	fill: #fff;
	width: 27px;
	height: 27px;
}

.titulos{
	background: #014526;
	padding: 35px 0 25px 0;
	margin-bottom: 30px;
}

.titulos h2{
	color: #fff;
	font-size: 26px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #0d8850;
}

.box-categoria{
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}

.box-categoria span{
	width: 88px;
	height: 88px;
	background-color:#0d8850; 
	border-radius: 50%;
	position: absolute;
	top: 80px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -44px;
	left: 50%;
}

.ico-1{background-image: url(../img/icones/ico-3.png);}
.ico-2{background-image: url(../img/icones/ico-1.png);}
.ico-3{background-image: url(../img/icones/ico-4.png);} 

.box-categoria img{
	width: 100%;
}

.box-categoria h3{
	background: #0d8850;
	color: #fff;
	padding: 10px;
}

.tt{
	color: #005a31;
	font-size: 30px;
	text-transform: uppercase;
}

.tt-sub{
	background: #06673b;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	margin-bottom: 25px;
}

.subtt{
	color: #065632;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #b7b7b7;
}

.tt-ap{
	color: #065632;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 5px;
}

.tt-ap span{
	color: #062856;
}

.sub-topic{
	color: #014526;
	font-size: 14px;
}

.form input,
.form textarea{
	min-height: 50px;
	border-radius: 0;
	border-color: #b1b1b1;
}

.form .form-group{
	margin-bottom: 15px;
}

.form .btn{
	background: #005a31;
	color: #fff;
	cursor: pointer;
	border:none;
}

.form .btn:hover{
	background: #014124;
}

.form input:focus,
.form textarea:focus{
	border-color: #005a31;
}
.form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #686868; font-weight: bold;
}
.form ::-moz-placeholder { /* Firefox 19+ */
  color: #686868; font-weight: bold;
}
.form :-ms-input-placeholder { /* IE 10+ */
  color: #686868; font-weight: bold;
}
.form :-moz-placeholder { /* Firefox 18- */
  color: #686868; font-weight: bold;
}


.marca{
	border:1px solid #ddd;
	padding: 0 10px;
	margin-bottom: 15px;
}
/* whatsapp */
.wa { position: fixed; right: 20px; background: #0ba360; bottom: 20px; vertical-align: middle; text-align: center; padding: 5px; border-radius: 50%; z-index: 90001;}
.wa img { margin: 5px; max-width: 40px; display: block;vertical-align: middle;}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {position: relative; max-width: 100% !important; margin: 0 auto; padding: 0; *zoom: 1;}
.bx-wrapper img {width: 100%; display: block;}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {position: absolute; bottom: 5px; width: 100%; padding: 0;  z-index: 1000; }
/* LOADER */
.bx-wrapper .bx-loading {min-height: 50px; background: url(../js/bxslider/images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000;}

/* PAGER */
.bx-wrapper .bx-pager {text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block; *zoom: 1; *display: inline;}
.bx-pager-item {padding: 5px 0;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #dcdada; text-indent: -9999px; display: block; width: 20px; border:2px solid #fff; height: 20px; margin: 0 2px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {background: #3879bb;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {left: 5%; background-position: 0 0; }
.bx-wrapper .bx-next {right: 5%; background-position: -57px 0; }
.bx-wrapper .bx-prev:hover ,
.bx-wrapper .bx-next:hover {opacity: 1;}
.bx-wrapper .bx-controls-direction a {position: absolute; top: 50%; margin-top: -25px; outline: 0; width: 56px; height: 57px; text-indent: -9999px; z-index: 9999;
background-image: url(../img/icones/arrow.png); background-repeat: no-repeat; opacity: 0.6;}

.bx-wrapper .bx-controls-direction a.disabled { display: none;}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start {display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(../js/bxslider/images/controls.png) -86px -11px no-repeat; margin: 0 3px;}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(../js/bxslider/images/controls.png) -86px -44px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px;}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0; width: 35px;}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%;}
.bx-wrapper .bx-caption span {color: #fff; display: block; font-size: .85em; padding: 10px;}

.barratopo{display:none} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; margin-right: 20px; cursor: pointer;}
@media only screen and (max-height: 300px) { 
	#menu {overflow-y: scroll; overflow-x: hidden;}
}
@media only screen and (max-width: 1200px) { 

@font-face {
    font-family: 'swis721_cn_btbold';
    src: url('../fonts/swis721-cn-bt-bold.eot');
    src: url('../fonts/swis721-cn-bt-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/swis721-cn-bt-bold.woff2') format('woff2'),
         url('../fonts/swis721-cn-bt-bold.woff') format('woff'),
         url('../fonts/swis721-cn-bt-bold.ttf') format('truetype'),
         url('../fonts/swis721-cn-bt-bold.svg#swis721_cn_btbold') format('svg');
font-weight: bold; font-style: normal;}

	.pull {display: block; float: right; padding: 0 40px 0 0; } 
	#menu {background: #005a31; position: fixed; left: -100%; top: 0; z-index: 99999; width: 200px; height:100vh; transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
	#menu ul{float: none !important; margin: 0 0; padding-left: 0 !important; }
	#menu ul li {width: 200px; display: block; float: none; height: auto; border-bottom:1px solid #014526;}
	#menu ul li a {text-align: left; color: #fff;font-family: 'swis721_cn_btbold'; font-size: 1.1em; text-indent: 0px; width: auto; height: auto; line-height: 36px; padding: 0 0 0 10px; } 
	#menu ul li:hover > ul {display: block; }
	#menu ul li ul{position:relative; top:0px; margin:0px; } 
	#menu-toggle:checked + #menu { left: 0 !important; }
	.barratopo{position:fixed; display: block; left: 0; top: 0; padding: 0; font-size:14px; width: 100%; height: 35px;
	 z-index:9999; background: #014526; }
	.barratopo span {color: #fff; position: absolute; line-height:35px; left: 10px;}
	.barratopo span img{margin: 0px 5px 0 0px;}

	.topo{ 
		margin-top: 35px;  
		font-size: 14px;
		display: none;
	}
 	#header {
 		margin-top: 35px;
 		padding-bottom: 25px;
 		z-index: auto;
 	}

 	.logo{
 		margin: 25px auto 0 auto;
 		left: auto;
 	}
}
@media only screen and (max-width: 767px) { 
	.home {
		background: #e5e1df;
	}

	.home h2{
		margin-top: 10px;
	}

	.texthome{
		margin: 15px 0 10px 0;
		width: 100%;
	}
	.boxehome{
		padding: 10px;
		background-image: none;
	}
	.boxehome table td{
		vertical-align: top;
		padding: 0 5px;
	}
	.boxehome span{
		font-size: 26px;
	}
	.boxehome small, .boxehome div{
		font-size: 14px;
		padding: 5px;
		line-height: 20px;
	}
	.curva-topo {
		display: none;
	}
	.img{
		bottom: -20px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 575px) {
	.midias{
		display: none;
	}
	.text-ligue{
		margin-top: 20px;
		text-align: left;
	}
 }