/* BLOQUE1 ******************************************************************************************* */

#bloque1 {
  width: 100%;
  height: auto;
  padding-top: 30px;
  background-image: var(--img-pc);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e52085;
}

.titulo {
  color: #e96810;
  background-color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 2.5rem;
  white-space: nowrap;
  margin-bottom: 10px;
}
.subtitulo {
  color: #000000;
  background-color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 2.5rem;
  white-space: nowrap;
  margin-bottom: 10px;
}
.imagenPrecio {
  width: 100%;
  height: 300px;
  background-image: url(../images/img271/circulo-precio.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.precio {
  font-size: 5rem;
  color: white;
  margin: 0px;
}
.precio span {
  font-size: 2rem;
  color: white;
}
.durante {
  font-size: 0.8rem;
  font-weight: 300;
  color: white;
  font-family: var(--bs-font-sans-serif);
}
.producto {
  font-size: 1rem;
  color: white;
}

/* BLOQUE2 */

#bloque2 {
  width: 100%;
  background-color: #e52085;

}
#textoLegalPromo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  color: rgb(255, 255, 255);
  padding-bottom: 20px;
  margin: 0px;

}

/* BLOQUE3 *******************************************************************************************/
/* #bloque3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
} */
.cardContaint {
  width: 100%;
  height: auto;
  background-color: white;
  box-shadow: 0px 5px 5px -5px black;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-bottom: 30px;
}
.cardTitulo {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e52085;
}
.cardProducto {
  font-size: 1.3rem;
  color: white;
  text-align: center;
  margin: 0px;
}
.cardContaint .precio {
  font-size: 3rem;
  color: black;
  text-align: center;
}
.cardContaint .precio span {
  font-size: 2rem;
  color: black;
}
.cardContaint .durante2 {
  font-size: 0.8rem;
  color: black;
  text-align: center;
}
.cardContaint .cardProducto {
  width: 80%;
}
.cardContaint .cardProducto .producto2 {
  font-family: var(--bs-font-sans-serif);
  color: black;
  font-size: 1rem;
  text-align: start;
  margin: 0px;
}
/* MEDIA QUERIS ************************************************************************************/
@media (min-width: 765px) and (max-width: 1200px) {
  #bloque1{
    padding-bottom: 30px;;
}
}

@media (max-width: 1200px) {
  #bloque1 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: var(--img-pc);
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: 100px 50px;
    background-color: #e52085;
  }

}
@media (max-width: 990px) {
  #bloque1 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: var(--img-pc);
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: 80px 100px;
    background-color: #e52085;
  }
  .titulo {
    color: #e96810;
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 2rem;
    white-space: nowrap;
  }
  .subtitulo {
    color: #000000;
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 2rem;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  #bloque1 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: none;
    background-color: #e52085;
  }

  #seccion1 {
    width: 100%;
    height: auto;
    background-image: var(--img-movil);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 200px;
    background-color: #e52085;
  }
  .imagenPrecio {
    margin-bottom: 250px;
  }
  .titulo {
    color: #e96810;
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .subtitulo {
    color: #000000;
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.5rem;
    white-space: nowrap;
  }
/* BLOQUE2 */
#textoLegalPromo {
  text-align: center;

}


}

@media (max-width: 400px) {
  .titulo {
    color: #e96810;
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .subtitulo {
    color: #000000;
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .imagenPrecio {
    margin-bottom: 200px;
  }
}

@media (max-width: 345px) {
  .precio{
    font-size: 4rem;
  }
  .titulo {
    color: #e96810;
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1rem;
    white-space: nowrap;
  }
  .subtitulo {
    color: #000000;
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1rem;
    white-space: nowrap;
  }
  .durante {
    font-size: 0.6rem;
  }
}
