<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'casperbold';
    src: url('../fonts/casper-webfont.woff2') format('woff2'),
         url('../fonts/casper-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuralight';
    src: url('../fonts/futura_light_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {

    font-family: 'hanzelnormal';

    src: url('../font/hanzel_normal-webfont.eot');

    src: url('../font/hanzel_normal-webfont.eot?#iefix') format('embedded-opentype'),

         url('../font/hanzel_normal-webfont.woff2') format('woff2'),

         url('../font/hanzel_normal-webfont.woff') format('woff'),

         url('../font/hanzel_normal-webfont.ttf') format('truetype'),

         url('../font/hanzel_normal-webfont.svg#hanzelnormal') format('svg');

    font-weight: normal;

    font-style: normal;

}

.fundo-logo{
	position: relative;
    background-color: #2b3669;
}

.logo{
	position: relative;
    margin-bottom: 31px;
    margin-top: 32px;
}

.logo img{
	display:block;
	margin: 0 auto;
}

header{
  padding-top: 0 !important;
  background-color: #fff;
}

p{
	font-size: 15px;
	color: #333;
	font-family: 'open_sansregular';
}

h4{
	font-size: 17px !important;
	color: #00237d !important;
	font-weight: bold !important;
	font-family: 'open_sansregular' !important;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff !important;
}
section {
  height: 100%;
  width: 100%;
}

section:nth-child(2) {
  background: lightgreen;
  margin-top: 30%;
}
section:nth-child(3) {
  background: purple;
}
section:nth-child(4) {
  background: red;
}
section:nth-child(5) {
  background: yellow;
}


.cbp-bicontrols ul {
	padding-top: 14px;
    padding-left: 15%;
}
.cbp-bicontrols ul li{
float: left;
list-style: none;
text-align: center;
margin-right: 40px;
}


#custum-um{
	    padding-left: 435px;
    margin-top: -270px;
    position: relative;
    z-index: 20;
}
#custum-um img{
    margin-bottom: 10px;
}

.top{
    width: 100%;
    height: 135px;
    position: relative;
    z-index: 100;
        background: #f8f8f8;
    -webkit-box-shadow: 0px 2px 15px -2px #00000059;
    box-shadow: 0px 2px 15px -2px #00000085;
}

.top:before {
    background: url(images/header_shadow.png) repeat-x 0% 0%;
    display: block;
    width: 100%;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
}

.top-inter{
	width: 100%;
	height: 180px;
	
}

