/*---------------------------------
	IMPORTS E CONSULTAS
-----------------------------------*/


/*---------------------------------
	ESTILOS
-----------------------------------*/
html,body{
    height: 100%;
}
body{
	overflow-x: hidden;
    background:#fff;
    font-family: 'Open Sans', sans-serif;
}


/* DROPDOWN */
.menu-desktop{
  text-align: right;
  padding-top: 26px;
}
.menu-desktop a.menu-pai{
  color:#fff;
  text-decoration: none;
  padding: 16px;
  display: inline-block;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.menu-desktop a.menu-pai.menu-ativo{
  color: #fff;
  text-decoration: none;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
  
}
.menu-desktop a.menu-pai:hover,.dropdown.dropdown-inline.open a.menu-pai{
  background: #2b2929;
  color: #fff;
  text-decoration: none;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;

}

.dropdown-menu{
  line-height: 1em !important;
  padding-bottom: 0px;
  padding-top: 0px;
}
.dropdown-menu.dropdownhover-bottom,.dropdown-menu.dropdownhover-right,.dropdown-menu.dropdownhover-left{
  top:23px;
  background: #2b2929;
  border-radius: 0px;
}
.dropdown-menu.dropdownhover-bottom a,.dropdown-menu.dropdownhover-left a{
  color:#fff;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.dropdown-menu > li, .dropdown-menu > li,.dropdown-menu > li.open{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 0;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.dropdown-menu > li:hover, .dropdown-menu > li:hover,.dropdown-menu > li.open:hover, 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,.dropdown-menu > li.open > a {
    text-decoration: none;
    color: #fff !important;
    background-color: #000 !important;
     -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-left-color: #efefef !important;
    float: right;
    margin-top: 6px;
}
/* DROPDOWN */


/* MOBILES */
#menuMobile{
    position: fixed;
    display: none;
}



#menuMobile{
    position: fixed;
    display: none;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.88);
    line-height: 2.25em;
    padding: 20px;
    z-index: 9999 !important;
    overflow-y: scroll;
}
#menuMobile a,#menuMobile span{
   font-family: 'Open Sans', sans-serif;
    color:#fff;
    text-decoration: none;
    font-size: 1.1em;
}

.barra-navegacao{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);
box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);
text-align: center !important;
font-size: 0.9em;
}

.barra-navegacao a{
    color:#00664f;
    text-decoration: none;
    font-size: 1em;
}
.barra-navegacao a span{
   font-family: Arial;
  color:#00664f;
  text-decoration: none;
  font-weight: 700;
}
.barra-navegacao .coluna-barra{
   text-align: center;
   line-height: 1.55em;
}


/* BARRA TOPO */
.barra-topo{
	background: #f5f5f5;
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: auto;
}
.barra-topo .coluna-1{
  text-align: right;
}
.barra-topo .coluna-1 p{
	color:#214811;
	font-size:0.85em;
	text-transform: uppercase;
	padding-top: 10px;
}
.barra-topo .btn-primary,.barra-topo .btn-primary:hover,.barra-topo .btn-primary:active{
  background: #363a35;
  border-color: #363a35;
  border-radius: 0px;
}
.barra-topo .form-control{
  border-radius: 0px;
}
.barra-topo .form-inline{
  position: absolute;
  right: 15px;
  text-align: right;
  bottom:-48.5px;
  z-index: 9999;
}

@media(max-width: 540px){
	.barra-topo{
		text-align: center !important;
	}
}
/* BARRA TOPO */


/* LOGO E MENU */
.logo-e-menu{
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: 90px;
	min-height: 70px;
	background: #214811;
	padding-top: 5px;
  z-index: 10;
}
.logo-e-menu .logo{
  position: absolute;
  max-width: 180px;
  background: #f5f5f5 !important;
  padding-bottom: 20px;
  margin-top: -40px;
}
.logo-e-menu .logo img{
	max-width: 100%;
	height: auto;
}

