
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');


html, body, * {
	    font-family: 'Montserrat', sans-serif !important;
    }

/* HEADER SUPERIOR */
.pf-v5-c-masthead {
    background-color: #f0f0f0 !important;
}


.pf-v5-c-page__header {
    background-color: #f0f0f0 !important;
}

:root {
    --pf-v5-global--BackgroundColor--dark-100: #ffffff !important;
    --pf-v5-c-masthead--BackgroundColor:  #f0f0f0 !important;
    --pf-v5-c-page__header--BackgroundColor:  #f0f0f0 !important;
    --pf-v5-c-menu-toggle--Color: #1b1d21 !important; 
}


.keycloak__pageheader_brand {
	            content: url('../img/1.jpg') !important;
		                    height: 40px;
				            }

					    .pf-v5-c-masthead {
						        --pf-v5-c-menu-toggle--Color: #000000 !important;
						}


.pf-v5-c-menu-toggle__text {
	    color: #0f0000 !important;
    }

    .pf-v5-c-page__sidebar {
	        background-color: #ffffff !important;
	}

	/* fondo interno */
	.pf-v5-c-page__sidebar-body {
		    background-color: #ffffff !important;
	    }
.pf-v5-c-nav__link,
.pf-v5-c-nav__section-title {
	    color: #000000 !important;
    }

.pf-v5-c-toolbar {
         --pf-v5-c-toolbar--BackgroundColor: #f0f0f0;
     background-color: #f0f0f0;
}

.pf-v5-c-button.pf-m-plain{
	color : #6a3d3d !important;
}
