@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* variaveis */
/* fim variaveis */
body {
  height: 100vh;
  font-family: 'Roboto', sans-serif;
  text-align: justify;
  background: white;
}

a {
  outline: none;
  text-decoration: none !important;
}

p, a, span, li, label, button {
  font-size: 17px;
}

h1 {
  font-size: 50px;
  margin: 0 !important;
  padding: 0 !important;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 20px;
}

h2, h3 {
  color: #0a133b;
  font-weight: bold;
  margin: 10px 0px 25px 0px;
  text-align: left;
  /* text-shadow: 2px 2px 3px #48484894; */
}

@media (max-width: 991px) {
  h2, h3 {
    text-align: center;
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 36px;
  }
}

h1, h4 {
  color: #0a133b;
  padding-bottom: 5px;
}

h1, h2, h3, p {
  z-index: 3;
}

.navbar__top {
  background: #0a133b;
  position: fixed;
  z-index: 9;
}

.navbar__top .navbar__top_menu ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
}

.navbar__top .navbar__top_menu ul li a {
  color: #0a133b;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 300;
  font-size: 15px;
}

.navbar__top .navbar__top_menu ul:hover li a {
  color: white;
}

.navbar__top .navbar__top_sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.navbar__top .navbar__top_sociais .fa {
  padding: 10px;
}

.navbar__top .navbar__top_sociais .fa-facebook, .navbar__top .navbar__top_sociais .fa-instagram {
  color: #eb2630;
}

.navbar__top .navbar__top_sociais .fa-facebook, .navbar__top .navbar__top_sociais .fa-instagram, .navbar__top .navbar__top_sociais .fa-whatsapp {
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar__top .navbar__top_sociais .fa-facebook:hover, .navbar__top .navbar__top_sociais .fa-instagram:hover {
  color: white;
}

.navbar__top .navbar__top_sociais .fa-whatsapp {
  color: #0a133b;
  padding-left: 0;
  padding-right: 0;
}

.navbar__top .navbar__top_sociais .fa-facebook-f:before, .navbar__top .navbar__top_sociais .fa-facebook:before {
  content: "\f09a";
  font-size: 20px;
}

.navbar__top .navbar__top_sociais .fa-instagram:before {
  content: "\f16d";
  font-size: 20px;
}

.navbar__top .navbar__top_sociais .fa-whatsapp:before {
  content: "\f232";
  padding-right: 10px;
  font-size: 25px;
}

.navbar__top .navbar__top_sociais .navbar__whatsapp {
  background: #3caac1;
  padding: 0px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-animation: navbar__whatsapp 60s ease-in infinite normal;
          animation: navbar__whatsapp 60s ease-in infinite normal;
}

.navbar__top .navbar__top_sociais .navbar__whatsapp p {
  margin: auto;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar__top .navbar__top_sociais .navbar__whatsapp_a:hover .navbar__whatsapp, .navbar__top .navbar__top_sociais .navbar__whatsapp_a:active .navbar__whatsapp {
  background: #eb2630;
}

@media only screen and (max-width: 991px) {
  .navbar__top .navbar__top_sociais .navbar__whatsapp p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .navbar__top .navbar__top_sociais .navbar__whatsapp {
    padding: 0px 8px;
  }
  .navbar__top .navbar__top_sociais .navbar__whatsapp .fa-whatsapp:before {
    padding-right: 5px;
    font-size: 20px;
  }
  .navbar__top .navbar__top_sociais .navbar__whatsapp p {
    font-size: 14px;
  }
}

#mainNav {
  background-color: white;
  border-bottom: 1px solid #80808042;
  margin-bottom: 20px;
  padding-bottom: 0px;
  padding-top: 45px;
}

#mainNav .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#mainNav .container .container-fluid {
  border-top: 1px solid #dedede;
  -o-border-image: linear-gradient(90deg, #3caac100 50%, #dedede 50%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #3caac100), color-stop(50%, #dedede));
     border-image: linear-gradient(90deg, #3caac100 50%, #dedede 50%);
  border-image-slice: 9;
  position: absolute;
  left: 0px;
}

#mainNav .nav-logo {
  max-width: 150px;
  margin: 10px 0px;
}

#mainNav .navbar-nav {
  border-top: 1px solid #dedede;
}

#mainNav .navbar-toggler {
  background-color: #0a133b;
  margin: auto 0;
}

#mainNav a {
  color: #0a133b;
  font-weight: 400;
}

#mainNav .nav-item {
  /* margin: 0px 5px; */
}

#mainNav .nav-item a {
  -webkit-transition: .1s;
  transition: .1s;
  float: right;
  padding: 1em 25px;
  border: 3px solid transparent;
}

#mainNav .nav-item:hover a {
  color: white;
  background-color: #eb2630;
}

#mainNav .nav-contato a {
  -webkit-transition: .1s;
  transition: .1s;
  float: right;
  padding: 1em 25px;
  margin-left: 5px;
  border: 3px solid transparent;
}

#mainNav .nav-contato:hover a {
  color: white;
  background-color: #3caac1;
}

#home-form {
  padding: 0 0 60px 0;
  /* background: #3caac1; */
  /* background-image: url("../img/bg_01.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
  /* margin-top: 140px; */
}

#home-form .home-img {
  background-image: url(../img/bg-home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 420px;
}

#home-form .home-img .container, #home-form .home-img .row {
  height: inherit;
}

#home-form .home-img .divider {
  position: absolute;
  right: 0;
  width: 60%;
  height: 50px;
  margin-top: -25px;
  background: #eb2630;
  -webkit-animation: 20s slideRight 1s linear infinite;
          animation: 20s slideRight 1s linear infinite;
}

#home-form .col-home-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 25px;
}

#home-form .col-home-txt {
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-animation: 20s slideLeft 1s linear infinite;
          animation: 20s slideLeft 1s linear infinite;
}

#home-form .col-home-txt p {
  text-align: justify;
}

#home-form .col-home-txt h2 {
  color: white;
  text-transform: uppercase;
  width: 100%;
  font-size: 55px;
  line-height: 52px;
  margin: 125px 0px 0px 0px;
}

#home-form .col-home-txt span {
  font-weight: bold;
}

#home-form .col-home-txt .titulo-l1 {
  color: #eb2630 !important;
}

#home-form .col-home-txt .lead {
  margin-top: -15px;
  font-size: 1rem;
  font-weight: 200;
}

