/* Ajustes Navbar */

.nav-link {
  font-weight: 700 !important;
  padding-right: 5px !important;
  text-transform: none !important;
  font-size: 16px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-link {
    font-size: 13px !important;
  }
}

.nav-item {
  padding: 0px 0px 0px 0px !important;
}

#navcol-1 {
  margin-top: -17px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #navcol-1 {
    margin-top: -56px;
  }
}

@media (min-width: 360px) and (max-width: 991px) {
  #navcol-1 {
    margin-top: 0px;
    background-color: #FFF;
    border-radius: 8px;
  }
}

.navbar-nav {
  margin-top: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-contato4 {
    font-weight: 700;
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
  }
}

.nav-contato4 {
  font-weight: 700;
  font-family: sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.botton_topo {
  background-color: #27b37b;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 10px 10px 9px 10px;
  margin-top: -17px;
  border-radius: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .botton_topo {
    background-color: #27b37b;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 5px 9px 5px;
    margin-top: 19px;
  }
}

@media (min-width: 360px) and (max-width: 991px) {
  .botton_topo {
    margin-top: 20px;
    padding: 5px;
  }
}

.botton_topo:hover {
  background-color: #10432e;
  color: #FFFFFF;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.navbar-nav .nav-link:hover {
  color: #ffffff !important;
}



@media (min-width: 360px) and (max-width: 991px) {
  .navbar-nav {
    float: left !important;
  }
}

.navbar-nav {
  float: right;
}

a {
  text-decoration: none;
}

#mainNav {
  box-shadow: 0px 1px 7px #27b37b;
  -webkit-box-shadow: 0px 1px 7px #27b37b;
  -moz-box-shadow: 0px 1px 7px #27b37b;
  background-color: #27b37b;
  height: 130px;
  z-index: 1;
}

@media (min-width: 300px) and (max-width: 992px) {
  #mainNav {
    height: auto;
  }
}

/* Fim Topo */

/* Cabeçalho */

h1 {
  text-align: center;
  margin: 30px;
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}

/* footer */

.green {
  background-color: #27b37b;
  color: #FFF;
  font-weight: 700 !important;
  font-family: sans-serif;
  padding-right: 0px;
  font-size: 14px;
}

@media (min-width: 300px) and (max-width: 575px) {
  .green {
    background-color: #27b37b;
    color: #FFF;
    font-size: 13px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .logo-img {
    height: 51px;
    width: auto;
  }
}

.footer-copyright {
  background-color: #10432e !important;
  border: 0px !important;
}

.footer-copyright p {
  color: #FFFFFF !important;
}

.page-footer a {
  color: #FFF;
}

.footer_icon {
  padding-top: 7px;
}

.footer_icon_span {
  float: left;
  padding-right: 20px;
}

.footer_icon_span2 {
  float: left;
  padding-right: 16px;
}

.footer_icon_span3 {
  float: left;
  padding-right: 12px;
}

.footer_p1 {
  padding-top: 5px;
  float: left;
}

.footer_p2 {
  padding-top: 5px;
  float: left;
}

.footer_p3 {
  padding-top: 11px;
  float: left;
}

.page-footer ul li:before, .page-footer ul li:after {
  background-color: #FFF;
}

.space_footer {
  margin-top: 10px;
}

.page-footer .footer-copyright {
  margin-top: 25px;
}

.footer_icon2 {
  font-size: 21px;
  padding-right: 6px;
}

.icons_rodape {
  font-size: 28px;
  text-align: left;
}

.icons_rodape_social {
  padding: 7px;
}

.arco_rodape {
  width: 30px;
}

/* Ajustes Dropdown */

.dropdown-menu {
  background-color: #27b37b;
  border: 0px solid rgba(0,0,0,.15);
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  font-size: 16px !important;
  margin-top: 0px;
}


.dropdown-menu[data-bs-popper] {
  top:80%;
}

.dropdown-item {
  color: #FFF;
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dropdown-item {
    color: #FFF;
    font-size: 13px !important;
  }
}


.dropdown-item a:hover {
  background-color: #27b37b !important;
  color: #FFFFFF !important;
}

.nav-item:hover {
  background-color: #27b37b;
  color: #FFFFFF !important;
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
  background-color: #27b37b !important;
  color: #FFFFFF !important;
}


.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  color: #FFFFFF !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dropdown-item:hover, .dropdown-item:focus {
    color: #000000;
    background-color: #27b37b;
    font-weight: 700;
    font-size: 13px !important;
  }
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #000000;
  background-color: #27b37b;
  font-weight: 700;
  font-size: 16px;
}

/* Seção Apresentação na Home */

#apresentacao p {
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 18px;
}

.figure-apresentacao {
  width: 300px;
  margin-top: 30px;
}

#apresentacao figure {
  align-content: center;
}


/* Seções Internas */

#interno h1 {
  color: #043e26;
  margin: 13px;
  font-weight: 700;
  font-size: 28px;
  text-align: left;
  padding-left: 50px;
}

#interno h2 {
  color: #043e26;
  margin: 13px;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
}

#interno h3 {
  color: #043e26;
  margin-top: 5px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}

.topo_interno {
  background-color: #27b37b;
  margin-bottom: 30px;
}

#interno p {
  font-size: 16px;
  
 }

#interno figure {
  margin-top: 30px;
}

#interno .cargo {
  font-size: 18px;
  font-weight: 900;
  color: #10432e;
  text-align: center;
  padding-top: 50px;
 }

#interno .cargo_nome {
  font-size: 18px;
  font-weight: 700;
  color: #27b37b;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px;
}

.apresentacao_servicos {
  margin: 30px 0px 30px 0px;
}

/* Recaptcha Responsivo */

@media (max-width: 444px) {
  .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform:scale(0.8);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    max-width: 240px;
    }
  }

  /* Ajustes Setinha Rodapé */

  @media (min-width: 768px){
.page-footer ul li:before {
    top: 7px;
    transform: rotate(
-45deg
);
}
.page-footer ul li:after {
    top: 10px;
    transform: rotate(
45deg
);
}
  }

/* Seção Notícias da Home */

#dicas_news h1 {
  color: #12442f;
  text-shadow: 0px 0px 2px rgba(255,255,255,1);
  margin-top: 50px;
  font-weight: 700;
  font-size: 36px;
}

#dicas_news {
  background-color: #FFFFFF;
  padding-bottom:10px;

}

#dicas_news h2 {
  color: #12442f;
  margin-bottom:50px;
  font-size: 25px;
}

.titulo_noticia  {
  color: #000000;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}

.titulo_noticia:hover  {
  color: #27b37b;
}

.link_noticia  {
  color: #000000;
}

.link_noticia:hover  {
  color: #27b37b;
}


.data_noticia {
  font-size: 12px;
  color: #000000;
  text-align: left;
}




/*#dicas_news  h2:after {
  content: '';
  display: block;
  width: 380px;
  height: 2px;
  background: #4E4E4E;
  margin: 0 auto; 
}*/

.icon_color3 {
  color: #c79a63!important;
}

  /* Alerta Envio de Formulário  */

  .js-alert {
    position: absolute;
    top: -50;
    width: 100%;
    background-color:#2d1077;
    opacity: 0;
    color: #fff;
    z-index: 1;
    text-align: center;
    padding: 10px 0px;
    transition: all 250ms ease;
  }

  /* Ajuste Copyright */

  .dev_arco {
    color: #FFFFFF;
  }

  .dev_arco:hover {
    color: #FFFFFF;
  }