@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Heavy-Italic-trial.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Bold-Italic-trial.ttf') format("truetype"), url('../fonts/Milligram-Extrabold-Italic-trial.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Heavy-trial.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Extrabold-trial.ttf') format("truetype"), url('../fonts/Milligram-Bold-trial.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Light-Italic-trial.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Medium-Italic-trial.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Medium-trial.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Regular-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Thin-trial.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Light-trial.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Italic-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Thin-Italic-trial.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: #050505;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon {
  color: #729fca;
}

.icon:hover {
  color: #223b53;
}

.italics {
  font-style: italic;
  font-weight: 100;
}

.section {
  width: 100%;
}

.max-width-30rem {
  max-width: 33.33vw;
}

.hero-wrapper {
  background-image: none;
  border-radius: 48px;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: 50.6vw;
  max-height: 50.6vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subheading-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.space-7rem {
  min-height: 7.8vw;
}

.hero-title {
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 5.5rem;
}

.circle-absolute {
  z-index: -1;
  mix-blend-mode: soft-light;
  background-color: #c1e4c4;
  border-radius: 100px;
  min-width: 6.944vw;
  max-width: 6.944vw;
  min-height: 6.944vw;
  max-height: 6.944vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 3.33vw;
}

.hero-image {
  background-image: url('../images/Img-123_1Img-123.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 64px;
  min-width: 100%;
  max-width: 100%;
  min-height: 50vw;
  max-height: 50vw;
  position: absolute;
  inset: 0%;
}

.hero-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  border-radius: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.2vw 4.4vw;
  display: flex;
}

.icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.button-text {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.section-2 {
  text-align: center;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.select-field {
  color: #000;
  background-color: #fff;
  font-family: Oswald, sans-serif;
}

.text-span {
  font-size: 24px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #427eb8;
  border-radius: 6px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.textarea {
  font-family: Montserrat, sans-serif;
}

.textarea.consulta {
  height: 80px;
  font-family: Oswald, sans-serif;
}

.column-9 {
  padding-left: 5px;
  padding-right: 10px;
}

.error-message {
  z-index: 50;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  position: fixed;
  inset: 0%;
}

.column-8 {
  padding-right: 5px;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

.form {
  text-align: center;
}

.column-11 {
  padding-right: 5px;
}

.text-block-2 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 130px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.text-field {
  font-family: Oswald, sans-serif;
}

.column-6 {
  padding-left: 5px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#000000ab, #000000ab);
  border-radius: 6px;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.section-3 {
  background-image: url('../images/BANNER-NUEVA.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 0;
  padding: 220px 100px 140px;
}

.section-5 {
  text-align: center;
  background-color: #729fca;
  padding: 40px 10px 60px;
}

.heading-5 {
  color: #252829;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-48 {
  color: #fff;
  text-align: left;
  border-left: 1px #fff;
  border-right: 1px #000;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-divider-bae_divider_1751949081662 {
  color: #729fca;
  transform-style: preserve-3d;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(0);
}

.section-divider-bae_position-relative {
  position: relative;
}

.section-6 {
  text-align: center;
  padding: 100px 10px 40px;
  position: relative;
}

.heading-6 {
  color: #729fca;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Milligram Trial, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.heading-6.white {
  color: #fff;
}

.bold-text {
  color: #60371b;
}

.text-block-46 {
  color: #000;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Milligram Trial, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.slider-marcas {
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.container-slider {
  width: 1250px;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 21px;
  overflow: hidden;
}

.div-marcas {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logos-clientes {
  flex: none;
  width: 100%;
  display: flex;
}

.client-logo-slider {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.marcas {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-block-47 {
  color: #fff;
  text-transform: none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.slide, .slide-2, .slide-3, .slide-4 {
  text-align: center;
}

.slider {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-3 {
  text-transform: uppercase;
  background-color: #729fca;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 20px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.button-3:hover {
  background-color: #173755;
}

.section-7 {
  text-align: center;
  background-color: #e7e9ea;
  padding: 40px 10px;
}

.section-divider-bae_divider_1751973511387 {
  color: #e7e9ea;
  transform-style: preserve-3d;
  width: 100%;
  height: 24px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(180deg);
}

.section-divider-bae_divider_1751973519900, .section-divider-bae_divider_1751973543078 {
  color: #e7e9ea;
  transform-style: preserve-3d;
  width: 100%;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(180deg);
}

.paragraph {
  color: #fff;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.code-embed {
  font-size: 16px;
}

.code-embed.nomovil {
  display: block;
}

.div-block {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px 10px;
  font-family: Oswald, sans-serif;
}

.text-block-49 {
  color: #729fca;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-2 {
  text-align: left;
  font-weight: 300;
}

.section-9 {
  text-align: center;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-10 {
  text-align: center;
  background-image: linear-gradient(#e7e9ea80, #e7e9ea80), url('../images/nubes-aire-estrellas-fondo-ninos-lindos-patron-costuras-acuarela-bebes_627372-1728.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding: 40px 20px;
  position: relative;
}

.heading-7 {
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-50 {
  font-family: Oswald, sans-serif;
}

.column-20 {
  padding-top: 0;
}

.image {
  margin-bottom: 40px;
}

.tab-accordion-item {
  background-color: #0000;
  border-bottom: 1px solid #d4e1e3;
  padding: 30px 0 24px;
}

.tab-accordion-item.w--current {
  background-color: #0000;
}

.tab-accordion-icon {
  width: 24px;
  display: inline-flex;
}

.path {
  color: #000;
}

.tab-accordion-body {
  overflow: hidden;
}

.tab-accordion-title {
  color: #002836;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.tabs-accordion-menu {
  flex-flow: row;
  display: flex;
}

.tabs-accordion-content {
  display: none;
}

.tab-accordion-body-inner {
  padding-top: 16px;
}

.tab-accordion-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-accordion-header-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  border-right: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.column-23, .column-24, .column-25, .column-26, .column-27 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading_h4 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 1.41rem;
  font-weight: 400;
  line-height: 1.3em;
}

.card-link {
  opacity: 1;
  color: #162850;
  background-color: #fff;
  background-image: none;
  border: 0 solid #16285033;
  border-radius: .75rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #16285033, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link:hover {
  opacity: 1;
  color: #162850;
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #16285033, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col.gap-medium {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tabs_content {
  overflow: visible;
}

.card_body_small {
  z-index: 1;
  flex-flow: column;
  min-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.content-block-link {
  color: inherit;
  text-decoration: none;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease-in-out;
  position: relative;
}

.content-block-link:hover {
  color: color-mix(in srgb, currentColor 65%, transparent);
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: .75rem;
  position: relative;
  overflow: clip;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.tab_menu-button {
  color: inherit;
  background-color: #0000;
  border-radius: .75rem;
  padding: 1em 1.5em;
  font-size: .9375rem;
  line-height: 1.3;
}

.tab_menu-button:hover {
  color: inherit;
  background-color: color-mix(in srgb, currentColor 5%, transparent);
}

.tab_menu-button.w--current {
  color: #fff;
  background-color: #1f9dd9;
}

.tab_menu-button.text-align_center {
  text-align: center;
}

.tab_menu-button.text-align_center.w--current {
  color: #fff;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs_nav {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.tabs_nav.is-align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs {
  margin-bottom: 20px;
  font-family: Milligram Trial, Arial, sans-serif;
}

.grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
}

.grid-2, .grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
}

.section-divider-bae_divider_1760316863616 {
  color: #e7e9ea;
  transform-style: preserve-3d;
  width: 100%;
  height: 24px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(180deg);
}

.section-divider-bae_divider_1760316873591 {
  color: #e7e9ea;
  transform-style: preserve-3d;
  width: 100%;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(180deg);
}

.section-divider-bae_divider_1760317010072 {
  color: #729fca;
  transform-style: preserve-3d;
  width: 100%;
  height: 55px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(180deg);
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.slider-2 {
  background-color: #fff;
  height: auto;
  padding-bottom: 20px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.grid-6 {
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  padding: 10px;
}

.div-block-29 {
  background-image: url('../images/new-banner.jpeg');
  background-position: 100% 0;
  background-size: cover;
  width: 100%;
  height: 720px;
  padding-top: 100px;
  padding-right: 100px;
}

.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
  }

  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .max-width-30rem {
    max-width: 30rem;
  }

  .hero-wrapper {
    min-height: auto;
    max-height: none;
    padding-left: 4rem;
  }

  .subheading-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .container.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .space-7rem {
    min-height: 7rem;
  }

  .hero-title {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

  .circle-absolute {
    min-width: 6.25rem;
    max-width: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
    display: none;
    inset: auto 0% -238% 18%;
  }

  .hero-image {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .hero-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 4rem;
  }

  .icon-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .button-text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .column-9 {
    padding-right: 0;
  }

  .column-8 {
    padding-left: 0;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-6 {
    padding-bottom: 0;
  }

  .slider-marcas {
    padding-top: 10px;
    padding-bottom: 60px;
  }

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

  .div-block {
    height: 200px;
  }

  .text-block-49 {
    text-align: left;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-accordion-title {
    font-size: 28px;
  }

  .tabs_nav {
    flex-flow: wrap;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .div-block-29 {
    background-position: 15%;
    height: 720px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .column-28 {
    flex-flow: row;
    padding-bottom: 220px;
    display: block;
  }

  .no {
    display: none;
  }

  .mobile {
    padding: 40px 100px 60px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .max-width-30rem {
    max-width: 21rem;
  }

  .hero-title {
    font-size: 4rem;
    line-height: 4rem;
  }

  .hero-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .column-9, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-align: right;
    font-size: 36px;
  }

  .column-10, .column-11, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/imgi_31_Bannermobile-819f6b4d-1920w.jpg');
    background-position: 0 0, 30%;
    background-size: auto, cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-marcas {
    padding-top: 10px;
    padding-bottom: 140px;
  }

  .div-marcas {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .marcas {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .code-embed.nomovil {
    display: none;
  }

  .div-block {
    height: 260px;
  }

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

  .div-block-28 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .column-20 {
    padding-top: 10px;
  }

  .tab-accordion-title {
    font-size: 26px;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .grid_3-col.gap-medium {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tabs_nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .tabs_nav.is-align-center {
    flex-flow: row;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: grid;
  }

  .div-block-29 {
    background-position: 10%;
    height: 520px;
    padding-top: 140px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .column-28 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .no {
    display: none;
  }

  .mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .max-width-30rem {
    max-width: 12rem;
  }

  .hero-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .hero-image {
    min-width: 100%;
    max-width: 100%;
  }

  .hero-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
  }

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

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-3 {
    display: block;
  }

  .slider-marcas {
    margin-top: 0;
    padding: 10px 10px 60px;
  }

  .marcas {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .button-3 {
    margin-bottom: 30px;
  }

  .div-block {
    height: auto;
  }

  .column-20 {
    padding-top: 20px;
  }

  .tab-accordion-title {
    font-size: 24px;
  }

  .tab-accordion-header-content-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid_3-col.gap-medium {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tabs_nav.is-align-center {
    display: block;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch center;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-29 {
    background-image: url('../images/new-banner.jpeg'), linear-gradient(#fff, #fff);
    background-position: 15%, 0 0;
    background-size: cover, auto;
    height: 300px;
  }

  .column-28 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .no {
    display: none;
  }

  .mobile {
    padding: 40px;
    display: block;
  }
}


@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Heavy-Italic-trial.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Bold-Italic-trial.ttf') format('truetype'), url('../fonts/Milligram-Extrabold-Italic-trial.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Heavy-trial.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Extrabold-trial.ttf') format('truetype'), url('../fonts/Milligram-Bold-trial.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Light-Italic-trial.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Medium-Italic-trial.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Medium-trial.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Regular-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Thin-trial.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Light-trial.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Italic-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Thin-Italic-trial.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}