#home-form .col-home-txt .p-foot {
  margin-top: 50px;
}

@media (max-width: 991px) {
  #home-form .col-home-txt h2, #home-form .col-home-txt .lead {
    text-align: center;
  }
}

@media (max-width: 992px) {
  #home-form .col-home-txt {
    padding: 0px 20px;
  }
}

#home-form .col-home-form {
  background: #0a133b;
  margin-top: 53px;
  padding: 40px 10px 40px 10px;
  border-radius: 30px;
  -webkit-box-shadow: 10px 5px 15px #00000047;
          box-shadow: 10px 5px 15px #00000047;
  text-align: center;
}

#home-form .col-home-form .lead {
  font-size: 1rem;
  color: white;
}

#home-form .col-home-form span {
  font-weight: 500;
  font-size: 16px;
}

#home-form .col-home-form h5 {
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#home-form .col-home-form h5 span {
  font-size: 20px;
  color: #eb2630;
  font-weight: 500;
}

#home-form .col-home-form form label {
  color: white;
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: capitalize;
  float: left;
}

#home-form .col-home-form form input {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
  height: 47px;
  padding: 3px;
  border: 0px solid #3d3f48;
}

#home-form .col-home-form form button {
  width: 65%;
  margin: 20px 0px;
  background-color: #eb2630;
  color: white;
  text-transform: capitalize;
  font-weight: bold;
  -webkit-transition: .2s;
  transition: .2s;
  border: 3px solid #eb2630;
  border-radius: 20px;
}

#home-form .col-home-form form button:hover {
  background-color: #3caac1;
  border: 3px solid #3caac1;
}

#home-form .col-home-form .col-home-form-footer .lead {
  font-size: .8rem;
  margin: 0px;
}

#home-form .col-home-form .col-home-form-footer .lead span {
  font-size: .9rem;
  font-weight: 500;
}

#home-form .col-home-form-desktop {
  position: absolute;
  right: 0;
  width: 475px;
  z-index: 3;
}

#home-form .home-text {
  margin-top: 50px;
}

#home-form .home-text .col-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59%;
          flex: 0 0 59%;
  max-width: 59%;
}

#home-form .home-text .col-fill {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
  max-width: 41%;
}

#home-form .home-text .p-content {
  line-height: 18px;
}

#home-form .home-text .p-content span {
  font-weight: bold;
}

#home-form .home-text .p-foot {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
  margin-top: 30px;
}

#home-form .home-text .p-foot span {
  font-size: 32px;
  background: #3caac1;
  padding: 0px 6px;
  margin: 0px -6px;
}

@media only screen and (max-width: 991px) {
  #home-form .home-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home-form .home-text .col-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #home-form .home-text .p-foot {
    margin: 30px 20px 50px 20px;
    letter-spacing: -.5px;
    line-height: 36px;
  }
  #home-form .col-home-txt h2 {
    font-size: 42px;
    line-height: 42px;
    text-align: left !important;
  }
  #home-form .col-home-form-desktop {
    max-width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  #home-form .col-home-txt {
    padding: 0;
  }
  #home-form .home-text .p-content {
    margin: 0 10px 15px 10px;
  }
  #home-form .home-text .p-foot {
    margin: 30px 10px 50px 10px;
    font-size: 28px;
    text-align: center;
  }
  #home-form .home-text .p-foot span {
    margin: 0;
    font-size: 28px;
  }
}

#icones {
  padding: 60px 0;
}

#icones .container-fluid {
  border-width: 5px 0px 5px 5px;
  -o-border-image: linear-gradient(90deg, #3caac100 50%, #3caac1 50%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #3caac100), color-stop(50%, #3caac1));
     border-image: linear-gradient(90deg, #3caac100 50%, #3caac1 50%);
  border-image-slice: 9;
  border-style: solid;
}

#icones .row {
  border: 5px solid #3caac1;
  border-right: 0px;
  margin: -5px -105px;
}

#icones h4 {
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  padding: 0px 20%;
}

#icones .col-icones-txt .col-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 800;
  font-size: 50px;
  line-height: 3.2rem;
  padding: 100px 15px 100px 75px;
  margin: 0;
}

#icones .col-icones-txt .col-title p span {
  font-size: 50px;
  color: #eb2630;
}

#icones .col-icones-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 36px;
}

#icones .col-icone img {
  z-index: 3;
  max-width: 50px;
  margin: auto 10px auto 0px;
  border-radius: 50%;
}

#icones .col-icone h5 {
  font-weight: 800;
  color: #0a133b;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #e8e8e8; */
}

#icones .col-icones:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
}

#icones .col-icones:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, black, rgba(0, 0, 0, 0));
}

@media only screen and (max-width: 991px) {
  #icones .mobile .col-icone {
    margin-bottom: 50px;
  }
  #icones .mobile .row {
    border: 3px solid #3caac1;
    margin: 0px 15px;
  }
  #icones .mobile .col-icones-txt .col-title p {
    padding: 50px 10px 20px 10px;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 38px;
  }
  #icones .mobile .col-icones-txt .col-title p span {
    font-size: 38px;
  }
  #icones .mobile .carousel__item_icone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px auto 5px auto;
  }
  #icones .mobile .carousel__item_icone .carousel__item_icone_titulo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 320px) {
  #icones .mobile .col-icones-txt {
    padding: 0 5px;
  }
  #icones .mobile .col-icones-txt .col-title p {
    padding: 50px 5px 20px 5px;
    line-height: 1;
    font-size: 34px;
  }
  #icones .mobile .col-icones-txt .col-title p span {
    font-size: 34px;
  }
  #icones .mobile .col-icone img {
    margin: auto;
  }
}

#processos {
  padding: 60px 0;
}

#processos .processos-txt .processos-txt-bold {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  line-height: 3rem;
}

#processos .processos-txt .processos-txt-bold span {
  font-size: 40px;
  color: #3caac1;
}

#processos .processos-txt .processos-txt-light {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}

#processos .processos-title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto;
  background: #eb2630;
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  color: white;
  text-transform: uppercase;
  padding: 2.5px 35px;
  border-radius: 30px;
}

#processos .processos-card {
  text-align: center;
  background: #80808017;
  margin: 15px 0px;
  padding: 40px 45px;
  width: 27%;
  -webkit-transition: .2s;
  transition: .2s;
}

