/** Shopify CDN: Minification failed

Line 104:0 All "@import" rules must come first

**/
/* Estilos para la sección destacada del Maestro 42 */

.featured-maestro {
  padding: 80px 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: "Cormorant Garamond", serif;
}

.featured-maestro__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.featured-maestro__image {
  flex: 1 1 400px;
}

.featured-maestro__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.featured-maestro__content {
  flex: 1 1 400px;
  color: #333;
}

.featured-maestro__content h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.featured-maestro__content p {
  font-size: 1.2rem;
  margin-bottom: 25px;
  line-height: 1.6;
  color: #444;
}

.featured-maestro__content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.featured-maestro__content ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  padding-left: 24px;
  position: relative;
}

.featured-maestro__content ul li::before {
  content: "•";
  font-size: 1.4rem;
  color: #000;

  color: #00aaff;
  position: absolute;
  left: 0;
}

.featured-maestro__content .btn {
  padding: 12px 24px;
  background-color: #002b45;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  transition: background 0.3s ease;
}

.featured-maestro__content .btn:hover {
  background-color: #d6b56c;
  color: #002b45;
}

@media (max-width: 768px) {
  .featured-maestro__grid {
    flex-direction: column;
    text-align: center;
  }

  .featured-maestro__content ul li {
    text-align: left;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&display=swap");
