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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype"), url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Poppins-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --color-1: #222;
  --color-2: #0071fa;
  --color-3: #666;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.seccion {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.seccion.menu {
  z-index: 9999;
  background-color: var(--color-1);
  position: fixed;
  inset: 0% 0% auto;
}

.seccion.hero {
  min-height: 100vh;
}

.seccion.cintillo {
  background-color: var(--color-2);
  padding-top: 6rem;
  position: relative;
  overflow: clip;
}

.seccion.info {
  background-color: #fff;
  padding-top: 6rem;
}

.container {
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  display: flex;
}

.container.menu {
  align-self: center;
  height: 6rem;
}

.container.hero {
  align-self: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.logo {
  object-fit: contain;
  align-self: center;
  width: 25%;
  height: 5rem;
}

.h1 {
  color: var(--color-1);
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2em;
}

.col60 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 58%;
  height: auto;
  display: flex;
}

.button {
  background-color: var(--color-2);
  color: #fff;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #4e9eff;
}

.button.candidato {
  background-color: #0071fa;
}

.button.candidato.a {
  background-color: var(--color-2);
  margin-left: 0;
  margin-right: auto;
}

.button.candidato.a._100 {
  background-color: #bd1a1a;
  width: 100%;
}

.button.candidato.a._100:hover {
  background-color: #e42525;
}

.button.empresa.b {
  margin-left: auto;
  margin-right: 0;
}

.button.form {
  color: var(--color-2);
  background-color: #fff;
  border: 3px solid #fff;
  width: 100%;
}

.button.form:hover {
  background-color: var(--color-2);
  color: #fff;
  border: 3px solid #fff;
}

.h2 {
  color: var(--color-3);
  text-transform: none;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2em;
}

.h2.bco {
  color: #fff;
  margin-bottom: 1rem;
}

.h2.hero {
  margin-bottom: 2rem;
}

.col30 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 38%;
  height: auto;
  display: block;
  position: relative;
}

.col30.movil {
  display: none;
}

