@charset "UTF-8";
/*--------------------------------------------------------------
  # inicio
  --------------------------------------------------------------*/
#cards-flutuante {
  background-color: #1b6cb8;
  transition: all 0.9s;
}
#cards-flutuante h2 {
  font-family: objective;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
  transition: all 0.9s;
}
#cards-flutuante h3 {
  font-family: objective;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 25px;
  color: #fff;
}
#cards-flutuante a {
  text-decoration: none;
  color: #000;
}
#cards-flutuante .arrow {
  font-size: 25px;
  color: #f1cb00;
  position: relative;
  top: 4px;
}
#cards-flutuante .arrow-icon {
  font-size: 40px;
  background-color: #f1cb00;
  border-radius: 30px;
  padding: 10px;
  position: relative;
  top: 3rem;
}
#cards-flutuante .arrow-icon3 {
  font-size: 40px;
  background-color: #f1cb00;
  border-radius: 30px;
  padding: 10px;
  position: relative;
  top: 3rem;
}
#cards-flutuante .arrow-icon2 {
  font-size: 40px;
  background-color: #f1cb00;
  border-radius: 30px;
  padding: 10px;
  position: relative;
  top: 3rem;
}
#cards-flutuante .arrow-icon1 {
  font-size: 40px;
  background-color: #f1cb00;
  border-radius: 30px;
  padding: 10px;
  position: relative;
  top: 4.2rem;
}
#cards-flutuante .imagem1 {
  background: url(/img/home/icon1.png) left no-repeat;
  background-size: auto;
  padding: 4rem 0;
  transition: all 0.9s;
}
#cards-flutuante .imagem2 {
  background: url(/img/home/icon2.png) left no-repeat;
  background-size: auto;
  padding: 4rem 0;
  transition: all 0.9s;
}
#cards-flutuante .imagem3 {
  background: url(/img/home/icon3.png) left no-repeat;
  background-size: auto;
  padding: 4rem 0;
  transition: all 0.9s;
}
#cards-flutuante .imagem4 {
  background: url(/img/home/icon4.png) left no-repeat;
  background-size: auto;
  padding: 4rem 0;
  transition: all 0.9s;
}
#cards-flutuante .cards {
  background-color: #ececec;
  max-width: 22%;
  min-height: 16rem;
  transition: all 0.9s;
  position: relative;
  top: -1rem;
}
#cards-flutuante .cards:hover {
  background-color: #064681;
  box-shadow: 0px 8px 28px 0px #064681;
  transition: all 0.9s;
}
#cards-flutuante .cards:hover h2 {
  transition: all 0.9s;
  color: #fff;
}
#cards-flutuante .cards:hover .imagem1 {
  background: url(/img/home/icon1b.png) left no-repeat;
  background-size: auto;
  padding: 4rem 0;
  transition: all 0.9s;
}
#cards-flutuante .cards:hover .imagem2 {
  background: url(/img/home/icon2b.png) left no-repeat;
  background-size: auto;
  padding: 4rem 0;
  transition: all 0.9s;
}
#cards-flutuante .cards:hover .imagem3 {
  background: url(/img/home/icon3b.png) left no-repeat;
  background-size: auto;
  padding: 4rem 0;
  transition: all 0.9s;
}
#cards-flutuante .cards:hover .imagem4 {
  background: url(/img/home/icon4b.png) left no-repeat;
  background-size: auto;
  padding: 4rem 0;
  transition: all 0.9s;
}

#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;
}
#inicio .btn-azul {
  padding: 25px 40px;
  border-radius: 10px;
  background-color: #1b6cb8;
  color: #fff;
  font-family: objective;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.9s;
}
#inicio .btn-amarelo {
  padding: 22px 55px;
  border-radius: 10px;
  border: 3px solid #f1cb00;
  background-color: #fff;
  color: #f1cb00;
  font-family: objective;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.9s;
}
#inicio .btn-azul:hover {
  background-color: #064681;
  box-shadow: 0px 8px 28px 0px #b0b0b0;
  transition: all 0.9s;
}
#inicio .btn-amarelo:hover {
  background-color: #f1cb00;
  color: #fff;
  transition: all 0.9s;
}
#inicio a {
  text-decoration: none;
}

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

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

/*--------------------------------------------------------------
  # contato
  --------------------------------------------------------------*/
