.elementor-167112 .elementor-element.elementor-element-cf337de:not(.elementor-motion-effects-element-type-background), .elementor-167112 .elementor-element.elementor-element-cf337de > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #0943B5 0%, #0943B5 100%);}.elementor-167112 .elementor-element.elementor-element-cf337de > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-167112 .elementor-element.elementor-element-cf337de{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 10px 0px 0px;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-167112 .elementor-element.elementor-element-866efbf .elementor-menu-toggle{margin:0 auto;}.elementor-167112 .elementor-element.elementor-global-166049{width:100%;max-width:100%;}/* Start custom CSS for global, class: .elementor-global-165361 */.cormagdalena-barra-nacional {
    background-color: #3366CC;
    width: 100%;
    min-height: 3rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1001;
    box-sizing: border-box;
    font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 0;
}

.cormagdalena-barra-envoltorio {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.cormagdalena-barra-marca {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    min-width: 2.75rem;
    outline: none;
    transition: opacity 0.2s ease;
}

.cormagdalena-barra-marca:hover {
    opacity: 0.85;
}

.cormagdalena-barra-marca:focus-visible {
    outline: 0.1875rem solid #ffffff;
    outline-offset: 0.25rem;
    border-radius: 0.25rem;
}

.cormagdalena-barra-marca img {
    height: 1.5rem;
    width: auto;
    display: block;
}

.cormagdalena-barra-desplegable-modulo {
    position: relative;
}

.cormagdalena-barra-boton-waffle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    border: none;
    outline: none;
    transition: background-color 0.2s ease;
}

.cormagdalena-barra-boton-waffle svg {
    fill: #ffffff;
    width: 1.125rem;
    height: 1.125rem;
}

.cormagdalena-barra-boton-waffle:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

.cormagdalena-barra-boton-waffle:focus-visible {
    outline: 0.1875rem solid #ffffff;
    outline-offset: 0.125rem;
}

.cormagdalena-barra-panel-flotante {
    display: none !important;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    border: 0.0625rem solid #cbd5e1;
    width: 20rem;
    padding: 1.5rem 1rem;
    z-index: 1002;
    text-align: center;
    box-sizing: border-box;
}

.cormagdalena-barra-panel-flotante.cormagdalena-barra-panel-activo {
    display: block !important;
    animation: cormagdalenaEntrada 0.2s ease-out;
}

@keyframes cormagdalenaEntrada {
    from { opacity: 0; transform: translateY(-0.625rem); }
    to { opacity: 1; transform: translateY(0); }
}

.cormagdalena-barra-panel-titulo {
    color: #003366;
    font-size: 1rem;
    margin: 0 0 1.25rem 0;
    font-weight: 700;
    line-height: 1.2;
}

.cormagdalena-barra-rejilla-accesos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cormagdalena-barra-acceso-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 2.75rem;
    outline: none;
    box-sizing: border-box;
}

.cormagdalena-barra-acceso-item:focus-visible {
    outline: 0.1875rem solid #003366;
    outline-offset: 0.25rem;
    border-radius: 0.375rem;
}

.cormagdalena-barra-circulo-glifo {
    width: 3rem;
    height: 3rem;
    background-color: #003366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.cormagdalena-barra-acceso-item:hover .cormagdalena-barra-circulo-glifo {
    background-color: #b91c1c;
    transform: translateY(-0.125rem);
}

.cormagdalena-barra-circulo-glifo svg {
    fill: #ffffff;
    width: 1.5rem;
    height: 1.5rem;
}

.cormagdalena-barra-texto-item {
    color: #0f172a;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-top: 0.5rem;
    line-height: 1.2;
}

