:root {
  --slate-blue: #4353ff;
  --medium-aquamarine: #38d996;
  --dim-grey: #5a5a5a;
  --dodger-blue: #198ef7;
  --dark-slate-blue: #395894;
  --nuevo-azul: #2d2e82;
  --dark-grey: #949494;
  --dark-slate-blue-2: #39589480;
  --dark-slate-blue-3: #3958948c;
  --orange: #f6a320;
  --naranja: #ed6d29;
  --light-sea-green: #00a69f;
  --burntsienna: #e47653;
  --medium-violet-red: #936;
  --steel-blue: #3d80bc;
  --white: black;
  --blanco: 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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #aaa;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #fff;
  margin-bottom: 10px;
}

.guide-description {
  color: #000;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.6;
}

.section {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 360px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
}

.section.section--hero {
  background-color: var(--slate-blue);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.reference-div-block {
  background-image: url('../images/BACKGROUND_IMAGE-01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
}

.reference-div-block.aligned {
  background-image: url('../images/BACKGROUND_IMAGE-01.jpg');
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.guide-steps {
  color: #aaa;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.reference-heading {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.reference-heading.nospacing {
  margin-top: 0;
  margin-bottom: 0;
}

.canvas-container {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.element-wrapper {
  position: relative;
  box-shadow: 0 0 0 2px #27da7e;
}

.element-wrapper.element-wrapper--heading {
  margin-top: 20px;
  margin-bottom: 10px;
}

.element-wrapper.element-wrapper-card {
  box-shadow: 0 0 0 2px var(--medium-aquamarine);
  width: 100%;
  height: 100%;
}

.element-wrapper.element-wrapper--text-block {
  margin-bottom: 10px;
}

.element-wrapper.element-wrapper--button {
  margin-top: 25px;
}

.element-label {
  color: #fff;
  background-color: #27da7e;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  inset: 0% auto auto 0%;
}

.element-label.element-label-outer {
  background-color: var(--medium-aquamarine);
  top: -24px;
  left: -2px;
}

.instructions-paragraph {
  color: var(--dim-grey);
  margin-bottom: 10px;
  line-height: 1.4;
}

.workspace {
  background-image: url('../images/bg-workspace_1bg-workspace.png');
  background-position: 0 0;
  background-size: 20px;
  border: 1px dashed #dfdfdf;
  border-bottom: 1px #ccc;
  border-radius: 0;
  height: 384px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px;
  position: relative;
}

.guide-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.instructions-list-item {
  color: var(--dim-grey);
  margin-bottom: 15px;
  padding-left: 5px;
  line-height: 1.7;
  list-style-type: none;
}

.instructions-list {
  color: var(--dim-grey);
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.5;
  list-style-type: decimal;
}

.instructions-tip {
  color: #222222b3;
  background-color: #f3f3f3;
  border: 1px solid #e9e9e9;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.div-block {
  background-image: url('../images/BACKGROUND_IMAGE-01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
}

.body {
  background-color: #fff;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  overflow: visible;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  width: 1200px;
  height: 100vh;
  display: flex;
}

.container.container--content {
  border-bottom: 1px #dfdfdf;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  height: auto;
  margin-top: 96px;
  margin-bottom: 96px;
  position: relative;
}

.container.container--content.container--hero {
  margin-top: 72px;
  margin-bottom: 72px;
}

.column {
  width: 50%;
}

.column.column--aside {
  justify-content: space-between;
  align-self: stretch;
  width: 33%;
}

.column.column--aside.column--stretch {
  flex-direction: column;
  display: flex;
}

.column.column--main {
  width: 60%;
  padding-left: 0;
  padding-right: 0;
}

.hero-list-item {
  color: #fff;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

.hero-list-bullet {
  color: #b4baff;
  background-color: #3244ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  padding-top: 1px;
  font-weight: 400;
  display: flex;
}

.hero-list {
  margin-top: 30px;
}

._w-guide {
  color: var(--dim-grey);
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  padding-right: 50px;
  position: relative;
  top: 0;
}

.canvas {
  border: 1px #000;
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
}

.link {
  color: #4353ff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.instructions-image {
  margin-bottom: 30px;
}

.instructions-image.gif {
  margin-top: 10px;
}

.guide-description--bold {
  font-weight: 500;
}

.bold {
  color: #000;
  font-weight: 500;
}

.guide {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}

.guide-header {
  margin-bottom: 15px;
}

.workspace-title {
  z-index: 3;
  color: #aaa;
  background-color: #fff;
  border: 1px solid #ececec;
  margin-left: 20px;
  padding: 4px 10px 2px;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  inset: -10px auto auto -1px;
}

.instructions-preview {
  background-color: #404040;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
}

.instructions-preview.additional {
  margin-top: -10px;
}

.instructions-highlight-property {
  color: #000;
  background-color: #e6e6e6;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
}

.hero-scroll {
  opacity: .32;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.hero-scroll-text-block {
  color: #fff;
}

.hero-scroll-ico {
  margin-left: 8px;
}

.instructions-highlight-element {
  color: var(--dodger-blue);
  background-image: url('../images/tutorial-ico-div-block.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-left: 16px;
  font-weight: 500;
}

.instructions-highlight-element.text-element--button {
  color: var(--dodger-blue);
  background-image: url('../images/tutorial-ico-button.svg');
}

.instructions-highlight-element.instructions-highlight-element--heading {
  color: var(--dodger-blue);
  background-image: url('../images/tutorial-ico-heading.svg');
  background-position: 0 1px;
}

.instructions-highlight-element.text-element--text-block {
  color: var(--dodger-blue);
  background-image: url('../images/tutorial-ico-text-block.svg');
}

.instructions-highlight-section {
  color: #000;
  background-image: url('../images/brush-small.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-left: 16px;
  font-weight: 500;
}

.pointer {
  z-index: 9999;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  width: 100px;
  font-family: Kalam;
  font-size: 1.6vmin;
  font-weight: 400;
  line-height: 1.8vmin;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.pointer.pointer--workspace {
  top: 236px;
  left: 320px;
  right: auto;
}

.pointer.pointer--reference {
  top: 616px;
  left: 320px;
  right: auto;
}

.pointer-arrow {
  transform-style: preserve-3d;
  margin-bottom: 5px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.reference-button {
  color: #4382cf;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 25px;
  padding: 15px 50px;
  font-weight: 400;
  box-shadow: 0 6px 13px -4px #0000004d;
}

.reference-button.nospacing {
  margin-top: 0;
  margin-bottom: 0;
}

.reference-text-block {
  color: #ffffff8f;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.text-block {
  color: #ffffff8f;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.heading-1 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-1.h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 33px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-1.h1 {
  text-align: left;
  object-fit: fill;
  font-size: 52px;
  line-height: 60px;
}

.heading-1._3 {
  z-index: 2;
  color: var(--dark-slate-blue);
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.button {
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 25px;
  padding: 15px 50px;
  display: flex;
  box-shadow: 0 6px 16px -4px #0000004d;
}

.hero-description {
  color: #fffc;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 1.6;
}

.hero-heading {
  color: #fff;
  margin-top: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

.reference {
  background-image: url('../images/bg-workspace_1bg-workspace.png');
  background-position: 0 0;
  background-size: 20px;
  border: 1px dashed #dfdfdf;
  border-radius: 0;
  height: 384px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px;
  position: relative;
}

.reference-title {
  z-index: 3;
  color: #aaa;
  background-color: #fff;
  border: 1px solid #ececec;
  margin-left: 20px;
  padding: 4px 10px 2px;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  inset: -10px auto auto -1px;
}

.challenge-card {
  height: 320px;
  display: flex;
  box-shadow: 0 15px 30px #32343926;
}

.challenge-image {
  background-image: linear-gradient(#ff4d0066, #ff4d0066), url('../images/BACKGROUND_IMAGE-02.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 222px;
}

.challenge-content {
  background-color: #fff;
  flex: 1;
  padding: 32px 24px;
}

.challenge-heading {
  margin-top: 54px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
}

.challenge-description {
  color: #333;
  margin-bottom: 32px;
}

.challenge-button {
  background-color: #ff4d00;
  border-radius: 4px;
  align-self: flex-start;
  padding: 10px 20px;
}

.challenge-info {
  color: #aaa;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}

.heading-2 {
  flex-wrap: wrap;
  align-content: center;
  margin: 30px auto 22px;
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
}

.div-block-2 {
  background-image: linear-gradient(#ff4d0066, #ff4d0066), url('../images/BACKGROUND_IMAGE-02.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 222px;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 221px;
  display: block;
}

.container-2 {
  background-image: linear-gradient(#00000080, #00000080);
}

.div-block-3 {
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
  display: block;
}

.div-block-4 {
  width: 222px;
}

.div-block-5 {
  justify-content: flex-start;
  height: 320px;
  padding: 0;
  display: flex;
}

.div-block-6 {
  padding-bottom: 50px;
}

.texto {
  margin-top: 54px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
}

.pera {
  margin-bottom: 32px;
}

.hola {
  color: #aaa;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}

.button-2 {
  background-color: #ff4d00;
  border-radius: 4px;
  padding: 10px 20px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  margin-top: 42px;
  margin-bottom: 108px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 57px;
  bottom: -71px;
  right: -9px;
}

.div-block-8 {
  background-image: radial-gradient(circle, #094c8f1a, #6273f380 47%, #1f2953cc 55%, #fff0), url('../images/BACKGROUND_IMAGE-01.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 100vh;
  margin-top: 130px;
  margin-bottom: 0;
}

.container-3 {
  margin-top: 102px;
}

.image {
  display: block;
}

.heading-3 {
  color: #d89999;
  border: 1px solid #fff;
}

.boton-barra {
  border: 1px #000;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.background-video {
  overflow: visible;
}

.navbar {
  z-index: 3;
  color: #fff;
  background-color: #fff;
  max-height: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: sticky;
  top: 0;
}

.image-2 {
  cursor: default;
  object-fit: scale-down;
  background-color: #121c836e;
  border-radius: 0;
  max-width: none;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.image-3 {
  width: 130px;
  margin-top: -4px;
  padding-top: 0;
}

.destacado {
  z-index: 3;
  color: #3257ad;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 87px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
  position: static;
  inset: 0%;
}

.paragraph {
  margin-top: 19px;
  padding-top: 9px;
}

.texto-destacado-1 {
  color: #fff;
  margin: 447px 154px 40px;
  padding-top: 0;
  font-family: Nexa;
  font-size: 36px;
}

.texto-destacado-1._2 {
  margin-top: 222px;
  font-size: 28px;
}

.texto-destacado-1._2._3 {
  color: var(--nuevo-azul);
  margin-top: 88px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.image-4 {
  object-fit: fill;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.video {
  z-index: 0;
  object-fit: scale-down;
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  width: auto;
  height: 80vh;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: auto;
}

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

.seccion-historias {
  z-index: 0;
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.image-5 {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  transform-style: preserve-3d;
  background-clip: border-box;
  flex: 0 auto;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .35s;
  display: block;
  position: absolute;
  inset: auto 0% -6% 16%;
  transform: rotate(0)skew(0deg);
}

.image-5:hover {
  transform: scale3d(1, 1, 1.2)skew(0deg, 3deg);
}

.image-5._2 {
  position: absolute;
  inset: auto 3% 5% auto;
}

.image-5._4 {
  width: 60%;
  bottom: -8%;
  left: 22%;
}

.paragraph-3 {
  color: #2e2e2e;
  text-decoration: none;
}

.paragraph-3._2 {
  color: var(--dark-slate-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.image-6 {
  z-index: -1;
  color: #000;
  font-style: normal;
  text-decoration: none;
  position: static;
}

.texto-1 {
  color: #fff;
  font-family: Nexa;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.columns {
  order: 0;
  margin-top: 23px;
}

.seccion-historias-home {
  z-index: 0;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 960px;
  padding-top: 73px;
  padding-bottom: 73px;
  display: grid;
  position: relative;
}

.columns-2 {
  flex-direction: row;
  height: 500px;
  display: flex;
}

.column-2 {
  background-color: var(--dark-slate-blue);
  flex: 0 60%;
  padding: 75px 7% 75px 6%;
}

.paragraph-4 {
  color: #fff;
  letter-spacing: normal;
  max-width: 530px;
  padding-right: 0;
  font-family: Nexa;
  font-size: 33px;
  font-weight: 300;
  line-height: 40px;
}

.column-3 {
  z-index: 1;
  text-align: right;
  flex: 1;
  order: -1;
  align-self: center;
  padding-right: 0;
  position: relative;
  right: -26px;
}

.button-3 {
  cursor: pointer;
  object-fit: fill;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 1000px;
  margin-top: 0;
  padding: 8px 34px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: transform .2s;
}

.button-3:hover {
  transform: scale(1.1);
}

.button-3._1 {
  border-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.button-3._2 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  margin-left: 13px;
  margin-right: 13px;
}

.button-3.detallado {
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  object-fit: scale-down;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 63px;
  padding-right: 63px;
  display: block;
  position: static;
  overflow: visible;
}

.aportar {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
  position: relative;
}

.heading-4 {
  color: var(--slate-blue);
  text-align: center;
}

.heading-4.paragraph-5 {
  color: var(--dark-slate-blue);
  font-family: Nexa;
}

.text {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 26px;
  padding-bottom: 15px;
  padding-left: 90px;
  padding-right: 90px;
  font-family: Nexa;
  font-size: 18px;
}

.div-block-9 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  width: 40%;
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: Nexa;
  display: block;
  position: relative;
}

.button-4 {
  color: var(--dark-slate-blue);
  background-color: #0000;
  margin-top: 16px;
  margin-left: 11px;
  margin-right: 11px;
  font-family: Nexa;
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s;
}

.button-4:hover {
  color: #0af;
}

.button-5 {
  border: 2px solid var(--dark-slate-blue);
  color: var(--nuevo-azul);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  align-self: center;
  width: 100%;
  max-width: 350px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 30px;
  padding: 15px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: transform .2s;
}

.button-5:hover {
  transform: scale(1.1);
}

.button-6 {
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
  width: 150px;
  margin-left: 15px;
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Nexa;
  transition: box-shadow .125s, transform .375s;
  display: inline-block;
}

.button-6:hover {
  box-shadow: 2px 2px 5px -2px var(--dark-grey);
  transform: scale(1.1);
}

.barra-de-navegacion {
  z-index: 3;
  position: static;
}

.image-8 {
  z-index: 0;
  align-self: flex-end;
  width: 460px;
  max-width: 85%;
  margin-top: 274px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-9 {
  align-self: flex-start;
  width: 500px;
  max-width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.novedades {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 165px;
  padding-bottom: 165px;
  display: none;
  position: relative;
}

.container-6 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 33px;
  margin-bottom: 0;
  padding: 1px 127px 0 0;
  display: flex;
}

.container-7 {
  z-index: 1;
  background-color: #fff;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  margin-top: -50px;
  margin-bottom: -50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: 10px 10px 20px #0000001a;
}

.div-block-10 {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  width: 960px;
  height: 400px;
  display: flex;
  position: static;
}

.heading-5 {
  color: var(--nuevo-azul);
  text-align: left;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-6 {
  color: var(--nuevo-azul);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-7 {
  color: var(--dark-slate-blue);
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 16px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
}

.section-2 {
  background-color: var(--nuevo-azul);
  flex-direction: column;
  padding-bottom: 25px;
  display: flex;
}

.div-block-11 {
  background-color: #3b8063;
  width: 50%;
  height: 100%;
}

.field-label, .field-label-2 {
  color: #fff;
}

.container-8 {
  flex: 0 auto;
  align-self: flex-start;
}

.booton-colaborar {
  border: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #0000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-right: 35px;
  padding: 7px 30px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.booton-colaborar._2 {
  z-index: 2;
  flex-direction: column;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
  inset: auto 24% 94% auto;
}

.booton-colaborar._2:hover {
  box-shadow: 1px 1px 8px -1px var(--dark-slate-blue-2);
}

.booton-colaborar._2:active {
  box-shadow: none;
}

.booton-colaborar._2.w--current {
  margin-right: 19px;
  display: none;
}

.container-9 {
  align-items: center;
  display: block;
  position: static;
}

.columns-3 {
  order: 0;
  align-self: center;
  width: 100%;
  max-width: 940px;
  margin-top: 62px;
  margin-bottom: 62px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-10 {
  flex-direction: column;
  flex: 1;
  order: 0;
  align-self: auto;
  align-items: stretch;
  margin-top: 31px;
  margin-bottom: 31px;
  padding-right: 0;
  display: flex;
  position: static;
}

.colum-4 {
  padding-top: 6px;
  padding-bottom: 10px;
}

.c1 {
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  padding-right: 119px;
  display: flex;
}

.image-10 {
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
}

.image-11 {
  padding-top: 18px;
}

.heading-6 {
  color: var(--dark-slate-blue);
  align-self: center;
}

.paragraph-7 {
  margin-bottom: 5px;
  padding-top: 12px;
  padding-left: 10px;
  font-weight: 600;
}

.column-4, .column-5 {
  padding-top: 5px;
}

.paragraph-8 {
  color: #fff;
  padding-left: 10px;
  font-weight: 600;
}

.paragraph-8._2 {
  margin-bottom: 17px;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-9 {
  padding-left: 10px;
  font-weight: 600;
}

.text-field {
  height: 200px;
}

.casilla {
  color: #fff;
  background-color: #333;
  border-radius: 19px;
  padding-top: 4px;
  padding-bottom: 0;
}

.casilla.text-field {
  float: none;
  text-align: left;
  object-fit: fill;
  margin-bottom: 0;
  padding-bottom: 164px;
  display: block;
  position: static;
  overflow: auto;
}

.submit-button {
  color: #292929;
  background-color: #fff;
  border-radius: 11px;
  position: relative;
  top: -49px;
  left: 10px;
}

.heading-7 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
}

.paragraph-10 {
  order: 1;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 24px;
  font-size: 10px;
  font-weight: 400;
}

.banner-de-aportar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--nuevo-azul);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 80vh;
  min-height: 800px;
  font-family: Nexa;
  display: block;
  position: relative;
  overflow: hidden;
}

.banner-de-aportar.white {
  background-color: #ffffff17;
  height: 0;
  min-height: 800px;
}

.grid {
  grid-template-rows: auto;
}

.heading-8 {
  color: #fff;
  font-size: 35px;
  line-height: 38px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding-top: 67px;
}

.image-12 {
  width: 40px;
}

.t5 {
  text-align: center;
  padding-left: 59px;
  padding-right: 59px;
  font-size: 20px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.container-11 {
  margin-top: 71px;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 38px;
  padding-bottom: 90px;
  display: flex;
  position: static;
}

.container-12 {
  align-items: center;
  padding-left: 0;
  display: block;
  position: relative;
}

.body-2 {
  font-family: Nexa;
}

.heading-10 {
  color: var(--nuevo-azul);
  text-align: center;
  border: 1px #000;
  margin-bottom: 70px;
  font-size: 37px;
  font-weight: 700;
}

.grid-3 {
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: .25fr;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 42px;
}

.grid-3._2 {
  height: 500px;
}

.grid-3._8 {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.hj1 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.d1 {
  text-align: center;
  background-image: linear-gradient(#3958948c, #3958948c), url('../images/Congreso-Eucarístico.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.d1._64 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/emil-kalibradov-swIN9v5uS5Y-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.d1._64._2 {
  background-image: linear-gradient(#395894cc, #395894cc), url('../images/ICM-tv.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._43 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/Iglesia-Joven.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._42 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/SAn-felipe-y-santiago.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._41 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/Navidad-con-JEsús-copia.jpg');
  background-position: 0 0, 5% 40%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.d1._31 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/Casa-de-Todos.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._32 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/Taller-jacinto-vera.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._33 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/Obras-edilicias.jpg');
}

.d1._34 {
  background-image: linear-gradient(#395894b3, #395894b3), url('../images/Ministerio-de-musica.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._51 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/Entre-Todos.jpg');
}

.d1._51._3 {
  background-image: linear-gradient(#00a69fcc, #00a69fcc), url('../images/Entre-Todos.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._11 {
  background-image: linear-gradient(#936c, #936c), url('../images/ICM-mockup.jpg');
}

.d1._11._2 {
  background-image: linear-gradient(#395894cc, #395894cc), url('../images/ICM-mockup.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._63 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/2019-03-07-Seminario--7.jpg');
  background-position: 0 0, 50%;
}

.d1._63._2 {
  background-image: linear-gradient(#395894cc, #395894cc), url('../images/Radio-Oriental.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._15 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
}

.d1._15._8 {
  background-image: none;
}

.d1._16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Congreso-Eucarístico.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._16._8 {
  background-image: none;
}

.d1._15 {
  background-image: linear-gradient(#395894cc, #395894cc), url('../images/Jubilar.jpg');
}

.d1._16 {
  background-image: linear-gradient(#395894cc, #395894cc), url('../images/sophia1.jpg');
}

.d1._21 {
  background-image: linear-gradient(#3958948c, #3958948c), url('../images/2019-05-30-Donación-de-Ropa-1-de-1-baja.jpg');
}

.d1._22 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/Mujeres-1-de-1.jpg');
  background-position: 0 0, 0%;
}

.d1._23 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/2019-09-29-Misa-Migrantes-2-de-17.jpg');
}

.d1._24 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/2021-05-08-Fasenda-6-de-10.jpg');
}

.d1._25 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/2018-11-12-Don-Bosco_03-baja.jpg');
}

.d1._52 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/ICM-mockup.jpg');
}

.d1._53 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/Radio-Oriental.jpg');
}

.d1._54 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/ICM-tv.jpg');
}

.d1._61 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/Hogar-Sacerdotal-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._62 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/2020-05-27-Olla-Popular-Cerro-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._26 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/2020-11-12-Paiva-7.jpg');
}

.d1._27 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/2018-12-14-Misa-Comcar-2-de-28-baja.jpg');
}

.d1._28 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/2020-11-23-Pastoral-Penitenciaria-2-1024x683.jpg');
}

.d1._55 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/Jubilar.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d1._77 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3)), url('../images/sophia1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-5 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 3px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
}

.image-13 {
  width: 50px;
}

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

.heading-11 {
  color: var(--nuevo-azul);
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.button-8 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 14px 32px 12px;
}

.section-6 {
  background-color: #fff;
  height: auto;
}

.grid-4 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.heading-12._2 {
  color: var(--dark-slate-blue);
}

.heading-12._2.blanco {
  color: var(--nuevo-azul);
}

.heading-13 {
  color: #fff;
  text-align: center;
  margin-top: 33px;
}

.heading-13.hola {
  text-transform: none;
  padding-left: 39px;
  padding-right: 39px;
  font-size: 30px;
  line-height: 32px;
}

.heading-13._2 {
  color: var(--dark-slate-blue);
  width: 70%;
  font-weight: 300;
}

.heading-13._2.blanco {
  color: var(--nuevo-azul);
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 107px;
  padding-right: 107px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.columns-5 {
  background-color: #0000;
  margin-top: 19px;
}

.div-block-12 {
  background-color: #fff;
  max-width: 100%;
  height: 570px;
}

.column-6 {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.paragraph-11 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-13 {
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  padding: 18px 36px 20px;
  display: flex;
}

.heading-14 {
  text-align: center;
  font-weight: 400;
}

.container-14 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 57px;
  padding-bottom: 88px;
  display: flex;
}

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

.image-14 {
  align-self: center;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  place-items: start center;
  margin-top: 0;
}

.heading-15 {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  display: block;
  position: static;
  inset: 0%;
}

.heading-15.ojk {
  margin-top: 0;
}

.div-block-15 {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-top: 43px;
  margin-bottom: 72px;
  display: flex;
}

.section-7 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 74px;
  display: flex;
}

.div-block-16 {
  z-index: 9999;
  position: sticky;
  top: 0;
}

.section-8 {
  background-image: linear-gradient(#395894b3, #395894b3), url('../images/Recurso-32Fondo.jpg');
  background-position: 0 0, 50%;
  align-items: center;
  height: 98vh;
  min-height: 500px;
  margin-bottom: 0;
  transition: transform .2s, background-color .325s;
  display: flex;
}

.container-15 {
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.heading-16 {
  color: #fff;
  text-align: left;
  width: auto;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

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

.paragraph-12 {
  color: var(--dark-slate-blue);
  text-align: center;
  width: 80%;
  font-family: Nexa;
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-12._2 {
  color: #fff;
}

.colab-mercadopago-2 {
  border: 2px solid var(--orange);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-clip: border-box;
  border-radius: 15px;
  flex: 0 auto;
  max-width: none;
  height: auto;
  margin: 0 8px 5px 20px;
  padding: 18px 40px;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  display: block;
  overflow: hidden;
}

.colab-mercadopago-2.oculto {
  display: none;
}

.container-16 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 55px;
  display: flex;
}

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

.otras_formas_de_pago {
  aspect-ratio: auto;
  color: var(--nuevo-azul);
  text-align: center;
  margin-top: 46px;
  margin-bottom: 29px;
  padding-left: 170px;
  padding-right: 170px;
  font-size: 36px;
}

.otras_formas_de_pago._2 {
  color: var(--dark-slate-blue);
  margin-top: 30px;
  margin-bottom: 66px;
  padding-left: 111px;
  padding-right: 111px;
  font-size: 32px;
  font-weight: 300;
}

.otras_formas_de_pago._3 {
  color: #fff;
}

.button-9 {
  color: var(--dark-slate-blue);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  margin-left: 17px;
  margin-right: 17px;
  padding: 22px 59px;
  font-size: 20px;
  font-weight: 700;
  transition: transform .4s;
  display: inline-block;
}

.button-9:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  transform: scale(1.1);
}

.button-9._2 {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #0000;
  display: inline-block;
}

.section-9 {
  align-items: center;
  height: auto;
  margin-top: 48px;
  margin-bottom: 0;
  display: flex;
}

.t1 {
  aspect-ratio: auto;
  color: var(--nuevo-azul);
  white-space: normal;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.t1.b {
  color: var(--naranja);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  overflow: visible;
}

.t1.b._5 {
  margin-bottom: 10px;
  overflow: visible;
}

.t1.v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--nuevo-azul);
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 15px;
  display: block;
}

.t1._2 {
  text-align: left;
  margin-bottom: 32px;
}

.t1.bold {
  font-weight: 500;
}

.grid-6 {
  grid-column-gap: 27px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

.grids-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  overflow: visible;
}

.section-10 {
  border: 0px solid var(--orange);
  color: var(--nuevo-azul);
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 78px;
  font-size: 20px;
  line-height: 15px;
  overflow: visible;
}

.image-15 {
  position: relative;
}

.icon {
  color: var(--dark-slate-blue);
  width: 0;
  height: 0;
}

.icon-2 {
  border: 1px none var(--dark-slate-blue);
  background-color: #0000;
  margin-top: 6px;
}

.button-10 {
  z-index: 2;
  position: absolute;
  inset: auto 26% 20% auto;
}

.navbar-2 {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.bot-1 {
  display: block;
}

.boton-1 {
  color: var(--dark-slate-blue);
  text-transform: none;
  background-color: #fafafa;
  flex-direction: column;
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  width: 120px;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.boton-1:hover {
  background-color: var(--light-sea-green);
  color: #fff;
}

.boton-1.w--current {
  color: var(--light-sea-green);
  max-width: 100%;
}

.boton-1.w--current:hover {
  color: #fff;
}

.boton-1.v2 {
  align-self: stretch;
  max-width: 100%;
}

.boton-1.v2:hover {
  background-color: var(--burntsienna);
}

.boton-1.v2.w--current {
  color: var(--burntsienna);
  text-decoration: none;
}

.boton-1.v2.w--current:hover {
  color: #fff;
}

.boton-1.v3 {
  max-width: 100%;
}

.boton-1.v3:hover {
  background-color: #8f3258;
}

.boton-1.v3.w--current {
  color: var(--medium-violet-red);
}

.boton-1.v3.w--current:hover {
  color: #fff;
}

.boton-1.v4 {
  color: var(--dark-slate-blue);
}

.boton-1.v4:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.boton-1.v4.w--current {
  color: var(--dark-slate-blue);
  text-align: left;
}

.menu-button {
  color: var(--dark-slate-blue);
  background-color: #0000;
  border-radius: 0;
}

.menu-button.w--open {
  background-color: var(--dark-slate-blue);
  border-radius: 0;
}

.nav-menu {
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  display: flex;
  position: absolute;
}

.container-17 {
  flex-flow: row;
  grid-template: "Area"
  / .25fr .5fr 3fr 1fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
  position: static;
}

.image-16 {
  min-width: 150px;
  margin-left: 0;
  display: block;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 34px;
  margin-bottom: 17px;
  display: grid;
}

.tabs-menu:active {
  color: #fff;
  background-color: #0000;
}

.boton-3 {
  border-radius: 20px;
}

.boton-3:hover {
  background-color: #b2bfd8;
}

.boton-3:active {
  background-color: var(--dark-slate-blue);
  color: #fff;
  font-weight: 300;
}

.boton-3:focus {
  background-color: var(--dark-slate-blue);
  color: #fff;
  font-weight: 700;
}

.boton-3:visited {
  color: var(--white);
  background-color: #ddd;
  font-weight: 300;
}

.boton-3.w--current {
  background-color: var(--dark-slate-blue);
  color: #fff;
  font-weight: 300;
}

.boton-3.w--current:focus {
  background-color: var(--dark-slate-blue);
  color: #fff;
  font-weight: 700;
}

.column-7 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: static;
}

.column-8 {
  z-index: 2;
  overflow: visible;
}

.link-block-3 {
  transform-style: preserve-3d;
  transition: opacity .5s;
  transform: translate3d(1px, 1px, 1px);
}

.link-block-3:hover {
  transform: translate3d(1.1px, 1.1px, 1px);
}

.text-block-2, .t44 {
  text-align: center;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 250px;
  display: flex;
  position: relative;
}

.div-block-23 {
  background-image: linear-gradient(to bottom, var(--naranja), var(--naranja)), url('../images/Recurso-36I-de-T.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-23._2 {
  background-image: linear-gradient(to bottom, var(--naranja), var(--naranja)), url('../images/Recurso-34I-de-T.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-23._1 {
  background-image: linear-gradient(to bottom, var(--naranja), var(--naranja)), url('../images/Recurso-35I-de-T.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-24 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  height: 300px;
}

.bold-text {
  text-align: left;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-28 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: wrap;
  align-content: center;
  align-items: stretch;
  transition: transform .5s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-28:hover {
  transform: scale3d(1.1none, 1.1none, 1none);
}

.paragraph-13 {
  color: var(--dark-slate-blue);
  flex: 1;
  align-self: center;
}

.html-embed {
  width: 350px;
}

.success-message {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
}

.text-block-3 {
  color: #fff;
  background-color: #0000;
}

.color-azul {
  z-index: -2;
  background-color: #393a8f70;
  min-width: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.error-message {
  color: var(--white);
  background-color: #fff;
  margin-top: -19px;
}

.youtube {
  width: auto;
  height: 100%;
  overflow: hidden;
}

.image-18 {
  height: 100px;
}

.div-block-30 {
  position: relative;
}

.lightbox-link {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
  overflow: hidden;
}

.lightbox-link:hover {
  transform: scale(1.1);
}

.lightbox-link._2 {
  background-image: url('../images/Retrato-Adriana-Web.jpg');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: static;
}

.lightbox-link._2._3:hover {
  transform: scale(1.05);
}

.image-19 {
  border-radius: 20px;
  width: 500px;
  position: relative;
}

.image-20 {
  background-image: linear-gradient(#000, #fff);
  max-width: none;
  display: block;
}

.image-20:hover {
  transform: scale(1);
}

.image-20._2 {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  overflow: auto;
}

.contenedor_metodos_de_pago-mensual {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-33 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 43px;
  display: flex;
}

.image-21 {
  margin-top: 25px;
}

.div-block-34 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.image-22 {
  margin-left: 40px;
  padding-top: 13px;
  padding-left: 0;
}

.background-video-2 {
  z-index: -3;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.youtube-2 {
  margin-top: 61px;
  margin-bottom: 25px;
  display: none;
}

.link-2 {
  color: var(--dark-slate-blue);
  cursor: pointer;
  text-decoration: underline;
}

.link-block-4 {
  cursor: pointer;
}

.button-11 {
  background-color: #395894;
  border-radius: 20px;
  width: 150px;
  margin-left: 15px;
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Nexa;
}

.button-12 {
  color: #395894;
  background-color: #fff;
  border: 1px solid #395894;
  border-radius: 20px;
  width: 150px;
  margin-left: 5px;
  margin-right: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Nexa;
}

.column-12 {
  flex-direction: row;
  display: flex;
}

.container-20 {
  margin-bottom: 34px;
}

.div-block-35 {
  background-image: linear-gradient(#000, #fff);
}

.lightbox-link-3 {
  transition: transform .5s;
  transform: scale(1);
}

.lightbox-link-3:hover {
  transform: scale(1.1);
}

.lightbox-link-4 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-start;
  transition: transform .5s;
  display: block;
}

.lightbox-link-4:hover {
  transform: scale(1.1);
}

.image-24 {
  z-index: 5;
  max-width: 32%;
  position: absolute;
  inset: -5% 0% -19px 72%;
}

.column-13 {
  z-index: 1;
}

.image-25 {
  z-index: 50;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 50px;
  max-width: 100px;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: 4% 0% 0% 3%;
}

.image-25:hover {
  transform: scale(1.9);
}

.image-25._2, .image-25._2:hover {
  z-index: 100;
}

.grid-7 {
  grid-column-gap: 49px;
  grid-row-gap: 50px;
  flex: 1;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: start center;
  display: grid;
}

.div-block-36 {
  object-fit: contain;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 40vh;
  display: flex;
  overflow: hidden;
}

.body-4 {
  height: 100vh;
}

.image-26 {
  max-width: 50%;
  display: inline-block;
}

.div-block-37 {
  justify-content: flex-start;
  width: 40%;
  display: flex;
}

.div-block-38 {
  height: 300px;
}

.bold-text-3 {
  text-align: left;
  width: 80%;
  max-width: 600px;
  display: flex;
}

.div-block-39 {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

._5 {
  color: var(--naranja);
  align-self: center;
  font-size: 20px;
  font-weight: 700;
}

.div-block-40 {
  border: 1px solid var(--naranja);
  border-radius: 20px;
  max-width: 960px;
  margin-bottom: 45px;
  padding: 40px 53px;
  display: block;
}

.div-block-40.oculto {
  display: none;
}

.div-block-41 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-8 {
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: .25fr;
  align-items: center;
  height: 300px;
}

.hj1-2 {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.div-block-42 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 49px;
  display: none;
}

.sec-2021 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-14 {
  color: #395894;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  font-weight: 500;
}

.container-21 {
  flex-direction: column;
  align-items: center;
  padding-top: 11px;
  display: flex;
}

.heading-17 {
  color: #fff;
  text-align: center;
  margin-top: 33px;
}

.heading-17.hola {
  text-transform: none;
  padding-left: 39px;
  padding-right: 39px;
  font-size: 30px;
  line-height: 32px;
}

.div-block-44 {
  flex-direction: column;
  align-items: center;
  margin-top: 94px;
  display: flex;
}

.heading-18 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.card-1 {
  border: 1px solid var(--nuevo-azul);
  background-color: #f2f2f2;
  border-radius: 35px;
  flex-direction: column;
  max-width: 100%;
  height: 570px;
  display: flex;
  overflow: hidden;
}

.heading-19 {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  position: static;
  inset: 0%;
}

.brand {
  position: static;
}

.brand.w--current {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  width: 80px;
  display: block;
}

.container-22 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.boton-nav {
  color: #2d2e82;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.boton-nav.w--current {
  color: var(--naranja);
}

.boton-nav.outlined {
  border: 2px solid var(--nuevo-azul);
  border-radius: 20px;
  margin-left: 21px;
}

.boton-destacado {
  border: 2px solid var(--nuevo-azul);
  color: var(--nuevo-azul);
  border-radius: 8px;
}

.navbar-3 {
  background-color: #fff;
}

.div-block-46 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 31px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  object-fit: none;
  grid-template-rows: 1.25fr;
  grid-template-columns: 3fr minmax(200px, 2.25fr);
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-left: 90px;
  padding-right: 0;
  display: grid;
}

.div-block-47 {
  width: 105%;
  margin-top: -55px;
}

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

.card {
  border: 1px solid var(--nuevo-azul);
  background-color: #f2f2f2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 31px 20px;
  display: flex;
  overflow: visible;
}

.card-h1 {
  color: var(--naranja);
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.text-block-4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.text-block-5 {
  color: var(--dim-grey);
  text-align: center;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.image-28 {
  margin-top: 21px;
  display: block;
}

.image-29 {
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.h2 {
  color: var(--nuevo-azul);
  text-align: center;
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: 500;
}

.h2.white {
  color: #fff;
  font-weight: 700;
}

.aportar-2 {
  background-image: url('../images/Back_IdeT.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-49 {
  text-align: center;
  width: 400px;
  padding-top: 0;
}

.div-block-49.ancho {
  width: 600px;
}

.text-white {
  color: #fff;
  font-weight: 400;
}

.text-white.ancho {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.button-color {
  color: var(--nuevo-azul);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 15px 30px;
}

.button-color.orange {
  background-color: var(--burntsienna);
  color: #fff;
}

.centred-txt {
  color: var(--nuevo-azul);
  text-align: center;
  margin-top: 31px;
  font-weight: 500;
}

.datos {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 960px;
  padding-top: 133px;
  padding-bottom: 73px;
  display: grid;
  position: relative;
}

.white {
  background-color: #94949417;
}

.ldaskmdalk {
  background-color: #0000;
  height: auto;
}

.image-30 {
  position: absolute;
  inset: 0% auto auto -45%;
}

.div-block-50 {
  height: 100%;
}

.image-31 {
  z-index: -1;
  width: 550px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-propuestas {
  z-index: 0;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 960px;
  padding-top: 73px;
  padding-bottom: 73px;
  display: none;
  position: relative;
}

.div-block-53 {
  display: none;
  overflow: visible;
}

.head {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  line-height: 50px;
  display: block;
}

.head.blue {
  color: var(--nuevo-azul);
  display: block;
}

.head.h1 {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  line-height: 60px;
  display: flex;
}

.head.h2 {
  flex-flow: column;
  margin-bottom: 33px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.i1 {
  margin-right: 23px;
  padding-left: 0;
  padding-right: 6px;
}

.div-block-55 {
  margin-top: 84px;
}

.image-32 {
  position: absolute;
  inset: auto -8% 0% auto;
}

.image-32.azul {
  display: none;
  bottom: 7%;
  right: 0%;
}

.image-32.oculto {
  display: block;
}

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

.div-block-57 {
  margin-right: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-58 {
  background-color: var(--orange);
  width: 200px;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 0;
}

.div-block-58.oculto {
  display: none;
}

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

.frase {
  color: var(--nuevo-azul);
  text-align: center;
  padding-left: 140px;
  padding-right: 140px;
  font-style: italic;
  font-weight: 400;
}

.frase.oculto {
  display: none;
}

.div-block-59 {
  color: var(--white);
  object-fit: fill;
  margin-right: 0;
  line-height: 0;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  margin-right: 0;
  padding-right: 244px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.button-13 {
  border-radius: 0;
}

.text-block-7 {
  color: var(--blanco);
  text-align: center;
  flex: 1;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.link-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  border: 4px solid var(--naranja);
  opacity: 1;
  text-align: center;
  object-fit: fill;
  background-color: #ed6d29;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  margin: 18px auto 0;
  padding: 15px 0;
  font-size: 0;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.link-block-6._2 {
  border-width: 2px;
  align-items: center;
  margin-top: 25px;
  padding: 16px 25px;
  display: flex;
}

.line {
  background-color: var(--naranja);
  width: 100%;
  height: 1px;
}

.div-block-60 {
  border: 2px solid var(--naranja);
  color: var(--naranja);
  background-color: #fff;
  border-radius: 20px;
  width: 300px;
  margin-top: -19px;
  text-decoration: none;
  position: relative;
}

.heading-20 {
  margin-top: 10px;
  font-size: 20px;
}

.image-34 {
  margin-left: 13px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.light {
  text-decoration: none;
  display: block;
}

.image-35 {
  max-width: 50vw;
  display: block;
  position: absolute;
  inset: auto 0% 26% auto;
}

.div-block-61 {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

._2020-title {
  color: var(--burntsienna);
  text-align: center;
}

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

.title-div {
  border: 3px solid var(--burntsienna);
  border-radius: 16px;
  margin: 9px 9px 26px;
  padding: 21px;
  font-size: 40px;
  font-weight: 500;
}

.project-card {
  border: 3px none var(--nuevo-azul);
  border-radius: 11px;
  width: 40%;
  min-width: 360px;
  height: 280px;
  position: relative;
  overflow: visible;
}

.image-38 {
  max-width: 120%;
  position: static;
  inset: 0%;
  transform: scale(1.1);
}

.img-cont {
  border: 3px solid var(--nuevo-azul);
  border-radius: 19px;
  position: static;
  overflow: hidden;
}

.text-over {
  border: 2px solid var(--burntsienna);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: -21px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.text-card-title {
  border: 2px solid var(--burntsienna);
  color: var(--burntsienna);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: -21px;
  padding: 8px 29px;
  display: flex;
  position: relative;
}

.text-card {
  background-color: #fff;
  position: absolute;
  inset: auto 0% 61%;
}

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

.grid-11 {
  grid-column-gap: 37px;
  grid-row-gap: 47px;
  margin-top: 39px;
  margin-bottom: 0;
}

.sec-2022 {
  backface-visibility: visible;
  padding-top: 100px;
  padding-bottom: 100px;
}

.separe-line {
  background-color: var(--orange);
  width: 300px;
  height: 7px;
  margin-top: 80px;
}

.text-block-8 {
  line-height: 24px;
}

.text-h3 {
  margin-bottom: 39px;
  padding-left: 83px;
  padding-right: 83px;
  font-weight: 500;
  line-height: 24px;
}

.grid2021 {
  grid-column-gap: 49px;
  grid-row-gap: 50px;
  flex: 1;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: start center;
  display: grid;
}

.sec-2021-copy, .sec-2020 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-9 {
  font-weight: 400;
}

.text-title {
  color: #3257ad;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.sec-2019, .sec-2018 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-39 {
  display: none;
  overflow: hidden;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.layout352_instructions-list {
  padding-left: 1.25rem;
}

.layout-352-instructions-delete {
  text-align: left;
  background-color: #0000;
  padding: 2rem;
}

.rl-styleguide_class-label {
  color: #0000;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.section-layout352 {
  z-index: -3;
  position: relative;
}

.layout352_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#0000, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.layout352_date-text {
  text-align: right;
}

.layout352_image-wrapper {
  overflow: hidden;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.layout352_circle {
  background-color: #0000;
  border-radius: 100%;
  width: .9375rem;
  height: .9375rem;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0000;
}

.layout352_progress {
  z-index: -2;
  background-color: #b3b3b3;
  width: 3px;
  height: 100%;
  position: absolute;
}

.button-secondary {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.timeline-on-page {
  z-index: 0;
  position: relative;
}

.text-size-medium {
  font-size: 1.125rem;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.is-button-row-center {
  justify-content: center;
}

.layout352_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-link {
  color: #0000;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.layout352_progress-bar {
  z-index: -1;
  background-color: #0000;
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.layout352_heading {
  background-color: #0000;
}

.layout352_centre {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-xlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout352_instructions-list-item {
  padding-left: .5rem;
}

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

.layout352_timeline {
  z-index: -3;
}

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

.layout352_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #0000, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.hide {
  display: none;
}

.image-40 {
  perspective: none;
  transform: none;
}

.youtube-3 {
  position: relative;
}

.block-quote {
  text-align: center;
  border: 1px #000;
  border-radius: 20px;
}

.paragraph-15 {
  color: var(--nuevo-azul);
  text-align: center;
  font-size: 18px;
}

.image-41 {
  overflow: auto;
}

.image-42 {
  margin-bottom: 57px;
}

.video-copy {
  z-index: 0;
  object-fit: scale-down;
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  width: auto;
  height: 80vh;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: auto;
}

.grid-12 {
  grid-column-gap: 15px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(500px, .75fr);
  grid-template-columns: 8.5fr 5.5fr;
  margin-left: 90px;
  margin-right: 90px;
}

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

.button-14 {
  color: #3257ad;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 8px 34px;
  line-height: 36px;
  transition: transform .2s;
  display: block;
}

.colab-via-web {
  aspect-ratio: auto;
  background-color: var(--naranja);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  border-radius: 15px;
  flex: 0 auto;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 18px 40px;
  font-size: 10px;
  line-height: 1px;
  text-decoration: none;
  display: none;
  position: static;
  overflow: auto;
}

.heading-21 {
  color: var(--blanco);
  font-size: 15px;
}

.heading-22 {
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.heading-23 {
  color: var(--blanco);
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.container-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  display: flex;
  overflow: auto;
}

.text-block-10 {
  color: var(--nuevo-azul);
  text-decoration: underline;
}

.image-43 {
  max-width: 90%;
  font-size: 10px;
  display: block;
}

.quick-stack {
  grid-column-gap: 0px;
  padding: 10px 0;
}

.colab-mercadopago-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--orange);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-clip: border-box;
  border-radius: 15px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  height: auto;
  margin: 0 8px 5px 20px;
  padding: 18px 40px;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  display: block;
  overflow: hidden;
}

.colab-mercadopago-2-copy.oculto {
  display: none;
}

.colab-mercadopago-2-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--orange);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-clip: border-box;
  border-radius: 15px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  height: auto;
  margin: 0 -2px 5px 20px;
  padding: 18px 80px 53px 40px;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  display: grid;
  overflow: hidden;
}

.colab-mercadopago-2-copy-copy.oculto {
  display: none;
}

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

@media screen and (max-width: 991px) {
  .guide-description {
    margin-bottom: 30px;
  }

  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.section--hero {
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.container--content {
    flex-direction: column;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .column {
    width: 50%;
  }

  .column.column--aside {
    width: auto;
    position: static;
  }

  .column.column--main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-guide {
    padding-right: 0;
  }

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

  .heading-1.h2 {
    font-size: 16px;
  }

  .heading-1.h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 42px;
  }

  .hero-description {
    margin-bottom: 30px;
  }

  .destacado {
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 83px;
    padding-bottom: 83px;
    position: relative;
  }

  .texto-destacado-1 {
    margin-left: 101px;
    margin-right: 101px;
  }

  .video {
    height: auto;
  }

  .seccion-historias {
    height: auto;
    overflow: visible;
  }

  .image-5 {
    left: auto;
  }

  .texto-1 {
    line-height: 22px;
  }

  .seccion-historias-home {
    grid-template-rows: 1.5fr 1fr;
    grid-template-columns: 1.5fr;
    width: 400px;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 57px;
    padding-bottom: 57px;
    display: flex;
  }

  .paragraph-4 {
    font-size: 28px;
    line-height: 30px;
  }

  .button-3 {
    margin-top: 19px;
    padding: 8px 27px;
  }

  .div-block-9 {
    width: 40vh;
    min-width: 500px;
    max-width: 40%;
  }

  .image-8 {
    width: 350px;
    margin-top: 307px;
  }

  .image-9 {
    width: 400px;
  }

  .container-6 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .div-block-10 {
    width: 90%;
    max-width: 800px;
  }

  .heading-5 {
    font-size: 33px;
  }

  .booton-colaborar._2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .booton-colaborar._2.w--current {
    margin-left: 0;
  }

  .columns-3 {
    width: 90%;
    margin-left: 7px;
    margin-right: 7px;
  }

  .submit-button {
    left: 10px;
  }

  .paragraph-10 {
    font-weight: 300;
  }

  .heading-8 {
    padding-right: 10px;
    font-size: 30px;
  }

  .grid-2 {
    max-width: 100%;
    margin-top: 36px;
    padding-top: 43px;
  }

  .t5 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .heading-9 {
    padding-left: 99px;
    padding-right: 99px;
  }

  .section-4 {
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: flex;
  }

  .container-12 {
    align-self: center;
  }

  .heading-10 {
    margin-left: 52px;
    margin-right: 52px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 30px;
    line-height: 40px;
  }

  .grid-3._9 {
    grid-column-gap: 10px;
  }

  .hj1 {
    font-size: 18px;
  }

  .heading-11 {
    padding-left: 53px;
    padding-right: 53px;
  }

  .section-6 {
    height: auto;
  }

  .heading-13.hola {
    font-size: 26px;
  }

  .div-block-12 {
    height: 520px;
  }

  .div-block-13 {
    height: 270px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-14 {
    font-size: 13px;
    line-height: 20px;
  }

  .grid-5 {
    grid-column-gap: 5px;
    grid-template-columns: .25fr 1fr;
  }

  .heading-15 {
    align-self: center;
    padding-left: 39px;
    padding-right: 39px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-15 {
    margin-top: 69px;
  }

  .section-8 {
    height: 100vh;
    min-height: auto;
    max-height: none;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .heading-16 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
  }

  .otras_formas_de_pago {
    padding-left: 84px;
    padding-right: 84px;
  }

  .otras_formas_de_pago._2 {
    margin-top: 31px;
    margin-bottom: 0;
    padding-left: 74px;
    padding-right: 74px;
  }

  .menu-button {
    flex: 0 auto;
    justify-content: flex-end;
    display: flex;
  }

  .container-17 {
    grid-column-gap: 18px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .25fr .5fr 3fr 1fr .25fr;
    grid-auto-columns: .25fr;
    place-content: stretch space-between;
    align-items: center;
    display: grid;
  }

  .image-16 {
    min-width: 100px;
    max-width: 80%;
    margin-left: -30px;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .boton-3, .boton-3.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .t44 {
    text-align: center;
  }

  .div-block-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    display: flex;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .bold-text {
    font-size: 25px;
    line-height: 25px;
  }

  .container-18 {
    margin-top: 29px;
    margin-bottom: 29px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bold-text-2 {
    font-weight: 300;
  }

  .jamon {
    color: #fff;
    font-weight: 300;
  }

  .youtube {
    min-height: 70vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .column-12 {
    padding-left: 34px;
  }

  .div-block-41 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 95%;
  }

  .paragraph-14 {
    font-size: 12px;
    line-height: 15px;
  }

  .heading-17.hola {
    font-size: 26px;
  }

  .div-block-44 {
    margin-top: 69px;
  }

  .card-1 {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .heading-19 {
    align-self: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-46 {
    padding-right: 0;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding-left: 75px;
    padding-right: 75px;
  }

  .div-block-47 {
    width: 110%;
    margin-top: -29px;
  }

  .card {
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
  }

  .h2 {
    font-size: 30px;
  }

  .datos {
    flex-direction: column;
    grid-template-rows: 1.5fr 1fr;
    grid-template-columns: 1.5fr;
    align-items: start;
    width: 500px;
    display: flex;
  }

  .ldaskmdalk {
    align-items: flex-start;
    display: flex;
  }

  .image-31 {
    width: 400px;
    top: 24%;
  }

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

  .grid-propuestas {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    width: 400px;
  }

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

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

  .head.blue {
    font-size: 30px;
    line-height: 40px;
  }

  .image-32 {
    right: -14%;
  }

  .image-32.azul {
    opacity: .15;
  }

  .image-32.oculto {
    opacity: .1;
    display: block;
  }

  .frase {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 25px;
    line-height: 30px;
  }

  .image-33 {
    padding-left: 18px;
  }

  .image-35 {
    opacity: .14;
    mix-blend-mode: normal;
    display: none;
    inset: auto 0% 19% auto;
  }

  .image-36 {
    display: block;
  }

  .grid-11 {
    grid-column-gap: 20px;
    justify-content: center;
    justify-items: center;
    width: 90%;
  }

  .layout352_date-text {
    text-align: right;
  }

  .layout352_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .video-copy {
    height: auto;
  }

  .image-43 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .reference-div-block {
    height: auto;
    padding: 10%;
  }

  .canvas-container {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .workspace {
    height: auto;
    min-height: 280px;
  }

  .container.container--content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column {
    width: auto;
  }

  .heading-1._3 {
    position: static;
  }

  .reference {
    height: auto;
    min-height: 280px;
  }

  .destacado {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding-top: 0;
    position: static;
  }

  .texto-destacado-1 {
    margin-top: 1px;
    margin-left: 88px;
    margin-right: 88px;
    font-size: 23px;
    line-height: 27px;
  }

  .video {
    height: auto;
    overflow: visible;
  }

  .seccion-historias {
    position: static;
  }

  .image-5 {
    max-width: 30vw;
    left: auto;
  }

  .image-5._4 {
    width: 100%;
    inset: auto 0% -5% auto;
  }

  .texto-1 {
    text-align: left;
    margin-left: 23px;
  }

  .columns {
    justify-content: center;
    width: 90%;
    max-width: none;
    height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .seccion-historias-home {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 77px;
    padding-left: 44px;
    padding-right: 44px;
    display: block;
  }

  .columns-2 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 450px;
    display: flex;
  }

  .column-2 {
    align-self: center;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .paragraph-4 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-9 {
    width: 70%;
    min-width: 450px;
    max-width: none;
  }

  .image-8 {
    max-width: 68%;
    margin-top: 301px;
  }

  .image-9 {
    width: 459px;
    margin-top: -9px;
  }

  .novedades {
    width: 100vw;
  }

  .container-6 {
    height: auto;
    margin-top: 0;
    position: static;
  }

  .container-7 {
    height: auto;
    margin-top: 25px;
    margin-bottom: 46px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-10 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    margin-top: 0;
    padding-top: 37px;
    font-size: 30px;
  }

  .section-2 {
    flex-direction: column;
  }

  .booton-colaborar._2.w--current {
    margin-left: 0;
  }

  .columns-3 {
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    align-self: center;
    display: flex;
  }

  .colum-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-10 {
    margin: 10px;
  }

  .paragraph-7 {
    text-align: center;
  }

  .column-5 {
    align-self: center;
  }

  .paragraph-8, .paragraph-9 {
    text-align: center;
  }

  .submit-button {
    left: 10px;
  }

  .paragraph-10 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 12px;
  }

  .banner-de-aportar {
    height: 70vh;
  }

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

  .heading-8 {
    width: 100%;
    padding-left: 63px;
    padding-right: 63px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 21px;
    margin-right: 21px;
  }

  .t5 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

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

  .container-11 {
    margin-top: 0;
  }

  .section-4 {
    height: auto;
    padding-top: 0;
    padding-bottom: 6px;
  }

  .container-12 {
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    margin-top: 36px;
    margin-bottom: 36px;
    display: flex;
  }

  .heading-10 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 28px;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    margin-bottom: 0;
  }

  .grid-3._2 {
    grid-template-rows: 1fr auto;
    height: auto;
    margin-top: 26px;
    margin-bottom: 1px;
  }

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

  .grid-3._9 {
    grid-column-gap: 16px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    height: auto;
    margin-bottom: 0;
  }

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

  .d1._15._8 {
    height: 50%;
  }

  .d1._16._8 {
    margin-top: 17px;
  }

  .section-5 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .heading-11 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-12._2 {
    font-size: 30px;
  }

  .heading-12._2.blanco {
    color: #fff;
  }

  .heading-13.hola {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-13._2 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-13._2.blanco {
    color: var(--nuevo-azul);
  }

  .columns-5 {
    padding-left: 59px;
    padding-right: 59px;
  }

  .div-block-12 {
    height: 450px;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .div-block-13 {
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-14 {
    text-align: left;
  }

  .container-14 {
    height: auto;
    padding-left: 47px;
    padding-right: 47px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-template-columns: auto 1fr;
  }

  .section-8 {
    height: auto;
    min-height: auto;
    padding-top: 77px;
  }

  .heading-16 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 23px;
    line-height: 28px;
  }

  .container-16 {
    margin-top: 56px;
  }

  .otras_formas_de_pago {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .otras_formas_de_pago._2 {
    padding-left: 77px;
    padding-right: 77px;
    font-size: 30px;
    line-height: 35px;
  }

  .section-9 {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

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

  .container-17 {
    grid-template-columns: .25fr .5fr .25fr;
    grid-auto-columns: minmax(33px, .25fr);
  }

  .image-16 {
    margin-left: -98px;
  }

  .tabs-menu {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-left: 58px;
    margin-right: 58px;
  }

  .boton-3 {
    flex: 1;
    align-self: center;
  }

  .column-7 {
    grid-column-gap: 16px;
    grid-row-gap: 9px;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: center start;
    display: flex;
  }

  .column-8 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    position: relative;
  }

  .column-9, .column-10 {
    display: flex;
    position: static;
  }

  .div-block-19 {
    text-align: left;
    display: none;
    overflow: visible;
  }

  .link-block, .link-block-2 {
    width: 700px;
  }

  .link-block-3 {
    width: auto;
    max-width: 30vw;
    height: auto;
  }

  .tabs {
    flex-direction: column;
    width: 90vw;
    display: flex;
  }

  .div-block-22 {
    align-items: flex-start;
    width: 300px;
    height: auto;
  }

  .div-block-23._1 {
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .column-11 {
    margin-bottom: 20px;
  }

  .image-17 {
    width: 70%;
  }

  .div-block-25 {
    background-color: var(--dark-slate-blue);
    width: 100%;
    height: 2px;
    display: block;
  }

  .div-block-26 {
    background-color: var(--dark-slate-blue);
    color: var(--dark-slate-blue);
    border: 1px #000;
    align-items: center;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .div-block-28 {
    width: 100%;
    max-width: 30vw;
    position: absolute;
  }

  .youtube {
    width: auto;
    height: 100%;
    min-height: auto;
    display: block;
    position: absolute;
  }

  .div-block-31, .div-block-32 {
    display: none;
  }

  .lightbox-link {
    width: auto;
    max-width: 250px;
  }

  .lightbox-link._2._3 {
    max-width: 100%;
    height: 100%;
  }

  .image-19 {
    width: auto;
    max-width: 40vw;
  }

  .lightbox-link-2 {
    width: auto;
    max-width: none;
  }

  .image-20 {
    max-width: 30vw;
  }

  .div-block-34 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .image-22 {
    margin: 10px;
  }

  .image-23 {
    padding-bottom: 0;
  }

  .grid-7 {
    width: 90%;
  }

  .bold-text-3 {
    width: 95%;
    font-size: 34px;
    line-height: 38px;
  }

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

  .div-block-40 {
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .grid-8 {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-43 {
    flex-direction: column;
    align-items: center;
    width: 95%;
    padding-top: 22px;
    padding-left: 22px;
    display: flex;
  }

  .paragraph-14 {
    padding-left: 0;
    padding-right: 22px;
  }

  .container-21 {
    flex-direction: column;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .heading-17.hola {
    padding-left: 35px;
    padding-right: 35px;
  }

  .card-1 {
    flex-flow: row;
    place-content: flex-start;
    height: auto;
  }

  .heading-19 {
    width: 150px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .grid-9 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-47 {
    margin-top: -25px;
  }

  .h2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-49.ancho {
    width: 400px;
  }

  .centred-txt {
    padding-left: 37px;
    padding-right: 37px;
  }

  .datos {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 77px;
    padding-left: 44px;
    padding-right: 44px;
    display: block;
  }

  .ldaskmdalk {
    margin-bottom: 17px;
  }

  .grid-propuestas {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 77px;
    padding-left: 44px;
    padding-right: 44px;
    display: block;
  }

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

  .div-block-54 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .head {
    font-weight: 600;
  }

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

  .image-32 {
    opacity: .16;
    right: -17%;
  }

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

  .div-block-60 {
    width: 150px;
  }

  .heading-20 {
    font-size: 14px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .image-37 {
    width: auto;
    height: auto;
    display: block;
    overflow: hidden;
    transform: translate(5px, 52px)scale(2);
  }

  .image-37._2 {
    transform: translate(19px, 19px)scale(2);
  }

  .project-card {
    width: 100%;
    min-width: 200px;
  }

  .grid2021 {
    width: 90%;
  }

  .layout352_date-text {
    text-align: left;
  }

  .layout352_progress {
    left: .375rem;
  }

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

  .layout352_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .layout352_centre {
    justify-content: flex-start;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .video-copy {
    height: auto;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.section--hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .reference-div-block {
    height: 500px;
    padding: 14% 6%;
  }

  .canvas-container {
    width: 100%;
  }

  .workspace {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container.container--content {
    width: 100%;
  }

  .heading-1.h2 {
    text-align: center;
    width: 90%;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-1.h1 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-1._3 {
    align-items: center;
    font-size: 30px;
    line-height: 33px;
  }

  .reference {
    padding-left: 5px;
    padding-right: 5px;
  }

  .destacado {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    max-height: none;
    margin-top: 0;
    padding-top: 54px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .texto-destacado-1 {
    margin-top: 33px;
    margin-left: 52px;
    margin-right: 52px;
    font-size: 23px;
    line-height: 26px;
  }

  .texto-destacado-1._2 {
    margin-top: 49px;
    font-size: 20px;
    line-height: 22px;
  }

  .texto-destacado-1._2._3 {
    color: var(--nuevo-azul);
    margin-top: 38px;
  }

  .video {
    height: 80vh;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    overflow: hidden;
  }

  .image-5 {
    min-width: 150px;
    max-width: 40vw;
    margin-top: -30px;
    display: block;
    position: relative;
    top: 10px;
    left: auto;
  }

  .image-5._2 {
    inset: auto 4% -5% auto;
  }

  .image-5._4 {
    width: 70%;
    max-width: 50vw;
    position: absolute;
    inset: 4% 0% 0 42%;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-left: 11px;
    padding-right: 11px;
    overflow: visible;
  }

  .seccion-historias-home {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start center;
    justify-items: center;
    width: 90%;
    margin-top: 46px;
    padding: 30px 0 0;
    display: grid;
  }

  .columns-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.75fr;
    grid-auto-columns: 1fr;
    align-content: center;
    place-items: center baseline;
    height: 800px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .column-2 {
    flex: 0 auto;
    padding: 53px 8% 46px 6%;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .column-3 {
    flex: 0 auto;
    order: -1;
    align-self: center;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 0;
    right: auto;
  }

  .button-3 {
    border-radius: 20px;
    margin-top: 9px;
    padding: 5px 35px;
    font-size: 14px;
  }

  .aportar {
    padding-top: 59px;
  }

  .text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-9 {
    width: 90vw;
    min-width: 200px;
    max-width: 110vw;
    margin-left: 33px;
    margin-right: 33px;
  }

  .button-5 {
    width: 100%;
    max-width: 250px;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 13px;
    display: block;
  }

  .button-6 {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-8 {
    flex: none;
    margin-top: 274px;
    margin-left: -88px;
    margin-right: 0;
    position: absolute;
    overflow: hidden;
  }

  .image-9 {
    margin-left: -352px;
    padding-left: 0;
  }

  .novedades {
    display: none;
    overflow: visible;
  }

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

  .div-block-10 {
    align-self: center;
  }

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

  .booton-colaborar._2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .booton-colaborar._2.w--current {
    object-fit: fill;
    margin: 4px 12px 4px 0;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    overflow: visible;
  }

  .image-10 {
    max-width: 40%;
    padding-top: 0;
  }

  .submit-button {
    display: inline-block;
    position: relative;
    left: 10px;
    right: 0%;
  }

  .paragraph-10 {
    text-align: center;
  }

  .banner-de-aportar {
    align-items: flex-start;
    height: auto;
    min-height: 500px;
    padding-top: 67px;
  }

  .banner-de-aportar.white {
    min-height: 350px;
  }

  .grid {
    width: 100%;
    margin-top: 57px;
  }

  .heading-8 {
    width: 90%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .grid-2 {
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .t5 {
    margin-top: 14px;
    margin-bottom: 20px;
    padding-left: 71px;
    padding-right: 71px;
  }

  .heading-9 {
    padding-left: 51px;
    padding-right: 51px;
  }

  .container-11 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .section-4 {
    align-items: center;
    width: auto;
    padding-top: 108px;
    padding-bottom: 32px;
  }

  .heading-10 {
    margin-bottom: 0;
    margin-left: 14px;
    margin-right: 14px;
    font-size: 20px;
    line-height: 22px;
  }

  .grid-3 {
    grid-row-gap: 5px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-3._2 {
    justify-content: center;
    justify-items: center;
    height: auto;
    margin-top: -10px;
    margin-bottom: -16px;
  }

  .grid-3._8 {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-3._9 {
    object-fit: scale-down;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: auto;
    width: auto;
    min-width: auto;
    height: 800px;
    overflow: hidden;
  }

  .hj1 {
    font-size: 17px;
  }

  .d1, .d1._15 {
    height: 200px;
  }

  .d1._15._8 {
    height: 100%;
  }

  .d1._16._8 {
    height: 0%;
  }

  .d1._22 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .d1._25 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .heading-11 {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 17px;
    line-height: 21px;
  }

  .heading-12._2 {
    font-size: 20px;
  }

  .heading-12._2.blanco {
    line-height: 22px;
  }

  .heading-13.hola {
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .heading-13._2 {
    width: 95%;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-13._2.blanco {
    color: var(--nuevo-azul);
    padding-left: 0;
    padding-right: 0;
  }

  .columns-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    height: auto;
  }

  .heading-14 {
    margin-bottom: 21px;
  }

  .container-14 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .grid-5 {
    align-content: start;
    margin-bottom: 10px;
  }

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

  .section-8 {
    padding-top: 64px;
  }

  .heading-16 {
    margin-top: 22px;
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 23px;
  }

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

  .colab-mercadopago-2 {
    margin-left: 8px;
    padding-left: 37px;
    padding-right: 37px;
  }

  .otras_formas_de_pago {
    margin-top: 123px;
    margin-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 25px;
    line-height: 30px;
  }

  .otras_formas_de_pago._2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .button-9 {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 15px;
  }

  .button-9:active {
    background-color: var(--dark-slate-blue);
    padding-left: 31px;
    padding-right: 32px;
  }

  .button-9._2 {
    text-align: center;
  }

  .section-9 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .t1 {
    font-size: 17px;
  }

  .t1.b {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .t1._2 {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
  }

  .t1.bold {
    margin-bottom: 5px;
    font-weight: 600;
  }

  .grid-6 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 2.75fr;
    grid-auto-flow: row;
  }

  .grids-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .section-10 {
    margin-bottom: 0;
    padding-bottom: 48px;
  }

  .image-15 {
    min-width: 10px;
    margin-bottom: -25px;
    margin-left: 0;
    display: block;
    position: static;
  }

  .container-17 {
    grid-column-gap: 0px;
    grid-template-columns: .25fr .75fr minmax(0, 1.5fr) minmax(115px, .5fr) .25fr;
    grid-auto-columns: minmax(0, .25fr);
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    margin-left: -15px;
    padding-left: 0;
  }

  .tabs-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .column-7 {
    grid-template-rows: 1fr .3fr auto;
  }

  .column-8 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .link-block-3 {
    flex-direction: column;
    align-items: center;
    min-width: 200px;
    max-width: 50vw;
    display: flex;
  }

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

  .div-block-21 {
    align-self: center;
  }

  .div-block-22 {
    align-items: stretch;
    width: auto;
    height: 230px;
  }

  .div-block-23._1 {
    background-image: linear-gradient(to bottom, var(--naranja), var(--naranja));
    align-self: stretch;
  }

  .image-17 {
    padding-left: 35px;
  }

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

  .div-block-28 {
    width: auto;
    max-width: none;
    display: flex;
    inset: 0%;
  }

  .paragraph-13 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .html-embed {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .color-azul {
    background-color: var(--dark-slate-blue-3);
    align-self: stretch;
    height: 100vh;
  }

  .youtube {
    position: absolute;
  }

  .html-embed-2 {
    height: 1px;
    display: none;
    overflow: visible;
  }

  .lightbox-link {
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: auto;
    min-width: 300px;
    max-width: 40vw;
    display: flex;
  }

  .lightbox-link._2 {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .lightbox-link._2._3 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 95%;
    margin-top: 37px;
    padding-top: 0;
  }

  .image-19 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 100%;
    min-width: 150px;
    max-width: none;
    display: block;
    overflow: visible;
  }

  .lightbox-link-2 {
    display: block;
    position: static;
  }

  .image-20 {
    min-width: 200px;
    max-width: 50vw;
    display: block;
    position: relative;
  }

  .image-20._2 {
    object-fit: cover;
    order: 0;
    align-self: center;
    min-width: 150px;
    max-width: 90vh;
    overflow: hidden;
  }

  .image-21 {
    margin-top: -5px;
  }

  .div-block-34 {
    flex-direction: row;
    justify-content: center;
  }

  .image-22 {
    max-width: 40%;
  }

  .background-video-2 {
    height: 100vh;
  }

  .button-11 {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-12 {
    width: 200px;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-25 {
    width: 50px;
    position: absolute;
    left: 4%;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    place-content: start space-around;
    place-items: start center;
    width: 100%;
    margin-bottom: 31px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36 {
    align-self: center;
    height: 25vh;
  }

  .div-block-37 {
    flex-direction: column;
    width: 60%;
  }

  .div-block-38 {
    height: 400px;
  }

  .bold-text-3 {
    text-align: center;
    width: 90%;
    font-size: 20px;
    line-height: 25px;
  }

  ._5 {
    font-size: 17px;
    line-height: 120%;
  }

  .div-block-40 {
    flex-direction: column;
    margin-bottom: 20px;
    padding: 13px 30px 29px;
    display: block;
    overflow: visible;
  }

  .div-block-41 {
    align-items: stretch;
    width: 90%;
  }

  .grid-8 {
    grid-row-gap: 5px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: 400px;
  }

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

  .div-block-43 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .sec-2021 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .paragraph-14 {
    padding-right: 0;
  }

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

  .heading-17.hola {
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .card-1 {
    flex-direction: column;
  }

  .heading-19 {
    width: auto;
  }

  .container-22 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .boton-nav.outlined {
    margin: 7px 10px;
    padding-left: 10px;
    padding-right: 14px;
  }

  .div-block-46 {
    align-items: flex-start;
    width: 90vw;
    padding-right: 0;
  }

  .grid-9 {
    grid-column-gap: 3px;
    grid-template-columns: .75fr .5fr;
    padding-left: 15px;
    padding-right: 0;
  }

  .div-block-47 {
    margin-top: -15px;
  }

  .card {
    height: auto;
  }

  .image-29 {
    height: 100px;
  }

  .h2 {
    text-align: center;
    margin-bottom: 24px;
    padding-left: 33px;
    padding-right: 33px;
    line-height: 30px;
  }

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

  .div-block-49.ancho {
    width: 90%;
  }

  .text-white.ancho {
    font-weight: 500;
  }

  .centred-txt {
    padding-left: 0;
    padding-right: 0;
  }

  .datos {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start center;
    justify-items: center;
    width: 90%;
    margin-top: 46px;
    padding: 0;
    display: grid;
  }

  .ldaskmdalk {
    width: 100%;
    height: auto;
  }

  .grid-propuestas {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start center;
    justify-items: center;
    width: 90%;
    margin-top: 0;
    padding: 30px 0 0;
    display: grid;
  }

  .icon-3 {
    color: var(--naranja);
  }

  .hamb, .hamb.w--open {
    background-color: #fff;
  }

  .head {
    padding-right: 24px;
    font-size: 30px;
    line-height: 36px;
  }

  .head.blue {
    padding-right: 22px;
    font-size: 30px;
    line-height: 35px;
  }

  .head.h1 {
    align-items: center;
    padding-left: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-55 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 300px;
    margin-top: 10px;
    display: grid;
  }

  .div-block-55._2 {
    width: 250px;
  }

  .image-32 {
    opacity: .11;
    width: 300px;
  }

  .image-32.azul {
    font-size: 14px;
  }

  .frase {
    padding-left: 31px;
    padding-right: 31px;
    font-size: 25px;
    line-height: 130%;
  }

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

  .image-33 {
    padding-top: 5px;
  }

  .div-block-59 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .text-block-6 {
    padding-right: 0;
    font-size: 17px;
    line-height: 20px;
  }

  .text-block-7 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
  }

  .link-block-6 {
    border-width: 3px;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 27px;
  }

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

  .div-block-62 {
    padding-left: 47px;
    padding-right: 47px;
  }

  .image-37, .image-37._2 {
    transform: none;
  }

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

  ._2020-title {
    font-size: 25px;
  }

  .title-div {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 16px;
  }

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

  .separe-line {
    display: none;
  }

  .text-h3 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
  }

  .grid2021 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    place-content: start space-around;
    place-items: start center;
    width: 100%;
    margin-bottom: 31px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sec-2021-copy, .sec-2020 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-title {
    font-size: 16px;
    line-height: 20px;
  }

  .sec-2019, .sec-2018 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .layout352_item {
    grid-template-columns: 3rem 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .video-copy {
    height: 80vh;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    overflow: hidden;
  }

  .bold-text-4 {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

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

  .image-43 {
    font-size: 20px;
    display: none;
  }

  .colab-mercadopago-2-copy, .colab-mercadopago-2-copy-copy {
    padding-left: 37px;
    padding-right: 37px;
  }

  .bold-text-5 {
    line-height: 20px;
  }
}

#w-node-_81d760a7-3722-2532-fce3-f3d1ae19abb3-57aa0373, #w-node-_079dcf76-ebca-54f0-3b3a-ae95348fa757-57aa0373, #w-node-_6c205b93-0f2a-9cb1-a389-6ad3d72cf939-57aa0373, #w-node-_71120d78-e94d-fa94-5069-7218c3ffb1e7-57aa0373, #w-node-d84ff4ab-1ece-f86a-eee3-1ff9c0ab460b-57aa0373, #w-node-_349ab0af-1d1c-709f-27e5-c42999e8515f-57aa0373, #w-node-_86dfb0f0-41db-26c6-51fc-10319ce55c57-57aa0373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd592626-893d-72b1-1695-c417aa8457aa-faaa0375 {
  align-self: center;
}

#w-node-ebca65a8-01f3-4802-2311-743de61d974f-faaa0375 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ef532d2-9ddf-eef9-67c7-4f1bfc587724-faaa0375 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr;
}

#w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca03-faaa0375 {
  justify-self: start;
}

#w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca0b-faaa0375 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca0c-faaa0375 {
  justify-self: start;
}

#w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca14-faaa0375 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca15-faaa0375 {
  justify-self: start;
}

#w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca1d-faaa0375 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca1e-faaa0375, #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca20-faaa0375 {
  justify-self: start;
}

#w-node-_519718bf-1b7e-823c-d059-be82a03abc37-f4aa0376 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_519718bf-1b7e-823c-d059-be82a03abc39-f4aa0376 {
  place-self: start center;
}

#w-node-_519718bf-1b7e-823c-d059-be82a03abc42-f4aa0376 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: end;
}

#w-node-b48de6b1-63f1-f9d2-4108-3dcd53aa2c0c-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-fd9a252e-a67c-11fa-4390-57f0ae337d6c-bbaa0377, #w-node-b0d80a3e-006b-2a37-b791-f538c0bba4e3-bbaa0377, #w-node-b0d80a3e-006b-2a37-b791-f538c0bba4e5-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3964a48-25f7-3cb2-1e2a-ce2613fe26af-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_11b5a770-bd71-0ae8-2c02-03871e78f4f9-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18b89d33-eccd-bb9b-db42-713038907db5-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_18b89d33-eccd-bb9b-db42-713038907db6-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d8c8da5-7fad-1279-c60f-e9674f7c1a97-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_6d8c8da5-7fad-1279-c60f-e9674f7c1a98-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e501915f-bdc0-05bb-b1cc-bb7d7c3f45c6-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-e501915f-bdc0-05bb-b1cc-bb7d7c3f45c7-bbaa0377, #w-node-_79f204d6-6682-0bd6-ea75-60c9c2b7b0b5-bbaa0377, #w-node-_2d7d564e-ac8c-3442-2aba-bbafae299297-bbaa0377, #w-node-d8ec5d13-49f2-d239-a616-c7bec5467bf6-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e08eb434-ebfd-4881-cfd1-89883617b1cf-bbaa0377 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8ec5d13-49f2-d239-a616-c7bec5467bf4-bbaa0377, #w-node-a0efe3fa-8d6a-2f43-f640-d66d433aa871-bbaa0377, #w-node-a0efe3fa-8d6a-2f43-f640-d66d433aa873-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8d1b6d-3850-d38c-dced-0ef4aa4556a9-bbaa0377 {
  justify-self: auto;
}

#w-node-fd8d1b6d-3850-d38c-dced-0ef4aa4556a3-bbaa0377, #w-node-fd8d1b6d-3850-d38c-dced-0ef4aa4556a4-bbaa0377, #w-node-fd8d1b6d-3850-d38c-dced-0ef4aa4556a6-bbaa0377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97ec0efc-93ac-30d2-6014-005667a036c1-e2aa0378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7326ba8f-9d8b-d1ed-0d63-5e9b7c0a8fda-e2aa0378, #w-node-_7326ba8f-9d8b-d1ed-0d63-5e9b7c0a8fdd-e2aa0378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a18975-32fe-4b0f-2f77-96e1bded6784-e2aa0378, #w-node-_12c27fb3-63fa-e009-a33a-aa340817ff63-e2aa0378 {
  place-self: center;
}

#w-node-_53a18975-32fe-4b0f-2f77-96e1bded6793-e2aa0378, #w-node-f8e4cab6-2467-ba35-01fd-ecd689dd8dff-e2aa0378, #w-node-_2c58b923-ce5d-c060-ef37-fe2ba0bbb9f2-e2aa0378, #w-node-_37fd5138-4ec8-45ba-a4d2-981f126eb288-e2aa0378, #w-node-d64c1f64-59c2-9af6-b7dd-40cf8a6b1af5-e2aa0378, #w-node-_7af7c6b6-1547-b3d5-7ef7-f0e8b2bc3778-e2aa0378 {
  align-self: center;
}

#w-node-_9bed301e-8e78-42a0-7714-9ffd6c14eed4-e2aa0378 {
  place-self: center;
}

#w-node-_11709339-af9a-9eea-caf2-e4cfedacdfa4-e2aa0378 {
  align-self: center;
}

#w-node-b1d7bcf3-ee39-58ea-6fc7-004810f20438-e2aa0378 {
  place-self: center;
}

#w-node-b1d7bcf3-ee39-58ea-6fc7-004810f20447-e2aa0378, #w-node-_10785f35-0c33-53ce-8ea1-3f23b875fe67-e2aa0378, #w-node-_10785f35-0c33-53ce-8ea1-3f23b875fe76-e2aa0378 {
  align-self: center;
}

#w-node-_9d2445eb-cfc1-9b31-c292-33f3b067d602-e2aa0378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d2445eb-cfc1-9b31-c292-33f3b067d603-e2aa0378 {
  align-self: center;
}

#w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf35-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf3a-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf3b-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf49-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf4e-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf4f-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf5d-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf62-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf63-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf71-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf76-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf77-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf85-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf8a-94d78652, #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf8b-94d78652 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_349ab0af-1d1c-709f-27e5-c42999e8515f-57aa0373, #w-node-b07dc1fc-66ae-5239-31b2-6f3b66966df2-bbaa0377 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b48de6b1-63f1-f9d2-4108-3dcd53aa2c0c-bbaa0377 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch end;
  }

  #w-node-b0d80a3e-006b-2a37-b791-f538c0bba4e3-bbaa0377, #w-node-_2d7d564e-ac8c-3442-2aba-bbafae299297-bbaa0377, #w-node-d8ec5d13-49f2-d239-a616-c7bec5467bf4-bbaa0377, #w-node-a0efe3fa-8d6a-2f43-f640-d66d433aa871-bbaa0377, #w-node-fd8d1b6d-3850-d38c-dced-0ef4aa4556a4-bbaa0377 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_807a468a-5a65-bc88-6e79-0421d41a65b2-57aa0373 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2d2ed04-b064-f6fb-c843-8798e03e7b1d-fb878756 {
    place-self: auto;
  }

  #w-node-efd966fe-247b-046d-5bb7-953dfb878759-fb878756 {
    order: -9999;
  }

  #w-node-efd966fe-247b-046d-5bb7-953dfb87876d-fb878756 {
    place-self: center;
  }

  #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca05-faaa0375 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca1d-faaa0375 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca20-faaa0375 {
    justify-self: start;
  }

  #w-node-_519718bf-1b7e-823c-d059-be82a03abc37-f4aa0376 {
    justify-self: end;
  }

  #w-node-_519718bf-1b7e-823c-d059-be82a03abc42-f4aa0376 {
    justify-self: center;
  }

  #w-node-_7326ba8f-9d8b-d1ed-0d63-5e9b7c0a8fda-e2aa0378, #w-node-_7326ba8f-9d8b-d1ed-0d63-5e9b7c0a8fdd-e2aa0378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10785f35-0c33-53ce-8ea1-3f23b875fe66-e2aa0378 {
    justify-self: start;
  }

  #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf35-94d78652 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf38-94d78652 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf49-94d78652 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf4c-94d78652 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf5d-94d78652 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf60-94d78652 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf71-94d78652 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf74-94d78652 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf85-94d78652 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9e7d01f-abce-be3c-78e9-3771d2cfdf88-94d78652 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c2d2ed04-b064-f6fb-c843-8798e03e7b1d-fb878756 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-efd966fe-247b-046d-5bb7-953dfb878759-fb878756 {
    order: -9999;
  }

  #w-node-efd966fe-247b-046d-5bb7-953dfb87876d-fb878756 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-efd966fe-247b-046d-5bb7-953dfb87875a-fb878756 {
    order: -9999;
  }

  #w-node-a4dffb4a-d5d5-a8d8-4925-0aff4ea07d08-faaa0375 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: start;
  }

  #w-node-_5ef532d2-9ddf-eef9-67c7-4f1bfc587724-faaa0375 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr 1fr;
  }

  #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca03-faaa0375 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca05-faaa0375 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca0c-faaa0375 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca0e-faaa0375, #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca14-faaa0375 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca15-faaa0375 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca17-faaa0375 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca1e-faaa0375, #w-node-_2adb4013-9315-f0dd-e98e-25cf2f49ca20-faaa0375 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_519718bf-1b7e-823c-d059-be82a03abc37-f4aa0376 {
    place-self: center end;
  }

  #w-node-b07dc1fc-66ae-5239-31b2-6f3b66966df2-bbaa0377 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_624ba4e7-a8a5-ddf9-06b8-cbe5a5e4fb13-bbaa0377, #w-node-ef42455c-b1d5-7f7a-38dc-58a60e057bd5-bbaa0377 {
    justify-self: center;
  }

  #w-node-fd8d1b6d-3850-d38c-dced-0ef4aa4556ae-bbaa0377 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fd8d1b6d-3850-d38c-dced-0ef4aa4556a9-bbaa0377 {
    place-self: stretch;
  }

  #w-node-fd8d1b6d-3850-d38c-dced-0ef4aa4556b3-bbaa0377 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fd8d1b6d-3850-d38c-dced-0ef4aa4556c2-bbaa0377 {
    justify-self: center;
  }

  #w-node-_7326ba8f-9d8b-d1ed-0d63-5e9b7c0a8fda-e2aa0378, #w-node-_7326ba8f-9d8b-d1ed-0d63-5e9b7c0a8fdd-e2aa0378 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