#fale-conosco {
  margin-top: 7rem;
}
#fale-conosco .box {
  padding: 100px 0px;
  background: url(/img/home/img-contato.png) left no-repeat;
  background-size: cover;
}
#fale-conosco .white-box {
  background-color: #fbfbfb;
  box-shadow: 0px 8px 28px 0px #505050;
  padding: 60px 30px 50px 50px;
  min-width: 30rem;
  z-index: 999;
  margin-top: 4rem;
  margin-left: 18rem;
}
#fale-conosco h2 {
  font-family: objective;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 39px;
}
#fale-conosco p {
  font-family: objective;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}

#fale-conosco a {
  text-decoration: none;
}

#fale-conosco .direita {
  background-color: #e8e8e8;
}

#fale-conosco .social-icons {
  font-size: 30px;
  color: #1b6cb8;
  position: relative;
  left: -1rem;
}

#fale-conosco .info-icons {
  font-size: 30px;
  color: #1b6cb8;
}

.btn-form {
  font-family: objective;
  background-color: #1b6cb8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  padding: 20px 60px;
  font-size: 18px;
  transition: all 0.9s;
}

.btn-form:hover {
  background-color: #064681;
  box-shadow: 0px 5px 10px 0px #cccc;
  transition: all 0.9s;
}

.map-if {
  margin-bottom: -7px;
}

#fale-conosco .form-style {
  padding: 30px 30px 0px 30px;
  position: relative;
  top: -15px;
  border-radius: 0px;
}

.g-recaptcha div:first-child {
  margin: 0 auto;
  display: block;
}

.group {
  position: relative;
  margin-bottom: 45px;
}

#fale-conosco textarea {
  font-size: 18px;
  padding: 10px 10px 10px 15px;
  display: block;
  width: 100%;
  border: 3px solid #bababa;
  border-radius: 10px;
  color: #000;
  background: #e8e8e8;
  font-weight: 400;
  letter-spacing: 4px;
  transition: all 0.9s;
}

#fale-conosco textarea:hover {
  border: 3px solid #1b6cb8;
  border-radius: 10px;
  transition: all 0.9s;
}

#fale-conosco .form-estilo::-moz-placeholder {
  color: #cbcbcb;
}

#fale-conosco .form-estilo:-ms-input-placeholder {
  color: #cbcbcb;
}

#fale-conosco .form-estilo::placeholder {
  color: #cbcbcb;
}

#fale-conosco textarea:focus {
  outline: 0;
}

label {
  color: #b1b1b1;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
}

textarea:focus ~ label,
textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #b1b1b1;
}

textarea:focus ~ .bar2:after,
textarea:focus ~ .bar2:before {
  width: 50%;
}

#fale-conosco input {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 10px 10px 15px;
  display: block;
  width: 100%;
  border: 3px solid #bababa;
  border-radius: 10px;
  color: #000;
  background: #e8e8e8;
  font-weight: 400;
  letter-spacing: 4px;
  transition: all 0.9s;
}

#fale-conosco input:hover {
  border-radius: 10px;
  border: 3px solid #1b6cb8;
  transition: all 0.9s;
}

input:focus {
  outline: 0;
}

input:focus ~ label,
input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #b1b1b1;
}

input:focus ~ .bar:after,
input:focus ~ .bar:before {
  width: 50%;
}

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
          animation: inputHighlighter 0.3s ease;
}

