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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: #f0f0f0;
  font-family: Alegreyasans, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fdd81c;
  font-size: 160px;
  line-height: 50px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding: 18px 10vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image {
  width: 100px;
  max-width: none;
}

.nav-link {
  font-family: Alegreyasans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link.w--current {
  font-family: Alegreyasans, sans-serif;
  color: #fdd81c;
  font-size: 16px;
  line-height: 20px;
}

.nav-menu {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.redes-sociales {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
}

.link-block {
  padding-left: 10px;
}

.link-block-2 {
  padding-left: 10px;
}

.link-block-3 {
  padding-left: 10px;
}

.header {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fdd81b;
}

.hero {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.body {
  color: #000;
}

.heading {
  display: block;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Alegreyasans, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.section-2 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  background-color: #fdd81b;
  background-image: url('../images/sonrisa.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 350px;
  grid-template-rows: 350px;
}

.collection-list-wrapper {
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-item {
  display: block;
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bajada-noticia {
  display: block;
  margin-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.section-3 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.texto-negro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
}

.texto-amarillo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #fdd81c;
  font-size: 160px;
  font-weight: 900;
}

.div-block-en-chile {
  display: block;
  min-height: 1200px;
  padding-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: url('../images/mapa.png');
  background-position: 270px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.texto-amarillo-mil {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Montserrat, sans-serif;
  color: #fdd81c;
  font-size: 80px;
  font-style: italic;
  font-weight: 500;
  text-indent: 16px;
}

.div-block-162 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.texto-amarillo-162 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  font-family: Montserrat, sans-serif;
  color: #fdd81c;
  font-size: 160px;
  font-weight: 900;
}

.div-block-mensuales {
  display: block;
  max-width: 460px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.texto-negro-mensuales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 49px;
  font-weight: 900;
  text-align: center;
}

.texto-negro-billetes {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 235px auto 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 49px;
  font-weight: 900;
  text-align: center;
}

.div-block-billete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.image-4 {
  display: block;
}

.div-block-lluvias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1000px;
  margin-top: -220px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: url('../images/lluvia-dinero.png');
  background-position: 20% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.texto-negro-lluvias {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
}

.texto-negro-usd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 97px;
  font-weight: 900;
  text-align: center;
}

.texto-negro-ciento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 0px;
  margin-bottom: 670px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10vh;
  padding-left: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.noticias {
  height: 560px;
  max-width: 100%;
  margin-top: 40px;
  padding-right: 10vh;
  padding-left: 10vh;
}

.recursos {
  max-width: 100%;
  padding-right: 10vh;
  padding-left: 10vh;
}

.container-4 {
  max-width: 100%;
  padding-top: 40px;
}

.leer-mas {
  display: none;
  margin-top: 24px;
  font-family: Alegreyasans, sans-serif;
  color: #000;
  line-height: 16px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.container-5 {
  max-width: 100%;
  padding-right: 10vh;
  padding-bottom: 75px;
  padding-left: 10vh;
  background-color: #fdd81c;
}

.otro-chile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 64px;
  font-weight: 900;
  text-align: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Alegreyasans, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.aporte {
  display: block;
  max-width: 585px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  text-align: center;
}

.aporte-left {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  text-align: left;
}

.div-block-163 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fdd81b;
}

.aporte-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  text-align: right;
}

.aporte-left-2 {
  display: block;
  max-width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  text-align: left;
}

.aporte-left-2-chica {
  display: block;
  max-width: none;
  margin-top: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Alegreyasans, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.div-block-165 {
  width: 100%;
  margin-right: 10vh;
  margin-left: 10vh;
  background-image: url('../images/chanchito.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.aporte-left-3-chica {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 445px;
  margin-top: 0px;
  margin-bottom: 80px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Alegreyasans, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.aporte-left-3 {
  display: block;
  max-width: 600px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  text-align: left;
}

.aporte-right-3 {
  display: block;
  max-width: 600px;
  margin: 660px 0px 100px auto;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  text-align: right;
}

.image-6 {
  display: block;
}

.aporte-right-3-chica {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 557px;
  margin-top: 0px;
  margin-bottom: -8px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Alegreyasans, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

.div-block-166 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-167 {
  padding-top: 80px;
}

.section-noticias {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fdd81c;
}

.container-8 {
  max-width: 1440px;
  padding: 60px 10vh 80px;
  background-color: #fdd81c;
}

.grid-5 {
  margin-top: 32px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  grid-row-gap: 32px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr;
  background-color: #fff;
}

.container-9 {
  max-width: 1440px;
  padding: 60px 10vh 120px;
  background-color: #fdd81c;
}

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

.body-2 {
  font-family: Alegreyasans, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.heading-6 {
  max-width: 480px;
  margin-top: 32px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.heading-8 {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 900;
}

.div-block-168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  display: block;
  border-style: solid;
  border-width: 3px;
  border-color: #000;
  background-color: #fdd81b;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
}

.form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 86px 0.75fr;
  grid-template-columns: 86px 0.75fr;
  -ms-grid-rows: auto auto 198px;
  grid-template-rows: auto auto 198px;
}

.grid-7 {
  padding-bottom: 160px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-3 {
  display: block;
  font-family: Alegreyasans, sans-serif;
  color: #000;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
}

.fecha-dia {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: 500;
}

.fecha-mes {
  text-transform: uppercase;
}

.fecha-mes.dateclass {
  font-weight: 500;
  text-transform: none;
}

.fecha-a-o {
  font-weight: 500;
}

.grid-fecha {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 4px;
  -ms-grid-columns: 16px 26px 32px;
  grid-template-columns: 16px 26px 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Alegreyasans, sans-serif;
  line-height: 16px;
  font-weight: 700;
}

.section-4 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fdd81c;
}

.container-10 {
  max-width: 100%;
  padding-right: 10vh;
  padding-left: 10vh;
}

.grid-9 {
  margin-top: 32px;
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.titulo-noticia {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Alegreyasans, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.grid-12 {
  grid-column-gap: 32px;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.noticias-2 {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.cuerpo-noticia {
  margin-top: 24px;
  color: #000;
  line-height: 24px;
}

.container-12 {
  max-width: 100%;
  padding: 4vh 10vh;
}

.link-block-6 {
  color: #333;
  text-decoration: none;
}

.link-block-7 {
  border: 3px solid #000;
  color: #333;
  text-decoration: none;
}

.link-block-7:hover {
  background-color: #fff;
}

.link-block-8 {
  min-height: 240px;
  min-width: 100%;
}

.noticias-pagina {
  max-width: 1440px;
  padding-right: 10vh;
  padding-left: 10vh;
}

.link-titulo-noticia {
  display: block;
  width: auto;
  margin-top: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 28px;
  letter-spacing: normal;
  text-decoration: none;
}

.link-block-9 {
  min-height: 240px;
  min-width: 100%;
}

.grid-fecha-interior {
  margin-top: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 4px;
  -ms-grid-columns: 16px 26px 32px;
  grid-template-columns: 16px 26px 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Alegreyasans, sans-serif;
  font-weight: 700;
}

.form-block {
  margin-top: 32px;
}

.text-block-5 {
  width: 412px;
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-5 {
  color: #fdd81b;
  text-decoration: none;
}

.correo {
  max-width: 480px;
  margin-top: 40px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.redes-sociales-body {
  margin-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  text-align: left;
}

.button {
  margin-top: 40px;
  background-color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2 {
  margin-top: 16px;
  background-color: #8a8a8a;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.link-block-titulo-noticia {
  margin-top: -12px;
  margin-bottom: -10px;
  color: #333;
  text-decoration: none;
}

.destacados-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.heading-14 {
  margin-bottom: 0px;
  font-weight: 900;
  text-align: center;
}

.bajada {
  font-weight: 500;
}

.heading-16 {
  color: #000;
}

.heading-17 {
  color: #000;
}

.div-block-171 {
  max-width: 480px;
  margin-right: 10vh;
}

.heading-18 {
  color: #000;
}

.heading-19 {
  color: #000;
}

.heading-20 {
  color: #000;
}

.link-7 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.reduccion-titulos {
  margin-top: -20px;
}

.collection-list-noticias {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.redes-sociales-footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.div-block-172 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: 10vh;
  margin-left: 10vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-8 {
  display: block;
}

.section-6 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  color: #000;
}

.paragraph-3 {
  color: #000;
}

.collection-list-pagina-noticias {
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-style: none;
  background-color: transparent;
}

.previous {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-style: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.empty-state {
  padding-left: 0px;
  background-color: #fdd81d;
}

.pagination {
  display: block;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fecha-entera {
  padding-top: 16px;
}

.firma-container {
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.firma-section {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dfdfdf;
}

.text-block-8 {
  font-weight: 700;
  text-align: center;
}

.link-8 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .nav-link {
    padding-left: 4vh;
  }

  .nav-link.w--current {
    padding-left: 4vh;
    color: #fdd81c;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
  }

  .redes-sociales {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
  }

  .section-2 {
    margin-top: 0px;
    margin-bottom: -88px;
    padding-top: 40px;
  }

  .grid-2 {
    grid-column-gap: 14px;
    -ms-grid-rows: 220px;
    grid-template-rows: 220px;
  }

  .collection-list-wrapper {
    margin-top: 32px;
  }

  .texto-negro {
    max-width: 369px;
    margin-right: 4vh;
    margin-bottom: 80px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 32px;
    line-height: 32px;
    text-align: right;
  }

  .texto-amarillo {
    margin-right: 4vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 120px;
  }

  .div-block-en-chile {
    padding-top: 40px;
    background-position: 16% 50%;
  }

  .div-block-162 {
    margin-right: 4vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .texto-amarillo-162 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 120px;
  }

  .div-block-mensuales {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .texto-negro-mensuales {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 32px;
    line-height: 32px;
  }

  .texto-negro-billetes {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-billete {
    margin-right: 4vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-lluvias {
    margin-top: -160px;
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .texto-negro-lluvias {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 30px;
  }

  .texto-negro-usd {
    font-size: 64px;
    line-height: 64px;
  }

  .texto-negro-ciento {
    margin-bottom: 720px;
    font-size: 24px;
    line-height: 30px;
  }

  .footer {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .noticias {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .recursos {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .container-5 {
    padding-right: 3vh;
    padding-left: 4vh;
  }

  .otro-chile {
    font-size: 48px;
    line-height: 48px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 22px;
  }

  .aporte {
    font-size: 24px;
    line-height: 24px;
  }

  .aporte-left {
    font-size: 32px;
    line-height: 32px;
  }

  .container-6 {
    padding-right: 4vh;
    padding-bottom: 40px;
    padding-left: 4vh;
  }

  .aporte-right {
    padding-left: 40px;
    font-size: 24px;
    line-height: 24px;
  }

  .aporte-left-2 {
    padding-right: 48px;
    font-size: 24px;
    line-height: 24px;
  }

  .aporte-left-2-chica {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-165 {
    margin-right: 0vh;
    margin-left: 0vh;
    background-image: url('../images/chanchito.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .aporte-left-3-chica {
    margin-top: 20px;
  }

  .aporte-left-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .aporte-right-3 {
    margin-top: 480px;
    font-size: 24px;
    line-height: 24px;
  }

  .aporte-right-3-chica {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .div-block-167 {
    padding-top: 0px;
  }

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

  .container-8 {
    padding: 64px 4vh;
  }

  .grid-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-9 {
    padding: 64px 4vh;
  }

  .grid-6 {
    grid-column-gap: 24px;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-168 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .form {
    grid-row-gap: 8px;
    -ms-grid-columns: 86px auto;
    grid-template-columns: 86px auto;
    -ms-grid-rows: 40px 40px 200px 48px;
    grid-template-rows: 40px 40px 200px 48px;
  }

  .grid-7 {
    padding-bottom: 0px;
  }

  .fecha-dia {
    font-size: 14px;
    line-height: 14px;
  }

  .fecha-mes.dateclass {
    font-size: 14px;
    line-height: 14px;
  }

  .fecha-a-o {
    font-size: 14px;
    line-height: 14px;
  }

  .grid-fecha {
    justify-items: start;
    grid-column-gap: 0px;
  }

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

  .container-10 {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .grid-12 {
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-12 {
    padding: 40px 3vh 40px 4vh;
  }

  .link-block-8 {
    min-height: 132px;
  }

  .noticias-pagina {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .link-titulo-noticia {
    font-size: 22px;
    line-height: 26px;
  }

  .link-block-9 {
    min-height: 132px;
  }

  .grid-fecha-interior {
    grid-column-gap: 0px;
  }

  .text-block-5 {
    width: 280px;
    text-align: left;
  }

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

  .redes-sociales-body {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .button {
    width: 240px;
  }

  .button-2 {
    width: 240px;
    text-align: left;
    letter-spacing: 1px;
  }

  .brand {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .destacados-texto {
    font-size: 22px;
    line-height: 26px;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .heading-16 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-17 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-171 {
    margin-top: 40px;
    margin-right: 4vh;
  }

  .heading-18 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-19 {
    font-size: 22px;
    line-height: 26px;
  }

  .section-5 {
    min-height: 100vw;
  }

  .heading-20 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-21 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-22 {
    font-size: 26px;
    line-height: 30px;
  }

  .link-7 {
    color: #000;
    font-weight: 700;
    letter-spacing: 0px;
    text-decoration: none;
  }

  .collection-list-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .redes-sociales-footer {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-172 {
    margin-right: 0vh;
    margin-left: 0vh;
  }

  .heading-23 {
    font-size: 26px;
    line-height: 30px;
  }

  .collection-list-pagina-noticias {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .nav-link {
    padding-left: 3vh;
  }

  .nav-link.w--current {
    padding-left: 3vh;
  }

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

  .heading {
    font-size: 26px;
    line-height: 30px;
  }

  .section-2 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .grid-2 {
    grid-column-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 200px 200px;
    grid-template-rows: 200px 200px;
  }

  .collection-list {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 400px 400px 400px 400px 400px;
    grid-template-rows: 400px 400px 400px 400px 400px;
  }

  .collection-item {
    min-height: 100%;
    min-width: 100%;
  }

  .section-3 {
    margin-top: -240px;
    margin-bottom: -80px;
  }

  .texto-negro {
    max-width: 320px;
    margin-right: 3vh;
    font-size: 24px;
    line-height: 28px;
  }

  .texto-amarillo {
    margin-right: 3vh;
    font-size: 120px;
  }

  .texto-amarillo-mil {
    font-size: 64px;
  }

  .div-block-162 {
    margin-right: 3vh;
  }

  .texto-amarillo-162 {
    font-size: 80px;
  }

  .div-block-mensuales {
    margin-right: 3vh;
  }

  .texto-negro-mensuales {
    font-size: 24px;
    line-height: 28px;
  }

  .texto-negro-billetes {
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-billete {
    margin-right: 3vh;
  }

  .image-4 {
    max-width: 60%;
    text-align: right;
  }

  .div-block-lluvias {
    padding-right: 3vh;
    padding-left: 3vh;
    background-size: cover;
  }

  .texto-negro-lluvias {
    font-size: 16px;
    line-height: 22px;
  }

  .texto-negro-usd {
    font-size: 40px;
    line-height: 40px;
  }

  .texto-negro-ciento {
    font-size: 18px;
    line-height: 20px;
  }

  .footer {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .noticias {
    height: 900px;
    margin-bottom: 160px;
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .recursos {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .container-4 {
    padding-top: 80px;
  }

  .leer-mas {
    font-size: 14px;
    line-height: 14px;
  }

  .container-5 {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .otro-chile {
    font-size: 40px;
    line-height: 40px;
  }

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

  .aporte {
    font-size: 20px;
    line-height: 20px;
  }

  .aporte-left {
    font-size: 20px;
    line-height: 20px;
  }

  .container-6 {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .aporte-right {
    font-size: 20px;
    line-height: 20px;
  }

  .aporte-left-2 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .aporte-left-2-chica {
    font-size: 20px;
    line-height: 20px;
  }

  .aporte-left-3-chica {
    max-width: 200px;
    font-size: 20px;
    line-height: 20px;
  }

  .aporte-left-3 {
    font-size: 20px;
    line-height: 20px;
  }

  .aporte-right-3 {
    margin-top: 400px;
    font-size: 20px;
    line-height: 20px;
  }

  .aporte-right-3-chica {
    max-width: 200px;
    font-size: 20px;
    line-height: 20px;
  }

  .container-8 {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .grid-5 {
    padding-right: 64px;
    padding-left: 64px;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .container-9 {
    padding-right: 3vh;
    padding-left: 3vh;
  }

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

  .heading-6 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-8 {
    font-size: 48px;
    line-height: 56px;
  }

  .div-block-168 {
    margin-top: 40px;
  }

  .submit-button {
    font-size: 16px;
  }

  .field-label {
    font-size: 16px;
  }

  .container-10 {
    padding-right: 3vh;
    padding-left: 3vh;
  }

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

  .titulo-noticia {
    font-size: 28px;
    line-height: 32px;
  }

  .container-12 {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .noticias-pagina {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .link-titulo-noticia {
    font-size: 20px;
    line-height: 24px;
  }

  .link-block-9 {
    min-height: 160px;
  }

  .text-block-5 {
    display: none;
  }

  .correo {
    font-size: 20px;
    line-height: 24px;
  }

  .button {
    width: auto;
  }

  .button-2 {
    width: auto;
  }

  .destacados-texto {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }

  .heading-14 {
    font-size: 22px;
    line-height: 26px;
  }

  .bajada {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-16 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-17 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-171 {
    margin-top: 0px;
    margin-right: 0vh;
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .heading-18 {
    font-size: 21px;
  }

  .heading-19 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-20 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-21 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-22 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .collection-list-noticias {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 400px 400px;
    grid-template-rows: 400px 400px;
  }

  .heading-23 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 100px;
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .image {
    width: 70px;
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 2vh;
    font-size: 14px;
  }

  .nav-link.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 2vh;
    font-size: 14px;
  }

  .nav-menu {
    padding-top: 0px;
    padding-bottom: 12px;
  }

  .redes-sociales {
    display: none;
  }

  .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .section-2 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .grid-2 {
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .collection-list {
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .section-3 {
    margin-top: -200px;
    margin-bottom: -40px;
  }

  .texto-negro {
    margin-right: 2vh;
    margin-bottom: 24px;
    margin-left: 2vh;
    font-size: 20px;
    line-height: 24px;
  }

  .texto-amarillo {
    margin-right: 2vh;
    margin-bottom: 32px;
    margin-left: 2vh;
    font-size: 64px;
  }

  .div-block-en-chile {
    min-height: 800px;
    padding-top: 120px;
    background-position: 0% 0%;
    background-size: 204px;
  }

  .texto-amarillo-mil {
    font-size: 40px;
  }

  .div-block-162 {
    margin-right: 2vh;
    margin-left: 2vh;
  }

  .texto-amarillo-162 {
    font-size: 56px;
  }

  .div-block-mensuales {
    margin-right: 2vh;
    margin-left: 2vh;
    line-height: 16px;
  }

  .texto-negro-mensuales {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px;
  }

  .texto-negro-billetes {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-billete {
    margin-right: 2vh;
    margin-left: 2vh;
  }

  .div-block-lluvias {
    min-height: 720px;
    margin-top: -240px;
    padding-right: 2vh;
    padding-left: 2vh;
    background-position: 50% 100%;
    background-size: 531px;
  }

  .texto-negro-lluvias {
    font-size: 14px;
    line-height: 18px;
  }

  .texto-negro-usd {
    font-size: 24px;
    line-height: 24px;
  }

  .texto-negro-ciento {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 16px;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .recursos {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .container-4 {
    padding-top: 440px;
  }

  .container-5 {
    padding-right: 2vh;
    padding-bottom: 40px;
    padding-left: 2vh;
  }

  .otro-chile {
    margin-top: 0px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
  }

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

  .aporte {
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
  }

  .aporte-left {
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
  }

  .container-6 {
    padding-right: 0vh;
    padding-left: 0vh;
    background-image: none;
  }

  .aporte-right {
    margin-top: 40px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
  }

  .aporte-left-2 {
    margin-top: 40px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
  }

  .aporte-left-2-chica {
    max-width: 200px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-165 {
    margin-right: 2vh;
    margin-left: 2vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .aporte-left-3-chica {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .aporte-left-3 {
    max-width: 160px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
  }

  .aporte-right-3 {
    max-width: 200px;
    margin-top: 200px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
  }

  .image-6 {
    width: 120px;
    height: 120px;
  }

  .aporte-right-3-chica {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-166 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container-8 {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .grid-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-9 {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .form {
    grid-column-gap: 8px;
  }

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

  .container-10 {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .container-12 {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .link-block-7 {
    width: 200px;
    height: 200px;
  }

  .link-block-8 {
    min-height: 200px;
  }

  .noticias-pagina {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .div-block-170 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .brand {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .brand.w--current {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .destacados-texto {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-16 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-17 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-171 {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .collection-list-noticias {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 400px 400px 400px;
    grid-template-rows: 400px 400px 400px;
  }

  .redes-sociales-footer {
    display: block;
  }

  .div-block-172 {
    margin-top: 0px;
    padding-right: 2vh;
    padding-left: 2vh;
  }
}

#w-node-ceab2be1-423c-5b9b-6960-4610ae9fb999-893dd1e2 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b885d096-53c6-5d95-cf41-c49070820b8a-1fab343f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b885d096-53c6-5d95-cf41-c49070820b8c-1fab343f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b885d096-53c6-5d95-cf41-c49070820b8e-1fab343f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5ce5b95b-9d53-3e03-e5a4-bf4cbe9bc3ee-1fab343f {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ce6a285d-6678-e6aa-4368-b66f37cfeefd-7c528bde {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e54ae9f6-6d73-f44f-99c7-427dbb6177e7-7c528bde {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_60706f61-35e5-1a38-88ba-c890c537e3b3-7c528bde {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c8411b61-5af8-d136-cf76-50996a8f1adc-7c528bde {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4b558d22-0e94-98a6-7eae-8f9f21a7a219-7c528bde {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e227d119-281b-deb9-798f-46da62a0116f-7c528bde {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#Mensaje.w-node-_295e0d28-839e-b339-1111-e240345d1b74-26bd39c7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6ade0352-d0a8-10e3-80e1-9401f863e3d7-26bd39c7 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b885d096-53c6-5d95-cf41-c49070820b8e-1fab343f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-bed1dbc4-5e1a-b78b-701e-05e7f2deacdd-26bd39c7 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ceab2be1-423c-5b9b-6960-4610ae9fb999-893dd1e2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7c12496a-35b5-3811-323a-686aec2f1a98-893dd1e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b885d096-53c6-5d95-cf41-c49070820b8e-1fab343f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/AlegreyaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-ExtraBold.ttf') format('truetype'), url('../fonts/AlegreyaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasans';
  src: url('../fonts/AlegreyaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}