.elementor-169037 .elementor-element.elementor-element-109d6a1:not(.elementor-motion-effects-element-type-background), .elementor-169037 .elementor-element.elementor-element-109d6a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #0943B5 0%, #0943B5 100%);}.elementor-169037 .elementor-element.elementor-element-109d6a1 > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-169037 .elementor-element.elementor-element-109d6a1{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-169037 .elementor-element.elementor-element-57d573e .elementor-menu-toggle{margin:0 auto;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-169037 .elementor-element.elementor-element-8f4a8a9{text-align:center;}.elementor-169037 .elementor-element.elementor-element-f8d63a4{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;
}

.cormag-topbar-layout,
.cormag-topbar-layout * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.cormag-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;
}

.cormag-topbar-layout {
    width: 100%;
    background-color: #ffffff;
    padding: 12px 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-bottom: 2px solid #f0f0f0;
}

.cormag-logo-anchor {
    display: flex;
    align-items: center;
    outline-offset: 4px;
}

.cormag-logo-graphic {
    height: 60px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.cormag-search-module {
    flex: 0 1 320px;
    display: flex;
    border: 2px solid #005bb9;
    border-radius: 25px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.cormag-search-module:focus-within {
    border-color: #003366;
    box-shadow: 0 0 0 3px rgba(0, 91, 185, 0.3);
}

.cormag-search-action {
    display: flex;
    width: 100%;
    align-items: center;
}

.cormag-search-field {
    flex: 1;
    min-width: 0;
    border: none;
    padding: 10px 16px;
    font-size: 16px;
    color: #333333;
    outline: none;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}

.cormag-search-field::placeholder {
    color: #666666;
    opacity: 1;
}

.cormag-search-trigger {
    background: #005bb9;
    border: none;
    min-width: 44px;
    min-height: 44px;
    padding: 0 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.cormag-search-trigger:hover,
.cormag-search-trigger:focus-visible {
    background-color: #004488;
    outline: none;
}

.cormag-search-svg {
    display: block;
    pointer-events: none;
}

@media (max-width: 768px) {
    .cormag-topbar-layout {
        padding: 10px 16px;
        gap: 12px;
    }

    .cormag-logo-graphic {
        height: 40px;
    }

    .cormag-search-module {
        flex: 1;
        max-width: 220px;
    }

    .cormag-search-field {
        padding: 8px 12px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .cormag-topbar-layout {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .cormag-corporate-identity {
        display: flex;
        justify-content: center;
    }

    .cormag-search-module {
        max-width: 100%;
        width: 100%;
    }
}

.cormag-cabecera-unificada{width:100%;display:block;}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-109d6a1 *//* 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-57d573e */@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 heading, class: .elementor-element-8f4a8a9 */.elementor-169037 .elementor-element.elementor-element-8f4a8a9 blockquote {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    background: transparent !important;
}

.elementor-169037 .elementor-element.elementor-element-8f4a8a9 blockquote p {
    margin: 0 !important;
    display: inline-block;
}

.elementor-169037 .elementor-element.elementor-element-8f4a8a9 .elementor-blockquote__content {
    border: none !important;
    padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-168345 */.progress-wrapper {
  width: 300px;
  margin: 0 auto;
}

.progress-section {
  width: 300px;
  padding: 0;
}

.progress-bar {
  display: flex;
  width: 300px;
  height: 20px;
  border-radius: 4px;
  overflow: hidden;
  gap: 0;
}

.progress-segment {
  display: flex;
  flex: 1;
}

.yellow {
  background-color: #FFEB3B;
  flex: 5;
}

.blue {
  background-color: #2E5090;
  flex: 3;
}

.red {
  background-color: #D32F2F;
  flex: 2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8e88dd */.cormagdalena-rendicion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a202c;
}

.rendicion-bloque-modulo {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.rendicion-bloque-encabezado {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  border-bottom: 2px solid #edf2f7;
  padding-bottom: 0.85rem;
}

.rendicion-titulo-principal {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.35;
}

.rendicion-descripcion-contexto {
  font-size: 0.925rem;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

.rendicion-lista-vigencias {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rendicion-item-vigencia {
  margin: 0;
  padding: 0;
}

.rendicion-enlace-formulario,
.rendicion-estado-contenedor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1.25rem;
  border-radius: 6px;
  text-decoration: none;
  box-sizing: border-box;
  min-height: 52px;
}

.rendicion-enlace-formulario {
  background-color: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #0f172a;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.rendicion-enlace-formulario:hover {
  background-color: #f1f5f9;
  border-color: #94a3b8;
  transform: translateX(3px);
}

.rendicion-enlace-formulario:focus-visible {
  outline: 2px solid #0284c7;
  outline-offset: 2px;
}

.rendicion-estado-contenedor {
  background-color: #f8fafc;
  border: 1px dashed #cbd5e1;
  color: #64748b;
  cursor: not-allowed;
}

.rendicion-etiqueta-anio {
  font-size: 0.95rem;
  font-weight: 600;
}

.rendicion-badge-estado {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  font-size: 0.775rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
  border-radius: 9999px;
}

.rendicion-accion-icono {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0284c7;
}

@media (max-width: 640px) {
  .rendicion-bloque-modulo {
    padding: 1.25rem;
  }

  .rendicion-titulo-principal {
    font-size: 1.1rem;
  }

  .rendicion-enlace-formulario,
  .rendicion-estado-contenedor {
    padding: 0.75rem 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8d63a4 */.full-width-footer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.footer-blue-bg {
  background-color: #0943B5; 
  padding: 60px 0 30px 0;
  width: 100%;
}

.footer-container {
  max-width: 1200px; 
  margin: 0 auto;
  padding: 0 20px;
}

.contact-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 45px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  margin-bottom: 40px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 20px;
}

.header-text h2 {
  color: #004884;
  font-size: 22px;
  margin: 0;
  font-weight: 700;
}

.card-body p {
  font-size: 15px;
  color: #444;
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.schedule-box {
  background: #fdfdfd;
  padding: 15px;
  border-left: 4px solid #3366cc;
  margin: 25px 0;
  border-radius: 0 5px 5px 0;
}

.schedule-box p {
  margin: 0 !important;
  display: block !important;
  color: #004884 !important;
}

.copyright {
  font-size: 13px !important;
  color: #888 !important;
  margin-top: 20px !important;
}

.social-grid {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.social-grid a {
  background: #f0f5fa;
  padding: 8px 18px;
  border-radius: 5px;
  color: #004884 !important;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.bottom-links {
  margin-top: 40px;
  display: flex;
  gap: 25px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.bottom-links a {
  font-weight: 700;
  color: #004884 !important;
  font-size: 14px;
  text-decoration: none;
}

.gov-bar-footer {
  display: flex;
  gap: 30px;
  align-items: center;
}

.gov-bar-footer img {
  height: 40px;
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .full-width-footer { width: 100%; left: 0; right: 0; margin-left: 0; margin-right: 0; }
  .card-header { flex-direction: column; text-align: center; }
}
.footer-institucional-gov {
    background-color: #0943B5;
    width: 100%;
    padding: 12px 0;
}

.container-logos-gov {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.container-logos-gov a {
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease;
}

.container-logos-gov a:hover {
    opacity: 0.8;
}

.container-logos-gov a:first-child img {
    height: 35px;
    width: auto;
}

.container-logos-gov a:last-child img {
    height: 45px;
    width: auto;
}

@media (max-width: 768px) {
    .container-logos-gov {
        justify-content: center;
        gap: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-54ebbb6 */.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 */