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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  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-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  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-Italic.ttf') format("truetype");
  font-weight: 400;
  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-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-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-LightItalic.ttf') format("truetype");
  font-weight: 300;
  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;
}

@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-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  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;
}

:root {
  --color-4: white;
  --color-7: #373636;
  --color-6: #4b7c59;
  --color-5: #0006;
  --color-3: #b3b2b2;
  --color-2: #c9a64e;
  --color-1: #54545400;
}

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

.main {
  width: 100%;
  height: auto;
  position: relative;
}

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

.seccion.menu {
  z-index: 12;
  border-bottom: 1px solid var(--color-4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000040;
  background-image: none;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
}

.seccion.hero {
  background-image: none;
  background-position: 0 0;
  height: auto;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.seccion.hero._2 {
  background-image: linear-gradient(180deg, var(--color-6) 67%, #fafbfa 92%, white);
  background-position: 0 0;
  overflow: clip;
}

.seccion.testimonios {
  background-color: #373636f2;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.seccion.footer {
  background-color: #000;
}

.seccion.info {
  background-color: #f0f0f0cc;
  background-image: none;
  padding-top: 0;
  padding-bottom: 3rem;
}

.seccion.cintillo {
  background-color: #0000;
  background-image: linear-gradient(0deg, var(--color-7), transparent), linear-gradient(to bottom, var(--color-5), var(--color-5)), url('../images/IMG_E2868_1.avif');
  background-position: 0 0, 0 0, 50% 43%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.seccion.formulario {
  background-color: var(--color-5);
}

.seccion.footer {
  background-color: var(--color-7);
  height: auto;
  padding-bottom: 3rem;
}

.seccion.cintillo_logos {
  background-color: #0009;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contenedor {
  z-index: 3;
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contenedor.menu {
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1920px;
  display: flex;
}

.contenedor.cintillo {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.contenedor.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  margin-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.contenedor.form {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #c9a64ecc;
  border-radius: 10px;
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.contenedor.plan-trabajo {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.contenedor.plan-trabajo.aviso {
  margin-top: 12rem;
}

.contenedor.plan-trabajo.none {
  display: none;
}

.contenedor.cintillo2 {
  justify-content: space-around;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.contenedor.faq {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #ffffffe6;
  background-color: #b3b2b2cc;
  border-radius: 20px;
  margin-top: 3rem;
  padding: 8rem 2rem 2rem;
}

.contenedor.portafolio {
  padding-top: 8rem;
}

.bg_lp {
  z-index: -1;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.bg_lp.none {
  display: none;
}

.cont_enlace {
  color: var(--color-4);
  align-self: center;
  text-decoration: none;
  position: relative;
}

.cont_logo {
  justify-content: center;
  align-items: center;
  width: 19%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.enlace_cont {
  flex-flow: wrap;
  justify-content: space-around;
  align-self: center;
  width: 19%;
  height: auto;
  display: flex;
}

.body {
  color: #fff;
  font-family: Inter Variablefont Opsz Wght;
  font-size: 1rem;
  line-height: 1.3em;
}

.h1 {
  text-align: center;
  letter-spacing: 5px;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  width: 100%;
  font-family: Poppins, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.cont_hero_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  display: none;
}

.cont_opiniones {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--color-4);
  border-radius: 17px;
  flex-flow: wrap;
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.txt_opiniones {
  align-self: center;
  width: auto;
  height: auto;
  font-family: Cormorantinfant, Times New Roman, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.div_line {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.div_line._2 {
  background-color: var(--color-3);
  color: var(--color-3);
  width: 1px;
  position: absolute;
  left: auto;
  right: 50%;
}

.cont_stars {
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  display: flex;
}

.star {
  width: 1.8rem;
  height: 1.8rem;
}

.star._2 {
  width: 1.4rem;
  height: 1.4rem;
}

.slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.slide-nav {
  font-size: .5rem;
  inset: auto 0% -24%;
}

.slide {
  width: 23%;
  height: auto;
  margin-left: 1rem;
  margin-right: .5rem;
}

.h2 {
  color: var(--color-4);
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3em;
}

.h2.cta {
  text-align: right;
  width: 50%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h2.bco {
  color: var(--color-4);
  letter-spacing: 8px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.h2.nosotros {
  color: var(--color-7);
  letter-spacing: 6px;
  align-self: center;
  margin-bottom: 2rem;
  font-family: Cormorantinfant, Times New Roman, sans-serif;
  font-weight: 700;
}

.h2.paquetes {
  margin-bottom: 3rem;
}

.datos_cont {
  text-align: right;
  flex-flow: wrap;
  justify-content: space-between;
  width: 64%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  display: flex;
}

.col33 {
  flex-flow: wrap;
  justify-content: flex-end;
  width: 32%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.col33.paquete {
  justify-content: space-between;
  margin-right: auto;
}

.col33.video {
  justify-content: space-between;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
}

.cont_numero {
  width: 42%;
  height: auto;
  display: block;
}

.cont_numero._2 {
  align-self: center;
  width: 31%;
  margin-left: auto;
}

.cont_info-numero {
  text-transform: uppercase;
  align-self: flex-end;
  width: 55%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  font-family: Antonio;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
  display: block;
}

.cont_info-numero._2 {
  align-self: flex-end;
  width: 66%;
}

.col50 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  width: 46%;
  height: auto;
  display: flex;
}

.col50.plan-trabajo {
  width: 48%;
  margin-left: auto;
  position: relative;
}

.col50.info {
  overflow: hidden;
}

.col50._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 48%;
  height: 10rem;
  margin-bottom: 2rem;
}

.cont_img_banner {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img_banner {
  object-fit: cover;
  border-radius: 20px;
  width: 90%;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cont_info {
  flex-flow: wrap;
  justify-content: flex-end;
  display: flex;
}

.cont_info.der {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  height: auto;
}

.cont_info.izq {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  place-content: stretch flex-start;
}

.titulo_info {
  color: var(--color-7);
  letter-spacing: 1px;
  text-transform: none;
  align-self: center;
  width: auto;
  height: auto;
  font-family: Cormorantinfant, Times New Roman, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3em;
}

.titulo_info.izq {
  text-align: right;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
}

.titulo_info.der {
  text-align: left;
  width: 100%;
}

.titulo_info.bco {
  color: var(--color-4);
  text-align: center;
  width: 100%;
  margin-top: 2rem;
}

.txt_info {
  color: var(--color-4);
  align-self: center;
  width: 100%;
  height: auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8em;
}

.txt_info.bold {
  width: 100%;
  height: auto;
  font-weight: 700;
  line-height: 1.3em;
}

.txt_info.bold.izq {
  text-align: right;
}

.txt_info.izq {
  text-align: right;
  margin-right: auto;
  font-size: 1.1rem;
}

.cta_cont {
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: auto;
  display: flex;
}

.h3 {
  color: var(--color-3);
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Antonio;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
}

.h3.bco {
  color: var(--color-4);
  text-align: center;
  align-self: center;
  margin-bottom: 1rem;
}

.slider_gallery {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.slider_gallery.none {
  display: none;
}

.slide_img {
  border-radius: 0;
  width: 25%;
  height: auto;
  margin-right: 0;
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.img_gallery._2 {
  object-position: 100% 50%;
}

.mask {
  width: 100%;
  height: auto;
}

.form_cont {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 8rem 4rem 2rem;
  display: flex;
}

.col40 {
  width: 38%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  overflow: visible;
}

.col40.mapa {
  display: none;
}

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

.direccion_txt {
  text-align: center;
}

.menu_txt {
  text-transform: uppercase;
  width: auto;
  height: auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
}

.logo {
  width: auto;
  height: 5rem;
}

.btn {
  background-color: var(--color-6);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 1rem;
  padding: 1rem 2.5rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3em;
  transition: background-color .2s;
  display: block;
}

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

.btn.form {
  border: 1px none var(--color-3);
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.1rem;
}

.btn.cintillo {
  margin-left: auto;
  margin-right: auto;
}

.parrafo_hero {
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8em;
  display: none;
}

.adorno_1 {
  width: auto;
  height: 2.5rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-2 {
  color: var(--color-6);
  font-size: 2.5rem;
  font-weight: 900;
}

.cont_slide {
  border: 1px solid var(--color-3);
  border-radius: 20px;
  flex-flow: wrap;
  place-content: stretch space-between;
  width: 100%;
  height: 12rem;
  padding: 1rem;
  transition: background-color .2s;
  display: flex;
}

.cont_slide:hover {
  background-color: var(--color-5);
}

.titulo_testimonio {
  width: 75%;
  height: auto;
}

.cont_img_testimonio {
  background-color: var(--color-6);
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.nombre_tst {
  font-family: Cormorantinfant, Times New Roman, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.parrafo_testimonio {
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  height: auto;
  padding-top: .5rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.3em;
}

.left-arrow {
  inset: 0% auto 0% -6%;
}

.right-arrow {
  inset: 0% -6% 0% auto;
}

.rojo {
  color: var(--color-2);
}

.numeros_grande {
  color: var(--color-2);
  text-align: right;
  letter-spacing: -4px;
  width: 100%;
  height: auto;
  margin-left: auto;
  padding-right: .5rem;
  font-family: Antonio;
  font-size: 4rem;
  line-height: 1em;
}

.txt_infonum {
  color: var(--color-3);
  text-align: left;
  letter-spacing: 4px;
  width: 100%;
  height: auto;
  padding-left: 2px;
  font-size: 1.5rem;
  line-height: 1.2em;
  display: block;
  overflow: hidden;
}

.bold {
  font-weight: 700;
}

.cont_plan-trabajo {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.cont_plan-trabajo.old {
  display: flex;
}

.cont_plan-trabajo.faq {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cont_img {
  pointer-events: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 55%;
  height: auto;
  display: flex;
  position: absolute;
  inset: -28% auto 0% -5%;
}

.circulos_fondo {
  width: 40rem;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.futbolista {
  z-index: 6;
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  height: 50rem;
  position: absolute;
}

.nav_galeria {
  display: none;
}

.mapa {
  border-radius: 20px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.text-field {
  background-color: var(--color-4);
  color: var(--color-5);
  border: 1px #000;
  border-radius: 10px;
  width: 49%;
  height: 3rem;
}

.text-field:hover {
  color: var(--color-5);
  background-color: #e0e0e0;
}

.text-field._50 {
  background-color: var(--color-4);
  width: 49%;
  margin-bottom: 10px;
}

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

.text-field._50::placeholder {
  color: var(--color-5);
}

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

.text-field.block {
  color: var(--color-5);
  width: 100%;
  height: 8rem;
}

.text-field.fecha {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form-2 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  font-family: Cormorantinfant, Times New Roman, sans-serif;
  display: flex;
}

.img_1 {
  width: 2.2rem;
  height: auto;
  position: absolute;
  inset: 10% auto auto -1%;
  transform: none;
}

.img_2 {
  position: absolute;
  inset: auto 10% -5% auto;
}

.img_3 {
  z-index: 4;
  width: auto;
  height: 2.5rem;
  position: absolute;
  inset: 25% 25% auto auto;
}

.img_4 {
  z-index: 4;
  width: auto;
  height: 5rem;
  position: absolute;
  inset: auto auto 10% 40%;
}

.img_5 {
  width: 2.5rem;
  height: auto;
  position: absolute;
  inset: 20% -5% 0% auto;
}

.img_6 {
  width: auto;
  height: 6rem;
  position: absolute;
  inset: auto auto 0% -5%;
}

.dot {
  background-color: var(--color-4);
  border-radius: 100%;
  width: .8rem;
  height: .8rem;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% -100%;
}

.dot.nosotros {
  opacity: 0;
}

.cont_btns_flotante {
  z-index: 99999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #2ef253;
  background-image: linear-gradient(135deg, #0000, #3e9959);
  border: .5px #edf0f5;
  border-radius: 3vw;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: auto;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

.whats-card-2:hover {
  background-color: #157212;
}

.cont_whats-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 0;
  display: flex;
}

.img_whats-2 {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  padding-right: 0;
}

.cont_rrss {
  color: #f2f2ed;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.enlace_newape {
  font-weight: 700;
}

.contenedor-2 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contenedor-2.footer {
  height: 8rem;
}

.txt_footer {
  color: #000205;
  align-self: center;
  margin-right: auto;
  font-size: .8rem;
  text-decoration: none;
}

.txt_footer.aviso {
  color: #f2f2ed;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.txt_footer.newape {
  color: #f2f2ed;
  margin-right: 0;
  font-size: 1rem;
}

.politica {
  color: var(--color-7);
  width: 100%;
  height: auto;
}

.icono_flecha {
  align-self: center;
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
}

.cont_acordeon {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color-4);
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.texto_acordeon {
  overflow: hidden;
}

.trigger_acordeon {
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.logo_cintillo {
  object-fit: contain;
  width: 10%;
  height: auto;
}

.parrafo_info {
  color: var(--color-7);
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.8em;
}

.parrafo_info.bco {
  color: var(--color-4);
  margin: 0 auto 1rem;
}

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

.cont_gallery-row {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.img33 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.img33._2 {
  aspect-ratio: 1;
  width: 33%;
}

.img33.b {
  object-position: 50% 37%;
}

.img33.c {
  object-position: 50% 25%;
}

.img33.d {
  object-position: 50% 75%;
}

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

.img66.b {
  object-position: 50% 23%;
}

.img66.c {
  object-position: 50% 0%;
}

.img66.d {
  object-position: 50% 35%;
}

.col30 {
  width: 28%;
  height: auto;
}

.col30.centrado {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.col30.centrado.none {
  display: none;
}

.background-video {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox33 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 33%;
  height: auto;
  display: flex;
}

.lightbox66 {
  aspect-ratio: 16 / 9;
  width: 66%;
  height: auto;
  display: flex;
}

.lightbox66._100 {
  width: 100%;
}

.bg_color {
  background-color: var(--color-5);
  opacity: .75;
  pointer-events: none;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner {
  background-color: var(--color-6);
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.text-block {
  width: 100%;
  margin-bottom: auto;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.8em;
}

.text-block._100 {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.col65 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  width: 46%;
  height: auto;
  display: flex;
}

.col65.up {
  justify-content: space-between;
  align-items: center;
  width: 65%;
}

.col65.up.none {
  display: none;
}

.list-item {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8em;
}

.list-2 {
  padding-left: 20px;
}

.text-block-2 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
}

.cont_paquete {
  border: 1px solid var(--color-3);
  border-radius: 20px;
  flex-flow: wrap;
  place-content: space-between;
  align-self: flex-start;
  width: 100%;
  height: 59rem;
  padding: 1rem 1.5rem;
  transition: background-color .2s;
  display: flex;
}

.cont_paquete:hover {
  background-color: var(--color-5);
}

.titulo_centrado {
  text-align: center;
  text-transform: uppercase;
  align-self: flex-start;
  width: 100%;
  height: 8rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorantinfant, Times New Roman, sans-serif;
  font-size: 1.8rem;
  line-height: 1.4em;
}

.parrafo_paquete {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
}

.parrafo_paquete.b {
  text-align: center;
  align-self: center;
  margin-top: 2rem;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 500;
}

.subtitulo_paquete {
  text-align: left;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.list-3 {
  width: 100%;
  height: auto;
}

.list-item-2 {
  width: 100%;
  height: auto;
  font-family: Poppins, Arial, sans-serif;
}

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

.btn_paquete {
  background-color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4em;
  transition: color .2s, background-color .2s;
  display: block;
}

.btn_paquete:hover {
  background-color: var(--color-4);
  color: var(--color-6);
}

.cont_main {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-self: auto;
  width: 100%;
  height: auto;
  display: flex;
}

.txt_wapp {
  color: var(--color-4);
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.cont_encabezado {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-video-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.txt-form {
  align-self: center;
  width: 100%;
  height: auto;
}

.cont-campo {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  display: none;
}

.imagen-fondo {
  filter: grayscale();
  mix-blend-mode: normal;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.color-overlay {
  z-index: 1;
  background-color: var(--color-6);
  opacity: .5;
  mix-blend-mode: normal;
  background-image: none;
  width: 100%;
  height: auto;
  min-height: 100svh;
  position: absolute;
  inset: 0%;
}

.color-overlay.b {
  z-index: 2;
  opacity: 100;
  background-color: #0000;
  background-image: linear-gradient(#0000 69%, #fff 94%);
}

@media screen and (max-width: 991px) {
  .main {
    overflow: hidden;
  }

  .seccion.hero {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .seccion.footer {
    padding-bottom: 6rem;
  }

  .contenedor, .contenedor.menu {
    width: 90%;
  }

  .contenedor.hero {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contenedor.form {
    width: 90%;
    margin-top: 6rem;
  }

  .contenedor.plan-trabajo {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .contenedor.faq {
    margin-top: 8rem;
  }

  .cont_enlace {
    width: auto;
  }

  .cont_logo.w--current {
    width: 19%;
  }

  .enlace_cont {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 20%;
  }

  .h1 {
    font-size: 2.2rem;
  }

  .txt_opiniones {
    width: auto;
    height: auto;
    font-size: 1.3rem;
  }

  .div_line._2 {
    height: 90%;
    display: block;
  }

  .slide {
    width: 48%;
    margin-left: 0;
    margin-right: 1rem;
  }

  .h2 {
    letter-spacing: 8px;
    font-size: 2.4rem;
    line-height: 1.3em;
  }

  .h2.cta {
    text-align: center;
    width: 100%;
    font-size: 1.8rem;
  }

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

  .h2.nosotros {
    background-color: #0000;
    border-radius: 20px;
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 2rem;
  }

  .datos_cont {
    background-color: #f0f0f0cc;
    border-radius: 20px;
    width: 100%;
    padding: 1rem;
  }

  .col33 {
    align-self: center;
    width: 100%;
    margin-bottom: 1rem;
  }

  .col33.video {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 0;
  }

  .cont_numero, .cont_numero._2 {
    width: 25%;
  }

  .cont_info-numero {
    align-self: center;
    width: 73%;
  }

  .cont_info-numero._2 {
    align-self: center;
    width: 75%;
  }

  .col50.plan-trabajo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .col50.info {
    width: 48%;
    overflow: visible;
  }

  .col50._2 {
    height: 18rem;
  }

  .cont_info {
    justify-content: flex-start;
    width: 100%;
  }

  .cont_info.der {
    justify-content: flex-end;
  }

  .titulo_info {
    text-align: left;
  }

  .titulo_info.izq {
    font-size: 1.3rem;
  }

  .txt_info {
    text-align: left;
  }

  .txt_info.izq {
    text-align: right;
    font-size: 1rem;
  }

  .txt_info.der {
    text-align: right;
  }

  .cta_cont {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    margin-top: 14rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slide_img {
    width: 48%;
    margin-right: 1rem;
  }

  .col40, .col60 {
    width: 100%;
  }

  .direccion_txt {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: .9rem;
  }

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

  .logo {
    width: 8.5rem;
  }

  .btn {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }

  .parrafo_hero {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.4em;
  }

  .adorno_1 {
    height: 1.4rem;
  }

  .left-arrow {
    left: -8%;
  }

  .right-arrow {
    right: -8%;
  }

  .txt_infonum {
    display: block;
  }

  .cont_plan-trabajo {
    z-index: 16;
    color: #fff;
    background-color: #f5f5f5cc;
    border-radius: 20px;
    padding: 1rem;
  }

  .cont_plan-trabajo.faq {
    background-color: #0000;
  }

  .cont_img {
    z-index: 0;
    width: 56%;
  }

  .futbolista {
    overflow: visible;
  }

  .img_1 {
    width: 1.8rem;
    left: -2%;
  }

  .img_2 {
    width: auto;
    height: 6rem;
  }

  .img_5 {
    right: -10%;
  }

  .img_6 {
    height: 4rem;
    left: -4%;
  }

  .cont_btns_flotante {
    width: auto;
    margin-left: 1rem;
    left: auto;
    right: 1%;
  }

  .whats-card-2 {
    border-radius: 6vw;
    width: auto;
    height: 4rem;
    padding-left: .5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    width: auto;
    height: auto;
    padding-right: 0;
  }

  .img_whats-2 {
    width: 2rem;
    height: 2rem;
  }

  .cont_rrss {
    width: 100%;
  }

  .contenedor-2.footer {
    width: 90%;
  }

  .txt_footer.aviso {
    margin-left: auto;
  }

  .txt_footer.newape {
    margin-left: auto;
    margin-right: auto;
  }

  .icono_flecha {
    width: 1.8rem;
    height: 1.8rem;
  }

  .col65.up {
    width: 60%;
  }

  .list-2 {
    margin-bottom: auto;
  }

  .cont_paquete {
    height: auto;
  }

  .imagen-fondo {
    object-fit: cover;
    min-height: 100svh;
  }
}

@media screen and (max-width: 767px) {
  .seccion.footer {
    padding-bottom: 6rem;
  }

  .contenedor.hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contenedor.faq {
    margin-top: 6rem;
  }

  .cont_logo.w--current {
    width: 26%;
  }

  .enlace_cont {
    display: none;
  }

  .h1 {
    font-size: 2.1rem;
  }

  .txt_opiniones {
    font-size: 1.2rem;
  }

  .star {
    width: 1.4rem;
    height: 1.4rem;
  }

  .slide-nav {
    bottom: -25%;
  }

  .slide {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2 {
    font-size: 1.6rem;
    line-height: 1.3em;
  }

  .h2.bco {
    font-family: Cormorantinfant, Times New Roman, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .h2.nosotros {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .datos_cont {
    width: 100%;
  }

  .col33.video {
    width: 100%;
    margin-bottom: 1rem;
  }

  .col50._2 {
    width: 100%;
    height: auto;
  }

  .txt_info {
    font-size: .8rem;
    line-height: 1.6em;
  }

  .slide_img {
    width: 100%;
    padding: 1rem;
  }

  .form_cont {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .parrafo_hero {
    font-size: .8rem;
    line-height: 1.6em;
  }

  .adorno_1 {
    height: 1.5rem;
  }

  .parrafo_testimonio {
    line-height: 1.4em;
  }

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

  .text-field.block {
    color: var(--color-5);
  }

  .img_2 {
    height: 5rem;
  }

  .img_5 {
    z-index: 100;
    right: 0%;
  }

  .whats-card-2 {
    width: auto;
    height: 4rem;
  }

  .cont_whats-2 {
    height: 4vw;
  }

  .img_whats-2 {
    width: 2.5rem;
    height: 2.5rem;
    padding-left: 0;
  }

  .icono_flecha {
    margin-left: auto;
    margin-right: auto;
  }

  .parrafo_info {
    font-size: .8rem;
    line-height: 1.6em;
  }

  .col30.centrado {
    width: 100%;
    margin-top: 2rem;
  }

  .lightbox33 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .lightbox66, .col65.up {
    width: 100%;
  }

  .list-item {
    font-size: .8rem;
  }

  .text-block-2 {
    width: 100%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .seccion.cintillo {
    height: auto;
  }

  .seccion.footer {
    padding-bottom: 6rem;
  }

  .contenedor.faq {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .cont_logo {
    align-self: center;
    width: 33%;
  }

  .cont_logo.w--current {
    width: 33%;
  }

  .h1 {
    box-sizing: border-box;
    text-align: center;
    letter-spacing: .3rem;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.2em;
    display: block;
  }

  .cont_opiniones {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
    height: auto;
    padding: .5rem;
  }

  .txt_opiniones {
    font-size: 1rem;
  }

  .star {
    width: 1.1rem;
    height: 1.1rem;
  }

  .slide-nav {
    font-size: .4rem;
    bottom: -25%;
  }

  .h2 {
    font-size: 1.2rem;
  }

  .h2.bco, .h2.nosotros {
    letter-spacing: 2px;
    font-size: 1.2rem;
  }

  .titulo_info {
    font-size: 1.2rem;
  }

  .titulo_info.izq.entrenamientos, .titulo_info.der.categorias, .titulo_info.der.instalaciones {
    word-break: break-all;
  }

  .form_cont {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .logo {
    align-self: center;
  }

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

  .btn.form {
    letter-spacing: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

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

  .left-arrow {
    left: -13%;
  }

  .right-arrow {
    right: -13%;
  }

  .numeros_grande {
    font-size: 3rem;
  }

  .txt_infonum {
    font-size: 1.3rem;
  }

  .img_5 {
    right: -6%;
  }

  .img_6 {
    pointer-events: none;
    height: 2rem;
  }

  .cont_btns_flotante {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .whats-card-2 {
    border-radius: 20vw;
    width: auto;
    height: 4rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

  .img_whats-2 {
    width: 2.5rem;
    height: 2.5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .cont_rrss {
    width: 100%;
  }

  .txt_footer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .7rem;
  }

  .texto_acordeon {
    width: auto;
  }

  .logo_cintillo {
    width: 28%;
  }

  .img33._2, .lightbox33 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .lightbox66 {
    width: 100%;
  }

  .form-block {
    width: 100%;
    height: auto;
  }

  .text-block._100 {
    font-size: 1.1rem;
    line-height: 1.6em;
  }

  .text-block-2 {
    font-size: 1.4rem;
  }

  .txt_wapp {
    font-size: 1.1rem;
  }
}


@font-face {
  font-family: 'Cormorantinfant';
  src: url('../fonts/CormorantInfant-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantinfant';
  src: url('../fonts/CormorantInfant-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantinfant';
  src: url('../fonts/CormorantInfant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantinfant';
  src: url('../fonts/CormorantInfant-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantinfant';
  src: url('../fonts/CormorantInfant-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantinfant';
  src: url('../fonts/CormorantInfant-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantinfant';
  src: url('../fonts/CormorantInfant-Italic.ttf') format('truetype'), url('../fonts/CormorantInfant-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantinfant';
  src: url('../fonts/CormorantInfant-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantinfant';
  src: url('../fonts/CormorantInfant-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  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-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  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-Italic.ttf') format('truetype');
  font-weight: 400;
  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-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-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-LightItalic.ttf') format('truetype');
  font-weight: 300;
  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;
}
@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-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  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;
}