@media (max-width: 1399.98px) {
  #fale-conosco .white-box {
    padding: 60px 30px 50px 50px;
    min-width: 30rem;
    margin-top: 4rem;
    margin-left: 0rem;
  }

  #banner {
    background: url(/img/banner.png) center no-repeat;
    background-size: contain;
    padding: 120px 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;
  }

  #cards-flutuante .arrow-icon2 {
    font-size: 40px;
    background-color: #f1cb00;
    border-radius: 30px;
    padding: 10px;
    position: relative;
    top: 2rem;
  }
}
@media (max-width: 991.98px) {
  #final .imagem-back {
    padding: 210px 0px;
    background: url(/img/img2.png) center no-repeat;
    background-size: cover;
  }

  #cards-flutuante .arrow-icon2 {
    padding: 10px;
    position: relative;
    top: 2.8rem;
  }

  #cards-flutuante .arrow-icon3 {
    padding: 10px;
    position: relative;
    top: 4rem;
  }

  #cards-flutuante .arrow-icon {
    padding: 10px;
    position: relative;
    top: 4rem;
  }

  #cards-flutuante .arrow-icon1 {
    padding: 10px;
    position: relative;
    top: 4rem;
  }

  #cards-flutuante .cards {
    background-color: #ececec;
    max-width: 40%;
    min-height: 16rem;
    transition: all 0.9s;
    position: relative;
    top: -1rem;
  }

  #cards-flutuante .imagem1 {
    background: url(/img/home/icon1.png) center no-repeat;
    background-size: auto;
    padding: 4rem 0;
    transition: all 0.9s;
  }

  #cards-flutuante .imagem2 {
    background: url(/img/home/icon2.png) center no-repeat;
    background-size: auto;
    padding: 4rem 0;
    transition: all 0.9s;
  }

  #cards-flutuante .imagem3 {
    background: url(/img/home/icon3.png) center no-repeat;
    background-size: auto;
    padding: 4rem 0;
    transition: all 0.9s;
  }

  #cards-flutuante .imagem4 {
    background: url(/img/home/icon4.png) center no-repeat;
    background-size: auto;
    padding: 4rem 0;
    transition: all 0.9s;
  }

  .cards:hover {
    background-color: #064681;
    box-shadow: 0px 8px 28px 0px #064681;
    transition: all 0.9s;
  }
  .cards:hover h2 {
    transition: all 0.9s;
    color: #fff;
  }
  .cards:hover .imagem1 {
    background: url(/img/home/icon1b.png) center no-repeat;
    background-size: auto;
    padding: 4rem 0;
    transition: all 0.9s;
  }
  .cards:hover .imagem2 {
    background: url(/img/home/icon2b.png) center no-repeat;
    background-size: auto;
    padding: 4rem 0;
    transition: all 0.9s;
  }
  .cards:hover .imagem3 {
    background: url(/img/home/icon3b.png) center no-repeat;
    background-size: auto;
    padding: 4rem 0;
    transition: all 0.9s;
  }
  .cards:hover .imagem4 {
    background: url(/img/home/icon4b.png) center no-repeat;
    background-size: auto;
    padding: 4rem 0;
    transition: all 0.9s;
  }

  #fale-conosco .white-box {
    padding: 60px 30px 50px 50px;
    min-width: 30rem;
    max-width: 85%;
    margin-top: 4rem;
    margin-left: 0rem;
  }

  #fale-conosco .social-icons {
    font-size: 30px;
    color: #1b6cb8;
    position: relative;
    left: 0rem;
  }

  #cards-flutuante .arrow-icon2 {
    font-size: 40px;
    background-color: #f1cb00;
    border-radius: 30px;
    padding: 10px;
    position: relative;
    top: 2rem;
  }
}
@media (max-width: 896.98px) {
  #cards-flutuante .arrow-icon3 {
    padding: 10px;
    position: relative;
    top: 3rem;
  }

  #cards-flutuante .arrow-icon2 {
    padding: 10px;
    position: relative;
    top: 3rem;
  }
}
@media (max-width: 890.98px) {
  #banner {
    background: url(/img/banner.png) center no-repeat;
    background-size: cover;
    padding: 90px 0;
    margin-top: 0rem;
  }
}
@media (max-width: 767.98px) {
  #inicio h2 {
    font-family: objective;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 49px;
  }

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

  #cards-flutuante .arrow-icon {
    padding: 10px;
    position: relative;
    top: 3rem;
  }
}
@media (max-width: 651.98px) {
  #banner {
    background: url(/img/banner.png) right no-repeat;
    background-size: cover;
    padding: 90px 0;
    margin-top: 0rem;
  }
}
@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;
  }

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

  #cards-flutuante .cards {
    background-color: #ececec;
    max-width: 90%;
    min-height: 100%;
    transition: all 0.9s;
    position: relative;
    top: 0rem;
  }

  #cards-flutuante .arrow-icon1 {
    padding: 10px;
    position: relative;
    top: 2rem;
  }

  #cards-flutuante .arrow-icon3 {
    padding: 10px;
    position: relative;
    top: 2rem;
  }

  #cards-flutuante .arrow-icon {
    padding: 10px;
    position: relative;
    top: 2rem;
  }

  #cards-flutuante .arrow-icon2 {
    padding: 10px;
    position: relative;
    top: 2rem;
  }
}
@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;
  }
}
@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;
  }

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