#processos .processos-card p {
  color: #282529b8;
  line-height: 1.5rem;
  height: 4.5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

#processos .processos-card button {
  background: #3caac1;
  border-radius: 30px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  padding: 3px 30px;
  margin-top: 15px;
}

#processos .processos-card:hover {
  background: #0a133b;
}

#processos .processos-card:hover p {
  color: white;
}

@media only screen and (max-width: 991px) {
  #processos .processos-txt {
    text-align: center;
  }
  #processos .processos-txt .processos-txt-bold {
    font-size: 36px;
  }
  #processos .processos-txt .processos-txt-bold span {
    font-size: 36px;
  }
  #processos .processos-txt .processos-txt-light {
    font-size: 36px;
  }
  #processos .processos-card {
    width: 80%;
  }
}

@media only screen and (max-width: 320px) {
  #processos .processos-txt .processos-txt-bold {
    line-height: 1;
    margin-bottom: 5px;
    font-size: 32px;
  }
  #processos .processos-txt .processos-txt-bold span {
    font-size: 32px;
  }
  #processos .processos-title p {
    font-size: 24px;
    padding: 15px;
  }
  #processos .processos-card {
    width: 100%;
    padding: 20px 25px;
  }
}

#registrar {
  margin: 50px 20px;
  /* .registrar-botao:hover{
        text-align: center;
        button{
            background: #3caac1;
            border: 3px solid white;
        }
    } */
}

#registrar .container {
  background: #3caac1;
  border-radius: 50px;
  padding: 75px 100px 25px 100px;
  margin-bottom: 125px;
}

#registrar .registrar-title {
  margin-bottom: 50px;
}

#registrar .registrar-title p {
  color: #efefef;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
}

#registrar .registrar-title p span {
  color: #060b21;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 36px;
}

#registrar .registrar-baloes {
  margin-bottom: 25px;
}

#registrar .registrar-balao {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: #e9fbff;
  padding: 30px 80px 30px 80px;
  border-radius: 30px;
  margin-bottom: 15px;
}

#registrar .registrar-balao .registrar-balao-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#registrar .registrar-balao .registrar-balao-size p {
  color: #737171;
  margin: auto;
  line-height: 18px;
}

#registrar .registrar-balao .registrar-balao-size p span {
  font-weight: bold;
}

#registrar .registrar-balao.fe::after {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(../img/balao.png);
  position: absolute;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  right: -6%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#registrar .registrar-balao.fs::after {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(../img/balao.png);
  position: absolute;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  left: -6%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#registrar .registrar-balao-text-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
}

#registrar .registrar-balao-text-big p {
  color: #060b21 !important;
  font-weight: 400;
}

#registrar .registrar-balao-text-big p span {
  color: #060b21;
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 28px;
}

#registrar .fs {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: -15px;
}

#registrar .fs-animate {
  -webkit-animation: slideLeftSmall 1s ease-in;
          animation: slideLeftSmall 1s ease-in;
}

#registrar .fs-hidden {
  opacity: 0;
}

#registrar .fe {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: -15px;
}

#registrar .fe-animate {
  -webkit-animation: slideRightSmall 1s ease-in;
          animation: slideRightSmall 1s ease-in;
}

#registrar .fe-hidden {
  opacity: 0;
}

#registrar .registrar-botao {
  text-align: center;
}

#registrar .registrar-botao button {
  font-weight: 500;
  color: white;
  font-size: 18px;
  background: #eb2630;
  border-radius: 30px;
  margin: 0;
  padding: 3px 30px;
  margin-bottom: -75px;
  z-index: 999;
  -webkit-animation: registrar-botao 60s ease-in infinite normal;
          animation: registrar-botao 60s ease-in infinite normal;
}

#registrar .registrar-botao button:hover {
  background: #0a133b;
}

@media only screen and (max-width: 991px) {
  #registrar .container {
    padding: 75px 30px 25px 30px;
    text-align: center;
  }
  #registrar .registrar-balao {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    background: #e9fbff;
    padding: 15px 25px 15px 25px;
  }
  #registrar .modal-dialog {
    max-width: 85% !important;
    margin: 50px auto !important;
  }
  #registrar .modal-dialog .modal-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #registrar .modal-dialog .modal-content .modal-text-img {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 320px) {
  #registrar {
    margin: 50px 10px;
  }
  #registrar .container {
    padding: 50px 30px 25px 30px;
  }
  #registrar .registrar-title p {
    font-size: 32px;
  }
  #registrar .registrar-title p span {
    font-size: 32px;
  }
  #registrar .registrar-balao-text-big p span {
    font-size: 26px;
  }
}

#parceiros {
  padding: 0 0 50px 0;
}

#parceiros h1 {
  text-transform: uppercase;
  color: white;
  /* border-bottom: 8px solid #3caac1; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  border: 0px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#parceiros iframe {
  margin: auto;
  width: 100%;
  width: 90%;
  height: 425px;
}

#parceiros .parceiros-texto-container {
  margin: 50px 0px;
}

#parceiros .parceiros-texto-container .parceiros-texto-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #0a133b;
  font-weight: 800;
}

#parceiros .parceiros-texto-container .parceiros-texto-title span {
  font-size: 32px;
  color: #eb2630;
}

#parceiros .parceiros-texto-container .parceiros-texto-content {
  font-size: 32px;
  line-height: 36px;
  color: black;
  font-weight: 300;
}

#parceiros .parceiros-texto-container .parceiros-texto-content span {
  font-size: 32px;
  font-weight: 400;
}

#parceiros img {
  max-width: 225px;
  margin-bottom: 20px;
  padding: 0px 9px;
  /* -webkit-filter: grayscale(1);
          filter: grayscale(1); */
  -webkit-transition: .3s;
  transition: .3s;
}

#parceiros img:hover {
  -webkit-filter: unset;
          filter: unset;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#parceiros .parceiros-imagens-container {
  padding: 0px 15px;
}

#parceiros .parceiros-imagens-container .parceiros-imagem {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

#parceiros .parceiros-video-container {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  #parceiros h1 {
    margin-left: 30px !important;
  }
  #parceiros .parceiros-video-container {
    margin: 15px;
  }
  #parceiros .parceiros-video-container iframe {
    width: 100%;
    height: 225px;
  }
  #parceiros .parceiros-texto-container p, #parceiros .parceiros-texto-content p {
    text-align: center;
  }
  #parceiros .parceiros-imagens-container .parceiros-imagem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  #parceiros img {
    max-width: 275px;
  }
}

