body {
    background-color: #f9fafb;
    font-family: Inter, sans-serif;
    color: rgb(15, 23, 41);

    font-family: 'Inter', sans-serif;
}

* {
    border-color: rgb(227, 231, 237);
}

.encuesta-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.align-items{
    align-items: center;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

.mt-2 {
    margin-top: 0.5rem;
}

.gap-5 {
    gap: 1.25rem;
}

.h-0\.5 {
    height: 0.125rem;
}
.top-3 {
    top: 0.75rem;
}.right-0 {
    right: 0px;
}
.duration-300 {
    animation-duration: 300ms;
}

.border-destructive\/20 {
    border-color: rgba(239, 67, 67, 0.2);
}

.bg-destructive {
    background-color: rgb(239, 67, 67);
}

.space-y-8 {
    margin-top: 32px;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.gap-6 {
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.text-destructive {
    color: rgb(239, 67, 67);
}

.encuesta-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 90%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.encuesta-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(-90deg, #f39c12 0%, #e67e22 50%, #d35400 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.encuesta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(-90deg, #f39c12 0%, #e67e22 50%, #d35400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.encuesta-mensaje {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.mensaje-destacado {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #f39c12;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 2rem 0;
    font-weight: 500;
    color: #856404;
}

.volver-btn {
    padding: 15px 30px;
    background: linear-gradient(-90deg, #6682B2 0%, #7799BC 25%, #7CA0BA 50%, #86B2BF 75%, #96C6C6 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 130, 178, 0.3);
    min-width: 200px;
    margin: 0 10px;
}

.contacto-btn {
    padding: 15px 30px;
    background: linear-gradient(-90deg, #27ae60 0%, #2ecc71 50%, #00b894 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
    min-width: 200px;
    margin: 0 10px;
}

.volver-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 130, 178, 0.4);
    filter: brightness(1.1);
}

.contacto-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
    filter: brightness(1.1);
}

.volver-btn:active,
.contacto-btn:active {
    transform: translateY(0);
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.logo-container {
    margin-bottom: 2rem;
}

.logo-evaltek {
    max-width: 150px;
    height: auto;
}

.decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}

.decorative-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(243, 156, 18, 0.1), rgba(230, 126, 34, 0.1));
    animation: float 6s ease-in-out infinite;
}

