@charset "UTF-8";
/*--------------------------------------------------------------
  # inicio
  --------------------------------------------------------------*/
.cor-azul {
  padding: 100px 0px;
  background: url(/img/solucoes/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 {
  background: url(/img/servico1/img1.png) center no-repeat;
  background-size: contain;
  padding-top: 420px;
}

#inicio .cards {
  background-color: #ececec;
  min-height: 38rem;
  max-width: 22rem;
  transition: all 0.9s;
}
#inicio .cards .icon1 {
  background: url(/img/solucoes/icon1.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
}
#inicio .cards .icon2 {
  background: url(/img/solucoes/icon2.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
}
#inicio .cards .icon3 {
  background: url(/img/solucoes/icon3.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
}
#inicio .cards .icon4 {
  background: url(/img/solucoes/icon4.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
}
#inicio .cards .icon5 {
  background: url(/img/solucoes/icon5.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
}
#inicio .cards .icon6 {
  background: url(/img/solucoes/icon6.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
}
#inicio h3 {
  font-family: objective;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 21px;
  color: #000;
}
#inicio span {
  font-family: objective;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #666666;
}
#inicio .botao1 {
  margin-top: 3rem;
}
#inicio .botao2 {
  margin-top: 1.5rem;
}
#inicio .botao3 {
  margin-top: 6.5rem;
}
#inicio .botao4 {
  margin-top: 1.5rem;
}
#inicio .botao5 {
  margin-top: 4.5rem;
}
#inicio .btn-contato {
  font-family: objective;
  border-radius: 10px;
  padding: 20px 20px;
  background-color: #1b6cb8;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
#inicio .btn-contato .arrow {
  font-size: 30px;
  color: #fff;
  position: relative;
  top: 9px;
}
#inicio a {
  text-decoration: none;
}
#inicio .cards:hover {
  background-color: #1b6cb8;
  color: #fff;
  transition: all 0.9s;
  box-shadow: 0px 8px 28px 0px #b0b0b0;
}
#inicio .cards:hover .icon1 {
  background: url(/img/solucoes/icon1b.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
  transition: all 0.9s;
}
#inicio .cards:hover .icon2 {
  background: url(/img/solucoes/icon2b.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
  transition: all 0.9s;
}
#inicio .cards:hover .icon3 {
  background: url(/img/solucoes/icon3b.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
  transition: all 0.9s;
}
#inicio .cards:hover .icon4 {
  background: url(/img/solucoes/icon4b.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
  transition: all 0.9s;
}
#inicio .cards:hover .icon5 {
  background: url(/img/solucoes/icon5b.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
  transition: all 0.9s;
}
#inicio .cards:hover .icon6 {
  background: url(/img/solucoes/icon6b.png) center no-repeat;
  background-size: auto;
  padding: 7rem 0;
  transition: all 0.9s;
}
#inicio .cards:hover h3 {
  color: #fff;
  transition: all 0.9s;
}
#inicio .cards:hover span {
  color: #fff;
  transition: all 0.9s;
}
#inicio .cards:hover .btn-contato {
  background-color: #fff;
  color: #1b6cb8;
  transition: all 0.9s;
}
#inicio .cards:hover .btn-contato .arrow {
  color: #1b6cb8;
  transition: all 0.9s;
}
#inicio .btn-contato:hover {
  background-color: #fca600;
  color: #000;
  transition: all 0.9s;
}
#inicio .btn-contato:hover .arrow {
  color: #000;
  transition: all 0.9s;
}

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

/*--------------------------------------------------------------
  # final
  --------------------------------------------------------------*/
#final h3 {
  font-family: objective;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #02413b;
}

#final span {
  font-family: objective;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #f6861b;
}

#final .accordion-button {
  font-family: objective;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 14.869px;
  line-height: 17px;
  background-color: #02413b;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}

#final .accordion-button:not(.collapsed) {
  font-family: objective;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 14.869px;
  line-height: 17px;
  background-color: #056c63;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}

#final .accordion-button::after {
  background-color: #e7e7e7;
  border-radius: 10px;
}

#final .accordion-body {
  background-color: #f1f1f1;
  font-family: objective;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
#final .accordion-body p {
  font-family: objective;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #f6861b;
}

@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;
  }
}
@media (max-width: 890.98px) {
  #banner {
    background: url(/img/banner.png) center no-repeat;
    background-size: cover;
    padding: 90px 0;
    margin-bottom: 0rem;
  }
}
@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;
  }

  #banner {
    background: url(/img/banner.png) right no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin-bottom: 0rem;
  }
}
@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;
  }

  #banner {
    background: url(/img/banner.png) right no-repeat;
    background-size: cover;
    padding: 90px 0;
    margin-bottom: 0rem;
  }
}
@media (max-width: 575.98px) {
  #banner {
    background-color: #1b6cb8;
  }
  #banner h3 {
    font-family: objective;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 64px;
    color: #fff;
  }
  #banner span {
    font-family: objective;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 64px;
    color: #000;
    background-color: #fca600;
  }
}
@media (max-width: 420.98px) {
  #banner h3 {
    font-family: objective;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 64px;
    color: #fff;
  }

  #banner span {
    font-family: objective;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 64px;
    color: #000;
    background-color: #fca600;
  }

  #inicio .cards {
    background-color: #ececec;
    min-height: 38rem;
    max-width: 100%;
    min-width: 100%;
    transition: all 0.9s;
  }
}
@media (max-width: 380.98px) {
  #banner h3 {
    font-family: objective;
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 64px;
    color: #fff;
  }

  #banner span {
    font-family: objective;
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 64px;
    color: #000;
    background-color: #fca600;
  }

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