/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Estilos base */
.mi-columna {
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 5px;
    min-height: 500px; /* Altura mínima */
    transition: background-color 0.5s ease-in-out;
}

/* Contenedor del texto */
.mi-columna .hover-content {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    color: white;
}

/* Efecto de hover SOLO en escritorio */
@media (min-width: 768px) {
    .mi-columna:hover .hover-content {
        opacity: 1;
        transform: translateY(0);
    }

    .mi-columna:not(:hover) .hover-content {
        opacity: 0;
        transform: translateY(20px);
    }
}
div#pum_popup_title_720 {
    font-weight: 300;
    padding: 25px 30px 25px 50px;
    border-bottom: 1px solid rgba(87, 87, 87, 0.2);
    font-weight: 500;
    font-size: 1.5rem;
}
.pum-content.popmake-content {
    padding: 20px 40px;
    font-size: 1.125rem;
}
.pum-content.popmake-content p strong {
    font-weight: 600;
}
form#wpforms-form-727 label{    color: #575757;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    font-size: 0.875rem;
}
form#wpforms-form-727 input:not([type="checkbox"]),
form#wpforms-form-727 textarea{
    color: #2a231e;
    width: 100%;
    font-weight: 300;
    height: 50px;
    padding: 0 10px;
    border: none;
    outline: none;
    background-color: #f2f2f2;
    width: 100% !important;
    max-width: 100%;
}
form#wpforms-form-727 textarea{
    height: 265px;
    padding: 10px;
}
button#wpforms-submit-727 {
    display: block;
    margin: auto;
    width: 243px;
    background: #2a231e;
    color: white;
}
/* En móviles (menos de 768px), el texto siempre visible */
@media (max-width: 767px) {
    .mi-columna .hover-content {
        opacity: 1;
        transform: translateY(0);
    }
    .pum-content.popmake-content {
        padding: 20px;
        font-size: 1.125rem;
    }
}

ul li h3{
    font-size: 18px;
    font-weight: 300;
}