@media only screen and (max-width: 320px) {
  #parceiros img {
    max-width: 100%;
  }
  #parceiros .parceiros-texto-container .parceiros-texto-title, #parceiros .parceiros-texto-container .parceiros-texto-content {
    margin: 0 15px 30px 15px;
  }
}

#contato {
  padding: 0 0 50px 0;
}

#contato h1 {
  text-transform: uppercase;
  color: white;
  /* border-bottom: 8px solid #3caac1; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  border: 0px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#contato .contato-texto-container {
  margin: 50px 0;
}

#contato .contato-texto-container .contato-texto-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #0a133b;
  font-weight: 800;
}

#contato .contato-texto-container .contato-texto-title span {
  font-size: 32px;
  color: #eb2630;
}

#contato .contato-texto-container .contato-texto-content {
  font-size: 32px;
  line-height: 36px;
  color: black;
  font-weight: 300;
}

#contato .contato-texto-container .contato-texto-content span {
  font-size: 32px;
  font-weight: 400;
}

#contato .contato-card {
  padding: 10px;
}

#contato .contato-card .contato-card-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background: #3caac1;
  height: 425px;
  -webkit-transition: .3s;
  transition: .3s;
}

#contato .contato-card .contato-card-bg .contato-card-container .contato-card-img img {
  height: 75px;
  margin-bottom: 10px;
}

#contato .contato-card .contato-card-bg .contato-card-container .contato-card-img-wp {
  background: white;
  border-radius: 50%;
  width: 75px;
  margin: auto;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contato .contato-card .contato-card-bg .contato-card-container .contato-card-img-wp i {
  color: #3caac1;
  margin: auto;
  font-size: 60px;
  -webkit-transition: .3s;
  transition: .3s;
}

#contato .contato-card .contato-card-bg .contato-card-container .contato-card-content {
  color: white;
  text-align: center;
}

#contato .contato-card .contato-card-bg .contato-card-container .contato-card-content .contato-card-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  min-height: 44px;
  margin-bottom: 20px;
}

#contato .contato-card .contato-card-bg .contato-card-container .contato-card-content .contato-card-text {
  font-weight: 300;
  font-size: 18px;
}

#contato .contato-card .contato-card-bg:hover {
  background: #0a133b;
}

#contato .contato-card .contato-card-bg:hover .contato-card-img-wp i {
  color: #eb2630;
}

#contato .contato-card .contato-card-form-container, #contato .contato-card .contato-card-whats-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}

#contato .contato-card .contato-card-form-container {
  position: relative;
  background: #0a133b;
  border-radius: 15px;
}

#contato .contato-card .contato-card-form-container .contato-card-form {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

#contato .contato-card .contato-card-form-content {
  width: 60%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#contato .contato-card .contato-card-form-content label {
  color: white;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

#contato .contato-card .contato-card-form-content button {
  background: #eb2630;
  color: white;
  font-weight: 600;
  padding: 5px 15px;
  padding: 5px 50px;
  border-radius: 30px;
  margin: 25px 0px;
}

#contato .contato-card .contato-card-form-container:hover .contato-card-form, #contato .contato-card .contato-card-form-container:active .contato-card-form {
  display: block;
}

#contato .contato-card .contato-card-form-container:hover .contato-card-bg, #contato .contato-card .contato-card-form-container:active .contato-card-bg {
  display: none;
}

@media only screen and (max-width: 991px) {
  #contato h1 {
    margin-left: 30px !important;
  }
  #contato .contato-texto-container {
    text-align: center;
  }
  #contato .contato-texto-container .contato-texto-content {
    padding: 0px 10px;
  }
  #contato .contato-card-bg {
    height: 350px !important;
  }
  #contato .contato-card-form-container, #contato .contato-card-whats-container {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 80% !important;
            flex: 0 0 80% !important;
    max-width: 80% !important;
    margin: auto auto 30px auto;
  }
}

@media only screen and (max-width: 320px) {
  #contato .contato-texto-container .contato-texto-title, #contato .contato-texto-container .contato-texto-content {
    padding: 0px 15px;
  }
  #contato .contato-card-container .contato-card-content .contato-card-title, #contato .contato-card-container .contato-card-content .contato-card-text {
    margin: 0 10px 20px 10px;
  }
  #contato .contato-card-form-container:hover .contato-card-form, #contato .contato-card-form-container:active .contato-card-form {
    display: none;
  }
  #contato .contato-card-form-container:hover .contato-card-bg, #contato .contato-card-form-container:active .contato-card-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#empresa {
  padding: 0 0 50px 0;
}

#empresa h1 {
  text-transform: uppercase;
  color: white;
  /* border-bottom: 8px solid #3caac1; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  border: 0px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#empresa .empresa-container {
  margin-top: 40px;
}

#empresa .empresa-content-container {
  padding-right: 105px;
  text-align: left;
}

#empresa .empresa-foto-container {
  padding-right: 40px;
}

#empresa .empresa-img-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: white;
  height: 100%;
}

#empresa img {
  -webkit-transition: .3s;
  transition: .3s;
}

#empresa img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#empresa span {
  font-weight: bold;
}

#empresa .img-hover {
  margin: 0px 10px;
}

#empresa .img-hover img:last-child {
  display: none;
}

#empresa .img-hover:hover img:last-child {
  display: block;
}

#empresa .img-hover:hover img:first-child {
  display: none;
}

#empresa ul {
  list-style-type: none;
}

#empresa ul li {
  margin: 0px 10px;
}

#empresa ul li img:last-child {
  display: none;
}

#empresa ul li:hover img:last-child {
  display: block;
}

#empresa ul li:hover img:first-child {
  display: none;
}

@media only screen and (max-width: 991px) {
  #empresa h1 {
    margin-left: 30px !important;
  }
  #empresa .empresa-container {
    margin-top: 0;
  }
  #empresa .empresa-content-container {
    padding-right: 0px;
    text-align: left;
    margin-top: 50px;
  }
  #empresa img {
    padding-top: 35px;
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  #empresa .empresa-foto-container {
    padding-right: 15px;
  }
}

#equipe {
  margin: 50px 0px;
}

#equipe .container-fluid {
  border-width: 5px 5px 5px 0px;
  -o-border-image: linear-gradient(90deg, #0a133b 50%, #3caac100 50%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0a133b), color-stop(50%, #3caac100));
     border-image: linear-gradient(90deg, #0a133b 50%, #3caac100 50%);
  border-image-slice: 9;
  border-style: solid;
  margin-left: -10px;
}

#equipe .row {
  border: 5px solid #0a133b;
  border-left: 0px;
  margin: -5px;
  padding: 20px 20px 20px 0PX;
  margin-right: -20px;
}

#equipe img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  padding: 5px;
}

#equipe .equipe-imagem {
  position: relative;
  float: left;
}

#equipe .equipe-imagem .equipe-imagem-2 {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

#equipe .equipe-imagem .equipe-imagem-2 .equipe-texto {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  color: white;
}

#equipe .equipe-imagem .equipe-imagem-2 .equipe-texto p {
  margin: 0;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: left;
}

#equipe .equipe-imagem .equipe-imagem-2 .equipe-texto p span {
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}

#equipe .equipe-imagem:hover .equipe-imagem-2 {
  display: block;
}

#equipe .equipe-imagem:hover .equipe-imagem-2 img {
  -webkit-filter: brightness(0.65);
          filter: brightness(0.65);
}

@media only screen and (max-width: 991px) {
  #equipe .row {
    padding: 0;
  }
  #equipe .equipe-texto p {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 320px) {
  #equipe .empresa-foto-container {
    padding-right: 15px;
  }
  #equipe .row {
    margin-right: -25px;
  }
}

#servicos {
  margin: 100px 0 0 0;
}

#servicos img {
  height: 60px;
}

#servicos h3 {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  color: #eb2630;
  text-align: center;
}

#servicos h4, #servicos h5 {
  font-weight: 800;
  color: #0a133b;
}

#servicos h4 {
  font-size: 34px;
  margin: 0;
}

#servicos h5 {
  font-size: 24px;
  margin: 20px 0px 30px;
}

#servicos p {
  font-size: 18px;
  font-weight: 400;
  color: #494949;
}

#servicos .servicos-content-border {
  height: 3px;
  border-bottom: 3px solid #eb2630;
  width: 100px;
  margin: auto;
}

#servicos .servicos-content-border-duvidas {
  height: 3px;
  border-bottom: 3px solid #eb2630;
  width: 150px;
  margin: auto;
}

#servicos .servicos-border {
  height: 3px;
  border-bottom: 3px solid #3caac1;
}

#servicos .servicos-content-item-container {
  margin: 50px 0px;
}

#servicos .servicos-content-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

#servicos .servicos-content-item p {
  padding: 0px 30px;
}

#servicos .servicos-content-item-duvidas {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

@media only screen and (max-width: 991px) {
  #servicos .servicos-content-item-container {
    margin: 0;
  }
  #servicos .servicos-content-item {
    margin: 40px auto 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}

@media only screen and (max-width: 320px) {
  #servicos .servicos-content-item p {
    padding: 0px 10px;
  }
  #servicos .servicos-border {
    margin-top: 50px;
  }
}

#materiais {
  margin: 100px 0px;
}

#materiais .itemHover {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  overflow: hidden;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}

#materiais .itemHover .itemContent {
  height: inherit;
}

#materiais .itemHover .itemContent .itemContent__container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  color: #0a133b;
}

#materiais .itemHover .itemContent .itemContent__container .itemContent__txt {
  padding: 0 10px;
  height: 240px;
}

#materiais .itemHover .itemContent .itemContent__container h6 {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 800;
}

#materiais .itemHover .itemContent .itemContent__container p {
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  letter-spacing: -1.2px;
  line-height: 20px;
}

#materiais .itemHover .itemContent .itemContent__container img {
  width: 50px;
}

#materiais .itemHover .itemContent .itemContent__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 20px auto;
  border-radius: 50%;
  padding: 16px;
}

#materiais .itemHover .itemCapa img {
  height: 175px;
}

#materiais .missao {
  background: #3caac1;
}

#materiais .missao .itemContent .itemContent__img {
  background: #3caac1;
}

#materiais .visao {
  background: #eb2630;
}

#materiais .visao .itemContent .itemContent__img {
  background: #eb2630;
}

#materiais .principios {
  background: #0a133b;
}

#materiais .principios .itemContent .itemContent__img {
  background: #0a133b;
}

#materiais .itemHover:hover, #materiais .itemHover:active {
  background: white;
  color: red;
  display: block;
}

#materiais .itemHover:hover .itemCapa, #materiais .itemHover:active .itemCapa {
  display: none;
}

@media only screen and (max-width: 991px) {
  #materiais .itemHover {
    margin-bottom: 30px;
  }
}

#conte-conosco .baloes {
  margin-top: 80px;
}

#conte-conosco .balao {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: #e9fbff;
  padding: 15px 45px 15px 45px;
  border-radius: 35px;
  margin-bottom: 15px;
}

#conte-conosco .balao .balao-size {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#conte-conosco .balao .balao-size p {
  color: #0a133b;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
}

#conte-conosco .balao .balao-size p span {
  font-size: 28px;
  font-weight: 800;
}

#conte-conosco .balao.fs::after {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(../img/balao.png);
  position: absolute;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  left: -6%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#conte-conosco .balao-text-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
}

#conte-conosco .balao-text-big p {
  color: #060b21 !important;
  font-weight: 400;
}

#conte-conosco .balao-text-big p span {
  color: #060b21;
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 28px;
}

#conte-conosco .fs {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: -15px;
}

#conte-conosco .title p, #conte-conosco .title span {
  font-weight: 800;
}

#conte-conosco .title p {
  font-size: 32px;
  text-align: left;
  color: #0a133b;
  line-height: 36px;
}

#conte-conosco .title span {
  font-size: 32px;
  color: #eb2630;
}

#conte-conosco button {
  background-color: #eb2630;
  border-radius: 30px;
  font-weight: 500;
  color: white;
  padding: 6px 30px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 35px;
}

#conte-conosco button:hover {
  background-color: #3caac1;
}

#conte-conosco img {
  margin-bottom: -2px;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  #conte-conosco .title {
    margin-top: 30px;
  }
  #conte-conosco .title p {
    text-align: center;
    font-size: 28px;
  }
  #conte-conosco .title p span {
    font-size: 28px;
  }
  #conte-conosco .baloes {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 320px) {
  #conte-conosco .fs {
    margin-left: 0;
  }
  #conte-conosco .balao {
    padding: 15px 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #conte-conosco .balao .balao-size {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #conte-conosco .balao .balao-size p {
    text-align: center;
  }
  #conte-conosco .balao .balao-size p span {
    font-size: 24px;
  }
}

#duvidas {
  padding: 0;
}

#duvidas h1 {
  text-transform: uppercase;
  color: white;
  /* border-bottom: 8px solid #3caac1; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  border: 0px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#duvidas .duvidas-texto-container {
  margin: 50px 0;
}

#duvidas .duvidas-texto-container .duvidas-texto-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #0a133b;
  font-weight: 800;
}

#duvidas .duvidas-texto-container .duvidas-texto-title span {
  font-size: 32px;
  color: #eb2630;
}

#duvidas .duvidas-texto-container .duvidas-texto-content {
  font-size: 32px;
  line-height: 36px;
  color: black;
  font-weight: 300;
}

#duvidas .duvidas-texto-container .duvidas-texto-content span {
  font-size: 32px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  #duvidas h1 {
    margin-left: 30px !important;
  }
  #duvidas .duvidas-texto-title, #duvidas .duvidas-texto-content {
    text-align: center;
  }
  #duvidas .duvidas-texto-content {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 320px) {
  #duvidas .duvidas-texto-container .duvidas-texto-title, #duvidas .duvidas-texto-container .duvidas-texto-content {
    padding: 0px 15px;
  }
}

#duvidas-form {
  padding: 100px 0px;
}

#duvidas-form .container-fluid {
  border-width: 5px 5px 5px 0px;
  -o-border-image: linear-gradient(90deg, #0a133b 50%, #3caac100 50%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0a133b), color-stop(50%, #3caac100));
     border-image: linear-gradient(90deg, #0a133b 50%, #3caac100 50%);
  border-image-slice: 9;
  border-style: solid;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f6f6f6), color-stop(50%, #3caac100));
  background-image: linear-gradient(to right, #f6f6f6 50%, #3caac100 50%);
}

#duvidas-form .row {
  border: 5px solid #0a133b;
  border-left: 0px;
  margin: -5px;
  padding: 15px;
  background: #f6f6f6;
}

#duvidas-form .col-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

#duvidas-form .col-text .duvida-texto-title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 45px;
  color: #0a133b;
  font-weight: 800;
}

#duvidas-form .col-text .duvida-texto-title span {
  font-size: 36px;
  color: #eb2630;
}

#duvidas-form .col-text .duvidas-texto-content {
  font-size: 18px;
  line-height: 18px;
  color: black;
  font-weight: 300;
}

#duvidas-form .col-text .duvidas-texto-content span {
  font-size: 18px;
  font-weight: 400;
}

#duvidas-form .col-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  margin: 40px 0 40px 0;
  padding: 0 50px 0 50px;
}

#duvidas-form .col-form .col-form-title {
  font-weight: 600;
  color: #0a133b;
  margin-bottom: 20px;
}

#duvidas-form .col-form .col-form-title p {
  margin: 0;
}

#duvidas-form .col-form .col-form-title .col-form-title-border {
  height: 3px;
  border-bottom: 3px solid #eb2630;
  width: 90px;
  margin: auto;
}

#duvidas-form .col-form form .form-group {
  margin-bottom: 10px;
}

#duvidas-form .col-form label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #3e3e3e;
}

#duvidas-form .col-form input {
  border: 1px solid #cecece !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#duvidas-form .col-form .form-radio label {
  font-weight: 400;
}

#duvidas-form .col-form .form-btn {
  margin-top: 20px;
}

#duvidas-form .col-form .form-btn button {
  background: #eb2630;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  padding: 5px 25px;
  -webkit-transition: .3s;
  transition: .3s;
}

#duvidas-form .col-form .form-btn:hover button {
  background: #3caac1;
}

@media only screen and (max-width: 991px) {
  #duvidas-form .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #duvidas-form .col-text, #duvidas-form .col-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }
  #duvidas-form .col-form {
    padding: 0 10px;
  }
  #duvidas-form .duvida-texto-title, #duvidas-form .duvida-texto-content {
    text-align: center;
  }
  #duvidas-form .duvida-texto-title {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 320px) {
  #duvidas-form .container {
    margin-left: 10px;
  }
  #duvidas-form .col-form .form-btn button {
    padding: 5px 10px;
  }
}

#duvidas-balao {
  margin: 50px 0;
}

#duvidas-balao .container {
  background: #3caac16b;
  border-radius: 50px;
  padding: 75px 150px 25px 150px;
  margin-bottom: 50px;
}

#duvidas-balao .duvidas-baloes {
  margin-bottom: 25px;
}

#duvidas-balao .duvidas-balao {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: #e9fbff;
  padding: 20px 40px 20px 30px;
  border-radius: 30px;
  margin-bottom: 15px;
  width: 70%;
}

#duvidas-balao .duvidas-balao .duvidas-balao-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#duvidas-balao .duvidas-balao .duvidas-balao-size p {
  color: #737171;
  margin: auto 0;
}

#duvidas-balao .duvidas-balao .duvidas-balao-size p span {
  font-weight: bold;
}

#duvidas-balao .duvidas-balao.fe::after {
  content: '';
  top: 3px;
  width: 65px;
  height: 60px;
  background-image: url(../img/balao-azul.png);
  position: absolute;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  right: -5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#duvidas-balao .duvidas-balao.fs::after {
  content: '';
  top: 3px;
  width: 50px;
  height: 50px;
  background-image: url(../img/balao.png);
  position: absolute;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  left: -5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#duvidas-balao .duvidas-balao-text-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
}

#duvidas-balao .duvidas-balao-text-big p {
  color: #060b21 !important;
  font-weight: 400;
}

#duvidas-balao .duvidas-balao-text-big p span {
  color: #060b21;
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 28px;
}

#duvidas-balao .fs {
  background: #e9fbff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: -15px;
}

#duvidas-balao .fe {
  background: #091436;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: -15px;
  width: 55%;
}

#duvidas-balao .fe .duvidas-balao-size p {
  color: white;
}

#duvidas-balao .fe .duvidas-balao-size p span {
  color: white;
}

#duvidas-balao .fs-hidden, #duvidas-balao .fe-hidden {
  opacity: 0;
}

#duvidas-balao .fs-animate {
  -webkit-animation: slideLeftSmall 1s ease-in;
          animation: slideLeftSmall 1s ease-in;
}

#duvidas-balao .fe-animate {
  -webkit-animation: slideRightSmall 1s ease-in;
          animation: slideRightSmall 1s ease-in;
}

#duvidas-balao .duvidas-botao {
  text-align: center;
}

#duvidas-balao .duvidas-botao button {
  font-weight: 500;
  color: white;
  font-size: 18px;
  background: #eb2630;
  border-radius: 30px;
  margin: 0;
  padding: 8px 30px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: -60px;
}

#duvidas-balao .duvidas-botao button:hover {
  background: #3caac1;
}

@media only screen and (max-width: 991px) {
  #duvidas-balao .container {
    padding: 25px 50px 25px 50px;
  }
  #duvidas-balao .container .duvidas-balao {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
  #duvidas-balao .duvidas-balao.fs::after {
    left: -8%;
  }
}

#modalinfo form label {
  margin-bottom: 5px;
}

#modalinfo form input {
  margin-bottom: 15px;
}

#modalinfo form button {
  margin-top: 25px;
}

#modalinfo form input, #modalinfo form button {
  width: 100%;
}

footer {
  padding-top: 20px;
  background-color: #0a133b;
  /* .copyright_img:hover {
        background-image: url(https://otimizer.com.br/logoSite/logo_w_otimizer_cubo.png);
        transition: 1s cubic-bezier(0, 0.46, 0.64, 0.91);
    } */
}

