﻿.contenedor-descarga {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

.linea-divisora {
    border: none;
    height: 1px;
    background-color: #2c2b2b;
    margin: 40px 0;
}

.linea-imagen {
    height: 12px; /* alto visible de la línea */
    background-color: red; /* prueba visual */
    background-image: url( '../Imgs/LineaDiv.png'); /* ajusta la ruta si está en otra carpeta */
    background-repeat: repeat-x;
    background-position: center;
    margin: 50px 0;
}



.download-banner {
    background-color: #f2f6fc;
    border: 1px solid #1a449a;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0;
}

.download-banner-texto {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.download-sistema {
    font-size: 42px;
    font-weight: 600;
    color: #3b5998;
}

.download-texto {
    font-size: 22px;
    color: #333;
    font-weight: 500;
}

.icono-sistema {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}


.descarga-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}

.file-panel {
    flex: 1 1 35%;
}

.recomendacion-panel {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
}

.recomendacion-linea {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.icono-recomendado {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.recomendacion-texto {
    font-size: 20px;
    font-family: Tahoma, sans-serif;
    color: #1a3e7a;
    line-height: 1.4;
    flex: 1;
}

.btn-instruccion {
    padding: 10px 18px;
    background-color: #82c9f3;
    color: midnightblue;
    font-family: Tahoma;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    width: fit-content;
}

    .btn-instruccion:hover {
        background-color: #61b3e4;
    }

/* Opcional: estilo de los botones de descarga del FileManager */
.dxfmToolbar .dxm-content span {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #1a3e7a !important;
}

.dxfmToolbar .dxm-image {
    width: 24px !important;
    height: 24px !important;
}

.alerta-licencia {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.alerta-icono {
    width: 60px;
    height: 60px;
}

.alerta-texto {
    font-size: 22px;
    font-family: Tahoma, sans-serif;
    color: #856404;
    line-height: 1.4;
}
