/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.testo_blu {
    color: #437A9C;
    font-weight: 600;
}

ul.elencopuntato {
    font-size: 16px;
    list-style: none;
    padding-left: 0;
}

    ul.elencopuntato li::before {
        content: "\F309"; /* codice icona check-circle di Bootstrap Icons */
        font-family: "bootstrap-icons";
        color: #007bff; /* blu */
        margin-right: 8px;
    }

.iconlist-white {
    --cnvs-iconlist-color: #ffffff !important;
}

    .iconlist-white i {
        color: #ffffff !important;
    }


.feature-box .fbox-icon {
    display: flex;
    justify-content: center;
    align-items: center;
