<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ðŸ”¹ TipografÃ­a general */
body, h1, h2, h3, p, ul, li, a {
  font-family: 'Roboto', sans-serif !important;
}

/* ðŸ”¹ TÃ­tulos */
h1 {
  font-size: 30px !important;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: left;
}

h2 {
  font-size: 22px;
  color: #44459c;
  text-align: left;
}

h3 {
  font-size: 20px !important;
  color: #44459c !important;
  margin-top: 30px !important;
  text-align: left !important;
}

h4, .custom-highlight {
  font-size: 18px;
  color: #44459c;
  margin-top: 30px;
  text-align: left;
}

/* ðŸ”¹ PÃ¡rrafos */
p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
}

/* ðŸ”¹ Contenedor principal */
.content-section {
  max-width: 900px;
  width: 99%;
  padding: 40px;
  text-align: justify;
  background: linear-gradient(to right, #f4f4f9, #e8eaf6);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 20px auto 0 auto;
  overflow: hidden;
}

/* ðŸ”¹ Encabezado de secciÃ³n */
.section-heading {
  color: #000;
  margin-top: 25px;
}

.section-heading em {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  color: #45489a !important;
}

/* ðŸ”¹ Enlaces */
a {
  text-decoration: none;
  color: #44459c;
}

/* ðŸ”¹ Listas */
ul {
  list-style-type: square;
  font-size: 16px;
  padding-left: 20px;
}

/* ðŸ”¹ Resumen */
.resumen {
  background: linear-gradient(135deg, #e3e4fc, #c5c7f2, #8a8de0);
  margin: 30px 0 20px 0 !important;
  padding: 10px;
}


/* ðŸ”¹ Estilos base para citas modernas */
.modern-quote,
.modern-quote2 {
    border-left: 4px solid #44459c;
    color: #5a4a42;
    font-family: 'Crimson Text', Georgia, serif;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 1.6;
    padding: 0 15px;
    margin: 40px auto;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ðŸ”¹ Variante para citas largas (ancho completo) */
.modern-quote {
    max-width: 600px;
    padding-left: 20px;
}

/* ðŸ”¹ Variante para citas cortas (ancho reducido) */
.modern-quote2 {
    max-width: 400px;
    padding-left: 20px;
}

/* ðŸ”¹ Mejoras de legibilidad y soporte cross-browser */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari/Chrome especÃ­fico */
    .modern-quote,
    .modern-quote2 {
        word-break: break-word;
    }
}

@-moz-document url-prefix() {
    /* Firefox especÃ­fico */
    .modern-quote,
    .modern-quote2 {
        padding-left: 18px; /* Firefox tiende a mostrar menos padding */
    }
}

/* ðŸ”¹ GalerÃ­a de imÃ¡genes */
.photo-gallery .d-flex {
  padding: 0 30px;
  gap: 30px;
}

.equal-height {
  height: 600px;
  width: auto;
  object-fit: cover;
}

.image-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.caption-style {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

/* ðŸ”¹ Estilo para clearfix */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* ðŸ”¹ Layout en grid para problema + imagen */
.grid-container {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-areas:
    "image problem"
    "image text";
  gap: 20px;
  align-items: start;
}

.image-left {
  float: left;
  width: 30%;
  margin: 0 20px 20px 0;
  text-align: center;
}

.image-left img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.image-left figcaption {
  font-size: 14px;
  color: #333;
  margin-top: 2px;
  font-style: italic;
  text-align: center;
}

.problem {
  background: #e8eaf6;
  border: 2px solid #44459c;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding: 30px 20px 10px 20px;
  margin-bottom: 0 !important;
  overflow: hidden;
}

/* ðŸ”¹ Referencias */
.references-section {
  margin-top: 40px;
}

.references-section h2 {
  color: #44459c;
  border-bottom: 2px solid #44459c;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.references-section ul {
  list-style-type: none;
  padding-left: 0;
}

.references-section ul li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.references-section ul li::before {
  content: "ðŸ“š";
  margin-right: 10px;
  color: #44459c;
}

.references-section p.resumen {
  display: block;
  color: black;
}

/* ðŸ”¹ Responsividad */
@media (max-width: 992px) {
  .content-section {
    width: 100%;
    padding: 20px;
  }

  .image-left {
    float: none;
    width: 80%;
    margin: 0 auto 15px;
    display: block;
  }

  p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "problem"
      "text";
  }

  .image-left {
    width: 80%;
    margin: 0 auto 20px;
  }

  h1 {
    font-size: 24px !important;
  }

  h2 {
    font-size: 14px !important;
  }

  h3 {
    font-size: 13px !important;
  }

  h4 {
    font-size: 12px !important;
  }

  p, ul, li {
    font-size: 13px !important;
  }

  .section-heading em {
    font-size: 20px !important;
  }

}

@media (max-width: 576px) {
  .image-left {
    width: 100%;
    margin: 0 auto 15px;
  }

  .image-container.px-5,
  .photo-gallery .container,
  .image-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .caption-style {
    font-size: 12px;
  }

  .equal-height {
    height: auto;
  }

  .photo-gallery .d-flex {
    flex-direction: column;
    padding: 0;
  }
}

/* === AJUSTES ESPECÃFICOS PARA MÃ“VILES PEQUEÃ‘OS (â‰¤576px) === */
@media (max-width: 576px) {
  .content-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Evita que los botones queden ocultos por el header fijo */
  .switcher-container {
    margin-top: 30px !important;
    position: relative;
    z-index: 1000;
  }
}
</pre></body></html>