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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
    --cnvs-themecolor: #c24412;
    --cnvs-themecolor-rgb: 194, 68, 18;
    --cnvs-i-color: #2e3191;
}
#header {
    background-color: var(--cnvs-themecolor);
}
.logo-default {
    margin: 10px 0;
}
.i-plain:hover {
    --cnvs-i-color: white;
}
.header-extras li .he-text span, .header-extras li .he-text span a, .header-extras li .he-text {
    color: white;
}
.fbox-content ul {
    padding-left: 1.5rem;
    
    padding-top: 1rem;
}
.master-custom .img-hover {
    height: 200px;
    width: auto;
}
#main-content {
    margin-top: 20px;
}
.panel-body ul, .lista {
    padding-left: 30px;
}
.footer-big-contacts {
    font-size: 20px;
}