body {
  background-color: white;
}

.coleccion-header{
  padding-top: 200px;
}

.coleccion-header > h1 {
 display: none !important; 
}
.coleccion-header > p {
  display: none !important;
}

.contenedor-texto-articulo {
  text-align: center;
}
.articulo-precio-mercado {
  margin: 0;
}
.btn-gral-azul-azul {
  border-radius: 25px !important;
  color: #ffffff !important;
  background-color: #ff6700 !important;
  background-image: none;
  font-weight: bold;
  border: 0 !important;
}
.btn-gral-azul-azul:hover {
  color: white !important;
  background-color: #ffc400 !important;
  background-image: none;
  font-weight: bold;
}

.btn-gral-azul-azul > img {
  display: none;
  font-weight: bold;
  line-height: 1;
}

.articulo-precio-mercado {
  color: #cfcfcf;
}
p.articulo-precio {
  color: #ff5a00 !important;
  font-weight: bold;
}
.articulo-cuotas {
  color: #006e03 !important;
  line-height: 1;
}

div.contenedor-texto-articulo p.articulo-precio {
  font-size: 1.6rem;
}
