:root {
  --darker-green: #178d32;
  --main-gray: #343a40;
  --main-green: #28a745;
  --main-blue: #007bff;
  --gris-claro: #f6f6f6;
  --cornflower-blue: #489fd9;
  --naranja-valkyrie: #fe8412;
  --gris-clarito: #9c9c9c;
  --g-red: #ea4335;
  --second-gray: #363636;
  --gainsboro: #dfe8e4;
  --azul-valkyrie-2: #00416d;
  --black: #000;
  --azul-valkyrie: #edfafe;
  --rojo-exclusivo: #e40909;
  --medium-sea-green: #4dbd90;
  --light-slate-gray: #8668ab;
  --azul-oscuro-texto: #002346;
  --naranja-hubspot: #ff7a59;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  background-color: var(--darker-green);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #218838;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  background-color: var(--darker-green);
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.button.in-pricing.form {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.button.form2 {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.button.servicios1 {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

.logo-text {
  color: var(--main-gray);
  margin-top: 20px;
  margin-left: 3px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%;
}

.logo-text.footer {
  color: var(--main-green);
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  padding: 26px 17px;
  font-size: 16px;
  line-height: 120%;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.w--current {
  color: #4dbd90;
  box-shadow: inset 0 3px #4dbd90;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.main {
  background-color: #fff;
  background-image: linear-gradient(#ffffff69, #ffffff69), url('../images/Hero3.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  margin-top: 83px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.section.footer {
  color: #e4e8eb;
  background-color: #1c1d1f;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  background-color: #fff;
}

.section.purple._3-boxes {
  display: block;
}

.section.purple.hidden1 {
  display: none;
}

.section.clients {
  background-color: #f6f6f6;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: var(--gris-claro);
  padding-top: 29px;
  padding-bottom: 38px;
}

.section.gray {
  background-color: var(--gris-claro);
}

.section.footer-copy {
  color: #e4e8eb;
  background-color: #1c1d1f;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer-copy.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-shadow: none;
  margin-bottom: 26px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.social-icon-group {
  padding-left: 40px;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: var(--main-blue);
  text-align: center;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  border: 2px solid var(--main-gray);
  box-shadow: 2px 2px 13px 1px var(--cornflower-blue);
  color: #2b2b2b;
  background-color: #f1f6fa;
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/Hero3.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding: 50px 17px 70px;
  display: flex;
}

.plan-wrapper._3-boxes {
  height: auto;
}

.plan-wrapper._3-boxes._3middle {
  background-image: linear-gradient(#fff0, #fff0), url('../images/Copia-de-Hero-4-1.png');
  background-position: 0 0, 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.price-point {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 150%;
}

.price-point.price2 {
  color: #489fd9;
  font-size: 22px;
}

.price-point.price2.blue1 {
  color: var(--naranja-valkyrie);
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
}

.price-accent {
  color: var(--naranja-valkyrie);
  letter-spacing: 0;
  -webkit-text-stroke-color: #ce191c;
  font-weight: 400;
}

.addl-feature {
  text-align: center;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 150%;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.small-features-row {
  margin-top: 71px;
}

.main-image {
  box-shadow: 0 2px 5px 5px #0003;
}

.client-logo {
  filter: brightness(0%);
  width: 16.6%;
}

.small-text {
  color: #ffffff4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.div-block {
  justify-content: center;
  display: flex;
}

.logo {
  filter: brightness(0%);
  width: 14%;
  margin-left: 2%;
  margin-right: 2%;
}

.container {
  text-shadow: none;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading {
  color: var(--main-blue);
  font-weight: 700;
  line-height: 120%;
}

.heading.como1 {
  color: var(--main-blue);
}

.heading.plans {
  font-size: 35px;
}

.heading.servicios {
  text-align: center;
  font-size: 35px;
}

.paragraph {
  text-align: justify;
  font-size: 18px;
  line-height: 150%;
}

.heading-2 {
  color: var(--main-green);
  line-height: 120%;
}

.heading-2.new1 {
  color: var(--darker-green);
  text-align: center;
  -webkit-text-stroke-color: var(--darker-green);
}

.heading-2.plan1 {
  color: var(--main-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--darker-green);
  font-size: 27px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-2 {
  padding-bottom: 35px;
}

.div-block-3 {
  margin-top: 60px;
}

.text-block {
  color: var(--gris-clarito);
  margin-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 120%;
}

.text-block.block2 {
  margin-left: 30px;
}

.image {
  min-width: 30%;
  max-width: 30%;
}

.container-2 {
  padding-bottom: 10px;
}

.section-2 {
  background-color: var(--gris-claro);
  padding-top: 70px;
  padding-bottom: 70px;
}

.list-item {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 170%;
}

.list {
  margin-top: 20px;
}

.body {
  color: var(--main-gray);
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text-span {
  color: var(--main-green);
  font-weight: 500;
  text-decoration: none;
}

.image-2 {
  border-radius: 20px;
}

.image-2.new1 {
  max-width: 350px;
}

.div-block-4 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  display: flex;
}

.div-block-4.footer {
  mix-blend-mode: normal;
  justify-content: flex-end;
  margin-left: 0;
}

.image-3 {
  margin-top: 11px;
}

.text-span-2 {
  color: var(--main-gray);
}

.text-span-3 {
  word-break: normal;
  font-size: 12px;
  position: relative;
  bottom: 15px;
  left: 2px;
}

.section-3 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

.div-block-6 {
  max-width: 600px;
}

.div-block-7 {
  justify-content: center;
  display: flex;
}

.image-4 {
  mix-blend-mode: normal;
  max-height: 75px;
}

.text-span-4 {
  -webkit-text-stroke-color: var(--g-red);
  font-size: 23px;
  font-weight: 400;
  text-decoration: line-through;
}

.bold-text-2 {
  -webkit-text-stroke-color: var(--second-gray);
  font-weight: 400;
}

.text1 {
  text-align: center;
  margin-bottom: 20px;
}

.text1.iva {
  font-size: 15px;
}

.form-block {
  max-width: 800px;
  padding: 40px 100px;
}

.section-4 {
  background-color: var(--gris-claro);
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-8 {
  flex-direction: row-reverse;
  display: flex;
}

.checkbox-label {
  display: none;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.submit-button {
  margin-top: 30px;
}

.heading-3 {
  color: var(--main-blue);
  font-size: 30px;
}

.textarea {
  border-radius: 5px;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  display: block;
}

.text-field {
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px 5px 0;
}

.text-field-2 {
  border-radius: 5px;
}

.text-block-2 {
  margin-top: 5px;
}

.text-block-2.title-1 {
  margin-top: 0;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-9.title {
  margin-bottom: 10px;
}

.image-5 {
  max-width: 21px;
  margin-right: 10px;
}

.link {
  text-decoration: none;
}

.text-span-5 {
  color: var(--gainsboro);
}

.link-2 {
  text-decoration: none;
}

.image-6 {
  max-width: 350px;
}

.navbar {
  background-color: #fff;
}

.text-block-3 {
  color: #292929;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 155%;
}

.div-block-10 {
  display: none;
}

.text-block-4 {
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.text-block-4.sub3 {
  color: #6b6b6b;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.text-block-4.sub3._1st {
  font-family: Lato, sans-serif;
  line-height: 160%;
}

.section-5 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 30px;
  display: flex;
}

.heading-4 {
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.heading-4.sub1 {
  color: var(--main-blue);
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.text-block-5 {
  color: #6b6b6b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 160%;
}

.text-span-6 {
  color: #6b6b6b;
  font-weight: 600;
}

.html-embed {
  color: #6b6b6b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}

.html-embed.date-oferta1 {
  color: #e61616;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.html-embed.date-oferta1.offer1 {
  color: #000;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.html-embed.date-oferta1.red1 {
  color: #e40909;
  text-align: left;
  font-weight: 400;
  line-height: 150%;
}

.html-embed.date-oferta1.red1._2nde {
  color: #e40909;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 130%;
}

.html-embed.date-oferta1.red1.recibelo-1 {
  color: #208f1d;
  margin-bottom: 0;
  position: static;
}

.italic-text-4 {
  font-style: normal;
}

.image-7 {
  border-radius: 20px;
  height: 40px;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-16.mobile {
  display: none;
}

.section-6 {
  background-color: #a7a7a700;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6.article1 {
  margin-bottom: 20px;
}

.image-8 {
  border-radius: 0;
  max-width: 600px;
}

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

.text-block-6 {
  color: #292929;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 155%;
}

.text-block-6.sub1 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 160%;
}

.paragraph-2 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8._1st {
  margin-top: 5px;
  margin-bottom: 10px;
}

.image-9 {
  border-radius: 0;
  max-width: 600px;
}

.image-9.cream {
  max-width: 350px;
}

.image-9.cream.wr1 {
  max-width: 600px;
}

.paragraph-3, .paragraph-4 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.link-3 {
  color: #ff67c9;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: underline;
}

.link-3:hover {
  color: #eb4ab2;
}

.link-3.article1 {
  color: #028afd;
}

.paragraph-5 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.bold-text-43 {
  color: #000;
}

.heading-20 {
  color: #00416d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.heading-20.smally-1 {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.heading-20.smally-1.phone-2 {
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-20.sub1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

.heading-20.sub1.form1 {
  color: #00416d;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.heading-20.sub1.form1._2nd {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.heading-20.sub1.form1._2nd.land1 {
  color: #212d3a;
  margin-top: 20px;
}

.heading-20.sub1.form1._2nd.head1 {
  color: var(--black);
  text-align: center;
}

.div-block-51 {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-51.whats1 {
  margin-top: 50px;
  margin-bottom: 0;
}

.text-span-29 {
  color: #e61616;
  font-weight: 700;
}

.image-40 {
  width: 25px;
  max-width: none;
  height: 25px;
}

.image-40.phone-2 {
  margin-right: 5px;
}

.image-40.whats-2 {
  width: 30px;
  height: 30px;
}

.div-block-37 {
  text-align: center;
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field-5 {
  height: 45px;
  font-family: Lato, sans-serif;
}

.text-field-5::placeholder {
  color: #757575;
  font-size: 18px;
}

.text-field-5._1st {
  margin-top: 0;
  font-family: Lato, sans-serif;
}

.select-field {
  color: #00416d;
  background-color: #fff;
  font-weight: 700;
}

.submit-button-4 {
  text-transform: uppercase;
  background-color: #fe8412;
  border-radius: 50px;
  padding: 13px 21px;
  font-size: 18px;
}

.submit-button-4:hover {
  background-color: #e97101;
}

.submit-button-4.cod-2 {
  background-color: var(--naranja-valkyrie);
  text-transform: capitalize;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.div-block-36 {
  text-align: center;
  margin-top: 20px;
}

.div-block-35 {
  max-width: 600px;
}

.div-block-38 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-26 {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-52 {
  margin-top: 20px;
}

.image-30 {
  border: 5px #00416d;
  border-radius: 20px;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-30.form1 {
  max-width: 65%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-10 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.link-8 {
  color: #208f1d;
}

.column-39 {
  padding-left: 20px;
}

.text-span-36 {
  font-weight: 700;
  text-decoration: underline;
}

.column-38 {
  text-align: left;
  padding-right: 20px;
}

.heading-38 {
  color: #000;
  text-align: left;
  font-size: 35px;
  font-weight: 400;
  text-decoration: line-through;
}

.heading-38.disc1 {
  color: #fff;
  text-align: center;
  background-color: #208f1d;
  border-radius: 20px;
  width: 100px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.heading-38._2nd {
  color: #fe8412;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  text-decoration: none;
}

.heading-38._2nd.long-1 {
  color: #fe8412;
  font-size: 45px;
}

.heading-38.tach1 {
  text-align: center;
}

.heading-38.tach1.long-1 {
  font-size: 30px;
}

.text-block-50 {
  font-size: 16px;
  line-height: 140%;
}

.link-9 {
  color: #208f1d;
}

.heading-37 {
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 140%;
}

.heading-37.land1 {
  text-align: center;
  margin-bottom: 0;
}

.div-block-53 {
  margin-top: 0;
}

.form-block-5 {
  background-color: #edfafe;
  border: 2px solid #00416d;
  border-radius: 20px;
  width: 650px;
  height: 1150px;
  margin-top: 40px;
  padding: 40px 100px 60px;
  box-shadow: 1px 1px 14px #fe8412;
}

.form-block-5.long-1 {
  height: 1500px;
}

.form-block-5.long-1.cantidad1 {
  background-color: var(--azul-valkyrie);
  height: auto;
}

.section-27 {
  color: #000;
  font-family: Lato, sans-serif;
}

.div {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-31 {
  margin-left: auto;
  margin-right: auto;
}

.form-4 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.textarea-2 {
  width: 200px;
  height: 125px;
  padding-right: 0;
}

.hubspot-formwrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 1rem 1rem;
  display: flex;
}

.hubspot-form {
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  font-family: Lato, sans-serif;
  display: flex;
}

.hubspot-input {
  box-sizing: border-box;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
}

.hubspot-input.message1 {
  min-height: 100px;
}

.hubspot-label {
  box-sizing: border-box;
  color: #212d3a;
  text-align: left;
  width: auto;
  max-width: 500px;
  margin-top: 1rem;
  margin-bottom: 4px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.hubspot-label.formland {
  text-align: left;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.hubspot-label.formnew {
  margin-bottom: 10px;
}

.hubspot-button {
  background-color: var(--naranja-valkyrie);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  height: 40px;
  margin: 1rem 0 0;
  padding: 12px 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 12px;
  transition: all .15s linear;
  display: block;
  position: relative;
}

.hubspot-checkbox {
  margin-right: 1rem;
}

.heading-39 {
  color: var(--main-blue);
}

.section-32 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.text-span-37 {
  color: red;
}

.section-33 {
  min-height: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-33.thank-you {
  min-height: 620px;
}

.heading-40 {
  text-align: center;
}

.paragraph-11 {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-11.condiciones {
  text-align: left;
}

.text-span-38, .text-span-39 {
  color: var(--black);
  font-weight: 700;
}

.text-span-40 {
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
}

.text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50 {
  font-weight: 700;
}

.section-34 {
  min-height: 75vh;
  padding: 140px 20px 100px;
}

.heading-41 {
  color: var(--main-blue);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.heading-41.lander1 {
  margin-top: 20px;
}

.div-block-54 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-2 {
  font-family: Lato, sans-serif;
}

.paragraph-12 {
  margin-bottom: 20px;
}

.list-item-2 {
  margin-bottom: 5px;
}

.heading-42 {
  color: var(--darker-green);
  margin-top: 20px;
  font-weight: 700;
}

.text-span-51 {
  font-weight: 700;
}

.div-block-55 {
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-51 {
  margin-top: 70px;
}

.text-span-52 {
  font-weight: 700;
}

.div-block-56 {
  text-align: center;
}

.div-block-62 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  display: block;
}

.heading-46 {
  color: #fff;
  background-color: #208f1d;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.text-block-60 {
  color: #208f1d;
  margin-top: 5px;
  font-size: 14px;
  line-height: 160%;
}

.div-block-63 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-47 {
  color: #fff;
  background-color: #208f1d;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.text-block-61 {
  color: #208f1d;
  margin-top: 5px;
  font-size: 14px;
  line-height: 160%;
}

.div-block-64 {
  margin: 40px auto 10px;
}

.image-41 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-53 {
  color: red;
}

.column-40 {
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
}

.column-41 {
  padding-left: 20px;
}

.column-41.long-1 {
  padding-left: 0;
  padding-right: 20px;
}

.heading-48 {
  color: #000;
  text-align: left;
  font-size: 35px;
  font-weight: 400;
  text-decoration: line-through;
}

.heading-48._2nd {
  color: #fe8412;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  text-decoration: none;
}

.heading-48._2nd.long-1 {
  color: #fe8412;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.heading-48.tach1 {
  text-align: center;
}

.heading-48.tach1.long-1 {
  color: #000;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.heading-45 {
  color: #fff;
  background-color: #208f1d;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.text-block-55 {
  color: #208f1d;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-54, .text-span-55 {
  font-size: 18px;
}

.div-block-65 {
  margin-bottom: 40px;
}

.checkbox-label-2 {
  font-family: Lato, sans-serif;
}

.link-10 {
  color: var(--darker-green);
  text-decoration: underline;
}

.div-block-66 {
  margin-bottom: 20px;
}

.paragraph-13 {
  color: var(--darker-green);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.div-block-67 {
  background-color: #000;
  width: 50%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.div-block-67.div1, .div-block-67.hp1 {
  margin-top: 10px;
}

.list-2 {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.list-item-3 {
  margin-bottom: 5px;
  line-height: 150%;
}

.text-span-56, .text-span-57 {
  font-weight: 700;
}

.form-5 {
  width: auto;
  max-width: 1200px;
}

.form-block-6 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-6 {
  display: block;
}

.checkbox-field-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.checkbox {
  margin-left: 0;
  margin-right: 5px;
}

.textarea-3 {
  min-height: 80px;
}

.container-3 {
  color: #000;
}

.container-4 {
  display: block;
}

.div-block-68 {
  display: flex;
}

.text-block-43 {
  color: #000;
  font-size: 25px;
  line-height: 140%;
  text-decoration: line-through;
}

.div-block-58 {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-58._1st1 {
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
}

.section-ajk-14 {
  margin-bottom: 5px;
}

.form-block-7 {
  background-color: #edfafe;
  border: 2px solid #00416d;
  border-radius: 20px;
  width: 650px;
  height: 1150px;
  margin-top: 40px;
  padding: 40px 100px 60px;
  box-shadow: 1px 1px 14px #fe8412;
}

.form-block-7.long-1 {
  width: 650px;
  height: auto;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-27 {
  text-align: center;
}

.background-color-ajk-1 {
  z-index: 2;
  background-color: #ad2c45;
  width: 80%;
  position: absolute;
  inset: 0%;
}

.background-color-ajk-1.alt-1 {
  display: none;
}

.text-block-62 {
  color: #208f1d;
  margin-top: 5px;
  font-size: 14px;
  line-height: 160%;
}

.container-13 {
  max-width: 1200px;
}

.div-block-69 {
  border: 1px #000;
  border-top: 1px solid #02508561;
  width: 200%;
  height: 1px;
  margin-bottom: 20px;
  display: block;
}

.div-block-69.cod1 {
  width: 100%;
  margin-bottom: 20px;
}

.text-block-42 {
  color: #fe8412;
  font-size: 35px;
  line-height: 140%;
}

.columns-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.div-block-39, .div-block-59 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-ajk-12 {
  color: #ffd200;
  flex-wrap: wrap;
  flex: 1 0 auto;
  align-content: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-70 {
  margin-top: 0;
}

.div-block-71 {
  max-width: 600px;
}

.heading-49 {
  color: #00416d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.heading-49.sub1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

.heading-49.sub1.form1 {
  color: #00416d;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.heading-49.sub1.form1._2nd {
  color: #00416d;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
}

.heading-49.sub1.cod1 {
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.heading-49.product1 {
  font-family: Lato, sans-serif;
}

.section-35 {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 40px;
}

.column-42 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.text-span-11 {
  color: #00416d;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.bg-image-ajk-2 {
  z-index: 3;
  color: #ffd200;
  background-color: #ffd200;
  background-image: url('../images/Exclusion-52x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 97px;
  height: 20px;
  position: relative;
}

.div-block-72 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  display: block;
}

.select-field-2 {
  color: #00416d;
  background-color: #fff;
  height: 40px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

.text-span-58 {
  font-weight: 700;
  text-decoration: underline;
}

.list-item-5 {
  color: #00416d;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.slider-6 {
  display: none;
}

.text-ajk-5 {
  color: #00416d;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-ajk-5.text {
  color: #00416d;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.column-43 {
  text-align: center;
}

.list-3 {
  margin-bottom: 20px;
}

.text-block-53 {
  color: #00416d;
  font-size: 20px;
}

.html-embed-3 {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.section-ajk-13 {
  color: #ffd200;
  background-color: #ffd200;
  margin-bottom: 5px;
  margin-right: 5px;
  position: relative;
}

.heading-50 {
  color: #fff;
  background-color: #208f1d;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.image-34 {
  margin-bottom: 10px;
}

.paragraph-14 {
  color: #00416d;
  text-align: center;
  margin-top: 50px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.div-block-73 {
  text-align: center;
  flex-direction: column;
  margin-top: 40px;
  display: block;
}

.background-color-ajk-2 {
  z-index: 1;
  background-color: #f0f0f0;
  position: absolute;
  inset: 0%;
}

.column-44 {
  text-align: center;
}

.paragraph-6 {
  color: #00416d;
  width: 100%;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-6.small1 {
  width: 200%;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-6.small1.smally2 {
  border-top: 1px solid #02508561;
  border-bottom: 1px solid #02508561;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-6.small1.smally2.cod1 {
  width: 100%;
}

.paragraph-6.small1.small2 {
  color: #00416d;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-6.small1.small2._1st {
  width: 200%;
  margin-top: 10px;
  font-size: 20px;
  line-height: 150%;
}

.paragraph-6.small1.small2._1st.cod1 {
  width: 100%;
  margin-bottom: 10px;
}

.body-3 {
  font-family: Lato, sans-serif;
}

.columns-5 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.columns-5.exp-2 {
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image-42 {
  text-align: center;
  border-radius: 10px;
  max-width: 250px;
  display: block;
}

.image-42.exp-2 {
  border-radius: 20px;
  max-width: 400px;
  margin-left: 0;
  padding-right: 0;
}

.image-42.exp-2.sec1 {
  border-radius: 20px;
  max-width: 350px;
}

.image-42.exp-2.sec1.wh1 {
  max-width: 400px;
}

.div-block-74 {
  text-align: center;
  max-width: 60%;
  padding-right: 0;
  display: block;
}

.sub-heading-1 {
  color: #ff8512;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.sub-heading-1.sec1 {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 140%;
}

.sub-heading-1.sec1.orange1 {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  line-height: 140%;
}

.sub-heading-1.sec1.orange1.orange2 {
  font-size: 24px;
  line-height: 140%;
}

.sub-heading-1.sec1.orange1 {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 150%;
}

.text-span-8, .text-span-59 {
  font-weight: 600;
}

.heading-10 {
  color: #00416d;
  text-align: left;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.heading-10.sec1 {
  color: #00416d;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 140%;
}

.column-8 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.column-8.first {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  display: grid;
}

.column-8.first.b4 {
  flex-direction: row;
  justify-items: start;
  display: flex;
}

.section-36 {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 80px 100px;
  display: flex;
}

.section-36.exp2 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-36.exp2.b1 {
  background-color: #eefaff;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 60px;
}

.section-36.exp2.b1.b2 {
  background-color: #eefaff;
  padding-top: 60px;
}

.column-9 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph-15 {
  color: #00416d;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.columns-25 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.columns-25.exp-2 {
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.columns-25.exp-2.b3 {
  flex-direction: row;
  display: flex;
}

.image-43 {
  text-align: center;
  border-radius: 10px;
  max-width: 250px;
  display: block;
}

.image-43.exp-2 {
  border-radius: 20px;
  max-width: 400px;
  margin-left: 0;
  padding-right: 0;
}

.image-43.exp-2.sec1 {
  border-radius: 20px;
  max-width: 350px;
}

.text-span-22 {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  bottom: 7px;
}

.text-span-22.r12 {
  font-weight: 700;
}

.div-block-75 {
  text-align: center;
  max-width: 60%;
  padding-right: 0;
  display: block;
}

.button-3 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-3:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-3.dark {
  color: #fff;
  background-color: #136fac;
  border-style: none;
  border-color: #000;
  border-radius: 50px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 22px;
  transition-property: none;
}

.button-3.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-3.dark.pre1 {
  background-color: #ff8512;
}

.button-3.dark.pre1:hover {
  background-color: #e77102;
}

.text-span-10 {
  font-weight: 600;
}

.heading-51 {
  color: #00416d;
  text-align: left;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.heading-51.sec1 {
  color: #00416d;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 140%;
}

.column-46 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.column-46.first {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  display: grid;
}

.column-46.first.b4 {
  flex-direction: row;
  justify-items: start;
  display: flex;
}

.section-37 {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 80px 100px;
  display: flex;
}

.section-37.exp2 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-37.exp2.b1 {
  background-color: #eefaff;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 60px;
}

.column-47 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-40 {
  text-align: center;
  margin-top: 40px;
}

.paragraph-16 {
  color: #00416d;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.section-10 {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.column-21 {
  text-align: center;
  display: block;
}

.paragraph-7 {
  color: #8f8f8f;
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-14 {
  color: #00416d;
  font-family: Open Sans, sans-serif;
  font-size: 55px;
  line-height: 150%;
}

.heading-13 {
  color: #00416d;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
}

.heading-11 {
  color: #00416d;
  text-align: center;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.heading-11.ef1 {
  color: #00416d;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.heading-12 {
  color: #ff8512;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
}

.heading-12.b3 {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.section-38 {
  background-color: #eefaff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-38.exp3 {
  background-color: #fff;
  border: 3px #025085;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.container-7 {
  line-height: 140%;
}

.heading-52 {
  color: #025085;
  text-align: center;
  margin-bottom: 100px;
  font-weight: 500;
}

.heading-52.b2 {
  color: #00416d;
  text-transform: uppercase;
  background-color: #eefaff;
  max-width: 800px;
  margin: 40px auto 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.heading-52.b2.b3 {
  color: #00416d;
  background-color: #fff;
  max-width: 800px;
  margin: 40px auto 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 150%;
}

.text-span-19 {
  white-space: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 23px;
  display: inline;
  position: relative;
  top: auto;
  bottom: 15px;
}

.column-12 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.column-12.ingre1 {
  height: auto;
}

.button-4 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-4:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-4.dark {
  color: #fff;
  background-color: #136fac;
  border-style: none;
  border-color: #000;
  border-radius: 50px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 22px;
  transition-property: none;
}

.button-4.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-4.dark.pre1 {
  background-color: #ff8512;
}

.button-4.dark.pre1:hover {
  background-color: #e77102;
}

.heading-8 {
  color: #00416d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.heading-8.div1 {
  margin-top: 0;
  font-size: 22px;
}

.paragraph-17 {
  color: #00416d;
  text-align: center;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.div-block-76 {
  text-align: center;
  margin-top: 40px;
}

.columns-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.section-9 {
  background-color: #eefaff;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.section-9.exp2 {
  background-color: #fff;
  padding-bottom: 60px;
  display: none;
}

.image-18 {
  max-width: 30%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-44 {
  text-align: center;
  border-radius: 20px;
  max-width: 100%;
}

.image-44.exp-2 {
  border-radius: 20px;
  max-width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.form-block-8 {
  background-color: #edfafe;
  border: 2px solid #00416d;
  border-radius: 20px;
  width: 650px;
  height: 1150px;
  margin-top: 40px;
  padding: 40px 100px 60px;
  box-shadow: 1px 1px 14px #fe8412;
}

.form-block-8.long-1 {
  width: 650px;
  height: auto;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-77 {
  text-align: center;
}

.text-field-7 {
  height: 40px;
  margin-top: 10px;
}

.text-field-7::placeholder {
  color: #6b6b6b;
  font-size: 14px;
}

.text-field-7._1st {
  margin-top: 30px;
}

.text-field-7._1st::placeholder {
  color: #757575;
}

.div-block-78 {
  margin-top: 0;
}

.heading-53 {
  color: #00416d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.heading-53.sub1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

.heading-53.sub1.form1 {
  color: #00416d;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.heading-53.sub1.form1._2nd {
  color: #00416d;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-28 {
  text-align: center;
  margin-top: 20px;
}

.text-span-60 {
  font-weight: 700;
  text-decoration: underline;
}

.submit-button-5 {
  text-transform: uppercase;
  background-color: #fe8412;
  border-radius: 50px;
  padding: 13px 21px;
  font-size: 18px;
}

.submit-button-5:hover {
  background-color: #e97101;
}

.submit-button-5.cod-2 {
  line-height: 160%;
}

.html-embed-4 {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-18 {
  color: #00416d;
  text-align: center;
  margin-top: 50px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.link-11 {
  color: var(--naranja-valkyrie);
}

.radio-button-label {
  margin-bottom: 0;
  margin-left: 10px;
}

.text-block-26 {
  color: #00b67a;
  margin-left: 20px;
}

.div-block-24 {
  align-items: flex-end;
  display: flex;
}

.radio-button {
  margin-left: 0;
}

.text-field-8 {
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 100px;
  display: block;
}

.text-block-63 {
  color: #fff;
}

.heading-34 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 30px;
  line-height: 100%;
  display: inline-block;
}

.field-label-8 {
  margin-bottom: 10px;
}

.div-block-79 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 60px;
}

.section-39 {
  background-color: #eefaff;
}

.html-embed-5 {
  color: #6b6b6b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}

.html-embed-5.comment-date1 {
  color: #0c152f99;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 14px;
}

.error-message-3 {
  color: #f8f6f4;
  text-align: center;
  background-color: #13ad30;
  border-radius: 5px;
}

.text-block-14 {
  color: #fff;
}

.div-block-21 {
  display: flex;
}

.div-block-80 {
  text-align: center;
  margin-top: 20px;
}

.text-block-28 {
  margin-left: 10px;
  font-size: 16px;
  line-height: 0;
}

.field-label-7 {
  margin-top: 20px;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
  line-height: 140%;
}

.div-block-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.success-message-4 {
  background-color: #05a816;
  border-radius: 5px;
}

.container-9 {
  flex-direction: column;
  display: flex;
}

.text-block-12 {
  max-width: 100%;
  margin-top: 20px;
  line-height: 150%;
}

.text-block-12.ans1 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.heading-54 {
  color: #00416d;
  text-align: center;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
}

.radio-button-field {
  margin-bottom: 0;
  padding-left: 10px;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.image-22 {
  border-radius: 0;
  height: 60px;
}

.image-22.ans1 {
  background-color: #fff;
  border-radius: 50px;
}

.text-span-21 {
  font-size: 21px;
  position: relative;
  bottom: 20px;
}

.submit-button-2 {
  background-color: #00416d;
  border-radius: 20px;
  padding: 10px 25px;
  font-size: 16px;
}

.submit-button-2.loadmore1 {
  color: #00426f;
  background-color: #eefaff;
  text-decoration: underline;
}

.submit-button-2.loadmore1:hover {
  background-color: #eefaff;
}

.div-block-19 {
  border-bottom: 1px solid #bbb;
  padding-top: 20px;
  padding-bottom: 30px;
}

.div-block-19.ans1 {
  padding-left: 100px;
}

.div-block-19.ans3 {
  border-bottom-style: none;
}

.div-block-18 {
  align-items: flex-start;
  display: flex;
}

.image-24 {
  height: 16px;
  margin-left: 20px;
  line-height: 0;
}

.form-block-4 {
  background-color: #fff;
  border: 1px #d1d1d1;
  border-radius: 5px;
  margin-top: 10px;
  padding: 40px 60px;
  box-shadow: 3px 3px 20px #ff8512;
}

.div-block-25 {
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading-22 {
  font-size: 25px;
}

.heading-22.sub2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-26 {
  align-items: center;
  display: flex;
}

.div-block-26:hover {
  opacity: 1;
  filter: brightness(80%);
}

.image-23 {
  width: 20px;
  height: 20px;
}

.image-23.gray1 {
  filter: hue-rotate(180deg) brightness(88%);
}

.image-23.sub1 {
  width: 30px;
  height: 30px;
}

.image-23.sub1.sub2 {
  opacity: 1;
  filter: hue-rotate(185deg) brightness(51%);
  width: 20px;
  height: 20px;
  line-height: 0;
}

.image-23.sub1.sub2.empt1 {
  filter: hue-rotate(185deg) brightness();
}

.image-23.ans2 {
  margin-left: 10px;
  position: relative;
  top: auto;
  bottom: 10px;
}

.image-23._1st {
  margin-left: 10px;
}

.image-45 {
  max-width: 250px;
}

.navbar-2 {
  background-color: #016d8f;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-14, .nav-link-2, .nav-link-3, .nav-link-4 {
  color: #fff;
}

.bold-text-54 {
  color: #218f1e;
  font-size: 20px;
}

.text-block-56 {
  color: #000;
  text-align: left;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 140%;
}

.text-block-56.info2 {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.text-block-56.detalles-1 {
  text-align: center;
  margin-top: 40px;
}

.text-block-56._1sty {
  color: #00416d;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-span-61 {
  color: #208f1d;
  text-decoration: underline;
}

.div-block-83 {
  text-align: left;
  margin-top: 25px;
}

.text-block-64 {
  color: #00416d;
  text-align: left;
  font-family: Lato, sans-serif;
}

.text-block-58 {
  color: #00416d;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.html-embed-6 {
  color: #6b6b6b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}

.html-embed-6.date-oferta1 {
  color: #e61616;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.html-embed-6.date-oferta1.red1 {
  color: #e40909;
  text-align: left;
  font-weight: 400;
  line-height: 150%;
}

.html-embed-6.date-oferta1.red1.recibelo-1 {
  color: #208f1d;
  margin-bottom: 0;
  position: static;
}

.html-embed-6.date-oferta1.red1.recibelo-1.thank1 {
  color: #ff5f0f;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-61 {
  margin-top: 20px;
}

.text-span-63 {
  color: #00416d;
}

.section-15 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 1000px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section-15.gracias1 {
  background-color: #eefaff;
  margin-top: 100px;
  padding-top: 40px;
}

.bold-text-46 {
  color: #fe8412;
}

.text-block-57 {
  color: #218f1e;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-46 {
  border-radius: 20px;
  max-width: 350px;
}

.bold-text-55 {
  color: #00416d;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.text-block-59 {
  color: #208f1d;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.bold-text-48 {
  color: #208f1d;
}

.div-block-60 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 150%;
}

.column-49 {
  padding-left: 25px;
}

.heading-55 {
  color: #00416d;
  margin-left: 0;
  font-family: Lato, sans-serif;
}

.image-47 {
  border-radius: 20px;
  width: 500px;
  margin-top: 40px;
}

.bold-text-56 {
  color: #218f1e;
  font-size: 20px;
}

.bold-text-53 {
  color: #00416d;
}

.text-field-9 {
  width: 300px;
  max-width: 350px;
  font-family: Lato, sans-serif;
  line-height: 150%;
}

.text-field-9::placeholder {
  color: #646464;
}

.text-field-9.observaciones-1 {
  height: auto;
  min-height: 100px;
  max-height: none;
  font-family: Lato, sans-serif;
}

.text-block-65 {
  color: #000;
  text-align: left;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 140%;
}

.text-block-65.info2 {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.text-block-65.detalles-1 {
  text-align: center;
  margin-top: 40px;
}

.text-block-65._1sty {
  color: #00416d;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-span-65 {
  color: #208f1d;
  text-decoration: underline;
}

.form-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.div-block-84 {
  text-align: left;
  margin-top: 25px;
}

.text-block-66 {
  color: #00416d;
  text-align: left;
  font-family: Lato, sans-serif;
}

.text-block-67 {
  color: #00416d;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.html-embed-7 {
  color: #6b6b6b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}

.html-embed-7.date-oferta1 {
  color: #e61616;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.html-embed-7.date-oferta1.red1 {
  color: #e40909;
  text-align: left;
  font-weight: 400;
  line-height: 150%;
}

.html-embed-7.date-oferta1.red1.recibelo-1 {
  color: #208f1d;
  margin-bottom: 0;
  position: static;
}

.html-embed-7.date-oferta1.red1.recibelo-1.thank1 {
  color: #ff5f0f;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-85 {
  margin-top: 20px;
}

.text-span-67 {
  color: #00416d;
}

.text-span-23 {
  font-weight: 700;
}

.text-block-68 {
  color: #218f1e;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-48 {
  border-radius: 20px;
  max-width: 350px;
}

.bold-text-57 {
  color: #00416d;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.submit-button-8 {
  background-color: #fe8412;
  border-radius: 20px;
  width: 300px;
  max-width: 300px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.submit-button-8:hover {
  background-color: #e47207;
}

.form-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-69 {
  color: #208f1d;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.bold-text-58 {
  color: #208f1d;
}

.div-block-86 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 150%;
}

.column-51 {
  padding-left: 25px;
}

.heading-56 {
  color: #00416d;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 140%;
}

.image-49 {
  border-radius: 20px;
  width: 500px;
  margin-top: 40px;
}

.text-span-69 {
  color: var(--main-blue);
  font-size: 15px;
}

.text-span-70, .text-span-71 {
  color: #fff;
  font-size: 15px;
}

.text-span-72 {
  color: var(--main-blue);
  font-size: 15px;
}

.section-40 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.heading-57 {
  color: var(--main-green);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
}

.text-span-73 {
  color: var(--g-red);
}

.text-span-74 {
  color: #fbbc05;
}

.div-block-87 {
  width: 700px;
}

.div-block-88 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bar-chart {
  width: 250px;
  height: 250px;
}

.section-41 {
  height: auto;
  margin-top: 120px;
  margin-bottom: 60px;
}

.body-4 {
  color: #161616;
  font-family: Lato, sans-serif;
}

.heading-58 {
  text-align: center;
}

.cell {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.quick-stack {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.image-50 {
  border-radius: 20px;
  width: 75%;
  margin-bottom: 20px;
}

.buttonblog {
  background-color: var(--main-green);
  border-radius: 20px;
}

.container-15 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-42 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.div-block-89 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-51 {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-75 {
  color: var(--main-blue);
}

.text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80, .text-span-81 {
  color: var(--main-green);
}

.div-block-90 {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-90._1st1 {
  justify-content: center;
  align-items: center;
  margin: 5px auto 0;
}

.html-embed-8 {
  color: #6b6b6b;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}

.html-embed-8.date-oferta1 {
  color: #e61616;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.html-embed-8.date-oferta1.red1 {
  color: #e40909;
  text-align: left;
  font-weight: 400;
  line-height: 150%;
}

.html-embed-8.date-oferta1.red1._2nde {
  color: var(--rojo-exclusivo);
}

.section-43 {
  min-height: 75vh;
  padding-top: 106px;
}

.container-16 {
  margin-top: 30px;
  padding: 0 10px 50px;
}

.bold-text-59 {
  font-family: Lato, sans-serif;
  font-size: 35px;
  line-height: 140%;
}

.paragraph-19 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.div-block-91 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-60 {
  width: auto;
  font-size: 30px;
  line-height: 140%;
}

.image-52 {
  vertical-align: baseline;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-92 {
  width: 75%;
}

.image-53 {
  border-radius: 20px;
  width: 60%;
  margin-bottom: 20px;
}

.heading-59 {
  text-align: center;
  width: 75%;
  font-size: 35px;
  font-weight: 700;
  line-height: 140%;
}

.image-54 {
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-82, .text-span-83 {
  color: var(--main-green);
}

.bold-text-61, .text-span-84 {
  color: var(--darker-green);
}

.text-span-85 {
  color: var(--rojo-exclusivo);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.text-span-86, .text-span-87, .text-span-88 {
  font-size: 18px;
}

.bold-text-62 {
  color: var(--main-blue);
}

.bold-text-63 {
  color: var(--naranja-valkyrie);
}

.cell-2 {
  background-color: #f0faff;
  border: 2px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-60 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  font-weight: 700;
}

.div-block-93 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-94 {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-17.homepage1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-44 {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.text-span-89, .text-span-90, .text-span-91, .text-span-92 {
  color: var(--main-blue);
}

.text-span-93 {
  font-size: 22px;
}

.text-span-94, .text-span-95, .text-span-96, .text-span-97, .paragraph-21 {
  line-height: 170%;
}

.text-span-98 {
  color: var(--darker-green);
  font-weight: 700;
}

.text-span-99 {
  color: var(--g-red);
  font-weight: 400;
  text-decoration: line-through;
}

.code-embed {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
}

.section-45 {
  background-color: #38b245;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: var(--main-gray);
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    background-color: var(--main-blue);
    color: #fff;
  }

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

  .section.footer, .section.footer-copy {
    flex-direction: row;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .plan-wrapper._3-boxes {
    height: auto;
  }

  .plan-wrapper._3-boxes._3middle {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-feature-group {
    margin-top: 30px;
  }

  .main-image {
    margin-top: 49px;
  }

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

  .columns {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    align-items: center;
    display: flex;
  }

  .div-block-16.mobile {
    flex-direction: column;
    display: flex;
  }

  .div-block-16.desktop {
    display: none;
  }

  .section-6.article1, .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9.cream.wr1 {
    max-width: 100%;
  }

  .heading-20 {
    text-align: center;
  }

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

  .form-block-5.long-1.cantidad1 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-27, .section-28, .section-29, .section-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-32 {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-11 {
    max-width: 90%;
  }

  .div-block-67.div1 {
    margin-top: 0;
  }

  .div-block-68 {
    flex-flow: column;
    margin-top: 0;
  }

  .text-block-43 {
    margin-left: 50px;
  }

  .sliderim {
    max-width: 100%;
  }

  .sliderim._4th {
    max-height: none;
  }

  .form-block-7.long-1 {
    width: auto;
    height: auto;
  }

  .container-13 {
    max-width: 100%;
  }

  .text-block-42 {
    margin-right: 50px;
  }

  .columns-9 {
    max-width: 100%;
  }

  .div-block-39 {
    justify-content: space-around;
    display: block;
  }

  .left-arrow-2 {
    color: #00416d;
    display: none;
  }

  .columns-23 {
    display: none;
  }

  .slide-11 {
    text-align: center;
    width: 100%;
  }

  .slide-nav-3 {
    margin-top: 0;
    padding-top: 0;
    top: auto;
  }

  .div-block-71 {
    max-width: none;
  }

  .heading-49 {
    text-align: center;
    font-size: 35px;
  }

  .heading-49.product1 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 140%;
  }

  .section-35 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-42 {
    height: auto;
  }

  .right-arrow-4 {
    color: #00416d;
    display: none;
  }

  .slider-6 {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
  }

  .image-34 {
    max-width: 85%;
    display: none;
  }

  .columns-24 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-73 {
    text-align: center;
    margin-top: 40px;
  }

  .column-45 {
    text-align: left;
  }

  .columns-5.exp-2 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-42.exp-2 {
    max-width: 300px;
    margin-top: 20px;
  }

  .image-42.exp-2.sec1 {
    max-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    font-size: 35px;
  }

  .column-8.first {
    padding-right: 10px;
  }

  .section-36.exp2 {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .column-9 {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .column-9.sec1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-25.exp-2 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .columns-25.exp-2.b3 {
    flex-direction: column-reverse;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-43.exp-2 {
    max-width: 300px;
    margin-top: 20px;
  }

  .image-43.exp-2.sec1 {
    max-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-51 {
    font-size: 35px;
  }

  .column-46.first {
    padding-right: 10px;
  }

  .section-37.exp2 {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .column-47 {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .column-47.sec1, .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-12 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .columns-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-8.long-1 {
    width: auto;
    height: auto;
  }

  .heading-53 {
    text-align: center;
  }

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

  .column-49, .column-51 {
    padding-left: 10px;
  }

  .div-block-87 {
    width: 80%;
  }

  .section-43 {
    padding-top: 108px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding: 43px 20px;
  }

  .section.main {
    margin-top: 51px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .page-link.in-footer {
    margin-top: 10px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-icon-group {
    margin-bottom: 20px;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .plan-wrapper._3-boxes {
    margin-left: 0%;
    margin-right: 0%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .div-block-4.footer {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .column {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .image-9.cream.wr1 {
    max-width: 100%;
  }

  .form-block-5.long-1 {
    width: 100%;
  }

  .form-block-5.long-1.cantidad1 {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-41 {
    max-width: 100%;
  }

  .columns-21.long-1 {
    display: flex;
  }

  .div-block-67 {
    width: 70%;
  }

  .icon-8 {
    margin-right: 0;
  }

  .form-block-7.long-1 {
    width: auto;
    height: auto;
  }

  .div-block-69 {
    width: 100%;
  }

  .columns-9 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-39 {
    display: block;
  }

  .section-ajk-12 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-3 {
    width: 100%;
  }

  .columns-24 {
    flex-direction: column;
  }

  .icon-9 {
    margin-left: 0;
  }

  .paragraph-6, .paragraph-6.small1.smally2, .paragraph-6.small1.small2._1st {
    width: 100%;
  }

  .columns-5.exp-2, .columns-25.exp-2, .columns-25.exp-2.b3 {
    flex-direction: column-reverse;
  }

  .button-3 {
    text-align: center;
  }

  .heading-52.b2.b3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-4 {
    text-align: center;
  }

  .columns-6 {
    flex-direction: column;
  }

  .image-44 {
    max-width: 400px;
  }

  .image-44.exp-2 {
    max-width: 350px;
  }

  .form-block-8.long-1 {
    width: auto;
    height: auto;
  }

  .div-block-82 {
    display: flex;
  }

  .column-49 {
    padding-left: 10px;
  }

  .heading-55 {
    margin-left: 0;
  }

  .image-47 {
    width: 95%;
  }

  .column-51 {
    padding-left: 10px;
  }

  .heading-56 {
    margin-left: 0;
  }

  .image-49 {
    width: 95%;
  }

  .div-block-87 {
    width: 90%;
  }

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

@media screen and (max-width: 479px) {
  .button.servicios1 {
    font-size: 15px;
  }

  .nav-link {
    color: var(--main-gray);
  }

  .nav-link.menu {
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-link.menu.w--open {
    background-color: var(--main-blue);
  }

  .nav-menu {
    background-color: #fff;
  }

  .plan-wrapper._3-boxes, .plan-wrapper._3-boxes._3middle {
    margin-left: auto;
    margin-right: auto;
  }

  .client-logo {
    width: 33.33%;
  }

  .heading.servicios {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }

  .text-block {
    display: none;
  }

  .image {
    max-width: 60%;
  }

  .container-2 {
    display: flex;
  }

  .image-2.new1 {
    margin-bottom: 20px;
  }

  .text-span-4, .bold-text-2 {
    font-weight: 400;
  }

  .image-6 {
    max-width: 100%;
  }

  .text-block-3 {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-10 {
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .text-block-4.sub3 {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 12px;
  }

  .section-5 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    margin-top: 10px;
    font-family: Lato, sans-serif;
    font-size: 27px;
    line-height: 150%;
  }

  .heading-4.sub1 {
    margin-top: 20px;
    font-family: Lato, sans-serif;
    font-size: 23px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .html-embed {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .html-embed.date-oferta1.red1 {
    font-size: 15px;
    line-height: 160%;
  }

  .html-embed.date-oferta1.red1._2nde {
    margin-top: 10px;
  }

  .html-embed.date-oferta1.red1.recibelo-1 {
    color: #208f1d;
    margin-bottom: 5px;
  }

  .html-embed.date-oferta1.red1._2nde {
    color: #e40909;
    margin-top: 10px;
  }

  .image-7 {
    height: 35px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-15 {
    margin-bottom: 0;
  }

  .div-block-16.mobile {
    flex-direction: row;
    display: flex;
  }

  .div-block-16.desktop {
    display: none;
  }

  .image-8 {
    max-width: 100%;
  }

  .text-block-6 {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 150%;
  }

  .text-block-6.sub1 {
    color: #6b6b6b;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 150%;
  }

  .paragraph-2 {
    font-family: Lato, sans-serif;
    line-height: 150%;
  }

  .section-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-8._1st {
    margin-top: 10px;
  }

  .image-9, .image-9.cream.wr1 {
    max-width: 100%;
  }

  .paragraph-3, .paragraph-4 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    line-height: 150%;
  }

  .link-3 {
    font-size: 20px;
    line-height: 150%;
  }

  .paragraph-5 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    line-height: 150%;
  }

  .heading-20 {
    font-size: 40px;
  }

  .heading-20.smally-1 {
    color: var(--azul-valkyrie-2);
    font-size: 16px;
  }

  .heading-20.smally-1.phone-2 {
    color: var(--black);
  }

  .heading-20.sub1 {
    font-size: 25px;
  }

  .heading-20.sub1.form1._2nd {
    margin-top: 30px;
    font-size: 22px;
    line-height: 140%;
  }

  .heading-20.sub1.form1._2nd.head1 {
    font-size: 23px;
  }

  .div-block-51.whats1 {
    margin-top: 60px;
  }

  .div-block-37 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-5 {
    margin-top: 15px;
    padding-left: 10px;
  }

  .text-field-5::placeholder {
    font-size: 14px;
  }

  .text-field-5._1st {
    margin-top: 30px;
  }

  .select-field {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 12px;
  }

  .div-block-35 {
    max-width: 100%;
  }

  .section-26 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-52 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .image-30 {
    width: 100%;
    height: 100%;
  }

  .image-30.form1 {
    width: auto;
    max-width: 80%;
  }

  .paragraph-10 {
    font-weight: 700;
  }

  .form-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-39 {
    text-align: left;
    padding-left: 10px;
  }

  .column-39.long-1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-20 {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns-20.long-1 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .column-38 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-38 {
    font-size: 25px;
  }

  .heading-38.disc1 {
    width: 100px;
    font-size: 23px;
  }

  .heading-38._2nd {
    text-align: center;
    margin-top: 10px;
    font-size: 35px;
  }

  .heading-38._2nd.long-1 {
    font-size: 40px;
  }

  .heading-38.tach1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
  }

  .heading-38.tach1.long-1 {
    margin-top: 0;
    font-size: 30px;
  }

  .text-block-50 {
    text-align: center;
    line-height: 150%;
  }

  .heading-37 {
    font-size: 23px;
  }

  .heading-37.land1 {
    text-align: center;
    font-size: 25px;
  }

  .form-block-5 {
    width: 100%;
    height: 1200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-5.long-1 {
    height: 1650px;
  }

  .form-block-5.long-1.cantidad1 {
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hubspot-form, .hubspot-input, .hubspot-label, .hubspot-label.formland, .hubspot-button {
    max-width: 100%;
  }

  .section-33 {
    padding-top: 120px;
  }

  .section-34 {
    min-height: 75vh;
    padding-top: 100px;
  }

  .div-block-62 {
    max-width: 100%;
  }

  .heading-46 {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }

  .div-block-63 {
    max-width: 100%;
  }

  .heading-47 {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }

  .image-41 {
    max-width: 100%;
  }

  .column-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-41 {
    text-align: left;
    padding-left: 10px;
  }

  .column-41.long-1 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .columns-21 {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns-21.long-1 {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }

  .heading-48 {
    font-size: 25px;
  }

  .heading-48._2nd {
    text-align: center;
    margin-top: 10px;
    font-size: 35px;
  }

  .heading-48._2nd.long-1 {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .heading-48.tach1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
  }

  .heading-48.tach1.long-1 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    position: relative;
  }

  .heading-45 {
    font-weight: 400;
    line-height: 150%;
  }

  .text-span-55 {
    font-size: 16px;
  }

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

  .div-block-67 {
    width: 70%;
  }

  .form-5 {
    max-width: 100%;
  }

  .form-block-6 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-36 {
    display: none;
  }

  .text-block-43 {
    margin-left: 20px;
    font-size: 25px;
  }

  .icon-8 {
    font-size: 20px;
  }

  .div-block-58._1st1 {
    margin-top: 0;
  }

  .section-ajk-14 {
    margin-bottom: 5px;
  }

  .form-block-7 {
    width: 100%;
    height: 1200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-7.long-1 {
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-69 {
    display: none;
  }

  .text-block-42 {
    max-width: 100%;
    margin-right: 20px;
    font-size: 35px;
  }

  .columns-9 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-39 {
    margin-top: 15px;
    margin-bottom: 25px;
    display: block;
  }

  .div-block-59 {
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
  }

  .section-ajk-12 {
    text-align: center;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .slide-11 {
    padding-bottom: 50px;
  }

  .slide-nav-3 {
    opacity: 1;
    padding-top: 0;
  }

  .lightbox-link-2 {
    display: none;
  }

  .div-block-71 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-49 {
    font-size: 40px;
  }

  .heading-49.sub1 {
    font-size: 25px;
  }

  .heading-49.sub1.form1._2nd {
    text-align: left;
    margin-top: 10px;
    font-size: 25px;
    line-height: 140%;
  }

  .heading-49.sub1.cod1 {
    font-size: 18px;
  }

  .heading-49.product1 {
    margin-top: 10px;
    font-size: 25px;
  }

  .section-35 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-42 {
    height: 100%;
  }

  .text-span-11 {
    font-family: Lato, sans-serif;
    font-size: 18px;
  }

  .div-block-72 {
    max-width: 100%;
  }

  .select-field-2 {
    padding-left: 15px;
    padding-right: 12px;
    font-size: 14px;
  }

  .list-item-5 {
    font-size: 18px;
  }

  .slider-6 {
    margin-bottom: -15px;
  }

  .text-ajk-5, .text-ajk-5.text {
    font-family: Lato, sans-serif;
  }

  .list-3 {
    width: 100%;
  }

  .text-block-53 {
    font-size: 18px;
    line-height: 140%;
  }

  .form-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-ajk-13 {
    margin-bottom: 5px;
  }

  .heading-50 {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }

  .columns-24 {
    flex-direction: column;
  }

  .paragraph-14 {
    margin-top: 50px;
    font-weight: 400;
  }

  .div-block-73 {
    margin-top: 40px;
  }

  .icon-9 {
    font-size: 20px;
  }

  .image-35 {
    display: none;
  }

  .paragraph-6 {
    width: 100%;
    font-size: 18px;
  }

  .paragraph-6.small1 {
    text-align: center;
    width: 100%;
  }

  .paragraph-6.small1.smally2 {
    margin-top: 40px;
    padding-top: 10px;
    font-size: 20px;
  }

  .paragraph-6.small1.smally2.cod1 {
    font-size: 16px;
  }

  .paragraph-6.small1.small2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 18px;
  }

  .paragraph-6.small1.small2._1st {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .paragraph-6.small1.small2._1st.cod1 {
    font-size: 18px;
  }

  .column-45 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .body-3 {
    font-size: 18px;
  }

  .columns-5 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .columns-5.exp-2 {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-42 {
    max-width: 340px;
  }

  .image-42.exp-2 {
    max-width: 100%;
  }

  .image-42.exp-2.sec1 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .image-42.exp-2.sec1.wh1 {
    max-width: 100%;
  }

  .div-block-74 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sub-heading-1 {
    text-align: center;
    font-size: 18px;
    line-height: 140%;
  }

  .sub-heading-1.sec1 {
    font-weight: 500;
  }

  .sub-heading-1.sec1.orange1.orange2 {
    font-size: 20px;
  }

  .sub-heading-1.sec1.orange1 {
    text-align: left;
    font-size: 25px;
  }

  .heading-10 {
    font-size: 35px;
  }

  .heading-10.sec1 {
    text-align: left;
    font-size: 25px;
  }

  .column-8 {
    justify-content: center;
  }

  .column-8.first {
    flex-direction: row;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-8.first.b4 {
    margin-bottom: 0;
  }

  .section-36 {
    text-align: left;
    justify-content: flex-start;
    padding: 40px 20px;
    display: block;
  }

  .section-36.exp2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-36.exp2.b1 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-36.exp2.b1.b2 {
    padding-top: 40px;
  }

  .column-9 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-9.sec1 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-15 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .columns-25 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .columns-25.exp-2 {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-25.exp-2.b3 {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .image-43 {
    max-width: 340px;
  }

  .image-43.exp-2 {
    max-width: 100%;
  }

  .image-43.exp-2.sec1 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-75 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-3 {
    margin-bottom: 10px;
  }

  .button-3.dark {
    margin-left: 0;
    font-size: 16px;
  }

  .heading-51 {
    font-size: 35px;
  }

  .heading-51.sec1 {
    text-align: left;
    font-size: 25px;
  }

  .column-46 {
    justify-content: center;
  }

  .column-46.first {
    flex-direction: row;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-46.first.b4 {
    margin-bottom: 0;
  }

  .section-37 {
    text-align: left;
    justify-content: flex-start;
    padding: 40px 20px;
    display: block;
  }

  .section-37.exp2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-37.exp2.b1 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-47 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-47.sec1 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-16 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
  }

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

  .column-21 {
    padding-bottom: 20px;
  }

  .heading-14 {
    font-size: 50px;
  }

  .heading-13 {
    font-size: 20px;
  }

  .heading-11 {
    font-size: 35px;
  }

  .heading-11.ef1 {
    font-size: 25px;
    line-height: 140%;
  }

  .heading-12 {
    font-size: 24px;
  }

  .heading-12.b3 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 140%;
  }

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

  .heading-52 {
    margin-bottom: 60px;
  }

  .heading-52.b2 {
    text-align: center;
    font-size: 35px;
  }

  .heading-52.b2.b3 {
    text-align: center;
    font-size: 25px;
    line-height: 140%;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-12.ingre1 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-4 {
    margin-bottom: 10px;
  }

  .button-4.dark {
    margin-left: 0;
    font-size: 16px;
  }

  .heading-8 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
  }

  .heading-8.div1 {
    font-size: 20px;
  }

  .column-11, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-17 {
    text-align: center;
    max-width: 100%;
    font-size: 20px;
  }

  .columns-6 {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-44 {
    max-width: 350px;
    margin-top: 20px;
  }

  .image-44.exp-2 {
    margin-top: 20px;
  }

  .form-block-8 {
    width: 100%;
    height: 1200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-8.long-1 {
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-7 {
    height: 45px;
    padding-left: 10px;
  }

  .text-field-7::placeholder {
    font-size: 14px;
    line-height: 160%;
  }

  .text-field-7._1st {
    margin-top: 30px;
  }

  .text-field-7._1st::placeholder {
    line-height: 160%;
  }

  .heading-53 {
    font-size: 40px;
  }

  .heading-53.sub1 {
    font-size: 25px;
  }

  .heading-53.sub1.form1._2nd {
    text-align: left;
    margin-top: 10px;
    font-size: 22px;
    line-height: 140%;
  }

  .submit-button-5.cod-2 {
    font-size: 18px;
    line-height: 160%;
  }

  .paragraph-18 {
    margin-top: 50px;
    font-weight: 400;
  }

  .column-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-34 {
    font-size: 25px;
  }

  .column-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-79 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed-5 {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .div-block-21 {
    align-items: center;
  }

  .text-block-12 {
    font-size: 17px;
  }

  .heading-54 {
    font-size: 25px;
  }

  .radio-button-field {
    display: flex;
  }

  .div-block-22 {
    flex-flow: row;
    display: block;
  }

  .image-22 {
    border-radius: 0;
  }

  .submit-button-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-19.ans1 {
    padding-left: 40px;
  }

  .form-block-4 {
    padding: 20px;
  }

  .heading-22 {
    font-size: 20px;
  }

  .heading-22.sub2 {
    font-size: 18px;
  }

  .div-block-81 {
    flex-flow: column;
    display: block;
  }

  .container-14 {
    flex-flow: column;
    display: flex;
  }

  .div-block-82 {
    flex-flow: column;
  }

  .brand-2 {
    text-align: center;
  }

  .bold-text-54 {
    color: #208f1d;
    text-align: left;
  }

  .text-block-56.info2 {
    max-width: 100%;
  }

  .text-block-56.detalles-1 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .text-block-56._1sty {
    max-width: 100%;
  }

  .column-48 {
    justify-content: center;
    display: flex;
  }

  .text-span-62 {
    font-size: 20px;
  }

  .html-embed-6 {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .html-embed-6.date-oferta1.red1 {
    font-size: 15px;
    line-height: 160%;
  }

  .html-embed-6.date-oferta1.red1.recibelo-1 {
    color: #208f1d;
    margin-bottom: 5px;
  }

  .html-embed-6.date-oferta1.red1.recibelo-1.thank1 {
    color: #fe8412;
  }

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

  .section-15.gracias1 {
    justify-content: flex-start;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    margin-top: 60px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-46 {
    max-width: 100%;
    max-height: 100%;
  }

  .text-block-59 {
    text-align: center;
  }

  .text-span-64 {
    color: #218f1e;
    text-align: left;
  }

  .heading-55 {
    margin-top: 0;
    margin-left: 0;
    font-size: 30px;
  }

  .image-47 {
    width: 100%;
  }

  .bold-text-56 {
    color: #208f1d;
    text-align: left;
  }

  .text-field-9 {
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
  }

  .text-field-9.observaciones-1, .text-block-65.info2 {
    max-width: 100%;
  }

  .text-block-65.detalles-1 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .text-block-65._1sty {
    max-width: 100%;
  }

  .column-50 {
    justify-content: center;
    display: flex;
  }

  .form-7 {
    max-width: 100%;
  }

  .text-span-66 {
    font-size: 20px;
  }

  .html-embed-7 {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .html-embed-7.date-oferta1.red1 {
    font-size: 15px;
    line-height: 160%;
  }

  .html-embed-7.date-oferta1.red1.recibelo-1 {
    color: #208f1d;
    margin-bottom: 5px;
  }

  .html-embed-7.date-oferta1.red1.recibelo-1.thank1 {
    color: #fe8412;
  }

  .image-48 {
    max-width: 100%;
    max-height: 100%;
  }

  .submit-button-8 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .form-block-9 {
    display: block;
  }

  .text-block-69 {
    text-align: center;
  }

  .text-span-68 {
    color: #218f1e;
    text-align: left;
  }

  .heading-56 {
    margin-top: 0;
    margin-left: 0;
    font-size: 30px;
  }

  .image-49, .div-block-87 {
    width: 100%;
  }

  .section-41 {
    margin-top: 80px;
  }

  .image-50 {
    width: 95%;
    margin-bottom: 10px;
  }

  .div-block-90._1st1 {
    margin-top: 0;
  }

  .html-embed-8 {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .html-embed-8.date-oferta1.red1 {
    font-size: 15px;
    line-height: 160%;
  }

  .html-embed-8.date-oferta1.red1._2nde {
    color: #e40909;
    margin-top: 10px;
  }

  .section-43 {
    padding-top: 97px;
  }

  .container-16 {
    margin-top: 0;
  }

  .bold-text-59 {
    font-size: 30px;
    line-height: 140%;
  }

  .bold-text-60 {
    font-size: 25px;
  }

  .div-block-92 {
    width: 95%;
  }

  .paragraph-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-53 {
    width: 80%;
  }

  .heading-59 {
    width: 90%;
    font-size: 25px;
  }

  .image-54 {
    max-width: 100%;
  }

  .text-span-85 {
    line-height: 120%;
  }

  .heading-60 {
    font-size: 25px;
  }

  .container-17 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_51583b8b-9b4f-096d-ca1b-2cd6737cce7d-64f76613 {
  justify-self: end;
}

#w-node-f2c268ad-b581-a0d3-775b-ad842979b368-24f38204 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bd9cc4f6-bd49-458e-d034-bfe80b3280c8-3b8b2b99 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-bd9cc4f6-bd49-458e-d034-bfe80b3280c8-3b8b2b99 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f2c268ad-b581-a0d3-775b-ad842979b368-24f38204 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2c268ad-b581-a0d3-775b-ad842979b368-24f38204 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd9cc4f6-bd49-458e-d034-bfe80b3280c8-3b8b2b99 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


