.imagem-top {
  padding: 250px 0px;
  background: url(/img/sobre/img-top.png) center no-repeat;
  background-size: contain;
  position: relative;
  top: -3rem;
}
.imagem-top h1 {
  font-family: lato;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 49px;
  color: #fff;
  padding-left: 10em;
}

#inicio {
  font-family: lato;
  position: relative;
  top: -14em;
  padding: 40px 0px 250px 0px;
  margin-bottom: -40rem;
}

#inicio h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 39px;
  line-height: 49px;
  color: #000;
}

#inicio p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}

#inicio h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 25px;
  color: #000;
}

#inicio .color-check {
  cursor: default;
}

#inicio .check-icon {
  position: relative;
  left: -10px;
  font-size: 2.7rem;
  color: #000;
  transition: all 0.9s;
}

#inicio .color-check:hover .check-icon,
#inicio .color-check:hover h3 {
  color: #e51b24;
  transition: all 0.9s;
}

#inicio .red-box {
  background-color: #e51b24;
  border-radius: 20px;
  max-width: 300px;
  padding: 30px 30px;
  position: relative;
  top: -18rem;
  left: -2rem;
}
#inicio .red-box p {
  font-family: lato;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 39px;
  color: #fff;
}

#meio {
  font-family: lato;
  background-color: #eeeeee;
  position: relative;
  padding: 40px 30px;
}
#meio .texto {
  background-color: #d1d9e5;
  max-width: 7rem;
  padding: 20px 20px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 21px;
  color: #002c6d;
}
#meio .texto1 {
  background-color: #d1d9e5;
  max-width: 7rem;
  padding: 20px 27px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 21px;
  color: #002c6d;
}
#meio p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #666666;
}
#meio ul {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #666666;
}

#equipe {
  font-family: lato;
}
#equipe h3 {
  background-color: #d1d9e5;
  max-width: 12rem;
  padding: 20px 20px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 21px;
  color: #002c6d;
}
#equipe h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 34px;
  color: #000;
}
#equipe p {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #002c6d;
}
#equipe span {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

#equipe .card {
  background-color: #e7e7e7;
  border: none;
  border-radius: 17px;
  max-width: 310px;
  margin: 15px;
  transition: all 0.9s;
  cursor: default;
}
#equipe .card a {
  text-decoration: none;
}

#equipe .card:hover {
  box-shadow: 0px 10px 20px -3px #a5a5a5;
  transition: all 0.9s;
}

#final-flutuante {
  font-family: lato;
  position: relative;
  top: 6em;
}
#final-flutuante h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 34px;
  color: #000;
}
#final-flutuante p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #666666;
}

#final-flutuante .caixa {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 20px -3px #a5a5a5;
}

#final-flutuante .imagem {
  background: url(/img/img-contato.png) left no-repeat;
  background-size: contain;
  padding: 110px;
}

#final-flutuante .btn-contato-red {
  background-color: #e51b24;
  border-radius: 10px;
  padding: 25px 90px 25px 30px;
  transition: all 0.9s;
}
#final-flutuante .btn-contato-red b {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 21px;
  color: #fff;
}

#final-flutuante .btn-contato-red:hover {
  background-color: #8d0006;
  transition: all 0.9s;
}

#final-flutuante .arrow {
  cursor: pointer;
  position: relative;
}
#final-flutuante .arrow span, #final-flutuante .arrow:before, #final-flutuante .arrow:after {
  background: #fff;
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  position: absolute;
  top: calc(50% - (3px / 2));
  border-radius: 10px;
}
#final-flutuante .arrow:before {
  transform: rotate(-45deg);
}
#final-flutuante .arrow:after {
  transform: rotate(45deg);
}
#final-flutuante .arrow span {
  width: 0;
}
#final-flutuante .arrow:hover span {
  width: 48px;
}
#final-flutuante .arrow.arrow--left span, #final-flutuante .arrow.arrow--left:before, #final-flutuante .arrow.arrow--left:after {
  left: 60px;
  transform-origin: left 50%;
}
#final-flutuante .arrow.arrow--left:before, #final-flutuante .arrow.arrow--left:after {
  transition: left 0.3s 0.05s;
}
#final-flutuante .arrow.arrow--left span {
  transition: width 0.3s, left 0.3s 0.05s;
}
#final-flutuante .arrow.arrow--left:hover span, #final-flutuante .arrow.arrow--left:hover:before, #final-flutuante .arrow.arrow--left:hover:after {
  left: 32px;
}
#final-flutuante .arrow.arrow--right span, #final-flutuante .arrow.arrow--right:before, #final-flutuante .arrow.arrow--right:after {
  right: 60px;
  transform-origin: right 50%;
}
#final-flutuante .arrow.arrow--right:before, #final-flutuante .arrow.arrow--right:after {
  transition: right 0.3s 0.05s;
}
#final-flutuante .arrow.arrow--right span {
  transition: width 0.3s, right 0.3s 0.05s;
}
#final-flutuante .arrow.arrow--right:hover span, #final-flutuante .arrow.arrow--right:hover:before, #final-flutuante .arrow.arrow--right:hover:after {
  right: 32px;
}

