li {
  margin-bottom: 25px;
  padding-left: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

em {
  font-style: italic;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  background-color: #0061a0;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-bottom: 2px solid #da291c;
}

.nav-bar-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 200px;
  height: 80px;
  margin-right: auto;
  margin-left: 0px;
  padding-bottom: 0px;
  background-image: url('../images/YUN-Media_BLANCO.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-link:hover {
  font-weight: 600;
}

.nav-link.w--current {
  color: #da291c;
  font-weight: 700;
}

.nav-link.contacto {
  color: #da291c;
  font-weight: 700;
}

.nav-link.contacto:hover {
  color: #fff;
}

.body {
  background-color: #0061a0;
  font-family: 'Neutra Text', sans-serif;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 1200px;
  margin: 0px auto 220px;
  padding: 20px 40px;
  -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;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.75);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3);
}

.content-block.contacto {
  display: block;
  max-width: 960px;
  margin-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  background-color: transparent;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

.content-block.tyc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.field-label {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
}

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

.section.nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.serv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.metas-y-objetivos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #da291c;
  box-shadow: inset 0 1px 70px 0 rgba(0, 0, 0, 0.7);
}

.section.extras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-2 {
  display: block;
  width: 200px;
  height: 40px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border-radius: 20px;
  background-color: #da291c;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.small-h-line {
  width: 10%;
  height: 3px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  background-color: #da291c;
}

.small-h-line.white {
  background-color: #fff;
}