.cormagdalena-accesible-oculto {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    padding: 0;
    margin: -0.0625rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-cf337de *//* Colores oficiales del manual de identidad */
:root {
  --gov-blue-official: #3366CC;
  --gov-white: #FFFFFF;
}

.gov-top-bar {
  background-color: var(--gov-blue-official);
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  /* Asegura que siempre esté al frente */
  position: relative;
  z-index: 9999;
}

.gov-container {
  width: 100%;
  max-width: 1200px; /* Alineación estándar con el contenido */
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.gov-logo-link {
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.gov-logo-link img {
  height: 24px; /* Altura reglamentaria para que sea legible pero no invasivo */
  width: auto;
  display: block;
}

/* Ajuste para pantallas muy pequeñas */
@media (max-width: 480px) {
  .gov-top-bar {
    height: 36px; /* Un poco más delgada en móviles */
  }
  
  .gov-logo-link img {
    height: 820px;
  }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-166145 */#cabezote-limpio-cm {
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f0f0f0;
    gap: 15px;
}

#cabezote-limpio-cm *,
#cabezote-limpio-cm *::before,
#cabezote-limpio-cm *::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

#cabezote-limpio-cm .logo-cm-solo img {
    height: 65px;
    width: auto;
    display: block;
    aspect-ratio: auto;
}

#cabezote-limpio-cm .busqueda-cm-sola {
    flex: 0 1 300px;
}

#cabezote-limpio-cm .form-busqueda-cm {
    display: flex;
    width: 100%;
    border: 2px solid #005BB9;
    border-radius: 25px;
    overflow: hidden;
    background-color: #ffffff;
    transition: box-shadow 0.2s ease;
}

#cabezote-limpio-cm .form-busqueda-cm:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 91, 185, 0.35);
}

#cabezote-limpio-cm .input-busqueda-cm {
    flex: 1;
    border: 0;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.2;
    outline: none;
    background-color: transparent;
    color: #333333;
    min-width: 0;
}

#cabezote-limpio-cm .boton-busqueda-cm {
    background-color: #005BB9;
    border: 0;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

#cabezote-limpio-cm .boton-busqueda-cm:hover,
#cabezote-limpio-cm .boton-busqueda-cm:focus {
    background-color: #00448a;
}

