.elementor-kit-5{--e-global-color-primary:#003366;--e-global-color-secondary:#C8102E;--e-global-color-text:#000000;--e-global-color-accent:#F1C40F;--e-global-color-8315aec:#007A33;--e-global-color-7838eab:#FFFFFF;--e-global-color-ea12062:#E5E5E5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:italic;color:#1F1F1F;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#F1C40F;}.elementor-kit-5 h1{color:#003366;font-family:"Arial", Sans-serif;font-size:40px;font-weight:400;line-height:1.6em;}.elementor-kit-5 h2{color:#003366;font-family:"Roboto", Sans-serif;font-size:24px;font-weight:400;line-height:1.2em;}.elementor-kit-5 h3{color:#C8102E;font-family:"Lato", Sans-serif;font-size:22px;font-weight:400;}.elementor-kit-5 h4{color:#1F1F1F;font-size:20px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ============================
   CRSH – Calendario Global
   (Hello + Gutenberg + Elementor)
   ============================ */
:root{
  --crsh-rojo:#941c1c;
  --crsh-gris-claro:#f4f4f4;
  --crsh-gris-borde:#e2e2e2;
  --crsh-texto:#333333;
  --crsh-heading:#444444;
  --crsh-sombra:0 2px 8px rgba(0,0,0,.08);
}

/* Asegura herencia tipográfica */
body .calendario-escolar{
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: var(--crsh-texto);
}

/* Tablas del calendario + tablas Gutenberg por si no agregaste la clase */
body .calendario-escolar table,
body .wp-block-table table{
  width:100%;
  border-collapse:collapse;
  margin-bottom:30px;
  font-size:15px;
  box-shadow:var(--crsh-sombra);
  background:#fff;
}

/* Encabezados */
body .calendario-escolar th,
body .wp-block-table th{
  background:var(--crsh-rojo) !important;
  color:#fff !important;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.3px;
  border:1px solid var(--crsh-rojo) !important;
  padding:12px 14px !important;
}

/* Celdas */
body .calendario-escolar td,
body .wp-block-table td{
  border:1px solid var(--crsh-gris-borde) !important;
  padding:10px 12px !important;
  vertical-align:top;
}

/* Zebra */
body .calendario-escolar tbody tr:nth-child(even) td,
body .wp-block-table tbody tr:nth-child(even) td{
  background:#fafafa;
}

/* Hover */
body .calendario-escolar tbody tr:hover td,
body .wp-block-table tbody tr:hover td{
  background:#f1f1f1;
}

/* Títulos */
body .calendario-escolar h2{
  font-size:26px;
  margin:30px 0 10px;
  color:var(--crsh-rojo);
  text-align:center;
}
body .calendario-escolar h3{
  font-size:20px;
  margin:25px 0 12px;
  color:var(--crsh-heading);
  border-left:5px solid var(--crsh-rojo);
  padding-left:10px;
}

/* Mejorar legibilidad en móviles sin data-label (stack simple) */
@media (max-width:768px){
  body .calendario-escolar table,
  body .wp-block-table table{
    display:block;
    overflow-x:auto;     /* Permite scroll horizontal si se necesita */
    white-space:nowrap;  /* Evita cortes feos */
  }
  .tabla-vertical {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.tabla-vertical th {
  width: 60%;
  background-color: #941c1c;
  color: #fff;
  text-align: left;
  padding: 10px;
  border: 1px solid #ccc;
}

.tabla-vertical td {
  width: 40%;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

.tabla-vertical tr:nth-child(even) td {
  background: #f4f4f4;
}

}/* End custom CSS */