.container-fluid{
    padding: 0;
}


.btn{
    background-color: #F02A1C;
    color: white;
    border-radius: 30px;
    padding: 10px 27px;
    margin-left: 10px;
    font-size: 1.3rem;
    margin-top: 13px;
}

.btn:hover{
    color: white;
    background-color: #d12115;
}

.btn:focus{
    box-shadow: 0 0 0 0.2rem #ff9f98;
}

.form-control{
    border-radius: 20px;
}

.form-control:focus{
    border-color: #df7068;
    box-shadow: 0 0 0 0.2rem #f8b7b2;
}

hr{
    max-width: 90%;
}

/****************** index.html ******************/
/****************** Início ******************/
.inicio{
    margin-top: 7%;
}

.row{
    margin: 0;
}

.col-md-auto{
    padding-right: 0.4rem;
    padding-left: 0.4rem;
}

.titulo-1{
    color: #433F3D;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.titulo-2{
    color: #F02A1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.justify-content-md-center{
    display: flex;
    justify-content: center !important;
}

.titulo-inicio *{
    display: flex;
    justify-content: center !important;
}

.inicio p{
    font-family: 'Inter', sans-serif;
    max-width: 60%;
    text-align: center;
}

.inicio a:hover{
    text-decoration: none;
}

.desenho-predios{
    display: block;
}

.tela-celular{
    display: none;
}

.backInDown-700ms{
    animation-name: backInDown;
    animation-duration: 1s;
    animation-delay: 0.7s; 
}

/****************** Demanda e Parceria ******************/
.problema{
    background-color: #F9F9F9;
}

.parceria{
  background-color: white;
}

.parceria{
    margin-top: 100px;
}

.conteudo-parceria{
    flex-direction: row-reverse;
    justify-content: center;
}

.conteudo-problema{
  justify-content:flex-start;
}

.desenho-leonardo{
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    min-height: 100%;
}

.desenho-leonardo img{
  min-height: 100%;
}

.desenho-acordo{
    margin-top: 90px;
    margin-bottom: 90px;
    margin-left: 60px;
    display: flex;
    align-items: flex-end;
}

.desenho-acordo img{
  max-height: 496px;
}

h3{
    border-radius: 30px;
    background: #F02A1C;
    font-size: 0.8rem;
    color: white;
    font-family: 'Nunito Sans', sans-serif;
    padding: 12px 19px;
    margin-top: 80px;
}

.texto-problema, .texto-parceria{
    max-width: 39%;
}

.texto-parceria{
  margin-left: 12%;
  margin-bottom: 30px;
}

.texto-problema{
  margin-right: 0%;
  margin-bottom: 30px;
}

.texto-reconhecimento{
  margin-left: 10%;
  margin-bottom: 30px;
}

.desenho-acordo{
  margin-bottom: 0;
}

.agendar{
  background-color: white;
  color: #F02A1C;
  border: solid 3px #F02A1C;
  margin-left: 0;
  padding: 10px 20px;
}

.agendar:hover{
    color: white;
    background-color: #F02A1C;
}

h3{
    max-width: fit-content;
}

h2{
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-family: Nunito Sans;
    font-weight: 600;
}

.texto-parceria h3{
    margin-top: 0 !important;
}

.problema p, .parceria p{
    font-family: 'Inter', sans-serif;
    margin-top: 5%;
}

.escondido{
    opacity: 0;
}

.visivel{
    opacity: 1;
}

.fadeInLeft-300ms{
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 0.3s; 
}

.fadeInLeft-1400ms{
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 1.4s; 
}

.fadeInUp-700ms{
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.7s; 
}

.fadeInUp-1400ms{
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.4s; 
}

.fadeInUp-2100ms{
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 2.1s; 
}

.fadeInUp-2800ms{
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 2.8s; 
}

.fadeInUp-3500ms{
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 3.5s; 
}

/****************** projeto ******************/
.projeto,.equipe{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4%;
}

.projeto h3,.equipe h3{
  text-align: center;
}

.projeto p,.projeto h2,.equipe h2{
  text-align: center;
  max-width: 60%;
}

.projeto h2,.equipe h2{
  margin-bottom: 0;
}

.projeto p,.equipe p{
  font-family: 'Inter', sans-serif;
  margin: 20px 0px 35px 0px;
}

/****************** equipe ******************/
.equipe p{
    text-align: center;
    max-width: 90%;
  }
  
  .equipe h2{
    max-width: 90%;
  }
  
  .cards{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    gap: 20px;
  }
  
  .card{
    background-color: white !important;
    border: 0;
    max-width: 300px;
    padding: 30px;
    gap: 25px;
    align-items: center;
  }
  
  .card p{
    max-width: 100%;
    margin: 0;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
  }
  
  .card h4{
    margin-bottom: 1px;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
  }

  .card img{
    max-width: 128px;
  }
  



/****************** teste ******************/
.teste{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 170px;
  background-image: url(../images/landing/background.png);
  color: white;
  padding: 70px 0px;
  text-align: center;
}

.teste h2{
  margin-bottom: 0;
}

.teste button{
  background-color: white;
  color: #F02A1C;
  font-size: 1rem;
  padding: 7px 17px;
  font-weight: 600;
}

.teste p{
  font-family: 'Inter', sans-serif;
  margin: 15px 0px 25px 0px;
}

.teste .btn:hover{
  color: #F02A1C;
  background-color: rgba(255, 255, 255, 0.952);
}

.btn:focus{
  box-shadow: 0 0 0 0.2rem #ffffff62;
}

@media screen and (max-width: 1450px){
  .texto-parceria{
    margin-left: 0;
  }

  .texto-parceria h2, .texto-problema h2{
    font-size: 2rem !important;
  }

  .texto-parceria p, .texto-problema p{
    font-size: 0.8rem !important;
  }

  .desenho-acordo{
    margin-top: 40px;
  }


  .parceria{
    margin-top: 50px;
  }

  .projeto img{
    max-width: 200px;
  }

  .problema h3{
    margin-top: 40px;
  }
}

@media screen and (max-width: 1282px){
  .texto-parceria{
    margin-left: 0;
  }

  .parceria{
    margin-top: 50px;
  }
}

@media screen and (max-width: 1168px){
  .conteudo-parceria{
    flex-direction: column-reverse;
    align-items:  center;
  }

  .texto-parceria{
    max-width: 90%;
  }

  .texto-parceria h3{
    margin-top: 50px;
  }

  .desenho-acordo{
    min-width: 100%;
    text-align: end;
    margin-top: 30px;
    margin-left: 0 !important;
    justify-content: center;
  }

  .texto-problema{
    margin-right: 6%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 965px){
  .conteudo-problema{
    flex-direction: column-reverse;
    align-items:  center;
  }

  .texto-problema{
    max-width: 90%;
    margin-left: 0;
  }

  .texto-problema h3{
    margin-top: 50px;
  }

  .desenho-leonardo{
    display: none;
  }

  .texto-problema{
    margin-right: 0%;
  }

}

@media screen and (max-width: 500px){
  .texto-problema{
    margin-right: 0%;
  }
}

@media screen and (min-width: 500px){
  .texto-problema{
    margin-right: 0%;
  }
}