/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 52:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Nunito+Sans&display=swap');

.faq-acordeon {
  padding: 0 40px; /* Márgenes laterales aumentados */
}

.faq-acordeon summary {
  cursor: pointer;
  font-family: 'Merriweather', serif;
  font-weight: 700 !important;
  font-size: 2rem;
  color: #4A6741;
  padding: 16px 24px;
  background-color: #f4f4f4;
  border-radius: 6px;
  margin-bottom: 12px;
}

.faq-acordeon summary::marker {
  font-weight: 700 !important;
  font-family: 'Merriweather', serif;
}

.faq-acordeon details {
  margin-bottom: 16px;
}

.faq-acordeon details[open] summary {
  background-color: #e8e8e8;
}

.faq-acordeon p {
  padding: 12px 20px;
  margin: 0;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  border-radius: 0 0 6px 6px;
}
</style>