/* FUENTES */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

/* GENERAL */
* {
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-family: 'DM Serif Display', serif;
  font-size: 100px;
  color: #981E32;
  margin: 0;
  font-weight: 400;
  line-height: 100px;
}

h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 69px;
  color: #981E32;
  margin: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 69px;

}

html {
  background-image: url('../img/patron-cuadros.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body {
  margin: 0;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

footer {
  background-color: #981E32;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 27px;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 7vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer a {
  color: white;
  text-decoration: none;
}

footer span {
  margin: 0 10px;
}


/* CLASES ÚTILES */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.h-100 {
  height: 100vh;
}

.d-desktop {
  display: block;
}

.d-movil {
  display: none !important;
}

.btn-blue {
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
  color: #375962;
  border: 2px solid #375962;
  padding: 8px 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
}

.btn-blue:hover {
  background-color: #375962;
  color: white;
}


/* PRÓXIMAMENTE */

body.show-proximamente {
  height: 93vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-proximamente .bloque-proximamente {
  background-color: #FEF7EE;
  max-width: 645px;
  width: 100%;
  text-align: center;
  height: 546px;
  padding: 58px 53px 58px 53px;
  margin: 0 16px;
}

.show-proximamente .bloque-proximamente .bloque-proximamente__texto {
  height: -webkit-fill-available;
  border: 7px solid #981E32;
  padding: 8px;
}

.show-proximamente .bloque-proximamente .bloque-proximamente__texto .bloque-proximamente__texto_2 {
  height: -webkit-fill-available;
  padding: 48px;
  border: 1px solid #981E32;
}

.show-proximamente .bloque-proximamente .bloque-proximamente__texto .bloque-proximamente__info .text-proximamente {
  color: #375962;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 16px;
  padding-left: 16px;
  text-align: center;
  text-transform: uppercase;
}

.show-proximamente .bloque-proximamente .bloque-proximamente__texto .img-pig {
  margin-bottom: 24px;
}

.show-proximamente .bloque-proximamente .bloque-proximamente__texto .img-jorge {
  margin-top: 48px;
}

@media (max-width: 1366px) {
  .show-video .bloque-navidad .cabecera{
    height: 98vh;
  }
  .show-proximamente .bloque-proximamente {
    height: 520px;
  }
}

@media (max-width: 932px) and (max-height: 430px) {
  body.show-proximamente {
    height: auto;
  }

  .show-proximamente .bloque-proximamente {
    width: auto;
  }

}

@media screen and (max-width: 540px) {
  h1 {
    font-size: 65px;
    line-height: 65px;
  }

  h2 {
    font-size: 50px;
    line-height: 50px;
  }

  body {
    height: 88vh;
  }

  .show-proximamente .bloque-proximamente {
    width: 80%;
    margin: auto;
    padding: 30px 26px 30px 26px;
    margin: 16px;
  }

  .show-proximamente .bloque-proximamente .bloque-proximamente__texto .bloque-proximamente__info .text-proximamente {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 8px;
    padding-left: 8px;
  }

  .show-proximamente .bloque-proximamente .bloque-proximamente__texto .bloque-proximamente__texto_2 {
    padding: 48px 0 48px 0;
  }

  .show-proximamente .bloque-proximamente .bloque-proximamente__texto .img-pig {
    margin-bottom: 48px;
  }

  .show-proximamente .bloque-proximamente .bloque-proximamente__texto .img-jorge {
    margin-top: 84px;
  }

  @media screen and (max-width: 320px) {
    h1 {
      font-size: 55px;
      line-height: 55px;
    }

    h2 {
      font-size: 45px;
      line-height: 45px;
    }

    .bloque-proximamente {
      height: 500px;
    }

    .bloque-proximamente .bloque-proximamente__texto .bloque-proximamente__info .text-proximamente {
      font-size: 14px;
    }

    footer {
      font-size: 10px;
    }

    footer span {
      margin: 0 8px;
    }
  }

}



/* NAVIDAD VIDEO */

.show-video footer {
  flex-wrap: wrap;
  height: auto;
  padding: 48px 0 16px 0;
  position: relative;
}

.show-video footer div {
  width: 100%;
}

.show-video footer .logos {
  margin-bottom: 32px
}

.show-video .bloque-navidad {
  max-width: 1350px;
  background-color: #FEF7EE;
  width: 100%;
  text-align: center;
  margin: 77px 16px 130px 16px;
}

.show-video .bloque-navidad .cabecera {
  background-image: url('../img/cabecera.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 673px;
}

.show-video .bloque-navidad .cabecera {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.show-video .bloque-navidad .cabecera>div {
  width: 100%;
}

.show-video .bloque-navidad .cabecera .img-pig {
  margin: 33px 0;
}

.show-video .bloque-navidad .cabecera p {
  font-family: 'DM Serif Display', serif;
  color: #375962;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  margin: 28px auto 40px auto !important;
}

.show-video .bloque-navidad .contenido {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 54px;
}

.show-video .bloque-navidad .contenido .contenedor {
  max-width: 856px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}

.show-video .texto-principal,
.show-video .texto-secundario,
.show-video .texto-menu {
  max-width: 690px;
}

.show-video .texto-principal {
  margin: 96px 0 58px 0;
}

.show-video .texto-principal p,
.show-video .texto-secundario p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.show-video .texto-principal .texto-principal__1 {
  margin: 0;
}

.show-video .texto-principal .texto-principal__2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.show-video .texto-principal .texto-principal__3 {
  margin: 24px 0 0 0;
}

.show-video .texto-secundario .texto-secundario__1 {
  margin: 60px 0 0 0;
}

.show-video .logos-feliz {
  margin: 48px 0 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}


.show-video .texto-menu {
  width: 100%;
}

.show-video .texto-menu h2 {
  font-family: 'DM Serif Display', serif;
  color: #375962;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  text-transform: unset;
  margin-bottom: 24px;
}

.show-video .texto-menu p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 45px;
  margin-block: 0;
  margin-inline: 0;
}

.show-video .texto-menu a {
  margin-top: 24px;
}

.show-video .prefooter {
  margin-top: 88px;
  width: 100%;
}

.show-video .prefooter .label-redes {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.show-video .prefooter .redes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 1023px) {
  .show-video .bloque-navidad {
    margin: 18px;
  }

  .show-video .bloque-navidad .cabecera {
    background-image: url('../img/cabecera-movil.png');
    height: 100vh;
  }

}

@media (max-width: 720px) {
  .d-movil {
    display: flex !important;
    flex-wrap: wrap;
  }

  .d-desktop {
    display: none !important;
  }
}

@media (max-width: 540px) {

  html.html-video {
    background-repeat: repeat;
  }

  .show-video .bloque-navidad .cabecera {
    height: 568px;
  }

  .show-video .bloque-navidad .cabecera .img-pig {
    margin: 0;
  }

  .show-video .bloque-navidad .cabecera .img-pig,
  .show-video .bloque-navidad .cabecera .img-jorge {
    width: 96px;
    height: auto;
  }

  .show-video .bloque-navidad .cabecera .img-receta {
    width: 235px;
    height: auto;
    margin-top: 48px;
  }

  .show-video .bloque-navidad .cabecera p {
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
  }

  .show-video .texto-principal {
    margin: 43px 0 32px 0;
  }

  .show-video .texto-principal p,
  .show-video .texto-secundario p {
    font-size: 18px;
    line-height: 24px;
  }

  .show-video .texto-principal strong {
    font-weight: 400;
  }

  .show-video .texto-secundario .texto-secundario__1 {
    margin: 35px 0 0px 0;
  }
/* 
  .show-video .img-logos-feliz {
    margin-top: -34px;
  } */

  .show-video .logos-feliz {
    margin: 0px 0 60px 0;
  }

  .show-video .texto-menu h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .show-video .texto-menu p {
    font-size: 20px;
    line-height: 30px;
  }

  .show-video .prefooter {
    margin-top: 70px;
  }

  .show-video .prefooter .redes img {
    width: 48px;
    height: 48px;
  }

  .show-video footer .logos img {
    max-width: 326px;
  }

}






/* video js */
.video-js video.vjs-tech {
  transform: translateY(0%) translateX(-50%) !important;
  top: 0% !important;
  margin-bottom: -2px !important;
}
