.elementor-6224 .elementor-element.elementor-element-48cf76f{--display:flex;}/* Start custom CSS *//* Contenedor flexible sin fondo */

    #grupo-botones-poblacion {

        display: flex;

        flex-wrap: wrap;

        gap: 12px;

        justify-content: center;

        align-items: center;

        padding: 7px 0;

    }



    .boton-verde-poblacion {

        display: inline-block;

        background-color: #13844A; /* Verde solicitado */

        color: #ffffff !important;

        text-decoration: none !important;

        font-family: inherit;

        font-weight: 700;

        font-size: 12px !important;

        padding: 8px 24px;

        border: 2px solid #13844A; /* Borde del mismo color */

        border-radius: 12px;

        transition: all 0.3s ease-in-out;

        text-align: center;

        min-width: 90px;

        line-height: 1.5;

    }



    /* Efecto hover: se vuelve transparente o cambia ligeramente */

    .boton-verde-poblacion:hover {

        background-color: transparent;

        color: #13844A !important;

        transform: translateY(-2px);

    }


/*tableros*/

        html {
            scroll-behavior: smooth;
        }

        .modal-tablero a {
            color: #0066cc;
            cursor: pointer;
            text-decoration: none;
            transition: color 0.3s ease;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.95em;
            line-height: 1.8;
        }

        .modal-tablero a:hover {
            color: #0052a3;
            text-decoration: underline;
        }

        .modal-tablero a:focus {
            outline: 2px solid #0052a3;
            outline-offset: 2px;
        }

        .modal-tablero {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.55);
            padding: 24px;
            overflow: auto;
        }

        .modal-tablero:target {
            display: block;
        }

        .modal-content-tablero {
            background-color: #fefefe;
            margin: 2rem auto;
            padding: 20px;
            border: 1px solid #888;
            width: 100%;
            max-width: 1100px;
            border-radius: 8px;
            box-shadow: 0 12px 36px rgba(0,0,0,0.25);
        }

        .modal-header-tablero {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;
        }

        .modal-title-tablero {
            margin: 0;
            color: #0066cc;
            font-size: 1.2rem;
        }

        .close-tablero {
            display: inline-block;
            font-size: 34px !important;
            font-weight: bold;
            line-height: 1;
            color: #666;
        }

        .close-tablero:hover {
            color: #000;
            text-decoration: none;
        }

        .tablero-iframe {
            width: 100%;
            height: min(75vh, 760px);
            border: none;
            display: block;
            background: #fff;
        }

        .modal-nota {
            margin-top: 10px;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.9em;
            color: #666;
        }

        @media (max-width: 768px) {
            .modal-tablero {
                padding: 12px;
            }

            .modal-content-tablero {
                padding: 14px;
                margin: 1rem auto;
            }

            .modal-title-tablero {
                font-size: 1rem;
            }

            .tablero-iframe {
                height: 72vh;
            }
        }/* End custom CSS */