@charset "UTF-8";
/*--------------------------------------------------------------
  # inicio
  --------------------------------------------------------------*/
.cor-azul {
  padding: 100px 0px;
  background: url(/img/sobre/img-top.png) center no-repeat;
  background-size: cover;
}
.cor-azul h1 {
  font-family: objective;
  font-style: normal;
  font-weight: 500;
  font-size: 63px;
  line-height: 86px;
  color: #fff;
}
.cor-azul .traço {
  border: 1px solid #fca600;
  background-color: #fca600;
  max-width: 10rem;
}
.cor-azul .texto {
  margin-right: 29rem;
}

#inicio .traço {
  border: 1px solid #fca600;
  background-color: #fca600;
  max-width: 3rem;
}
#inicio h3 {
  font-family: objective;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #064681;
}
#inicio h2 {
  font-family: objective;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 49px;
}
#inicio p {
  font-family: objective;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #666666;
}
#inicio span {
  font-family: objective;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
  color: #000;
  transition: all 0.9s;
}
#inicio .check-icon {
  position: relative;
  font-size: 35px;
  top: 10px;
  color: #000;
  transition: all 0.9s;
}
#inicio .texto:hover span {
  color: #1b6cb8;
  transition: all 0.9s;
}
#inicio .texto:hover .check-icon {
  color: #1b6cb8;
  transition: all 0.9s;
}

#valores {
  background-color: #1b6cb8;
  padding: 100px 0;
}
#valores h2 {
  font-family: objective;
  font-style: normal;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
}
#valores p {
  font-family: objective;
  font-style: normal;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
#valores img {
  background-color: #4989c6;
  border-radius: 10px;
  padding: 10px;
}

#final .traço {
  border: 1px solid #fca600;
  background-color: #fca600;
  max-width: 3rem;
}
#final h3 {
  font-family: objective;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #064681;
}
#final h2 {
  font-family: objective;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 39px;
}

/*--------------------------------------------------------------
  # final
  --------------------------------------------------------------*/
#final .imagem-back {
  padding: 100px 0px;
  background: url(/img/img2.png) center no-repeat;
  background-size: cover;
}
#final .back1 {
  background-color: #e8e8e8;
}
#final .titulo {
  margin-right: 4rem;
  font-family: objective;
  color: #1b6cb8;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
#final h4 {
  font-family: objective;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 25px;
}
#final span {
  font-family: objective;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1399.98px) {
  #inicio .cards {
    background-color: #ececec;
    min-height: 38rem;
    max-width: 22rem;
    min-width: 24rem;
    transition: all 0.9s;
  }

  .cor-azul .texto {
    margin-right: 8rem;
  }

  #banner {
    background: url(/img/banner.png) center no-repeat;
    background-size: contain;
    padding: 140px 0;
    margin-bottom: -2rem;
  }
}
@media (max-width: 1200.98px) {
  .navbar-brand .logo1 {
    position: relative;
    width: 190px;
    transition: all 0.7s;
    left: -2rem;
  }

  #banner {
    background: url(/img/banner.png) center no-repeat;
    background-size: cover;
    padding: 110px 0;
    margin-bottom: 0rem;
  }

  .cor-azul .texto {
    margin-right: 0rem;
  }
}
@media (max-width: 991.98px) {
  .cor-azul h1 {
    font-family: objective;
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 86px;
    color: #fff;
  }

  #final .imagem-back {
    padding: 210px 0px;
    background: url(/img/img2.png) center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .cor-azul h1 {
    font-family: objective;
    font-style: normal;
    font-weight: 500;
    font-size: 47px;
    line-height: 86px;
    color: #fff;
  }

  #inicio h2 {
    font-family: objective;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 49px;
  }
}
@media (max-width: 651.98px) {
  .cor-azul h1 {
    font-family: objective;
    font-style: normal;
    font-weight: 500;
    font-size: 47px;
    line-height: 61px;
    color: #fff;
  }
}
@media (max-width: 575.98px) {
  #final .titulo {
    margin-right: 0rem;
    font-family: objective;
    color: #1b6cb8;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 380.98px) {
  .cor-azul h1 {
    font-family: objective;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 61px;
    color: #fff;
  }
}
@media screen and (max-width: 575px) {
  .card1 {
    margin-right: 0px;
  }

  .bar {
    border-radius: 15px;
    top: 1px;
    width: 98%;
  }

  input {
    border-radius: 5px;
  }

  .bar2 {
    border-radius: 15px;
    top: 1px;
    width: 98%;
  }

  textarea {
    border-radius: 5px;
  }
}