footer h6 {
  color: white;
  font-weight: bold;
  border-bottom: 0px;
  border-left: 3px solid #eb2630;
  padding-left: 5px;
  margin-left: -8px;
  margin-bottom: 15px;
  text-align: left !important;
}

footer p {
  font-weight: 300;
}

footer p, footer span {
  color: #cccccc;
  font-size: 16px;
}

footer span {
  font-weight: 500;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .col-atendimento {
  margin: 20px 0px;
}

footer .col-atendimento p {
  margin-bottom: 2px;
}

footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0px;
}

footer li img {
  max-width: 35px;
}

footer li p {
  margin: 0;
  width: 192px;
  text-align: left;
}

@media (max-width: 992px) {
  footer li {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

footer .footer-logo {
  max-width: 200px;
  background: white;
  padding: 5px;
}

@media (min-width: 993px) {
  footer .footer-column-middle .footer-column-middle-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

footer .footer-column-middle a {
  padding: 0;
  color: #cccccc;
  font-weight: 300;
}

@media (max-width: 992px) {
  footer .footer-column-middle {
    padding: 0px 30px;
  }
}

footer .fa {
  color: #3caac1;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
}

footer .info .fa {
  font-size: 20px;
  margin-right: 5px;
}

footer .info .fa-whatsapp {
  color: #3caac1;
  background: transparent;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 2px 3px;
  font-size: 22px;
}

footer .info .fa-phone {
  color: #0a133b;
  background: #3caac1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 2px 3.5px;
  font-size: 16px;
  margin-right: 8px;
}

footer .redes .fa {
  font-size: 30px;
  margin-right: 10px;
}

footer .redes .logo {
  bottom: 16px;
}

@media (max-width: 991px) {
  footer .redes .logo {
    position: relative;
    bottom: 0;
    margin-top: 50px;
    text-align: center;
  }
}

footer .footer-dev {
  color: white;
}

footer .footer-dev a {
  color: white;
  font-weight: bold;
}

footer .copyright_img {
  /* background-image: url(https://otimizer.com.br/logoSite/logo_w_otimizer%20150x41.png);
  background-repeat: no-repeat;
  background-position: center; */
  display: inline-block;
  width: 150px;
  height: 27px;
  /* margin: -10px 0px; */
  /* /* background-size: 100% 100%; */
}

@media (max-width: 991px) {
  footer .redes {
    position: relative;
    bottom: 0;
  }
}

#campanha {
  background-image: url("../img/bg_01.png");
  background-size: cover;
  height: 100vh;
}

#campanha .col-home-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 25px;
}

#campanha .col-home-txt {
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0px 40px;
}