@media (max-width: 768px) {
    #cabezote-limpio-cm {
        padding: 10px 15px;
    }

    #cabezote-limpio-cm .logo-cm-solo img {
        height: 45px;
    }

    #cabezote-limpio-cm .busqueda-cm-sola {
        flex: 0 1 180px;
    }

    #cabezote-limpio-cm .input-busqueda-cm {
        padding: 6px 10px;
        font-size: 12px;
    }

    #cabezote-limpio-cm .boton-busqueda-cm {
        padding: 0 10px;
    }
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-866efbf */@media (min-width: 1201px) {
    .elementor-menu-toggle,
    .ast-mobile-menu-trigger,
    .mobile_menu_bar,
    .hamburger-menu-container {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .elementor-nav-menu--layout-horizontal,
    .main-navigation .main-menu,
    #mega-menu-wrap-primary,
    .nav-menu {
        display: none !important;
    }

    .elementor-menu-toggle,
    .ast-mobile-menu-trigger,
    .mobile_menu_bar {
        display: flex !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d04df10 *//* Crafted by Kompilador Developer |  */
:root {
    --color-direccional: #1d3557;
    --color-misional: #457b9d;
    --color-soporte: #2a9d8f;
    --color-control: #e76f51;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f6f9;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}

.contenedor-exterior {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
}

.arco-izquierdo, .arco-derecho {
    background-color: #e9ecef;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-shrink: 0;
}

.texto-arco {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.rotado-izq { 
    transform: rotate(-90deg); 
}

.rotado-der { 
    transform: rotate(90deg); 
}

.mapa-procesos {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 0; 
}

.titulo-mapa {
    text-align: center;
    font-size: clamp(18px, 4vw, 22px);
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.seccion {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.barra-macro {
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: clamp(12px, 3vw, 14px);
    text-align: center;
}

.macro-dir { background-color: var(--color-direccional); }
.macro-mis { background-color: var(--color-misional); }
.macro-sop { background-color: var(--color-soporte); }
.macro-con { background-color: var(--color-control); }

.contenido-circulos, .contenido-flechas, .contenido-control {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    justify-content: center;
    align-items: flex-start;
}

.contenido-soporte {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fila-soporte {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
}

.item-proceso {
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - 10px);
    min-width: 200px;
    flex: 1 1 200px;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    align-self: flex-start;
}

.item-proceso:hover {
    border-color: #b1b7ba;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.toggle-desplegable {
    display: none;
}

.item-circulo, .item-flecha, .item-soporte, .item-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    background-color: #f8f9fa;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    min-height: 48px;
}

.texto-item {
    flex: 1;
    padding-right: 8px;
    line-height: 1.2;
}

.item-circulo:hover, .item-flecha:hover, .item-soporte:hover, .item-control:hover {
    background-color: #e2e6ea;
}

.icono-flecha {
    font-size: 12px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desplegable-archivos {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #ffffff;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    box-sizing: border-box;
}

.toggle-desplegable:checked ~ .desplegable-archivos {
    max-height: 250px;
    padding: 8px;
    border-top: 1px solid #e0e0e0;
    overflow-y: auto;
}

.toggle-desplegable:checked ~ label .icono-flecha {
    transform: rotate(180deg);
}

.lista-archivos {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.item-archivo {
    width: 100%;
}

.archivo-link {
    display: flex;
    align-items: flex-start;
    padding: 8px;
    background: #f1f3f5;
    border-radius: 4px;
    text-decoration: none;
    color: #0066cc;
    font-size: 12px;
    transition: background 0.2s;
    line-height: 1.3;
}

.archivo-link:hover {
    background: #e9ecef;
}

.archivo-icono {
    margin-right: 8px;
    font-weight: bold;
    font-size: 10px;
    background: #d0ebff;
    color: #1864ab;
    padding: 3px 5px;
    border-radius: 3px;
    flex-shrink: 0;
    margin-top: 1px;
}

.nombre-archivo {
    word-break: break-word;
}

.footer-mapa {
    text-align: center;
    background-color: #343a40;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    border-radius: 4px;
    font-size: clamp(12px, 3vw, 14px);
    margin-top: 5px;
}

@media screen and (max-width: 900px) {
    .contenedor-exterior {
        flex-direction: column;
    }
    
    .arco-izquierdo, .arco-derecho {
        width: 100%;
        height: auto;
        padding: 15px 10px;
    }
    
    .rotado-izq, .rotado-der {
        transform: rotate(0deg);
    }
    
    .item-proceso {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 600px) {
    body {
        padding: 5px;
    }
    
    .mapa-procesos {
        padding: 10px;
        gap: 10px;
    }
    
    .item-proceso {
        width: 100%;
        min-width: 100%;
    }
    
    .contenido-circulos, .contenido-flechas, .contenido-control, .contenido-soporte {
        padding: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4a53ab */:root {
  --sigc-gov-primary: #004884;
  --sigc-gov-primary-hover: #00335e;
  --sigc-gov-accent: #3366cc;
  --sigc-gov-text-main: #333333;
  --sigc-gov-text-muted: #4b5563;
  --sigc-gov-surface: #ffffff;
  --sigc-gov-surface-alt: #f8fafc;
  --sigc-gov-border: #dbe2ea;
  --sigc-gov-focus-ring: #ffab00;
  --sigc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --sigc-transition-speed: 200ms;
}

.sigc-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sigc-quality-policy-section {
  font-family: var(--sigc-font-family);
  color: var(--sigc-gov-text-main);
  background-color: var(--sigc-gov-surface);
  line-height: 1.6;
  font-size: 1rem;
  box-sizing: border-box;
  contain: content;
}

.sigc-statement-block {
  margin-block-end: 2.5rem;
  padding-inline-start: 1.5rem;
  border-inline-start: 4px solid var(--sigc-gov-primary);
}

.sigc-statement-title {
  font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
  font-weight: 700;
  color: var(--sigc-gov-primary);
  margin-block: 0 1rem;
  letter-spacing: -0.02em;
}

.sigc-statement-description {
  font-size: 1.0625rem;
  color: var(--sigc-gov-text-muted);
  max-inline-size: 75ch;
  margin-block: 0 1.5rem;
}

.sigc-sst-portal-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: var(--sigc-gov-primary);
  color: var(--sigc-gov-surface);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: background-color var(--sigc-transition-speed) ease;
}

.sigc-sst-portal-link:hover {
  background-color: var(--sigc-gov-primary-hover);
}

.sigc-sst-portal-link:focus-visible {
  outline: 3px solid var(--sigc-gov-focus-ring);
  outline-offset: 2px;
}

.sigc-portal-link-icon {
  flex-shrink: 0;
}

.sigc-matrix-wrapper {
  overflow-x: auto;
  border: 1px solid var(--sigc-gov-border);
  border-radius: 4px;
  background-color: var(--sigc-gov-surface);
}

.sigc-matrix-wrapper:focus-visible {
  outline: 2px solid var(--sigc-gov-primary);
  outline-offset: -1px;
}

.sigc-matrix-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.sigc-matrix-table thead {
  background-color: var(--sigc-gov-primary);
  color: var(--sigc-gov-surface);
}

.sigc-matrix-header-element,
.sigc-matrix-header-objective {
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid var(--sigc-gov-primary);
}

.sigc-matrix-table tbody tr {
  border-block-end: 1px solid var(--sigc-gov-border);
}

.sigc-matrix-table tbody tr:nth-child(even) {
  background-color: var(--sigc-gov-surface-alt);
}

.sigc-matrix-table tbody tr:hover {
  background-color: #f1f5f9;
}

.sigc-policy-element-label {
  padding: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--sigc-gov-primary);
  vertical-align: top;
  inline-size: 32%;
  border-inline-end: 1px solid var(--sigc-gov-border);
}

.sigc-policy-element-details {
  padding: 1.25rem;
  vertical-align: top;
}

.sigc-objectives-list {
  margin: 0;
  padding-inline-start: 1.25rem;
  list-style-type: disc;
}

.sigc-objectives-list li {
  margin-block-end: 0.5rem;
  color: var(--sigc-gov-text-main);
  font-size: 0.9375rem;
}

.sigc-objectives-list li:last-child {
  margin-block-end: 0;
}

@media (max-width: 768px) {
  .sigc-matrix-table,
  .sigc-matrix-table thead,
  .sigc-matrix-table tbody,
  .sigc-matrix-table th,
  .sigc-matrix-table td,
  .sigc-matrix-table tr {
    display: block;
  }

  .sigc-matrix-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .sigc-matrix-table tbody tr {
    border-block-end: 2px solid var(--sigc-gov-border);
    padding: 1rem;
  }

  .sigc-policy-element-label {
    inline-size: 100%;
    padding: 0 0 0.75rem 0;
    border-inline-end: none;
    border-block-end: 1px dashed var(--sigc-gov-border);
    font-size: 1.0625rem;
  }

  .sigc-policy-element-details {
    padding: 0.75rem 0 0 0;
  }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-166049 */.cormagdalena-pie-principal {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
    box-sizing: border-box;
}

.cormagdalena-pie-fondo-primario {
    background-color: #3366CC;
    padding: 3.75rem 0 1.875rem 0;
    width: 100%;
    box-sizing: border-box;
}

.cormagdalena-pie-envoltorio {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    box-sizing: border-box;
}

.cormagdalena-pie-panel-contacto {
    background: #ffffff;
    border-radius: 0.9375rem;
    padding: clamp(1.5rem, 4vw, 2.8125rem);
    box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.15);
    margin-bottom: 2.5rem;
    box-sizing: border-box;
}

.cormagdalena-pie-cabecera {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.875rem;
    border-bottom: 0.125rem solid #e2e8f0;
    padding-bottom: 1.25rem;
}

.cormagdalena-pie-titular {
    color: #003366;
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
}

.cormagdalena-pie-isotipo img {
    height: auto;
    max-width: 11.25rem;
    display: block;
}

.cormagdalena-pie-cuerpo-info {
    font-style: normal;
    display: flex;
    flex-direction: column;
}

.cormagdalena-pie-linea-info {
    font-size: 0.9375rem;
    color: #0f172a;
    margin: 0.5rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    line-height: 1.5;
}

.cormagdalena-pie-icono {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    color: #003366;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.cormagdalena-pie-enlace-directo {
    color: #003366;
    font-weight: 700;
    text-decoration: underline;
    outline: none;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
}

.cormagdalena-pie-enlace-directo:hover {
    color: #b91c1c;
}

.cormagdalena-pie-enlace-directo:focus-visible {
    outline: 0.1875rem solid #003366;
    outline-offset: 0.125rem;
    border-radius: 0.125rem;
}

.cormagdalena-pie-caja-horarios {
    background: #f8fafc;
    padding: 1rem 1.25rem;
    border-left: 0.25rem solid #3366CC;
    margin: 1.25rem 0;
    border-radius: 0 0.3125rem 0.3125rem 0;
}

.cormagdalena-pie-caja-horarios p {
    margin: 0.375rem 0;
    font-size: 0.875rem;
    color: #003366;
    line-height: 1.4;
}

.cormagdalena-pie-derechos-autor {
    font-size: 0.8125rem;
    color: #334155;
    margin: 1rem 0 0 0;
    line-height: 1.4;
}

.cormagdalena-pie-red-comunidades {
    display: flex;
    gap: 0.9375rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.cormagdalena-pie-boton-red {
    background: #f1f5f9;
    padding: 0.625rem 1.125rem;
    border-radius: 0.3125rem;
    color: #003366;
    font-weight: 700;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    min-height: 2.75rem;
    box-sizing: border-box;
    outline: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cormagdalena-pie-icono-red {
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    flex-shrink: 0;
}

.cormagdalena-pie-boton-red:hover {
    background-color: #003366;
    color: #ffffff;
    transform: translateY(-0.125rem);
}

.cormagdalena-pie-boton-red:focus-visible {
    outline: 0.1875rem solid #003366;
    outline-offset: 0.125rem;
}

.cormagdalena-pie-enlaces-legales {
    margin-top: 2rem;
    display: flex;
    gap: 1.5625rem;
    border-top: 0.0625rem solid #e2e8f0;
    padding-top: 1.25rem;
    flex-wrap: wrap;
}

.cormagdalena-pie-vinculo-inferior {
    font-weight: 700;
    color: #003366;
    font-size: 0.875rem;
    text-decoration: none;
    outline: none;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
}

.cormagdalena-pie-vinculo-inferior:hover {
    text-decoration: underline;
    color: #b91c1c;
}

.cormagdalena-pie-vinculo-inferior:focus-visible {
    outline: 0.1875rem solid #003366;
    outline-offset: 0.125rem;
    border-radius: 0.125rem;
}

.cormagdalena-pie-franja-nacional {
    background-color: #0942B4;
    width: 100%;
    padding: 0.875rem 0;
    box-sizing: border-box;
}

.cormagdalena-pie-logos-gobierno {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.875rem;
    box-sizing: border-box;
}

.cormagdalena-pie-marca-vinculo {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    min-width: 2.75rem;
    outline: none;
    transition: opacity 0.2s ease;
}

.cormagdalena-pie-marca-vinculo:hover {
    opacity: 0.85;
}

.cormagdalena-pie-marca-vinculo:focus-visible {
    outline: 0.1875rem solid #ffffff;
    outline-offset: 0.25rem;
    border-radius: 0.25rem;
}

.cormagdalena-pie-marca-vinculo img {
    height: auto;
    display: block;
}

.cormagdalena-accesible-oculto {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 48rem) {
    .cormagdalena-pie-principal {
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .cormagdalena-pie-cabecera { flex-direction: column; text-align: center; }
    .cormagdalena-pie-linea-info { flex-direction: column; gap: 0.25rem; }
    .cormagdalena-pie-enlaces-legales { flex-direction: column; gap: 0.5rem; }
    .cormagdalena-pie-logos-gobierno { justify-content: center; gap: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
    .cormagdalena-pie-boton-red,
    .cormagdalena-pie-marca-vinculo { transition: none; }
    .cormagdalena-pie-boton-red:hover { transform: none; }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ae51bb8 */.main-footer-container {
  background-color: #004884; /* Azul de fondo */
  padding: 60px 0 20px 0;
  font-family: 'Work Sans', sans-serif;
}

.contact-card {
  background-color: #ffffff;
  max-width: 900px;
  margin: 0 auto 40px auto;
  border-radius: 15px; /* Bordes redondeados de la imagen */
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.header-text h2 {
  color: #004884;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  max-width: 500px;
}

.header-logo img {
  height: 80px;
}

.card-body p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0;
}

.card-body a {
  color: #0066ff;
  text-decoration: none;
}

.card-body a:hover {
  text-decoration: underline;
}

.schedule { margin-top: 20px !important; }
.copyright { font-size: 13px !important; color: #666 !important; margin-top: 15px !important; }

/* Redes Sociales */
.social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.social-grid a {
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 13px;
  color: #004884 !important;
  font-weight: 600;
}

/* Enlaces Azules Inferiores */
.bottom-links {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.bottom-links a {
  font-weight: 700;
  color: #004884;
  font-size: 14px;
}

/* Barra Final GOV.CO */
.gov-bar-footer {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gov-logos img {
  height: 35px;
  margin-right: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-card { margin: 10px; padding: 20px; }
  .card-header { flex-direction: column; }
  .header-logo { margin-top: 20px; }
  .bottom-links { flex-direction: column; gap: 10px; }
}/* End custom CSS */