/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .c-head .menu ul li a {
    font-size: 0.6rem;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .c-head .menu ul li a {
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .c-head .menu ul li a {
    font-size: 0.75rem;
  }
}
.notas_de_blog article figure {
  height: 180px;
  overflow: hidden;
  border-radius: 7px 7px 7px 7px;
  background-color: #000;
  margin-bottom: 5px;
}
.notas_de_blog article figure a img {
  width: 100%;
  height: auto;
}
.notas_de_blog article h3 {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 15px;
}
.notas_de_blog article .btn-cta {
  text-decoration: none;
  background: #9301ff;
  color: #FFF;
  border-radius: 5px;
  padding: 7px 10px;
  border: 1px solid #9301ff;
  transition: 0.3s;
}

.single_blog .compartir-redes {
  text-align: center;
}
.single_blog .compartir-redes span {
  font-size: 1.3rem;
  display: block;
}
.single_blog .compartir-redes a {
  text-decoration: none;
  color: #9301ff;
  font-size: 2rem;
}

/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .mp-prep-announce__badge-copy strong {
    display: contents;
  }
  .mp-prep-announce__badge-copy span {
    line-height: 32px;
  }
}
.shop ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.shop ul.products li.product {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.shop ul.products li.product img {
  border-radius: 6px;
  margin-bottom: 12px;
}

.shop ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
}

.shop ul.products li.product .price {
  font-weight: 700;
}

.shop ul.products li.product .button {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */

/*# sourceMappingURL=cmln-style-v2.css.map */
