html, body { 
	font-family: 'Lato', sans-serif;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	text-shadow:none;
	background:#FFF !important;
}
body, form, img { margin:0; padding:0; border:none }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus{
	outline:none
}

.linkHover{
	text-decoration:none;
	color:inherit !important;
}
.linkHover:hover{
	text-decoration:none;
	color:inherit !important;
}

/* =========== HEADER ===========  */
.header-menu{
	background: #f0a000;
	color: #FFF;
	margin-left: 20px;
}
.header-menu .menu{
	float: left;
	padding: 15px 49px;
	font-size: 16px;
}
.header-menu .menu:hover{
	font-weight: 600;
}
.header-contatos{
	float: right;
	font-size: 18px;
	line-height: 20px;
	margin-left: 25px;
}
.header-contatos i{
	font-size: 26px;
}
.header-contatos:hover i{
	font-size: 30px;
}
.barra-laranja{
	position: absolute;
	right: 0;
	top: 80px;
	width: 40%;
	height: 53px;
	background: #f0a000;
	z-index: 8;
}

/* ===========  INDEX ===========  */
.banner-item{
	width: 100%;
	height: 800px;
}
.carousel-text{
	position: absolute;
	z-index: 99;
	top: 40%;
	max-width: 22%;
}
.banner-titulo{
	background: #f0a000;
	color: #FFF;
	padding: 3px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
.banner-subtitulo{
	font-size: 24px;
	line-height: 30px;
	font-style: italic;
	margin-top: 7px;
}
.btn-whatsapp{
	background: #7ad06d;
	border: none;
	border-radius: 25px;
	font-size: 22px;
	color: #FFF;
	padding: 10px 15px;
	position: absolute;
	z-index: 999;
	bottom: 200px;
	right: 15%;
}
.item-index{
	width: 100%;
	height: 250px;
	border-radius: 10px;
	position: relative;
	transition: all 0.2s;
	overflow: hidden;
}
.item-index:hover{
	background-size: 105% auto !important;
}
.item-index-backdrop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.item-index-titulo{
	padding: 20px;
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	font-style: italic;
	position: absolute;
	bottom: 0;
}
.veja-mais-azul{
	border: 1px solid #e5e5e5;
	color: #196573;
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 18px;
	background: none;
	margin-top: 30px;
	margin-bottom: 30px;
	transition: all 0.2s;
}
.veja-mais-azul:hover{
	background: #196573;
	color: #FFF;
}
.veja-mais-branco{
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 18px;
	background: none;
	margin-top: 30px;
	margin-bottom: 30px;
	transition: all 0.2s;
}
.veja-mais-branco:hover{
	background: #FFF;
	color: #196573;
}



/* ===========  FOOTER ===========  */
.footer{
	position: relative;
	padding-top: 100px;
	height: 400px;
}
.footer-img{
	background: url('../images/bg-rodape.png') right bottom no-repeat;
	background-size: 90%;
	height: 450px;
	width: 100%;
	top: 0;
	position: absolute;
	z-index: 9;
	text-align: right;
}
.footer-color{
	width: 100%;
	height: 350px;
	background: #16666f;
	position: absolute;
}
.footer-content{
	width: 100%;
	position: relative;
	padding-top: 50px;
	z-index: 99;
}
.footer-contatos{
	float: right;
	font-size: 18px;
	line-height: 20px;
	margin-left: 25px;
	color: #FFF;
}
.footer-contatos i{
	font-size: 26px;
}
.footer-contatos:hover i{
	font-size: 30px;
}
.footer-menu{
	padding-top: 30px;
}
.footer-menu .menu{
	float: right;
	padding: 15px 45px;
	font-size: 16px;
	color: #FFF;
}
.footer-menu .menu:hover{
	font-weight: 600;
}

.header-menu-mobile{
	display: none;
}

@media (max-width: 991px){
	html, body{
		height: auto;
	}

	.site-header-wrap{
		position: relative !important;
		background: #FFF;
	}

	.site-header-wrap .container{
		margin-top: 10px !important;
	}

	.site-header-wrap .col-md-2{
		text-align: center;
	}

	.site-header-wrap img[src*="logo-buenas.png"]{
		width: 165px !important;
		max-width: 100%;
	}

	.header-menu-mobile{
		display: block;
		margin-top: 10px;
	}

	.menu-mobile-btn{
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		padding: 11px 12px;
		border: 0;
		border-radius: 0;
		background: #f0a000;
	}

	.menu-mobile-btn .icon-bar{
		background: #FFF;
		height: 3px;
		width: 22px;
		margin-left: auto;
		margin-right: auto;
	}

	#menuMobileBuenas{
		background: #f0a000;
	}

	#menuMobileBuenas .menu-mobile-item{
		display: block;
		color: #FFF !important;
		text-align: center;
		font-size: 15px;
		padding: 12px 10px;
		border-top: 1px solid rgba(255,255,255,0.35);
	}

	.barra-laranja{
		display: none;
	}

	.banner{
		height: auto !important;
	}

	.banner-item{
		height: 52vh;
		min-height: 230px;
		max-height: 380px;
	}

	.carousel-text{
		position: relative;
		top: auto;
		max-width: 100%;
		padding: 14px 12px;
		margin-top: 12px;
		background: rgba(255,255,255,0.88);
		border-radius: 8px;
	}

	.banner-titulo{
		font-size: 22px;
		line-height: 24px;
	}

	.banner-subtitulo{
		font-size: 18px;
		line-height: 22px;
	}

	.banner > div[style*="position: absolute"][style*="bottom: 0"]{
		position: relative !important;
		bottom: auto !important;
	}

	.banner img[src*="bg-banner.png"]{
		display: none;
	}

	.btn-whatsapp{
		position: static;
		display: block;
		margin: 10px auto 16px;
		right: auto;
		bottom: auto;
		font-size: 17px;
		padding: 9px 14px;
	}

	.item-index{
		height: 215px;
		margin-bottom: 18px;
	}

	.item-index-titulo{
		font-size: 20px;
		line-height: 23px;
		padding: 14px;
	}

	.footer{
		height: auto;
		padding-top: 15px;
	}

	.footer-img{
		display: none;
	}

	.footer-color{
		height: 100%;
	}

	.footer-content{
		padding-top: 30px;
		padding-bottom: 24px;
	}

	.footer .col-md-9[style*="padding-top"]{
		padding-top: 20px !important;
	}

	.footer-contatos{
		float: none;
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}

	.footer-menu .menu{
		float: none;
		display: block;
		text-align: center;
		padding: 8px 0;
	}

	.float{
		bottom: 14px !important;
		right: 14px !important;
		padding: 14px 10px !important;
		font-size: 24px !important;
	}
}

@media (max-width: 767px){
	.banner-item{
		height: 45vh;
		min-height: 200px;
	}

	.t36 { font-size: 30px; }
	.t32 { font-size: 26px; }
	.t24 { font-size: 20px; }
	.t20 { font-size: 18px; }
	.t18 { font-size: 16px; }
}