
.width-100-l{
  float: left;
  width: 100%;
}

.titulo-h1 {
    font-weight: 700;
    color: #003525;
    font-size: 50px;
    letter-spacing: 0;
    line-height: normal;
}

.titulo-h2 {
  font-weight: 400;
  color: #003525;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.titulo-h3{
  font-weight: 700;
  color: #003525;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.titulo-h4{
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 45px;
}

.titulo-h5{
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 45px;
}

.texto-p{
  font-weight: 400;
  color: #003525;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.text-wrap{
  text-wrap: wrap;
}


.bg-a{
  background-color: #0059401a;
}
.bg-b{
  background-color: #af8f35;;
}

.bg-white{
  background-color: white;
}

.bg-douorado{
  background-color: #af8f35;
}

.bg-creme{
  background-color: #af8f351a;
}

.cor-white{ color: white; }

.line-height-30{ line-height: 30px; }

.borda-verde{
  border: 1px solid;
  border-color: #005940;
}

.borda-verde-bottom{
  border-bottom: 1px solid;
  border-color: #005940;
}

.borda-dourada-top{
  border-top: 1px solid;
  border-color: #af8f35;
}

.buttom-a{
  border: 1px solid;
  border-color: #af8f35;
  padding: 11px 21px;
  cursor: pointer;
}
  .buttom-a .image{
    float: right;
    margin-top: 3px;
    margin-left: 13px;
    width: 11px !important;
  }
  .buttom-a .text{
    font-weight: 400;
    color: #005940;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
    float: left;
  }
  
  .buttom-a:hover{
    background-color: #005940;
  }
  
  .buttom-a:hover .text{
    color: white;
  }

.titulo-generico{
    font-family: "Inter", Helvetica;
    font-weight: 700;
    color: #003525;
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;

    border-bottom: 2px solid #d7c99e;
    border-left: 2px solid #d7c99e;

    float: left;
    margin-bottom: 62px;
    padding: 8px 40px 8px 11px;
}

.rede-social{
  float: right;    
  padding: 16px 0;
}
.rede-social ul li{
  float: left;
  padding: 0 8px;
}

body{
  font-family: "Inter", Helvetica;
}
.menu{

}
.menu .logo{
  height: 90px;
}
.menu-itens{
  float: right;
}
.menu-itens a{
  font-weight: 400;
  color: #003525;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  padding: 33px 0px 33px 19px;
  float: right;
}

.menu-itens a:hover{
  text-decoration: underline;
  color: #003525;
}

.home-sobre .img-sobre{
  width: 100%;
  float: left;
}

#carousel-sobre .item{
  padding: 20px;
}

.box-area{
  border: 1px solid;
  border-color: #005940;
}
  .box-area .icone{
    float: left;
    width: 75px;
    height: 75px;
    background-color: #005940;
    border: 1px solid;
    margin-left: -25px;
    margin-top: -25px;
  }
    .box-area .icone img{
      margin: 12px;
      width: 50px !important;
    }

  .home-ajuda-item{
    position: relative;
    border-right: 3px solid #cabf91;
    border-bottom: 3px solid #cabf91;
  }
  .home-ajuda-item-img{
    position: absolute;
    right: 0px;
    top: -5px;
  }
  .home-ajuda-item-text{
    background-color: white;
  }
  .rectangle-19 {
    width: 7px;
    height: 23px;
    top: 27px;
    background-color: #af8f35;
    position: absolute;
    left: 0;
}

.agenda-box {
  position: relative;
}
  .linha-esquerda{
    border-left: 3px solid #4f8d7c;
    border-bottom: 3px solid #4f8d7c;
    position: absolute;
    width: 70%;
    height: 90%;
    left: -11px;
    bottom: 11px;
  }
  .linha-direita{
    border-top: 3px solid #4f8d7c;
    border-right: 3px solid #4f8d7c;
    position: absolute;
    width: 70%;
    height: 90%;
    right: 10px;
    top: -10px;
  }

  .blog-item .data{
    width: 106px;
    margin: -19px auto 0 auto;
  }
    .blog-item:hover .titulo-h3,
    .blog-item:hover .texto-p{
      text-decoration: underline;
    }

  .duvida-item{
    position: relative;
  }
  .duvida-item .icone-inativo{
    display: block;
  }
  .duvida-item .icone-ativo{
    display: none;
  }
  .duvida-item-texto{
    display: none;
  }

  .duvida-item:hover,
  .duvida-item.active{
    background-color: #005940;
    cursor: pointer;
    color: white;
  }
  .duvida-item:hover .titulo-h3,
  .duvida-item.active .titulo-h3{
    color: white;
  }

  .duvida-item.active .icone-inativo{
    display: none;
  }
  .duvida-item.active .icone-ativo{
    display: block;
  }

  .duvida-item  .barra{
    position: absolute;
    width: 7px;
    height: 23px;
    background-color: #af8f35;
    left: 0;
  }

  .duvida-item  .box-linha{
    position: absolute;
    border-right: 3px solid #cabf91;
    border-bottom: 3px solid #cabf91;
    width: 89%;
    bottom: -6px;
    right: -6px;
    height: 55%;
  }

  .especialista{
    border: 1px solid #af8f35;
    box-shadow: 7px 7px #af8f35;
  }
  .especialista .img-especialista{
    border-bottom: 1px solid #af8f35;
  }

  .contact-form {
    position: relative;
    display: block;
    padding: 70px 50px 40px;
    border: 1px solid #eeeeee;
}

.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea {
  background: transparent;
  border: 1px solid #f2f2f2;
  color: #8b8b8b;
  display: block;
  font-size: 15px;
  height: 55px;
  margin-bottom: 30px;
  padding: 0 30px;
  border-radius: 5px;
  width: 100%;
  transition: all 500ms ease;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.contact-form form input[type="text"], 
.contact-form form input[type="email"], 
.contact-form form textarea {
  background: transparent;
  border: 1px solid #f2f2f2;
  color: #8b8b8b;
  display: block;
  font-size: 15px;
  height: 55px;
  margin-bottom: 30px;
  padding: 0 30px;
  border-radius: 5px;
  width: 100%;
  transition: all 500ms ease;
}


.contact-form form textarea {
  height: 224px;
  float: left;
  border-radius: 5px;
  padding: 10px 20px;
}

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

.white-space-pre-line{
  white-space: pre-line;
}

.z-index-relative-2{
  z-index: 2; 
  position: relative;
}

.buttom-a-text-color:hover .text {
  color: #af8f35;
}

.nav-item{
  text-align: right;
  color: #003525;
}

.nav-item:hover{
  text-decoration: underline;
}

.owl-nav span{
  font-size: 35px;;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}

.owl-next:focus, .owl-prev:focus {outline: none;}

.navbar-light .navbar-nav .nav-item:last-child{
  padding-bottom: 20px;;
}

@media (max-width: 500px) {

  .agenda-box .titulo-h4{
    font-size: 27px;
  }

  .agenda-box .img-calendar{
        float: none !important;
  }

  .agenda-box .img-calendar img{
    width: 51px;;
  }

  .agenda-box .buttom-a{
    width: 100%;
    margin: 18px 0;
  }

  .rodape-logo img{
    float: none !important;
  }

  .nav-button{
    width: 100%;
    text-align: right;
  }
}

.float-whats {
  background: #44e761;
  width: 64px;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: all .2s ease-out;
  box-shadow: 0 3px 9px -2px #44e761;
  border-radius: 10px;
  cursor: pointer;
}