@media(max-width:1200px){
  .container, .container-md, .container-sm{
    max-width:100%;
  }
}
main{
  background: #e2e2da !important;
  color:#3c4f4b;
}
.navbar{
  background: #e2e2da !important;
  padding: 10px 0px;
}
.navbar-dark .navbar-brand{
  margin: 0px;
}
.navbar .navbar-brand img{
  height: 85px;
  width: auto;
}
.navbar-dark .navbar-nav{
  padding-right: 110px;
}
.navbar-dark .navbar-nav .nav-link{
  font-family: 'Helma';
  color:#3c4f4b !important;
  font-size: 26px;
  padding: 0px 22px;
  line-height: 45px;
}
.navbar-dark .navbar-nav .nav-item.insta{
  position: absolute;
  right: 18px;
}
.navbar-dark .navbar-nav .nav-item.insta .nav-link{
  padding: 0px;
}
.btn-send{
  border: 1px solid #3c4f4b;
  background: #3c4f4b;
  color: #cfbda5;
  font-size: 25px;
  font-family: 'Urbanist';
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  line-height: 25px;
  padding: 15px;
  padding-bottom: 12px;
  transition: all .5s;
  text-decoration:none;
}
.btn-send span{
  color:#cfbda5;
  font-size: 20px;
  display: block;
}
.btn-send:hover{
  background: #fff;
  color: #3c4f4b;
  font-weight:bold;
}
.btn-send:hover span{
  color:#3c4f4b;
  font-weight: bold;
}
.btn-send2{
  border: 1px solid #D9B36E;
  background: #D9B36E;
  background: linear-gradient(to top left, #D9B36E 0%, #FBE3A9 50%, #D9B36E 100%);
  color: #3c4f4b;
  font-size: 22px;
  font-family: 'Urbanist';
  width: 400px;
  max-width: calc(100% - 30px);
  text-align: center;
  border-radius: 10px;
  line-height: 77px;
  height: 75px;
  padding: 0px 15px;
  padding-bottom: 12px;
  transition: all .5s;
  display:block;
  margin: 0 auto;
  text-decoration:none;
}
.btn-send2:hover{
  background: #fff;
  color: #58595B;
  font-weight:bold;
}
#contato{
  padding-top: 60px;
  padding-bottom: 45px;
  background: url(../img/bg-topo.jpg) center;
}
#contato h1{
  font-size: 42px;
  
  color:#3c4f4b;
  text-align: center;
  font-family: 'Helma';
  line-height: 42px;
  margin-top: 35px;
  margin-bottom: 65px;
}
#contato h1 span{
  font-size: 50px;
}
#contato p{
  font-size: 22px;
  color: #3c4f4b;
  font-family: 'Urbanist';
  font-weight: bold;
  line-height: 26px;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}
#contato strong{
  font-size: 42px;
  color:#3c4f4b;
  font-family: 'Urbanist';
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 45px;
}
#contato form{
  display: block;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
#contato form label{
  display: block;
  max-width: 100%;
  margin-bottom: 25px;
}
#contato form label input{
  background: transparent;
  font-size: 24px;
  font-family: 'Urbanist';
  border-radius: 30px;
  border: 1px solid #3c4f4b;
  color:#3c4f4b;
  padding-left: 25px;
  padding-right: 25px;
}
#contato img{
  max-width: 100%;
  max-height: 900px;
}
#procedimentos{
  margin-top: 60px;
  margin-bottom: 60px;
}
#procedimentos hr{
  width: 50%;
  min-width: 260px;
  height: 1.5px;
  border: none;
  box-shadow: none;
  background: #58595B;
  margin: 0;
  margin-bottom: 35px;
}
#procedimentos h1{
  color:#3c4f4b;
  font-size: 42px;
  font-family: 'Helma';
  margin-bottom: 35px;
}
#procedimentos h2{
  color:#000000;
  font-size: 32px;
  font-family: 'Urbanist';
}
#procedimentos img{
  max-width: 100%;
}
#procedimentos strong{
  color:#3c4f4b;
  font-size: 50px;
  font-family: 'Helma';
  margin-bottom: 35px;
  display:block;
  font-weight: normal;
  line-height: 45px;
}
#procedimentos p{
  color:#3c4f4b;
  font-size: 28px;
  font-family: 'Urbanist';
  font-weight: 500;
  line-height: 32px;
  margin: 0px;
  margin-bottom: 25px;
}
#procedimentos ul li{
  color:#3c4f4b;
  font-size: 28px;
  font-family: 'Urbanist';
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 15px;
}

