:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1;
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

body {
  color: #444242;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.hero__social-wrapper {
  display: none;
}

.hero__info__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero__social-link-block {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  display: flex;
}

.container {
  max-width: 1100px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}

.container.hero__info {
  width: 100%;
  color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
}

.container.footer {
  padding-top: 0;
}

.container.faq {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.presentacion {
  flex-direction: row;
  display: flex;
}

.container.pp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.container.title {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.container.banner-top {
  justify-content: center;
  align-items: stretch;
  line-height: 48px;
  display: flex;
}

.container.thanks {
  width: 100%;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.hero__social-image {
  height: 22px;
}

.hero__logo {
  height: 55px;
}

.hero__secroll-image {
  height: 45px;
  margin-top: 10px;
}

.section.hero {
  width: 100%;
  height: 100vh;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section.navbar {
  z-index: 10;
  background-color: #444242;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.faq {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section.modal {
  z-index: 9;
  width: 100vw;
  height: 100%;
  background-color: #444242;
  background-image: url('../images/pattern-krak-white.svg');
  background-position: 50%;
  background-size: 35px;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section.presentacion {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 85px;
}

.section.pp {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section.banner-top {
  background-color: #f2f2f2;
}

.section.modal-video {
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background-color: rgba(53, 53, 53, .85);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section.thanks {
  width: 100%;
  height: 100vh;
  background-color: #444242;
  background-image: url('../images/pattern-krak-white.svg');
  background-position: 50%;
  background-size: 32px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hero__scroll {
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 40px;
  font-weight: 300;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero__navbar {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.hero__contact-wrapper {
  width: 45%;
}

.contact-form__wrap {
  background-color: rgba(68, 66, 66, .52);
  border-top: 4px solid #08407C;
  margin-top: 30px;
  padding: 14px 20px 20px;
}

.contact-form__container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact__input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-top: 10px;
}

.contact__input:focus {
  color: #fff;
  border-bottom: 1px solid #08407C;
}

.contact__input::-ms-input-placeholder {
  color: #fff;
}

.contact__input::placeholder {
  color: #fff;
}

.contact__submit {
  color: #fff;
  background-color: #08407C;
  margin-top: 40px;
  padding: 9px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .4s ease-in-out;
  box-shadow: inset 0 0 18px rgba(68, 66, 66, .35);
}

.contact__submit:hover {
  color: #444242;
  background-color: #fff;
}

.footer__info-wrap-b {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 55px;
  margin-bottom: 35px;
  display: flex;
  position: relative;
}

.footer__company-txt {
  font-weight: 300;
  line-height: 22px;
}

.footer__social {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.footer__mail-txt {
  font-weight: 300;
}

.footer__link {
  color: #fff;
  justify-content: flex-start;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.footer_company-title {
  margin-top: 0;
  margin-bottom: 8px;
}

.footer_phone-txt {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.footer__logo-b {
  width: 220px;
}

.footer__link-title {
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.footer__social-img-hover {
  height: 22px;
  display: none;
}

.footer {
  background-color: #444242;
  padding-top: 20px;
}

.footer__copyright-wrap {
  color: #fff;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.footer__company-wrapper {
  color: #fff;
}

.footer__phone-icon {
  margin-right: 10px;
  font-family: Eleganticons, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.footer__social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.footer__mail-icon {
  margin-top: -2px;
  margin-right: 10px;
  font-family: Eleganticons, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.footer__copyright-link {
  color: #08407C;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.footer__copyright-link:hover {
  color: #fff;
}

.footer__social-img {
  height: 22px;
}

.navbar__button {
  color: #fefcfa;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-right: 20px;
  padding: 10px 40px;
  font-weight: 400;
}

.navbar__button:hover {
  background-color: #08407C;
  border-color: #08407C;
}

.navbar__icon-button {
  color: #fefcfa;
  letter-spacing: 1px;
  background-color: #00946a;
  border: 1px solid #00946a;
  align-items: center;
  margin-left: 20px;
  padding: 10px 40px;
  text-decoration: none;
  display: flex;
}

.navbar__icon-button:hover {
  background-color: #25d366;
  border-color: #25d366;
}

.navbar__wa-logo {
  width: 23px;
  margin-right: 10px;
}

.hero-shadow {
  z-index: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq__accordion-trigger {
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.faq__accordion-wrapper {
  width: 90%;
  margin-top: 60px;
}

.faq__accordion-trigger-icon {
  height: 12px;
  margin-left: 5px;
}

.faq__accordion-item-content {
  overflow: hidden;
}

.faq__accordion-content-txt {
  margin-bottom: 0;
  padding: 15px;
}

.faq__title {
  color: #08407C;
  font-weight: 700;
}

.faq__accordion-item {
  border: 1px solid #444242;
  margin-bottom: 30px;
  padding: 5px;
}

.whatsapp__seller-button-icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.whatsapp__seller-activation-min {
  color: #08407C;
  font-size: 26px;
  line-height: 26px;
  display: block;
}

.whatsapp__seller-activation-max {
  color: #08407C;
  font-size: 26px;
  line-height: 26px;
  display: none;
}

.whtasapp__link {
  width: 120px;
  cursor: pointer;
  display: none;
}

.whatsapp__seller-wrap {
  border-radius: 4px;
  flex-direction: column;
  display: flex;
}

.whatsapp__wrapper {
  z-index: 8;
  width: 230px;
  align-items: flex-end;
  margin-right: 30px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp__seller-button-wrap {
  width: 100%;
  color: #fff;
  letter-spacing: 1px;
  background-color: #00946a;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  box-shadow: inset 0 0 15px -20px rgba(68, 66, 66, .35);
}

.whatsapp__seller-button-wrap:hover {
  background-color: #25d366;
}

.whatsapp__seller-info {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 9px 7px 20px -7px rgba(69, 66, 66, .55);
}

.whatsapp__seller-txt {
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.whatsapp__seller-activation {
  width: 22px;
  height: 22px;
  color: #08407C;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Eleganticons, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-form__title {
  color: #08407C;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 36px;
  line-height: 40px;
}

.modal-form__wrap {
  padding: 10px 20px;
}

.modal-contact__input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  border-right-width: 1px;
  border-right-color: #333f48;
  margin-top: 20px;
}

.modal-contact__input:focus {
  color: #fff;
  border: 1px #ff2850;
  border-bottom-style: solid;
}

.modal-contact__input::-ms-input-placeholder {
  color: #fff;
}

.modal-contact__input::placeholder {
  color: #fff;
}

.modal-form__txt {
  letter-spacing: 1px;
  margin: 10px 20px 20px 30px;
  font-size: 12px;
  font-weight: 300;
}

.modal-form__close-txt {
  margin-top: -3px;
}

.modal-contact__submit {
  background-color: #08407C;
  margin-top: 40px;
  padding: 9px 40px;
  font-size: 20px;
  line-height: 28px;
  transition: background-color .4s;
  box-shadow: inset 0 0 18px rgba(51, 63, 72, .15);
}

.modal-contact__submit:hover {
  color: #08407C;
  background-color: #fff;
}

.modal-form__wrapper {
  z-index: 10;
  width: 600px;
  color: #fff;
  background-color: #444242;
  border: 1px solid #444242;
  padding: 30px 20px 20px;
  position: relative;
  box-shadow: 7px 7px 14px 4px rgba(0, 0, 0, .25);
}

.modal-form__container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.modal-form__close {
  z-index: 11;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #08407C;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.presentacion__video-img {
  height: 100%;
  object-fit: cover;
}

.presentacion__video-start {
  color: red;
  justify-content: center;
  align-items: center;
  font-family: Eleganticons, sans-serif;
  font-size: 100px;
  line-height: 100px;
  display: none;
  position: absolute;
}

.presentacion__txt {
  color: #7e7e7e;
}

.presentacion__txt.bold {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.presentacion__video-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px 2px rgba(107, 94, 62, .05);
}

.presentacion__video-wrapper:hover {
  box-shadow: 1px 1px 6px 2px rgba(107, 94, 62, .16);
}

.presentacion__wrapper.left {
  width: 55%;
  margin-right: 0;
  display: flex;
}

.presentacion__wrapper.left:hover {
  box-shadow: 1px 1px 6px 1px rgba(107, 94, 62, .16);
}

.presentacion__wrapper.right {
  width: 45%;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.presentacion__title {
  color: #08407C;
  justify-content: flex-start;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  display: none;
}

.pp__paso-nro {
  z-index: 1;
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #08407C;
  border: 7px solid #08407C;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.pp__paso-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pp__paso-dash {
  width: 50%;
  height: 10%;
  background-color: #08407C;
  position: absolute;
  top: 45%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pp__info-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding: 20px;
  display: flex;
}

.pp__info-image {
  height: 100px;
}

.div-block-42 {
  width: 100%;
  height: 10%;
  background-color: #08407C;
  position: absolute;
  top: 45%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-4-copy {
  width: 50%;
  height: 10%;
  background-color: #08407C;
  position: absolute;
  top: 45%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.banner-top__wrapper {
  width: 50%;
}

.banner-top__wrapper.left {
  position: relative;
}

.banner-top__wrapper.right {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.banner-top__title {
  color: #08407C;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 160px;
  font-weight: 800;
  line-height: 160px;
}

.banner-top__subtitle {
  text-align: center;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
}

.banner-top__txt {
  width: 65%;
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
}

.hero__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.presentacion__cta {
  color: #fff;
  background-color: #08407C;
  margin-top: 20px;
  padding: 9px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: background-color .4s;
  box-shadow: inset 0 0 18px rgba(68, 66, 66, .35);
}

.presentacion__cta:hover {
  color: #fff;
  background-color: #444242;
}

.pp__title {
  color: #08407C;
  justify-content: flex-start;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.modal-video__wrapper {
  z-index: 10;
  width: 800px;
  border-radius: 4px;
  justify-content: center;
  padding: 60px 40px 20px;
  display: flex;
  position: relative;
}

.modal-video__close {
  z-index: 11;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #08407C;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-video__youtube {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.html-embed {
  margin-top: 20px;
}

.pp__info-title {
  color: #08407C;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 700;
}

.banner-top__image {
  width: 90%;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 20px;
  right: 0%;
}

.thanks__wrapper {
  width: 420px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.thanks__logo {
  height: 90px;
}

.thanks__link-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.thanks__button {
  color: #fff;
  text-align: center;
  background-color: #08407C;
  border: 1px solid #08407C;
  margin-top: 20px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .4s;
}

.thanks__button:hover {
  color: #fff;
  background-color: #444242;
  border-color: #444242;
}

.presentacion__video-llogo-wrap {
  width: 100px;
  position: absolute;
}

.presentacion__video-logor {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero__info__text {
    letter-spacing: 1px;
    margin-top: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.title {
    padding-bottom: 40px;
  }

  .hero__logo {
    left: 20px;
  }

  .section.hero {
    background-position: 0%;
  }

  .section.presentacion {
    padding-top: 60px;
  }

  .section.thanks {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__contact-wrapper {
    width: 60%;
  }

  .footer_phone-txt {
    font-size: 24px;
  }

  .footer__link-title {
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer__phone-icon {
    font-size: 24px;
  }

  .hero-shadow {
    width: 62%;
  }

  .faq__accordion-wrapper {
    margin-top: 50px;
  }

  .whatsapp__wrapper {
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .modal-form__wrapper {
    width: 550px;
  }

  .presentacion__video-img {
    height: 100%;
    object-fit: cover;
    object-position: 0% 50%;
  }

  .presentacion__txt.bold {
    line-height: 25px;
  }

  .presentacion__wrapper.left {
    display: flex;
  }

  .banner-top__wrapper.right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-top__title {
    margin-top: 10px;
    font-size: 130px;
    line-height: 140px;
  }

  .banner-top__subtitle {
    margin-top: 10px;
    font-size: 28px;
  }

  .banner-top__txt {
    width: 75%;
    font-size: 16px;
  }

  .hero__title {
    margin-top: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .pp__title {
    text-align: center;
    line-height: 42px;
  }

  .modal-video__wrapper {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .hero__info__text {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .container.hero__info {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .container.footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.presentacion {
    flex-direction: column;
  }

  .container.pp {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .container.title {
    padding-bottom: 20px;
  }

  .hero__logo {
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section.hero {
    background-position: 17%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .section.navbar {
    z-index: 8;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .section.faq {
    padding-bottom: 20px;
  }

  .section.modal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.presentacion, .section.pp {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .section.modal-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.thanks {
    justify-content: flex-start;
  }

  .hero__scroll {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .hero__navbar {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__contact-wrapper {
    width: 100%;
  }

  .contact__submit {
    font-size: 16px;
    line-height: 24px;
  }

  .footer__info-wrap-b {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer__company-txt {
    text-align: center;
  }

  .footer_phone-txt {
    font-size: 24px;
    line-height: 32px;
  }

  .footer__logo-b {
    margin-bottom: 20px;
  }

  .footer__copyright-wrap {
    padding: 10px 20px;
  }

  .footer__company-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .footer__phone-icon {
    font-size: 24px;
  }

  .navbar__button {
    margin-right: 15px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 16px;
    transition: background-color .2s;
    box-shadow: inset 1px 0 3px rgba(51, 63, 72, .3);
  }

  .navbar__icon-button {
    color: #fff;
    background-color: #00946a;
    border: 1px solid #00946a;
    align-items: center;
    margin-left: 15px;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    transition: background-color .2s;
    display: flex;
    box-shadow: inset 1px 0 3px rgba(51, 63, 72, .3);
  }

  .navbar__icon-button:hover {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
  }

  .navbar__wa-logo {
    width: 16px;
    margin-right: 5px;
  }

  .hero-shadow {
    width: 100%;
  }

  .faq__accordion-wrapper {
    margin-top: 20px;
  }

  .faq__title {
    font-size: 22px;
  }

  .whatsapp__wrapper {
    display: none;
  }

  .whatsapp__seller-button-wrap {
    color: #fff;
    background-color: #00946a;
    border-radius: 4px;
    align-items: center;
    margin-left: 15px;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    transition: background-color .2s;
    display: flex;
    box-shadow: inset 1px 0 3px rgba(51, 63, 72, .3);
  }

  .whatsapp__seller-button-wrap:hover {
    color: #fff;
    background-color: #25d366;
  }

  .modal-form__title {
    font-size: 26px;
    line-height: 32px;
  }

  .modal-contact__submit {
    font-size: 16px;
    line-height: 24px;
  }

  .presentacion__video-img {
    object-fit: cover;
  }

  .presentacion__video-wrapper {
    height: auto;
    flex: 0 auto;
  }

  .presentacion__wrapper.left {
    width: 100%;
    margin-top: 32px;
  }

  .presentacion__wrapper.right {
    width: 100%;
    order: -1;
    margin-left: 0;
  }

  .presentacion__title {
    font-size: 30px;
    line-height: 38px;
  }

  .pp-wrapper {
    padding-top: 20px;
  }

  .pp__paso-dash {
    display: none;
  }

  .pp__info-wrap {
    border-bottom: 1px solid #08407C;
    margin-top: 20px;
  }

  .div-block-42, .div-block-4-copy, .banner-top__wrapper.left {
    display: none;
  }

  .banner-top__wrapper.right {
    width: 100%;
    padding-bottom: 50px;
  }

  .hero__title {
    font-size: 28px;
    line-height: 36px;
  }

  .presentacion__cta {
    font-size: 16px;
    line-height: 24px;
  }

  .pp__title {
    font-size: 28px;
    line-height: 38px;
  }

  .thanks__wrapper {
    width: auto;
  }

  .thanks__logo {
    width: 140px;
  }

  .thanks__button {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero__social-wrapper {
    margin-top: 10px;
  }

  .hero__info__text {
    text-align: center;
    margin-top: 10px;
  }

  .container.hero__info {
    margin-top: 10px;
  }

  .container.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .hero__social-image {
    height: 20px;
  }

  .hero__secroll-image {
    height: 35px;
  }

  .section.hero {
    background-position: 18%;
  }

  .section.modal {
    align-items: flex-start;
  }

  .section.presentacion {
    margin-bottom: 20px;
  }

  .section.modal-video {
    align-items: flex-start;
  }

  .hero__scroll {
    font-size: 12px;
    line-height: 20px;
  }

  .hero__navbar {
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__contact-wrapper {
    padding-top: 20px;
  }

  .contact-form__wrap {
    margin-top: 20px;
    padding: 0;
  }

  .footer__info-wrap-b {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_company-title {
    margin-top: 10px;
  }

  .footer__logo-b {
    width: 180px;
  }

  .footer__copyright-wrap {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }

  .footer__phone-icon {
    font-size: 24px;
  }

  .navbar__button {
    margin-right: 10px;
  }

  .navbar__icon-button {
    margin-left: 10px;
  }

  .navbar__icon-button:hover {
    color: #fff;
    background-color: #25d366;
  }

  .faq__title {
    text-align: center;
  }

  .whatsapp__wrapper {
    width: 70px;
    margin-right: 10px;
    padding-bottom: 40px;
  }

  .whatsapp__seller-button-wrap {
    background-color: #00946a;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .whatsapp__seller-button-wrap:hover {
    color: #fff;
    background-color: #25d366;
  }

  .modal-form__title {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .modal-form__wrap {
    padding: 0;
  }

  .modal-contact__input {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .modal-form__txt {
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .modal-form__wrapper {
    width: 320px;
    margin-top: 30px;
    padding: 30px 10px 10px;
  }

  .modal-form__close {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  .presentacion__video-start {
    font-size: 60px;
    line-height: 60px;
  }

  .presentacion__wrapper.right {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .banner-top__title {
    font-size: 110px;
  }

  .banner-top__subtitle {
    font-size: 26px;
    line-height: 40px;
  }

  .banner-top__txt {
    width: 100%;
    line-height: 24px;
  }

  .hero__title {
    text-align: center;
    font-size: 24px;
  }

  .pp__title {
    font-size: 24px;
    line-height: 32px;
  }

  .modal-video__wrapper {
    width: 300px;
    margin-top: 30px;
    padding: 30px 10px 10px;
  }

  .modal-video__close {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  .pp__info-title {
    font-size: 18px;
  }

  .thanks__button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-a940891b-e7b8-fa3f-68b9-83f62d8fa36c-fab4b8b9, #w-node-e9d729d7-cd66-a0a8-5a66-f76444366b49-fab4b8b9, #w-node-fa1d7bac-bcf5-52ee-1e11-bc8e397e11c6-fab4b8b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}


@font-face {
  font-family: 'Eleganticons';
  src: url('../fonts/ElegantIcons.eot') format('embedded-opentype'), url('../fonts/ElegantIcons.woff') format('woff'), url('../fonts/ElegantIcons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}