*{
  margin: 0;
  padding: 0;
  text-decoration: none;
}
html, body{
  overflow-x: hidden !important;
}

.row > *{
  margin-right: 0 !important;
  padding-right: 0 !important;
} 
section{
  width: 100%;
  height: auto;
  padding-bottom: 15%;
}
.primeira-section{
  height: 82vh;
}
.ultima-section{
  background-color: yellow; 
  position: relative; 
  height: 40vh;
}

li img{
  width: 50px;
  height: 45px;
}
.nav-link a {
  color: #152B49;
}
.titulo-principal{
  font-size: 1.5rem;
  letter-spacing: 5px;
  color: #965D66;
}

.segundo-principal{
  font-size: 3rem;
  text-align: center;
  color: #152B49;
  margin: 5% 0 5% 0 !important;
}

.paragrafo-apresentacao{
  font-size: 1rem;
  text-align: center;
  color: #965D66;
  width: 90%;
}
.paragrafo-apresentacao-dois, .endereco{
  font-size: 1.8rem;
  text-align: left;
  color: #152B49;
  width: 80%;
}

.botao-saibamais {
  width: 40%;
  height: 65px;
  background-color: #F8F9FA;
  border:1px solid #152B49;
  
  border-radius: 0;
}

.botao-saibamais a{
  color: #6b6b6b;
}

.botao-saibamais:hover{
  background-color: #152B49;
}

.botao-saibamais:hover a{
  color: white;
}

a {
  color: white;
  text-decoration: none;
}

.segundo-botao-saibamais{
  width: 20%;
  height: 75px;
  background-color: #152B49;
  border: 1px solid #fff;
  transform: translateY(60px);
  border-radius: 0;
}
.segundo-botao-saibamais:hover{
  background-color: white;
}

.segundo-botao-saibamais:hover a{
  color: #152B49 !important;
}
.botao-saibamais-tres{
  width: 40%;
  height: 75px;
  background-color: #152B49;
  border: 1px solid #fff;
  align-self: flex-end;
  margin-right: 25%;
  border-radius: 0;
}
.botao-saibamais-tres:hover{
  background-color: white;
}
.botao-saibamais-tres:hover a {
  color: #152B49 !important;
}
.cards{
  background-color: #152B49;
}
.cards h1, .cards h2, .cards .btn a{
  color: white;
}
.card{
  justify-content: space-around;
  align-items: center;
  width: 300px;
  height: 420px;
  text-align: center;
}
.card-columns{
  width: 100%;
}
.card-body{
  flex: none;
}
.card-img-top{
  width: 13vw;
  height: 13vw;
}

#background-dois{
  width: 45vw;
  margin-top: -9vw;
}

.titulo-servicos{
  color: #152B49;
}
.sobre-nos-section{
  background-color: #292D33; 
  height: 1500px;
  color: white;
  padding-bottom: 30%;
}
.fale-conosco, .sobre-nos{
 color: #FFCE00;
}
.apresentacao-sobre-nos{
  font-size: 1.7rem;
  width: 70%;
}
.botao-saibamais-quatro{
  background-color: #FFCE00;
  width: 35%;
  height: 75px;
  border: none;
  border-radius: 0;
}
.botao-saibamais-quatro:hover{
  background-color: #292D33;
  border: solid 3px #FFCE00;
}

.botao-saibamais-quatro:hover a{
  color: #FFCE00;
}

.botao-saibamais-quatro a {
  color: #152B49;
  font-size: 1.7rem;
  font-weight: bold;
}
.row{
  --bs-gutter-x: 0;
}
.contato{
  position:absolute;
  border: 1px solid black;
  width: 80%;
  height: 500px;
  margin-top:-20vw;
  margin-right: auto;
  background-color: white;
  padding: 0 0 0 2.5%;
}

#form-enviar input[type='text'],input[type='email']{
   margin-bottom: 1.2vw;
   height: 3vw;
   border: none;
   border-bottom: 3px #152B49 solid;
}

.h2{
  margin: 20px 0 20px 0;
}

.services{
  padding-bottom: 10%;
  margin-left: 5vw;
}

#area{
  border: none;
  border-bottom: 3px #152B49 solid;
}

.email, .email:hover{
  color: #68d2f2;
  font-size: 22px;
}

.submit-form{
  width: 200px;
  height: 50px;
  border-radius: 0;
  border: none;
  margin-top: 30px !important;
  background-color: #FFCE00;
  
}
.submit-form:hover{
  background-color: white;
  border: solid 3px #FFCE00;
}
.submit-form a{
  font-weight: bold;
  font-size: 18px;
  color: #152B49;
}

input, textarea{
  outline: none;
  border: solid 2px #152B49;
  border-top: none;
  border-right: none;
  border-left: none;
}

.apresentacao-sobre-nos-left{
  width: 100%;
  font-size: 1.7rem;
  text-align: end;
  font-weight: normal;
}
.seta{
  display: none;
}

#contato-whatsapp{
      position: fixed;
      right: 18px;
      bottom: 10%;
      width: 70px;
      height: 70px;
      z-index: 3;
}

@media screen and (max-width: 575px) {
  .first-content{
    flex-direction: column;
    align-items: center;
  }
  .first-content-img{
    width: 100%;
  }
  .first-content-img-box{
    align-items: center;
    transform: translateY(-70px);
  }
  .align-mobile-info{
    flex-direction: row;
  }
  .second-content-cards{
    flex-direction: column !important;
    align-items: center;
  }
  .card{
    width: 75vw;
    height: 150%;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
  }
  .card img{
    width: 150px;
    height: 150px;
    margin: 10px 0 0 5px;
  }
  .segundo-botao-saibamais{
    width: 60vw;
    transform: translateY(20px);
  }
  .h2{
    width: 80vw;
    text-align: center;
  }
  .third-content{
    flex-direction: column;
    align-items: center;
  }
  #background-dois{
    width: 90vw;
  }
  .botao-saibamais-tres{
    justify-content: end;
    transform: translateX(15vw);
  }
  .forth-content{
    flex-direction: column;
    align-items: center;
  }
  .firs-part{
    align-items: flex-start !important;
    width: 90%;
  }
  .apresentacao-sobre-nos-left, .apresentacao-sobre-nos{
    text-align: start;
    font-size: 1.2rem;
    width: 80%;
  }
  .fale-conosco{
    text-align: start;
  }
  .img-fale-conosco{
    width: 87.5%;
  }
  .botao-saibamais-quatro{
    width: 40vw;
  }
  .botao-saibamais-quatro a{
    font-size: 1.2rem;
  }
  .contact-mobile{
    flex-direction: column;
    font-size: 1.2rem;
  }
  .endereco{
    font-size: 1.2rem;
  }
  .navbar-fotter{
    display: none !important;
  }
  .contato{
    height: 775px;
    border: none;
  }
  #contato{
    height: 825px;
  }
  #form-enviar input, #form-enviar textarea{
    margin-bottom: 20px !important;
    padding: 5px 0 15px 5px;
    width: 95%;
  }
  .addres-content{
    width: 110%;
    text-align: start;
    transform: translateX(-42.5px);
  }
  .addres-content .h2{
    text-align: start;
  }
  .navbar{
    width: 100vw;
  }
  
  #contato-whatsapp{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 70px;
    height: 70px;
    z-index: 3;
  }
}