/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#copyrights {
background-color: white !important;
}
.color {
color: #336699 !important;
}
em {
font-family: var(--cnvs-primary-font);
}
#header-wrap {
border-top: 1px solid var(--cnvs-header-border-color);
}
ul.lista {
  margin: 0px 0px 0px 10px !important;
  padding: 0px 25px 35px 25px !important;
}
#footer {
--cnvs-footer-top-border: 1px solid rgba(var(--cnvs-contrast-rgb), 0.15);
}
.ps-blue {
color: #336699 !important;
padding-left: 0.25rem !important;
}
:root {
  --cnvs-themecolor: #e62029 !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: #336699 !important;
}

