:root {
	--azul: #0f3b86;
	--lazul: #6fafd6;
}
.header_content ul#menu-tunasycabras>li.current-menu-item>a,
.header_content ul#menu-tunasycabras>li.current-menu-item>a:focus{
    background-color: transparent!important;
    color: #fff;
}

.header_content ul#menu-tunasycabras>li>a:hover {
    background-color: transparent!important;
    color: var(--lazul);
}
.header_content {
    background-color: rgba(52, 74, 113, 0.00);
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 0;
    text-align: right;
    font-size: 0;
    z-index: 999;
}
.header_content.header-sticky {
    position: fixed;
    background-color: rgba(52,74,113,.85);
    top: -100%;
    -webkit-backface-visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}