.tel{
	position: relative;
	float: right;
	width: 340px;
	height: 55px;
	text-align: right;
	background:  transparent;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tel spam{
	width: 260px;
	float: left;
	color: #3c3b81;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: bold;
	font-family: 'open_sansregular';
}

.tel i{
	color: #3c3b81;
	font-size: 20px;
	margin-right: 7px;
	margin-left: 7px;
}


.twitter{
	width: 140px;
	height: 60px;
	color: #0082c6 !important;
	font-weight: bold !important;
	position: absolute;
	right: 0px;
	top: 100px;
	padding-right: 70px;
	padding-top: 15px;
	background: url(../images/twitter.png);
	background-position: right top;
	background-repeat: no-repeat;	
	
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.twitter:hover{
	border-bottom: none !important;
	opacity: 0.6;
	
}

.indicators{
	display: none;
	
}

/**** Menu ****/

.menu-top{
	box-shadow: none !important;
	position: relative;
	float: right;
	width: 100%;
	height: 60px;
	padding-left: 20px;
	padding-top: 20px;
}

.menu{
    position:relative;
    margin:0 auto;
    width:100%;
	
}


.menu ul{
    position: relative;
    padding-left: 14px;
	background: #fff;
  }

.menu&gt;ul&gt;li{
  float: right;
  list-style:none;
  display: inline-block;
  position: relative;
  padding-top: 10px;
}

.menu&gt;ul&gt;li&gt; i{
	font-size: 6px;
	padding-right: 7px;
	line-height: 10px;
	position: relative;
	top: -3px;
	color: #fff;
}

ul.submenu{
  display: none;
  position: absolute;
  left: -20px;
  top:40px;
  width:180px;
  z-index: 1000;
}

.menu&gt;ul&gt;li&gt;a{
    font-family: 'hanzelnormal';
    text-decoration: none;
    font-size: 14px;
    font-weight: regular;
    line-height: 34px;
    height: 34px;
    float: left;
    list-style: none;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 0px;
    display: inline-block;
    color: #7f7f7f;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
}

.menu&gt;ul&gt;li&gt;a:hover{
	background: none;
	color: #2b3669;
}

.menu&gt;ul&gt;li&gt;a i{
	font-size: 6px;
	padding-right: 7px;
	line-height: 10px;
	position: relative;
	top: -3px;
	color: #2b3669;
}

.menu&gt;ul&gt;li&gt;a:hover i{
	color: #2b3669;
}


li.lisubmenu{
  list-style: none;
    padding: 8px 0px 8px 0px;
    background-color: #2b3669;
    width: 100%;
}

li.lisubmenu:hover{
   background: #2b3669;
    color: #fff;
}

li.lisubmenu&gt;a{
  color: #fff;
  text-decoration:none;
  font-size: 13px;
  line-height: 40px;
}

.temsubmenu:hover ul{
  display: block;
  width:200px;
  z-index: 3000;
  
  background: #014b64;
  background: -moz-linear-gradient(-45deg,  #014b64 0%, #166681 100%);
  background: -webkit-linear-gradient(-45deg,  #014b64 0%,#166681 100%); 
  background: linear-gradient(135deg,  #014b64 0%,#166681 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014b64', endColorstr='#166681',GradientType=1 );
  
}

/**** Fim Menu ****/

.dl-menu i{
	font-size: 6px;
	padding-right: 15px;
	line-height: 10px;
	position: relative;
	top: -3px;
	color: #fff;
}
.dl-menu a:hover i{
	color: #159be2;
}

/* Footer */


footer{	
    height: auto;
    width: 100%;
    padding-top: 30px;
    /* margin-top: 30px; */
    background: url(../images/rodape.png) center top no-repeat;
}

footer h3{
	font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal !important;
    font-family: 'hanzelnormal' !important;
        margin-bottom: 40px;
}

a.menu-rodape{
width: 40%;
    height: 55px;
    float: left;
    color: #a8a6a6;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.menu-rodape:hover{
	text-decoration: underline;	
}

a.menu-rodape i{
	color: #fff;	
	font-size: 6px;
	margin-right: 25px;
	
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.menu-rodape:hover i{
	color: #159bdf;
}

footer p{
	color: #a8a6a6;
    display: block;
    font-size: 13px;
    margin-bottom: 35px;
}

footer p i{
	color: #fff;	
	font-size: 22px;
	margin-right: 20px;
}

.direitos{
	margin-top: 20px;
	padding-top: 20px;
}


/* Fim Footer*/


/* Formulario de Contato*/

.formContato {
   width: 100%;  
}  
.formContato input {  
   width: 90%;  
   margin-left: 10px;  
   margin-right: 10px;  
}  
.formContato textarea {  
   width: 90%;  
   margin-left: 10px;  
   margin-right: 10px;  
}  
.botaoContato {  
   margin-left: 10px;  
   margin-right: 10px;  
   margin-top: 1px;  
}  
.pgContato input {  
	font-family: 'Lato', Arial, sans-serif !important;
   color: #aaa;  
   font-size: 14px;  
   background-color: #fefefe !important;  
   border: 1px solid #aaa !important;  
   -moz-border-radius: 2px !important;  
   -webkit-border-radius: 2px !important;  
   border-radius: 2px;  
   height: 40px;  
   margin-bottom: 20px; 
	padding-left: 10px !important;
}  
.pgContato textarea {  
	font-family: 'Lato', Arial, sans-serif !important;
   padding-left: 10px;  
   color: #333;  
   font-size: 16px;
	width: 100%;
   background-color: #fefefe;  
   border: 1px solid #E9E9E9;  
   -moz-border-radius: 2px;  
   -webkit-border-radius: 2px;  
   border-radius: 2px;  
   min-height: 50px;  
   margin-bottom: 20px;  
   border: 1px solid #aaa;  
	margin-left: 0;
	margin-right: 0;
	padding-top: 15px;
}  
.botaoContato {  
	width: 100%;
   border-radius: 2px;  
   color: #fff;  
   padding: 2px 40px;  
   height: 60px;  
   margin-top: 18px;  
   margin-bottom: 20px;  
   cursor: pointer;  
   display: inline-block;  
   border: none;  
   border: 1px solid #eee;  
	margin-left: 0;
	margin-right: 0;
	
	background: #00237d;
}  
.botaoContato:hover {  
   opacity: 1.0;  
   transition: 1s; 
   background: #0f93d4; 
}

/* Fim formulario de contato*/

.slider.fullscreen{
	position: relative;
	z-index: 0;
}


/******* Menu Lateral *******/
.menu-lateral{
	width: 100%;
	min-height: 700px;	
}

.menu-lateral spam{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: 'casperbold';
	text-transform: uppercase;
	display: block;
	
	width: 100%;
	height: 60px;
	padding-top: 20px;
	background: #d52903; /* Old browsers */
	background: -moz-linear-gradient(left, #d52903 0%, #f64118 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #d52903 0%,#f64118 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #d52903 0%,#f64118 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52903', endColorstr='#f64118',GradientType=1 ); /* IE6-9 */	
}

.menu-lateral p{
	background: #ececec;
	width: 100%;
	padding-left: 30px;
	line-height: 50px;
	font-size: 15px;
	margin-bottom: 0;
	color: #000;
	font-weight: bold;
	font-family: 'casperbold';
}

.menu-lateral a{
	width: 100%;
	height: 50px;
	padding-top: 13px;
	padding-left: 30px;
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
	text-shadow: none!important;
	font-size: 13px;
	color: #00254b;
	background: #cfcfcf;
}

.menu-lateral a:hover{
	background: #00254b;
}

.menu-lateral i{
	margin-right: 5px;
}

.produtos{
	width: 100%;
	height: 335px;
	background: #fff;
	display: block;
	padding: 20px;
	margin-bottom: 30px; 
	position: relative;
}

.mold{
	height: 220px;
}

.produtos spam{
	text-align: center;
	color: #000;
	display: block;
	font-size: 13px;
	height: 30px;
}

.produtos a{	
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-family: 'casperbold';
	text-transform: uppercase;
	display: block;	
	background: #00254b;
	height: 35px;
	padding-top: 7px;
	margin-top: 15px;
}

.produtos a:hover{
	background: #f33f16;
}

/******* Fim Menu Lateral *******/

.slider.fullscreen{
	
}

a.bloco-index{
	width: 100%;
    height: 330px;
    border: 3px solid #f8f8f8;
    float: left;
    position: relative;
    margin-top: 90px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0px 2px 15px -2px #00000059;
    box-shadow: 0px 2px 15px -2px #00000085;
}

a.bloco-index:hover{
	border: 3px solid #3c3b81;
}

.bloco-index#bloco1{
	background: url(../images/icones/1.png) left top no-repeat #2b3669;
}

.bloco-index#bloco2{
	background: url(../images/icones/2.png) left top no-repeat #2b3669;;
}

.bloco-index#bloco3{
	background: url(../images/icones/3.png) left top no-repeat #2b3669;
}

.bloco-index h3{
	    /* font-family: 'open_sansregular'; */
    font-weight: normal !important;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'hanzelnormal' !important;
}

.bloco-index p{
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #a8a6a6;
    text-align: justify;
}


.avaliacao-index{
	width: 100%;
	display: block;
	margin-top: 50px;
	padding-bottom: 30px;
	background: #00237d;
}

.avaliacao-index h3{
	font-family: 'open_sansregular';
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.avaliacao-index h3 spam{
	font-family: 'open_sansregular';
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}


/* Agende sua AvaliaÃ§Ã£o*/

.avaliacao-index .formContato {
   width: 100%;  
	margin-top: 15px;
}  
.avaliacao-index .formContato input {  
   width: 100%;  

   margin-right: 10px;  
}  
.avaliacao-index .formContato textarea {  
   width: 100%;  
   margin-left: 10px;  
   margin-right: 10px;  
}  
.avaliacao-index .botaoContato {  
   margin-left: 10px;  
   margin-right: 10px;  
   margin-top: 1px;  
}  

.avaliacao-index .pgContato input {  
	font-family: 'Lato', Arial, sans-serif !important;
   color: #159ce0 !important;
   font-size: 14px;  
   background-color: #fff !important;  
   border: 1px solid #fff !important;  
   height: 40px;  
   margin-bottom: 20px; 
	padding-left: 10px !important;
} 

.avaliacao-index .pgContato input::-webkit-input-placeholder {
    color: #159ce0 !important;
	text-transform: uppercase;
	font-size: 12px;
}

.avaliacao-index .pgContato textarea {  
	font-family: 'Lato', Arial, sans-serif !important;
   padding-left: 10px;  
   color: #fff;  
   font-size: 14px;
	width: 100%;
   background-color: #fefefe;  
   border: 1px solid #c7c7c7;  
   -moz-border-radius: 2px;  
   -webkit-border-radius: 2px;  
   border-radius: 2px;  
   height: 200px;  
   margin-bottom: 20px;  
   border-bottom: 1px solid #ccc;  
   border-left: 1px solid #ccc;  
	margin-left: 0;
	margin-right: 0;
}  
.avaliacao-index .botaoContato {  
	width: 103%;
   color: #fff;  
   padding: 2px 40px;  
   height: 50px;  
   opacity: 0.9;  
   margin-bottom: 20px;  
   cursor: pointer;  
   display: inline-block;  
   border: none;  
   border: 1px solid #eee;  
	margin-left: 0;
	margin-right: 0;	
	background: #159ce0; 
	text-transform: uppercase;
	font-weight: bold;
	
}  
.avaliacao-index.botaoContato:hover {  
   opacity: 1.0;  
   transition: 1s; 
   background: #c81e21; 
}

/* Agende sua AvaliaÃ§Ã£o*/

.mapa-index{
	width: 100%;
	height: 55px;
	position: relative;
	z-index: 100;
	background: url(../images/shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-qualidade-index{
	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/bg-index.jpg) center top no-repeat;
}

.bg-qualidade-index h3{
	font-family: 'open_sansregular';
	font-size: 40px !important;
	font-style: italic;
	color: #fff;
	font-weight: normal !important;
	margin-bottom: 30px;
}

.bg-qualidade-index p{
	font-family: 'open_sansregular';
	font-size: 16px;
	color: #fff;
}

.bg-qualidade-index a{
	width: 50%;
	height: 50px;
	float: left;
	text-align: center;
	padding: 12px;
	background: #001f7a;
	color: #fff; 
	font-family: 'open_sansregular';
}

h2{
	font-family: 'open_sansregular';
	font-size: 35px !important;
	color: #159bdf;
	margin-bottom: 40px !important;
}

.lista-index{
	font-family: 'open_sansregular';
	font-size: 16px !important;
	color: #646464;
	margin-bottom: 40px !important;
}

.lista-index li{
	margin-bottom: 15px;
}

.lista-index i{
	color: #001f7a;
}

.especialidades-index{	
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	background: #333;
}

.especialidades-index h3{
	font-family: 'open_sansregular';
	font-size: 35px !important;
	font-weight: normal !important;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}

a.button-especialidades{
	width: 100%;
	height: 50px;
	background: #fff;
	padding: 10px;
	color: #333;
	display: block;
	margin-bottom: 15px;
}

a.button-especialidades:hover{	
	color: #333;	
}

a.button-especialidades spam{
	width: 30px;
	height: 30px;
	display: block;
	background: #333;
	color: #fff;
	border-radius: 100%;
	float: left;
	text-align: center;
	margin-right: 15px;
	font-size: 18px;
	
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.button-especialidades:hover spam{
	background:  #159bdf;
}

.noticias{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 40px;
}

.img-noticias{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.noticias h3{
	font-family: 'open_sansregular';
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}

.noticias a{
	width: 50%;
	height: 40px;
	float: left;
	text-align: center;
	padding: 10px;
	background: #001f7a;
	color: #fff; 
	font-size: 14px;
	font-family: 'open_sansregular';
	border-radius:20px;
	
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.noticias a:hover{
	background: #159bdf;
}

.bg-title{
	width: 100%;
	height: auto;
	padding: 20px 0 10px 0;
	background: #00237d;
	margin-bottom: 30px;
}

.bg-title h1{
	font-size: 35px;
	color: #fff;
	margin-top: 10px;
	font-family: 'open_sansregular';	
}

/* Slideshow container */
.slideshow-container {
	max-width: 100%;
	float: left;
	position: relative;
	margin: auto;
	overflow: hidden;
}

/* Next &amp; previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;	
	 background-color:  #555; 
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background: #169be0;
	opacity: 0.7;
 
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  background: rgba(0,0,0, 0.5);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #0f93d4;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #3c3b81;
}

h1{
	font-family: 'open_sansregular' !important;
	font-size: 40px !important;
	font-weight: bold !important;
	color: #00237d;
	margin-top: 20px !important;
	text-align: center;
}

h3{
	font-family: 'open_sansregular' !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #00237d;
}

.voltar{
	width: 100px;
	height: 40px;
	float: right;
	text-align: center;
	padding: 10px;
	background: #2b3669;
	color: #fff; 
	font-size: 14px;
	font-family: 'open_sansregular';
	border-radius:20px;
	margin-bottom: 30px;
	
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.voltar:hover{
	background: #159bdf;
}

.missao{
	min-height: 260px;
	margin-bottom: 30px;
	padding: 0px 15px 15px 15px;
	border-top: 3px solid #00237d;
	border-bottom: 3px solid #eee;
	border-left: 3px solid #eee;
	border-right: 3px solid #eee;
}

.bg-destaque{
	width: 100%;
	height: auto;
	padding: 0px 30px 20px 30px;
	margin-bottom: 30px;
	background: #0f93d4;
}

.bg-destaque h3{
	font-family: 'open_sansregular' !important;
	font-size: 22px !important;
	font-weight: normal!important;
	color: #fff;
}

.img-index{
	width: 100%;
	height: 300px;
	padding-top: 50px;
	margin-bottom: 50px;
	background: url(../images/img-index.jpg)center top no-repeat;
}

.mapa-pag{
	margin-top: -120px;
	z-index: 100;
	position: relative;
}

.serv{
	width: 100%;
	height: 230px;
	margin-bottom: 30px;
	padding: 155px 15px 0 15px;	
}

.serv#servico1{
	background: url(../images/serv1.jpg) center top no-repeat;
	
}

.serv#servico2{
	background: url(../images/serv2.jpg) center top no-repeat;
	
}

.serv#servico3{
	background: url(../images/serv3.jpg) center top no-repeat;
	
}

.serv#servico4{
	background: url(../images/serv4.jpg) center top no-repeat;
	
}

.serv#servico5{
	background: url(../images/serv5.jpg) center top no-repeat;
	
}

.serv#servico6{
	background: url(../images/serv6.jpg) center top no-repeat;
	
}

.serv#servico7{
	background: url(../images/serv7.jpg) center top no-repeat;
	
}

.serv h3{
	font-family: 'open_sansregular' !important;
	font-size: 19px !important;
	font-weight: normal!important;
	color: #fff;
}

.pull-right {
    float: right !important;
}

.tel {
   margin-bottom: -15px;
    margin-top: 20px;
    color: #fff;
    font-size: 17px;
}

.pull-left {
    float: left !important;
}

.pull-left img{
    margin-top: 6px;
}

.icon {
    float: none;
   margin: 0px 10px 50px 81px;
}

.icon img {
    margin: -61px 0 0 0;
}


section.footer{
	margin-top: 0%;
    
    background: #cdcbcb;
    padding-top: 5px;
}

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
   
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption h2{
   font-size: 14px !important;
    margin-top: 0 !important;
    color: #fff !important;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption &gt; a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*bloco implementos*/
figure.effect-dexter {
   
}

figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
    opacity: 0.4;
}

/*figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 3px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}*/

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.owl-carousel .owl-prev{
    height: 43px !important;
    width: 43px !important;
    left: 0px !important;
    opacity: 1 !important;
    background-position: center center !important;
    background-image: url(../imagens/arrow2.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    color: transparent !important;
    border-radius: 0px !important;
}
.owl-carousel .owl-next{
   height: 43px !important;
    width: 43px !important;
    opacity: 1 !important;
    border-radius: 0px !important;
    top: 40%;
    background-position: center center !important;
    background-image: url(../imagens/arrow1.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    color: transparent !important;
}
#back-to-top{
    background-color: #000 !important;
    border-radius: 0px !important;
    color: #fff !important;
    border: 0p !importantx;
}

.img-rounded {
    margin-left: 0px;
    width: 160px;
}

h1.title {
    font-family: 'hanzelnormal' !important;
    font-size: 22px !important;
    color: #2b3669;
    font-weight: normal !important;
    text-align: center;
    /* text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px; */
    margin-top: 43px !important;
    margin-bottom: 35px !important;
}

h2.title {
    font-family: 'hanzelnormal' !important;
    font-size: 22px !important;
    color: #2b3669;
    font-weight: normal !important;
    text-align: center;
    /* text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px; */
    margin-top: 43px !important;
    margin-bottom: 0px !important;
}

h3.title {
    font-family: 'hanzelnormal' !important;
    font-size: 22px !important;
    color: #2b3669;
    font-weight: normal !important;
    text-align: center;
    margin-top: 43px !important;
    margin-bottom: 35px !important;
    text-transform: uppercase;
}
.read-more {
margin-top: -10px;
    margin-bottom: 24px;
}

.read-more a {
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px;
    border-radius: 4px;
    letter-spacing: 1px;
    font-weight: bold;
    background: #2b3669;
    margin-bottom: 40px;
    font-size: 14px;
}
.read-more a:hover{
   background: #717aa6;
    color:#fff;
}

#news {
       transition: all 0.5s ease 0s;
    padding-top: 40px;
    background: #86b835;
    background: -moz-linear-gradient(-45deg, #86b835 0%, #8bb740 50%, #9fb579 100%);
    background: -webkit-linear-gradient(-45deg, #86b835 0%,#8bb740 50%,#9fb579 100%);
    background: linear-gradient(135deg, #86b835 0%,#8bb740 50%,#9fb579 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b835', endColorstr='#9fb579',GradientType=1 );
    border-bottom: none !important;
    padding-bottom: 20px;
    margin-bottom: 12px !important;
}
 #news{
    border-bottom: solid 1px #6a6a6b;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #news h2{
    margin-top: 0px !important;
    font-size: 26px !important;
    color: #FFF !important;
      text-align: center;
  }
#news p {
    color: #FFF;
    text-align: center;
}
  #news #new-email{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    border-radius: 5px !important;
    color: #222;
    background: #f5f5f5;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 16px 30px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    height: 49px;
  }

  #news #bt-news{
       position: relative;
    outline: none !important;
    border: none;
    width: 100%;
    border-radius: 5px !important;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 21px;
    color: #e4231c;
    border-radius: 0;
    background: #FFF;
    border: 3px solid #FFF;
    display: inline-block;
    line-height: 23px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #news #bt-news i{
    font-size: 18px;
    margin-top: 5px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/**************** 5.2 About Section ****************/


.dicas-index{

	margin-top: 30px;
	margin-bottom: 20px;
	height: 230px;
}

/* Newsletter */

.news{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 230px;
}

.news input.newsletter{
	width: 77%;
	height: 45px !important;
	float: left;
	margin-bottom: 12px;
	background: #fff !important;
	box-shadow: none !important;
	color: #000 !important;
	border: 1px solid #eee;
	-webkit-box-shadow: inset 0px -2px 3px 0px rgba(50, 50, 50, 0.2) !important;
	-moz-box-shadow: inset 0px -2px 3px 0px rgba(50, 50, 50, 0.2)!important;
	box-shadow: inset 0px -2px 3px 0px rgba(50, 50, 50, 0.2) !important;
}

.news label.new{
	width:100px;
	height:45px;
	padding-top:15px;
	float:left;
	background:#014b64;
	color:#fff;
	text-align:center;

}

.news button.news-button{
	width:100%;
	height:45px;
	color:#fff;
	text-align:center;
	float:right;
	text-decoration:none;
	border:none;
	font-size:13px !important;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
	background: #034596;
}

.news button.news-button:hover{
	color:#fff !important;
	box-shadow:none !important;
	
	background: #014b64;
	background: -moz-linear-gradient(-45deg,  #014b64 0%, #166681 100%);
	background: -webkit-linear-gradient(-45deg,  #014b64 0%,#166681 100%); 
	background: linear-gradient(135deg,  #014b64 0%,#166681 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014b64', endColorstr='#166681',GradientType=1 );

}

/* Fim Newsletter */

.dicas-index a{
	height: 45px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #3d96d2;
    margin-bottom: 12px;
    padding-top: 10px;
    color: #fff !important;
    float: left;
    text-decoration: none;
    background: #3d96d2;
}
/**********************************/

div.middle{
    background: #fff;
    height: auto;
}

div.row.noticia .one{
    border-left: 1px solid #ccc;
    height: 100px;
}

div.row.noticia:nth-child(odd) div.eleven p{
    background: #eee;
}

h3.title{

}

div.row.noticia p{
  font-size: 12px;
  margin-top: 20px;
  margin-left: -54px;
  color: #fff;
}

div.row.noticia div.mold{
    height: 173px;
  width: 215px;
  overflow: hidden;
  margin-top: -24px;
  margin-bottom: 14px;
  border-radius: 15px 15px 15px 15px;
    margin-left: 37px;
}

div.row.noticia a{
      color: #000;
    font-weight: bold;
}

div.row.noticia div.desc, div.row.noticia div.desc *{
    font-size: 12px !important;
    font-family: Arial !important;
}

ul.outras-noticias li{
    list-style-position: inside;
    list-style-type: circle;
    height: 30px;
    margin-bottom: 20px;
    
}

ul.outras-noticias li a{
    font-size: 12px;
    color: #000 !important;
    font-family: Arial;
}

div.membro-desc{
    margin-top: 30px;
}

div.membro-desc p{
    font-size: 12px;
}

.imagem_dica {
  margin-top: 14px;
}

.pull-right {
    float: right !important;
}

   section.fale-conosco {
         background-color: #eeeeee;
    border-bottom: 1px solid #c9c9c9;
    height: auto;
    border-top: 1px solid #c9c9c9;
    padding-bottom: 35px;
    padding-top: 20px;
}

img.fale-conosco {
    max-width: none;
    margin-top: -50px;
    
}

section.fale-conosco form.contatos {
    float: left;
    width: 100%;
    /* height: 210px; */

    /* box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.6); */
    /* padding: 40px; */
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 14px;
}

section.fale-conosco form.contatos input, section.fale-conosco form.contatos textarea{
	height: 60px;
    width: 100%;
    float: left;
    border: none;
    margin-bottom: 20px;
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    outline: none;
    padding-left: 15px;
    font-family: Arial;
    background-color: #fff;
}

section.fale-conosco form.contatos textarea {
    padding-top: 10px;
}

section.fale-conosco form.contatos button {
	height: 60px;
    width: 100%;
    float: left;
    padding: 0;
    background: #2b3669;
    font-size: 14px;
        font-family: 'hanzelnormal' !important;

}

section.fale-conosco form.contatos button:hover {
    background: #000;

}

a.obra{
	float: left;
	margin: 15px 0;
	width: 100%;
}

a.obra:hover div.bg-obra{
	opacity: 0.9
}

a.obra div.bg-obra{
	height: 300px;
	width: 100%;
	overflow: hidden;
	float: left;
	background-position: center;
	background-size: cover;
}

a.obra h3{
	font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px 20px 0px;
    float: left;
    text-transform: uppercase;
    font-family: 'hanzelnormal' !important;
    font-weight: normal !important;
}

ul.clearing-thumbs {
	margin: 0;
}

ul.clearing-thumbs li {
	float: left;
    margin: 0px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

ul.clearing-thumbs li a {
	margin: 0;
	height: 160px;
	float: left;
	width: 100%;
	overflow: hidden;
	display: inline-block;
}


ul.clearing-thumbs li a img {
	max-width: none;
	max-height: 100%;
}

</pre></body></html>