.elementor-489 .elementor-element.elementor-element-70534fb9{--display:flex;--margin-top:113px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-4306249c */.lista-ciudades {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 30px 0;
}

.boton-ciudad {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.2s ease;
}

.boton-ciudad:hover {
    background: #d10000;
}/* End custom CSS */