.imagem-top {
  padding: 250px 0px;
  background: url(/img/solucoes/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;
  background-color: #e8e8e8;
  position: relative;
  top: -14em;
  padding: 40px 0px 250px 0px;
}

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

#meio {
  font-family: lato;
  position: relative;
  top: -26em;
  margin-bottom: -26em;
}

#meio .card {
  min-height: 410px;
  max-width: 630px;
  border-radius: 20px;
  border: 2px solid #d0d0d0;
  background-color: #fbfbfb;
  transition: all 0.9s;
}
#meio .card h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 21px;
  color: #000;
}
#meio .card p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #666666;
}
#meio .card ul {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #666666;
}

#meio .card:hover {
  background-color: #e51b24;
  box-shadow: 0px 0px 20px 1px #a5a5a5;
  transition: all 0.9s;
}
#meio .card:hover h3 {
  color: #fff;
}
#meio .card:hover p {
  color: #fff;
}
#meio .card:hover ul {
  color: #fff;
}
#meio .card:hover .img0 {
  background: url(/img/solucoes/icon0b.png) center no-repeat;
  background-size: contain;
  padding: 50px;
}
#meio .card:hover .img1 {
  background: url(/img/solucoes/iconb1.svg) center no-repeat;
  background-size: contain;
  padding: 50px;
}
#meio .card:hover .img2 {
  background: url(/img/solucoes/iconb2.svg) center no-repeat;
  background-size: contain;
  padding: 50px;
}
#meio .card:hover .img3 {
  background: url(/img/solucoes/iconb3.svg) center no-repeat;
  background-size: contain;
  padding: 50px;
}

#meio .img0 {
  background: url(/img/solucoes/icon0.png) center no-repeat;
  background-size: contain;
  padding: 50px;
}

#meio .img1 {
  background: url(/img/solucoes/icon1.svg) center no-repeat;
  background-size: contain;
  padding: 50px;
}

#meio .img2 {
  background: url(/img/solucoes/icon2.svg) center no-repeat;
  background-size: contain;
  padding: 50px;
}

#meio .img3 {
  background: url(/img/solucoes/icon3.svg) center no-repeat;
  background-size: contain;
  padding: 50px;
}

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

  #meio .card {
    min-height: 460px;
    max-width: 530px;
  }
}
@media (max-width: 1199.98px) {
  .imagem-top {
    padding: 215px 0px;
    background-size: contain;
    top: -3rem;
  }

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

  #meio .card {
    min-height: 460px;
    max-width: 480px;
  }
}
@media (max-width: 991.98px) {
  .imagem-top {
    padding: 213px 0px;
    background-size: contain;
    top: -3rem;
  }

  #meio .card {
    min-height: 480px;
    max-width: 100%;
  }

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

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