/**
 * SGS DESIGN SYSTEM - SOCIO MODULE (MODULAR)
 * Estilos específicos para la ficha y portal del socio.
 */

#container {
    width: 80%;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

#container1, #container2 {
    width: 50%;
    justify-content: center;
}

#container1 { float: left; padding-right: 4px; }
#container2 { float: right; padding-left: 4px; }

@media all and (max-width: 720px) {
    #container { width: 100%; }
}

@media all and (max-width: 479px) {
    #container1, #container2 { width: 100%; float: none; }
}

#photoContainer {
    width: 80%;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
}

.infoSocio {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    position: absolute !important;
    right: 10px !important;
    text-align: right;
    font-family: sans-serif;
    color: var(--sgs-text-muted);
    font-size: 14px !important;
}

.btnModificarSocio, .btnUpload {
    width: 100%;
    border: none;
    color: var(--sgs-text-muted);
    padding: 16px;
    text-decoration: none;
    cursor: pointer;
}

.btnUpload {
    width: 50%;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 5px;
}

/* Tablas de Pagos y Datos */
.lstPagos {
    width: 80%;
    margin: 0 auto;
}

.lstPagos th {
    height: 40px;
    vertical-align: middle;
    text-align: center;
    background-color: var(--sgs-primary);
    color: var(--sgs-white);
    padding: 0 20px;
}

.lstPagos td {
    height: 22px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid var(--sgs-border-light);
}

.lstPagos tr:hover {
    background-color: var(--sgs-bg-hover);
}

.frmTable { width: 100%; }
.frmTable td { padding: 2px; }

.beneficios p {
    font-size: smaller;
    text-align: justify;
    margin: 20px;
}

.beneficios h1 { text-align: center; }

/* Especial para contacto */
.reseteoclave {
    background-color: var(--sgs-white);
    border: 1px solid var(--sgs-border-light);
    width: 80%;
    max-width: 400px !important;
    border-radius: var(--sgs-radius-lg) !important;
    padding: 15px 0;
}

/* Estilos específicos para el Portal de Consulta Pública */
#txtBusqueda {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    height: 45px;
}

.footer {
    padding: 20px 0;
    background: #f5f5f5;
    border-top: 1px solid var(--sgs-border-light);
    position: fixed;
    bottom: 0;
    width: 100%;
}
