#cards-flutuante .cards {
  font-family: lato;
  background-color: #f2f2f2;
  border-radius: 10px;
  box-shadow: 0px 10px 20px -3px #a5a5a5;
  position: relative;
  top: -3rem;
  padding: 30px;
  transition: all 0.9s;
  cursor: default;
}
#cards-flutuante .cards p {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 25px;
  color: #000;
}

#cards-flutuante .cards:hover {
  background-color: #e51b24;
  transition: all 0.9s;
}
#cards-flutuante .cards:hover p {
  color: #fff;
}

#inicio {
  font-family: lato;
  position: relative;
}

#inicio h1 {
  background-color: #d1d9e5;
  max-width: 16rem;
  padding: 20px 20px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 21px;
  color: #002c6d;
}

#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: -35rem;
}
#inicio .red-box p {
  font-family: lato;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 39px;
  color: #fff;
}

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

#inicio .btn-sobre-red:hover {
  background-color: #8d0006;
  transition: all 0.9s;
}

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

#banner {
  margin-top: -12rem;
}

#banner .imagem {
  background: url(/img/home/img4.png) center no-repeat;
  background-size: cover;
  padding: 90px 390px;
}

#banner .caixa {
  font-family: lato;
  background-color: #eaeaea;
}
#banner .caixa h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 39px;
  color: #000;
}

#meio {
  background: url(/img/home/img-back.png) center no-repeat;
  background-size: cover;
  padding: 60px 30px;
}
#meio h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 39px;
  color: #fff;
}
#meio p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #d7d7d7;
}

#meio .btn-solucoes {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  transition: all 0.9s;
}
#meio .btn-solucoes b {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 21px;
  color: #8d0006;
}

#meio .btn-solucoes:hover {
  box-shadow: 0px 10px 20px -3px #4e0206;
  background-color: #8d0006;
  transition: all 0.9s;
}
#meio .btn-solucoes:hover b {
  color: #fff;
}

#meio .cards {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 10px 0px 10px 20px;
  max-width: 430px;
  min-height: 150px;
}
#meio .cards h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 21px;
  color: #000;
}

#meio .cards img {
  max-width: 60px;
}

#meio .flecha {
  font-size: 40px;
  border: 3px solid #002c6d;
  color: #002c6d;
  border-radius: 30px;
  transition: all 0.7s;
  padding: 3px;
}

#meio .flecha:hover {
  background-color: #002c6d;
  color: #fff;
  transition: all 0.9s;
}

#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;
}

#equipe .btn-equipe {
  border-radius: 10px;
  border: 3px solid #e51b24;
  transition: all 0.9s;
  padding: 30px;
}
#equipe .btn-equipe b {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 21px;
  color: #e51b24;
}

#equipe .btn-equipe:hover {
  background-color: #e51b24;
  transition: all 0.9s;
}
#equipe .btn-equipe:hover b {
  color: #fff;
}

#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) {
  #cards-flutuante .cards {
    padding: 20px;
  }

  #inicio .red-box {
    top: -16rem;
    left: -28rem;
    max-width: 260px;
    padding: 10px 10px;
  }

  #banner .imagem {
    padding: 90px 310px;
  }

  #meio {
    padding: 60px 0px;
  }

  #meio .cards {
    max-width: 350px;
    min-height: 170px;
  }
}
@media (max-width: 1199.98px) {
  #cards-flutuante .cards {
    padding: 10px;
  }

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

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

  #inicio .red-box {
    max-width: 250px;
    padding: 20px 0px;
    top: -23rem;
  }
  #inicio .red-box p {
    font-size: 25px;
  }

  #meio .cards {
    max-width: 340px;
    min-height: 170px;
  }

  #banner {
    margin-top: -5rem;
  }
}
@media (max-width: 1150.98px) {
  #inicio .red-box {
    max-width: 250px;
    padding: 20px 0px;
    top: -23rem;
    left: -25rem;
  }

  #meio h3 {
    font-size: 34px;
  }
}
@media (max-width: 1080.98px) {
  #banner .imagem {
    padding: 80px 280px;
  }

  #meio .cards {
    max-width: 310px;
    min-height: 170px;
  }
}
@media (max-width: 1020.98px) {
  #banner .imagem {
    padding: 80px 260px;
  }

  #meio .cards {
    max-width: 300px;
    min-height: 170px;
  }
}
@media (max-width: 991.98px) {
  #inicio .red-box {
    top: -44rem;
    left: -14rem;
  }

  #inicio h1 {
    margin: 20px auto;
  }

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

  #banner .imagem {
    padding: 80px 0px;
  }

  #meio .cards {
    max-width: 40%;
    min-height: 170px;
  }

  #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 {
    left: -10rem;
  }
}
@media (max-width: 767.98px) {
  #inicio h2 {
    line-height: 38px;
  }

  #meio {
    padding: 40px 0px;
  }
}
@media (max-width: 680.98px) {
  #inicio .red-box {
    top: -48rem;
    left: -10rem;
  }

  #meio .cards {
    max-width: 70%;
    min-height: 170px;
    margin: 10px 0px;
  }
}
@media (max-width: 600.98px) {
  #inicio .red-box {
    max-width: 200px;
    top: -51rem;
    left: -10rem;
  }
  #inicio .red-box p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  #inicio .red-box {
    max-width: 250px;
    padding: 20px 20px;
    top: -45rem;
    left: 0rem;
    margin: auto;
  }
  #inicio .red-box p {
    font-size: 22px;
  }

  #meio .cards {
    max-width: 100%;
    min-height: 170px;
  }
}
@media (max-width: 540.98px) {
  #inicio .texto2 {
    margin-top: 10rem;
  }

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

  #inicio .red-box {
    top: -42rem;
  }
}
@media (max-width: 395.98px) {
  #inicio .red-box {
    top: -45rem;
  }
}
@media (max-width: 355.98px) {
  #inicio .red-box {
    top: -49rem;
  }
}
@media (max-width: 295.98px) {
  #inicio .red-box {
    top: -51rem;
  }
}