@media(max-width: 540px){
	.logo-e-menu .logo{
		text-align: center;
    top: 38px;
    padding-top: 17px;

	}

  .logo-e-menu .logo img {
      max-width: 54%;
      height: auto;
  }
}



/* LOGO E MENU */


/* SLIDESHOW */
.slideshow{
  position: relative;
  z-index:5;
}
.slideshow .item{
  width: 100%;
  height: 460px;
  margin-top: 0px;
}
.slideshow img{
  width: 100%;
  height: auto;
}
.slideshow a{
  text-decoration: none;
}
.carousel-indicators{
  width: 100%;
  left: 0;
  margin-left: 0;
  bottom: -70px;
  text-align: center;
}
.carousel-indicators li,.carousel-indicators li.active{
  width: 260px;
  height: 100px;
  border-radius: 0px;
  border:4px solid #fff;
  margin: 0;
  margin-left: 12px;
  margin-right: 12px;
  -webkit-box-shadow: 3px 7px 23px -5px rgba(0,0,0,0.24);
  -moz-box-shadow: 3px 7px 23px -5px rgba(0,0,0,0.24);
   box-shadow: 3px 7px 23px -5px rgba(0,0,0,0.24);
}
.carousel-indicators li.active{
    border:4px solid #70b299 !important;
}
@media(max-width: 540px){
  .slideshow .item {
    height: 188px;
    background-size: 200% auto !important;
    background-position: center center;
  }
}

/* SLIDESHOW */


.sombra{
  -webkit-box-shadow: -1px 2px 17px -1px rgba(0,0,0,0.25);
-moz-box-shadow: -1px 2px 17px -1px rgba(0,0,0,0.25);
box-shadow: -1px 2px 17px -1px rgba(0,0,0,0.25);
}

.img-full img{
  width: 100%;
  height: auto;
}

