@import url("https://fonts.googleapis.com/css2?family=Baloo+Paaji+2&display=swap");
a {
  cursor: pointer;
}

.logofaria {
  width: 30%;
}

.farialogo {
  width: 30%;
}

.baloo {
  font-family: "Baloo Paaji 2", cursive;
}

.main-color {
  color: #002c5f !important;
}

.main-bg {
  background-color: #002c5f !important;
}

#main-menu {
  background-color: #002c5f !important;
}
#main-menu a {
  color: #FFF;
}
#main-menu .nav-linkhover {
  background-color: #fff;
}

.header__logo {
  width: 150px;
}
.header .upper-logo {
  margin: 0 auto;
}

.tools__item {
  height: 150px;
  align-self: center;
  transition: 0.5s ease-in-out;
  background-color: #2980b9;
}
.tools__item:hover {
  background-color: #0021db !important;
}
.tools__item p {
  font-weight: 100;
}

.newsletter {
  background: #03c7d4;
}
.newsletter__envelope {
  text-align: end;
  font-size: 36px;
}

.planos__item {
  min-height: 200px;
  height: auto;
  padding-bottom: 50px;
  font-size: 20px;
}

#planos2 {
  background-color: #002c5f;
}

.outer-footer img {
  width: 150px;
}

.news__first {
  width: 100%;
}
.news__second {
  width: 100%;
}
.news__third {
  width: 100%;
}

.banner__form {
  z-index: 100;
  background-color: #fff;
  top: 10%;
  right: 10%;
}

.whatsapp {
  bottom: 110px;
  right: 2%;
  z-index: 100;
  position: fixed;
}
@media only screen and (max-device-width: 730px) {
  .whatsapp {
    z-index: 10000;
    bottom: 20% !important;
    left: 80%;
  }
}

.simulation {
  bottom: 0;
  left: 2%;
  z-index: 100;
  width: 100px;
  text-align: center;
}

.outer-footer__disal {
  width: 50px !important;
}

.footer {
  background-color: #002c5f;
}

.simule {
  color: #000;
}
.simule__credito {
  display: none;
}
.simule__parcela {
  display: none;
}

#beneficios .card {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.l-bg-cherry {
  background: linear-gradient(to right, #493240, #f09) !important;
  color: #fff;
}

.l-bg-blue-dark {
  background: linear-gradient(to right, #373b44, #4286f4) !important;
  color: #fff;
}

.l-bg-green-dark {
  background: linear-gradient(to right, #0a504a, #38ef7d) !important;
  color: #fff;
}

.l-bg-orange-dark {
  background: linear-gradient(to right, #a86008, #ffba56) !important;
  color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fal {
  font-size: 110px;
}

#planos .card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  #planos .card {
    min-height: 350px;
  }
}
@media (max-width: 420px) {
  #planos .card {
    min-height: 300px;
  }
}
#planos .card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#planos .card.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#planos .card.card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: 130%;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
#planos .card.card-has-bg:hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #234f6d;
  background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #044572 100%);
}
#planos .card .card-footer {
  background: none;
  border-top: none;
}
#planos .card .card-footer .media img {
  border: solid 3px rgba(234, 95, 0, 0.3);
}
#planos .card .card-meta {
  color: orange;
}
#planos .card .card-body {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
#planos .card:hover {
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
#planos .card:hover .card-body {
  margin-top: 30px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
#planos .card .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #234f6d;
  background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #455f71 100%);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: unset !important;
}

@media (screen < 720px) {
  .banner-home .swiper-pagination {
    display: none;
  }
}
.planos2 .card {
  min-height: 0 !important;
  transition: ease all 0.5s;
}
.planos2 .card:hover {
  transform: scale(1.1);
}

tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}

#banner-home, .planos2, #offers {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.videos__video {
  height: autopx;
}
.videos__video .card-body {
  height: 100px;
}