#campanha .col-home-txt p {
  text-align: justify;
}

#campanha .col-home-txt h2 {
  color: white;
  font-size: 32px;
  text-align: left;
  font-weight: bold;
}

#campanha .col-home-txt span {
  font-weight: bold;
}

#campanha .col-home-txt .titulo-l1 {
  color: #eb2630 !important;
}

#campanha .col-home-txt .lead {
  font-size: 1rem;
  margin-top: -15px;
}

#campanha .col-home-txt .p-foot {
  margin-top: 50px;
}

@media (max-width: 991px) {
  #campanha .col-home-txt h5, #campanha .col-home-txt .lead {
    text-align: center;
  }
}

@media (max-width: 992px) {
  #campanha .col-home-txt {
    padding: 0px 20px;
  }
}

#campanha .col-home-form {
  background: #0a133b;
  padding: 30px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 5px 15px #00000047;
          box-shadow: 10px 5px 15px #00000047;
  text-align: center;
}

#campanha .col-home-form .lead {
  font-size: 1rem;
  line-height: 18px;
}

#campanha .col-home-form p, #campanha .col-home-form h3 {
  color: white;
  text-align: center;
}

#campanha .col-home-form h5 {
  color: white;
  font-size: 32px;
  text-align: left;
  font-weight: bold;
}

