@charset "UTF-8";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.swal2-popup {
  font-size: 2rem !important;
}

h1, h2, h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

.text-center {
  text-align: center;
}

[class$=__heading] {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
  margin: 6rem 0 3rem 0;
  text-align: center;
}

[class$=__descripcion] {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  color: #1E293B;
  margin-bottom: 5rem;
}

.auth {
  width: min(95%, 60rem);
  margin: 0 auto;
}

.auth__texto {
  font-size: 2rem;
}

.devwebcamp__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .devwebcamp__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.devwebcamp__texto {
  line-height: 2;
}

.paquetes__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .paquetes__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
  }
}
.paquetes__submit {
  background-color: #11ABF0;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  margin-top: 3rem;
}
.paquetes__submit:hover {
  background-color: #0c8ac2;
  cursor: pointer;
}

.paquete {
  border: 1px solid #7f8ea3;
  padding: 3rem;
}
.paquete__nombre {
  font-weight: 900;
  font-size: 2.6rem;
  margin: 2rem 0;
}
.paquete:nth-child(2) {
  order: -1;
}
@media (min-width: 768px) {
  .paquete:nth-child(2) {
    order: unset;
  }
}
.paquete__lista {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}
.paquete__precio {
  font-size: 6rem;
  margin: 3rem 0;
  color: #11ABF0;
  font-weight: 900;
  text-align: center;
}
.paquete--acceso {
  width: 30rem;
  height: 50rem;
  padding: 10rem 3rem;
  display: flex;
  justify-content: flex-start;
}
.paquete--acceso .paquete--acceso__logo {
  font-size: clamp(2rem, -0.8rem + 10vw, 3rem);
  text-align: left;
  margin: 0;
}
@media (min-width: 768px) {
  .paquete--acceso .paquete--acceso__logo {
    font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
  }
}
.paquete--acceso .paquete--acceso__codigo {
  font-size: 4rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: calc(100% - 15rem);
}
@media (min-width: 768px) {
  .paquete--acceso .paquete--acceso__codigo {
    top: 0;
    width: unset;
    left: unset;
    right: -15rem;
    transform: rotate(90deg);
    transform-origin: top left;
  }
}
.paquete--acceso::before {
  -webkit-clip-path: circle(50% at 50% 25%);
          clip-path: circle(50% at 50% 25%);
  left: calc(50% - 2.5rem);
  top: 0;
}
.paquete--acceso::after {
  -webkit-clip-path: circle(50% at 50% 75%);
          clip-path: circle(50% at 50% 75%);
  left: calc(50% - 2.5rem);
  top: calc(100% - 5rem);
}
@media (min-width: 768px) {
  .paquete--acceso {
    width: 60rem;
    height: 30rem;
    padding: 6rem;
    flex-direction: column;
    justify-content: center;
  }
  .paquete--acceso::before {
    -webkit-clip-path: circle(50% at 25% 50%);
            clip-path: circle(50% at 25% 50%);
    left: 0;
    top: calc(50% - 2.5rem);
  }
  .paquete--acceso::after {
    -webkit-clip-path: circle(50% at 75% 50%);
            clip-path: circle(50% at 75% 50%);
    left: calc(100% - 5rem);
    top: calc(50% - 2.5rem);
  }
}
.paquete__nombre {
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
}

.agenda {
  padding: 5rem 0;
  width: min(95%, 140rem);
  margin: 0 auto;
}

.eventos {
  /* Contenedor de las flechas */
  /* Posición — mitad afuera */
  /* Flecha blanca */
  /* Hover elegante */
  /* Deshabilitado */
}
.eventos__heading {
  color: #4DC6B8;
  margin: 5rem 0;
  text-align: left;
  font-size: clamp(1rem, -0.8rem + 8vw, 3rem);
}
.eventos__fecha {
  color: #64748B;
  margin: 3rem 0 1rem 0;
}
.eventos--workshops .eventos__heading {
  color: #8AD1D1;
}
.eventos .eventos__listado-wrapper {
  position: relative;
  overflow: visible;
}
.eventos .eventos__listado {
  position: relative;
  overflow: hidden;
}
.eventos .swiper-button-next,
.eventos .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: #4DC6B8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 10;
}
.eventos .swiper-button-prev {
  left: -23px;
}
.eventos .swiper-button-next {
  right: -23px;
}
.eventos .swiper-button-next::after,
.eventos .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.eventos .swiper-button-next:hover,
.eventos .swiper-button-prev:hover {
  background: #11ABF0;
  transform: translateY(-50%) scale(1.1);
}
.eventos .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.eventos .eventos__listado.listado-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 3rem;
  width: 100%;
  margin: 0 auto;
}

