@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald Variablefont Wght;
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-1: #d5ca4a;
  --color-2: #dd162f;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.main {
  color: #fff;
  width: 100%;
  height: auto;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
  position: relative;
  overflow: hidden;
}

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

.seccion.menu {
  z-index: 10;
  background-image: linear-gradient(#000, #0000);
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: fixed;
}

.seccion.hero {
  height: 80vh;
  position: relative;
}

.seccion.cintillo {
  background-image: url('../images/Mancha-Amarilla.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 50rem;
  padding-bottom: 12rem;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  position: relative;
}

.seccion.footer {
  background-image: url('../images/Mancha-Footer.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

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

.contenedor.hero {
  align-self: center;
  margin-top: 2rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

.contenedor.cintillo {
  align-self: center;
  width: 55%;
  margin-top: 6rem;
  padding: 1rem 0;
}

.contenedor.promociones, .contenedor.footer {
  width: 55%;
}

.background-video {
  z-index: -5;
  filter: grayscale();
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg_color {
  z-index: -2;
  opacity: .6;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg_color._2 {
  z-index: -1;
  mix-blend-mode: normal;
  background-color: #2c2c2c;
  position: absolute;
}

.bg_texture {
  z-index: 2;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: color-burn;
  background-image: url('../images/textura_papel-b_1.avif');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.logo {
  width: auto;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.cont_rrss {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 33%;
  height: auto;
  display: flex;
}

.cont_rrss.b {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cont_conacto {
  justify-content: flex-end;
  align-self: center;
  width: 33%;
  height: auto;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3em;
}

.h2-hero {
  color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin: 1rem auto;
  font-family: Oswald Variablefont Wght, Impact, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3em;
}

.normal {
  font-weight: 400;
}

.cont_horarios {
  border: 1px solid var(--color-2);
  border-radius: 55px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.col33 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 33%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.txt-1 {
  color: var(--color-1);
  text-align: center;
  align-self: center;
  width: 100%;
  height: auto;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
}

.txt-1._2 {
  font-size: 1.3rem;
}

.txt-2 {
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  height: auto;
  font-family: Oswald Variablefont Wght, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

.txt-2.b {
  color: var(--color-2);
  font-size: 2rem;
}

.txt-2.a {
  letter-spacing: 1px;
  font-size: 1.8rem;
  line-height: 1.1em;
}

.imagen-cintillo {
  pointer-events: none;
  width: auto;
  height: 17rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -10% 0% auto -20%;
}

.imagen-cintillo.b {
  display: none;
}

.img_parallax {
  z-index: 3;
  pointer-events: none;
  width: auto;
  height: 32rem;
  position: fixed;
  inset: auto auto -5% -7%;
}

.img_parallax.right {
  pointer-events: none;
  left: auto;
  right: -5%;
}

.img_parallax.right.b {
  height: 43rem;
  right: -15%;
}

.subtitulo {
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3em;
}

.subtitulo.b {
  color: #fff;
  margin-top: 3rem;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

.h2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Oswald Variablefont Wght, Impact, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3em;
}

.h2.amarillo {
  color: var(--color-1);
}

.h2.bco {
  color: #fff;
}

.bold {
  font-weight: 700;
}

.bold.amarillo {
  color: var(--color-1);
}

.col60 {
  background-color: #dd162fbf;
  border-radius: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 59%;
  height: 19rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.col40 {
  background-color: #dd162fbf;
  border-radius: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 39%;
  height: 19rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.icono_cont {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -5% 0% auto;
}

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

.col25 {
  background-image: url('../images/Fig-Promos-Rombo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: wrap;
  justify-content: space-between;
  width: 23%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.col25.diamante {
  align-content: space-between;
  height: 15rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem .5rem;
}

.col25.diamante._2 {
  display: none;
}

.col25.trebol {
  background-image: url('../images/Fig-Promos-Trebol.svg');
  align-content: space-between;
  height: 15rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem .5rem;
}

.col25.corazon {
  background-image: url('../images/Fig-Promos-Corazon.svg');
  align-content: space-between;
  align-self: flex-start;
  height: 15rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem .5rem;
}

.col25.corazon._1 {
  display: flex;
}

.col25.espadas {
  background-image: url('../images/Fig-Promos-Pica.svg');
  align-content: space-between;
  height: 15rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem .5rem;
}

.col25.espadas._1, .col25.espadas._2 {
  display: none;
}

.cont-block_info {
  background-color: #dd162fbf;
  border-radius: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  padding: 3rem;
  display: flex;
  position: relative;
}

.parrafo_bco {
  text-align: center;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.button {
  background-color: var(--color-1);
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
  font-family: Oswald Variablefont Wght, Impact, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3em;
  display: flex;
  position: absolute;
  inset: auto 0% -4rem;
}

.button.b {
  color: #000;
  width: auto;
  position: static;
}

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #2ef253;
  border: .5px #edf0f5;
  border-radius: 100%;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .5rem;
  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;
  padding-right: 0;
}

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

.txt_footer.newape {
  margin-right: 0;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

.txt_footer.aviso {
  margin-bottom: 1rem;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

.enlace_newape {
  font-weight: 700;
}

.mapa {
  border-radius: 40px;
  width: 100%;
  height: 20rem;
  overflow: clip;
}

.image {
  border-radius: 40px;
}

.small {
  font-size: .8rem;
  line-height: 1em;
}

.body, .body-2 {
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  .seccion.menu {
    position: fixed;
  }

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

  .seccion.cintillo {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .contenedor {
    width: 90%;
  }

  .contenedor.hero {
    width: 90%;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .contenedor.cintillo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 70%;
    margin-top: 0;
  }

  .contenedor.footer {
    align-self: center;
  }

  .logo {
    width: 33%;
    height: auto;
  }

  .icono_rrss {
    width: 2rem;
    height: 2rem;
  }

  .h1 {
    align-self: center;
    font-size: 2.2rem;
  }

  .h2-hero {
    font-size: 1.4rem;
  }

  .col33 {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .txt-1 {
    font-size: 1rem;
  }

  .txt-2 {
    font-size: 1.3rem;
  }

  .txt-2.b {
    font-size: 1.8rem;
  }

  .txt-2.a {
    font-size: 1.4rem;
  }

  .imagen-cintillo {
    object-fit: contain;
    top: -5%;
  }

  .img_parallax {
    height: 18rem;
  }

  .img_parallax.right.b {
    height: 25rem;
  }

  .subtitulo {
    font-size: 1.6rem;
  }

  .subtitulo.b {
    margin-top: 3rem;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .h2.amarillo {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .h2.bco {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .col25.diamante, .col25.trebol, .col25.corazon, .col25.espadas {
    width: 48%;
  }

  .parrafo_bco {
    width: 100%;
    height: auto;
    font-size: 1rem;
  }

  .button {
    width: 80%;
    font-size: 1.4rem;
    line-height: 1.3em;
    bottom: -2rem;
  }

  .button.b {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
  }

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

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

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

  .txt_footer.newape {
    font-size: .7rem;
    line-height: 1.3em;
  }

  .txt_footer.aviso {
    margin-bottom: 0;
    font-size: .7rem;
  }

  .image {
    margin-top: 2rem;
  }
}

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

  .seccion.hero {
    height: auto;
  }

  .seccion.cintillo {
    min-height: 40rem;
    padding-top: 12rem;
  }

  .seccion.footer {
    background-size: cover;
  }

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

  .contenedor.cintillo, .contenedor.promociones, .contenedor.footer {
    width: 90%;
  }

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

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

  .imagen-cintillo {
    left: 0%;
  }

  .imagen-cintillo.b {
    display: inline-flex;
  }

  .imagen-cintillo.a, .img_parallax {
    display: none;
  }

  .subtitulo.b {
    margin-top: 3rem;
  }

  .h2.amarillo {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .col25.diamante._1 {
    height: auto;
    min-height: 11rem;
  }

  .button.b {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .whats-card-2 {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_whats-2 {
    height: 4vw;
  }

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

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

  .contenedor.cintillo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contenedor.header {
    width: 100%;
  }

  .logo {
    align-self: center;
    width: 33%;
    height: auto;
  }

  .cont_rrss {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: wrap;
    width: 33%;
  }

  .cont_rrss.b {
    width: 33%;
  }

  .icono_rrss {
    width: 2rem;
    height: 2rem;
  }

  .cont_conacto {
    width: 33%;
  }

  .h1 {
    font-size: 1.5rem;
  }

  .h2-hero {
    font-size: 1.1rem;
  }

  .cont_horarios {
    width: 100%;
  }

  .txt-2 {
    font-size: 1rem;
  }

  .imagen-cintillo {
    height: auto;
    top: 5%;
  }

  .subtitulo {
    font-size: 1.4rem;
  }

  .subtitulo.b {
    margin-top: 3rem;
    font-size: 1.2rem;
  }

  .h2 {
    font-size: 1.1rem;
  }

  .h2.amarillo {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }

  .col25.diamante, .col25.trebol, .col25.corazon, .col25.espadas {
    width: 100%;
    height: 10rem;
  }

  .cont-block_info, .button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.b {
    font-size: .7rem;
  }

  .whats-card-2 {
    border-radius: 20vw;
    width: 2.5rem;
    height: 2.5rem;
    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;
  }

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


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Variablefont Wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}