.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 ******************/
.demanda, .parceria{
    background-color: #F9F9F9;
}

.parceria{
    margin-top: 200px;
}

.conteudo-parceria{
    flex-direction: row-reverse;
}

.desenho-livros{
    margin-top: 90px;
    margin-bottom: 90px;
    margin-right: 60px;
}

.desenho-acordo{
    margin-top: 90px;
    margin-bottom: 90px;
    margin-left: 60px;
}

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-demanda, .texto-parceria{
    max-width: 39%;
}

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: 160px;
}

.demanda 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;
}

/****************** 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;
}

/****************** 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: #F9F9F9;
  border: 0;
  max-width: 300px;
  padding: 30px;
  gap: 25px;
}

.card .pessoa{
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.card p{
  max-width: 100%;
  margin: 0;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
}

.card .texto{
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
}

.card h4{
  margin-bottom: 1px;
  font-weight: 600;
}

.card .texto p{
  text-align: left !important;
}

/****************** faculdade.html ******************/
/****************** faculdade ******************/
.faculdade{
    margin-top: 51px;
}

.corpo-desenho-faculdade{
    flex: none;
    max-width: 49%;
}

.faculdade h3{
    margin-top: 20px;
}

.faculdade h1{
    font-size: 2rem;
    color: black;
    font-family: Roboto;
    font-weight: 500;
}

.faculdade .row{
    margin-left: 100px;
}

.texto-faculdade{
    flex: 0 0 40%; 
    max-width: 40%;
}

.faculdade p{
    font-family: Nunito Sans;
    margin-top: 12px;
    margin-bottom: 0;
}

.cursos-numero .titulo-1{
    color: black;
    font-family: "Nunito Sans";
    font-size: 2rem;
    font-weight: 700;
}

.cursos-numero .titulo-2{
    color: #F02A1C;
    font-family: "Nunito Sans";
    font-size: 2rem;
    font-weight: 700;
}

.col-md-auto{
    max-width: fit-content;
}

.cursos-numero{
    display: flex;
    justify-content: left !important;
    margin-left: 0 !important;
    margin-top: 35px;
    margin-bottom: 35px;
}

.cursos-numero h2{
    margin-bottom: 0;
}

.faculdade .col-md-auto{
    padding: 0.3rem;
    padding-left: 0;
}

.faculdade .col{
    padding: 0.1rem;
    color: #F02A1C;
    font-size: 0.8rem;
    font-weight: 700;
}

h4{
    color: black;
    font-family: "Nunito Sans";
    font-size: 1.1rem;
    font-weight: 700;
}

.texto-faculdade ul  p{
    margin-top: 0;
    font-size: 0.9rem;
}

.texto-faculdade ul{
    padding: 27px;
    padding-top: 1px;
}

.footer-body {
    margin-top: 10rem !important;
}