@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');#APEX_SUCCESS_MESSAGE,
#APEX_ERROR_MESSAGE,
.u-Notification {position: fixed !important;top: 20px !important;right: 20px !important;left: auto !important;width: 400px !important;max-width: 90vw !important;z-index: 10000 !important;margin: 0 !important;transform: none !important;animation: slideInRight 0.3s ease-out !important;}@keyframes slideInRight {from {transform: translateX(100%);opacity: 0;}to {transform: translateX(0);opacity: 1;}}#dynamic-content > div {display: none !important;}#dynamic-content > div.active {display: block !important;/* background: transparent !important; */
}.debug-border {border: 2px solid red !important;}.login-layout {display: flex;min-height: 100vh;background-color: #f8f9fa;/* background-image: url('#APP_FILES#icons/FondoLogin.png') !important;background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;background-attachment: fixed !important; */

}.sidebar-vertical {width: 280px;background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);color: white;display: flex;flex-direction: column;box-shadow: 2px 0 10px rgba(0,0,0,0.1);z-index: 1000;transition: all 0.3s ease;}.sidebar-vertical {transition: all 0.3s ease;}.sidebar-vertical.collapsed {width: 70px;}.sidebar-vertical.collapsed .sidebar-brand h4, .sidebar-vertical.collapsed .sidebar-brand i,
.sidebar-vertical.collapsed .menu-text,
.sidebar-vertical.collapsed .footer-text {display: none;}.sidebar-vertical.collapsed .sidebar-brand {padding: 1.5rem 0.5rem;}.sidebar-vertical.collapsed .menu-link {padding: 0.75rem 0.5rem;justify-content: center;}.sidebar-vertical.collapsed .menu-link i {margin-right: 0;font-size: 1.2rem;}.sidebar-vertical.collapsed .sidebar-toggle .fa-bars:before {content: "\f061";}.sidebar-header {position: relative;padding: 1rem;border-bottom: 1px solid rgba(255,255,255,0.1);display: flex;align-items: center;gap: 0.5rem;}.sidebar-toggle {background: none;border: none;color: rgba(255,255,255,0.8);font-size: 1.2rem;cursor: pointer;padding: 0.5rem;border-radius: 4px;transition: all 0.3s ease;flex-shrink: 0;}.sidebar-toggle:hover {background-color: rgba(255,255,255,0.1);color: white;}.sidebar-brand {flex: 1;text-align: center;padding: 0;display: flex;flex-direction: column;align-items: center;}.sidebar-brand i {font-size: 1.8rem;margin-bottom: 0.25rem;color: #3498db;transition: font-size 0.3s ease;}.sidebar-brand h4 {margin: 0;font-weight: 600;color: white;font-size: 1rem;transition: all 0.3s ease;}.sidebar-nav {flex: 1;padding: 1rem 0;}.sidebar-menu {list-style: none;padding: 0;margin: 0;}.menu-item {margin: 0.25rem 0.75rem;}.menu-link {display: flex;align-items: center;padding: 0.75rem 1rem;color: rgba(255,255,255,0.8);text-decoration: none;border-radius: 8px;transition: all 0.3s ease;font-weight: 500;}.menu-link:hover {background-color: rgba(255,255,255,0.1);color: white;transform: translateX(5px);}.menu-link.active {background-color: #3498db;color: white;box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);}.menu-link i {width: 20px;margin-right: 0.75rem;text-align: center;}.menu-link.external2 {color: rgba(255,255,255,0.8);}.menu-link.external2:hover {background-color: rgba(163, 128, 31, 0.1);color: white;transform: translateX(5px);}.menu-link.external {color: #EAB657;}.menu-link.external:hover {background-color: #3498db;box-shadow: 0px 4px 12px rgba(52, 152, 219, 0.3);}.menu-divider {height: 1px;background: rgba(255,255,255,0.1);margin: 1rem 0.75rem;}.sidebar-footer {padding: 1rem 1.5rem;border-top: 1px solid rgba(255,255,255,0.1);text-align: center;}.sidebar-footer small {color: rgba(255,255,255,0.6);font-size: 0.75rem;}.main-content {position: relative;flex: 1;z-index: 1;overflow-y: auto;background-color: white;background-image: url('#APP_FILES#icons/FondoLogin.png') !important;background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;background-attachment: fixed !important;}.content-wrapper {padding: 2rem;max-width: 1020px;margin: 0 auto;position: relative;z-index: 1;}.main-content::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;}.region-content {display: none;animation: fadeIn 0.3s ease-in;}.region-content.active {display: block;}@keyframes fadeIn {from { opacity: 0; transform: translateY(10px); }to { opacity: 1; transform: translateY(0); }}.t-Content-body {padding: 0 !important;}.region-content .t-Form {background: transparent;border: none;box-shadow: none;}.region-content { display: none; }.region-content.active { display: block; }.sidebar-overlay {display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);z-index: 999;}.content-toggle {display: none;padding: 1rem;}.mobile-toggle {background: #3498db;color: white;border: none;padding: 0.75rem 1rem;border-radius: 6px;cursor: pointer;font-size: 1rem;}.main-content {transition: margin-left 0.3s ease;}.sidebar-vertical.collapsed + .main-content {margin-left: 0;}@media (max-width: 1024px) {.login-layout {position: relative;overflow-x: hidden;}.sidebar-vertical {position: fixed;left: 0;top: 0;bottom: 0;z-index: 1001;width: 280px;transform: translateX(-100%);transition: transform 0.3s ease;box-shadow: 2px 0 10px rgba(0,0,0,0.3);}.sidebar-vertical.mobile-open {transform: translateX(0);}.sidebar-overlay {display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);z-index: 1000;backdrop-filter: blur(2px);}.sidebar-overlay.active {display: block;animation: fadeIn 0.3s ease;}.content-toggle {display: flex;justify-content: space-between;align-items: center;position: fixed;top: 0;left: 0;right: 0;background: linear-gradient(135deg, rgba(14, 37, 92, 0.95), rgba(20, 50, 120, 0.95));z-index: 1000;padding: 0.5rem 1rem;height: 60px;border-bottom: 2px solid #EAB657;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);backdrop-filter: blur(10px);transition: transform 0.3s ease, opacity 0.3s ease;}.content-toggle.hidden {transform: translateY(-100%);opacity: 0;}.content-toggle.visible {transform: translateY(0);opacity: 1;}.mobile-toggle {background: #EAB657;color: white;border: none;padding: 0.5rem 1rem;border-radius: 6px;cursor: pointer;font-size: 1rem;font-weight: 600;display: flex;align-items: center;gap: 0.5rem;min-height: 44px;min-width: 44px;transition: all 0.3s ease;}.mobile-toggle i {font-size: 1.2rem;}.mobile-toggle-label {color: white;font-weight: 600;font-size: 1rem;margin-left: 0.5rem;display: none;}.mobile-toggle-label {color: white;font-weight: 600;font-size: 1rem;margin-left: 0.5rem;display: none;}@media (min-width: 480px) {.mobile-toggle-label {display: inline;}}.main-content {margin-left: 0 !important;width: 100%;min-height: 100vh;padding-top: 60px;}body.sidebar-open {overflow: hidden;}.sidebar-open .main-content {pointer-events: none;user-select: none;}.sidebar-toggle {display: flex !important;}.sidebar-vertical.collapsed,
.sidebar-vertical:not(.collapsed) {width: 280px !important;transform: translateX(-100%);}.sidebar-vertical.collapsed.mobile-open,
.sidebar-vertical.mobile-open {transform: translateX(0);}.sidebar-vertical .menu-text,
.sidebar-vertical.collapsed .menu-text,
.sidebar-vertical.mobile-open .menu-text {display: inline !important;}.sidebar-vertical .sidebar-brand h4,
.sidebar-vertical.collapsed .sidebar-brand h4,
.sidebar-vertical.mobile-open .sidebar-brand h4 {display: block !important;}.sidebar-vertical .menu-link,
.sidebar-vertical.collapsed .menu-link,
.sidebar-vertical.mobile-open .menu-link {padding: 0.75rem 1rem !important;justify-content: flex-start !important;}.sidebar-vertical .menu-link i,
.sidebar-vertical.collapsed .menu-link i,
.sidebar-vertical.mobile-open .menu-link i {margin-right: 0.75rem !important;font-size: 1rem !important;}}@media (min-width: 1025px) {.sidebar-vertical.collapsed + .main-content {margin-left: 70px;transition: margin-left 0.3s ease;}.sidebar-vertical:not(.collapsed) + .main-content {margin-left: 280px;transition: margin-left 0.3s ease;}.content-toggle,
.sidebar-overlay {display: none !important;}}@media (max-width: 768px) {.login-layout {flex-direction: column;}.sidebar-vertical {width: 300px;height: auto;}.main-content {min-height: calc(100vh - 200px);}.content-toggle {padding: 0.75rem;}.mobile-toggle {font-size: 0.9rem;padding: 0.6rem 0.9rem;}}@media (max-width: 480px) {.sidebar-vertical {width: 100%;max-width: 320px;}}.language-selector {display: flex;gap: 0.5rem;padding: 1rem;justify-content: center;border-top: 1px solid rgba(255, 255, 255, 0.1);margin-top: auto;}.btn-lang {background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.3);color: rgba(255, 255, 255, 0.8);padding: 0.5rem 0.75rem;border-radius: 8px;cursor: pointer;font-size: 0.8rem;font-weight: 600;transition: all 0.3s ease;display: flex;align-items: center;gap: 0.5rem;min-width: 60px;justify-content: center;}.btn-lang:hover {background: rgba(255, 255, 255, 0.2);color: white;transform: translateY(-2px);box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.btn-lang.active {background: #3498db;color: white;border-color: #3498db;box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);}.btn-lang i {font-size: 1.1rem;width: 16px;text-align: center;}.fa-flag-es {color: #ff0000;}.fa-flag-usa {color: #3c3b6e;}.lang-text {font-size: 0.75rem;font-weight: 700;}.sidebar-vertical.collapsed .language-selector {flex-direction: column;gap: 0.25rem;padding: 0.5rem;}.sidebar-vertical.collapsed .btn-lang {min-width: auto;padding: 0.5rem;justify-content: center;}.sidebar-vertical.collapsed .lang-text {display: none;}.sidebar-vertical.collapsed .btn-lang i {font-size: 1.3rem;margin: 0;}@media (max-width: 1024px) {.language-selector {margin-top: 0;border-top: none;padding: 0.5rem;}.content-toggle .language-selector {display: flex;gap: 0.5rem;}.content-toggle .btn-lang {padding: 0.4rem 0.6rem;font-size: 0.75rem;}}.btn-lang {transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}.filtros-container {background: #f8f9fa;border-radius: 10px;padding: 1.5rem;margin-bottom: 2rem;border: 1px solid #e9ecef;position: relative;}.btn-toggle-filtros {background: #0e255c;color: white;border: none;padding: 0.75rem 1.5rem;border-radius: 6px;cursor: pointer;font-size: 1rem;display: inline-flex;align-items: center;gap: 0.5rem;transition: all 0.3s ease;min-width: auto;}.btn-toggle-filtros:hover {background: #0e255c;transform: translateY(-2px);}.filtros-content {display: none;margin-top: 1.5rem;padding-top: 1.5rem;border-top: 1px solid #dee2e6;}.filtros-content.active {display: block;animation: fadeIn 0.3s ease;}.filtros-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 1.5rem;align-items: start;}.filtro-group {display: flex;flex-direction: column;}.filtro-group label {font-weight: 600;color: #2c3e50;margin-bottom: 0.5rem;font-size: 0.9rem;text-transform: uppercase;letter-spacing: 0.5px;}.filtro-select {appearance: none;-webkit-appearance: none;-moz-appearance: none;padding: 0.75rem 1rem;border: 2px solid #e0e0e0;border-radius: 8px;font-size: 1rem;background: white url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 1rem center/8px 10px;background-color: white;cursor: pointer;transition: all 0.3s ease;box-shadow: 0 2px 4px rgba(0,0,0,0.05);}.filtro-select:focus {outline: none;border-color: #3498db;box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);background-color: #f8fbfe;}.filtro-select:hover {border-color: #bdc3c7;box-shadow: 0 4px 8px rgba(0,0,0,0.1);}.filtro-input {padding: 0.75rem 1rem;border: 2px solid #e0e0e0;border-radius: 8px;font-size: 1rem;background: white;transition: all 0.3s ease;box-shadow: 0 2px 4px rgba(0,0,0,0.05);}.filtro-input:focus {outline: none;border-color: #3498db;box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);background-color: #f8fbfe;}.filtro-input:hover {border-color: #bdc3c7;box-shadow: 0 4px 8px rgba(0,0,0,0.1);}.filtro-input::placeholder {color: #95a5a6;font-style: italic;}datalist {max-height: 200px;overflow-y: auto;}datalist option {padding: 0.5rem;cursor: pointer;}datalist option:hover {background-color: #f8f9fa;}.filtro-actions {display: flex;gap: 1rem;align-items: center;justify-content: center;grid-column: 1 / -1;margin-top: 0.5rem;}.btn-filtrar,
.btn-limpiar {padding: 0.75rem 2rem;border: none;border-radius: 8px;cursor: pointer;font-size: 1rem;display: flex;align-items: center;gap: 0.5rem;transition: all 0.3s ease;min-width: 160px;justify-content: center;font-weight: 600;text-transform: uppercase;letter-spacing: 0.5px;}.btn-filtrar {background: linear-gradient(135deg, #27ae60, #2ecc71);color: white;box-shadow: 0 4px 6px rgba(39, 174, 96, 0.2);}.btn-filtrar:hover {background: linear-gradient(135deg, #219a52, #27ae60);transform: translateY(-2px);box-shadow: 0 6px 12px rgba(39, 174, 96, 0.3);}.btn-limpiar {background: #EAB657;color: white;box-shadow: 0 4px 6px rgba(149, 165, 166, 0.2);}.btn-limpiar:hover {background: linear-gradient(135deg, #6d6e6e, #95a5a6);transform: translateY(-2px);box-shadow: 0 6px 12px rgba(149, 165, 166, 0.3);}.traductores-grid {display: grid;grid-template-columns: 1fr;margin: 1.5rem 0;}.tarjeta-traductor {background: white;border-radius: 8px;padding: 1.25rem;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);border: 1px solid #e9ecef;transition: all 0.3s ease;position: relative;overflow: hidden;width: 100%;}.tarjeta-traductor::before {content: '';position: absolute;top: 0;left: 0;width: 3px;height: 100%;background: linear-gradient(135deg, #3498db, #2ecc71);}.tarjeta-traductor:hover {transform: translateY(-3px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);}.tarjeta-header {border-bottom: 1px solid #f8f9fa;padding-bottom: 0.75rem;margin-bottom: 0.75rem;}.tarjeta-cargo {color: #2c3e50;font-weight: 600;font-size: 0.85rem;margin-bottom: 0.25rem;text-transform: uppercase;letter-spacing: 0.5px;}.tarjeta-nombre {color: #2c3e50;font-size: 1.1rem;font-weight: 700;margin-bottom: 0.25rem;line-height: 1.3;}.tarjeta-ubicacion {color: #6d6e6e;font-size: 0.9rem;display: flex;align-items: center;gap: 0.5rem;}.tarjeta-contacto {margin-top: 0.75rem;}.contacto-item {display: flex;align-items: center;gap: 0.5rem;margin-bottom: 0.5rem;color: #2c3e50;font-size: 0.9rem;}.contacto-item.telefono i {color: #27ae60;width: 16px;text-align: center;}.contacto-item.email i {color: #3498db;width: 16px;text-align: center;}.contacto-item.ubicacion i {color: #6d6e6e;width: 16px;text-align: center;}.contacto-email {color: #0e255c;text-decoration: none;font-weight: 500;}.contacto-email:hover {text-decoration: underline;color: #0e255c;}.funcionarios-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;margin: 1.5rem 0;}.tarjeta-funcionario {background: white;border-radius: 8px;padding: 1.25rem;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);border: 1px solid #e9ecef;transition: all 0.3s ease;position: relative;overflow: hidden;width: 100%;}.tarjeta-funcionario::before {content: '';position: absolute;top: 0;left: 0;width: 3px;height: 100%;background: linear-gradient(135deg, #0e255c, #e6c922);}.tarjeta-funcionario:hover {transform: translateY(-3px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);}.tarjeta-institucion {color: #6d6e6e;font-weight: 600;font-size: 0.9rem;margin-bottom: 0.5rem;display: flex;align-items: center;gap: 0.5rem;text-transform: uppercase;letter-spacing: 0.5px;}.tarjeta-institucion i {color: #6d6e6e;}.tarjeta-nombre {color: #2c3e50;font-size: 1.2rem;font-weight: 700;margin-bottom: 0.25rem;}.tarjeta-cargo {color: #6d6e6e;font-style: italic;font-size: 0.95rem;}.paginacion {display: flex;justify-content: center;align-items: center;gap: 0.5rem;margin-top: 2rem;padding-top: 1.5rem;border-top: 1px solid #e9ecef;}.btn-pagina {background: #f8f9fa;border: 1px solid #dee2e6;padding: 0.5rem 0.75rem;border-radius: 6px;cursor: pointer;transition: all 0.3s ease;min-width: 40px;text-align: center;font-size: 0.9rem;color: #495057;}.btn-pagina:hover {background: #e9ecef;border-color: #adb5bd;}.btn-pagina.active {background: #3498db;color: white;border-color: #3498db;font-weight: 600;}.btn-pagina-siguiente {background: #f8f9fa;border: 1px solid #dee2e6;padding: 0.5rem 0.75rem;border-radius: 6px;cursor: pointer;transition: all 0.3s ease;min-width: 40px;text-align: center;color: #495057;}.btn-pagina-siguiente:hover {background: #e9ecef;border-color: #adb5bd;}.paginacion-text {color: #6c757d;margin: 0 0.25rem;font-size: 0.9rem;}.paginacion-info {margin-left: 1rem;color: #6c757d;font-size: 0.9rem;font-style: italic;}.btn-pagina, .btn-pagina-siguiente {transition: all 0.3s ease;}.btn-pagina:hover:not(.active),
.btn-pagina-siguiente:hover {background: #3498db;color: white;border-color: #3498db;}.paginacion:empty {display: none;}.loading {opacity: 0.6;pointer-events: none;position: relative;}.loading::before {content: 'Cargando...';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: rgba(52, 152, 219, 0.9);color: white;padding: 0.5rem 1rem;border-radius: 4px;font-size: 0.9rem;z-index: 10;}@media (max-width: 768px) {.filtros-grid {grid-template-columns: 1fr;gap: 1rem;}.filtro-actions {flex-direction: column;gap: 0.75rem;}.btn-filtrar,
.btn-limpiar {min-width: 100%;}.traductores-grid {grid-template-columns: 1fr;}.paginacion {flex-wrap: wrap;gap: 0.25rem;}.btn-pagina {padding: 0.4rem 0.6rem;min-width: 36px;font-size: 0.85rem;}}@keyframes fadeIn {from {opacity: 0;transform: translateY(-10px);}to {opacity: 1;transform: translateY(0);}}.contacto-container {max-width: 1200px;margin: 0 auto;padding: 1.5rem;}.contacto-header {text-align: center;margin-bottom: 2rem;padding-bottom: 1.5rem;border-bottom: 2px solid #EAB657;}.contacto-title {color: #2c3e50;font-size: 2rem;margin-bottom: 0.75rem;display: flex;align-items: center;justify-content: center;gap: 0.75rem;}.contacto-title i {color: #EAB657;}.contacto-subtitle {color: #6d6e6e;font-size: 1.1rem;line-height: 1.5;max-width: 700px;margin: 0 auto;}.contacto-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 1rem;margin-bottom: 2rem;}.contacto-card {background: white;border-radius: 8px;padding: 1.25rem;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);border: 1px solid #e9ecef;transition: all 0.3s ease;display: flex;align-items: center;gap: 1rem;position: relative;overflow: hidden;min-height: 90px;}.contacto-card::before {content: '';position: absolute;top: 0;left: 0;width: 3px;height: 100%;background: linear-gradient(135deg, #94701c,#EAB657);}.contacto-card:hover {transform: translateY(-2px);box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);}.contacto-icon {background: linear-gradient(135deg, #94701c,#EAB657);color: white;width: 45px;height: 45px;border-radius: 50%;display: flex;align-items: center;justify-content: center;flex-shrink: 0;font-size: 1.1rem;}.contacto-content {flex: 1;}.contacto-content h3 {color: #94701c;font-size: 1rem;margin-bottom: 0.25rem;font-weight: 600;}.contacto-info {color: #2c3e50;font-size: 0.95rem;font-weight: 500;margin-bottom: 0.15rem;line-height: 1.3;}.contacto-desc {color: #2c3e50;font-size: 0.8rem;font-style: italic;}.contacto-adicional {background: linear-gradient(135deg, #fff3cd, #ffeaa7);border: 1px solid #ffeaa7;border-radius: 8px;padding: 1rem 1.25rem;margin-bottom: 1rem;}.advertencia-info {display: flex;align-items: flex-start;gap: 0.75rem;}.advertencia-info i {color: #f39c12;font-size: 1.1rem;margin-top: 0.1rem;flex-shrink: 0;}.advertencia-info div {color: #856404;margin: 0;line-height: 1.4;font-size: 0.9rem;}@media (max-width: 768px) {.contacto-container {padding: 1rem;}.contacto-title {font-size: 1.75rem;flex-direction: column;gap: 0.5rem;}.contacto-grid {grid-template-columns: 1fr;gap: 0.75rem;}.contacto-card {padding: 1rem;gap: 0.75rem;min-height: 80px;}.contacto-icon {width: 40px;height: 40px;font-size: 1rem;}.contacto-content h3 {font-size: 0.95rem;}.contacto-info {font-size: 0.9rem;}.advertencia-info {flex-direction: column;text-align: center;gap: 0.5rem;}}@media (max-width: 480px) {.contacto-card {flex-direction: column;text-align: center;gap: 0.5rem;min-height: auto;padding: 1rem 0.75rem;}.contacto-icon {width: 35px;height: 35px;font-size: 0.9rem;}}@keyframes fadeInUp {from {opacity: 0;transform: translateY(15px);}to {opacity: 1;transform: translateY(0);}}.contacto-card {animation: fadeInUp 0.4s ease forwards;}.contacto-card:nth-child(1) { animation-delay: 0.1s; }.contacto-card:nth-child(2) { animation-delay: 0.15s; }.contacto-card:nth-child(3) { animation-delay: 0.2s; }.contacto-card:nth-child(4) { animation-delay: 0.25s; }.contacto-card:nth-child(5) { animation-delay: 0.3s; }.contacto-card:nth-child(6) { animation-delay: 0.35s; }@media (max-width: 768px) {.contacto-container {padding: 1rem;}.contacto-title {font-size: 2rem;flex-direction: column;gap: 0.5rem;}.contacto-grid {grid-template-columns: 1fr;}.contacto-card {padding: 1.5rem;flex-direction: column;text-align: center;gap: 1rem;}.advertencia-info {flex-direction: column;text-align: center;}.mapa-placeholder {padding: 2rem 1rem;}}@keyframes fadeInUp {from {opacity: 0;transform: translateY(20px);}to {opacity: 1;transform: translateY(0);}}.contacto-card {animation: fadeInUp 0.5s ease forwards;}.contacto-card:nth-child(1) { animation-delay: 0.1s; }.contacto-card:nth-child(2) { animation-delay: 0.2s; }.contacto-card:nth-child(3) { animation-delay: 0.3s; }.contacto-card:nth-child(4) { animation-delay: 0.4s; }.contacto-card:nth-child(5) { animation-delay: 0.5s; }.contacto-card:nth-child(6) { animation-delay: 0.6s; }.scroll-to-top {position: fixed;bottom: 100px;right: 30px;width: 50px;height: 50px;color: #0e255c;border:hsl(0, 0%, 100%);border-radius: 50%;cursor: pointer;font-size: 1.2rem;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);transition: all 0.3s ease;z-index: 10000;display: none;align-items: center;justify-content: center;opacity: 0;transform: translateY(20px);}.scroll-to-top.show {display: flex;opacity: 1;transform: translateY(0);animation: fadeInUp 0.3s ease;}.scroll-to-top {z-index: 10001;}@media (max-width: 768px) {.scroll-to-top {width: 45px;height: 45px;bottom: 20px;right: 20px;font-size: 1.1rem;}}@keyframes fadeInUp {from {opacity: 0;transform: translateY(20px);}to {opacity: 1;transform: translateY(0);}}.tramites-title {color: #EAB657;font-size: 2.2rem;margin-bottom: 0.5rem;display: flex;align-items: center;justify-content: center;gap: 1rem;text-shadow: 1px 1px 2px rgba(0,0,0,0.3);}.tramites-title i {color: #EAB657;}.tramites-subtitle {color: #EAB657;font-size: 1.1rem;font-weight: 500;text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}.faq-container-table {max-width: 1000px;margin: 0 auto;}.faq-controls {display: flex;justify-content: space-between;align-items: center;margin-bottom: 1.5rem;gap: 1rem;padding: 0 0.5rem;}.search-container-table {position: relative;flex: 1;max-width: 500px;}.search-container-table i {position: absolute !important;left: 1rem;top: 50%;transform: translateY(-50%);color: #6d6e6e;z-index: 2;}.search-container-table input {width: 100%;padding: 0.75rem 1rem 0.75rem 2.5rem;border: 2px solid #e0e0e0;border-radius: 8px;font-size: 1rem;transition: all 0.3s ease;background: white;}.search-container-table input:focus {outline: none;border-color: #3498db;box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);}.table-info {color: #6d6e6e;font-size: 0.9rem;white-space: nowrap;}.faq-table-container {background: white;border-radius: 12px;box-shadow: 0 2px 8px rgba(0,0,0,0.1);border: 1px solid #e0e0e0;margin-bottom: 2rem;overflow: hidden;}.faq-table {width: 100%;border-collapse: collapse;margin: 0;}.faq-table th {background: linear-gradient(135deg, #2c3e50, #34495e);color: white;padding: 1rem 1.25rem;text-align: left;font-weight: 600;font-size: 0.9rem;text-transform: uppercase;letter-spacing: 0.5px;}.faq-table th.col-num {width: 60px;text-align: center;}.faq-table th.col-pregunta {width: auto;}.faq-table td {padding: 1rem 1.25rem;border-bottom: 1px solid #f8f9fa;vertical-align: top;}.faq-table tbody tr {transition: all 0.3s ease;cursor: pointer;}.faq-table tbody tr:hover {background: #f8f9fa;transform: translateX(5px);}.faq-table tbody tr.active {background: linear-gradient(135deg, #e3f2fd, #bbdefb);border-left: 4px solid #3498db;}.faq-table tbody tr.active td:first-child {border-left: none;}.col-num {text-align: center;font-weight: 600;color: #6d6e6e;font-size: 0.9rem;}.col-pregunta {color: #2c3e50;line-height: 1.4;font-size: 0.95rem;}.faq-content-table {background: white;border-radius: 12px;box-shadow: 0 4px 16px rgba(0,0,0,0.1);border: 1px solid #e0e0e0;min-height: 400px;}.faq-content-placeholder-table {display: flex;flex-direction: column;align-items: center;justify-content: center;height: 400px;padding: 3rem;text-align: center;color: #6d6e6e;}.faq-content-active-table {padding: 2.5rem;min-height: 400px;}.faq-content-header-table {border-bottom: 2px solid #3498db;padding-bottom: 1.5rem;margin-bottom: 2rem;}.faq-content-title-table {color: #2c3e50;font-size: 1.6rem;margin: 0 0 0.5rem 0;line-height: 1.3;}.faq-content-subtitle-table {color: #6d6e6e;font-size: 1.1rem;margin: 0;}.faq-content-body-table {line-height: 1.6;color: #2c3e50;}.faq-table .loading-preguntas {text-align: center;padding: 3rem;color: #6d6e6e;}.faq-table .loading-preguntas td {border: none;padding: 2rem;}.faq-table .no-results {text-align: center;padding: 3rem;color: #6d6e6e;}.faq-table .no-results td {border: none;padding: 2rem;}.faq-table .no-results i {font-size: 2.5rem;margin-bottom: 1rem;color: #bdc3c7;}@media (max-width: 768px) {.faq-controls {flex-direction: column;align-items: stretch;}.search-container-table {max-width: none;}.table-info {text-align: center;}.faq-table-container {overflow-x: auto;}.faq-table {min-width: 600px;}.faq-content-active-table {padding: 1.5rem;}.faq-content-title-table {font-size: 1.4rem;}}@media (max-width: 480px) {.faq-table th,
.faq-table td {padding: 0.75rem 1rem;}.faq-content-active-table {padding: 1rem;}}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}.faq-content-active-table {animation: fadeIn 0.4s ease;}.faq-table tbody tr {animation: fadeIn 0.3s ease;}.faq-table-container {position: relative;}.faq-cards-container {display: none;background: white;border-radius: 12px;overflow: hidden;box-shadow: 0 2px 8px rgba(0,0,0,0.1);margin-bottom: 1.5rem;}.loading-cards {text-align: center;padding: 3rem;color: #6d6e6e;}.loading-cards i {margin-right: 0.5rem;}.faq-card {padding: 1.25rem 1rem;border-bottom: 1px solid #f0f0f0;cursor: pointer;transition: all 0.3s ease;position: relative;}.faq-card:last-child {border-bottom: none;}.faq-card:hover {background-color: #f8f9fa;transform: translateX(3px);}.faq-card.active {background: linear-gradient(135deg, #e3f2fd, #bbdefb);border-left: 4px solid #3498db;}.card-header {display: flex;align-items: flex-start;gap: 1rem;}.card-number {background: #3498db;color: white;width: 32px;height: 32px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 0.9rem;flex-shrink: 0;margin-top: 0.125rem;transition: background 0.3s ease;}.card-content {flex: 1;min-width: 0;}.card-question {color: #2c3e50;font-weight: 500;line-height: 1.4;margin: 0;font-size: 0.95rem;word-wrap: break-word;overflow-wrap: break-word;}.faq-card.active .card-number {background: #0e255c;}.faq-card.active .card-question {color: #0e255c;font-weight: 600;}.faq-card:hover .card-number {background: #2980b9;}.faq-card:hover .card-question {color: #3498db;}.no-results-card {text-align: center;padding: 3rem;color: #6d6e6e;}.no-results-card i {font-size: 2.5rem;margin-bottom: 1rem;color: #bdc3c7;}.no-results-card h3 {margin-bottom: 0.5rem;color: #6d6e6e;}@media (max-width: 1024px) {.faq-table th.col-num {width: 50px;}.faq-table td.col-num {padding: 1rem 0.5rem;}}@media (max-width: 768px) {.faq-table {display: none !important;}.faq-cards-container {display: block;animation: fadeIn 0.3s ease;}.faq-controls {flex-direction: column;gap: 1rem;padding: 0;}.search-container-table {width: 100%;max-width: none;position: relative;}.search-container-table i {position: absolute;right: 1rem;top: 50%;transform: translateY(-50%);color: #6d6e6e;z-index: 2;pointer-events: none;}.search-container-table input {padding-right: 2.5rem;font-size: 0.95rem;}.search-container-table input:focus {border-color: #3498db;box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);}.table-info {text-align: center;width: 100%;}.faq-card {padding: 1rem 0.75rem;}.card-number {width: 28px;height: 28px;font-size: 0.8rem;}.card-question {font-size: 0.9rem;line-height: 1.3;}}@media (min-width: 769px) {.faq-cards-container {display: none !important;}.faq-table {display: table;}}@media (max-width: 480px) {.faq-card {padding: 0.875rem 0.5rem;}.card-header {gap: 0.75rem;}.card-number {width: 26px;height: 26px;font-size: 0.75rem;}.card-question {font-size: 0.85rem;}.faq-content-active-table {padding: 1rem !important;}.faq-content-title-table {font-size: 1.3rem !important;}}@keyframes fadeIn {from {opacity: 0;transform: translateY(-10px);}to {opacity: 1;transform: translateY(0);}}.faq-card {animation: fadeInUp 0.4s ease forwards;opacity: 0;transform: translateY(10px);}@keyframes fadeInUp {to {opacity: 1;transform: translateY(0);}}.faq-card:nth-child(1) { animation-delay: 0.05s; }.faq-card:nth-child(2) { animation-delay: 0.1s; }.faq-card:nth-child(3) { animation-delay: 0.15s; }.faq-card:nth-child(4) { animation-delay: 0.2s; }.faq-card:nth-child(5) { animation-delay: 0.25s; }.faq-card:nth-child(6) { animation-delay: 0.3s; }.faq-card:nth-child(7) { animation-delay: 0.35s; }.faq-card:nth-child(8) { animation-delay: 0.4s; }.faq-card:nth-child(9) { animation-delay: 0.45s; }.faq-card:nth-child(10) { animation-delay: 0.5s; }.respuesta-imagen-vertical {margin-top: 1.5rem;text-align: center;border: 1px solid #e0e0e0;border-radius: 8px;padding: 1rem;background: white;transition: all 0.3s ease;}.respuesta-imagen-vertical:hover {border-color: #3498db;box-shadow: 0 4px 12px rgba(52, 152, 219, 0.15);}.respuesta-imagen-vertical img {max-width: 100%;height: auto;border-radius: 6px;transition: transform 0.3s ease;}.respuesta-imagen-vertical img:hover {transform: scale(1.02);}.imagen-caption {text-align: center;margin-top: 0.5rem;color: #6d6e6e;font-size: 0.9rem;font-style: italic;}.respuesta-imagen-vertical.loading {background: #f8f9fa;display: flex;align-items: center;justify-content: center;min-height: 100px;}.respuesta-imagen-vertical.loading::before {content: 'Cargando imagen...';color: #6d6e6e;}@media (max-width: 768px) {.respuesta-imagen-vertical {padding: 0.75rem;margin-top: 1rem;}.respuesta-imagen-vertical img {border-radius: 4px;}}.inicio-container {max-width: 1000px;margin: 0 auto;padding: 1rem;}.inicio-header {text-align: center;margin-bottom: 2rem;padding-bottom: 1.5rem;border-bottom: 3px solid #EAB657;}.inicio-title {color: #EAB657;font-size: 2.2rem;margin-bottom: 0.5rem;display: flex;align-items: center;justify-content: center;gap: 1rem;text-shadow: 1px 1px 2px rgba(0,0,0,0.3);}.inicio-title i {color: #EAB657;}.inicio-subtitle {color: #EAB657;font-size: 1.1rem;font-weight: 500;text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}.info-section {margin-bottom: 2.5rem;}.section-title {color: #EAB657;font-size: 1.6rem;margin-bottom: 1rem;display: flex;align-items: center;gap: 0.75rem;border-left: 4px solid #EAB657;padding-left: 1rem;}.section-title i {color: #EAB657;}.info-card {background: rgba(255, 255, 255, 0.95);border-radius: 8px;padding: 2rem;box-shadow: 0 4px 12px rgba(0,0,0,0.15);border: 1px solid rgba(234, 182, 87, 0.3);backdrop-filter: blur(5px);}.intro-card {border-left: 4px solid #EAB657;}.intro-content p {color: #2c3e50;line-height: 1.7;font-size: 1.05rem;text-align: justify;padding: 0.75rem 0.5rem;}.section-content {color: #2c3e50;line-height: 1.7;font-size: 1.05rem;text-align: justify;}.section-content p {margin-bottom: 1.2rem;}.section-content p:last-child {margin-bottom: 0;}.section-content em {font-style: italic;color: #856404;font-weight: 600;}.referencia-text {color: #856404 !important;font-weight: 600;font-style: italic;margin-top: 1rem !important;}.acceso-tramites-section {margin: 3rem 0;}.acceso-tramites-card {background: linear-gradient(135deg, #EAB657, #ffffff) !important;border-radius: 12px;padding: 2.5rem;display: flex;align-items: center;gap: 2rem;box-shadow: 0 6px 20px rgba(234, 182, 87, 0.4);border: 2px solid #EAB657;transition: all 0.3s ease;cursor: pointer;}.acceso-tramites-card:hover {transform: translateY(-3px);box-shadow: 0 8px 25px rgba(234, 182, 87, 0.6);}.acceso-icon {background: white;color: #EAB657;width: 80px;height: 80px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 2rem;flex-shrink: 0;}.acceso-content {flex: 1;}.acceso-content h3 {color: #0e255c;font-size: 1.5rem;margin-bottom: 0.75rem;text-shadow: 1px 1px 2px rgba(0,0,0,0.2);}.acceso-content p {color: #0e255c;line-height: 1.6;margin-bottom: 1.5rem;font-size: 1.05rem;}.btn-acceso-tramites {background: #ffffff;color: #0e255c;border: none;padding: 0.75rem 1.5rem;border-radius: 6px;font-size: 1rem;font-weight: 600;cursor: pointer;transition: all 0.3s ease;display: inline-flex;align-items: center;gap: 0.5rem;box-shadow: 0 2px 8px rgba(0,0,0,0.2);}.btn-acceso-tramites:hover {background: #2c3e50;color: white;transform: translateX(5px);}.info-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 1.5rem;}.info-item {background: rgba(255, 255, 255, 0.9);border-radius: 8px;padding: 1.5rem;display: flex;align-items: center;gap: 1rem;transition: all 0.3s ease;border: 1px solid rgba(234, 182, 87, 0.2);}.info-item:hover {transform: translateY(-2px);box-shadow: 0 4px 12px rgba(234, 182, 87, 0.2);}.info-item-icon {background: #EAB657;color: white;width: 50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 1.3rem;flex-shrink: 0;}.info-item-content h4 {color: #2c3e50;margin-bottom: 0.25rem;font-size: 1.1rem;}.info-item-content p {color: #6d6e6e;margin: 0;font-size: 0.95rem;}@media (max-width: 768px) {.inicio-title {font-size: 1.8rem;flex-direction: column;gap: 0.5rem;}.acceso-tramites-card {flex-direction: column;text-align: center;gap: 1.5rem;padding: 2rem;}.acceso-icon {width: 70px;height: 70px;font-size: 1.8rem;}.section-title {font-size: 1.4rem;}.info-card {padding: 1.5rem;}.info-grid {grid-template-columns: 1fr;}}@media (max-width: 480px) {.inicio-container {padding: 0.5rem;}.inicio-title {font-size: 1.5rem;}.acceso-tramites-card {padding: 1.5rem;}.btn-acceso-tramites, .btn-acceso-lineamientos {width: 100%;justify-content: center;}}.lineamientos-card {background: linear-gradient(135deg, #EAB657, #ffffff) !important;border: 2px solid #EAB657 !important;}.lineamientos-card:hover {background: linear-gradient(135deg, #EAB657, #ffffff) !important;border-color: #EAB657 !important;}.lineamientos-card .acceso-icon {background: rgba(255, 255, 255, 0.9) !important;color: #EAB657 !important;}.btn-acceso-lineamientos {background: white;color: #0e255c;border: none;padding: 0.75rem 1.5rem;border-radius: 6px;font-size: 1rem;font-weight: 600;cursor: pointer;transition: all 0.3s ease;display: inline-flex;align-items: center;gap: 0.5rem;box-shadow: 0 2px 8px rgba(0,0,0,0.2);}.btn-acceso-lineamientos:hover {background: #2c3e50;color: white;transform: translateX(5px);}.btn-acceso-que-es-apostilla {background: white;color: #0e255c;border: none;padding: 0.75rem 1.5rem;border-radius: 6px;font-size: 1rem;font-weight: 600;cursor: pointer;transition: all 0.3s ease;display: inline-flex;align-items: center;gap: 0.5rem;box-shadow: 0 2px 8px rgba(0,0,0,0.2);}.btn-acceso-que-es-apostilla:hover {background: #2c3e50;color: white;transform: translateX(5px);}.btn-referencias-especificas {background: white;color: #0e255c;border: none;padding: 0.75rem 1.5rem;border-radius: 6px;font-size: 1rem;font-weight: 600;cursor: pointer;transition: all 0.3s ease;display: inline-flex;align-items: center;gap: 0.5rem;box-shadow: 0 2px 8px rgba(0,0,0,0.2);}.btn-referencias-especificas:hover {background: #2c3e50;color: white;transform: translateX(5px);}.convenio-section {margin-bottom: 2.5rem;}.convenio-lista {margin: 1.5rem 0;padding: 1.5rem;background: rgba(234, 182, 87, 0.05);border-radius: 8px;border-left: 4px solid #EAB657;}.convenio-lista h4 {color: #2c3e50;margin-bottom: 1rem;font-size: 1.2rem;font-weight: 600;}.lista-paises {list-style: none;padding: 0;margin: 0;}.lista-paises li {margin-bottom: 0.75rem;padding-left: 1.5rem;position: relative;}.lista-paises li:before {content: '•';color: #EAB657;font-weight: bold;position: absolute;left: 0.5rem;font-size: 1.2rem;}.lista-paises li:last-child {margin-bottom: 0;}.enlace-convenio {color: #0e255c;text-decoration: none;font-weight: 500;transition: all 0.3s ease;line-height: 1.4;display: inline-block;}.enlace-convenio:hover {color: #0e255c;text-decoration: underline;transform: translateX(3px);}.enlace-externo {color: #EAB657;text-decoration: none;font-weight: 600;transition: all 0.3s ease;}.enlace-externo:hover {color: #d4a44e;text-decoration: underline;}.nota-importante {background: rgba(52, 152, 219, 0.1);border: 1px solid rgba(52, 152, 219, 0.3);border-radius: 6px;padding: 1rem 1.25rem;margin-top: 1.5rem !important;color: #2c3e50 !important;font-style: italic;}.nota-importante strong {color: #0e255c;}@media (max-width: 768px) {.convenio-lista {padding: 1rem;}.lista-paises li {padding-left: 1.25rem;}.enlace-convenio {font-size: 0.95rem;}}@media (max-width: 480px) {.convenio-lista {padding: 0.75rem;}.lista-paises li {padding-left: 1rem;}.convenio-lista h4 {font-size: 1.1rem;}}.ayuda-container {max-width: 1000px;margin: 0 auto;padding: 1rem;}.ayuda-header {text-align: center;margin-bottom: 2rem;padding-bottom: 1.5rem;border-bottom: 3px solid #EAB657;}.ayuda-title {color: #EAB657;font-size: 2.2rem;margin-bottom: 0.5rem;display: flex;align-items: center;justify-content: center;gap: 1rem;text-shadow: 1px 1px 2px rgba(0,0,0,0.3);}.ayuda-title i {color: #EAB657;}.ayuda-subtitle {color: #EAB657;font-size: 1.1rem;font-weight: 500;text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}.documentos-section {margin-bottom: 3rem;}.documentos-title {color: #EAB657;font-size: 1.6rem;margin-bottom: 2rem;display: flex;align-items: center;gap: 0.75rem;border-left: 4px solid #EAB657;padding-left: 1rem;}.documentos-grid {display: grid !important;grid-template-columns: 1fr !important;gap: 0.75rem !important;}.documento-card {display: grid !important;grid-template-columns: auto 1fr auto !important;grid-template-areas: "icono contenido boton" !important;align-items: center !important;padding: 0.75rem 1rem !important;gap: 1rem !important;border-radius: 8px !important;background: white !important;border: 1px solid #e0e0e0 !important;box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;transition: all 0.2s ease !important;min-height: 72px !important;}.documento-icon {grid-area: icono !important;width: 48px !important;height: 48px !important;font-size: 1.5rem !important;display: flex !important;align-items: center !important;justify-content: center !important;border-radius: 8px !important;background: rgba(234, 182, 87, 0.08) !important;color: #EAB657 !important;flex-shrink: 0 !important;}.documento-content {grid-area: contenido !important;display: flex !important;flex-direction: column !important;justify-content: center !important;min-height: 48px !important;overflow: hidden !important;}.documento-card .btn-descargar,
.documento-card .btn-video {grid-area: boton !important;padding: 0.5rem 1rem !important;font-size: 0.85rem !important;min-width: 110px !important;white-space: nowrap !important;height: fit-content !important;align-self: center !important;}.documento-content h3 {font-size: 1rem !important;font-weight: 600 !important;margin: 0 0 0.25rem 0 !important;color: #1a1a1a !important;line-height: 1.2 !important;height: 1.2rem !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: nowrap !important;}.documento-content p {font-size: 0.85rem !important;margin: 0 !important;color: #6d6e6e !important;line-height: 1.3 !important;max-height: 2.6rem !important;overflow: hidden !important;display: -webkit-box !important;-webkit-line-clamp: 2 !important;-webkit-box-orient: vertical !important;text-overflow: ellipsis !important;}.documento-card:hover {transform: translateY(-1px) !important;box-shadow: 0 4px 10px rgba(0,0,0,0.12) !important;border-color: #EAB657 !important;background: #fefcf5 !important;}.documento-card:not(:last-child) {border-bottom: 1px solid #f0f0f0 !important;}.documento-card[data-tipo="video"] {border-left: 3px solid #ff0000 !important;}.documento-card[data-tipo="video"] .documento-icon {background: rgba(255, 0, 0, 0.08) !important;color: #ff0000 !important;}@media (max-width: 1024px) {.documento-card {gap: 0.75rem !important;padding: 0.75rem !important;}.documento-icon {width: 42px !important;height: 42px !important;font-size: 1.3rem !important;}.documento-content {min-height: 42px !important;}.documento-content h3 {font-size: 0.95rem !important;}.documento-content p {font-size: 0.8rem !important;max-height: 2.4rem !important;}.documento-card .btn-descargar,
.documento-card .btn-video {min-width: 100px !important;padding: 0.45rem 0.9rem !important;}}@media (max-width: 768px) {.documento-card {grid-template-columns: auto 1fr !important;grid-template-areas:
"icono contenido"
"boton boton" !important;gap: 0.5rem !important;padding: 0.75rem !important;min-height: auto !important;}.documento-icon {align-self: flex-start !important;margin-top: 0.125rem !important;}.documento-content {min-height: auto !important;}.documento-content h3 {height: auto !important;white-space: normal !important;margin-bottom: 0.125rem !important;}.documento-card .btn-descargar,
.documento-card .btn-video {grid-column: 1 / -1 !important;margin-top: 0.5rem !important;width: 100% !important;justify-content: center !important;}}@media (max-width: 480px) {.documento-card {gap: 0.5rem !important;padding: 0.875rem !important;}.documento-icon {width: 40px !important;height: 40px !important;font-size: 1.2rem !important;}.documento-content h3 {font-size: 0.9rem !important;}.documento-content p {font-size: 0.75rem !important;max-height: 2.25rem !important;}}@media (max-width: 360px) {.documento-card {padding: 0.75rem !important;}.documento-content h3 {font-size: 0.9rem !important;}.documento-content p {font-size: 0.75rem !important;-webkit-line-clamp: 2 !important;}}.btn-descargar, .btn-video {border: none !important;border-radius: 6px !important;cursor: pointer !important;font-weight: 600 !important;display: inline-flex !important;align-items: center !important;gap: 0.5rem !important;transition: all 0.2s ease !important;justify-content: center !important;}.btn-descargar {background: #0e255c !important;color: white !important;}.btn-descargar:hover {background: #1a3a8c !important;transform: translateY(-1px) !important;box-shadow: 0 3px 6px rgba(10, 37, 92, 0.25) !important;}.btn-video {background: linear-gradient(135deg, #ff0000, #cc0000) !important;color: white !important;}.btn-video:hover {background: linear-gradient(135deg, #cc0000, #990000) !important;transform: translateY(-1px) !important;box-shadow: 0 3px 6px rgba(255, 0, 0, 0.25) !important;}.btn-video.active {background: linear-gradient(135deg, #28a745, #20c997) !important;box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4) !important;transform: translateY(-1px) !important;}.btn-video.active:hover {background: linear-gradient(135deg, #218838, #1e7e34) !important;}.video-container iframe {pointer-events: auto !important;}.documento-card {animation: slideInFade 0.3s ease forwards;opacity: 0;transform: translateX(-10px);}@keyframes slideInFade {to {opacity: 1;transform: translateX(0);}}.btn-descargar {background: #0e255c;color: white;border: none;padding: 0.75rem 1.5rem;border-radius: 6px;cursor: pointer;font-size: 1rem;transition: all 0.3s ease;display: inline-flex;align-items: center;gap: 0.5rem;font-weight: 600;}.btn-descargar:hover {background: #d4a44e;transform: translateY(-2px);box-shadow: 0 4px 8px rgba(234, 182, 87, 0.3);}.btn-video {background: linear-gradient(135deg, #ff0000, #cc0000);color: white;border: none;padding: 0.75rem 1.5rem;border-radius: 8px;cursor: pointer;font-size: 1rem;font-weight: 600;display: inline-flex;align-items: center;gap: 0.5rem;transition: all 0.3s ease;box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);text-decoration: none;min-width: 140px;justify-content: center;}.btn-video:hover {background: linear-gradient(135deg, #cc0000, #990000);transform: translateY(-2px);box-shadow: 0 6px 16px rgba(255, 0, 0, 0.4);}.btn-video:active {background: linear-gradient(135deg, #28a745, #20c997);box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);transform: translateY(0);}.btn-video i {font-size: 1.2rem;}.video-section {margin: 2rem 0;padding: 1.5rem;background: rgba(255, 255, 255, 0.98);border-radius: 12px;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);border: 1px solid #e0e0e0;position: relative;min-height: 200px;display: block !important;opacity: 1 !important;z-index: 100 !important;}.video-container {position: relative;width: 100%;max-width: 800px;margin: 0 auto;background: #000;border-radius: 10px;overflow: hidden;box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);min-height: 450px;z-index: 101 !important;}.video-container iframe {display: block !important;width: 100% !important;height: 450px !important;border: none !important;opacity: 1 !important;visibility: visible !important;position: relative !important;z-index: 102 !important;}#video-loading {position: absolute !important;top: 0 !important;left: 0 !important;width: 100% !important;height: 100% !important;background: rgba(0, 0, 0, 0.95) !important;display: flex !important;align-items: center !important;justify-content: center !important;z-index: 103 !important;border-radius: 10px !important;}.video-loading #video-loading {display: flex !important;}.video-loaded #video-loading {display: none !important;}@media (max-width: 768px) {.video-container iframe {height: 300px !important;}.video-container {min-height: 300px !important;}}@media (max-width: 480px) {.video-container iframe {height: 250px !important;}.video-container {min-height: 250px !important;}}.soporte-section {background: rgba(255, 255, 255, 0.9);border-radius: 12px;padding: 2.5rem;border: 1px solid rgba(234, 182, 87, 0.2);}.soporte-card {text-align: center;}.soporte-header {display: flex;align-items: center;justify-content: center;gap: 1rem;margin-bottom: 1.5rem;padding-bottom: 1rem;border-bottom: 2px solid #EAB657;}.soporte-header i {color: #EAB657;font-size: 2rem;}.soporte-header h3 {color: #2c3e50;margin: 0;font-size: 1.5rem;}.soporte-content p {color: #6d6e6e;line-height: 1.6;margin-bottom: 1.5rem;}.soporte-info {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 1rem;margin-top: 1.5rem;}.soporte-item {display: flex;align-items: center;justify-content: center;gap: 0.5rem;color: #2c3e50;font-weight: 500;padding: 0.75rem;background: rgba(234, 182, 87, 0.1);border-radius: 6px;transition: all 0.3s ease;}.soporte-item:hover {background: rgba(234, 182, 87, 0.2);transform: translateY(-2px);}.soporte-item i {color: #94701c;}@media (max-width: 768px) {.ayuda-title {font-size: 1.8rem;flex-direction: column;gap: 0.5rem;}.soporte-info {grid-template-columns: 1fr;}.documentos-title {font-size: 1.4rem;}}@media (max-width: 480px) {.ayuda-container {padding: 0.5rem;}.ayuda-title {font-size: 1.5rem;}.soporte-section {padding: 1.5rem;}}.aviso-section {margin-bottom: 3rem;}.aviso-container {background: rgba(255, 255, 255, 0.9);border: 2px solid #94701c;border-radius: 12px;padding: 2rem;box-shadow: 0 4px 12px rgba(243, 156, 18, 0.2);transition: all 0.3s ease;}.aviso-container:hover {box-shadow: 0 6px 16px rgba(243, 156, 18, 0.3);transform: translateY(-2px);}.aviso-header {border-bottom: 2px solid #94701c;padding-bottom: 1rem;margin-bottom: 1.5rem;}.aviso-title {color: #2c3e50 !important;font-size: 1.4rem;margin-bottom: 0.5rem;display: flex;align-items: center;gap: 0.75rem;}.aviso-title i {color: #94701c;}.aviso-subtitle {color: #2c3e50 !important;font-size: 1.1rem;font-weight: 600;margin: 0;text-align: center;}.aviso-body {color: #2c3e50 !important;line-height: 1.6;}.aviso-body p {margin-bottom: 1rem;}.aviso-body p:last-child {margin-bottom: 0;}.aviso-body strong {color: #2c3e50 !important;}.dias-habiles {background: #0e255c;color: white;padding: 0.2rem 0.5rem;border-radius: 4px;font-weight: bold;font-size: 1.1em;}.aviso-body a {color: #94701c;text-decoration: none;font-weight: 600;transition: all 0.3s ease;}.aviso-body a:hover {color: #94701c;text-decoration: underline;}.soporte-descripcion {color: #2c3e50 !important;font-size: 1.05rem;margin-bottom: 1.5rem !important;text-align: center;line-height: 1.6;}.soporte-item a {color: #2c3e50;text-decoration: none;transition: all 0.3s ease;}.soporte-item a:hover {color: #3498db;text-decoration: underline;}@media (max-width: 768px) {.aviso-container {padding: 1.5rem;}.aviso-title {font-size: 1.2rem;flex-direction: column;align-items: flex-start;gap: 0.5rem;}.aviso-subtitle {font-size: 1rem;}.dias-habiles {font-size: 1em;}}@media (max-width: 480px) {.aviso-container {padding: 1rem;}.aviso-body {font-size: 0.95rem;}}.loading-documentos {grid-column: 1 / -1;text-align: center;padding: 3rem;color: #6d6e6e;}.loading-documentos i {margin-right: 0.5rem;}.no-documentos {grid-column: 1 / -1;text-align: center;padding: 3rem;color: #6d6e6e;}.no-documentos i {font-size: 3rem;margin-bottom: 1rem;color: #bdc3c7;}.no-documentos h3 {margin-bottom: 0.5rem;color: #6d6e6e;}.documento-icon .fa-file-pdf {color: #e74c3c;}.documento-icon .fa-file-word {color: #2b579a;}.documento-icon .fa-file-excel {color: #217346;}.documento-icon .fa-file-powerpoint {color: #0e255c;}.documento-icon .fa-file-video {color: #d24726;}.documento-icon .fa-file-archive {color: #f39c12;}.documento-icon .fa-file-image {color: #9b59b6;}.documento-icon .fa-file {color: #6d6e6e;}.lineamientos-container {max-width: 900px;margin: 0 auto;padding: 1rem;}.lineamientos-header {text-align: center;margin-bottom: 2rem;padding-bottom: 1.5rem;border-bottom: 3px solid #EAB657;}.lineamientos-title {color: #94701c;font-size: 2rem;margin-bottom: 0.5rem;display: flex;align-items: center;justify-content: center;gap: 1rem;text-shadow: 1px 1px 2px rgba(0,0,0,0.3);}.lineamientos-title i {color: #94701c;}.seccion-lineamientos,
.seccion-formalidad {background: rgba(255, 255, 255, 0.95);border-radius: 12px;padding: 2rem;margin-bottom: 2rem;box-shadow: 0 4px 12px rgba(0,0,0,0.15);border: 1px solid rgba(234, 182, 87, 0.3);backdrop-filter: blur(5px);}.seccion-header {border-bottom: 2px solid #EAB657;padding-bottom: 1rem;margin-bottom: 1.5rem;}.seccion-titulo {color: #2c3e50;font-size: 1.4rem;margin-bottom: 0.5rem;display: flex;align-items: center;gap: 0.75rem;}.seccion-titulo i {color: #94701c;}.seccion-subtitulo {color: #6d6e6e;font-size: 1.05rem;font-style: italic;margin: 0;padding-left: 2.5rem;}.lista-lineamientos,
.lista-formalidad {list-style: none;counter-reset: item-counter;padding: 0;margin: 0;text-align: justify;}.lista-lineamientos li,
.lista-formalidad li {counter-increment: item-counter;margin-bottom: 1.2rem;padding-left: 3rem;position: relative;line-height: 1.6;color: #2c3e50;font-size: 1.05rem;}.lista-lineamientos li:before,
.lista-formalidad li:before {content: counter(item-counter) ".";position: absolute;left: 0.5rem;top: 0;color: #94701c;font-weight: bold;font-size: 1.1rem;background: rgba(234, 182, 87, 0.1);width: 2rem;height: 2rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 2px solid #94701c;}.lista-lineamientos li:last-child,
.lista-formalidad li:last-child {margin-bottom: 0;}.enlace-destacado {color: #94701c;text-decoration: none;font-weight: 600;transition: all 0.3s ease;background: rgba(52, 152, 219, 0.1);padding: 0.2rem 0.5rem;border-radius: 4px;margin-left: 0.25rem;}.enlace-destacado:hover {color: #EAB657;background: rgba(52, 152, 219, 0.2);text-decoration: underline;}.enlace-externo {color: #94701c;text-decoration: none;font-weight: 600;transition: all 0.3s ease;word-break: break-all;}.enlace-externo:hover {color: #EAB657;text-decoration: underline;}@media (max-width: 768px) {.lineamientos-title {font-size: 1.6rem;flex-direction: column;gap: 0.5rem;text-align: center;}.seccion-lineamientos,
.seccion-formalidad {padding: 1.5rem;}.seccion-titulo {font-size: 1.2rem;flex-direction: column;align-items: flex-start;gap: 0.5rem;}.seccion-subtitulo {padding-left: 0;}.lista-lineamientos li,
.lista-formalidad li {padding-left: 2.5rem;font-size: 1rem;}.lista-lineamientos li:before,
.lista-formalidad li:before {width: 1.8rem;height: 1.8rem;font-size: 1rem;}}@media (max-width: 480px) {.lineamientos-container {padding: 0.5rem;}.seccion-lineamientos,
.seccion-formalidad {padding: 1rem;}.lista-lineamientos li,
.lista-formalidad li {padding-left: 2.2rem;margin-bottom: 1rem;}}#logo_mrec_container {display: flex;justify-content: center;align-items: center;padding: 1.5rem 1rem 1rem;margin-bottom: 1rem;width: 100%;max-width: 400px;margin-left: auto;margin-right: auto;}.logo_mrec_transparent {width: 100%;height: auto;max-height: 120px;object-fit: contain;transition: all 0.3s ease;}.region-login #logo_mrec_container {padding-top: 1rem;margin-top: -0.5rem;}@media (max-width: 1024px) {.logo_mrec_transparent {max-height: 110px;}#logo_mrec_container {max-width: 350px;padding: 1.25rem 1rem 0.75rem;}}@media (max-width: 768px) {.logo_mrec_transparent {max-height: 100px;}#logo_mrec_container {max-width: 300px;padding: 1rem 0.75rem 0.5rem;}}@media (max-width: 480px) {.logo_mrec_transparent {max-height: 85px;}#logo_mrec_container {max-width: 250px;padding: 0.75rem 0.5rem 0.25rem;}}@media (max-width: 320px) {.logo_mrec_transparent {max-height: 70px;}#logo_mrec_container {max-width: 200px;padding: 0.5rem;}}