.decorative-circle:nth-child(1) {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.decorative-circle:nth-child(2) {
    width: 150px;
    height: 150px;
    top: 70%;
    right: 15%;
    animation-delay: 2s;
}

.decorative-circle:nth-child(3) {
    width: 100px;
    height: 100px;
    top: 20%;
    right: 20%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.info-adicional {
    background: rgba(102, 130, 178, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    margin: 2rem 0;
    color: var(--text-color);
}

.info-adicional h3 {
    color: #6682B2;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.info-adicional ul {
    text-align: left;
    padding-left: 1.5rem;
}

.info-adicional li {
    margin-bottom: 0.5rem;
}

/* Responsive */
@media (max-width: 640px) {
    .encuesta-card {
        padding: 2rem;
        margin: 1rem;
    }

    .encuesta-title {
        font-size: 2rem;
    }

    .encuesta-mensaje {
        font-size: 1rem;
    }

    .volver-btn,
    .contacto-btn {
        padding: 12px 25px;
        font-size: 16px;
        min-width: 180px;
        margin: 0.5rem 0;
    }

    .button-group {
        flex-direction: column;
        align-items: center;
    }
}

.glass-header {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px) saturate(180%);
}

.h-\[300px\] {
    height: 300px;
}

.border-border\/40 {
    border-color: rgba(227, 231, 237, 0.4);
}

.p-5 {
    padding: 1.25rem;
}

.border-b {
    border-bottom-width: 1px;
}

.border {
    border-width: 1px;
    border-style: solid;
}

@media (min-width: 640px) {
    .sm\:flex {
        display: flex;
    }
}

.rounded-xl {
    border-radius: 0.75rem;
}

.z-50 {
    z-index: 50;
}

.top-0 {
    top: 0px;
}

.sticky {
    position: sticky;
}

@media (min-width: 640px) {
    .sm\:items-center {
        align-items: center;
    }
}.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row;
    }
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 640px) {
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.max-w-lg {
    max-width: 32rem;
}
.gradient-primary-subtle {
    background: linear-gradient(135deg,
            rgba(59, 130, 246, 0.08),
            rgba(168, 85, 247, 0.08));
}

.border-transparent {
    border-color: transparent;
}

.border-0 {
    border-width: 0px;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.ml-auto {
    margin-left: auto;
}

.shrink-0 {
    flex-shrink: 0;
}

.opacity-0 {
    opacity: 0;
}

.inset-0 {
    inset: 0px;
}

.absolute {
    position: absolute;
}

.w-14 {
    width: 3.5rem;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.h-14 {
    height: 3.5rem;
}

.border-primary\/10 {
    border-color: rgba(36, 99, 235, 0.1);
}

.rounded-2xl {
    border-radius: 1rem;
}

.justify-between {
    justify-content: space-between;
}
.bg-border {
    background-color: rgb(227, 231, 237);
}
.items-center {
    align-items: center;
}

.text-primary\/60 {
    color: rgba(36, 99, 235, 0.6);
}

.gap-4 {
    gap: 1rem;
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

.shadow-card {
    box-shadow:
        0 1px 3px 0 hsla(0, 0%, 0%, 0.04),
        0 4px 16px -2px hsla(0, 0%, 0%, 0.06);
}

.flex-1 {
    flex: 1 1 0%;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.items-baseline {
    align-items: baseline;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.bg-secondary\/15 {
    background-color: rgba(62, 186, 244, 0.15);
}

.border-secondary\/20 {
    border-color: rgba(62, 186, 244, 0.2);
}

.bg-secondary\/5 {
    background-color: rgba(62, 186, 244, 0.05);
}

.text-card-foreground {
    color: rgb(15, 23, 41);
}

.border-primary\/20 {
    border-color: rgba(36, 99, 235, 0.2);
}

.max-w-7xl {
    max-width: 80rem;
}

.relative {
    position: relative;
}

.inline-flex {
    display: inline-flex;
}

.h-10 {
    height: 2.5rem;
}

.flex {
    display: flex;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.gap-3 {
    gap: 0.75rem;
}
.leading-tight {
    line-height: 1.25;
}.max-w-\[70px\] {
    max-width: 70px;
}
.w-2\.5 {
    width: 0.625rem;
}

.h-2\.5 {
    height: 0.625rem;
}

.h-2 {
    height: 0.5rem;
}

.-rotate-90 {
    transform: rotate(-90deg);
}

.duration-700 {
    animation-duration: 700ms;
}

.ease-out {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.rounded-full {
    border-radius: 9999px;
}

.w-28 {
    width: 7rem;
}
.w-2 {
    width: 0.5rem;
}
.h-28 {
    height: 7rem;
}@media (min-width: 1024px) {
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
}
.w-6 {
    width: 1.5rem;
}.h-6 {
    height: 1.5rem;
}.bg-primary-foreground {
    background-color: rgb(255, 255, 255);
}
button,
[role="button"] {
    cursor: pointer;
}

.gap-1\.5 {
    gap: 0.375rem;
}
.z-10 {
    z-index: 10;
}.border-2 {
    border-width: 2px;
}
.text-success {
    color: rgb(43, 171, 111);
}

.border-success\/15 {
    border-color: rgba(43, 171, 111, 0.15);
}

.gradient-primary {
    background: linear-gradient(135deg, rgba(62, 197, 244, 1), rgba(35, 100, 236, 1));
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.bg-muted\/30 {
    background-color: rgba(234, 237, 241, 0.8);
}

.border-border\/30 {
    border-color: rgba(227, 231, 237, 0.3);
}

.whitespace-nowrap {
    white-space: nowrap;
}

.duration-200 {
    animation-duration: 200ms;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.input-group input {
    font-size: 11px;
}

.flex-col {
    flex-direction: column;
}

.pt-5 {
    padding-top: 1.25rem;
}

.rounded-lg {
    border-radius: 0.75rem;
}

.space-y-3{
    margin-top: 12px;
}
.border-l-4 {
    border-left-width: 4px;
}
.border-solid{
    border-style: solid;
}
.border-l-destructive {
    border-left-color: rgb(239, 67, 67);
}
.text-center {
    text-align: center;
}

.h-1\.5 {
    height: 0.375rem;
}

.h-1 {
    height: 0.25rem;
}

.w-full {
    width: 100%;
}
.h-\[400px\] {
    height: 400px;
}
.h-full {
    height: 100%;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.p-8 {
    padding: 2rem;
}
.overflow-hidden {
    overflow: hidden;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.bg-accent\/15 {
    background-color: rgba(251, 207, 75, 0.15);
}

.border-accent\/20 {
    border-color: rgba(251, 207, 75, 0.2);
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.border-primary\/15 {
    border-color: rgba(36, 99, 235, 0.15);
}
.border-primary {
    border-color: rgb(36, 99, 235);
}
.border-4 {
    border-width: 4px;
}

.bg-background {
    background-color: rgb(245, 247, 250);
}

.gap-2 {
    gap: 0.5rem;
}

.w-1\.5 {
    width: 0.375rem;
}

.h-1\.5 {
    height: 0.375rem;
}

.bg-muted\/60 {
    background-color: rgba(234, 237, 241, 0.6);
}

.bg-muted {
    background-color: rgba(185, 185, 185, 0.658);
}

.h-3\.5 {
    height: 0.875rem;
}

.w-7 {
    width: 1.75rem;
}

.w-3\.5 {
    width: 0.875rem;
}

.h-7 {
    height: 1.75rem;
}

.justify-center {
    justify-content: center;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

.w-9 {
    width: 2.25rem;
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.h-9 {
    height: 2.25rem;
}

.pt-0 {
    padding-top: 0px;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

.text-primary-foreground {
    color: rgb(227, 231, 237);
}

.text-foreground {
    color: rgb(15, 23, 41);
}

.font-semibold {
    font-weight: 600;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.w-48 {
    width: 12rem;
}.h-48 {
    height: 12rem;
}
.font-normal {
    font-weight: 400;
}

.bg-primary {
    background-color: rgb(36, 99, 235);
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

.h-5 {
    height: 1.25rem;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.gradient-cta {
    background: linear-gradient(135deg,
            rgb(59, 130, 246),
            rgb(168, 85, 247));
    box-shadow: rgba(36, 99, 235, 0.35) 0px 4px 14px 0px;
}

.font-bold {
    font-weight: 700;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.font-extrabold {
    font-weight: 800;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.text-primary {
    color: rgb(36, 99, 235);
}

.h-3 {
    height: 0.75rem;
}

.w-3 {
    width: 0.75rem;
}

.border-border\/50 {
    border-color: rgba(227, 231, 237, 0.5);
}

.border-border {
    border-color: rgb(227, 231, 237);
}

.text-secondary {
    color: rgb(62, 186, 244);
}

.text-accent-foreground {
    color: rgb(15, 23, 41);
}

.text-muted-foreground {
    color: rgb(101, 117, 139);
}

.bg-destructive\/10 {
    background-color: rgba(239, 67, 67, 0.1);
}

.left-0 {
    left: 0px;
}.duration-1000 {
    animation-duration: 1000ms;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.p-1 {
    padding: 0.25rem;
}

.bg-primary\/10 {
    background-color: rgba(36, 99, 235, 0.1);
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.bg-card {
    background-color: rgb(255, 255, 255);
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.tracking-wider {
    letter-spacing: 0.05em;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.text-right {
    text-align: right;
}

.ml-2 {
    margin-left: 0.5rem;
}

.uppercase {
    text-transform: uppercase;
}

.font-medium {
    font-weight: 500;
}

.text-\[10px\] {
    font-size: 10px;
}

@media (min-width: 768px) {
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
}

.\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
}

.\[\&_svg\]\:size-4 svg {
    width: 1rem;
    height: 1rem;
}

.\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
}

@media (min-width: 640px) {
    .sm\:inline {
        display: inline;
    }
}

[role="tabpanel"][data-state="inactive"] {
    display: none;
}

[role="tabpanel"][data-state="active"] {
    display: block;
}

/* opcional: botón activo */
.menu button[data-state="active"] {
    background: #3b82f6;
    color: white;
}



[data-state="active"] {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

[data-state="active"] {
    color: #111827;
    /* color de texto de ejemplo */
    background-color: #ffffff;
    /* fondo de ejemplo */
}


button:focus {
    outline: 2px solid #3b82f6;
    /* color del ring */
    outline-offset: 2px;
    /* espacio entre botón y ring */
}





.admin-container {
    max-width: 350px;
    margin: 10px auto;
    padding: 25px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.admin-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.admin-header h2 {
    font-size: 18px;
    font-weight: 600;
}

.icon {
    width: 20px;
    height: 20px;
    stroke: #333;
}

.admin-form .input-group {
    margin-bottom: 15px;
}

.submit-btn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: #4f46e5;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.submit-btn:hover {
    background: #4338ca;
}

@media (min-width: 1024px) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}


.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* más oscuro */
    display: flex;
    align-items: flex-start; /* 👈 importante */
    justify-content: center;
    padding: 40px 0; /* espacio arriba */
    z-index: 99;
}

.hidden {
    display: none;
}


.modal-content {
    overflow-y: auto;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}


.close {
    color: #aaa;
    position: absolute;
    right: 16px;
    top: 8px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}.close:hover {
    color: #333;
}



/* Contenedor principal de la tarjeta */
.empresa-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: 100%;
    overflow: hidden;
    color: #0f172a;
}

/* Encabezado gris claro */
.empresa-header {
    padding: 24px 32px;
    border-bottom: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

.empresa-title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.icon-box {
    padding: 8px;
    background-color: #eff6ff;
    border-radius: 8px;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empresa-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.empresa-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 0 44px; /* Alineado con el texto, saltando el icono */
    line-height: 1.5;
}

/* Cuerpo de la tarjeta */
.empresa-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section-title {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px 0;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #2563eb;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(37, 99, 235, 0.4);
}

/* Grillas para distribuir el contenido */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px 32px;
}

.col-span-2 {
    grid-column: 1 / -1; /* Ocupa todo el ancho disponible */
}

/* Estilos de los campos de texto */
.field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.field-label {
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    margin: 0;
}

.field-value {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #0f172a;
}

.required {
    color: #ef4444;
}

.divider {
    border: 0;
    height: 1px;
    background-color: #e2e8f0;
    margin: 0;
}

#verInforme{
    cursor: pointer;
    transition: all 0.3s ease;
    }

    #verInforme:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); 
        background-color: #e3f4ff;
    }

    #verInforme:active {
        transform: translateY(-1px);
}

#verInforme2{
    cursor: pointer;
    transition: all 0.3s ease;
    }

    #verInforme2:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); 
        background-color: #e3f4ff;
    }

    #verInforme2:active {
        transform: translateY(-1px);
}