html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'PT Sans', 'Myriad Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	background-color: #0b8aad;
}
.iframe-responsive iframe {
	width: 100%;
}
@media (max-width:767px) {
.iframe-responsive iframe {
	height: 200px !important;
}
}
a {
	color: #0b8aad;
}
.conteudos a {
	text-decoration: underline;
}
a:hover {
	color: #eb8022;
	text-decoration: none;
}
p:last-child {
	margin-bottom: 0px;
}
.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: 1000px;
}
}
@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 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 30px;
}
/*SLIDESHOW*/
.c-slideshow {
	position: relative;
}
@media (max-width:767px) {
.c-slideshow {
	padding: 0px 15px;
	margin-top: 1px;
}
}
.slideshow-geral.c-slideshow {
	background-color: #ffffff;
	overflow: hidden;
	max-height: 500px;
	display: block;
}
#slideshow .item, #slideshow .item img {
	width: 100%;
}
#slideshow .carousel-control.left span {
	margin-left: -35%;
}
#slideshow .carousel-control.right span {
	margin-right: -35%;
}
.slideshow-geral .blank {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
.slideshow-geral .glyphicon-chevron-left:before, .slideshow-geral .glyphicon-chevron-right:before {
	content: '';
}
.slideshow-geral .carousel-control.left, .slideshow-geral .carousel-control.right {
	background-image: url(../images/bs.gif);
	/*width: 30px;
	height: 30px;*/
	display: block;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 2000;
}
.slideshow-geral:hover .carousel-control.left, .slideshow-geral:hover .carousel-control.right {
	filter: Alpha(Opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}
@media (min-width:767px) {
.slideshow-geral .carousel-control.left, .slideshow-geral .carousel-control.right, .slideshow-geral:hover .carousel-control.left, .slideshow-geral:hover .carousel-control.right {
	-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;
}
}
.slideshow-geral .carousel-control.left {
	background-image: url(../images/bs.gif);
	width: 60px;
	left: 0px;
	bottom: 0px;
}
.slideshow-geral .carousel-control.right {
	background-image: url(../images/bs.gif);
	width: 60px;
	right: 0px;
	bottom: 0px;
}
.slideshow-geral .carousel-control .glyphicon-chevron-left, .slideshow-geral .carousel-control .icon-prev {
	background-color: rgba(255, 255, 255, 0.20);
	background-image: url(../images/sprite_anterior-seguinte.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 40px;
	height: 40px;
	margin-left: -10px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;	
}
.slideshow-geral .carousel-control .glyphicon-chevron-right, .slideshow-geral .carousel-control .icon-next {
	background-color: rgba(255, 255, 255, 0.20);
	background-image: url(../images/sprite_anterior-seguinte.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 40px;
	height: 40px;
	margin-right: -10px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;		
}
.slideshow-geral .carousel-control:hover .glyphicon-chevron-left, .slideshow-geral .carousel-control:hover .icon-prev, .slideshow-geral .carousel-control:hover .glyphicon-chevron-right, .slideshow-geral .carousel-control:hover .icon-next {
	background-color: rgba(255, 255, 255, 0.40);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;	
}
 @media (min-width:767px) {
.slideshow-geral .carousel-control .glyphicon-chevron-left, .slideshow-geral .carousel-control .icon-prev, .slideshow-geral .carousel-control .glyphicon-chevron-right, .slideshow-geral .carousel-control .icon-next, .slideshow-geral .carousel-control:hover .glyphicon-chevron-left, .slideshow-geral .carousel-control:hover .icon-prev, .slideshow-geral .carousel-control:hover .glyphicon-chevron-right, .slideshow-geral .carousel-control:hover .icon-next {
	-webkit-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
}



/*CORPO SITE*/
.corposite {
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 50px;
}
@media (max-width:767px) {
.corposite {
	padding-top: 25px;
}
}
.corposite .col-esquerda {
	padding-left: 0px;
}
.corposite .col-direita {
	padding-right: 0px;
}
/*RODAPE LINKS*/
.rodape-links {
	background-color: #69acc7;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.rodape-links a {
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px 10px;
}
@media (max-width:992px) {
.rodape-links a {
	font-size: 1.09vw;
}	
}	
.rodape-links a:hover {
	color: #000;
}
@media (max-width:767px) {
.rodape-links p {
	display: none;
}
}
/*RODAPE*/
.rodape {
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
	padding-top: 50px;
	padding-bottom: 50px;
}
.rodape a {
	color: #ffffff;
}
.rodape .tit {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 7px;
}
.rodape .form_newsletter {
}
.rodape .form_newsletter label {
	display: none;
}
.rodape .form_newsletter .form-group {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px !important;
}
.rodape .form_newsletter .form-control {
}
.rodape .form_newsletter .btn-enviar {
	background-color: #25a7d1;
	height: 30px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 3px 12px;
}
@media (min-width:767px) {
.rodape .form_newsletter .form-group {
	width: 31.5%;
	margin-bottom: 5px;
	display: inline-block;
}
.rodape .form_newsletter .btn-enviar {
	width: 31.5%;
	margin-top: -3px;
	display: inline-block;
}
}
@media (max-width:767px) {
.rodape .form_newsletter .form-group {
	width: 50%;
	margin-bottom: 10px !important;
}
}
@media (max-width:500px) {
.rodape .form_newsletter .form-group {
	width: 80%;
}
}
.rodape .redesociais a.at-icon-wrapper {
	background-color: transparent !important;
	margin: 0px !important;
}
.rodape .redesociais .at-style-responsive .at-share-btn {
	padding: 1px 4px !important;
}
.rodape .redesociais .at-icon-wrapper svg {
	fill: rgb(255, 255, 255) !important;
	border: solid 2px rgb(255, 255, 255) !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	padding: 2px !important;
}
 @media (max-width:767px) {
.rodape {
	text-align: center;
	padding-top: 15px;
}
.rodape .tit {
	margin-top: 30px;
}

}
.paginas .formulario.form_newsletter .form-control {
	background-color: #ffffff;
	border: none;
}
.formulario.form_newsletter .form-group .form-control::-webkit-input-placeholder {
 color: #000000;
}
.formulario.form_newsletter .form-group .form-control:-moz-placeholder { /* Firefox 18- */
 color: #000000;
}
.formulario.form_newsletter .form-group .form-control::-moz-placeholder {  /* Firefox 19+ */
 color: #000000;
}
.formulario.form_newsletter .form-group .form-control:-ms-input-placeholder {
 color: #000000;
}
/*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-group label {
	text-transform: none;
}
.formulario .form-control {
	background-color: #ffffff;
	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;
}
.paginas .formulario .form-control {
	border: #efefef solid 2px;
}
.formulario .btn-enviar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #25a7d1;
	border: 0px none;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 25px;
}
.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;
}
.formulario .form-text {
	color: #F00;
	float: right;
	display: inline-block;
}
