* {text-decoration: none !important;}
html{ min-height: 100%;}
/*a, a:hover, a:-webkit-any-link { text-decoration:none !important; }*/
i{font-style: normal !important;}
body { margin: 0; min-height: inherit; font-family: 'Roboto', sans-serif; color:#5c6062;}
.hero { position: relative; background: #E9EBED; z-index: 1; }
.hero img { display: block; }
.btn-branco{ background: transparent; color:#fff !important; font-size:22px; font-weight:700; border-radius: 30px; border:2px solid #fff; padding:1px 20px; transition: background linear 0.5s, color linear .5s;
    white-space: nowrap; }
.btn-branco:hover{ background: #fff; color:#000 !important; }

.btn-verde{ background: transparent; color:#90c73e !important; font-size:22px; font-weight:700; border-radius: 30px; border:2px solid #90c73e; padding:1px 20px; transition: background linear 0.5s, color linear .5s, border linear 0.5s;
    white-space: nowrap; }
.btn-verde:hover{ background: #fff; border-color: #fff; color:#000 !important; }

.btn-verde2{ background: transparent; color:#125026 !important; font-size:15px; font-weight:700; border-radius: 30px; border:2px solid #90c73e; padding:1px 20px; transition: background linear 0.5s, color linear .5s, border linear 0.5s;
    white-space: nowrap; padding: 10px 55px; }
.btn-verde2:hover{ background: #fff; border-color: #fff; color:#000 !important; }

.btn-verde3{ background: #90c73e; color:#fff !important; font-size:22px; font-weight:700; border-radius: 3px; border:2px solid #90c73e; transition: background linear 0.3s, color linear .3s, border linear 0.3s;
    white-space: nowrap; padding: 5px 10px; }
.btn-verde3:hover{ background: #fff; border-color: #90c73e; color:#90c73e !important; }

.btn-azul{ background: #0065b2; color:#fff !important; font-size:14px; font-weight:700; border-radius: 30px; border:none; padding:13px 55px; transition: background linear 0.5s, color linear .5s;
    white-space: nowrap; }
.btn-azul:hover{ background: #fff; color:#0065b2 !important; }

.btn-preto{ background: #292E34; color:#fff !important; font-size:13px; font-weight:700; border-radius: 30px; border:1ox ; padding:15px 30px; transition: background linear 0.5s, color linear .5s;
    white-space: nowrap; }
.btn-preto:hover{ background: #fff; color:#000 !important; }

.btn-whats{ background: #36ca48; color:#ffffff !important; font-size:18px; font-weight:500; border-radius: 20px; border:none; padding:25px 30px; transition: background linear 0.3s, color linear .3s; display: flex; max-width: 100%;
    align-items: center; width: 370px; font-style: normal; line-height: 21px; }
.btn-whats div{ text-align: center; }
.btn-whats i { color: #ffffff; font-size: 46px; font-weight: 800; margin-left: 20px; }
.btn-whats:hover{ background: #45af4f; }

.btn-vermelho{ background: transparent; color:#fff !important; background: #e51e38; font-size:14px; font-weight:400; border-radius: 40px; border:2px solid transparent; padding:25px 55px; transition: background linear 0.3s;
    white-space: nowrap; }
.btn-vermelho:hover { color: #e51e38 !important; border:2px solid #e51e38; background: #fff; }

.btn-vermelho-top{ background: transparent; color:#fff !important; border:1px solid #fff; font-size:14px; font-weight:400; border-radius: 40px; padding:5px 15px; transition: background linear 0.3s; margin-top: 10px;
    white-space: nowrap; }
.btn-vermelho-top:hover { color: #e51e38 !important; border:1px solid #e51e38; background: #fff; }

.btn-verde-cab{ background: #0a4e28; color:#fff !important; font-size:14px; font-weight:400; border-radius: 3px; border:1px solid #0a4e28; padding:7px 20px; transition: all linear 0.3s; text-decoration: none;
    white-space: nowrap; }
.btn-verde-cab svg { fill: #fff !important; }    
.btn-verde-cab:hover { color: #0a4e28 !important; border:1px solid #0a4e28; background: #fff; text-decoration: none; }
.btn-verde-cab:hover svg { fill: #0a4e28 !important; }


.link-whats{ color: #5c6062; text-decoration: underline !important; }

h1.titulo{ color: #fff; font-size: 22px; }
p.subtitulo{ font-size: 14px; line-height: 180%; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fefefe;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fefefe;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fefefe;
}
.fazul{ color: #0065b2 !important; }
.fbranca, .cbranca{ color: #FFF !important; }
.fverde{ color: #90c73e !important; }
.fverdeclaro{ color: #87b672 !important; }
.fverdeescuro{ color: #125026 !important; }
.fvermelha{ color: #e51e38 !important; }
.fcinzaescuro{ color: #666262 !important; }
.fcinzaescuro2{ color: #6f6f6f !important; }
.fcinza{ color: #9b9999 !important; }
.fcinzaclaro{ color: #c9d0da !important; }
.fb{ font-weight: 700; }
.fl{ font-weight: 300; }
.fm{ font-weight: 500; }
.fh180{ line-height: 180%; }
.fh120{ line-height: 120%; }
.fh100{ line-height: 100%; }
.fh90{ line-height: 90%; }
.fh21{ line-height: 21px; }
.f10{ font-size: 10px !important; }
.f11{ font-size: 11px !important; }
.f12{ font-size: 12px !important; }
.f13{ font-size: 13px !important; }
.f14{ font-size: 14px !important; }
.f16{ font-size: 16px !important; }
.f18{ font-size: 18px !important; }
.f19{ font-size: 19px !important; }
.f21{ font-size: 21px !important; }
.f24{ font-size: 24px !important; }
.f30{ font-size: 30px !important; }
.f32{ font-size: 32px !important; }
.f36{ font-size: 36px !important; }
.f38{ font-size: 38px !important; }
.f40{ font-size: 40px !important; }
.f48{ font-size: 48px !important; }
.f54{ font-size: 54px !important; }
.f90{ font-size: 90px !important; }

.fundoverde{ background: #155026; }
.fundovermelho{ background: #e51e38; }
.fundocinza{ background: #efefef; }
.sombrainterna{-webkit-box-shadow: 0px 10px 14px -2px rgba(112,112,112,0.2); 
box-shadow: 0px 10px 14px -2px rgba(112,112,112,0.2);}

#topo{ position: relative; padding: 5px 0; font-size: 15px; color: #555659; vertical-align:middle; font-weight: 700; }
#topo i{ font-size: 18px; vertical-align:middle; }

#menu { position: relative; }
/*#menu.interna{ height: 260px; background: url(../img/topo-interna.jpg) no-repeat center bottom / cover; }*/

#topo.fundo-transparente{  background: #eaeaea; }
header.site-head { width: 100%; color: #262C33; z-index: 10; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out;
 background:url(../img/fundo-topo.jpg) no-repeat center / cover; 
  /*background-size: 50% 100%, 50% 100%;*/
 }
.home header.site-head { -webkit-transition: background 0.15s ease-out; -moz-transition: background 0.15s ease-out; -o-transition: background 0.15s ease-out; transition: background 0.15s ease-out;  }
header.site-head.interna{   }
header.site-head .divLogo{  width: 100%; }
header.site-head .quadro {  background: transparent; }
header.site-head .quadro .logo{ background: #fff; padding: 20px; }

@media only screen and (max-width: 500px) {
  header.site-head .quadro { left:50%; margin-left: -43%; }
  header.site-head .quadro .logo{ padding:5px; }
}
header.site-head nav { padding: 10px;  background: #192C4D; }
header.site-head nav ul { margin: 0 auto; padding: 0; list-style: none;  }
header.site-head nav ul.submenu {height: auto; padding: 0 10px;}
header.site-head nav li { position: relative; margin-left: 0px; float: left; padding:5px 50px 0px 50px; }
header.site-head div.btn { display: none; padding: 0px 25px; text-align: center; font-size: 0.8125em; line-height: 40px; }
header.site-head div.btn svg{
  width:40px; height: 40px; color:#fff; fill:#fff;
} 
header.site-head nav div.btn.active {  }
header.site-head nav a { display: block; padding: 1px 3px; position: relative; font-weight: 400; font-size:18px; text-decoration:none; transition: all .5s ease;}
header.site-head nav a,
header.site-head nav a:link,
header.site-head nav a:visited,
header.site-head nav a:active { color: #fff; background: transparent; border-bottom:4px solid transparent; }
header.site-head nav a:hover, header.site-head nav a.active { border-bottom:2px solid #fff; }
#menu .itens{ font-size: 12px; color: #fff; margin: 6px 0; }
#menu .itens div{ display: inline; }
#menu .itens i{ color: #1F3972; font-size: 15px; }
#menu .itens i.m { font-size: 20px; }
#menu .itens b{ font-size: 16px; }
#menu .itens a{ color: #1F3972; }
/*header.site-head .divMenu{ background: #444; }*/
header.site-head .divMenu .social{ background: #125126; padding-top: 30px; }
header.site-head .divMenu .social a{ margin-left: 10px; }
header.site-head .divMenu .social i{ font-size: 35px; color: #fff; }

@media only screen and (max-width: 1200px) {
  /*.content { padding-left: 40px; padding-right: 40px; }*/
  section header { padding: 0; }
  header.site-head .divLogo {padding: 0; margin: 25px 0;}
  /*header.site-head .logo{ margin-left: 10px; }*/
  /*header.site-head nav { margin-top: 0; right: 0; top: 0; }*/
  header.site-head div.btn { display: block; float:right; cursor: pointer; }
  header.site-head nav ul.principal { display: none; position: absolute; left:0px; top: 70px; z-index: 999; width:230px;
  border:none;
  background: #192C4D;    }
  header.site-head nav ul li{ padding:1px 10px; text-align: left; }
  /*header.site-head nav a { color: #000; }*/
  header.site-head .divMenu ul li.dropdown:hover .dropdown-content { position:relative; background:transparent; width:100%; }
  header.site-head .divMenu ul li.dropdown .dropdown-content li { margin-left:0px; padding:0;}
  header.site-head .divMenu ul li.dropdown .dropdown-content li a{ color: #33435D; font-size: 14px;}
  header.site-head .divMenu ul li.dropdown .dropdown-content a:hover { color: #33435D; }
  header.site-head nav li { margin: 0; float: none; text-align: left; }
  header.site-head nav a:hover, header.site-head nav a.active { border-color:transparent;  }
  /*header.site-head nav a { padding: 12px 26px; border-top: 1px solid #3086C5;}*/

  header.site-head .dropdown-menu { background: rgba(55, 55, 55, 1) !important; z-index: 1000; }
}

header.site-head .dropdown-menu {
  padding: 0;
  margin: 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: right;
  list-style: none;
  background: transparent;    
  border:none;
  /*position: absolute;*/
  top:0;
  right:10px !important;
  width: 220px;
}
header.site-head .dropdown-item {
  width: 100%;
  padding: 5px 10px 5px 10px;
  font-weight: 400;
  color: #3B3E47;
  border: 0;
  font-size: 12px;
  color: #fff;
}
header.site-head .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-color:#fff;
    border-top: .3em solid #fff;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

@media  (max-width: 991px) {
  header.site-head .dropdown-menu {
    padding: 0;
    margin: 0 0;
    font-size: 13px;
    color: #3B3E47;
    font-weight: 700;
    text-align: right;
    list-style: none;
    border-left: none;
  }
  header.site-head .dropdown-item {
      display: block;
      width: 100%;
      padding: 10px 20px 10px 10px;
      font-weight: 700;
      color: #3B3E47;
      border: 0;
  }
  header.site-head .dropdown-item .dot{
    display: none;
  }
}

.site-head .telefone, .site-head .email{
    width: 100%;
}

#banner{ max-width: 1600px; margin:0 auto; }

#topo-interna{ min-height: 150px; background: rgba(0,0,0, 0.4); }
#topo-interna .container-fluid { /*background: #eaeaea;*/ }
#topo-interna .container-fluid .titulo{ color: #b5b5b5; font-size: 36px; font-weight: 700; padding: 30px 0; text-transform: uppercase; } 
#topo-interna .borda-cinza{ border-top: 1px solid #c2c2c2; margin:00px 0 40px 0; }


#topo-interna.quem-somos{
  background: rgba(0,0,0, 0.4) url(../img/quem_somos_fundo.jpg) no-repeat center center / cover; color: #fff;
}
#topo-interna.contato{
  background: rgba(0,0,0, 0.4) url(../img/contato_fundo.jpg) no-repeat center center / cover; min-height: 150px;
}
#topo-interna.contato .container-fluid { /*background: #155026;*/ }
#topo-interna.contato .container-fluid .titulo{ color: #fff; font-size: 36px; font-weight: 700; padding: 30px 0; text-transform: uppercase; } 

#topo-interna.blog{
  background: rgba(0,0,0, 0.4) url(../img/blog_ok_fundo.jpg) no-repeat center center / cover; min-height: 150px;
}

#topo-interna.case{
  background: rgba(0,0,0, 0.4) url(../img/case_fundo.jpg) no-repeat center center / cover; min-height: 150px;
}

#topo-interna.servicos{
  background: rgba(0,0,0, 0.4) url(../img/servicos_fundo.jpg) no-repeat center center / cover; min-height: 150px;
}

.carousel-indicators > li {
  border-radius: 50%;
  width: 8px; height: 8px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

/* Rodapé */
#rodape{ background: #125026; color: #c9d0da; font-size: 14px;-webkit-box-shadow: 0px 10px 14px -2px rgba(112,112,112,0.2); 
box-shadow: 0px 10px 14px -2px rgba(112,112,112,0.2); max-width: 1600px; margin:0 auto; }
#rodape .social i{ font-size: 30px; color: #c9d0da; }

#rodape h4{ color: #fefefe; font-size: 18px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }
#rodape ul{
  padding-left: 20px;
  list-style: none;
}
#rodape ul li{
  position: relative;
  padding-bottom: 5px;
}
#rodape ul li:before{
   content: '';
   position: absolute;
   border-right:3px solid #fff;
   border-bottom:3px solid #fff;
   width:8px;
   height:8px;
   top: calc(50% - 4px);
   left: -17px;
   transform: translateY(-50%) rotate(-45deg);
}
#rodape ul li a{
  color: #c9d0da;
}
#rodape ul li a: hover{
  text-decoration: underline !important;
}
#rodape input{
  border:none;
  background:#4e4c4c; color: #fefefe; font-size: 14px; 
  line-height: 24px;
  padding: 6px 10px;
}
#rodape button{
  color: #125026; font-size: 14px; font-weight: 700; line-height: 24px;
  background: #fefefe; border: none; padding: 6px 10px;
}
#rodape #msg-status-news{
  display:none;
  margin-top:10px;
}
#copyright{ background: #125026; color: #c9d0da; padding:20px 0; font-size: 10px; font-family: 'Roboto', sans-serif;  max-width: 1600px; margin:0 auto; }
#copyright .bt-branca { border-top: 1px solid #c9d0da; }

#conteudo .bordabaixo{ border-bottom: 1px solid #dddddd; }

#conteudo p{
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

#conteudo.index{ background: #0065b2; color: #fff; }

#conteudo.index ul {
  list-style: none;
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

#conteudo.index ul li::before {
  content: "";
  background-image: url(../img/marcador.png);
  background-size: contain;
  display: inline-block; 
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0.5rem;
  left: -1.5rem;
}
#conteudo.index ul li{
  margin-bottom: 20px;
  position: relative;
}

#conteudo .circulo{ 
  background: linear-gradient(150deg, #0065b2, #1bbc9d); 
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  align-items: center;
  vertical-align: middle;
  line-height: 110px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;

}
#conteudo .circulo i{ color: #fff; font-size: 34px; 
  transition: all .5s ease; }  

#conteudo a .quadro{  border: 1px solid #fff; transition: all .5s ease; }

#conteudo a:hover .quadro{
  box-shadow: 0 2px 16px rgb(189 189 189 / 60%);
  border: 1px solid #fff;
}
#conteudo a:hover .quadro .circulo{
  background: linear-gradient(150deg, #1bbc9d, #0065b2); 
}
#nosso-blog{  background: #0065b2; color: #c9d0da; font-size: 14px;-webkit-box-shadow: 0px 10px 14px -2px rgba(112,112,112,0.2); 
box-shadow: 0px 10px 14px -2px rgba(112,112,112,0.2); max-width: 1600px; margin:0 auto; margin-bottom: 5px; }

#cases{
  position: relative;
  max-width: 1600px; margin:0 auto; 
}
#cases::before{ 
  content:"VEJA AQUI !";
  background: #efefef;
  color: #e7e7e7;
  font-size: 215px;
  font-weight:700;
  width: 100%; 
  height: 368px; position: absolute; z-index: 0;  top: 0; left: 0;
   text-align: center; padding-top: 60px;
}
@media  (max-width: 1205px) {
  #cases::before{ 
    font-size: 100px;
    height: 300px; 
  }
}
#cases .titulo1{ font-size: 46px; font-weight: 700; text-align: center; color: #0065b2; }
#cases .titulo2{ font-size: 22px; font-weight: 700; text-align: center; color: #666262;  }
#cases .bordabaixo{ border-bottom: 1px solid #dddddd; }

#casetopo{ background: #efefef; }
#case{  background: #efefef; color: #c9d0da; font-size: 14px; max-width: 1600px; margin:0 auto; margin-bottom: 5px; }

#orcamento{ max-width: 1600px; margin:0 auto; }
#orcamento .container{ border-top: 1px solid #c2c2c2; }
#orcamento .titulo{ color: #155026; font-size: 35px; font-weight: 700; }
#orcamento .subtitulo{ color: #b5b5b5; font-size: 18px; font-weight: 700; }

/* Quem somos */
#quemsomos{
  background: #155026;
  color: #fff;
  font-size: 18px;
}
#quemsomos b{ font-size: 38px; font-weight: 700; }
#quemsomos ul{
  padding-left: 30px;
  list-style: none;
}
#quemsomos ul li{
  position: relative;
  padding-bottom: 5px;
}
#quemsomos ul li:before{
   content: '';
   position: absolute;
   border-right:3px solid #fff;
   border-bottom:3px solid #fff;
   width:8px;
   height:8px;
   top: calc(50% - 4px);
   left: -27px;
   transform: translateY(-50%) rotate(-45deg);
}

#contato .endereco{ font-size: 15px; font-weight: 600; color: #7b7878; }
#contato .endereco .social i{ font-size: 38px; color: #125026; }

#blog{  }
#blog .item{ color: #666262; }
#blog .item .image{ width: 220px; height: 230px; float: left; border-radius: 5px; margin-right: 20px; }
#blog .item .texto .titulo{ font-size: 36px; font-weight: 700; }
#blog .item .texto .subtitulo{ color: #231f20; font-size: 18px; font-weight: 300; }
#blog .separa{ border-top: 1px solid #c2c2c2; width: 100%; padding-bottom: 50px; }

#post{}
#post .titulo{ font-size: 49px; font-weight: 700; color: #666262; }
#post .image{ width: 100%; height: 250px; border-radius: 5px; }
#post .conteudo img{ max-width: 100%; margin: 10px;   }
#post .social i{ font-size: 30px; font-weight: 700; line-height: 30px; color: #666262; }
#servicos{
  position: relative;
}
#servicos::before{ 
  content:"";
  background: #efefef;
  width: 100%; 
  height: 530px; position: absolute; z-index: 0;  top: 0; left: 0;
}
#servicos h1{ color: #90c73e; font-size: 46px; font-weight: 700; }
#servicos p{ font-size: 18px; color: #6f6f6f; }
#servicos b{ font-size: 24px; font-weight: 700; color: #6f6f6f; }
#servicos i{ font-size: 32px; color: #125026; }
#servicos .bordabaixo{ border-bottom: 1px solid #dddddd; }

#servicos .exames{ color: #125026; font-size: 18px; font-weight: 700; }
#servicos .exames .circulo{ 
  border: 2px solid #125026;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  align-items: center;
  vertical-align: middle;
  line-height: 160px;
  margin-bottom: 10px;
}
#servicos .exames .circulo i{ color: #125026; font-size: 78px;  }  

.whatsapp-plug-icon{position: fixed; z-index: 1000; bottom: 50px; right: 20px; width: 70px; height: 70px; -webkit-border-radius: 50%; cursor: pointer; background-color: #0ba360; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url('../img/whatsplug.svg'); background-size: 50% auto; -webkit-box-shadow: 0px 0px 7px 1px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 7px 1px rgba(255,255,255,1);
box-shadow: 0px 0px 7px 1px rgba(255,255,255,1);}
/* .whatsapp-plug-icon:hover{background-color: #0ba360; box-shadow:all;  } */
.whatsapp-plug-icon:hover{background-color: #15cc74;}