.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#435970;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-e2373db-font-family:"Noto Sans";font-family:"Noto Sans", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Noto Sans", Sans-serif;}.elementor-kit-6 h1{font-family:"Noto Sans", Sans-serif;}.elementor-kit-6 h2{font-family:"Noto Sans", Sans-serif;}.elementor-kit-6 h3{font-family:"Noto Sans", Sans-serif;}.elementor-kit-6 h4{font-family:"Noto Sans", Sans-serif;}.elementor-kit-6 h5{font-family:"Noto Sans", Sans-serif;}.elementor-kit-6 h6{font-family:"Noto Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body, p, h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans", sans-serif;
}

[id] {
  scroll-margin-top: 120px; /* ajusta el valor a la altura de tu menú */

/* Elimina el ícono de flecha por defecto en algunos navegadores */
details > summary::-webkit-details-marker {
  display: none;
}

/* Hover sobre cualquier título de acordeón */
summary.e-n-accordion-item-title:hover {
  background-color: #e6f0ff;
  color: #0056b3;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}



details[open] > summary.e-n-accordion-item-title {
  border-bottom: none !important;
}

/* Borde envolvente para cada acordeón */
details {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 8px;
  overflow: hidden;
}     /* Contenido del acordeón */
details[open] > summary.e-n-accordion-item-title {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  .elementor-container,
  .elementor-section,
  .elementor-column,
  .elementor-widget-container {
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box; /* Asegura que el padding no exceda el 100% */
  }
}


/* logo con url */ .your-logo-class {
  pointer-events: auto !important;
  z-index: 9999 !important;
}


/* ------------------------------------------------------------------ */
/* 1. Ocultar íconos (salvo los del footer) en pantallas ≤ 768 px      */
@media (max-width: 768px) {
  .elementor-widget-icon:not(footer .elementor-widget-icon) {
    display: none !important;
  }
}

/* ------------------------------------------------------------------ */
/* 2. Evitar que los correos se corten en móviles (mailto)             */
@media (max-width: 768px) {
  a[href^="mailto"] {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    display: inline-block !important;
    font-size: 14px !important;
    max-width: 100%;
  }
}

/* ------------------------------------------------------------------ */
/* 3. Ajustar textos muy largos en widgets de texto (Elementor)        */
@media (max-width: 768px) {
  .elementor-widget-text-editor a,
  .elementor-widget-text-editor span,
  .elementor-widget-text-editor div {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

/* ------------------------------------------------------------------ */
/* 4. Contenedor de tabla desplazable en horizontal                    */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------ */
/* 5. Estilos base y responsive para la tabla Dewey                    */
.tabla-dewey {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
.tabla-dewey td {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  vertical-align: top;
}
@media (max-width: 600px) {
  .tabla-dewey,
  .tabla-dewey tbody,
  .tabla-dewey tr,
  .tabla-dewey td {
    display: block;
    width: 100%;
  }
  .tabla-dewey tr {
    margin-bottom: 0.75rem;
  }
  .tabla-dewey td:first-child {
    font-weight: 700;
    background: #F5F5F5;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0.5rem;
  }
  .tabla-dewey td:not(:first-child) {
    padding: 0.5rem 0.75rem 0.75rem;
    border: none;
  }
}

/* ------------------------------------------------------------------ */
/* 6. Impedir que la primera celda se quiebre en varias líneas         */
.tabla-dewey td:first-child {
  white-space: nowrap;
}

/* ocultar Centro de Practicas */ 
section:has(h2.elementor-heading-title:contains("Centro de Prácticas")) {
  display: none !important;
}


/* ocultar share with friends en eventos y botónóò registro   */
.wpem-heading-text,
.wpem-share-this-event {
    display: none !important;
}

button[type="button"][class*="registration_button"][value="Registro para el evento"] {
    display: none !important;
}/* End custom CSS */