@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

body {
  background: #fff;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 10pt;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-top: 25px;
}

.navbar-brand {
  background: url(../img/logo.svg) no-repeat;
  height: 50px;
  width: 190px;
}

.bg-light {
  background: transparent !important;
}

ul.navbar-nav {
  margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #9FEB4D;
}

.green {
  color: #9FEB4D;
}

h2 {
  font-weight: 900;
  font-size: 40px;
}

h3 {
  font-weight: 900;
}

h4 {
  font-weight: 400;
  font-size: 18px;
}

header.header-banner.fixed-header {
  background: #071C79;
  position: fixed;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  padding-top: 10px;
  margin-top: -35px;
}

/*****buttons********/
/*****typingtext*****/
#frst {
  background: #081d7b;
  background: linear-gradient(49deg, #081d7b 0%, #2440b8 100%);
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#frst::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/top-element.svg) no-repeat -1px top;
  background-size: 100%;
  width: 280px;
  height: 290px;
}

#frst::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10vh;
  background: url(../img/gasoline.svg) no-repeat;
  background-size: 100%;
  width: 900px;
  height: 590px;
  z-index: 2;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounce-1;
          animation-name: bounce-1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

#frst .row.text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#frst .row.text-center::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/frst-path.svg) no-repeat;
  background-size: 100%;
  width: 420px;
  height: 560px;
  z-index: -1;
}

#frst .small {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#frst .green {
  font-weight: 900;
}

#frst h1 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 45px;
  min-height: 245px;
}

#frst span.typed-text {
  font-weight: 400;
  color: #fff;
}

#frst span.cursor {
  display: inline-block;
  background-color: #fff;
  margin-left: 0.1rem;
  width: 3px;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}

#frst span.cursor.typing {
  -webkit-animation: none;
          animation: none;
}

.about {
  background: #071C79;
  color: #fff;
  padding: 65px 0px 140px 0px;
  position: relative;
}

.about::before {
  content: '';
  position: absolute;
  background: url(../img/angle.svg) no-repeat top right;
  background-size: 100%;
  width: 100%;
  height: 120px;
  left: 0;
  top: -100px;
  z-index: 1;
}

.about b {
  color: #9FEB4D;
}

.mission {
  background: url(../img/vision.svg) no-repeat top right;
  background-size: 90%;
  color: #071C79;
  margin-top: -45px;
  padding: 65px 0px;
  position: relative;
  z-index: 1;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icons {
  margin-bottom: 20px;
  max-width: 77px;
}

#beneficios {
  background: url(../img/benefits-bg.svg) no-repeat left bottom #F5F7FF;
  color: #071C79;
  margin-top: -17px;
  padding: 65px 0px 190px 0px;
}

#beneficios h3 {
  margin-bottom: 35px;
}

.underlined {
  position: relative;
}

.underlined::before {
  content: '';
  position: absolute;
  background: url(../img/underline.svg) no-repeat;
  width: 100%;
  height: 40px;
  right: 0;
  bottom: -45px;
  z-index: 2;
}

.oval {
  background: #071c79;
  background: linear-gradient(176deg, #071c79 0%, #9feb4d 100%);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  padding: 5px 25px;
  position: relative;
  z-index: 2;
}

.oval p {
  font-size: 12px;
  margin-bottom: 0;
}

.oval::before {
  content: '';
  background: #fff;
  border-radius: 100px;
  position: absolute;
  width: 96%;
  height: 90%;
  left: 2%;
  top: 5%;
  z-index: -1;
}

.oval .img {
  width: 40px;
  margin-right: 20px;
}

.number {
  background: url(../img/number.svg) no-repeat;
  color: #fff !important;
  font-size: 30px;
  margin-right: 30px;
  padding: 15px 25px;
}

.number-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

#comofunciona.about {
  background: url(../img/second-path.svg) no-repeat 80% bottom #071C79;
  padding: 120px 0px;
}

#cobertura {
  background: #F5F7FF;
  padding-bottom: 65px;
}

#cobertura .container {
  background: #fff !important;
  border-radius: 20px;
  -webkit-box-shadow: #0000002a 6px 6px 12px;
          box-shadow: #0000002a 6px 6px 12px;
  margin-top: -35px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  z-index: 2;
}

#cobertura .container iframe {
  margin-bottom: -10px;
}

#cobertura h3 {
  color: #071C79;
  margin: 30px 0px;
}

footer {
  background: url(../img/bg-footer.svg) no-repeat right bottom #071C79;
  color: #fff;
  padding: 65px 0px;
}

footer .bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: #2440B8 solid 1px;
}

footer p, footer a {
  font-size: 12px;
  color: #fff;
}

footer .location {
  background: url(../img/icon-address.svg) no-repeat left 5px;
  background-size: 16px;
  padding-left: 26px;
}

footer .mail {
  background: url(../img/icon-mail.svg) no-repeat left 5px;
  background-size: 16px;
  padding-left: 26px;
}

footer .phone {
  background: url(../img/icon-phone.svg) no-repeat left center;
  background-size: 14px;
  display: block;
  margin-top: 10px;
  padding-left: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  grid-gap: 15px;
}

.social-media .facebook {
  background: url(../img/icon-facebook.svg) no-repeat;
  background-size: 100%;
  width: 9px;
  height: 18px;
}

.social-media .twitter {
  background: url(../img/icon-twitter.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.social-media .tiktok {
  background: url(../img/icon-tiktok.svg) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 18px;
}

.social-media .instagram {
  background: url(../img/icon-insta.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

/*****Animation*****/
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

.fadeInUp {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.in-view {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  opacity: 1;
}

.mrgn {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounce-1;
          animation-name: bounce-1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*************Mobile************/
@media (max-width: 992px) {
  .navbar-light .navbar-toggler {
    border: none;
  }
  .navbar-light .navbar-toggler .navbar-toggler-icon {
    background: url(../img/menu.svg) no-repeat center;
  }
  div#navbarSupportedContent {
    background: #071C79;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #frst .row.text-center::after {
    background-size: 90%;
    height: 400px;
  }
  #frst::after {
    width: 100%;
    height: 400px;
  }
  .about::before {
    display: none;
  }
  #frst h1 {
    font-size: 32px;
  }
  #frst .small {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
  }
  .mission {
    background: #5AB002;
  }
  .row.mt-5 {
    margin-top: 0px !important;
  }
  .oval {
    margin-bottom: 3em;
  }
  #cobertura {
    padding: 0px 20px 45px 20px;
  }
}
/*# sourceMappingURL=styles.css.map */