#campanha .col-home-form span {
  font-weight: 500;
  font-size: 16px;
}

#campanha .col-home-form form label {
  color: white;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

#campanha .col-home-form form input {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 3px;
  padding: 3px;
  border: 2px solid #3d3f48;
}

#campanha .col-home-form form button {
  width: 100%;
  margin-top: 20px;
  background-color: #eb2630;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: .2s;
  transition: .2s;
  border: 3px solid #eb2630;
}

#campanha .col-home-form form button:hover {
  background-color: white;
  color: #eb2630;
}

/* owl css */
.owl-theme .owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #3caac1;
  width: 30px;
  height: 3px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #eb2630;
}

.owl-subtitle {
  text-transform: uppercase;
  color: #504e4edb;
  margin-top: -75px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.carousel__item_icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel__item_icone .carousel__item_icone_titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__item_icone .carousel__item_icone_titulo h5 {
  border-bottom: 0px;
  text-transform: uppercase;
  margin: auto 0px;
  font-size: 32px;
  padding: 5px 0px;
}

.carousel__item_texto p {
  padding: 0;
  width: 82%;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin: auto;
  text-align: center;
}

/* fim owl css */
/* modal css */
#exampleModalCenter p {
  color: black;
}

#exampleModalCenter .fechar-top {
  position: absolute;
  right: 1em;
  top: -1em;
  -webkit-transform: none !important;
  transform: none !important;
}

