/*carrusel post home*/
.section-posts-carousel h2 {
  color: #fff;
}

.section-posts-carousel .card-title {
  font-size: 1.2rem;
}

.section-posts-carousel .card-img-top {
  height: 350px;
  object-fit: contain;
  padding: 1rem;
}
/*Single php*/
.producto-detalle h1 {
  color: #012c61;
  font-size: 2.2rem;
}

.contenido-producto p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.relacionados .card-img-top {
  height: 350px;
  object-fit: contain;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
  background-color: #012c61;
  width: 50px;
  height: 50px;
}