#bloque1{
    padding-top: 50px;
   background-color: #9d55a7;
   padding-bottom: 20px;
}


/* LOGO.................................. */

.logoNegocios{
    width: 180px;
    object-fit: contain;
}





/* SECCION1............................ */

.tituloPromo{
    font-size: 1.8rem;
    background-color: white;
    color:black;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 10px;
}
.subTitulo{
    font-size: 1.8rem;
    background-color: white;
    color:black;
    border-radius: 5px;
    display: inline-block;
     padding: 0px 10px;
     margin-bottom: 20px;
}
.subTitulo span{
   color:#9d55a7;
}

    .cardPromoProducto{
        display: flex;
        justify-content: start;
        align-items: start;
        gap:10px;
        margin-bottom: 10px;
    }
   .textoProducto{
    font-size: 1.4rem;
    margin: 0px;
    line-height: 1.2;
     font-family: "Trade Regular";
     color:white;
   }
   .textoProducto span{
     font-family: "Trade";
   }

.cardPrecioPromo{
    width: 80%;
    height: 200px;
    background-image: url(/sem/images/img278/imgCirculo.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textoPor{
    font-size: 0.8rem;
    margin: 0px;
    line-height: 1.2;
     font-family: "Trade Regular";
     color:white;
}
.textoPrecioPromo{
      font-size: 5rem;
    margin: 0px;
    line-height: 1;
     color:white;

}
.textoPrecioPromo span{
    font-size: 4rem;
}
.cardContenidoprecio{
    margin-right: 25px;
}


.textoiVA{
    font-size: 1rem;
    margin: 0px;
    line-height: 1.2;
     font-family: "Trade Regular";
     color:white;
}



/* SECCION2........................... */

.cardImagen{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.imagenPortada{
    width: 100%;
    height: 392px;
    background-image: var(--img-pc);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.imagenConsigue{
    width: 100%;
    height: 81px;
    background-image: url(/sem/images/img278/imgConsigue.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.textoConsigue{
    font-size: 1rem;
    margin: 0px;
    line-height: 1.2;
    color:white;
    font-family: "Trade Regular";
}
.textoConsigue2{
    font-size: 1.2rem;
    margin: 0px;
    line-height: 1;
    color:white;
}

.textoConsultar{
    font-size: 0.8rem;
    margin: 0px;
    line-height: 1;
    color:white;
    font-family: "Trade Regular";
    margin-top: 10px;

}





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

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










/* MEDIAQUERIS.................................... */

@media (max-width: 1450px) {

    .tituloPromo,.subTitulo{
       font-size: 1.6rem;
    }

}


@media (max-width: 1200px) {

  #bloque1{
    padding-top: 20px;
    padding-bottom: 20px;
  }  

#textoLegalPromo{
    padding-top: 20px;
}

}
@media (max-width: 990px) {


/* SECCION1............................. */

    .tituloPromo,.subTitulo{
       font-size: 1.4rem;
    }

.cardPrecioPromo{
    width: 100%;
}

/* SECCION2............................ */

.imagenPortada{
    height: 300px;
}



/* LOGO.................................. */

.logoNegocios{
    width: 130px;
    object-fit: contain;
}


}

@media (max-width: 765px) {


/* SECCION1............................. */

    .tituloPromo,.subTitulo{
       font-size: 2.1rem;
    
    }
    .textoProducto{
        font-size: 1.1rem;
    }
    .cardPromoProducto img{
       width: 30px;
       height: 30px;
    }

    /* SECCION2............................ */
    .cardImagen{

        margin-bottom: 20px;

    }

.imagenPortada{
    height: 250px;
}


}

@media (max-width: 400px) {

}

@media (max-width: 380px) {

    /* SECCION1............................. */

    .tituloPromo,.subTitulo{
       font-size: 1.9rem;
    
    }

}

@media (max-width: 350px) {

    /* SECCION1............................. */

    .tituloPromo,.subTitulo{
       font-size: 1.7rem;
    
    }
        .textoProducto{
        font-size: 0.8rem;
    }

}

@media (max-width: 315px) {

    /* SECCION1............................. */

    .tituloPromo,.subTitulo{
       font-size: 1.5rem;
    
    }

}
