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

.header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
}
a {
    color: #1aaedb;
}
.footer .elementor-icon-list-text {
    font-size: 16px !important;
}
.list-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.list-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Cuatro columnas */
    gap: 20px; /* Espacio entre columnas */
}

.list-container ul li {
    font-size: 18px;
}

.list-container ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #007bff; /* Cambia según tu diseño */
    transition: color 0.3s ease;
}

.list-container ul li a:hover {
    color: #0056b3; /* Color al pasar el cursor */
}

/* Ajustes responsivos para pantallas más pequeñas */
@media (max-width: 768px) {
    .list-container ul {
        grid-template-columns: repeat(2, 1fr); /* Dos columnas en pantallas medianas */
    }
}

@media (max-width: 480px) {
    .list-container ul {
        grid-template-columns: 1fr; /* Una columna en pantallas pequeñas */
    }
}
@media (max-width: 1024px) {
    .sub-menu {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .localizaciones h1 {
        font-size: 35px !important;
    }
    .localizaciones h2 {
        font-size: 24px !important;
        padding-top: 20px !important;
    }
    .localizaciones h3 {
        font-size: 20px !important;
        padding-top: 20px !important;
    }
}
@media (min-width: 769px) {
    .localizaciones h1 {
        font-size: 45px !important;
    }
    .localizaciones h2 {
        font-size: 24px !important;
        padding-top: 20px !important;
    }
    .localizaciones h3 {
        font-size: 20px !important;
        padding-top: 20px !important;
    }
}
.grecaptcha-badge {
    width: 300px !important;
    height: 60px !important;
    display: block !important;
    transition: left 0.3s !important;
    position: fixed !important;
    bottom: 20px !important;
    left: 0px !important;
    box-shadow: gray 0px 0px 5px !important;
    border-radius: 2px !important;
    overflow: hidden !important;
}
.wpml-ls-flag img {
    width: 32px !important;
    height: 24px !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
    color: #000 !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: white !important;
}
