header#masthead, nav#secondary-navigation {
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 60px;
}

header#masthead {
    top: 0;
    height: 97px;
}

nav#secondary-navigation {
    top: 97px;
}

#secondary-navigation .inside-navigation {
    padding: 0 20px !important;
}

#secondary-navigation .main-nav {
    position: fixed;
    top: 97px;
    z-index: 500;
}

.main-nav .menu-item a {
    font-family: var(--f-primaria) !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.menu-bar-items .menu-bar-item a {
    font-size: 1.4rem !important;
}

#menu-menu-burger #menu-item-182 .sub-menu,
#menu-menu-burger #menu-item-182 .dropdown-menu-toggle,
.show-mv {
    display: none;
}

/* RRSS */
.top-bar {
    height: 0;
}

/* .top-bar #custom_html-2 .custom-html-widget {
    position: fixed;
    top: 109px;
    width: 1500px;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 200;
} */

.header-rrss {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 45px;
    width: fit-content;
    position: fixed;
    z-index: 300;
    top: 112px;
    left: 11%;
}

.header-rrss a {
    color: transparent !important;
}

.header-rrss svg {
    width: 20px;
    height: 20px;
}

.header-rrss .ico-tiktok svg {
    width: 30px;
    height: 30px;
    margin-left: -5px;
}

.header-rrss svg path {
    fill: var(--c-primario);
    transition: all 0.4s ease;
}

.header-rrss a:hover svg path {
    fill: var(--c-secundario);
}

.site-logo {
    margin-bottom: -15px;
}


@media screen and (min-width: 1950px) {
    .header-rrss {
        left: 12%;
    }
}

@media screen and (max-width: 1880px) {
    .header-rrss {
        padding: 0;
    }
}

@media screen and (min-width: 2000px) {
    .header-rrss {
        left: 14%;
    }
}

@media screen and (min-width: 2200px) {
    .header-rrss {
        left: 17%;
    }
}

@media screen and (min-width: 2300px) {
    .header-rrss {
        left: 19%;
    }
}

@media screen and (min-width: 2500px) {
    .header-rrss {
        left: 21%;
    }
}

@media screen and (min-width: 3000px) {
    .header-rrss {
        left: 25%;
    }
}

@media screen and (max-width: 1775px) {
    .header-rrss {
        left: 10%;
    }
}

@media screen and (max-width: 1775px) {
    .header-rrss {
        left: 9%;
    }
}

@media screen and (max-width: 1650px) {
    .header-rrss {
        left: 8%;
    }
}

@media screen and (max-width: 1650px) {
    .header-rrss {
        left: 6%;
    }
}

@media screen and (max-width: 1520px) {
    .header-rrss {
        left: 5%;
    }
}

@media screen and (max-width: 1400px) {
    .header-rrss {
        left: 4%;
    }
}

@media screen and (max-width: 1080px) {
    .top-bar {
        display: none !important;
    }
}

@media screen and (max-width: 950px) {
    #menu-menu-burger #menu-item-182 .sub-menu,
    #menu-menu-burger #menu-item-182 .dropdown-menu-toggle {
        display: initial;
    }

    #secondary-navigation, .secondary-menu-toggle {
        display: none !important; 
    }

    #generate-slideout-menu #menu-item-182 .sub-menu {
        display: none !important;
    }

    #generate-slideout-menu #menu-item-182 a {
        background-color: initial;
        color: var(--c-primario);
    }

    #generate-slideout-menu #menu-item-182 .sub-menu.toggled-on {
        display: block !important;
    }

    #generate-slideout-menu #menu-item-182.sfHover>a,
    #generate-slideout-menu .current-menu-item>a {
        color: var(--c-verde) !important;
        background-color: var(--c-gris);
    }
}

@media screen and (max-width: 820px) {
    header#masthead {
        height: 100px;
    }
}