/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* theme login pages*/
body.logged-in #content,
body.tml-action-login #content,
body.tml-action-register #content,
body.tml-action-lostpassword #content {
	padding: 60px 0 120px;
}

body.logged-in .tml-links a,
body.tml-action-login .tml-links a,
body.tml-action-register .tml-links a,
body.tml-action-lostpassword .tml-links a {
	color: #000;
}

/* Estilos para la lista de documentos */
.lista-documentos {
    padding: 60px 20px 120px;
    max-width: 1200px;
    margin: auto;
}

.lista-documentos h1 {
    margin-bottom: 30px;
    color: #333;
}

.lista-documentos table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.lista-documentos table th,
.lista-documentos table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.lista-documentos table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.lista-documentos table tr:hover {
    background: #f5f5f5;
}

.lista-documentos .boton-descargar {
    display: inline-block;
    padding: 8px 16px;
    background: #007cba;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.lista-documentos .boton-descargar:hover {
    background: #005a87;
}

.lista-documentos .mensaje-exito {
    background: #d4edda;
    color: #155724;
    padding: 12px 16px;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .lista-documentos table {
        font-size: 14px;
    }
    
    .lista-documentos table th,
    .lista-documentos table td {
        padding: 8px 10px;
    }
    
    .lista-documentos .boton-descargar {
        padding: 6px 12px;
        font-size: 13px;
    }
}

.page-template-subir-documentos .acf-button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.page-template-subir-documentos .acf-button:hover {
    background-color: #333;
}

.mensaje-exito {
	max-width: 990px;
	margin: 60px auto 0;
	padding: 10px;
	border: 1px solid #000;
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
    border-radius: 4px;
    text-align: center;
}

.mensaje-error {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
    border-radius: 4px;
    text-align: center;
    max-width: 990px;
    margin: 60px auto 0;
    padding: 10px;
    border: 1px solid;
}

/* template mis documentos subidos */
.lista-documentos {
	padding: 60px 20px 120px;
    max-width: 800px;
    margin: 0 auto;
}
.lista-documentos table {
    width: 100%;
    border-collapse: collapse;
}
.lista-documentos th, .lista-documentos td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.lista-documentos td:last-child {
    text-align: right;
}
.boton-descargar {
    background-color: #0073aa;
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 3px;
}


body.tml-action-register .acf-user-register-fields.acf-fields,
body.tml-action-register h2 {
    display: none;
}