#estrutura{
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 28px;
  font-family: 'Urbanist';
  line-height: 32px;
}
#estrutura hr{
  width: 50%;
  min-width: 260px;
  height: 1.5px;
  border: none;
  box-shadow: none;
  background: #58595B;
  margin: 0;
  margin-bottom: 35px;
}
#estrutura h1{
  color:#3c4f4b;
  font-size: 48px;
  font-family: 'Helma';
  margin-bottom: 35px;
}
#estrutura h2{
  color:#000000;
  font-size: 32px;
  font-family: 'Urbanist';
}
#estrutura .icones{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
#estrutura .icones img{
  width: 70px;
  max-width: fit-content;
  height: 70px;
  object-fit: contain;
}
#estrutura p{
  color:#3c4f4b;
  font-size: 28px;
  font-family: 'Urbanist';
  line-height: 32px;
  margin: 0px;
  margin-top: 25px;
  text-align:center;
}
footer{
  margin-top: 60px;
  padding: 35px 0px;
  background:#3c4f4b;
  color:#d0bda6;
  font-size: 22px;
  font-family: 'Urbanist';
}
footer a{
  color:#d0bda6;
  font-size: 22px;
  font-family: 'Urbanist';
  text-decoration: none;
}
footer a:hover{
  color:#58595B;
}
footer .logo img{
  width: auto;
  height: 60px;
  display:block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-left: -15px;
}
footer hr{
  width: 50%;
  min-width: 100%;
  height: 1.5px;
  border: none;
  box-shadow: none;
  background: #FFF;
  margin: 0 auto;
  display:block;
  margin-bottom: 20px;
}
footer .infos svg{
  width: auto;
  height: 16px;
  margin-right: 10px;
}
@media(max-width:991px){
  .navbar .navbar-brand img {
    height: 55px;
    width: auto;
  }
  footer .infos{
    margin-top: 35px;
  }
  #contato img{
    display:none;
  }
  #contato .col-12{
    text-align:center;
  }
  #contato {
    padding-bottom: 20px;
  }
  #contato hr{
    margin: 0 auto;
    margin-bottom:35px;
  }
  #contato form label{
    margin: 0 auto;
    margin-bottom:15px;
  }
  .btn-send{
    padding: 15px !important;
  }
  #procedimentos img{
    margin-bottom: 15px;
  }
  footer .logo img{
    height: 50px;
  }
}
@media(max-width:720px){
  .navbar-dark .navbar-nav .nav-link {
      font-size: 18px;
      padding: 0px 16px;
  }
  .navbar-dark .navbar-nav{
    padding-right:60px;
  }
  .navbar .navbar-brand svg{
    max-width:120px;
  }
}
@media(max-width:580px){
  .navbar .navbar-brand svg{
    max-width:220px;
  }
  .navbar-dark .navbar-nav{
    padding:0px;
  }
  .navbar-dark .navbar-nav{
    margin-top:30px;
  }
  .navbar-dark .navbar-nav .nav-item{
    margin-bottom: 10px;
  }
  .navbar-dark .navbar-nav .nav-item.insta{
    position:relative;
    right: inherit;
  }
  .navbar-dark .navbar-nav .nav-item.insta .nav-link{
    padding: 0px 16px;
  }
  .procedimento-1{
    margin-bottom: 25px;
  }
  .procedimento-2{
    margin-top: 25px;
  }
  #procedimentos h2,#estrutura h2, #procedimentos p{
    font-size: 22px;
  }
  #procedimentos h1,#estrutura h1{
    font-size: 38px;
  }
  #contato h1, #contato strong{
    font-size: 38px;
    line-height: 45px;
  }
  #contato p{
    font-size: 23px;
    line-height: 35px;
  }
  #contato br{
    display:none;
  }
  #procedimentos strong{
    font-size:42px;
  }
  #contato h1 span{
    font-size:20px;
  }
  .procedimento-2 img{
    margin-bottom: 20px;
  }
  #estrutura p{
    font-size:20px;
    line-height: 25px;
  }
  #estrutura p br{
    display:none;
  }
}