/*
Theme Name: Industrie Child
Description: Tema hijo de Industrie
Template: industrie
Version: 1.0
*/



/* Estilos para el popup de descarga de catálogo */
#catalogo-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#catalogo-popup {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.popup-header {
    text-align: right;
    margin-bottom: 10px;
}

.close-popup {
    font-size: 24px;
    cursor: pointer;
    color: #666;
    font-weight: bold;
}

.close-popup:hover {
    color: #105d00;
}

.popup-content h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-size: 30px;
    line-height: 40px;
    font-family: "roboto", serif
}

#form-descarga-catalogo input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

#form-descarga-catalogo button {
    width: 100%;
    padding: 12px;
    background: #EA5501;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

#form-descarga-catalogo button:hover {
    background: #105d00;
}

#form-descarga-catalogo button:disabled {
    background: #ccc;
    cursor: not-allowed;
}


.checkbox-label a {
    color: #105d00;
    text-decoration: underline;
    transition: color 0.2s;
}

.checkbox-label a:hover {
    color: #0d4700;
    text-decoration: none;
}




/* Botón de descarga - respeta el diseño de Elementor */
.btn-descarga-catalogo {
    cursor: pointer !important;
}

/* Eliminar cualquier estilo que interfiera */
.btn-descarga-catalogo {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
}