.img_hero {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 20% 50%;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.h3 {
  color: #fff;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4em;
}

.h3._2 {
  color: var(--color-2);
  margin-bottom: 0;
}

.background-video {
  z-index: -10;
  filter: grayscale();
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg_color {
  z-index: -9;
  background-color: #fffc;
  background-image: linear-gradient(270deg, #0000, #fff 78%);
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.paragraph {
  color: var(--color-3);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.txt_button {
  align-self: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.txt_button.b {
  margin-right: 1rem;
}

.image {
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: auto;
}

.bold {
  font-weight: 600;
}

.col33 {
  flex-flow: wrap;
  place-content: flex-start space-between;
  width: 31%;
  height: auto;
  padding: 1rem;
  display: flex;
}

.parrafo_bco {
  color: #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.txt_subtitulo {
  color: #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.txt_subtitulo.center {
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
}

.txt_subtitulo.gris {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 4rem;
}

.txt_subtitulo.gris._2 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.div_line {
  background-color: #fff;
  width: 1px;
  height: auto;
}

.bloque_info {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
}

.icon_box {
  aspect-ratio: 1;
  object-fit: contain;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.cont_titulo, .cont_blocks {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.col100 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 7rem;
  display: flex;
  position: relative;
}

.col100.hero {
  margin-bottom: 2rem;
}

.img_block {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 50%;
  height: auto;
}

.img_block.b {
  z-index: 4;
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  margin-left: auto;
  position: static;
}

.img_block.a {
  z-index: 4;
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  margin-right: auto;
  position: relative;
}

.parrafo_info {
  color: #fff;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
  position: static;
  inset: auto 2% -10% auto;
}

.parrafo_info.b {
  inset: auto auto -10% 2%;
}

.cont_info_block {
  z-index: 5;
  background-color: var(--color-2);
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 50%;
  height: 16rem;
  padding: 2rem;
  display: flex;
  position: relative;
  top: 25%;
  left: -4%;
}

.cont_info_block.b {
  position: absolute;
  top: 40%;
  left: 4%;
  right: auto;
}

.cont_info_block.a {
  height: 18rem;
}

.cont_btn {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  height: auto;
  display: flex;
}

.cont_btn.b {
  margin-left: auto;
  margin-right: auto;
}

.cont_imgs {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  display: flex;
}

.col20 {
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col20.b {
  z-index: 2;
  aspect-ratio: 1;
  background-color: var(--color-2);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 23%;
  height: auto;
  margin-bottom: 2rem;
  position: relative;
  overflow: clip;
}

.col20.hero {
  width: 19%;
}

.h2-2 {
  color: #476289;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-weight: 300;
}

.h2-2.bco {
  color: #476289;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}

.h2-2.bco.b {
  color: #dfdfdf;
  text-transform: none;
  background-color: #0071fab3;
  align-self: auto;
  height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.color_bg {
  z-index: -1;
  opacity: .4;
  mix-blend-mode: multiply;
  background-color: #465177;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-5 {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-5._1 {
  object-position: 4% 50%;
}

.element-pattern-1 {
  z-index: -1;
  width: 50%;
  position: absolute;
  inset: auto -15% -15% auto;
}

.element-pattern-1.a {
  z-index: 3;
  width: 20%;
  inset: 0% 33% auto auto;
}

.element-pattern-1.b {
  z-index: 3;
  width: 20%;
  inset: 0% auto auto 33%;
}

.element-pattern-1.c {
  z-index: 3;
  width: 25%;
  inset: -20% -10% auto auto;
}

.col80 {
  width: 80%;
  height: auto;
}

.icono-hero {
  width: 4rem;
  height: 4rem;
}

.text-field {
  color: var(--color-1);
  background-color: #fff9;
  border: 2px solid #fff;
  width: 100%;
  height: 3rem;
  font-family: Poppins, Arial, sans-serif;
}

.text-field:hover {
  background-color: #ffffffb3;
}

.text-field::placeholder {
  color: #666970;
}

.text-field._50 {
  width: 100%;
}

.form-2, .form-block {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.textarea {
  color: var(--color-1);
  background-color: #fff9;
  border: 2px solid #fff;
  width: 100%;
  height: 10rem;
  min-height: 10rem;
  font-family: Poppins, Arial, sans-serif;
}

.textarea:hover {
  background-color: #ffffffb3;
}

.textarea::placeholder {
  color: #666970;
}

.cont_enlaces {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: auto;
  height: auto;
  display: flex;
}

.link {
  color: #fff;
  align-self: center;
  width: auto;
  height: auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: var(--color-2);
}

.success_message {
  background-color: #87ff7f;
}

.error_message {
  background-color: #ff7a7a;
}

.col50 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 48%;
  height: auto;
  display: flex;
}

.mapa {
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 1rem;
}

.heading {
  align-self: center;
}

.footer {
  background-color: var(--color-1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cont_footer {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1820px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cont_footer.spanish {
  flex-flow: row;
  max-width: 1280px;
}

.cont_avisos {
  flex-flow: column;
  display: flex;
}

.link-2 {
  color: #fff;
  text-align: left;
  border: 1px #000;
  font-weight: 300;
  text-decoration: none;
}

.link-2.der {
  text-align: right;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .seccion.info {
    padding-top: 5rem;
  }

  .container {
    width: 90%;
  }

  .container.menu {
    width: 90%;
    height: 5rem;
  }

  .container.hero {
    width: 90%;
  }

  .logo {
    width: 33%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .col60 {
    width: 100%;
  }

  .h2 {
    font-size: 1.6rem;
  }

  .h2.hero {
    align-self: flex-start;
    width: 48%;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .col30.movil {
    width: 50%;
    display: flex;
  }

  .col30.desktop {
    display: none;
  }

  .img_hero {
    aspect-ratio: auto;
  }

  .h3._2 {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .txt_button, .txt_subtitulo, .txt_subtitulo.gris {
    font-size: 1.1rem;
  }

  .col100 {
    margin-bottom: 8rem;
  }

  .col100.hero._1 {
    margin-top: 3rem;
  }

  .col100.b {
    margin-bottom: 12rem;
  }

  .cont_info_block {
    height: 20rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cont_info_block.b {
    height: auto;
    position: absolute;
    left: 6%;
    right: auto;
  }

  .cont_info_block.a {
    height: auto;
  }

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

  .col20.b {
    width: 33%;
    margin-bottom: 1.5rem;
  }

  .h2-2.bco {
    font-size: 1.8rem;
  }

  .h2-2.bco.b {
    height: 73px;
    font-size: 1rem;
  }

  .element-pattern-1.hero.movil {
    width: 33%;
    bottom: -10%;
    left: -20%;
    right: auto;
  }

  .footer {
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .h2 {
    font-size: 1.4rem;
  }

  .h2.hero {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .h3._2 {
    font-size: 1.1rem;
  }

  .paragraph {
    margin-bottom: 1rem;
    font-size: .9rem;
    line-height: 1.4em;
  }

  .txt_button {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .txt_subtitulo {
    font-size: .9rem;
  }

  .txt_subtitulo.gris {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .cont_titulo {
    align-self: flex-start;
    margin-bottom: 4rem;
  }

  .col100 {
    margin-bottom: 10rem;
  }

  .img_block.b, .img_block.a {
    width: 80%;
  }

  .parrafo_info {
    font-size: .8rem;
  }

  .cont_info_block {
    position: absolute;
  }

  .cont_info_block.b {
    width: 55%;
    height: auto;
    padding: 1rem;
    left: 0%;
    right: auto;
  }

  .cont_info_block.a {
    width: 55%;
    height: auto;
    padding: 1rem;
    inset: auto 0% -10% auto;
  }

  .col20.b {
    width: 48%;
  }

  .element-pattern-1.a {
    inset: auto auto -33% 25%;
  }

  .element-pattern-1.b {
    inset: auto 25% -33% auto;
  }

  .text-field._50 {
    width: 100%;
  }

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

  .link {
    font-size: .8rem;
  }

  .link.w--current {
    font-size: .9rem;
  }

  .col50 {
    width: 100%;
    margin-bottom: 3rem;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .cont_footer {
    width: 90%;
  }

  .link-2 {
    font-size: .8rem;
  }
}

@media screen and (max-width: 479px) {
  .seccion.cintillo {
    padding-top: 3rem;
  }

  .container.hero {
    padding-bottom: 4rem;
  }

  .logo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    justify-content: center;
    width: 100%;
  }

  .h2.hero {
    width: 100%;
    margin-bottom: 2rem;
  }

  .col30.movil {
    width: 100%;
  }

  .paragraph {
    font-size: .8rem;
  }

  .txt_button {
    font-size: 1.1rem;
  }

  .parrafo_bco {
    font-size: .9rem;
    line-height: 1.2em;
  }

  .cont_titulo {
    margin-bottom: 3rem;
  }

  .col100 {
    margin-bottom: 4rem;
  }

  .img_block.b {
    width: 100%;
    position: static;
  }

  .img_block.a {
    aspect-ratio: auto;
    width: 100%;
  }

  .cont_info_block.b {
    width: 100%;
    height: auto;
    position: relative;
    inset: auto 5% 5% auto;
  }

  .cont_info_block.a {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 5%;
    left: 5%;
    right: auto;
  }

  .cont_btn {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .col20.b {
    width: 100%;
  }

  .col20.hero {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .h2-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.3em;
  }

  .h2-2.bco {
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  .h2-2.bco.b {
    height: 54px;
    font-size: 1rem;
  }

  .element-pattern-1.a {
    width: 35%;
    position: absolute;
    inset: -13% 0% auto auto;
  }

  .element-pattern-1.b {
    width: 35%;
    position: absolute;
    inset: -13% auto auto 0%;
  }

  .icono-hero {
    width: 3rem;
    height: 3rem;
  }

  .cont_enlaces {
    display: none;
  }

  .footer {
    flex-flow: column;
    padding-bottom: 2rem;
    display: flex;
  }

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

  .cont_avisos {
    text-align: left;
    align-items: flex-start;
  }

  .link-2 {
    text-align: left;
    width: 100%;
    margin-bottom: 1rem;
  }

  .link-2.der {
    width: 48%;
  }
}


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