@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); /* tipografia Roboto*/

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

#seccion1, #seccion2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerPortada {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.containerPortada .containtImagen {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.imagenPortada {
  width: 100%;
  height: 400px;
  background-image: var(--img-pc);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.textoPortada {
  flex: 4; /* 40% del espacio */
  height: 100%;
}

.containtImagen {
  flex: 6; /* 60% del espacio */
  height: 100%;
}


.textoPrecio {
  padding-bottom: 30px;
}

.cardTitulo{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
 
}
.cardTitulo h1 {
    color: white;
  font-family: "Helvetica Neuer bold";
  font-size: 3rem;
  margin: 0px;

}
.cardTitulo img{
  width: 35px;
 margin-right: 15px;

} 
.cardSubtitulos{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
 
}
.subTitulo{
  font-family: "Helvetica Neuer bold";
  font-size: 3rem;
  color: white;
margin: 0px;
 
}
.textoPrecio {
  width: 100%;
  width: auto;
  display: block;
}

.textoPrecio h2 {
  color: white;
  font-family: "Helvetica Neuer bold";
  font-size: 2rem;
  margin: 0px;
  margin-top: 40px;
}
.textoPrecio h3 {
  font-size: 5rem;
    color: var(--color-c6);
}
.textoPrecio h3 span{
    font-size: 2.5rem;
   
  }
.textoPrecio h4 {
  color: white;
  font-family: "Helvetica Neuer";
  font-weight: bold;
}
.textoPrecio h5 {
  color: white;
  font-family: "Helvetica Neuer";
  font-weight: 200;
}

#bloque1 {
  width: 100%;
  height: auto;
  background-color: black;
  padding: 20px;
}

/* SMARPHONES Y TABLETS****************************************************************************************  */
/* bloque1********************************************************************************************* */
@media (max-width: 1200px) {

  .imagenPortada {
    width: 100%;
    height: 320px;

  }
.textoPrecio h2 {
  margin-top: 20px;
}

}

@media (max-width: 990px) {
  #bloque1 {
    width: 100%;
    height: auto;
    padding: 20px;
  }
.cardTitulo h1 {
  font-size: 2.5rem;
}
.subTitulo{
  font-size: 2.5rem;
}
  .imagenPortada {
    width: 100%;
    height: 300px;

  }
}

@media (max-width: 767px) {
  #bloque1 {
    width: 100%;
    height: auto;
   
  }
  .cardTitulo h1 {
  font-size: 2.1rem;
}
.subTitulo{
  font-size: 2.1rem;
}
.imagenPortada {
    width: 100%;
    height: 250px;
    margin-top: 20px;
   

  }


  .textoPortada {
    width: 100%;
 
  }

  


  




}

@media (max-width: 360px) {
.cardTitulo h1 {
  font-size: 2rem;
}
.subTitulo{
  font-size: 2rem;
}


}


@media (max-width: 320px) {

.cardTitulo h1 {
  font-size: 1.7rem;
}
.subTitulo{
  font-size: 1.7rem;
}

}

