
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Archivo:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


.archivo-normal {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.abel-regular {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.contatore .type_number {
    font-family: "Archivo", sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.contatore .w-counter-title {
    font-family: "Abel", sans-serif;
    color: #000;
    font-weight: 400;
}

.blu .w-text-value, .blu p {
    color: #0B3D91;
}

.titoletto {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    color: #0B3D91;
    text-decoration: underline;
}

.new-font a {
    color: #000;
}


/* SOCI */
.riga-partner .w-image-h {
    text-align: center;
    padding: 0 20px;
}

.riga-partner img {
    height: 78px !important;
    margin: auto;
    width: auto;
}


/* GOVERNANCE */
.btn-download .underline {
    text-decoration: underline;
}
.btn-download {
    background-image: url("https://serics.eu/wp-content/uploads/2025/07/arrowdown.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
@media only screen and (max-width: 767px) { 
    .width-wide-mobile.l-section {
        width: 100% !important;
    }
}

/* SPOKE */
.w-grid.spoke-new .w-grid-item.us_portfolio {

}

.w-grid.spoke-new .w-post-elm.post_taxonomy {
    display: none;
}

.w-grid.spoke-new .w-post-elm.post_title {
    font-family: "Archivo", sans-serif;
    font-size: 16px !important;
    color: #0B3D91 !important;
}

.w-grid.spoke-new .w-post-elm.post_title .spoke-highlight {
    font-weight: 600;
    font-size: 17px !important;
    display: block;
}

.w-grid.spoke-new .w-vwrapper {
    display: flex;
    justify-content: space-between;
    background: #F4F5F9 !important;
    padding: 20px !important;
}
.w-grid.spoke-new article:hover .w-vwrapper {
    background: #0B3D91 !important;
}

.w-grid.spoke-new article:hover .w-post-elm.post_title {
    color: #F4F5F9 !important;
}

.w-grid.spoke-new article:hover .w-vwrapper i.fal::after {
    background-image: url("https://serics.eu/wp-content/uploads/2025/07/Schermata-2025-07-09-alle-12.40.34.png");
}

.w-grid.spoke-new article:hover .w-vwrapper i.fal::before {
    color: #F4F5F9 !important;
}
.w-grid.spoke-new .w-vwrapper i.fal::before {
    color: #0B3D91 !important;
}
.w-grid.spoke-new .w-vwrapper i.fal {
    position: relative;
    width: 100%;
}
.w-grid.spoke-new .w-vwrapper i.fal::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-image: url("https://serics.eu/wp-content/uploads/2025/07/Schermata-2025-07-09-alle-12.40.29.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
}

.spoke-details.altri-spoke {
    
}

.spoke-details .w-grid-list.owl-carousel .owl-item h2 {
    font-family: "Archivo", sans-serif;
    font-size: 14px !important;
    font-weight: 500;
} 
.spoke-details .w-grid-list.owl-carousel .owl-item h2 br {
    display: none;
}
.spoke-details .w-grid-list.owl-carousel .owl-nav button {
      background: transparent;
        width: auto;
    height: auto;
    bottom: 0;
    top: auto;
    margin: 0;
    padding: 0;
}

.spoke-details .w-grid-list.owl-carousel .owl-nav button::before {
  
}
.spoke-details .w-grid-list.owl-carousel .owl-nav button::after {
    display: none;
}

.spoke-details .w-grid-list.owl-carousel .owl-nav button.owl-prev::before {
  background-image: url("https://serics.eu/wp-content/uploads/2025/07/arrow-left.jpg");
        background-size: contain;
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    bottom: 0;
}

.spoke-details .w-grid-list.owl-carousel .owl-nav button.owl-next::before {
     background-image: url("https://serics.eu/wp-content/uploads/2025/07/arrow-right.jpg");
        background-size: contain;
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    bottom: 0;
    left: auto;
    right: 0;
}


.spoke-details .w-grid-list.owl-carousel .owl-item h2 .spoke-highlight {
    font-weight: 700;
    display: block;
    padding-bottom: 7px;
}

.spoke-details .w-text {
    color: #0B3D91;
    text-decoration: underline;
}



