/*:root {
  --bg: #0f1120;
  --surface: #15182b;
  --text: #e6e8ff;
  --muted: #b7b9d6;
  --primary: #5b7cfa;
  --primary-hover: #4a69e6;
  --container: 1100px;
  --radius: 12px;
}

* { box-sizing: border-box }
html, body { height: 100% }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}
*/

.texto-glow {
  color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073;
}

.texto-fade {
  /*
  color: white;
  background-color: #333;
  font-size: 40px;
  */
  /* x-offset | y-offset | blur-radius | color */
  text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/*
a { color: inherit; text-decoration: none }
img { display: block; max-width: 100%; height: auto }
*/

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
}
.btn--primary { background: var(--primary); color: #fff }
.btn--primary:hover { background: var(--primary-hover) }
.btn--ghost { border-color: #2a2e47; color: var(--text) }

.header {
  position: sticky;
  top: 0;
  backdrop-filter: saturate(180%) blur(12px);
  background: rgba(15, 17, 32, 0.7);
  border-bottom: 1px solid #1e2138;
  z-index: 50;
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 64px;
}
.logo { font-weight: 700 }
.nav { display: none; gap: 20px; margin-left: 8px }
.nav a { color: var(--muted) }
.nav a:hover { color: var(--text) }

h2.titulo { color:#fff; font-size:26pt !important; font-weight: bold; width:96%; text-align:center; width:96%; margin:45% 0; }
#main-content article { background-size: cover; }
#main-content article p, #main-content article div { margin-bottom:0; display:inline-block; }
#main-content article div { width:95%; }
#main-content .capa { min-height:200pt; }

.card-image { width: 100% !important }

@media (min-width: 900px) {
  .nav { display: flex }
  .header__inner .btn { margin-left: auto }
}
@media (max-width: 899px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #2a2e47;
    color: var(--text);
    background: #171a31;
  }
  .nav {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    background: var(--surface);
    border-bottom: 1px solid #1e2138;
    padding: 12px 16px;
    flex-direction: column;
    gap: 12px;
  }
  .nav.open { display: flex }
}

.hero {
  position: relative;
  padding: 72px 0;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #1a1d34, #14172b);
  opacity: .25;
}
.hero__content {
  position: relative;
  display: grid;
  gap: 18px;
  max-width: 760px;
}
.hero h1 { font-size: clamp(28px, 5vw, 48px); line-height: 1.1 }
.hero p { color: var(--muted); font-size: clamp(16px, 2.2vw, 18px) }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap }

.features { padding: 56px 0 }
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 520px) {
  .grid { grid-template-columns: repeat(2, 1fr) }
}
@media (min-width: 700px) {
  .grid { grid-template-columns: repeat(3, 1fr) }
}
.card {
  background: var(--surface);
  border: 1px solid #1e2138;
  border-radius: var(--radius);
  padding: 20px;
  display: grid;
  gap: 10px;
}
.card__icon { font-size: 24px }

.cta {
  padding: 48px 0;
}
.cta__inner {
  background: linear-gradient(180deg, #1a1d34, #14172b);
  border: 1px solid #1e2138;
  border-radius: var(--radius);
  padding: 28px;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.footer {
  padding: 32px 0;
  border-top: 1px solid #1e2138;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
}
.social { display: flex; gap: 12px }
.social a:hover { color: var(--text) }

.slide-area {
  /*background: #dceeff;*/
  padding: 0px 0 32px;
  display: grid;
  gap: 16px;
  justify-items: center;
}
.slide-card {
  width: min(340px, 90vw);
  background: #ffffff;
  color: #1a1a1a;
  border: 4px solid #f4a253;
  border-radius: 16px;
  box-shadow: 0 6px 0 rgba(244, 162, 83, 0.18);
  overflow: hidden;
}

@media (min-width: 480px) {
  .slide-card { width: min(420px, 90vw) }
}
@media (min-width: 768px) {
  .slide-card { width: min(620px, 85vw) }
}
.card-header {
  padding: 16px 16px 8px;
}
.card-header h2 {
  margin: 0;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  color: #2f94d6;
}
.card-divider {
  border-bottom: 2px dotted #2f94d6;
  margin-top: 8px;
}
.card-content {
  padding: 0px 16px 12px;
  display: grid;
  gap: 10px;
}
.card-content h3 {
  margin: 8px 0 0;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
  color: #2f94d6;
}
.card-content h3 span {
  margin-right: 6px;
}
.card-content p {
  margin: 0;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.45;
  color: #2b2b2b;
}
.card-image {
  height: 84px;
  background-image: url("https://images.unsplash.com/photo-1512820790803-83ca734da794?q=80&w=1200&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .card-image { height: 120px }
}
.dots {
  display: flex !important;
  gap: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bfc7d9;
}
.dot.active {
  background: #f4a253;
}


@media (max-width: 768px) {
  #main-content article div { width:92%; line-height:2px; }
  /*#main-content article p, #main-content article div { line-height:4px; }*/
}