@CHARSET "ISO-8859-1";

:root {
	--pchem-rosso: #E6312B; /* colore principale */
	--pchem-rosso-scuro: #BB0201; /* usato negli hover */
	--pchem-rosso-btn: #B90000; /* usato sui bottoni */
	--pchem-grigio-chiaro: #E5E7EB; /* usato come sfondo dei box */
	--pchem-grigio: #EAEBEB; /* usato come sfondo dei box */
	--pchem-grigio-footer: #F4F4F4; /* usato come sfondo dei boxdel footer */
	--pchem-grigio-scuro: #293031; /* usato per il testo */
	--pchem-piusi-grigio: #4A4A49; /* sfondo per Piusi nel logo Pchem */
	--pchem-grigio-btn: #343B3C;
	--pchem-rosso-logo: #D7282F; /* logo */
	
	/*
	font-family: "Work Sans", sans-serif !important;
	font-optical-sizing: auto !important;
	font-weight: 400 !important;
	font-style: normal !important;
	*/
}

.urFontBaseFam {
	font-family: "Work Sans", sans-serif !important;
	font-optical-sizing: auto !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.prtlPrtlFullPageAppBody {
	padding: unset !important;
}



/* HEADER */
header.pchem-header {
	padding: 1rem !important;
}

a.underline-effect {
	border-bottom: unset !important;
	color: var(--pchem-grigio-scuro) !important;
}

div.divSelectLanguage {
	position: unset;
    margin-left: unsett;
}
div.divSelectLanguage div.dropdown-menu > a.dropdown-item {
	cursor: pointer;
}
div.divSelectLanguage div.dropdown-menu > a.dropdown-item.active,
div.divSelectLanguage div.dropdown-menu > a.dropdown-item:active {
	color: var(--pchem-grigio-scuro);
	background-color: unset;
}
div.divSelectLanguage div.dropdown-menu > a.dropdown-item.active:hover,
div.divSelectLanguage div.dropdown-menu > a.dropdown-item:active:hover {
	background-color: #f8f9fa;
}



/* FOOOTER */
div.footer-outer {
	background: unset !important;
	background-color: var(--pchem-grigio-footer) !important;
	color: var(--pchem-grigio-scuro) !important;
	/*
	margin-right: -15px;
    margin-left: -15px;
    */
    padding: 1.5rem 1rem !important;
    /* text-align: left !important; */
    line-height: 32px;
  	font-size: 16px;
}

div.footer-outer > div.row.copyright {
	background-color: white !important;
	/* font-weight: 700 !important; */
}

div.row.copyright span.copyright-bold {
	font-weight: 700 !important;
}

hr.separator-row {
	border: 1px solid color-mix(in srgb, var(--pchem-grigio-scuro), transparent 66%);
	width: 95%;
}



/* GENERAL */
.btn-pchem {
	background-color: var(--pchem-rosso);
	color: white;
}
.btn-pchem:hover {
	background-color: var(--pchem-rosso-scuro);
	color: white;
}
.btn-pchem-secondario {
	background-color: var(--pchem-grigio-btn);
	color: white;
}
.btn-pchem-secondario:hover {
	/*background-color: var(--pchem-rosso-scuro);*/
	color: white;
}

div.row.pchem-titolo {
	background-color: var(--pchem-grigio);
	/* padding: 3rem 1rem !important; /* equivalente alle classi px-5 e py-3 combinate */
	/* margin-bottom: 3rem !important; /* equivalente a mb-5 */
	padding: 1.5rem 1rem !important;
    margin-bottom: 1rem !important;
}
div.row.pchem-titolo > h1 {
	font-weight: bold;
    font-size: 1.75rem;
    line-height: 31.5px;
}

a:link {
	text-decoration: none;
}
a:hover {
	color: var(--pchem-rosso) !important;
}
