/*
Theme Name: Hello Elementor Child
Theme URI: https://b2bmg.cl/
Description: Child theme de Hello Elementor para rediseño empleosmineria.cl. Parte de la red de portales especializados mch.cl, aqua.cl y revistaei.cl de B2BMG.cl. Optimizado para Elementor Free, con shortcodes personalizados para minería y empleos. Desarrollado por programador Cartes.
Author: Cartes
Author URI: https://b2bmg.cl/
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
Tags: elementor, mining-jobs, chile, responsive, custom-shortcodes, infografias
*/

@import url("../hello-elementor/style.css");

/* Estilos personalizados para empleosmineria.cl */
.destacados-grid {
    padding: 20px 0;
}

.post-destacado {
    position: relative;
    overflow: hidden;
}

.aviso-destacado {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: linear-gradient(135deg, #007cba, #005a87);
    box-shadow: 0 2px 10px rgba(0,124,186,0.4);
}

.post-normal:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.post-destacado img {
    transition: transform 0.3s ease;
}

.post-destacado:hover img {
    transform: scale(1.05);
}

/* Responsive para móviles CL */
@media (max-width: 768px) {
    .post-destacado {
        grid-column: span 1 !important;
    }
    
    .aviso-destacado {
        font-size: 0.8em;
        padding: 6px 10px;
    }
}

/* Colores mineros B2BMG */
:root {
    --mineria-azul: #007cba;
    --acero-gris: #6c757d;
}