#exampleModalCenter .solicitar {
  background: #091436;
  color: white;
  border: 2px solid #091436;
  -webkit-transition: .3s;
  transition: .3s;
}

#exampleModalCenter .solicitar:hover {
  background: white;
  color: #091436;
}

.modal-dialog {
  max-width: 60% !important;
  margin: 100px auto !important;
}

@media (max-width: 991px) {
  .modal-dialog {
    max-width: 85% !important;
  }
}

@media (max-width: 320px) {
  .modal-dialog {
    max-width: 90% !important;
  }
}

.modal-content {
  background: #091436;
  border-radius: 30px;
}

.modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  margin-top: 0px !important;
  padding: 4px 15px !important;
  background: none !important;
  z-index: 999;
  color: white;
}

.modal-content .close span {
  font-size: 30px !important;
}

.modal-content-saibamais {
  background: #3caac1;
}

.modal-text {
  margin: 35px 0;
}

.modal-text-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #eb2630;
  color: white;
  padding: 8px 16px;
  font-weight: 200;
  line-height: 16px;
  margin-top: -35px;
}

.modal-text-title p {
  margin: 0;
  font-size: 15px;
  text-align: left;
}

.modal-text-title p span {
  font-weight: 400;
  font-size: 18px;
}

.modal-text-title-saibamais {
  background-color: #091436;
}

.modal-text-img {
  background-image: url(../img/popup/registraragora.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 275px;
  margin-top: 35px;
}

@media (max-width: 320px) {
  .modal-text-img {
    background-size: contain;
  }
}

.modal-text-img-saibamais {
  background-image: url(../img/popup/saibamais.png);
}

@media (max-width: 320px) {
  .modal-text-img-saibamais {
    background-size: contain;
  }
}

.modal-text-content p {
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
  color: white;
}

.modal-form-bottom {
  text-align: center;
}

.modal-form-bottom .modal-btn {
  margin: 25px 0 20px 0 !important;
  font-weight: 500 !important;
  color: white !important;
  font-size: 18px !important;
  background: #eb2630 !important;
  border-radius: 30px !important;
  padding: 3px 30px !important;
  z-index: 999 !important;
}

.modal-form-bottom p {
  color: #fbfbfb;
  font-size: 14px;
}

.modal-form-text {
  margin-bottom: 25px;
  text-align: center;
}

.modal-form-text p {
  color: white;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
}

.modal-form-text p span {
  color: #eb2630;
  font-weight: 600;
  font-size: 22px;
}

.modal-form-text-saibamais p span {
  color: #091436;
}

.form-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  margin: auto;
  text-align: left;
}

.form-group label {
  padding: 0 0 0 10px;
  font-weight: 500;
  color: white;
}

.form-group input {
  height: 40px;
  border-radius: 5px;
  border: 0;
}

/* fim modal css */
.btn.focus, .btn:focus, .btn-outline {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 #ffffff00 !important;
          box-shadow: 0 0 0 0 #ffffff00 !important;
}

section {
  padding: 0px;
}

@media (max-width: 425px) {
  section {
    max-width: 425px;
  }
}

.ma {
  margin: auto;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0px;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .dfm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fdr {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fdc {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.di {
  display: inline;
}

@media (max-width: 992px) {
  .dim {
    display: inline-block;
  }
}

.tac {
  text-align: center;
}

@media (max-width: 992px) {
  .tacm {
    text-align: center !important;
  }
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.ttu {
  text-transform: uppercase;
}

.ttc {
  text-transform: capitalize;
}

.jsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jse {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .jcm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fwb {
  font-weight: bold;
}

.fwl {
  font-weight: lighter;
}

.mobile {
  display: none;
}

@media (max-width: 992px) {
  .mobile {
    display: contents;
  }
  .desktop {
    display: none !important;
  }
}

.img-placeholder {
  background: grey;
  padding: 30px;
  position: absolute;
  margin-top: 200px;
  z-index: 2;
}

.img-placeholder img {
  max-width: 100px;
}

@media (max-width: 991px) {
  .row {
    margin: 0px 15px;
  }
}

.col-pad {
  padding: 15px 15px;
}

@media (max-width: 991px) {
  .col-pad {
    padding: 30px 15px;
  }
}

@-webkit-keyframes navbar__whatsapp {
  0% {
    background: #3caac1;
  }
  40% {
    background: #3caac1;
  }
  41% {
    background: #eb2630;
  }
  59% {
    background: #eb2630;
  }
  60% {
    background: #3caac1;
  }
  100% {
    background: #3caac1;
  }
}

@keyframes navbar__whatsapp {
  0% {
    background: #3caac1;
  }
  40% {
    background: #3caac1;
  }
  41% {
    background: #eb2630;
  }
  59% {
    background: #eb2630;
  }
  60% {
    background: #3caac1;
  }
  100% {
    background: #3caac1;
  }
}

@-webkit-keyframes registrar-botao {
  0% {
    background: #eb2630;
  }
  25% {
    background: #eb2630;
  }
  26% {
    background: #091436;
  }
  34% {
    background: #091436;
  }
  35% {
    background: #eb2630;
  }
  60% {
    background: #eb2630;
  }
  61% {
    background: #091436;
  }
  69% {
    background: #091436;
  }
  70% {
    background: #eb2630;
  }
  100% {
    background: #eb2630;
  }
}

@keyframes registrar-botao {
  0% {
    background: #eb2630;
  }
  25% {
    background: #eb2630;
  }
  26% {
    background: #091436;
  }
  34% {
    background: #091436;
  }
  35% {
    background: #eb2630;
  }
  60% {
    background: #eb2630;
  }
  61% {
    background: #091436;
  }
  69% {
    background: #091436;
  }
  70% {
    background: #eb2630;
  }
  100% {
    background: #eb2630;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  5% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  5% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  5% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  5% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes slideLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes slideLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes slideRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes slideRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/*# sourceMappingURL=styles.css.map */