.work{
  margin-top: 70px;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.work p{
  color:#363a35;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.65em;
}


/* ULTIMAS NOTICIAS E NEWSLETTER HOMEPAGE */
.ultimas-noticias-home{
  
}

.ultimas-noticias-home h3 { width:100%; text-align:center; border-bottom: 1px solid #000; line-height:0.1em; margin:0px 0 20px; margin-left:0px;font-family: Arial;font-weight: 600;letter-spacing: 6px;text-transform: uppercase;font-size: 1em; } 
.ultimas-noticias-home h3 span { background:#fff; padding:0 10px; padding-left:10px; }
.ultimas-noticias-home .text-right{
  padding-top: 8px; 
}
.ultimas-noticias-home .text-right a{
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   color:#000;
   text-decoration: none;
}
.newsletter-home{
  height: 243px;
  background: url("../images/newsletter.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-top: 1px solid #000;
}

@media(max-width: 540px){
    .newsletter-home{
    height: 243px;
    background: url("../images/newsletter.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-top: 1px solid #000;
    margin-top: 20px;
  }
}

span.data-noticia{
   color:#999999;
   font-size: 0.9em; 
}
p.titulo-noticia a{
  font-family: Arial;
  color:#000;
  font-size: 1.2em;
  margin-top: 12.5px;
  font-weight: bold;
  text-decoration: none;
}

p.resumo-noticia a{
  font-family: Arial;
  color:#666666;
  text-decoration: none;
}

p.link-noticia a{
  font-family: Arial;
  color:#000;
  text-decoration: none;
  font-weight: bold;
}

.newsletter-home{
  text-align: center;
  padding: 15px;
}


.newsletter-home h3{
  font-family: Arial;
  color:#000;
  letter-spacing: 3px;
  font-size: 1.2em;
  font-weight: 600;
}
.newsletter-home p{
  font-size: 0.9em;
}
.newsletter-home .form-control{
  border-radius: 0px;
}
.btn-primary{
  background: #000 !important;
  border-radius: 0;
  border-color:#000;
}
/* ULTIMAS NOTICIAS E NEWSLETTER HOMEPAGE */


.caixa-equipamentos{
  position: relative;
  width: 100%;
  height: 220px;
  background: #ccc;
}

@media(max-width: 540px){
    .caixa-equipamentos{
    position: relative;
    width: 100%;
    height: 220px;
    background: #ccc;
    margin-bottom: 25px;
  }
}


.caixa-equipamentos a.link{
  display: block;
  float: left;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.caixa-equipamentos{
  cursor: pointer;
}
.caixa-equipamentos .caixa-info-equipamentos{
   position: absolute;
   bottom: 0;
   left: 0;
   height: 70px;
   width: 100%;
   background: #214811;
   z-index: 9999;
   padding: 14px;
   padding-top: 8px;
   text-align: center !important;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.caixa-equipamentos:hover .caixa-info-equipamentos{
   position: absolute;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgba(33, 72, 17, 0.8);
   z-index: 9999;
   padding: 14px;
   padding-top: 42.5%;
   text-align: center !important;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}


.caixa-equipamentos .caixa-info-equipamentos h2{
  width: 100%;
  margin:0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center !important;
}
.caixa-equipamentos .caixa-info-equipamentos h2 a{
  text-decoration: none;
  color:#fff;
  text-transform: uppercase;
  font-family: Arial;
}

.footer{
  margin-bottom: 20px;
}

.barra-bottom{
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #00664f;
}

.footer h3{
  font-family: 'Open Sans', sans-serif;
}
.footer,.footer a{
  font-family: 'Open Sans', sans-serif;
  color:#747474;
  font-size: 0.9em;
  text-decoration: none;
}

.footer .coluna-1 h3{
  font-family: 'Open Sans', sans-serif;
  color:#747474;
  font-weight: 700;
  font-size: 16.5px;
}

.footer .coluna-2 .sub-coluna-1 iframe{
   border:1px solid #363a35;
   width: 98.5%;
   height: 210px;
   margin-bottom: 30px;
}

@media(max-width: 540px){
  .footer .coluna-2 .sub-coluna-1 iframe{
     border:1px solid #363a35;
     width: 100%;
     height: 210px;
     margin-bottom: 30px;
  }
}


.footer .corpright{
  padding-bottom: 10px;
}
.footer .social-facebook p{
   font-family: 'Open Sans', sans-serif;
   font-weight: bold;
   letter-spacing: 2px;
}
.footer .social-facebook a{
  background:#00664f;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color:#fff;
  margin-left: 6px;
}


.work-interna{
  padding-right: 50px;
  padding-left: 50px;
}

.work-interna h1,
.work-interna h2,
.work-interna h3,
.work-interna h4,
.work-interna h5{
    font-family: 'Open Sans', sans-serif;
    color:#00664f;
    font-weight: 700;
    text-transform: uppercase;
}

.work-interna h3{
  margin-bottom: 20px;
}

.work-interna * small a{
   font-family: 'Open Sans', sans-serif;
   color:#747474;
   text-decoration: none;
   font-size: 13px;
   padding-right: 2.5px;
   text-transform: none;
}

.work-interna * small i{
  padding-right: 2.5px;
  font-size: 13px;
}

.work-interna p,.work-interna ul li,.work-interna ul,.work-interna ol li,.work-interna ol,.work-interna blockquote{
  font-family: 'Open Sans', sans-serif;
   color:#747474;
   font-size: 1.04em;
   text-align: justify;
   line-height: 1.8em;
}

.um-pouco-margin{
  margin-bottom: 30px;
}

.conteudo-pagina{
  padding-left: 0px;
}

.mapa{
  padding-left: 0px;
}

.mapa iframe{
  width: 100%;
  height: 300px;
}

.cinza{
  position: relative;
  padding-top: 40px;
  margin-top: -60px;
  padding-bottom: 12px;
  background: #f6f6f5;
}


.rodape{
  position: relative;
  padding-top: 0px;
  padding-bottom: 12px;
  background: url("../images/rodape.png") #f2f2f2 no-repeat;
  background-size: cover;
}