.elementor-734 .elementor-element.elementor-element-dcff39d{--display:flex;--min-height:15vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-15vw;--margin-bottom:0vw;--margin-left:0vw;--margin-right:0vw;}.elementor-734 .elementor-element.elementor-element-048dbaa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-734 .elementor-element.elementor-element-dcff39d{--width:100vw;}.elementor-734 .elementor-element.elementor-element-048dbaa{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-62d607d */header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #0000;
    color: white;
    position: relative;
    z-index: 1000;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.ilogo{
    width: 12vw;
    height: 7.5vh;
}

.menu-icon {
    font-size: 40px;
    cursor: pointer;
    color: #1A333F;
}

nav {
    position: fixed;
    top: 40;
    left: 0;
    width: 100%;
    height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

nav ul li {
    margin: 20px 0;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 48px;
    font-family: 'Georgia', serif;
    color: #1A333F;
}

nav ul li a:hover {
    text-decoration: underline;
}

main {
    padding: 20px;
    margin-top: 60px;
}

@media (max-width: 768px) {
    
    .ilogo{
    width: 20vw;
    height: 4.5vh;
}


    .menu-icon {
        font-size: 30px;
    }

    nav ul li a {
        font-size: 36px;
    }

    main {
        padding: 10px;
    }
}

@media (max-width: 480px) {

    header {
        padding: 5px 10px;
    }

    .menu-icon {
        font-size: 24px;
    }

    nav ul li a {
        font-size: 24px;
    }

    main {
        padding: 5px;
        margin-top: 50px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dcff39d */.elementor-734 .elementor-element.elementor-element-dcff39d {
    background-color: transparent !important;
    transition: background-color 1.3s ease !important;
}

.elementor-734 .elementor-element.elementor-element-dcff39d.elementor-sticky--effects {
    background-color: rgba(255, 255, 255, 1) !important; /* Cambia a blanco al hacer scroll */
}

.elementor-734 .elementor-element.elementor-element-dcff39d.elementor-sticky--effects > .elementor-container {
    min-height: 80px;
}

.elementor-734 .elementor-element.elementor-element-dcff39d > .elementor-container {
    transition: min-height 1s ease !important;
}/* End custom CSS */