#back-cinza {
  background-color: #eeeeee;
  padding: 100px;
}

@media (max-width: 1399.98px) {
  .imagem-top {
    padding: 235px 0px;
    background-size: contain;
    top: -3rem;
  }

  #inicio .red-box {
    top: -18rem;
  }

  #meio {
    padding: 40px 10px;
  }
}
@media (max-width: 1199.98px) {
  .imagem-top {
    padding: 215px 0px;
    background-size: contain;
    top: -3rem;
  }

  #inicio {
    margin-bottom: -35rem;
  }

  #inicio h2 {
    font-size: 32px;
  }

  #inicio .check-icon {
    left: -22px;
  }

  #inicio .red-box {
    max-width: 250px;
    padding: 20px 0px;
    top: -12rem;
  }
  #inicio .red-box p {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .imagem-top {
    padding: 213px 0px;
    background-size: contain;
    top: -4rem;
  }

  #inicio {
    top: -17em;
  }

  #inicio .check-icon {
    left: 6px;
    top: -6px;
  }

  #inicio .red-box {
    top: -43rem;
    left: -10rem;
  }

  #meio .texto {
    margin: auto;
  }

  #meio .texto1 {
    margin: auto;
  }

  #final-flutuante .imagem {
    background: url(/img/img-contato.png) center no-repeat;
    background-size: contain;
    padding: 110px;
  }
}
@media (max-width: 820.98px) {
  #inicio .red-box {
    top: -46rem;
    left: -10rem;
  }
}
@media (max-width: 767.98px) {
  .imagem-top {
    padding: 60px 0px;
    background-color: #e51b24;
    background-image: none;
    top: -3rem;
  }
  .imagem-top h1 {
    padding-top: 160px;
    padding-left: 0px;
  }

  #inicio {
    top: -7em;
    margin-bottom: -25rem;
  }

  #inicio h2 {
    line-height: 38px;
  }

  #meio {
    padding: 40px 0px;
  }
}
@media (max-width: 680.98px) {
  #inicio .check-icon {
    left: -10px;
    top: -6px;
  }
}
@media (max-width: 600.98px) {
  #inicio .red-box {
    max-width: 200px;
    left: -10rem;
  }
  #inicio .red-box p {
    font-size: 20px;
  }

  #inicio .check-icon {
    left: -10px;
    top: -6px;
  }
}
@media (max-width: 575.98px) {
  #inicio .red-box {
    max-width: 250px;
    padding: 20px 20px;
    left: 0rem;
    margin: auto;
  }
  #inicio .red-box p {
    font-size: 22px;
  }
}
@media (max-width: 540.98px) {
  #inicio .texto2 {
    margin-top: 10rem;
  }

  #inicio .red-box {
    top: -47rem;
  }
}
@media (max-width: 490.98px) {
  #inicio .texto2 {
    margin-top: 6rem;
  }

  #inicio .box-check {
    margin-left: auto;
  }

  #inicio .check-icon {
    left: -20px;
    top: 2px;
  }
}
@media (max-width: 470.98px) {
  #inicio .red-box {
    top: -51rem;
  }
}
@media (max-width: 425.98px) {
  #inicio .red-box {
    top: -52rem;
  }

  #inicio .check-icon {
    left: -30px;
    top: 15px;
  }
}
@media (max-width: 400.98px) {
  #inicio .red-box {
    top: -55rem;
  }

  #inicio .check-icon {
    left: -30px;
    top: 15px;
  }
}
@media (max-width: 395.98px) {
  #inicio .red-box {
    top: -67rem;
  }

  #inicio .check-icon {
    left: -20px;
    top: 15px;
    margin-bottom: 1rem;
  }

  #inicio .box-check .bx1 {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 375.98px) {
  #inicio .red-box {
    top: -72rem;
  }

  #inicio .check-icon {
    left: -20px;
    top: 15px;
  }
}
@media (max-width: 355.98px) {
  #inicio .red-box {
    top: -73rem;
  }

  #inicio .check-icon {
    left: -20px;
    top: 15px;
  }
}
@media (max-width: 295.98px) {
  #inicio .red-box {
    top: -80rem;
  }
}
