@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.cont-ancho-global {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar {
  z-index: 100;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #ffffffe6;
  flex-flow: column;
  width: 100%;
  padding-top: .5rem;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-weight: 700;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div_line {
  background-color: #fff;
  background-image: linear-gradient(103deg, #135178, #088fa4 19%, #009870 40%, #ffd70d 63%, #f26915 85%, #cb0e1a);
  width: 100%;
  height: 2px;
  box-shadow: 0 0 2px #0003;
}

.image {
  width: 15rem;
}

.link_navbar {
  border-radius: .5rem;
  padding: 12px 30px;
  font-size: 1.1em;
  transition: all .35s;
}

.link_navbar:hover {
  color: #fff;
  text-shadow: 0 1px 8px #000000c7;
  background-image: url('../images/FONDO-GRADIENTE-OSUCRO-1.jpg'), linear-gradient(#757575, #757575);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.link_navbar.w--current {
  color: #0a3f70;
}

.link_navbar._2 {
  color: #000;
  border: 1px solid #000;
}

.link_navbar._2:hover {
  color: #fff;
  border-color: #0000;
}

.text-brand-navbar {
  color: #333;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
  line-height: 2rem;
}

.text-brand-navbar._2 {
  color: #fcff92;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1rem;
}

.brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  transition: all .4s;
  display: flex;
}

.brand:hover {
  transform: scale(1.05);
}

.brand.w--current {
  z-index: 3;
  cursor: pointer;
}

.sec_home-head {
  z-index: 4;
  background-image: linear-gradient(#fff6, #fff6), url('../images/FONDO---web-Prisma-Vision.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  min-height: 100vh;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div_text-1 {
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.div_text-1.solo-mobile {
  display: none;
}

.h_hero-home {
  letter-spacing: -4px;
  text-transform: none;
  margin-top: 10px;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 9.5vw;
  font-weight: 700;
  line-height: 8vw;
}

.div_spacer-1 {
  height: 2rem;
}

.video-background {
  background-image: linear-gradient(0deg, #00000096, #0000 34%), linear-gradient(#1a1a1ad9, #0000 26%);
  width: 100%;
  height: auto;
}

.div_video-section {
  z-index: 4;
  border-radius: 1.3rem;
  flex-flow: row;
  flex: 1;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 1px 1px 7px #00000073;
}

.div_content-video {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem 2rem 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div_servicios {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.h_home-servicios {
  color: #fff;
  text-align: center;
  border-bottom: 1px dotted #999;
  flex: 1;
  margin-top: 5px;
  padding-bottom: 15px;
  font-size: 1.1rem;
}

.h_home-servicios:hover {
  color: #fcff92;
}

.div_vert-line {
  background-color: #fff;
  width: 1.5px;
  min-height: 1.5rem;
  margin-left: .6rem;
  margin-right: .6rem;
}

.div_home-low {
  max-width: 35rem;
}

.div_mensaje {
  max-width: 30rem;
}

.h_home-text {
  color: #fff;
  margin-top: 10px;
  font-size: 2.2rem;
  line-height: 2.4rem;
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.div_wsp {
  z-index: 90;
  height: 0;
  position: sticky;
  bottom: 0;
}

.lb_wa_sticky {
  z-index: 100;
  background-color: #00bb2d;
  border-radius: 100%;
  justify-content: flex-end;
  align-items: center;
  width: 6vw;
  height: 6vw;
  margin-bottom: 2%;
  margin-right: 3.5%;
  padding: 1%;
  transition: all .2s;
  position: absolute;
  inset: auto 0% 0 auto;
}

.lb_wa_sticky:hover {
  border-color: #75ce72;
  transform: scale(1.05);
}

.image-5 {
  filter: brightness(800%) grayscale();
  width: auto;
}

.link_servicios {
  cursor: pointer;
  flex: 1;
  text-decoration: none;
}

.img_diamante---icon {
  filter: brightness(200%);
  max-width: 3.5rem;
}

.div_text-2-home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.sec_2 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/fondo-claro-web-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 1rem;
}

.rl_footer4_link {
  color: #fff;
  text-align: center;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link:hover {
  color: #ffe100;
}

.rl_footer4_component {
  background-color: #fff3;
  background-image: linear-gradient(#2c2c2c4d, #2c2c2c4d), url('../images/fondo-dark-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl_footer4_legal-link {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_link-list {
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: none;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  font-family: Satoshi Variable, Georgia, sans-serif;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_credit-text {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global {
  padding-left: 6%;
  padding-right: 6%;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-container-large {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_footer4_logo {
  min-width: 160px;
}

.rl-padding-section-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 7rem;
  display: flex;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.rl-text-style-regular.big {
  font-size: 1.3rem;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout28_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_layout28_image-wrapper {
  border-radius: 1rem;
  overflow: clip;
  box-shadow: 1px 1px 7px #00000073;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
}

.rl-padding-global-2 {
  padding-left: 3%;
  padding-right: 3%;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 1rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-width: 3px;
  border-left-color: #000;
}

.h_head-section {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 3rem;
}

.h_head-section.white {
  letter-spacing: 0;
  font-size: 2.5rem;
}

.div-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img_diamante {
  max-width: 5.5rem;
}

.sec_final {
  background-image: linear-gradient(#ffffff59, #ffffff59), url('../images/FONDO---web-Prisma-Vision.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tabs-content {
  overflow: visible;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.rl_gallery21_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_arrow-right {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  background-color: #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery21_image-wrapper {
  border-radius: .5rem;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: clip;
  box-shadow: 0 2px 5px #0000004d;
}

.rl_section_gallery21 {
  overflow: hidden;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  background-color: #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.inner-container._400px {
  max-width: 400px;
}

.success-message {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 120px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.social-icon-square {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover, .social-icon-square.color-primary {
  color: #fff;
  background-color: #4a3aff;
}

.social-icon-square.color-primary:hover {
  background-color: #3324d5;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-icon-font {
  line-height: 21px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-v9 {
  grid-column-gap: 120px;
  grid-template-columns: .7fr 1fr;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.grid-2-columns.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  font-family: Satoshi Variable, Georgia, sans-serif;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.form {
  background-color: #fffc;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.mg-top-56px {
  margin-top: 56px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.square-icon {
  border-radius: 16px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 15px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

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

.card-link-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div_texto-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  font-size: 1rem;
  display: flex;
}

.sec_form {
  display: none;
}

@media screen and (min-width: 1440px) {
  .rl_footer4_link {
    font-size: 1rem;
  }

  .rl_footer4_link:hover {
    color: #ffe100;
  }

  .rl_footer4_logo {
    min-width: 200px;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .link_navbar {
    border: .4px solid #a7a7a7;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 1.2em;
    display: flex;
  }

  .link_navbar:hover {
    letter-spacing: .5px;
    background-image: linear-gradient(#5553, #5553), url('../images/FONDO-GRADIENTE-OSUCRO-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .link_navbar._2 {
    border-style: none;
  }

  .h_hero-home {
    letter-spacing: -2px;
  }

  .div_content-video {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h_home-servicios {
    font-size: .8rem;
  }

  .nav-menu {
    background-image: url('../images/FONDO---web-Prisma-Vision.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    inset: 89% 4% auto auto;
    overflow: clip;
    box-shadow: 1px 1px 9px 1px #0003;
  }

  .lb_wa_sticky {
    border-width: 1px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-right: 0%;
    padding: 11px;
    display: flex;
    right: 2%;
  }

  .image-5 {
    height: 55px;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_logo {
    min-width: 200px;
  }

  .rl-padding-section-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .rl-text-style-regular {
    font-size: 1rem;
  }

  .rl-text-style-regular.big {
    font-size: 1.2rem;
  }

  .rl_layout28_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
  }

  .rl_layout28_tabs-menu {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .h_head-section {
    font-size: 2.4rem;
  }

  .tabs-content {
    max-width: 70%;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .social-media-grid-top.mg-top-32px {
    margin-top: 24px;
  }

  .grid-2-columns.contact-v9 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .card.form {
    padding: 54px 32px;
  }

  .mg-top-56px {
    margin-top: 40px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu_burger {
    border: 1px solid #c4c4c4;
    border-radius: .4rem;
    overflow: clip;
  }

  .menu_burger.w--open {
    background-image: linear-gradient(122deg, #1d4577, #731da5);
  }
}

@media screen and (max-width: 767px) {
  .text-brand-navbar {
    display: none;
  }

  .sec_home-head {
    min-height: 90vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div_text-1 {
    display: none;
  }

  .div_text-1.solo-mobile {
    display: flex;
  }

  .h_hero-home.mobile {
    line-height: 10.5vw;
  }

  .video-background {
    background-image: linear-gradient(0deg, #00000096, #0000 34%), linear-gradient(#1a1a1ad9, #0000 60%);
  }

  .div_content-video {
    padding-top: 1.3rem;
  }

  .div_servicios {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h_home-servicios {
    border: 1px #000;
    border-radius: 1rem;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .div_vert-line {
    background-color: #7a7a7a;
    width: 90%;
    min-height: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .h_home-text {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div_wsp {
    position: fixed;
    inset: auto 3% 12% auto;
  }

  .lb_wa_sticky {
    width: 70px;
    height: 70px;
    position: static;
  }

  .link_servicios {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl-padding-section-large {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h4 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .h_head-section {
    font-size: 1.8rem;
  }

  .div-block {
    text-align: center;
    flex-flow: column;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-area {
    border-radius: 18px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .cont-ancho-global {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .image {
    width: 12rem;
  }

  .h_hero-home.mobile {
    letter-spacing: -.7px;
    text-transform: none;
    font-size: 10vw;
    font-weight: 700;
    line-height: 10.5vw;
  }

  .div_spacer-1 {
    height: .5rem;
  }

  .div_content-video {
    padding-top: .25rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .h_home-text {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .div_wsp {
    bottom: 11%;
  }

  .lb_wa_sticky {
    z-index: 200;
    border-width: 1px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    margin-bottom: 3%;
    padding: 0;
    display: flex;
    right: 2%;
  }

  .image-5 {
    z-index: 2;
    height: 60%;
    position: relative;
  }

  .div_text-2-home {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .rl-text-style-regular {
    font-size: .8rem;
  }

  .rl-text-style-regular.big {
    font-size: 1rem;
    line-height: 1.4;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .5rem;
  }

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

  .rl-heading-style-h4 {
    line-height: 1.3;
  }

  .rl_layout28_tabs-menu {
    grid-row-gap: 2rem;
  }

  .h_head-section {
    line-height: 2.3rem;
  }

  .div-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tabs-content {
    max-width: 95%;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-media-grid-top.mg-top-32px {
    margin-top: 16px;
  }

  .card.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }
}

#w-node-_38a043fb-e83d-26c5-cd5e-903526e00754-3533ca0a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e97ca320-f15b-f6be-bef7-46b8b621cdd4-3533ca0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e97ca320-f15b-f6be-bef7-46b8b621cdd8-3533ca0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6bedda61-e694-65f5-b71c-fab17211b6ab-3533ca0a {
  justify-self: start;
}

#w-node-_6bedda61-e694-65f5-b71c-fab17211b6b8-3533ca0a {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_38a043fb-e83d-26c5-cd5e-903526e00767-3533ca0a, #w-node-_6bedda61-e694-65f5-b71c-fab17211b6ab-3533ca0a, #w-node-_6bedda61-e694-65f5-b71c-fab17211b6b8-3533ca0a {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a8b3a55-3a91-575b-7a50-c8bca7d8b0e5-3533ca0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bedda61-e694-65f5-b71c-fab17211b6c7-3533ca0a {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e97ca320-f15b-f6be-bef7-46b8b621cdd4-3533ca0a {
    grid-column: span 1 / span 1;
  }

  #w-node-_6bedda61-e694-65f5-b71c-fab17211b6ab-3533ca0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}