html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	background-color: #eaeaea;
}
.bg_padrao-cinzento1 {
	background-color: #eaeaea !important;
}
.bg_padrao-verde2 {
}
.bg_padrao-verde3 {
}
.cor-azul1 {
	color: #02a5c2 !important;
}
.cor-rosa1 {
	color: #d72f56 !important;
}
.cor-verde1 {
	color: #5ac3b4 !important;
}
a {
	color: #646363;
}
a:hover {
	text-decoration: none;
}
p:last-child {
	margin-bottom: 0px;
}
/*img {
	max-width: 100%;
	width: 100%;
	height: auto;
}*/
.sub-menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}
.sub-menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sub-menu li a {
}
.sub-menu li a:hover, .sub-menu li a.active {
}

/*CONTAINER RESOLUCOES*/
@media (min-width:992px) {
.container {
	width: 1000px
}
}
@media (min-width:1200px) {
.container {
	width: 1024px;
}
}
@media (max-width:767px) {
.container {
	padding-left: 0px;
	padding-right: 0px;
}
}
@media (max-width:767px) {
.row {
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
}
@media (max-width:767px) {
.container-fluid, .container-fluid.cabecalho .container {
	padding-left: 0px;
	padding-right: 0px;
}
.container {
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-header {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
}
.btn-geral {
	background-color: #f6c74a;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 18px;
}
.btn-geral:hover {
	background-color: #eaeaea;
}

.btn-sm.btn-geral {
	float: right;
	font-size: 12px;
	padding: 3px 10px;
}

.slideshow-geral {
	background-color: #dac6a0;
}
.slideshow-geral .carousel-control.left, .slideshow-geral .carousel-control.right {
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
	display: block;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 2000;
}
.slideshow-geral .carousel-control.left {
	background-image: url(../images/slideshow_anterior-seguinte.png);
	background-position: left center;
	left: 12%;
	top: 45%;
}
.slideshow-geral .carousel-control.left:hover {
	background-position: left center;
}
.slideshow-geral .carousel-control.right {
	background-image: url(../images/slideshow_anterior-seguinte.png);
	background-position: right center;
	right: 12%;
	top: 45%;
}
.slideshow-geral .carousel-control.right:hover {
	background-position: right center;
}
.slideshow-geral .carousel-control.left:hover, .slideshow-geral .carousel-control.right:hover {
	filter: Alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.slideshow-geral .glyphicon-chevron-left:before, .slideshow-geral .glyphicon-chevron-right:before {
	content: '';
}
@media (max-width:767px) {
.slideshow-geral .carousel-control.left, .slideshow-geral .carousel-control.right {
	display: none;
}
}
/*CORPO SITE*/
.corposite {
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 25px;
}
.corposite .col-esquerda {
	padding-left: 0px;
}
.corposite .col-esquerda.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.corposite .col-direita {
	padding-right: 0px;
}
/*RODAPE*/
.rodape-links {
	text-align: center;
	background-color: #d2d2d2;
	color: #ffffff;
	font-size: 12px;
	height: 38px;
	padding-top: 11px;
}
.rodape-links a {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 5px;


	margin-right: 5px;
}
.rodape-links a:hover {
	color: #000;
}
@media (min-width:767px) AND (max-width:992px) {
.rodape-links .container {
	display: none;
}
.rodape-links a {
	font-size: 11px;
	margin-left: 8px;
	margin-right: 8px;
}
}
@media (max-width:767px) {
.rodape-links .container {
	display: none;
}
}
.rodape {
	background-color: #fff;
	color: #4e4d52;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width:767px) {
.rodape .container {
	padding-left: 5px;
	padding-right: 5px;
}
}
.rodape a {
	color: #4e4d52;
}
.rodape p {
	margin-bottom: 0px;
}
.rodape .redesociais {
	text-align: left;
	float: right;
	margin-top: 40px;
}
@media (max-width:767px) {
.rodape .redesociais {
	float: none;
	text-align: center;
}
}
.rodape .redesociais .redesociais-titulo {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	color: #858585;
}
.rodape .redesociais a {
	display: inline-block;
	height: 33px;
	width: 33px;
	margin-left: -6px;
	margin-right: -6px;
	background-image: url(../images/sprite_redesociais.png);
	background-repeat: no-repeat;
	background-size: 515%;
	text-align: left;
	text-indent: -9000em;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
@media (max-width:767px) {
.rodape .redesociais a {
	margin-right: 5px;
}
}
.rodape .redesociais a:hover {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
.rodape .redesociais .bt_facebook {
	background-position: left 100%;
}
.rodape .redesociais .bt_twitter {
	background-position: 25% 100%;
}
.rodape .redesociais .bt_googlemais {
	background-position: 50% 100%;
}
.rodape .redesociais .bt_linkedin {
	background-position: 75% 100%;
}
.rodape .redesociais .bt_email {
	background-position: right 100%;
}
.rodape .logotipo {
	padding-right: 0px;
	padding-top: 12px;
}
.rodape .logotipo img {
	max-width: 180px;
	height: auto;
}
@media (max-width:767px) {
.rodape .logotipo {
	text-align: center;
	margin-bottom: 15px;
}
}
.rodape .tit {
	text-transform: uppercase;
	font-size: 20px;
	line-height: normal;
	font-weight: 900;
	margin-bottom: 10px;
}
.rodape .tit strong {
	font-weight: 900;
}
/*COPTYRIGHT*/
.copyright {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #a19c77;
	padding-top: 20px;
	padding-bottom: 30px;
	display: block;
}
.copyright a {
	text-decoration: none;
	color: #a19c77;
}
.copyright p {
}
.formulario {
}
.formulario .form-group {
	text-transform: uppercase;
}
.formulario .form-control {
	background-color: #ffffff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;*/
}
.formulario .btn-enviar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #ff0000;
}
.formulario .btn-cancelar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	border: 0px none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #f6c74a;
}
