.elementor-974 .elementor-element.elementor-element-fbda3e6{padding:1em 4em 0em 4em;}.elementor-974 .elementor-element.elementor-element-1d13192 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-974 .elementor-element.elementor-element-3a9637b{text-align:left;}.elementor-974 .elementor-element.elementor-element-3a9637b img{width:100%;max-width:100%;}@media(max-width:767px){.elementor-974 .elementor-element.elementor-element-fbda3e6{padding:0em 1em 0em 0.5em;}.elementor-974 .elementor-element.elementor-element-1d13192{width:70%;}.elementor-974 .elementor-element.elementor-element-3a9637b img{width:100%;max-width:100%;}.elementor-974 .elementor-element.elementor-element-2437460{width:30%;}}/* Start custom CSS for html, class: .elementor-element-4a77175 */.nav-container {
    position: relative;
}

.menu-toggle-checkbox {
    display: none;
}

.menu-toggle-label {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #333;
    color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
}

.nav {
    background-color: white; 
    overflow: hidden;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: black;
    transition: background-color 0.3s, color 0.3s; 
}

.nav a:hover {
    background-color: white !important;
    color: gray;
}

.nav a.active {
    color: black; 
    font-weight: bold;
}

@media (max-width: 768px) {
    .nav {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 10%; /* Ajusta el menú para que no ocupe toda la pantalla */
        left: 0;
        width: 100%;
        height: auto; /* Ajusta la altura del menú */
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 2;
        justify-content: flex-start; /* Alinea el contenido al inicio */
        align-items: center;
        padding: 20px 0; /* Espacio alrededor del contenido */
    }

    .menu-toggle-label {
        display: block;
    }

    .menu-toggle-checkbox:checked + .menu-toggle-label + .nav {
        display: flex;
    }
}

.elementor .elementor-background-slideshow {
    display: none !important;
}/* End custom CSS */