/* bloque1*********************************************** */

#bloque1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--color-c7);
}
h1{
  font-family: "Renogare Bold";
  color: white;
}
.cardPromo {
  width: 100%;
  height: auto;
  border-radius: 10px;
 padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border: 2px solid white;
  border-bottom: 10px solid white;;
}

.contenedorCine {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
}

.cajaCine {
  width: 130px;
  height: 100px;
  background-color: white;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cajaCine img {
  max-width: 100%;
  object-fit: contain;
}
.suma {
  font-family: "Renogare Bold";
  font-size: 2rem;
  color: white;
}

.contenidoPromo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.contenidoPromo .caja1 {
  width: 30%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
border-right: 5px solid white;
}
.contenidoPromo .caja2 {
  width: 40%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
}
.contenidoPromo .caja3 {
  width: 30%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 5px solid white;
}

.textPromo1{
  font-family: "Renogare Bold";
  font-size: 2rem;
  color: white;
  margin: 0px;
  line-height: 1.2;
}

.textPromo2{
  font-size: 1rem;
  color: white;
  margin: 0px;
  line-height: 1.2;
}

.contenedorPrecio{
  width: 100%;
  margin-top: 30px;
  background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 10px;
padding-bottom: 10px;
}

.cardPrecio{
  display: flex;
  justify-content: center;
  align-items: center;
}
.euros{
  font-family: "Renogare Bold";
  font-size: 6rem;
  color: black;
  margin: 0px;
  line-height: 1;
}
.mes{
  font-family: "Renogare Bold";
  font-size: 2rem;
  color: black;
  margin: 0px;
  line-height: 1.2;
}

.despues{
  font-size: 1rem;
  color: black;
  margin: 0px;
  line-height: 1.2;
}




/* seccion2***************************************** */
#seccion2{
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagenPortada {
  width: 100%;
  height: 400px;
  background-image: var(--img-pc);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* Difuminado completo en los 4 bordes */
  -webkit-mask-image: radial-gradient(
    farthest-side at center,
    black 60%,
    transparent 100%
  );
  mask-image: radial-gradient(
    farthest-side at center,
    black 60%,
    transparent 100%
  );
}

/* BLOQUE2 ********************************************** */

#bloque2 {
  width: 100%;
  background-color: var(--color-c7);
}
#textoLegalPromo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
}

/* MEDIA QUERIS ************************************************************************************/
@media (max-width: 1290px) {
}
@media (max-width: 1200px) {
  /*   BLOQUE1 **********************************************************/
  .textPromo1{
    font-size: 1.8rem;
  }
  /*  bloque2****************************** */
  #textoLegalPromo {
    padding-top: 20px;
    color: white;
  }
}

@media (max-width: 990px) {
    /*   BLOQUE1 **********************************************************/
    .cajaCine {
      width: 110px;
      height: 80px;
    }
    .textPromo1{
      font-size: 1.5rem;
    }
}

@media (max-width: 765px) {
  /*   BLOQUE1 **********************************************************/

  /*  bloque2****************************** */
  #textoLegalPromo {
    padding-top: 0px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  /*   BLOQUE1 **********************************************************/
}
@media (max-width: 360px) {
  /*   BLOQUE1 **********************************************************/
}
@media (max-width: 320px) {
  /*   BLOQUE1 **********************************************************/
}