.heading {
  width: 90%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: 'Neutra Text', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading.centered {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
  border-top: 25px solid #da291c;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.t-y-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1d1f2a;
  text-align: center;
  text-decoration: none;
}

.copyright:hover {
  color: #da291c;
}

.vert-divider {
  width: 4px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #da291c;
}

.nosotros-content {
  width: 70%;
  margin-left: auto;
}

.hero-logo {
  width: 300px;
}

.large-h-line {
  width: 20%;
  height: 5px;
  margin: 15px auto 20px;
  border-radius: 20px;
  background-color: #da291c;
}

.nosotros-text {
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 14px;
  line-height: 20px;
}

.full-width-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 90vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0061a0), color-stop(50%, rgba(0, 97, 160, 0.8)), to(#0061a0)), url('../images/pexels-bali-demiri-3415148.jpg');
  background-image: linear-gradient(180deg, #0061a0, rgba(0, 97, 160, 0.8) 50%, #0061a0), url('../images/pexels-bali-demiri-3415148.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.servicios {
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.serv-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-top: 100px;
  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;
  color: #da291c;
  list-style-type: none;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  margin-top: 100px;
  padding-bottom: 100px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0061a0), color-stop(50%, rgba(0, 97, 160, 0.4)), to(#0061a0));
  background-image: linear-gradient(180deg, #0061a0, rgba(0, 97, 160, 0.4) 50%, #0061a0);
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-h1 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: 'Neutra Text', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.metas-text {
  display: block;
  margin-bottom: 0px;
  margin-left: 100px;
  float: left;
  font-size: 13px;
  line-height: 16px;
}

.metas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 20px;
  padding: 20px 30px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.3);
}

.metas-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.metas-num {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin-right: 20px;
  margin-left: 40px;
  padding-right: 10px;
  float: left;
  border-right: 2px solid #da291c;
  color: #da291c;
  font-size: 60px;
  line-height: 90px;
  font-weight: 600;
}

.metas-block {
  margin-top: 40px;
}

.metas-container {
  width: 70%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.section-description {
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.list-div {
  position: relative;
  margin-bottom: 40px;
  float: left;
  font-size: 17px;
  line-height: 22px;
}

.list-num {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 60px;
  margin-right: 20px;
  float: left;
  color: #da291c;
  font-size: 50px;
  line-height: 40px;
  font-weight: 600;
  text-align: right;
}

.list-text {
  display: block;
  margin-left: 80px;
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.list-title {
  display: block;
  margin-left: 80px;
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.t-y-c-text {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.brand-statement {
  width: 70%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #0061a0;
  }

  .nav-container {
    position: relative;
    width: 90%;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-bar-logo {
    width: 120px;
    height: 70px;
  }

  .nav-menu-2 {
    position: absolute;
    margin-top: 0px;
    background-color: transparent;
  }

  .nav-link {
    display: block;
    width: 200px;
    margin-right: 0px;
    margin-left: auto;
    border-top: 1px solid #da291c;
    background-color: hsla(0, 0%, 100%, 0.1);
    text-align: right;
  }

  .ham-botton.w--open {
    background-color: transparent;
    color: #05c3dd;
  }

  .content-block {
    width: 90%;
    -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;
  }

  .content-block.contacto {
    width: 70%;
  }

  .heading.centered {
    margin-bottom: 60px;
  }

  .nosotros-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .nosotros-text {
    width: 80%;
    text-align: center;
  }

  .icon {
    color: #da291c;
  }

  .hero-h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .metas-text {
    margin-bottom: 0px;
    margin-left: 60px;
  }

  .metas {
    border-radius: 30px;
  }

  .metas-num {
    margin-left: 15px;
    font-size: 40px;
    line-height: 80px;
  }

  .metas-container {
    width: 90%;
  }

  .list-div {
    margin-bottom: 20px;
    padding: 20px 20px 20px 40px;
  }

  .list-num {
    margin-left: 20px;
    padding-top: 20px;
    font-size: 50px;
    line-height: 40px;
  }

  .list-text {
    margin-left: 60px;
    font-size: 16px;
    line-height: 20px;
  }

  .list-title {
    margin-left: 60px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .nav-bar-logo {
    padding-left: 0px;
  }

  .content-block {
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 40px;
  }

  .content-block.contacto {
    width: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section.nuestras-marcas {
    padding-top: 60px;
  }

  .section.metas-y-objetivos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .heading.centered {
    margin-bottom: 20px;
  }

  .copyright {
    font-size: 12px;
  }

  .hero-logo {
    width: 250px;
    margin-bottom: 0px;
  }

  .nosotros-text {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-overlay-2 {
    height: 80vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .metas-text {
    margin-left: 50px;
    font-size: 12px;
    line-height: 14px;
  }

  .metas {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 25px;
  }

  .metas-div {
    -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;
  }

  .metas-num {
    font-size: 35px;
  }

  .metas-block {
    margin-top: 30px;
  }

  .section-description {
    font-size: 14px;
    line-height: 18px;
  }

  .list-div {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
  }

  .list-num {
    padding-top: 20px;
    font-size: 40px;
    line-height: 30px;
  }

  .list-text {
    font-size: 12px;
    line-height: 14px;
  }

  .list-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .t-y-c-text {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .brand-statement {
    font-size: 14px;
    line-height: 22px;
  }
}

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

  .content-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-block.contacto {
    width: 90%;
  }

  .content-block.tyc {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .nosotros-text {
    width: 90%;
    font-size: 12px;
    line-height: 16px;
  }

  .centered-container {
    text-align: left;
  }

  .metas {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-div {
    padding-right: 10px;
  }

  .list-num {
    width: 50px;
    margin-left: 0px;
    font-size: 40px;
    line-height: 30px;
  }

  .list-text {
    margin-left: 30px;
    font-size: 12px;
    line-height: 14px;
  }

  .list-title {
    margin-left: 30px;
    font-size: 13px;
    line-height: 16px;
  }

  .t-y-c-text {
    font-size: 11px;
    line-height: 15px;
  }

  .brand-statement {
    width: 80%;
    font-size: 12px;
    line-height: 20px;
  }
}

#w-node-_1e261536-441e-4572-70f9-08f01884fe43-1884fe2b {
  -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: 479px) {
  #w-node-_1e261536-441e-4572-70f9-08f01884fe33-1884fe2b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1e261536-441e-4572-70f9-08f01884fe37-1884fe2b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1e261536-441e-4572-70f9-08f01884fe3b-1884fe2b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1e261536-441e-4572-70f9-08f01884fe3f-1884fe2b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-LightSC.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-LightSCItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-DemiSCItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-DemiSC.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}