.principal { width: 100%; /* Cambia el ancho al 100% */ margin: 0; /* Elimina los márgenes para ocupar todo el espacio disponible */ border-collapse: collapse; } .principal th, .principal td { width: auto; /* Ajusta el ancho de las celdas automáticamente */ } .titulo { display: flex; align-items: center; } .titulo-texto { font-weight: bold; font-size: 15px; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; margin-right: 10px; } .rounder-nuevo { border-radius: 50%; background-color: rgb(71, 127, 75); display: flex; align-items: center; justify-content: center; padding: 0; width: 30px; height: 30px; border: none; outline: none; cursor: pointer; margin-left: 5px; } .opciones { margin: 0% 3% 0% 3%; min-height: 50px; } .grid-item { font-weight: bold; min-height: 50px; } .datos { min-height: 50px; } .ng-hide { display: none; } #cabecera { background: linear-gradient(135deg, var(--background-base) 22px, var(--background-hover) 22px, var(--background-hover) 24px, transparent 24px, transparent 67px, var(--background-hover) 67px, var(--background-hover) 69px, transparent 69px), linear-gradient(225deg, var(--background-base) 22px, var(--background-hover) 22px, var(--background-hover) 24px, transparent 24px, transparent 67px, var(--background-hover) 67px, var(--background-hover) 69px, transparent 69px) 0 64px; background-color: var(--background-base); background-size: 64px 128px; } .azul svg { fill: blue; } .card { background-color: rgb(252, 252, 251) } .icono-instituciones { display: flex; align-items: center; justify-content: center; margin-right: 5px; font-size: 20px; cursor: pointer; } table { width: 100%; border-collapse: collapse; margin-top: 20px; font-family: 'Roboto', sans-serif; color: #333; } table th, table td { padding: 12px; text-align: left; border-bottom: 1px solid #e0e0e0; } table th { background-color: rgb(248, 249, 250); font-weight: bold; text-transform: uppercase; } table td::after { content: ""; bottom: -1px; left: 0; width: 100%; height: 1px; background-color: #e0e0e0; } input[type="text"] { width: 200px; padding: 8px; border: 1px solid #ccc; border-radius: 5px; margin-left: 10px; } .area-busqueda { padding: 10px; margin-top: 3%; text-align: right; background-color: rgb(248, 249, 250); } @media (max-width: 600px) { table { font-size: 14px; } table th, table td { padding: 8px; } } .btn-observar { border-radius: 50%; width: 36px; height: 36px; } .colorsito{ background-color: rgb(248, 249, 250); } .white-icon { color: white; } .azul{ color:blue } .colorEditar { color: blue; } .colorEditar svg { fill: blue; }