/*

STYLE CUSTOM - CLARA PORTFOLIO

Author: MALLU FALCAO
FALCON(C) --2025

*/



body.home .header-floating{
	position: absolute;
    width: 100% !important;
    z-index: 1;

}

body.home .header-floating, body.home .line-nav, body.home .logo-nav{
    background-color: transparent !important;
    border-bottom-color: transparent !important;

}

body.home .header-floating:hover, body.home .header-floating:active{
    background-color: #ffffffcc !important;
    border-bottom-color: #000000cc  !important;

}

body.home :where(.wp-site-blocks) > * {
    margin-block-start: 0;
}


.main-menu .wp-block-navigation-item a:hover, .main-menu .wp-block-navigation-item a:focus{
    color: var(--wp--preset--color--primary);
    text-decoration: inherit !important;
    text-decoration-style: solid;
}