.evento {
  /* Imagen del curso arriba */
  /* Información debajo */
}
.evento__imagen {
  width: 100%;
  height: 20rem;
  background-size: cover;
  background-position: center;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  position: relative;
}
.evento__overlay {
  display: none;
}
.evento__informacion {
  padding: 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #FFFFFF;
  color: #222;
  min-height: 8rem;
}
.evento__nombre {
  font-size: 1.8rem;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.evento__autor-nombre {
  font-size: 1.3rem;
  color: #666;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}
.evento__contenido {
  font-size: 1.5rem;
  color: #555;
  margin: 0;
  margin-top: 1.5rem;
  line-height: 1.4;
}
.evento__fecha {
  font-size: 1.3rem;
  color: #6b7280;
  font-weight: 400;
  margin: 1rem 0 0.5rem 0;
  line-height: 1.4;
}
.evento.swiper-slide {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.evento.swiper-slide:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.evento-detalle__titulo-imagen {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}
.evento-detalle__titulo-imagen > .evento-detalle__lado-izquierdo {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.evento-detalle__titulo-imagen > .evento-detalle__lado-izquierdo .evento-detalle__titulo {
  font-size: 3.5rem;
}
.evento-detalle__titulo-imagen > .evento-detalle__lado-izquierdo .evento-detalle__boton {
  display: flex;
  justify-content: flex-start;
}
.evento-detalle__titulo-imagen > .evento-detalle__lado-izquierdo .evento-detalle__boton #registrarse {
  background-color: #11ABF0;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 2.5rem;
  text-decoration: none;
}
.evento-detalle__titulo-imagen > .evento-detalle__lado-izquierdo .evento-detalle__boton #registrarse:hover {
  background-color: #0c8ac2;
  cursor: pointer;
}
.evento-detalle__titulo-imagen > .evento-detalle__imagen {
  flex: 0 0 500px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evento-detalle__titulo-imagen > .evento-detalle__imagen .evento__imagen {
  width: 100% !important;
  max-width: 500px !important;
  height: auto;
  display: block;
}
.evento-detalle__titulo-imagen > .evento-detalle__imagen .evento-imagen-placeholder {
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 1.2rem;
  border: 1px dashed #ccc;
}
.evento-detalle__contenido {
  margin-top: 2rem;
  text-align: left;
}
.evento-detalle__descripcion {
  text-align: left;
  margin-bottom: 1.5rem;
}
.evento-detalle__subtitulo {
  margin-top: 2rem;
  font-size: 2.4rem;
  color: #333;
}
@media (max-width: 768px) {
  .evento-detalle__titulo-imagen {
    flex-direction: column;
  }
  .evento-detalle__titulo-imagen > .evento-detalle__imagen {
    width: 100%;
    min-height: 200px;
  }
}

.evento__modalidad-badge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.evento__modalidad-badge--presencial {
  background: #fff3e0 !important;
  color: #ef6c00 !important;
}

.evento__modalidad-badge--envivo {
  background: #1565c0 !important;
  color: #e3f2fd !important;
}

.evento__modalidad-badge--asincronica {
  background: #e8f5e9 !important;
  color: #2e7d32 !important;
}

.tema {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.tema__header {
  background-color: #f1f1f1;
  border: none;
  padding: 1rem;
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tema__titulo {
  font-size: 2rem;
  margin: 1rem 0 0.5rem;
  color: #2c3e50;
}

.tema__descripcion {
  margin-bottom: 1rem;
  color: #555;
}

.tema__secciones {
  list-style: disc;
  padding-left: 2rem;
}

.seccion {
  margin-bottom: 1rem;
}

.seccion__titulo {
  color: #222;
  font-weight: bold;
}

.seccion__descripcion {
  display: block;
  margin: 0.2rem 0;
  color: #555;
  text-align: left;
}

.seccion__duracion {
  font-size: 1.5rem;
  color: #888;
}

.ponente {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem 0;
}

.lista-ponentes {
  display: flex;
  flex-wrap: wrap; /* que pasen a otra fila si no caben */
  gap: 1.5rem; /* espacio entre ponentes */
  margin-top: 1rem;
}

.ponente-card {
  text-align: center;
}

.ponente__imagen {
  width: 100px;
  height: auto;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.toggle-icon {
  font-weight: bold;
  font-size: 2rem;
}

.tema__contenido {
  padding: 1rem;
  background-color: #fff;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* public/build/css/app.css o un archivo modal.css dedicado */
.modal {
  display: none; /* Oculto por defecto */
  position: fixed; /* Permanece en su lugar */
  z-index: 1000; /* Se sitúa encima */
  left: 0;
  top: 0;
  width: 100%; /* Ancho completo */
  height: 100%; /* Alto completo */
  overflow: auto; /* Habilitar scroll si es necesario */
  background-color: rgba(0, 0, 0, 0.7); /* Negro con opacidad */
  justify-content: center; /* Centrar horizontalmente */
  align-items: center; /* Centrar verticalmente */
}

.modal-open {
  overflow: hidden; /* Evita que el scroll de la página se mueva detrás del modal */
}

.modal__contenido {
  background-color: #fff;
  margin: auto;
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 60rem; /* Limitar el ancho para pantallas más grandes */
  position: relative;
  overflow-y: auto; /* Habilitar scroll para el contenido del modal si se alarga demasiado */
  max-height: 90vh; /* Limitar la altura del modal a la altura del viewport */
}

.modal__heading {
  text-align: center;
  margin-bottom: 2rem;
  color: var(--azul); /* Asumiendo que tienes una variable CSS para el azul */
}

.modal__acciones {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 1rem;
}

/* Estilos para la visualización compacta de temas/secciones */
.tema-compacto {
  background-color: var(--gris-claro);
  border: 1px solid var(--gris);
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tema-compacto__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Permitir que se ajusten en pantallas más pequeñas */
  gap: 1rem;
}

.tema-compacto__nombre {
  font-weight: bold;
  color: var(--azul);
  font-size: 1.8rem;
  flex: 1; /* Permitir que el nombre ocupe el espacio disponible */
  min-width: 20rem; /* Asegurar que el nombre no se comprima demasiado */
}

.tema-compacto__acciones {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.secciones-compactas-container {
  margin-top: 1rem;
  border-top: 1px dashed var(--gris);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.seccion-compacta {
  background-color: var(--blanco);
  border: 1px solid var(--gris);
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.4rem;
}

.seccion-compacta span {
  flex: 1;
  min-width: 15rem;
}

.seccion-compacta__acciones {
  display: flex;
  gap: 0.5rem;
}

/* Pequeños ajustes para los botones de editar/eliminar de secciones */
.formulario__boton--editar-sm,
.formulario__boton--rojo-sm {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}

.tabs-container {
  margin-top: 2rem;
}

/* Estilos para la navegación de pestañas */
.tabs-nav {
  display: flex; /* Para que los botones se alineen horizontalmente */
  border-bottom: 1px solid #ccc; /* Línea separadora debajo de las pestañas */
  margin-bottom: 1rem;
  gap: 0.5rem; /* Espacio entre los botones */
}

.tab-button {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  font-size: 1.4rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #555; /* 👈 texto más claro */
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Hover */
.tab-button:hover {
  background-color: #e9e9e9;
  color: #000; /* un poco más oscuro al pasar el mouse */
}

/* Estilo para la pestaña activa */
.tab-button.active {
  background-color: #11ABF0;
  border-color: #ccc;
  border-bottom: 1px solid #fff; /* Para que la pestaña activa "cubra" la línea de abajo */
  color: #fff; /* Un color distintivo para la pestaña activa */
}

/* Ocultar todos los contenidos de pestaña por defecto */
.tab-content {
  display: none;
  padding: 1.5rem;
  border: 1px solid #ccc;
  border-top: none; /* Para que el contenido se vea pegado a la pestaña activa */
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Mostrar solo el contenido de la pestaña activa */
.tab-content.active {
  display: block;
}

.tab-button i {
  width: 18px;
  height: 18px;
  color: inherit; /* 👈 los íconos heredan el color del texto */
}

.resumen {
  background-image: linear-gradient(to right, rgba(17, 171, 240, 0.7), rgba(17, 171, 240, 0.9)), url(../img/bg_numeros.jpg);
  background-image: linear-gradient(to right, rgba(17, 171, 240, 0.7), rgba(17, 171, 240, 0.9)), -webkit-image-set(url("../img/bg_numeros.avif") 1x, url("../img/bg_numeros.webp") 1x, url("../img/bg_numeros.jpg") 1x);
  background-image: linear-gradient(to right, rgba(17, 171, 240, 0.7), rgba(17, 171, 240, 0.9)), image-set(url("../img/bg_numeros.avif") 1x, url("../img/bg_numeros.webp") 1x, url("../img/bg_numeros.jpg") 1x);
  padding: 12rem 0;
  background-size: cover;
  background-position: center;
}
.resumen__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .resumen__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.resumen__bloque {
  text-align: center;
  color: #FFFFFF;
}
.resumen__texto, .resumen__texto--numero {
  font-weight: 900;
  line-height: 1;
  margin: 0;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.resumen__texto--numero {
  font-size: 8rem;
}

.speakers__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .speakers__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .speakers__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.speaker {
  border: 1px solid #7f8ea3;
  padding: 3rem;
  background-position: center top;
  background-size: 250px;
  background-repeat: no-repeat;
}
.speaker__nombre {
  font-weight: 900;
  font-size: 2.6rem;
  margin: 2rem 0;
}
.speaker:nth-child(4n+1) {
  background-image: -webkit-image-set(url("../img/bg_1.avif") 1x, url("../img/bg_1.webp") 1x, url("../img/bg_1.png") 1x);
  background-image: image-set(url("../img/bg_1.avif") 1x, url("../img/bg_1.webp") 1x, url("../img/bg_1.png") 1x);
}
.speaker:nth-child(4n+2) {
  background-image: -webkit-image-set(url("../img/bg_2.avif") 1x, url("../img/bg_2.webp") 1x, url("../img/bg_2.png") 1x);
  background-image: image-set(url("../img/bg_2.avif") 1x, url("../img/bg_2.webp") 1x, url("../img/bg_2.png") 1x);
}
.speaker:nth-child(4n+3) {
  background-image: -webkit-image-set(url("../img/bg_3.avif") 1x, url("../img/bg_3.webp") 1x, url("../img/bg_3.png") 1x);
  background-image: image-set(url("../img/bg_3.avif") 1x, url("../img/bg_3.webp") 1x, url("../img/bg_3.png") 1x);
}
.speaker:nth-child(4n+4) {
  background-image: -webkit-image-set(url("../img/bg_4.avif") 1x, url("../img/bg_4.webp") 1x, url("../img/bg_4.png") 1x);
  background-image: image-set(url("../img/bg_4.avif") 1x, url("../img/bg_4.webp") 1x, url("../img/bg_4.png") 1x);
}
.speaker__imagen {
  max-width: 250px;
}
@media (min-width: 768px) {
  .speaker__imagen {
    min-width: unset;
  }
}
.speaker__ubicacion {
  color: #64748B;
  margin: 1rem 0;
  font-size: 2rem;
  line-height: 1.5;
}
.speaker__listado-skills {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.speaker__listado-skills > li {
  background-color: #11ABF0;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
}

.speaker-sociales {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.speaker-sociales__enlace::before {
  color: #1a1b15;
  font-size: 3rem;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
}
.speaker-sociales__enlace[href*="facebook.com"]::before {
  content: "\f39e";
}
.speaker-sociales__enlace[href*="github.com"]::before {
  content: "\f09b";
}
.speaker-sociales__enlace[href*="tiktok.com"]::before {
  content: "\e07b";
}
.speaker-sociales__enlace[href*="instagram.com"]::before {
  content: "\f16d";
}
.speaker-sociales__enlace[href*="youtube.com"]::before {
  content: "\f167";
}
.speaker-sociales__enlace[href*="twitter.com"]::before {
  content: "\f099";
}
.speaker-sociales__ocultar {
  display: none;
}

.mapa {
  height: 45rem;
  margin-top: 5rem;
}
.mapa__heading {
  margin: 0;
  text-align: left;
}
.mapa__texto {
  font-size: 1.8rem;
  margin: 0;
}

.boletos__grid {
  width: min(95%, 60rem);
  margin: 0 auto;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1, 1fr);
}

.boleto {
  width: min(100% - 5rem, 65rem);
  margin: 0 auto;
  padding: 6rem;
  border-radius: 2rem;
  color: #FFFFFF;
  position: relative;
}
.boleto::before, .boleto::after {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  width: 5rem;
  height: 5rem;
  top: calc(50% - 2.5rem);
}
.boleto::before {
  -webkit-clip-path: circle(50% at 25% 50%);
          clip-path: circle(50% at 25% 50%);
  left: 0;
}
.boleto::after {
  -webkit-clip-path: circle(50% at 75% 50%);
          clip-path: circle(50% at 75% 50%);
  right: 0;
}
.boleto--presencial {
  background-color: hsl(178deg, 100%, 39%);
  background-image: radial-gradient(at 40% 20%, hsl(209deg, 100%, 47%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(178deg, 100%, 39%) 0px, transparent 50%), radial-gradient(at 69% 82%, hsl(209deg, 100%, 47%) 0px, transparent 50%), radial-gradient(at 26% 91%, hsl(178deg, 100%, 39%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(209deg, 100%, 47%) 0px, transparent 50%), radial-gradient(at 27% 22%, hsl(178deg, 100%, 39%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(209deg, 100%, 47%) 0px, transparent 50%);
}
.boleto--virtual {
  background-color: #8AD1D1;
}
.boleto--gratis {
  background-color: #11ABF0;
}
.boleto__logo {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2rem;
  white-space: nowrap;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
}
@media (min-width: 1024px) {
  .boleto__logo {
    text-align: left;
    margin: 0;
  }
}
.boleto__plan {
  font-size: 2rem;
  text-transform: uppercase;
  margin: 3rem 0 0 0;
}
.boleto__precio {
  margin: 3rem 0 0 0;
  font-weight: 900;
  font-size: 4rem;
}
.boleto__enlace-contenedor {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.boleto__enlace {
  background-color: #11ABF0;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  width: auto;
}
.boleto__enlace:hover {
  background-color: #0c8ac2;
  cursor: pointer;
}
.boleto--acceso {
  width: 30rem;
  height: 50rem;
  padding: 10rem 3rem;
}
@media (min-width: 768px) {
  .boleto--acceso {
    width: 60rem;
    height: 30rem;
    padding: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.boleto--acceso .boleto__logo {
  font-size: clamp(2rem, -0.8rem + 10vw, 3rem);
  margin: 0;
  text-align: left;
}
.boleto--acceso .boleto__nombre {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 900;
}
.boleto--acceso .boleto__codigo {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  bottom: 7rem;
  margin: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .boleto--acceso .boleto__codigo {
    rotate: 90deg;
    transform-origin: 0 0;
    top: 0;
    left: calc(100% - 5rem);
    width: 30rem;
  }
}
.boleto::before {
  -webkit-clip-path: circle(50% at 50% 25%);
          clip-path: circle(50% at 50% 25%);
  left: calc(50% - 2.5rem);
  top: 0;
}
@media (min-width: 768px) {
  .boleto::before {
    -webkit-clip-path: circle(50% at 25% 50%);
            clip-path: circle(50% at 25% 50%);
    left: 0;
    top: calc(50% - 2.5rem);
  }
}
.boleto::after {
  -webkit-clip-path: circle(50% at 50% 75%);
          clip-path: circle(50% at 50% 75%);
  left: calc(50% - 2.5rem);
  top: calc(100% - 5rem);
}
@media (min-width: 768px) {
  .boleto::after {
    -webkit-clip-path: circle(50% at 75% 50%);
            clip-path: circle(50% at 75% 50%);
    left: calc(100% - 5rem);
    top: calc(50% - 2.5rem);
  }
}

.oferta-home {
  padding: 1rem 0 5rem;
  text-align: center;
}

.oferta-home__subtitulo {
  color: #44c7bd;
  font-weight: 800;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  margin-bottom: 1.5rem;
}

.oferta-home__heading {
  max-width: 70rem;
  margin: 0 auto 3rem;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.3;
  color: #374151;
}

.oferta-home__tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 5rem;
}

.oferta-home__tab {
  min-width: 26rem;
  padding: 1.6rem 3rem;
  border: 1px solid #d9e2e7;
  border-radius: 1rem;
  background: #fff;
  color: #44c7bd;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}

.oferta-home__tab:hover {
  transform: translateY(-2px);
  background: #f5fffe;
}

.oferta-home__tab.activo {
  background: #eefdfb;
  border-color: #44c7bd;
  border-bottom: 0.4rem solid #44c7bd;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.06);
}

.oferta-home__contenido {
  display: none;
}

.oferta-home__contenido.activo {
  display: block;
}

.eventos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  text-align: left;
}

.eventos-grid .evento {
  width: 100%;
}

@media (max-width: 1200px) {
  .eventos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .eventos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .oferta-home__heading {
    font-size: 3rem;
    padding: 0 2rem;
  }
  .oferta-home__tabs {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .oferta-home__tab {
    width: 100%;
    max-width: 35rem;
  }
  .eventos-grid {
    grid-template-columns: 1fr;
  }
}
.pagina_404__contenedor {
  text-align: center;
}
.pagina_404__enlace {
  color: #11ABF0;
}

.formulario {
  display: flex;
  flex-direction: column;
  /* El componente switch ahora se trata como un elemento BEM del formulario */
}
.formulario__fieldset {
  border: none;
  margin-top: 1rem;
  padding: 0;
}
.formulario__legend {
  color: #64748B;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.formulario__grid-campos {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .formulario__grid-campos {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.formulario__grid-campos > .formulario__campo {
  width: 100%;
}
@media (min-width: 768px) {
  .formulario__grid-campos > .formulario__campo:not(.formulario__campo--5,
.formulario__campo--10,
.formulario__campo--15,
.formulario__campo--20,
.formulario__campo--25,
.formulario__campo--30,
.formulario__campo--45,
.formulario__campo--60,
.formulario__campo--70,
.formulario__campo--90,
.formulario__campo--100) {
    flex: 0 0 45%;
    min-width: 45%;
  }
}
.formulario__campo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .formulario__campo--5 {
    flex: 0 0 5%;
    min-width: 5%;
  }
}
@media (min-width: 768px) {
  .formulario__campo--10 {
    flex: 0 0 10%;
    min-width: 10%;
  }
}
@media (min-width: 768px) {
  .formulario__campo--15 {
    flex: 0 0 15%;
    min-width: 15%;
  }
}
@media (min-width: 768px) {
  .formulario__campo--20 {
    flex: 0 0 20%;
    min-width: 20%;
  }
}
@media (min-width: 768px) {
  .formulario__campo--25 {
    flex: 0 0 25%;
    min-width: 25%;
  }
}
@media (min-width: 768px) {
  .formulario__campo--30 {
    flex: 0 0 30%;
    min-width: 30%;
  }
}
@media (min-width: 768px) {
  .formulario__campo--45 {
    flex: 0 0 45%;
    min-width: 45%;
  }
}
@media (min-width: 768px) {
  .formulario__campo--60 {
    flex: 0 0 60%;
    min-width: 60%;
  }
}
@media (min-width: 768px) {
  .formulario__campo--70 {
    flex: 0 0 70%;
    min-width: 70%;
  }
}
@media (min-width: 768px) {
  .formulario__campo--90 {
    flex: 0 0 90%;
    min-width: 90%;
  }
}
@media (min-width: 768px) {
  .formulario__campo--100 {
    flex: 0 0 90%;
    min-width: 90%;
  }
}
.formulario__contenedor-icono {
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
}
.formulario__icono {
  background-color: #1E293B;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formulario__icono i {
  color: #FFFFFF;
  font-size: 2rem;
}
.formulario__label {
  display: block;
  font-size: 1.8rem;
  color: rgba(26, 27, 21, 0.8);
}
.formulario__input, .formulario__input--sociales, .formulario__select--sociales, .formulario__select {
  padding: 1rem;
  border: 1px solid #b1c7dd;
  border-radius: 0.5rem;
}
.formulario__input--file, .formulario__select--file {
  border: none;
}
.formulario__input--sociales, .formulario__select--sociales {
  flex: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.formulario .formulario__input--oculto {
  display: none;
}
.formulario__radio {
  display: flex;
  gap: 2rem;
}
.formulario__texto {
  margin-top: 3rem;
}
.formulario__imagen {
  max-width: 20rem;
}
.formulario__listado {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.formulario__listado > li {
  background-color: #11ABF0;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
}
.formulario__submit {
  background-color: #11ABF0;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  width: auto;
  align-self: flex-start;
}
.formulario__submit:hover {
  background-color: #0c8ac2;
  cursor: pointer;
}
.formulario__submit--registrar, .formulario__submit--full {
  width: 100%;
}
.formulario__switch { /* <-- Aquí el cambio: el switch se convierte en un elemento del formulario */
  position: relative;
  display: inline-block;
  width: 60px; /* Ancho del switch */
  height: 34px; /* Alto del switch */
  vertical-align: middle; /* Para alinear con otros elementos si es necesario */
  /* Oculta el checkbox nativo del navegador */
  /* El "slider" o fondo del switch */
  /* Estilo del slider cuando el checkbox está marcado (activo) */
  /* Efecto de sombra o cambio de color al pasar el ratón */
  /* Mueve el círculo a la derecha cuando el checkbox está marcado */
}
.formulario__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.formulario__switch .slider { /* Mantiene .slider porque es un elemento interno del switch */
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc; /* Color de fondo cuando está inactivo */ /* Transición suave para WebKit (Safari, Chrome) */
  transition: 0.4s; /* Transición suave para otros navegadores */
  border-radius: 34px; /* Para hacer los bordes redondeados (forma de píldora) */
  /* El "círculo" o "manija" del slider */
}
.formulario__switch .slider::before { /* Pseudo-elemento del slider */
  position: absolute;
  content: "";
  height: 26px; /* Alto del círculo */
  width: 26px; /* Ancho del círculo */
  left: 4px; /* Posición inicial izquierda */
  bottom: 4px; /* Posición inicial inferior */
  background-color: white; /* Color del círculo */
  transition: 0.4s;
  border-radius: 50%; /* Para hacerlo un círculo perfecto */
}
.formulario__switch input:checked + .slider {
  background-color: #2196F3; /* Color de fondo cuando está activo (azul, puedes cambiarlo) */
}
.formulario__switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.formulario__switch input:checked + .slider::before { /* Mueve el círculo 26px a la derecha */ /* Para Internet Explorer */
  transform: translateX(26px);
}
.formulario .tema {
  border: 1px solid #d4e1ed;
  border-radius: 0.8rem;
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: white;
}
.formulario .tema__header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.formulario .tema__input {
  flex: 1;
  margin-bottom: 0;
}
.formulario .tema__eliminar-btn {
  background-color: rgb(169, 0, 0);
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.formulario .tema__eliminar-btn:hover {
  background-color: #760000;
  cursor: pointer;
}
.formulario .secciones-container {
  border-top: 1px dashed #c2d4e5;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.formulario .secciones__texto {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #1E293B;
}
.formulario .seccion {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.formulario .seccion__input {
  flex: 1;
  margin-bottom: 0;
}
.formulario .seccion__eliminar-btn {
  background-color: rgb(169, 0, 0);
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.formulario .seccion__eliminar-btn:hover {
  background-color: #760000;
  cursor: pointer;
}
.formulario .seccion__agregar-btn {
  background-color: #02db02;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.formulario .seccion__agregar-btn:hover {
  background-color: #02a802;
  cursor: pointer;
}
.formulario #agregar-tema {
  margin-top: 3rem;
  background-color: #11ABF0;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  width: auto;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  padding: 1.2rem 2.5rem;
}
.formulario #agregar-tema:hover {
  background-color: #0c8ac2;
  cursor: pointer;
}

.acciones, .acciones--centrar {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.acciones--centrar {
  justify-content: center;
}
.acciones__enlace {
  color: #1a1b15;
  font-size: 1.4rem;
  font-weight: 300;
}

.horas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .horas {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.horas__hora, .horas__hora--deshabilitada, .horas__hora--seleccionada {
  color: #11ABF0;
  border: 1px solid #11ABF0;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}
.horas__hora:hover, .horas__hora--deshabilitada:hover, .horas__hora--seleccionada:hover {
  cursor: pointer;
}
.horas__hora--seleccionada {
  background-color: #11ABF0;
  color: #FFFFFF;
}
.horas__hora--deshabilitada {
  border: 1px solid #64748B;
  color: #64748B;
  opacity: 0.5;
}
.horas__hora--deshabilitada:hover {
  cursor: not-allowed;
}

.header {
  min-height: 40rem;
  background-image: url(../img/grafico.svg), url(../img/grafico.svg), linear-gradient(to right, #4dc6b8, rgba(77, 198, 184, 0.5)), -webkit-image-set(url(../img/header.avif) 1x, url(../img/header.webp) 1x, url(../img/header.jpg) 1x);
  background-image: url(../img/grafico.svg), url(../img/grafico.svg), linear-gradient(to right, #4dc6b8, rgba(77, 198, 184, 0.5)), image-set(url(../img/header.avif) 1x, url(../img/header.webp) 1x, url(../img/header.jpg) 1x);
  background-repeat: no-repeat;
  background-size: 200px, 200px, cover, cover;
  background-position: top left, bottom right, center center, center center;
}
.header__contenedor {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: inherit;
}
.header__contenido {
  text-align: left;
  max-width: 70rem;
}
.header__texto {
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  margin: 1rem 0;
  line-height: 1.2;
  text-transform: none;
}
.header__texto--modalidad {
  font-size: 2.4rem;
}
.header__boton {
  background-color: #11ABF0;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem;
  border: 2px solid #4DC6B8;
  border-radius: 6px;
  font-size: 1.8rem;
  text-transform: none;
  margin-top: 2rem;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.header__boton:hover {
  background-color: #0c8ac2;
  cursor: pointer;
}

/* ============================
   BARRA / HEADER (completo)
   ============================ */
.barra {
  background-color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.barra__header {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 1rem;
}
.barra__header__logo {
  flex: 0 0 20%;
}
.barra__header__logo img {
  max-height: 8rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.barra__header__buscar {
  flex: 0 0 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.barra__header__buscar form {
  width: 80%;
  display: flex;
  align-items: center;
  background-color: rgba(3, 73, 85, 0.1);
  border-radius: 0.5rem;
  border: 1px solid #11ABF0;
  overflow: hidden;
  transition: all 0.3s;
}
.barra__header__buscar form:focus-within {
  border-color: #11ABF0;
  box-shadow: 0 0 10px rgba(0, 0, 255, 0.2);
}
.barra__header__buscar form input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.6rem 1rem;
  font-size: 1.8rem;
  color: #11ABF0;
}
.barra__header__buscar form input::-moz-placeholder {
  color: #4DC6B8;
}
.barra__header__buscar form input::placeholder {
  color: #4DC6B8;
}
.barra__header__buscar form input:focus {
  outline: none;
}
.barra__header__buscar form button {
  border: none;
  background-color: #11ABF0;
  color: #FFFFFF;
  padding: 0 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  height: 3.5rem;
}
.barra__header__buscar form button i.lupa__icono {
  font-size: 2rem;
}
.barra__header__navegacion {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.barra__header__navegacion a {
  color: #4DC6B8;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
.barra__header__navegacion a:hover {
  background-color: #FFFFFF;
  color: #11ABF0;
}
.barra__header__navegacion a.barra__header__enlace--actual {
  background-color: #FFFFFF;
  color: #4DC6B8;
}
.barra__contenido {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
  background-color: #FFFFFF;
}
.barra__contenido__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.barra__contenido__logo img {
  max-height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.barra__contenido__wsp {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.barra__contenido__wsp img {
  max-height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.barra__contenido__toggle {
  display: none;
  font-size: 2.5rem;
  background: none;
  border: none;
  color: #11ABF0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .barra__contenido__toggle {
    display: block;
  }
}
.barra__contenido__navegacion {
  display: flex;
  flex: 1 1 auto;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  justify-content: center;
  gap: 1rem;
  padding: 0.4rem;
}
.barra__contenido__navegacion.is-active {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .barra__contenido__navegacion {
    flex-direction: row;
  }
}
.barra__contenido__navegacion a {
  color: #4DC6B8;
  text-decoration: none;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
}
.barra__contenido__navegacion a:hover {
  background-color: #FFFFFF;
  color: #11ABF0;
}
.barra__contenido__navegacion a.barra__contenido__enlace--actual {
  background-color: #FFFFFF;
  color: #11ABF0;
}
.barra__contenido__desplegable {
  position: relative;
  margin-right: 1rem;
  /* abrir el menú padre en escritorio */
}
.barra__contenido__desplegable .desplegable__btn {
  background-color: #FFFFFF;
  color: #4DC6B8;
  border: none;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 1rem;
}
.barra__contenido__desplegable .desplegable__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 1rem;
  /* importante: permitir overflow para submenus laterales */
  overflow: visible; /* <-- CAMBIO */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000; /* más alto para que aparezca sobre otros elementos */
  min-width: 250px;
}
.barra__contenido__desplegable .desplegable__menu a {
  display: block;
  padding: 0.8rem 1rem;
  color: #4DC6B8;
  text-decoration: none;
}
.barra__contenido__desplegable .desplegable__menu a:hover {
  background-color: #FFFFFF;
  color: #11ABF0;
}
@media (min-width: 769px) {
  .barra__contenido__desplegable:hover .desplegable__menu {
    display: block;
  }
}
.barra__contenido__desplegable.is-active .desplegable__menu {
  display: block;
}

/* ============================
   SUBMENÚS (definidos fuera para evitar anidamientos erróneos)
   ============================ */
.submenu {
  position: relative;
  /* en desktop: hover sobre el padre abre el hijo */
  /* móvil: abrir con clase .open (JS) */
}
.submenu--padre > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  .submenu--padre:hover > .submenu__hijo {
    display: block;
  }
}
.submenu .submenu__hijo {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #FFFFFF;
  border-radius: 0.6rem;
  min-width: 200px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
  z-index: 1100; /* mayor que el del menu padre */
  /* si hay más niveles, se comportan igual */
}
.submenu .submenu__hijo a {
  display: block;
  padding: 0.8rem 1rem;
  color: #4DC6B8;
  white-space: nowrap;
}
.submenu .submenu__hijo a:hover {
  background-color: #FFFFFF;
  color: #11ABF0;
}
.submenu .submenu__hijo .submenu__hijo {
  top: 0;
  left: 100%;
}
.submenu.open > .submenu__hijo {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  box-shadow: none;
  border-radius: 0;
}

/* ============================
   Responsive: ajustar menu padre para móviles
   ============================ */
@media (max-width: 768px) {
  .barra__contenido__desplegable {
    width: 100%;
  }
  .barra__contenido__desplegable .desplegable__btn {
    width: 100%;
    text-align: left;
  }
  .barra__contenido__desplegable .desplegable__menu {
    position: relative;
    top: 0;
    width: 100%;
    overflow: visible; /* asegurar visibilidad también en móvil */
  }
}
.navegacion {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .navegacion {
    flex-direction: row;
  }
}
.navegacion__enlace {
  color: #FFFFFF;
  font-size: 2rem;
  padding: 2rem;
  font-weight: 900;
  text-align: center;
}
.navegacion__enlace--actual, .navegacion__enlace:hover {
  background-color: #FFFFFF;
  color: #11ABF0;
}

.footer {
  background-color: #11ABF0;
  margin-top: 5rem;
  padding-top: 3rem;
  color: #FFFFFF;
}
.footer__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__logo {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2rem;
  white-space: nowrap;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
}
@media (min-width: 1024px) {
  .footer__logo {
    text-align: left;
    margin: 0;
  }
}
.footer__texto {
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__texto {
    text-align: left;
  }
}
.footer__copyright {
  background-color: #0c8ac2;
  margin: 3rem 0 0 0;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
}
.footer__copyright--regular {
  font-weight: 400;
}

.menu-redes {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 4rem 0;
}
.menu-redes__enlace::before {
  color: #FFFFFF;
  font-size: 2rem;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
}
.menu-redes__enlace[href*="facebook.com"]::before {
  content: "\f39e";
}
.menu-redes__enlace[href*="github.com"]::before {
  content: "\f09b";
}
.menu-redes__enlace[href*="tiktok.com"]::before {
  content: "\e07b";
}
.menu-redes__enlace[href*="instagram.com"]::before {
  content: "\f16d";
}
.menu-redes__enlace[href*="youtube.com"]::before {
  content: "\f167";
}
.menu-redes__enlace[href*="twitter.com"]::before {
  content: "\f099";
}
.menu-redes__ocultar {
  display: none;
}
@media (min-width: 768px) {
  .menu-redes {
    justify-content: flex-end;
  }
}

.alerta {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  text-transform: uppercase;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.alerta__error {
  background-color: #ffdcdc;
  border-left: 0.5rem solid rgb(169, 0, 0);
  color: rgb(169, 0, 0);
}
.alerta__exito {
  background-color: #abfeab;
  border-left: 0.5rem solid #02db02;
  color: #017601;
}

.dashboard {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F8FAFC;
  /*
      &__contenedor-boton {
          @include m.tablet {
              display: flex;
              justify-content: flex-end;
              margin-bottom: 5rem;
          }
      }
  */
}
.dashboard__header {
  background-color: #1E293B;
  padding: 2rem;
}
.dashboard__header-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dashboard__header-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.dashboard__header-formulario {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .dashboard__header-formulario {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
}
.dashboard__heading {
  margin: 0;
  font-size: 3.6rem;
}
.dashboard__contenedor-boton--arriba {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .dashboard__contenedor-boton--arriba {
    margin-bottom: 0;
  }
}
.dashboard__acciones-formulario {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .dashboard__acciones-formulario {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.dashboard .formulario__submit {
  width: auto;
}
.dashboard__logo {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2rem;
  white-space: nowrap;
  font-size: clamp(2rem, -0.8rem + 10vw, 3rem);
}
@media (min-width: 1024px) {
  .dashboard__logo {
    text-align: left;
    margin: 0;
  }
}
.dashboard__form {
  display: flex;
  justify-content: center;
}
.dashboard__submit--logout {
  all: unset;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.dashboard__submit--logout:hover {
  color: #11ABF0;
  cursor: pointer;
}
.dashboard__grid {
  display: flex;
  flex: 1;
  overflow-y: auto;
}
.dashboard__sidebar {
  background-color: #2f405d;
  width: 12rem;
}
.dashboard__menu {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard__enlace {
  color: #6f8ab6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  transition: 300ms background-color ease-in-out, 300ms color ease, 300ms border-radius ease;
}
.dashboard__enlace:hover, .dashboard__enlace--actual {
  background-color: #40587f;
  color: #FFFFFF;
  border-radius: 1rem;
}
.dashboard__icono {
  font-size: 2rem;
}
.dashboard__menu-texto {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5rem;
}
.dashboard__contenido {
  width: 100%;
  padding: 1rem 1rem 3rem 1rem;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .dashboard__contenido {
    padding: 1rem 5rem 3rem 5rem;
  }
}
.dashboard__contenedor-boton {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .dashboard__contenedor-boton {
    margin-bottom: 0;
  }
}
.dashboard__boton {
  background-color: #11ABF0;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.dashboard__boton:hover {
  background-color: #0c8ac2;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__boton {
    width: auto;
  }
}
.dashboard__contenedor, .dashboard__formulario {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 5rem;
}
.dashboard__grafica {
  width: min(95%, 60rem);
  margin: 0 auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table__thead {
  background-color: #1E293B;
  color: #FFFFFF;
}
.table__th {
  padding: 1rem;
  text-align: left;
}
.table__tr:nth-of-type(even) {
  background-color: #F8FAFC;
}
.table__td, .table__td--acciones {
  padding: 1.5rem 1rem;
}
.table__td--acciones {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  align-items: center;
}
.table__accion {
  all: unset;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
}
.table__accion--editar {
  color: #11ABF0;
}
.table__accion--eliminar {
  color: rgb(169, 0, 0);
}
.table__accion:hover {
  cursor: pointer;
}

.paginacion {
  margin-top: 5rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .paginacion {
    justify-content: flex-end;
  }
}
.paginacion__enlace {
  color: #11ABF0;
  font-size: 1.6rem;
}
.paginacion__enlace--texto {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #11ABF0;
}
.paginacion__enlace--texto:hover {
  background-color: #11ABF0;
  color: #FFFFFF;
}
.paginacion__enlace--numero {
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--numero {
    display: inline;
  }
}
.paginacion__enlace--actual {
  color: #64748B;
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--actual {
    display: inline;
  }
}

.listado-ponentes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.listado-ponentes__ponente, .listado-ponentes__ponente--seleccionado {
  color: #11ABF0;
  border: 1px solid #11ABF0;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
}
.listado-ponentes__ponente:hover, .listado-ponentes__ponente--seleccionado:hover {
  cursor: pointer;
}
.listado-ponentes__ponente--seleccionado {
  background-color: #11ABF0;
  color: #FFFFFF;
}

.bloques {
  width: min(95%, 140rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bloques {
    margin-top: 10rem;
  }
}
.bloques__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .bloques__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.bloque {
  padding: 3rem;
  color: #FFFFFF;
  border-radius: 1rem;
}
.bloque:nth-child(1) {
  background-image: linear-gradient(to left top, #F97316, #fba061);
}
.bloque:nth-child(2) {
  background-image: linear-gradient(to left top, #A855F7, #cd9efa);
}
.bloque:nth-child(3) {
  background-image: linear-gradient(to left top, #59910b, #85d810);
}
.bloque:nth-child(4) {
  background-image: linear-gradient(to left top, #17769E, #23a7df);
}
.bloque__heading {
  margin: 1rem 0 2rem 0;
  font-size: 3.6rem;
}
.bloque__texto {
  margin: 1rem 0;
}
.bloque__texto--cantidad {
  margin-top: 5rem;
  font-weight: 900;
  font-size: 6rem;
  text-align: center;
}

/* Estilos para Modales */
.modal {
  display: none; /* Oculto por defecto */
  position: fixed; /* Permanece en su lugar */
  z-index: 1000; /* Se sitúa encima */
  left: 0;
  top: 0;
  width: 100%; /* Ancho completo */
  height: 100%; /* Alto completo */
  overflow: auto; /* Habilitar scroll si es necesario */
  background-color: rgba(26, 27, 21, 0.7); /* Usando tu $negro con opacidad */
  justify-content: center; /* Centrar horizontalmente */
  align-items: center; /* Centrar verticalmente */
  padding: 2rem;
  box-sizing: border-box;
}

.modal-open {
  overflow: hidden;
}

.modal__contenido {
  background-color: #FFFFFF;
  margin: auto;
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(26, 27, 21, 0.2);
  width: 90%;
  max-width: 60rem;
  position: relative;
  overflow-y: auto;
  max-height: 90vh;
}

.modal__heading {
  text-align: center;
  margin-bottom: 2rem;
  color: #11ABF0;
}

.modal__acciones {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 1rem;
}
.modal__acciones .formulario__submit {
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  display: inline-block;
}
.modal__acciones .formulario__submit:hover {
  opacity: 0.9;
}
.modal__acciones .formulario__submit--registrar {
  background-color: #02db02;
  color: #FFFFFF;
}
.modal__acciones .formulario__submit--cancelar {
  background-color: #64748B;
  color: #FFFFFF;
}

/* Estilos para la visualización compacta de temas/secciones */
.tema-compacto {
  background-color: #F8FAFC;
  border: 1px solid #64748B;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tema-compacto__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.tema-compacto__nombre {
  font-weight: 700;
  color: #11ABF0;
  font-size: 1.8rem;
  flex: 1;
  min-width: 20rem;
}

.tema-compacto__acciones {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.tema-compacto__acciones .btn-editar-tema {
  background-color: #11ABF0;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
.tema-compacto__acciones .btn-editar-tema:hover {
  background-color: #0c8ac2;
  cursor: pointer;
}
.tema-compacto__acciones .btn-agregar-seccion {
  background-color: #11ABF0;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
.tema-compacto__acciones .btn-agregar-seccion:hover {
  background-color: #0c8ac2;
  cursor: pointer;
}
.tema-compacto__acciones .btn-eliminar-tema {
  background-color: rgb(169, 0, 0);
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
.tema-compacto__acciones .btn-eliminar-tema:hover {
  background-color: #760000;
  cursor: pointer;
}

.secciones-compactas-container {
  margin-top: 1rem;
  border-top: 1px dashed #64748B;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.seccion-compacta {
  background-color: #FFFFFF;
  border: 1px solid #64748B;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.4rem;
}

.seccion-compacta span {
  flex: 1;
  min-width: 15rem;
}

.seccion-compacta__acciones {
  display: flex;
  gap: 0.5rem;
}
.seccion-compacta__acciones .btn-editar-seccion {
  background-color: #11ABF0;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  padding: 0.8rem 1.2rem;
  font-size: 1.3rem;
}
.seccion-compacta__acciones .btn-editar-seccion:hover {
  background-color: #0c8ac2;
  cursor: pointer;
}
.seccion-compacta__acciones .btn-editar-seccion i {
  margin-right: 0;
}
.seccion-compacta__acciones .btn-eliminar-seccion {
  background-color: rgb(169, 0, 0);
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  padding: 0.8rem 1.2rem;
  font-size: 1.3rem;
}
.seccion-compacta__acciones .btn-eliminar-seccion:hover {
  background-color: #760000;
  cursor: pointer;
}
.seccion-compacta__acciones .btn-eliminar-seccion i {
  margin-right: 0;
}

.precios-grid {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.precio-col {
  border: none;
  padding: 0;
  text-align: left;
}

.precio-moneda {
  font-size: 1.2rem;
  font-weight: 700;
  color: #555;
  margin-bottom: 0.2rem;
}

.precio-oferta,
.precio-normal {
  font-size: 1.7rem;
  font-weight: 550;
  color: #222;
  display: inline-block;
  margin-right: 0.8rem;
}

.precio-regular {
  display: inline-block;
  text-decoration: line-through;
  color: #777;
  font-size: 1.3rem;
}

.descuento {
  display: inline-block;
  background: #d9f7e8;
  color: #0a7a3d;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  margin-left: 0.5rem;
}

.eventos-registro {
  width: min(95%, 140rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .eventos-registro {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .eventos-registro__listado {
    flex: 0 0 60%;
  }
}
.eventos-registro__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .eventos-registro__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.eventos-registro__heading--conferencias, .eventos-registro__heading--workshops {
  white-space: nowrap;
  font-size: clamp(2rem, -0.8rem + 10vw, 5rem);
}
.eventos-registro__heading--conferencias {
  color: #11ABF0;
}
.eventos-registro__heading--workshops {
  color: #8AD1D1;
  margin-top: 5rem;
}
.eventos-registro__fecha {
  margin: 6rem 0 3rem 0;
}

.registro {
  background-color: #F8FAFC;
  padding: 3rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .registro {
    flex: 0 0 40%;
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
  }
}
.registro__heading {
  margin: 0 0 3rem 0;
}
.registro__evento {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.registro__evento:nth-child(even) {
  background-color: #edf2f7;
}
.registro__nombre {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.registro__eliminar {
  all: unset;
  color: rgb(169, 0, 0);
}
.registro__eliminar:hover {
  cursor: pointer;
}
.registro__texto {
  text-align: center;
}
.registro__regalo {
  margin-top: 3rem;
}
.registro__label {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.registro__select {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #64748B;
  padding: 1rem;
  border-radius: 0.5rem;
}
/*# sourceMappingURL=app.css.map */
