@font-face {
  font-family: Agrandir;
  src: url('../fonts/Agrandir-GrandLight.otf') format("opentype"), url('../fonts/Agrandir-WideLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Agrandir;
  src: url('../fonts/Agrandir-GrandHeavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Agrandir Narrow;
  src: url('../fonts/Agrandir-Narrow.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Agrandir;
  src: url('../fonts/Agrandir-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Agrandir;
  src: url('../fonts/Agrandir-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Agrandir Tight;
  src: url('../fonts/Agrandir-Tight.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Agrandir;
  src: url('../fonts/Agrandir-WideBlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Agrandir;
  src: url('../fonts/Agrandir-TextBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --kütüp-library--burntsienna: #e76f51;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dim-grey: #6e6e6e;
  --waves-library--black: #131313;
  --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;
}

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

.w-layout-vflex {
  flex-direction: column;
  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;
  }
}

body {
  color: #333;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

p {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.videobg1 {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body {
  align-items: center;
  height: 102vh;
}

.div_prox {
  flex-direction: column;
  align-items: center;
  width: 70vw;
  max-width: 1400px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1_prox {
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 130%;
}

.text_cooming {
  color: #fff;
  text-align: center;
}

.icons {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
}

.sec_proximamente {
  background-image: linear-gradient(#0009, #0009), url('../images/_DSC5810-Mejorado-NR.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 102vh;
  display: flex;
}

.div_prox-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  width: 70vw;
  max-width: 1400px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div_prox-2.relative {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: center;
  width: 85svw;
  position: absolute;
  inset: 0%;
}

.h1_prox-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: urbane, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 100%;
}

.h1_prox-2.footer {
  margin-bottom: 10px;
  font-size: 50px;
}

.h1_prox-2._2 {
  font-size: 30px;
}

.text_cooming-2 {
  color: #fff;
  text-align: center;
  font-family: Agrandir, sans-serif;
  font-size: 18px;
}

.image {
  max-width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span {
  color: #a7ebf2;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bgvideo_1 {
  background-image: linear-gradient(#00000040, #00000040);
  min-height: 100vh;
}

.div_navbarcont {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 35px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #ddd0;
}

.navlink {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 20px 15px 15px;
  font-family: urbane, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.navlink:hover {
  opacity: .5;
}

.navlink.w--current {
  color: #00b296;
}

.navlink._2 {
  border: 2px solid #00b296;
  border-radius: 10px;
  align-self: stretch;
  align-items: center;
  padding: 0 35px;
  font-size: 14px;
  line-height: 15px;
  display: flex;
}

.navlink._2:hover {
  color: #fff;
  background-image: linear-gradient(82deg, #00b296, #008fcf);
}

.cont_navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 85vw;
  max-width: 1500px;
  display: block;
}

.nav_menu {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.text_white {
  color: #fff;
  width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: urbane, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 110%;
}

.button_1 {
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #00b296;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 35px;
  font-family: urbane, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 9px;
  transition: all .35s;
}

.button_1:hover {
  background-color: #00b296;
}

.div_linea {
  background-image: linear-gradient(#333, #333);
  width: 100%;
  height: .5px;
  position: static;
}

.div_linea.superior {
  display: none;
}

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

.sec_eventos.cifras {
  background-color: #fff;
  padding-bottom: 5%;
}

.grid_1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.div_evento1 {
  filter: saturate(0%);
  background-image: url('../images/SELVAMONOS-2edit.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 720px;
  padding-left: 4%;
  padding-right: 4%;
  transition: all .45s;
  display: flex;
}

.div_evento1:hover {
  filter: saturate();
  width: 45vw;
}

.div_evento1._2 {
  background-image: url('../images/DJI_0261ediLOWt.jpg');
}

.div_evento1._3 {
  background-image: url('../images/IA_Concierto-transformedLISTO-WEB.jpg');
}

.img_selva {
  width: 90%;
  max-width: 400px;
}

.sec_form {
  background-image: url('../images/fondo-1DARK.jpg');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.cont_form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80vw;
  max-width: 1250px;
  display: flex;
}

.div-block {
  width: 70%;
  min-width: 750px;
}

.field_1 {
  color: #fff;
  letter-spacing: .03em;
  text-transform: none;
  background-color: #101014b3;
  border: 1px #000;
  border-radius: 4px;
  min-height: 55px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: inset 5px 5px 6px #00000057;
}

.field_1.area {
  max-width: 880px;
  min-height: 90px;
  max-height: 140px;
}

.form-netlify {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-dark {
  background-color: #222;
  padding: 35px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  color: #fff;
  letter-spacing: .04em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Agrandir, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #00b296;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.body-2 {
  background-color: #090909;
}

.checkbox1 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fffc;
  letter-spacing: .03em;
  align-items: center;
  font-size: 12px;
  line-height: 130%;
  display: flex;
}

.checkbox-box {
  border: 2px solid #000;
  min-width: 20px;
  min-height: 20px;
  margin-top: 0;
}

.checkbox-text {
  letter-spacing: .05em;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.background-video {
  z-index: 1;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  margin-top: 3%;
  margin-left: 7.5svw;
  margin-right: 7.5svw;
  display: flex;
}

.titulo_fans {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  max-width: 1500px;
  height: 20%;
  display: flex;
}

.titulo_fans.sobre_hero {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 10svw;
  padding-right: 10svw;
  display: block;
}

.titulo_fans.sobre_soste {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
}

.titulo_fans.aliados_titul {
  justify-content: center;
  align-items: center;
}

.titulo_fans.beneficios_titul {
  width: auto;
}

.main_data_fans {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1500px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 5svw;
  display: flex;
}

.main_data_fans.sostenibilidad {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 20%;
  display: none;
}

.data_fans {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1500px;
  height: 30%;
  display: flex;
}

.boton_mas {
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1500px;
  height: 10%;
  display: flex;
}

.titul_sec {
  color: #fff;
  text-transform: uppercase;
  font-family: Agrandir, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.titul_sec.sobre_titul {
  font-family: Agrandir, sans-serif;
  font-size: 45px;
  font-weight: 900;
}

.titul_sec.aliados_titul {
  text-align: center;
  font-family: Agrandir, sans-serif;
  font-size: 45px;
  font-weight: 900;
}

.heading_data {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-family: urbane, sans-serif;
  font-size: 10.5svw;
  font-weight: 900;
  line-height: 9.5svw;
}

.heading_data.sobre {
  font-size: 50px;
}

.data_secondary_home {
  border: 1px solid #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 160px;
  padding: 15px;
  display: flex;
}

.data_secondary_text {
  text-align: center;
  font-family: urbane, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.button {
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 40px;
  font-family: urbane, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  transition: all .3s;
}

.button:hover {
  background-color: #00b296;
}

.button:active {
  opacity: .5;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 50px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.walsh-container {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 80svw;
  position: relative;
}

.walsh-footer-link {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  opacity: .5;
  color: #fff;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-legal-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: 13px;
}

.walsh-icon-social {
  filter: invert();
  color: #fff;
  max-height: 18px;
}

.walsh-logo-footer {
  max-height: 55px;
  margin-bottom: 0;
}

.sec_footer {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
  width: auto;
  margin-left: 0;
  display: flex;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  flex-flow: wrap;
  width: 400px;
  margin-left: 0;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.code-embed {
  position: absolute;
  inset: 0%;
}

.sec_heading_contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IA_Concierto-transformedLISTO-WEB.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 20vh;
}

.body-3 {
  background-color: #272727;
}

.body-4 {
  background-color: #090909;
}

.sec_hero_data {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/_DSC1136-min.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, 1700px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85svh;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 75px;
  display: flex;
}

.img_absolute {
  background-image: url('../images/Recurso-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 70%;
  position: static;
  inset: 0% auto 0% -25%;
}

.img_absolute.left {
  z-index: -2;
  background-image: url('../images/Recurso-81.5x-8.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 65%;
  position: absolute;
  inset: 5% auto 0% -22%;
}

.img_absolute.right {
  z-index: -2;
  background-image: url('../images/Recurso-91.5x-8.png');
  height: 65%;
  position: absolute;
  inset: 5% -22% 0% auto;
}

.secondary_data_sobre {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cifras {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 3svw;
  font-weight: 500;
  line-height: 3.1svw;
}

.cifras.data_secondary_number {
  font-family: Agrandir, sans-serif;
  font-size: 4svw;
  font-weight: 900;
}

.descripcion_corta {
  color: #fff;
  text-align: center;
  word-break: normal;
  width: 60%;
  font-family: Agrandir, sans-serif;
  font-size: 1.4svw;
  line-height: 1.5svw;
}

.div-block-2 {
  width: 100%;
  height: 20%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-3 {
  position: relative;
  inset: 0%;
}

.sec_sostenibilidad {
  background-image: url('../images/fondo-soste1.5x-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65svh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
}

.texto_soste_parrafo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 15%;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  width: 80%;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
}

.sec_aliados {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 45svh;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}

.logo_aliados {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  transition: all .45s;
  display: flex;
}

.logo_aliados:hover {
  transform: scale(1.2);
}

.img_logo_aliados {
  max-height: 100%;
}

.sec_beneficios {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60svh;
  padding-left: 10svw;
  padding-right: 10svw;
  display: flex;
}

.beneficios_data {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #fff;
  place-content: center;
  place-items: center;
}

.parrafo_cuadro {
  color: #fff;
  text-transform: uppercase;
  border: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  padding: 10px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.parrafo_cuadro.quedicen {
  border-style: none;
  font-size: .9svw;
}

.beneficios_imagenes {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-4 {
  max-height: 600px;
}

.div-block-3 {
  z-index: -2;
  width: 100%;
  position: static;
  top: -292px;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.info_sostenibilidad {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80%;
  min-height: 65%;
  display: flex;
}

.div-block-4 {
  z-index: -2;
  background-image: url('../images/fondo-sostenibilidad.png');
  background-position: 50% 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -20% 0% 0%;
}

.sec_quedicen {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 45px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80vw;
}

.img_cuadrada {
  background-image: url('../images/VIBRAV2-73.jpg');
  background-position: 50%;
  background-size: cover;
  width: 18vw;
  height: 18svw;
}

.img_cuadrada.quedicen2 {
  background-image: url('../images/VIBRAV2-3.jpg');
}

.img_cuadrada.quedicen3 {
  background-image: url('../images/VIBRAV2-10.jpg');
}

.img_grande_quedicen {
  background-image: url('../images/Foto-que-dicen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40svw;
  height: 40svw;
}

.sec_cuestionario_2 {
  background-image: linear-gradient(#090909 5%, #09090900 50%, #090909 95%), url('../images/fondo-marble.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.wrapper_header_cuestionario {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  display: none;
}

.image-6 {
  width: 45px;
  font-size: 10px;
}

.titulo_cuestionario {
  color: #090909;
  text-transform: uppercase;
  font-family: urbane, sans-serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
}

.parrafo_cuestionario {
  color: #090909a6;
  text-align: center;
  width: 75%;
  max-width: 800px;
  font-family: urbane, sans-serif;
  font-size: 15px;
}

.kutup-button-green {
  color: #090909;
  background-color: #26465300;
  border: 1px solid #00b296;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  color: #fff;
  background-color: #00b296;
}

.form_new {
  width: 100%;
  padding: 0;
}

.form_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-display-3 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-divider-40px {
  height: 40px;
}

.kutup-checkbox-label {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-field {
  color: #000;
  background-color: #fff0;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 14px;
}

.kutup-field::placeholder {
  color: #09090966;
  font-family: urbane, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.kutup-field.kutup-select {
  background-color: #fff;
  padding-left: 0;
  padding-right: 12px;
}

.kutup-request-form {
  max-width: 800px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.kutup-select-field {
  color: #686868;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.kutup-select-field:active, .kutup-select-field:focus {
  color: #111;
}

.kutup-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kutup-checkbox {
  background-color: #fff;
  border: 1px solid #29335c33;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-color: var(--kütüp-library--burntsienna);
  background-color: var(--kütüp-library--burntsienna);
  background-size: 11px;
}

.success-message {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.blob-v1 {
  z-index: -2;
  background-image: url('../images/blob-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 45%;
  right: 20%;
}

.blob-v1._2 {
  top: 5%;
  left: 20%;
  right: auto;
}

.blob-v1._3 {
  z-index: -2;
  width: 450px;
  height: 450px;
  top: -11%;
  left: 5%;
  right: auto;
}

.blob-v1._4 {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 0%;
  right: 10%;
}

.blob-v1._5 {
  width: 400px;
  height: 400px;
  top: 70%;
  right: 63%;
}

.blob-v1._6 {
  width: 180px;
  height: 180px;
  top: 47%;
  left: auto;
  right: 18%;
}

.blob-v1._7 {
  width: 350px;
  height: 350px;
  position: absolute;
  top: 235%;
}

.blob-v1._8 {
  width: 500px;
  height: 500px;
  top: auto;
  right: auto;
}

.sec_fondo-granulado {
  z-index: -3;
  mix-blend-mode: multiply;
  background-image: url('../images/cardboard-texture.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100svh;
  position: fixed;
  inset: 0%;
}

.data_secondary_number {
  font-size: 46px;
  line-height: 50px;
}

.data_secondary_extra {
  font-family: urbane, sans-serif;
  font-size: .9svw;
  font-weight: 200;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---main-container {
  max-width: 1352px;
}

.waves---section-medium-2 {
  color: #fff;
  height: 55%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves-grid-features-1 {
  grid-column-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.waves-tile-feature-1 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.waves---heading-3-no-margins {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agrandir, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 120%;
}

.waves-icon-32 {
  width: 55px;
  height: 55px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---mg-bottom-100 {
  margin-bottom: 100px;
}

.event_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 85svw;
  height: 50svh;
  margin-bottom: 5%;
  padding: 3% 0%;
  display: flex;
}

.evento_lit {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.evento_lit.selvamonos {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/selvamonos.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto 100%;
  border-radius: 15px;
  transition: all .3s;
}

.evento_lit.selvamonos:hover {
  background-image: linear-gradient(to bottom, null, null), url('../images/selvamonos.jpg');
  background-size: auto, auto 120%;
}

.evento_lit.vibraperu {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/_DSC5810-Mejorado-NR.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 160%;
  background-attachment: scroll, scroll;
  border-radius: 15px;
  transition: all .3s;
  display: flex;
}

.evento_lit.vibraperu:hover {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/_DSC5810-Mejorado-NR.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 180%;
}

.evento_lit.prox {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Arte-Post-Linkedin-2.png');
  background-position: 0 0, 50%;
  background-size: auto, 700px;
  border-radius: 15px;
  transition: all .3s;
}

.evento_lit.prox:hover {
  background-image: linear-gradient(#00000073, #00000073), url('../images/festival-blurred.png');
  background-size: auto, 140%;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 2%;
  padding-left: 7.5svw;
  padding-right: 7.5svw;
  font-family: urbane, sans-serif;
  font-weight: 500;
}

.heading.nuestras-cifras {
  color: #090909;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.logo_evento {
  color: #fff;
}

.forma_container {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 15px;
  min-width: 700px;
  max-width: none;
  padding: 30px;
}

.div-block-5 {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #54545459;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 85svw;
  max-width: 1500px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.hero-data-partners {
  width: 85%;
  height: 100%;
}

.data-partners-wrapper {
  width: 100%;
  font-size: 20px;
  position: static;
}

.secondary-data-hero {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 40%;
  margin-left: 5%;
  display: flex;
}

.video-mask {
  z-index: -2;
  opacity: .65;
  background-image: linear-gradient(#00000080, #00000080);
  width: 30%;
  max-width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  top: 100px;
  left: auto;
}

.image-8 {
  max-width: 80%;
  font-size: 50px;
  position: static;
}

.data-secondary-partners {
  border: 1px solid #fff;
  border-radius: 15px;
  width: 100%;
  padding: 15px 35px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: urbane, sans-serif;
  font-size: 3svw;
  font-weight: 900;
  line-height: 100%;
}

.span-wrapper {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1svw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4svw;
}

.span-wrapper.v2.detail {
  font-size: 1.1svw;
}

.div-block-6 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/DJI_0880.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85svw;
  min-height: 400px;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 5%;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  font-family: urbane, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.un-icons {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-9 {
  width: 10svw;
  max-width: none;
}

.marquesina-aliados {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 350px;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
  overflow: visible;
}

.logo-aliados {
  transition: all .35s;
}

.logo-aliados:hover {
  transform: scale(1.1);
}

.beneficios-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85svw;
  margin-bottom: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.img-beneficios {
  background-image: url('../images/foto-beneficios.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 65svh;
}

.beneficios-blocks {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 60svh;
  display: flex;
}

.blok {
  color: #fff;
  mix-blend-mode: normal;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  transition: all .2s;
  display: flex;
}

.blok:hover {
  color: #090909;
  background-color: #fff;
}

.texto-beneficios {
  font-family: urbane, sans-serif;
  font-size: 2.3svw;
  line-height: 100%;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.quedicen-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  align-items: center;
  width: 85svw;
  height: 60svh;
  margin-top: 3%;
  margin-bottom: 5%;
  padding-bottom: 3%;
  display: flex;
}

.feature-v1 {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-que-dicen {
  background-image: url('../images/1f77c003e1f704601555339f9fbdadc5-xxlarge.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.img-que-dicen:hover {
  background-size: auto 120%;
}

.img-que-dicen.imagen2 {
  background-image: url('../images/1589e93b8d0fb9acb2754e67e1ac4651-xxlarge.jpg');
}

.img-que-dicen.imagen-3 {
  background-image: url('../images/SELVAMONOS_-16.jpg');
}

.body-5 {
  background-color: #090909;
  background-image: linear-gradient(#090909bf 15%, #0909098c 40%, #090909f2 75%), url('../images/_DSC2330-Mejorado-NR.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, 1240px;
}

.vision-hero {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 100px;
  padding: 10% 7.5svw 5%;
  display: flex;
}

.image-10 {
  width: 40%;
  position: static;
}

.sub-text-vision {
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 45%;
  font-family: urbane, sans-serif;
  font-size: 1.2svw;
  font-style: normal;
  font-weight: 500;
  position: static;
}

.kutup-section {
  background-color: #fff0;
  padding: 10px 5% 90px;
}

.kutup-large-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-max-w-width-640px-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: urbane, sans-serif;
  font-size: 1.2svw;
  font-weight: 200;
  line-height: 100%;
}

.kutup-divider-20px-2 {
  height: 20px;
}

.kutup-checkbox-label-2 {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-checkbox-2 {
  background-color: #fff;
  border: 1px solid #29335c33;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox-2.w--redirected-checked {
  border-color: var(--kütüp-library--burntsienna);
  background-color: var(--kütüp-library--burntsienna);
  background-size: 11px;
}

.success-message-2 {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.kutup-gray-link-2 {
  color: #818181;
  font-weight: 700;
}

.kutup-divider-10px {
  height: 10px;
}

.kutup-form-block {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.kutup-button-subscribe {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #008fcf;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 25px;
  padding: 12px 39px;
  font-family: urbane, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 8px;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  top: 10px;
  right: 14px;
}

.kutup-button-subscribe:hover {
  color: #008fcf;
  background-color: #3f647400;
  background-image: none;
  border: 1px solid #008fcf;
}

.kutup-form-input {
  color: #575757cc;
  background-color: #fff;
  border: .8px solid #e1e1e1;
  border-radius: 15px;
  min-height: 53px;
  padding-left: 30px;
  font-family: urbane, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.kutup-form-input::placeholder, .kutup-other-font {
  font-weight: 500;
}

.kutup-checkbox-field-center {
  justify-content: center;
  display: flex;
}

.subscribe-form {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

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

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  display: grid;
}

.rl_footer3_legal-link {
  color: var(--relume-library-lite--rl-black);
  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_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_link {
  color: var(--relume-library-lite--rl-black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.rl_footer3_logo {
  width: 180px;
  height: auto;
}

.rl-text-style-small {
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_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: grid;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

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

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

.rl_footer3_text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.rl_footer3_credit-text {
  color: var(--relume-library-lite--rl-black);
  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_footer3_component {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_footer3_logo-link {
  float: none;
  width: 100%;
  height: 100%;
  padding-left: 0;
}

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

.rl_footer3_legal-list {
  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;
  display: grid;
}

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

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

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

.footer-container {
  background-image: linear-gradient(#090909, #090909);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 3%;
  padding-bottom: 0%;
  display: flex;
}

.image-11 {
  max-width: 70%;
  height: 60px;
  font-size: 12px;
}

.links-wrapper {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 7.5svw;
  display: flex;
  position: relative;
}

.nav-footer {
  color: #fff;
  font-family: urbane, sans-serif;
  text-decoration: none;
}

.nav-footer:hover {
  color: #008fcf;
}

.nav-footer.w--current {
  opacity: .55;
  color: #fff;
  font-family: urbane, sans-serif;
  text-decoration: none;
}

.nav-footer.w--current:hover {
  color: #008fcf;
}

.footer-img {
  z-index: 0;
  opacity: .1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0f0000;
  background-image: url('../images/Selva-144.jpg');
  background-position: 30% 30%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 15px;
  width: 100%;
  height: 45svh;
  position: absolute;
}

.marquesina-wrapper {
  width: 100%;
  overflow: hidden;
}

.social_nav_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.extra-nav {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-data-text {
  font-size: 11px;
}

.image-12 {
  max-width: 70%;
}

.text-block-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
}

.link-block.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: urbane, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-3 {
  font-family: urbane, sans-serif;
  font-size: 3.5svw;
  font-weight: 900;
  line-height: 100%;
}

.div-block-7 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-right: 2svw;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #fff;
  text-align: right;
  margin-bottom: 140px;
  padding-left: 20%;
  padding-right: 0%;
  font-family: urbane, sans-serif;
  font-size: 1.3svw;
  font-weight: 300;
}

.enmenos {
  color: #fff;
  font-family: urbane, sans-serif;
  font-size: 4svw;
  line-height: 100%;
}

.hidden, .bot-field, .text-field {
  display: none;
}

.monday_form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1500px;
  display: flex;
}

.monday_form._2 {
  display: none;
}

.form-vision-monday {
  width: 100%;
  height: 580px;
}

@media screen and (min-width: 1280px) {
  .div_prox-2.relative {
    width: 65vw;
  }

  .h1_prox-2 {
    width: 1000px;
  }

  .navlink {
    text-align: center;
    padding-top: 20px;
  }

  .navlink._2 {
    transition: all .2s;
  }

  .navlink._2:hover {
    opacity: 1;
  }

  .text_white {
    width: 100vw;
  }

  .sec_eventos {
    margin-top: 10px;
  }

  .sec_eventos.cifras {
    aspect-ratio: auto;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .background-video {
    box-shadow: 0 2px 10px #00000059;
  }

  .data_fans {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading_data {
    font-size: 10svw;
  }

  .data_secondary_home {
    width: 20%;
  }

  .data_secondary_text {
    font-size: 13px;
    line-height: 100%;
  }

  .waves-big-image-wrap-gallery-3 {
    height: 100%;
  }

  .sec_hero_data {
    height: 85svh;
  }

  .descripcion_corta {
    font-size: 1svw;
  }

  .image-6 {
    width: 50px;
  }

  .titulo_cuestionario {
    font-size: 47px;
  }

  .parrafo_cuestionario {
    font-size: 16px;
  }

  .data_secondary_number {
    font-size: 45px;
    font-weight: 900;
    line-height: 30px;
  }

  .data_secondary_extra {
    font-size: 12px;
    font-weight: 400;
  }

  .event_wrapper {
    margin-top: 6px;
    margin-bottom: 2%;
  }

  .evento_lit.vibraperu {
    background-image: linear-gradient(to bottom, null, null), url('../images/_DSC5810-Mejorado-NR.jpg');
    background-position: 0 0, 50% 30%;
  }

  .evento_lit.prox {
    background-image: linear-gradient(#0000, #0000), url('../images/Arte-Post-Linkedin-2.png');
    background-size: auto, 700px;
  }

  .forma_container {
    padding-top: 40px;
  }

  .div-block-5 {
    width: 60%;
    height: 60px;
  }

  .secondary-data-hero {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .video-mask {
    display: none;
  }

  .image-8 {
    width: 70%;
  }

  .text-block {
    font-size: 3.3svw;
    line-height: 3.6svw;
  }

  .span-wrapper {
    font-family: urbane, sans-serif;
    font-size: 1svw;
    line-height: 1.2svw;
  }

  .span-wrapper.v2 {
    font-size: 1svw;
    font-weight: 300;
  }

  .span-wrapper.v2.detail {
    text-transform: uppercase;
    font-size: 1svw;
  }

  .div-block-6 {
    background-position: 50% 40%;
    box-shadow: 0 2px 10px #00000059;
  }

  .paragraph-2 {
    font-weight: 500;
  }

  .marquesina-aliados {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
  }

  .beneficios-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 85svw;
    margin-top: 3%;
    margin-bottom: 5%;
    padding-bottom: 3%;
    display: flex;
  }

  .img-beneficios {
    background-image: url('../images/foto-beneficios.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 60svh;
  }

  .beneficios-blocks {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 60svh;
    display: flex;
  }

  .blok {
    border: 1px solid #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3%;
    padding-bottom: 3%;
    transition: all .35s;
    display: flex;
  }

  .blok:hover {
    background-color: #008fcf;
    border-style: none;
  }

  .texto-beneficios {
    color: #fff;
    text-align: center;
    font-family: urbane, sans-serif;
    font-size: 1.9svw;
    line-height: 100%;
  }

  .quedicen-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: space-between;
    align-items: center;
    width: 85svw;
    height: 60svh;
    margin-top: 3%;
    margin-bottom: 5%;
    padding-bottom: 3%;
    padding-right: 0;
    display: flex;
  }

  .feature-v1 {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .img-que-dicen {
    background-image: url('../images/1f77c003e1f704601555339f9fbdadc5-xxlarge.jpg');
    background-position: 17%;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all .35s;
  }

  .img-que-dicen:hover {
    background-size: auto 120%;
  }

  .img-que-dicen.imagen2 {
    background-image: url('../images/1589e93b8d0fb9acb2754e67e1ac4651-xxlarge.jpg');
    background-position: 13% 51%;
  }

  .img-que-dicen.imagen-3 {
    background-image: url('../images/SELVAMONOS_-16.jpg');
  }

  .body-5 {
    background-color: #090909;
    background-image: linear-gradient(#090909bf 15%, #0909098c 40%, #090909f2 75%), url('../images/_DSC2330-Mejorado-NR.jpg');
    background-position: 0 0, 50%;
  }

  .vision-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: none;
    background-position: 0 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 55svh;
    margin-top: 90px;
    padding: 5% 7.5svw 0;
    display: flex;
  }

  .image-10 {
    width: 40%;
    padding-bottom: 20px;
  }

  .sub-text-vision {
    color: #fff;
    text-align: center;
    width: 55%;
    font-family: urbane, sans-serif;
    font-size: 1.3svw;
    font-weight: 300;
  }

  .kutup-section {
    background-color: #fff0;
    padding-top: 40px;
  }

  .kutup-max-w-width-640px-2 {
    width: 100%;
  }

  .kutup-small-top-text-2 {
    color: #fff;
    -webkit-text-stroke-color: #00b296;
    text-transform: none;
    font-family: urbane, sans-serif;
    font-size: 1.8svw;
    font-weight: 200;
    line-height: 100%;
  }

  .kutup-button-subscribe {
    letter-spacing: .5px;
    background-color: #00b296;
    border-radius: 15px;
    min-height: 25px;
    font-family: urbane, sans-serif;
    font-weight: 500;
  }

  .kutup-button-subscribe:hover {
    color: #00b296;
    background-color: #fff;
    border: 1px solid #00b296;
    font-family: urbane, sans-serif;
  }

  .kutup-form-input {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-width: 1px;
    border-radius: 20px;
    min-height: 53px;
    font-family: urbane, sans-serif;
    font-weight: 500;
    line-height: 20px;
  }

  .kutup-form-input::placeholder {
    font-weight: 500;
  }

  .footer-img {
    opacity: .08;
    background-color: #00000054;
    background-position: 50% 35%;
  }

  .text-block-2 {
    clear: left;
    color: #fff;
    text-align: center;
    object-fit: fill;
    background-color: #fff0;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    position: static;
    inset: 0%;
  }

  .image-13 {
    aspect-ratio: auto;
    text-align: center;
    align-self: center;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .image-14 {
    clear: none;
    vertical-align: middle;
    align-self: auto;
    max-width: 20%;
    position: absolute;
  }

  .bold-text {
    letter-spacing: 3.7px;
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-3 {
    font-size: 2.9svw;
  }

  .div-block-7 {
    padding-right: 1svw;
  }

  .paragraph-3 {
    margin-bottom: 200px;
    font-size: 1.3svw;
  }
}

@media screen and (max-width: 991px) {
  .navlink {
    position: static;
  }

  .cont_navbar {
    position: relative;
  }

  .nav_menu {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 90vw;
    left: 0;
  }

  .text_white {
    width: 500px;
  }

  .menu-button {
    color: #fff;
    background-color: #00b296;
    font-size: 13.5px;
  }

  .cont_form {
    text-align: center;
    justify-content: flex-start;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .background-video {
    width: 94svw;
  }

  .titulo_fans.sobre_soste {
    justify-content: center;
    align-items: flex-end;
  }

  .main_data_fans {
    width: 100%;
  }

  .data_fans {
    justify-content: center;
    align-items: flex-start;
    height: 30%;
  }

  .titul_sec.sobre_titul {
    font-size: 40px;
  }

  .heading_data {
    width: 100%;
    font-size: 13svw;
    line-height: 7.5rem;
  }

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

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-footer-legal-text {
    font-size: 12px;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .sec_hero_data {
    background-image: linear-gradient(to bottom, null, null), url('../images/_DSC1136-min.jpg');
    background-position: 0 0, 50% 100%;
    height: 60svh;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .img_absolute.left {
    background-image: url('../images/Recurso-81.5x-8.png');
    left: -20%;
  }

  .img_absolute.right {
    background-image: url('../images/Recurso-91.5x-8.png');
    right: -20%;
  }

  .cifras.data_secondary_number {
    font-size: 6svw;
  }

  .descripcion_corta {
    font-size: 2svw;
    line-height: 2svw;
  }

  .sec_sostenibilidad {
    justify-content: center;
    align-items: center;
    height: 80svh;
  }

  .paragraph {
    font-size: 1.8svw;
  }

  .sec_aliados {
    height: 40svh;
  }

  .logo_aliados {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sec_beneficios {
    height: 45svh;
  }

  .parrafo_cuadro {
    font-size: 1.4svw;
  }

  .image-4 {
    max-width: 110%;
  }

  .info_sostenibilidad {
    height: 90%;
  }

  .image-6 {
    width: 45px;
    font-size: 6px;
  }

  .titulo_cuestionario {
    font-size: 45px;
  }

  .parrafo_cuestionario {
    width: 80%;
  }

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

  .blob-v1._4 {
    height: 300px;
  }

  .data_secondary_number {
    font-size: 40px;
    line-height: 45px;
  }

  .data_secondary_extra {
    font-size: 1.4svw;
    line-height: 1.4svw;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-features-1 {
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .waves---heading-3-no-margins {
    font-size: 12px;
  }

  .heading.nuestras-cifras {
    padding-left: 3svw;
    padding-right: 3svw;
  }

  .forma_container {
    width: 90svw;
  }

  .span-wrapper {
    width: 120px;
    padding-top: 10px;
    font-size: 1.3svw;
  }

  .logo-aliados {
    width: 28%;
  }

  .blok {
    height: 90%;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .quedicen-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 35svh;
  }

  .feature-v1 {
    height: 90%;
  }

  .kutup-section {
    padding: 80px 3%;
  }

  .kutup-large-container {
    width: 90%;
  }

  .kutup-button-subscribe {
    font-size: 11px;
  }

  .kutup-form-input {
    font-size: 12px;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .image-12 {
    max-width: 85%;
    font-size: 10px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 10px;
  }

  .bold-text {
    font-size: 15px;
  }

  .form-vision-monday {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  .div_prox-2.relative {
    width: 90vw;
  }

  .h1_prox-2 {
    font-size: 40px;
  }

  .bgvideo_1 {
    min-height: 90vh;
  }

  .navbar {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_navbar {
    width: 90vw;
    max-width: none;
  }

  .text_white {
    font-size: 14px;
  }

  .sec_eventos {
    margin-top: 20px;
  }

  .sec_eventos.cifras {
    margin-top: 0;
  }

  .grid_1 {
    object-fit: fill;
    grid-template-columns: 1fr;
  }

  .div_evento1 {
    width: auto;
    min-height: 500px;
  }

  .div_evento1:hover {
    width: 100vw;
  }

  .div-block {
    width: 90vw;
    min-width: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
    display: flex;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .titulo_fans.beneficios_titul {
    height: 100%;
  }

  .data_fans {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 100%;
  }

  .boton_mas {
    justify-content: center;
    align-items: center;
  }

  .titul_sec.sobre_titul {
    font-size: 35px;
  }

  .heading_data {
    font-size: 6.5rem;
    line-height: 7.5rem;
  }

  .heading_data.sobre {
    font-size: 40px;
    line-height: 4.5rem;
  }

  .data_secondary_home {
    width: 50%;
    height: 50%;
  }

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

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-footer-legal-text {
    width: 200px;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-footer-inner {
    width: 200px;
  }

  .sec_hero_data {
    height: 80svh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .secondary_data_sobre {
    width: 50%;
  }

  .sec_sostenibilidad {
    height: 55svh;
  }

  .texto_soste_parrafo {
    height: 11%;
  }

  .paragraph {
    width: 65%;
    font-size: 2.4svw;
  }

  .sec_aliados {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    height: 50svh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo_aliados {
    flex-flow: wrap;
    width: 20%;
    height: auto;
  }

  .sec_beneficios {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    height: 55svh;
  }

  .beneficios_data {
    justify-content: space-between;
    align-items: center;
  }

  .beneficios_imagenes {
    height: 40%;
  }

  .image-4 {
    max-width: 80%;
    max-height: 460px;
  }

  .sec_cuestionario_2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-6 {
    width: 45px;
  }

  .titulo_cuestionario {
    font-size: 45px;
  }

  .parrafo_cuestionario {
    width: 95%;
    padding-top: 20px;
    font-size: 14px;
  }

  .form_new {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 19px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-grid-features-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .waves---heading-3-no-margins {
    font-size: 9px;
  }

  .waves-icon-32 {
    width: 35px;
    height: 35px;
  }

  .evento_lit.prox {
    background-image: linear-gradient(#0000, #0000), url('../images/Arte-Post-Linkedin-2.png');
    background-size: auto, 500px;
  }

  .forma_container {
    min-width: auto;
    padding: 0 14px;
  }

  .text-block {
    padding-top: 1px;
    padding-bottom: 10px;
    font-size: 4svw;
  }

  .span-wrapper {
    width: 120px;
    font-size: 1.7svw;
  }

  .span-wrapper.v2.detail {
    width: 90px;
    margin-left: 5px;
  }

  .div-block-6 {
    min-height: 320px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .image-9 {
    width: 13svw;
    font-size: 4svw;
  }

  .blok {
    width: 80%;
    height: 60%;
    font-size: 13px;
    line-height: 15px;
  }

  .texto-beneficios {
    font-size: 2.5svw;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

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

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

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

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_footer3_credit-text {
    margin-top: 2rem;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .image-12 {
    max-width: 75%;
  }

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

  .bold-text {
    font-size: 10px;
  }

  .div-block-7 {
    padding-right: 6svw;
  }

  .paragraph-3 {
    width: 300px;
    padding-left: 0%;
    font-size: 1.9svw;
  }
}

@media screen and (max-width: 479px) {
  .div_prox-2 {
    width: 90vw;
  }

  .div_prox-2.relative {
    width: 92vw;
    min-height: 90px;
  }

  .h1_prox-2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 115%;
  }

  .h1_prox-2.footer {
    font-size: 40px;
  }

  .text_cooming-2 {
    font-size: 14px;
  }

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

  .bgvideo_1 {
    min-height: 70vh;
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink._2 {
    background-color: #b1b1b1;
    border-style: none;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .nav_menu {
    justify-content: space-between;
    align-items: center;
    height: 115px;
  }

  .text_white {
    width: 270px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
  }

  .button_1 {
    font-size: 12px;
    line-height: 7px;
  }

  .sec_eventos {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .sec_eventos.cifras {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10%;
  }

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

  .menu-button {
    padding: 10px;
    font-size: 13.5px;
  }

  .cont_form {
    align-items: center;
    width: 92vw;
  }

  .form {
    flex-direction: column;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form-netlify {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper, .footer-content {
    flex-direction: column;
  }

  .footer-copyright-center {
    line-height: 18px;
  }

  .checkbox-text {
    font-size: 11px;
    font-weight: 400;
  }

  .background-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 85svh;
    padding-bottom: 5%;
  }

  .titulo_fans.sobre_soste {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .main_data_fans {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main_data_fans.sostenibilidad {
    justify-content: center;
    align-items: center;
  }

  .data_fans {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    place-content: center;
    align-items: flex-start;
    width: 100%;
    height: 65%;
  }

  .titul_sec.sobre_titul {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 22px;
    line-height: 25px;
  }

  .titul_sec.aliados_titul {
    font-size: 22px;
    line-height: 26px;
  }

  .heading_data {
    margin-bottom: 5px;
    font-size: 25svw;
    line-height: 4.5rem;
  }

  .heading_data.sobre {
    font-size: 35px;
    line-height: 3.6rem;
  }

  .data_secondary_home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 40%;
    height: 35%;
  }

  .data_secondary_text {
    width: 100%;
    font-size: 12px;
  }

  .button {
    text-align: center;
    width: 100%;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 25vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 25vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-footer-legal-text {
    text-align: center;
    margin-left: 0;
    font-size: 8px;
  }

  .walsh-icon-social {
    max-height: 30px;
  }

  .walsh-logo-footer {
    max-height: 24px;
  }

  .sec_footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
    margin-left: auto;
  }

  .walsh-footer-inner {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .walsh-footer-link-social {
    width: 60px;
    height: 60px;
  }

  .sec_hero_data {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .img_absolute.left {
    width: 80%;
    height: 50%;
    left: -30%;
  }

  .img_absolute.right {
    width: 80%;
    height: 50%;
    right: -30%;
  }

  .sec_sostenibilidad {
    background-size: cover;
    height: 68svh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .texto_soste_parrafo {
    text-align: center;
  }

  .paragraph {
    text-align: center;
    width: 100%;
    font-size: 4svw;
  }

  .logo_aliados {
    width: 30%;
  }

  .sec_beneficios {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    height: 50svh;
  }

  .beneficios_data {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .parrafo_cuadro.quedicen {
    font-size: 3svw;
  }

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

  .info_sostenibilidad {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 1.8rem;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .img_cuadrada.quedicen1, .img_cuadrada.quedicen2, .img_cuadrada.quedicen3 {
    width: 40vw;
    height: 80svw;
  }

  .img_grande_quedicen {
    width: 80svw;
  }

  .image-6 {
    width: 40px;
    font-size: 9px;
  }

  .titulo_cuestionario {
    font-size: 35px;
  }

  .parrafo_cuestionario {
    width: 80%;
    font-size: 12px;
  }

  .kutup-button-green {
    width: 100%;
  }

  .form_new {
    padding: 15px 15px 30px;
  }

  .kutup-display-3 {
    font-size: 32px;
  }

  .kutup-field {
    height: 43px;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
  }

  .kutup-field.kutup-select {
    margin-bottom: 10px;
  }

  .kutup-form-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .kutup-checkbox {
    flex: none;
  }

  .data_secondary_number {
    text-align: left;
    font-size: 30px;
  }

  .data_secondary_extra {
    font-size: 3svw;
  }

  .waves---section-medium-2 {
    padding-top: 0;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves-grid-features-1 {
    grid-column-gap: 59px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .waves-tile-feature-1 {
    width: 100%;
  }

  .waves---heading-3-no-margins {
    font-size: 10px;
  }

  .event_wrapper {
    flex-flow: column;
    height: 80svh;
  }

  .evento_lit.selvamonos, .evento_lit.vibraperu, .evento_lit.prox {
    height: 30%;
  }

  .heading {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 8svw;
    line-height: 10svw;
  }

  .forma_container {
    width: 95svw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .container-2 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .hero-data-partners, .data-partners-wrapper {
    width: 90%;
  }

  .secondary-data-hero {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin: 5% auto 3%;
  }

  .data-secondary-partners {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 50%;
    min-height: 100px;
    padding: 5px 4px;
    display: flex;
  }

  .text-block {
    font-size: 8svw;
    line-height: 8svw;
  }

  .span-wrapper {
    width: 100px;
    font-family: urbane, sans-serif;
    font-size: 3svw;
    line-height: 4svw;
  }

  .span-wrapper.v2.detail {
    width: 100px;
    font-size: 2.5svw;
    font-weight: 300;
  }

  .div-block-6 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 110%;
  }

  .un-icons {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-9 {
    width: 30svw;
  }

  .marquesina-aliados {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .logo-aliados {
    width: 111px;
  }

  .beneficios-wrapper {
    flex-flow: column;
  }

  .img-beneficios {
    height: 45svh;
  }

  .beneficios-blocks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 3%;
  }

  .blok {
    text-align: center;
    flex-flow: column;
    width: 48%;
    min-height: 60px;
  }

  .texto-beneficios {
    font-size: 3.3svw;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .quedicen-wrapper {
    flex-flow: column;
    height: 50svh;
  }

  .img-que-dicen {
    background-repeat: no-repeat;
  }

  .img-que-dicen:hover {
    background-size: 120%;
  }

  .img-que-dicen.imagen2 {
    background-repeat: no-repeat;
  }

  .img-que-dicen.imagen-3 {
    -webkit-text-fill-color: inherit;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .vision-hero {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 22svh;
    margin-top: 95px;
    padding-left: 8svw;
    padding-right: 8svw;
  }

  .image-10 {
    width: 95%;
    font-size: 12px;
  }

  .sub-text-vision {
    letter-spacing: 0;
    width: 100%;
    font-size: 3svw;
    line-height: 125%;
  }

  .kutup-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .kutup-large-container {
    width: 100%;
  }

  .kutup-max-w-width-640px-2 {
    font-size: 14px;
  }

  .kutup-small-top-text-2 {
    font-size: 4svw;
  }

  .kutup-checkbox-2 {
    flex: none;
  }

  .kutup-button-subscribe {
    width: 100%;
    min-height: 40px;
    position: relative;
    top: 0;
    right: 0;
  }

  .kutup-form-input {
    min-height: 50px;
    line-height: 20px;
  }

  .subscribe-form {
    max-width: 100%;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-container {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .image-11 {
    height: 35px;
    font-size: 12px;
  }

  .links-wrapper {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    margin-left: 27svw;
    margin-right: 25svw;
  }

  .nav-footer {
    text-align: left;
    font-size: 12px;
  }

  .footer-img {
    height: 20svh;
  }

  .social_nav_wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 10px;
  }

  .extra-nav {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .flex-data-text {
    padding: 12px 5px;
  }

  .image-12 {
    height: 35px;
  }

  .link-block-2 {
    text-align: center;
  }

  .text-block-3 {
    margin-top: 20px;
    font-size: 7svw;
  }

  .paragraph-3 {
    text-align: center;
    width: 300px;
    margin-bottom: 40px;
    margin-left: 25px;
    padding-left: 0%;
    font-size: 3.5svw;
    display: block;
  }

  .enmenos {
    font-size: 8svw;
  }

  .monday_form {
    display: none;
  }

  .monday_form._2 {
    height: 1620px;
    min-height: auto;
    max-height: none;
    display: block;
  }
}

#w-node-c9ccb0de-0b6a-87b4-3acc-a7ff6a644081-a3496ce6, #w-node-c9ccb0de-0b6a-87b4-3acc-a7ff6a644083-a3496ce6, #w-node-c9ccb0de-0b6a-87b4-3acc-a7ff6a644085-a3496ce6, #w-node-c9ccb0de-0b6a-87b4-3acc-a7ff6a644087-a3496ce6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c9ccb0de-0b6a-87b4-3acc-a7ff6a64408a-a3496ce6, #w-node-c9ccb0de-0b6a-87b4-3acc-a7ff6a64408c-a3496ce6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c9ccb0de-0b6a-87b4-3acc-a7ff6a64408e-a3496ce6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c9ccb0de-0b6a-87b4-3acc-a7ff6a644090-a3496ce6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6caf76a0-add0-ed48-61f2-70b2c91b331e-9c572adb {
  justify-self: center;
}

#Phone.w-node-_194c609b-5fd2-b303-19f1-5ab292159531-92159529 {
  grid-area: 3 / 2 / 4 / 3;
}

#Name-4.w-node-_194c609b-5fd2-b303-19f1-5ab29215952d-92159529 {
  grid-area: 1 / 1 / 2 / 3;
}

#Company-3.w-node-_194c609b-5fd2-b303-19f1-5ab29215952e-92159529 {
  grid-area: 2 / 1 / 3 / 2;
}

#Cargo-3.w-node-_194c609b-5fd2-b303-19f1-5ab29215952f-92159529 {
  grid-area: 2 / 2 / 3 / 3;
}

#email.w-node-_194c609b-5fd2-b303-19f1-5ab292159530-92159529 {
  grid-area: 3 / 1 / 4 / 2;
}

@media screen and (min-width: 1280px) {
  #w-node-c9ccb0de-0b6a-87b4-3acc-a7ff6a64408e-a3496ce6 {
    align-self: end;
  }
}


@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-GrandLight.otf') format('opentype'), url('../fonts/Agrandir-WideLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-GrandHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Narrow';
  src: url('../fonts/Agrandir-Narrow.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Tight';
  src: url('../fonts/Agrandir-Tight.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-WideBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-TextBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}