/*
Theme Name: balzan2025
Author: AlfaPi - Serena
Description: tema per Fondazione Balzan
Version:1.0
Text Domain: balzan2025
*/


:root {
    --font-1: 'Outfit';
    --font-2: 'Lora', serif;
    --font-awesome: 'Font Awesome 7 Free';
    --colore-1: #11337D;
    --colore-2: #FFD03D;
    --colore-2-hover: #EFBE26;
    --colore-3: #001941;
    --colore-4: #9F7900;
    --colore-5: #005CD5;
    --colore-6: #EFEADC;
    --colore-7: #647EB7;
    --colore-8: #001941;
    --colore-9: #151515;
    --colore-10: #9AC5FF;
    --colore-11: #232323;
    --colore-12: #F1F1F1;
    --colore-13: #E4EAF6;
    --colore-14: #272727;
    --colore-15: var(--colore-15);

    --text-color: var(--colore-11);
    --menu-color: var(--colore-14);
    --menu-hover: var(--colore-5);

    --bg-progetti-umanistici: var(--colore-6);
    --bg-progetti-umanistici-inattivi: var(--colore-7);
    --bg-progetti-scientifici: var(--colore-13);
    --bg-progetti-scientifici-inattivi: var(--colore-4);

    --border-radius-box: 16px;
    --border-radius-box-interno: 12px;
    --border-radius-img: 9px;
}

body {
    padding: 0;
    margin: 0;
    color: var(--text-color);
    overflow-x: hidden;
    font-family: var(--font-1);
    font-weight: 300;
    font-size: 1.375rem;
}

body.home {
    background-image: url(images/BG_Hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
 
@media (max-width: 767.98px) {
    body.home {
        background-size: auto;
    }
}

body,
html {
    height: 100%;
    width: 100%;
    position: relative;
    touch-action: pan-y;
}

@media (max-width: 1199.98px) {
    body {
        font-size: 1.25rem;
    }
}

.container-fluid {
    max-width: 1920px;
}

a,
a:hover {
    text-decoration: none;
}

/* HEADING */

h1 {
    color: var(--colore-1);
    font-family: var(--font-2);
    font-size: clamp(2.25rem, 5vw, 3.5rem);
}

h1.video {
    color: #fff
}

h2 {
    font-size: 2.625rem;
}

@media (max-width: 1200px) {
    h2 {
        font-size: clamp(1.675rem, 4vw, 2.25rem);
    }
}

/*MENU TOP*/
.bg-top-menu,
.bg-mobile-menu {
    background: transparent linear-gradient(270deg, var(--colore-1) 0%, var(--colore-3) 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px 16px 0 0;
}

.bg-top-menu a {
    font-size: 1.3rem;
    color: #fff;
}

.bg-top-menu a.navbar-brand {
    font-family: var(--font-2);
}

.bg-top-menu a span span {
    color: var(--colore-2);
}

.bg-top-menu a img {
    margin-right: 8px;
}

.bg-top-menu a:hover {
    color: #fff;
}

@media (min-width: 1400px) {
    .wpml-ls-legacy-list-horizontal .wpml-ls-item {
        display: inline-flex;
        align-items: center;
    }

    .wpml-ls-legacy-list-horizontal a,
    li.wpml-ls-item.wpml-ls-current-language a,
    .mobmenu-content li.wpml-ls-item.wpml-ls-current-language a {
        font-size: 1.25rem;
    }

    .wpml-ls-legacy-list-horizontal a {
        padding: 5px 0 6px;
    }

    li.wpml-ls-item.wpml-ls-current-language a,
    .mobmenu-content li.wpml-ls-item.wpml-ls-current-language a {
        color: var(--colore-2);
    }

    #lang_sel_list ul li:not(:last-child)::after {
        content: "\f111";
        font-family: var(--font-awesome);
        color: #fff;
        margin: 8px 8px;
        font-size: 0.25rem;
        vertical-align: middle;
    }
 

}




@media (max-width: 1399px) {
  

    .bg-top-menu a {
        font-size: 1rem;
        line-height: 1em;
    }
    
    .bg-top-menu a span.d-block {
    position: absolute;
    padding-left: 45px;
    }

}

.bg-top-menu .social-links li a {
    color: var(--colore-2);
    font-size: 1.5rem;
}

/*MENU*/

.bg-main-menu {
    background-color: #fff;
    box-shadow: 0 3px 30px #00000029;
    border-radius: 0 0 16px 16px;
}

.navbar {
    z-index: 1000;
}

.navbar-nav {
    position: static;
}

.fixed {
    top: 0 !important;
    left: 0;
    right: 0;
    position: fixed !important;
    box-shadow: 5px 5px 0 -5px rgb(51 51 51 / 50%);
    z-index: +99999;
}

.navbar-dark .navbar-toggler {
    color: transparent;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler span {
    width: 35px;
    float: right;
}

.navbar-toggler span span {
    background-color: #fff;
    height: 2px;
    width: 100%;
    margin-bottom: 8px;
    display: block;
    border-radius: initial;
}

.nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link {
    font-size: 1.25rem;
    color: var(--menu-color) !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px !important;
}

.navbar-nav .nav-link:hover {
    color: var(--menu-hover) !important;
}

.navbar-nav .dropdown-menu {
    border-radius: 0 0 16px 16px;
    padding: 0 !important;
    background-color: #fff;
}

.dropdown-menu {
    border: none;
    transition: 0.3s;
    padding: 0;
}

.dropdown-toggle:after {
    content: "\f078";
    font-family: var(--font-awesome);
    position: relative;
    border: none;
    margin-left: 5px;
    font-weight: 900;
    font-size: .8rem;
    top: 0px;
}

.dropdown-toggle:hover:after {
    content: "\f077";
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu li:last-of-type {
    padding-bottom: 25px !important;
}

.dropdown-item {
    color: var(--text-color);
    font-size: 1.25rem;
    padding: 15px 25px 0 25px;
}

.dropdown-item:hover {
    background: transparent;
    color: var(--menu-hover);
}

.dropdown:hover>.dropdown-menu {
    display: block;
    box-shadow: 0 3px 30px #00000029;
    margin-left: -15px;
}

.dropdown-menu li.active a {
    color: var(--colore-1) !important;
    color: var(--colore-approfondimenti-1) !important;
}

.dropdown .nav-item:hover:before {
    content: initial;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: initial;
    color: var(--menu-hover);
}

.current-menu-item .nav-link,
.current-menu-parent .nav-link,
.current-page-ancestor .nav-link,
.active-servzi .nav-link {
    color: var(--menu-hover) !important;
}
/*
.current-menu-item .dropdown-item {
    color: var(--menu-hover);
}*/


@media (max-width:1399px) {
    .bg-top-menu {
        border-radius: 16px;
    }

    #mobile-menu.menu-open {
        position: fixed;
        top: 53px;
        left: 0;
        width: 100vw;
        height: 100dvh;
        z-index: 9999;
        overflow-y: auto;
        padding: .5rem;
        display: block !important;
        padding-bottom: 7vh;
    }

    body.mobile-menu-open {
        overflow: hidden;
        height: 100vh;
    }

    #navbar-close {
        position: fixed !important;
        right: 25px;
        cursor: pointer;
        z-index: 10000;
        position: relative;
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .main-menu {
        margin-block: 0;
        background: transparent linear-gradient(270deg, var(--colore-1) 0%, var(--colore-3) 100%) 0% 0% no-repeat padding-box;
    }

    .main-menu .nav-item {
        margin: 15px 15px 15px 30px;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
    }

    .navbar-nav .nav-link.active,
    .dropdown-item.active {
        color: var(--colore-2) !important;
    }

    .dropdown-menu {
        display: block;
        padding: 0;
        background: var(--bg-card-prodotto);
        width: calc(100% - 40px);
    }

    .dropdown-item {
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        color: #fff;
        padding-inline: 0;
    }

    .dropdown-toggle:after {
        content: initial;
    }

    .nav-link {
        display: initial;
        font-weight: 500;
    }

    .dropdown:hover>.dropdown-menu {
        display: block;
        background: transparent;
        box-shadow: initial;
        padding: 0;
        border-bottom-left-radius: initial;
        border-bottom-right-radius: initial;
        margin-left: initial;
    }

    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:visited {
        background-color: transparent;
    }

    .navbar-nav .dropdown-menu {
        border-radius: unset;
        padding: 0 !important;
        background: transparent;
        width: 90%;
        margin-left: 10%;
        width: 100%;
        margin-left: 0;
        position: static !important;
        transform: none !important;
    }

    .current-menu-item .dropdown-item {
        color: #fff;
        width: fit-content;
    }

    #navbar-close {
        position: fixed !important;
        cursor: pointer;
        z-index: 10000;
        position: relative;
    }

    #menu-main-menu-mobile,
    #menu-main-menu-mobile-de,
    #menu-main-menu-mobile-fr,
    #menu-main-menu-mobile-en {
        display: block !important;
        text-align: center;
    }

    #menu-main-menu-mobile>.nav-item,
    #menu-main-menu-mobile-de>.nav-item,
    #menu-main-menu-mobile-fr>.nav-item,
    #menu-main-menu-mobile-en>.nav-item {
        text-align: left;
    }

    #menu-main-menu-mobile>.menu-item-language,
    #menu-main-menu-mobile-de>.menu-item-language,
    #menu-main-menu-mobile-fr>.menu-item-language,
    #menu-main-menu-mobile-en>.menu-item-language {
        display: inline-block !important;
    }
}

/* 03 - BREADCRUMB */
.container.briciole {
    padding: 0 0 20px 0;
}

.breadcrumb {
    margin: 0 auto;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    display: inline-flex;
    align-items: center;
}

.breadcrumb li::before {
    content: initial !important;
}

.breadcrumb li a {
    color: var(--text-color);
    font-size: 1.05rem;
    font-weight: 500;
}

.breadcrumb li a:hover {
    color: var(--text-color);
}

.box-video .breadcrumb li a,
.box-video .breadcrumb li a:hover {
    color: #fff;
}

.breadcrumb li::after {
    content: "\f054";
    margin: 0 0.25em;
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    font-size: .75rem;
    opacity: 0.5;
    padding-inline: 5px;
}

.breadcrumb li:last-child {
    font-weight: 700;
    font-size: 1.05rem;
}

.breadcrumb li:last-child::after {
    content: initial;
}

.breadcrumb li[aria-current="page"] a {
    pointer-events: none;
    cursor: default;
}

@media (max-width: 991px) {
    .breadcrumb {
        margin: 0 20px;
    }
}

/* STILI CONDIVISI */
.wrapper-custom-content {
    margin: 50px auto;
    max-width: 1700px;
}

.wrapper-custom-content h2 a {
    font-size: 2.6rem;
    color: var(--colore-1);
    font-family: var(--font-2);
}

.wrapper-custom-content p.sommario {
    font-size: 1.4rem;
    width: 75%;
}

.wrapper-custom-content a.more {
    padding: 5px 25px;
    color: var(--text-color);
    font-size: 1.4rem;
    border: 2px solid var(--colore-13);
    border-radius: 66px;
}

.box {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: var(--border-radius-box);
    box-shadow: 0px 3px 60px #00000029;
}

.box.archivio {
    box-shadow: 0px 3px 32px #00000029;
}

.box picture {
    display: block;
    padding: 9px;
    border-radius: var(--border-radius-img);
}

.box img {
    border-radius: var(--border-radius-img);
}

.box h2 {
    margin: 0 15px 15px 15px;
    line-height: .4em;
}

.box h3 {
    margin: 0 15px 15px 15px;
    line-height: .75em;
}

.box h2 a,
.box h3 a {
    color: var(--colore-1);
    font-weight: 700;
    font-size: 1.25rem;
}

.box p {
    font-size: 1rem;
    margin: 5px 15px;
}

.box p:first-of-type {
    font-size: 0.9rem;
}

.box p a {
    background: var(--colore-1);
    border-radius: var(--border-radius-box);
    color: #fff;
    padding: 5px 25px;
}

.box h2 a:hover,
.box h3 a:hover {
    color: var(--colore-1);
    border-bottom: 2px solid var(--colore-2);
}

/* BOX HERO */
.box-hero {
    padding: 20px 20px 35px 20px;
}

.box-hero span {
    font-size: 1.5rem;
}

.box-hero h1 {
    font-size: clamp(2.6rem, 4vw, 4.7rem);
    font-family: var(--font-2);
    margin-bottom: 40px;
    line-height: 1;
    padding-right: clamp(0px, 2vw, 50px);

}

.box-hero h1 span {
    color: var(--colore-5);
    position: relative;
    font-size: inherit;
    font-family: var(--font-1);
    font-weight: 700;
}

.box-hero h1 span::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -2%;
    height: 30px;
    width: 105%;
    background-color: var(--colore-2);
    z-index: -1;
}

.box-hero p {
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 1.4rem, 1.6rem);
    padding-right: clamp(0px, 2vw, 50px);
}

.box-hero a {
    font-size: 1.4rem;
    box-shadow: 0px 0px 21px #fff;
    border: 2px solid #fff;
    border-radius: 66px;
    padding: 10px 50px;
    line-height: 1;
    display: inline-block;
}

.box-hero a:first-of-type {
    background-color: var(--colore-1);
    color: #fff;
}

.box-hero a:last-of-type {
    background-color: var(--colore-2);
    color: var(--text-color);
}

.carousel-inner {
    position: relative;
}

.carousel-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 854px;
    max-height: 826px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 2px solid #fff;
    border-radius: 36px;
}

.carousel-caption {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: clamp(1.4rem, 1.9vw, 2.3rem);
    padding: 5px 10px;
    font-weight: 500;
}

.carousel-progress {
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 78px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 854px;
}

.carousel-progress-bar {
    height: 100%;
    width: 0%;
    background-color: #fff;
    transition: width 0.6s ease;
}

@media (max-width: 767.98px) {
    .box-hero span.site-title {
        font-size: 1.25rem;
        margin-block: 10px;
        display: block;
    }

    .box-hero h1 span::after {
        height: 12px;
    }

    .carousel-img-wrapper {
        aspect-ratio: 4 / 3;
    }

    .box-hero a {
        font-size: 1.1rem;
        padding: 10px 20px;
    }
}

/* BOX HOME- (chi siamo + ultimi premiati) */
.content-intro-ultimi-hp {
    background:
        url("images/Logo_BG_Chi-siamo.svg") left center no-repeat,
        linear-gradient(49deg, #001941 0%, #11337D 100%);
    background-size: auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, center;
    color: #fff;
    font-size: 1.3rem;
    padding-block: 100px 200px;
}

.content-intro-ultimi-hp h2 a,
.content-intro-ultimi-hp h2  {
    font-size: clamp(2.2rem, 3vw, 3.7rem);
    color: #fff;
    font-family: var(--font-2);
}

.box-hp-chi img {
    border: 2px solid #fff;
    border-radius: 23px;
}

.box-hp-chi p a {
    position: relative;
    color: var(--colore-2);
    font-weight: 700;
    border-bottom: 1px solid #fff;
}

.content-intro-ultimi-hp a.more {
    font-size: 1.4rem;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 5px 60px;
}

/* BOX SOCIAL HP */
.box-social-wrapper {
   margin-top: -100px;
}

.box-social {
    background: #F6F8FB;
    border-radius: 78px;
    font-size: clamp(1.6rem, 2.8vw, 3.4rem);
    padding-block: 150px;
    z-index: 1;
    position: relative;
}

.box-social h2 {
    font-family: var(--font-1);
    font-size: 3.4rem;
    font-weight: 100;
}

.box-social img {
    max-width: 700px;
    border-radius: 54px;
}

.box-social ul li a {
    display: inline-block;
    color: var(--colore-5);
}

@media (max-width: 991px) {
    .box-social {
        padding-block: 50px;
        border-radius: 40px;
    }

    .box-social img {
        border-radius: 35px;
    }

    .box-social ul {
        justify-content: center !important;
    }
}

/* VIDEO HP/ARCHIVIO/TAXONOMY */

.box-video {
    background-color: var(--colore-9);
    padding-block:  60px;
    color: #fff;
   
}

.box-video.hp {
    padding-block: 120px 60px;
    margin-top: -85px;
}

.box-video img.logo {
    max-width: 170px;
}

.box-video .wrapper-custom-content:first-of-type h2 {
    font-size: clamp(1.6rem, 3vw, 3.6rem);
}

.box-video .wrapper-custom-content:first-of-type p {
    font-size: 1.4rem;
    font-weight: 300;
}

.box-video a.iscrizione-canale {
    background-color: var(--colore-11);
    border-radius: 66px;
    color: #fff;
    padding: 10px 30px;
}

.box-video h3 {
    line-height: 1;
}

.box-video h3 a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
}

.box-video h3 a:hover {
    border-bottom: 1px solid var(--colore-2);
    color: var(--colore-6);
}

.box-video a.more {
    color: var(--text-color);
    font-size: 1.4rem;
    background: var(--colore-12);
    border-radius: var(--border-radius-box);
    padding: 10px 60px;
    font-weight: 500;
}

.argomento-video-list a {
    padding: 6px 30px;
    background-color: var(--colore-11);
    color: #fff;
    border-radius: var(--border-radius-box);
    font-weight: 500;
    font-size: 1.4rem;
}

.argomento-video-list a.active {
    background-color: #fff;
    color: var(--colore-11);
}

.argomento-video-list a:hover {
    background-color: var(--colore-5);
}

.video-wrapper {
    position: relative;
    width: 100%;
    margin-inline: auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 25px;
}

.video-wrapper.horizontal {
    aspect-ratio: 16 / 9;
    max-height: 918px;
}

.video-wrapper.vertical {
    aspect-ratio: 9 / 16;
    max-height: 560px;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    background: url('images/play-solid-full.svg') no-repeat center center;
    background-size: contain;
    border: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: .7;
}

hr.video-divider {
    margin: 100px 0;
    border-top: 1px solid var(--colore-12);
}

@media (max-width:991px) {
    .video-play {
        width: 50px;
        height: 50px;
    }
}

/* BOX */
.box-content {
    margin-bottom: 50px;
}

/* BOX CONSIGLIO */
.box-consiglio-img {
    flex: 0 0 40%;
    padding: 10px;
}

.box-consiglio-img img {
    border-radius: var(--border-radius-img);
}

.box-consiglio-content {
    flex: 1;
    padding: 10px 10px 10px 0;
    position: relative;
}

.nazione-ruolo-nome {
    background: transparent linear-gradient(260deg, var(--colore-5) 0%, var(--colore-1) 100%) 0% 0% no-repeat padding-box;
    border-radius: var(--border-radius-img);
    padding: 15px 15px 0 15px;
}

.nazione-ruolo-nome .nazione {
    background: var(--colore-6);
    font-size: .8rem;
    border-radius: var(--border-radius-box-interno);
    padding: 0px 10px;
}

.nazione-ruolo-nome .ruolo {
    border: 1px solid #fff;
    border-radius: var(--border-radius-box-interno);
    font-size: .8rem;
    padding: 0px 10px;
    color: #fff;
}

.nazione-ruolo-nome h3 {
    color: #fff;
    font-size: 1.6rem;
    font-family: var(--font-2);
}

.box.consiglio p.bio {
    font-size: 1.1rem;
    padding: 15px 0;
    margin-inline: 0;
}


@media (max-width: 991px) {
    .box-consiglio-content {
        width: 100%;
        padding: 15px;
    }
}

/* BOX PREMIATI */
.cta-pace span {
    color: #afafaf;
    margin-right: 10px;
}

.cta-pace a {
    background-color: var(--colore-2);
    color: var(--text-color);
    border-radius: 50px;
    font-size: 1.25rem;
    font-style: italic;
    padding: 5px 25px;
    text-align: center;
}

.cta-pace a:hover {
    background-color: var(--colore-2-hover);
}

@media (max-width: 720px) {
    .cta-pace {
        text-align: center;
    }

    .cta-pace span {
        margin-bottom: 5px;
        margin-right: 0;
        display: block;
    }

    .cta-pace a {
        display: block;
    }
}

h2.anno-premiati {
    font-size: 4.375rem;
    color: var(--colore-1);
    margin: 100px 0 20px 0;
    text-align: center;
}

h2.ricerca-premiati {
    font-size: 4.375rem;
    color: var(--colore-1);
    margin: 80px 0;
}

.box-premiati-img {
    flex: 0 0 40%;
    padding: 10px;
}

.box-premiati-content {
    flex: 1;
    padding: 10px 10px 10px 0;
    position: relative;
}

.box-premiati-content h3 a {
    font-weight: inherit;
}

.box .nazione-anno-nome {
    background: transparent linear-gradient(260deg, var(--colore-5) 0%, var(--colore-1) 100%) 0% 0% no-repeat padding-box;
    border-radius: var(--border-radius-img);
    padding: 15px 15px 0 15px;
}

.box .nazione-anno-nome .nazione {
    background: var(--colore-6);
    font-size: .8rem;
    border-radius: var(--border-radius-box-interno);
    padding: 0px 10px;
    color: var(--text-color);
}

.box .nazione-anno-nome .anno {
    border: 1px solid #fff;
    border-radius: var(--border-radius-box-interno);
    font-size: .8rem;
    padding: 0px 10px;
    color: #fff;
}

.box .nazione-anno-nome h3 a {
    color: #fff;
    font-size: 1.6rem;
    font-family: var(--font-2);
}

.box .materia {
    background: var(--colore-6);
    border-radius: var(--border-radius-img);
    font-size: 1.1rem !important;
    padding: 15px 10px;
    color: var(--text-color);
}

.box .cta {
    position: absolute;
    bottom: -0.5rem;
    right: 1.25rem;
}

.box .cta a {
    background-color: var(--colore-5);
    border: 3px solid #fff;
    border-radius: var(--border-radius-box);
    font-size: 1rem;
    color: #fff;
    padding: 5px 25px;
}

.box .cta a:hover {
    background-color: #fff;
    color: var(--text-color);
}

.box-premiati.pace .nazione-anno-nome {
    background: transparent linear-gradient(260deg, var(--colore-2) 0%, var(--colore-2-hover) 100%) 0% 0% no-repeat padding-box;
}

.box-premiati.pace .nazione-anno-nome .anno,
.box-premiati.pace .nazione-anno-nome h3 a {
    color: var(--text-color);
}

.box-premiati.pace .nazione-anno-nome .nazione,
.box-premiati.pace .nazione-anno-nome .anno {
    background-color: #fff;
}

.box-premiati.pace .cta a {
    background-color: var(--colore-6);
    color: var(--text-color);
}

@media (max-width: 991px) {
    .box-premiati-img {
        flex: 0 0 100%;
        padding: 0;
    }

    .box-premiati-content {
        width: 100%;
        padding: 15px;
    }
}

/* BREADCRUMB */
.breadcrumb {
    display: block;
    font-size: 1rem;
    text-align: center;
    margin: 50px auto 0 auto;
}

.box-video .breadcrumb {
    margin: 0 auto;
}

.breadcrumb a {
    font-weight: 600;
    color: var(--colore-1);
}

.breadcrumb .fa-circle {
    font-size: .3rem;
    margin: 0 5px;
    position: relative;
    bottom: 3px;
    color: var(--colore-1);
}

.breadcrumb a:hover {
    color: var(--colore-5);
}

/* PROGETTI DI RICERCA */
.nav-tabs {
    background: var(--colore-2);
    padding: 35px 35px 0 35px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 3px 32px #00000029;
}

.nav-tabs .nav-link {
    width: 100%;
    height: 100%;
    color: #fff;
    border: none;
    background: transparent;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

.nav-item.umanistiche,
.nav-item.scientifiche {
    background: var(--bg-progetti-umanistici-inattivi);
    width: 50%;
    margin: 0;
    font-size: 1.625rem;
    border-radius: unset;
    border-top-left-radius: 15px;
    line-height: 1em;
}

.nav-item.scientifiche {
    background: var(--bg-progetti-scientifici-inattivi);
    border-top-left-radius: unset;
    border-top-right-radius: 15px;
}

.nav-item.umanistiche i,
.nav-item.scientifiche i {
    font-size: 3rem;
    color: #fff;
    transition: color .2s ease, transform .2s ease, opacity .2s ease;
}

/* Stati ATTIVI */
.nav-item.umanistiche .nav-link.active {
    background: var(--bg-progetti-umanistici);
    color: var(--text-color);
    border: none;
    border-radius: unset;
    border-top-left-radius: 15px;
}

.nav-item.scientifiche .nav-link.active {
    background: var(--bg-progetti-scientifici);
    color: var(--colore-1);
    border: none;
    border-top-right-radius: 15px;
}

.nav-item.umanistiche .nav-link.active i,
.nav-item.scientifiche .nav-link.active i {
    font-size: 3rem;
}

.nav-item.umanistiche .nav-link.active i {
    color: var(--colore-15);
}

.nav-item.scientifiche .nav-link.active i {
    color: var(--colore-1);
}

/* Hover/Focus INATTIVE: leggera evidenza e cambio icona */
.nav-item.umanistiche .nav-link:not(.active):hover,
.nav-item.umanistiche .nav-link:not(.active):focus {
    opacity: .92;
}

.nav-item.umanistiche .nav-link:not(.active):hover i,
.nav-item.umanistiche .nav-link:not(.active):focus i {
    color: var(--colore-15);
}

.nav-item.scientifiche .nav-link:not(.active):hover,
.nav-item.scientifiche .nav-link:not(.active):focus {
    opacity: .92;
}

.nav-item.scientifiche .nav-link:not(.active):hover i,
.nav-item.scientifiche .nav-link:not(.active):focus i {
    color: var(--colore-1);
}

.nav-item.umanistiche .nav-link.active:hover,
.nav-item.umanistiche .nav-link.active:focus {
    background: var(--bg-progetti-umanistici);
    color: var(--text-color);
}

.nav-item.umanistiche .nav-link.active:hover i,
.nav-item.umanistiche .nav-link.active:focus i {
    color: var(--colore-15);
    transform: translateY(-1px);
}

.nav-item.scientifiche .nav-link.active:hover,
.nav-item.scientifiche .nav-link.active:focus {
    background: var(--bg-progetti-scientifici);
    color: var(--colore-1);
}

.nav-item.scientifiche .nav-link.active:hover i,
.nav-item.scientifiche .nav-link.active:focus i {
    color: var(--colore-1);
    transform: translateY(-1px);
}

.nav-tabs .nav-link:focus-visible {
    outline: 3px solid rgba(203, 157, 11, .45);
    outline-offset: 2px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: unset;
}

.tab-content>.umanistiche.active,
.tab-content>.scientifiche.active {
    background-color: var(--bg-progetti-umanistici);
    padding: 25px;
    margin: 0;
    color: var(--text-color);
    font-size: 1rem;
    box-shadow: 0px 3px 32px #00000029;
}

.tab-content>.scientifiche.active {
    background-color: var(--bg-progetti-scientifici);
    color: var(--colore-1);
}

.tab-pane>.row {
    border-bottom: 1px solid var(--colore-7);
    padding: 15px 0 20px 0;
}

.tab-pane>.row:last-of-type {
    border-bottom: none;
    padding: 15px 0 20px 0;
}

.umanistiche a {
    color: var(--text-color);
}

.umanistiche a:hover {
    color: var(--colore-15);
}

.scientifiche a {
    color: var(--colore-1);
}

.scientifiche a:hover {
    color: var(--colore-5);
}

.tab-content .materia {
    padding-inline: 25px;
    font-size: 1.25rem;
}

.tab-content .premiato {
    font-weight: 600;
}

@media (max-width:767px) {

    .nav-item.scientifiche,
    .nav-item.umanistiche {
        width: 100%;
    }

    .scientifiche .anno,
    .umanistiche .anno {
        margin-bottom: 25px;
    }
}

@media (min-width:767px) and (max-width:1200px) {

    .tab-content .materia,
    .tab-content .premiato {
        padding-right: 10px !important;
    }
}

/* CONTENUTO HOME */
.contenuto-home {
    padding-bottom: 50px;
    padding-top: 50px;
}

.contenuto-home h2 {
    margin: 25px 0;
}

.contenuto-home h2 a {
    color: var(--colore-1);
}

.contenuto-home .sommario {
    font-size: 1.625rem;
}

.contenuto-home p a {
    padding: 0px 0px 0 5px;
    text-align: center;
    background-color: var(--colore-2);
    margin: 0 5px;
    text-align: center;
    color: var(--text-color);
    font-size: 1.625rem;
    font-family: var(--font-2);
}

.contenuto-home p a:hover {
    background-color: var(--colore-2-hover);
}

.contenuto-home p.more {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.contenuto-home p.more a {
    display: block;
    background-color: var(--colore-2);
    text-align: center;
    padding: 6px 0;
    color: var(--text-color);
    font-family: var(--font-2);
    font-size: 1.625rem;
    width: calc(100% - 30px);
}

@media only screen and (max-width:767px) {
    .contenuto-home h2 {
        margin: 0 0 25px 0;
        font-size: 2.25rem;
    }

    .contenuto-home h2 a {
        font-size: 2.25rem;
    }

    .contenuto-home p.more {
        position: initial;
    }

    .box-approfondimenti {
        width: 100%;
    }
}

@media (max-width:1200px) {
    .box-content-approfondimenti {
        padding: 0 25px;
    }

    .contenuto-home .sommario {
        font-size: 1.25rem;
    }

    .box-approfondimenti {
        width: 100%;
    }

    .contenuto-home p.more {
        position: initial;
    }
}


/* CONTENUTO */
.contenuto {
    padding-bottom: 50px;
}

.contenuto h2 {
    margin: 50px 0 25px 0;
    color: var(--colore-5);
}

.contenuto .sommario {
    font-size: clamp(1.4rem, 3vw, 1.625rem);
    font-weight: 400;
}

.contenuto .data {
    font-size: 1.25rem;
    text-align: right;
    margin-bottom: 25px;
}

.contenuto img {
    width: 100%;
    border-radius: var(--border-radius-img);
}

@media (max-width: 1199.98px) {
    .contenuto img.logo {
        max-width: 360px;
    }
}

.contenuto img.video {
    max-width: 120px;
}

.contenuto p a {
    color: var(--colore-1);
    border-bottom: 2px solid var(--colore-2);
    font-weight: 600;
    text-decoration: none;
}

.contenuto p a:hover {
    border-bottom-color: var(--colore-1);
}

.contenuto a.wp-block-file__button {
    background-color: var(--colore-2);
    display: block;
    margin: 10px auto;
    text-align: center;
    color: var(--text-color);
    font-size: 1.625rem;
    border-radius: 10px;
}

.contenuto a.wp-block-file__button:hover {
    background-color: var(--colore-2-hover);
}

.contenuto a.wp-block-file__button:before {
    content: "\f1c1";
    font-family: var(--font-awesome);
    position: relative;
    right: 10px;
}

/* CONTENUTO PREMIATO   */
.contenuto.premiato {
    padding-top: 50px;
}

.contenuto.premiato h2 {
    font-size: 1.875rem;
    font-weight: 500;
    margin: 50px 0 25px 0;
}

.contenuto.premiato p.motivazione {
    font-size: 1.625rem;
    margin: 50px 0 50px 50px;
    font-weight: 400;
    line-height: 1.2em;
    border-left: 3px solid var(--colore-1);
    padding: 0 0 0 25px;
}

.contenuto.premiato .titolo {
    background: var(--colore-1);
    color: #fff;
    padding: 5px 15px;
    font-size: 1.25rem;
    border-radius: var(--border-radius-box-interno);
} 

.contenuto.premiato .nazione {
    background-color: var(--colore-6);
    border-radius: var(--border-radius-box-interno);
    margin-left: 0;
}

.contenuto.premiato p.nazione span {
    font-size: 1.1rem;
    background-color: var(--colore-6);
    padding: 5px 15px;
    border-radius: var(--border-radius-box-interno);
}

.contenuto.premiato .laudatio-title {
    display: block;
    font-size: 2.5rem;
    margin-block: 2.5em .1em;
    color: var(--colore-5);
    font-family: var(--font-2);text-align: center;
}
.contenuto.premiato .laudatio-title i {
    font-size: 3.75rem;
    display: block;
    margin: 0 auto;
}

.contenuto.premiato p,
.contenuto.premiato h2, 
.contenuto.premiato h3 {
    margin-left: 50px;
}

.contenuto.premiato p strong {
    font-weight: 500;
    color: var(--colore-1);
}

.contenuto.premiato p:last-of-type {
    margin-bottom: 0;
}

.contenuto.premiato .laudatio-content {
    position: relative;
}

.contenuto.premiato .quote-start,
.contenuto.premiato .quote-end {
    position: absolute;
    width: 40px;
}

.contenuto.premiato .quote-end {
    transform: rotate(180deg);
    right: 0;
    bottom: -15px;
}

.contenuto.premiato .sidebar {
    padding-top: 25px;
    border-radius: 30px;
    background:
        url(images/logo-sidebar.svg) no-repeat 160px bottom,
        transparent linear-gradient(49deg, var(--colore-8) 0%, var(--colore-1) 100%) 0% 0%;
    color: #fff;
}

.contenuto.premiato .sidebar img {
    border: 2px solid #fff;
    margin-bottom: 45px;
    border-radius: var(--border-radius-box-interno);
}

.contenuto.premiato .sidebar .content {
    background-image: url(images/award-solid.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 25%;
}

.contenuto.premiato .sidebar .nazione {
    background-color: transparent;
    border-radius: initial;
}

.contenuto.premiato .sidebar .nazione span {
    color: var(--text-color);
}

.contenuto.premiato .sidebar .nome {
    font-size: 1.8rem;
    margin: 0 0 55px 0;
    font-family: var(--font-2);
}

.contenuto.premiato .sidebar .nome a {
    color: #fff;
}

.contenuto.premiato .sidebar .materia {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 0 45px 0;
}

.contenuto.premiato .sidebar ul li {
    margin: 0 0 45px 0;
    background-color: transparent;
    text-align: center;
}

.contenuto.premiato .sidebar ul li:hover a {
    color: #fff !important;
}

.contenuto.premiato .sidebar ul li.current_page_item a {
    background-color: var(--colore-2);
}

.contenuto.premiato .sidebar ul li a {
    color: var(--colore-1);
    display: block;
    font-weight: 500;
    background: #fff;
    border: 1.5px solid #fff;
    border-radius: var(--border-radius-box-interno);
    font-size: 1.1rem;
    padding: 8px;
}

.contenuto.premiato .sidebar ul li a:hover {
    color: #fff;
    background: var(--colore-5);
    border-bottom-color: initial;
}

.contenuto.premiato .sidebar ul li.is-progetto a {
    background: var(--colore-5);
    color: #fff;
}

.contenuto.premiato ul li {
    margin: 0 0 25px 0;
}

.contenuto.premiato ul li a {
    color: var(--colore-1);
    border-bottom: 2px solid transparent;
    font-weight: 600
}

.contenuto.premiato ul li:hover a {
    color: var(--colore-1);
    border-bottom-color: var(--colore-2);
}


@media (min-width:992px) {
    .contenuto.premiato .col-lg-8 {
        padding-right: 80px;
    }
}

/* FOOTER */
footer {
    background: transparent linear-gradient(264deg, var(--colore-1) 0%, var(--colore-8) 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 0;
    font-size: 1rem;
    margin-top: 50px;
}

.prefooter {
    background-color: var(--colore-12);
    padding-block: 60px 40px;
}

.prefooter span {
    font-size: clamp(2rem, 4.5vw, 2.5rem);
    font-family: var(--font-2);
    display: block;
    color: var(--text-color);
    line-height: 1;
    margin-block: 15px;
}

.prefooter span span {
    font-weight: 600;
}

.prefooter ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.prefooter ul li {
    background: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    padding: 2px 5px;
    white-space: nowrap;
    margin-block: 5px;
}

.prefooter ul li a {
    color: var(--colore-1);
    font-weight: 700;
    font-size: 1.125rem;
}

.prefooter ul li a:hover {
    color: var(--menu-hover);
}

footer a {
    color: #fff;
}

footer a:hover,
footer li i {
    color: var(--colore-10);
}

footer ul.social li a i,
footer ul.social li a {
    color: #fff;
    font-size: 2.2rem;
}

footer ul.social li a:hover,
footer ul.social li a:hover i {
    color: var(--colore-10);
}

/* SEARCH */
input.premiati {
    background-color: #F6F8FB;
    color: var(--colore-7);
    font-size: 1.5rem;
    padding: 0 20px;
    margin: 0;
    border: 2px solid #CCD3E3;
    border-radius: 10px 0px 0px 10px !important;
}

.btn.btn-search {
    background-color: var(--colore-1);
    color: #fff;
    font-family: var(--font-2);
    font-size: 1.5rem;
    padding: 0 30px;
    position: relative;
    right: 5px;
    cursor: pointer;
}

.ricerca-anno-premiati {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: var(--colore-1);
    color: var(--colore-7);
    font-style: italic;
    font-size: 1.5rem;
    padding: 6px 25px;
    height: 56px;
    border-radius: var(--border-radius-box-interno);
}

.ricerca-anno-premiati select {
    width: auto;
    border: none;
    font-size: 1.5rem;
    color: var(--colore-7);
    margin: 0;
    padding-block: 0;
}

.btn-search i {
    line-height: 1;
}

.input-group>.form-control,
.input-group>.btn {
    height: 56px;
}

/* Wrapper per embed Flickr */
.embed-wrapper {
    width: 100%;
    padding: 9px;
}

.embed-wrapper a {
    display: block;
    width: 100%;
}

.embed-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-img);
}

/* Blocchi GUT */
/*cit.evidenziata*/
.wp-block-pullquote {
    border-top: 5px solid var(--colore-5);
    border-bottom: 5px solid var(--colore-5);
    padding: 25px 0;
    margin: 70px 0;
    text-align: right;
}

.wp-block-pullquote p {
    font-size: 1.625rem;
    text-align: left;
}

.wp-block-pullquote cite {
    font-size: 1.375rem;
}

/*cit. */
.wp-block-quote {
    text-align: right;
    margin: 70px 0;
    position: relative;
}

.wp-block-quote p {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.wp-block-quote:before {
    content: '"';
    color: var(--colore-5);
    position: absolute;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
    left: -1rem;
    top: 3rem;
    line-height: 0;
}

.wp-block-quote:after {
    content: '"';
    color: var(--colore-5);
    position: absolute;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
    right: 0rem;
    bottom: -2rem;
    line-height: 0;
}

.wp-block-quote cite {
    border-bottom: 5px solid var(--colore-5);
    text-align: right;
    top: 25px;
    position: relative;
    font-style: inherit;
}

/* blocco immagine */
.wp-block-image.aligncenter.size-full {
    display: block;
    margin: 50px 0;
}

.wp-block-image img {
    float: none;
    width: auto;
    max-width: 100%;
    margin-right: initial;
}

.streaming-info-home {
    background-color: var(--colore-2);
    text-align: center;
    padding: 25px;
    font-size: 1rem;
    font-weight: 600;
}

.streaming-home {
    border-bottom: 10px solid var(--colore-2);
    background: #000;
}

.streaming-home iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.streaming-home p {
    text-align: center;
    color: red;
    margin-top: 50px;
    position: absolute;
    z-index: 0;
    width: 100%;
}

.bg-info-streaming-home {
background-color: rgba(17, 51, 125, 0.57);
    color: #fff;
    height: 100%;
    padding: 60px;
    font-size: 1.5rem;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 36px;
}

.streaming-home .ratio {
    height: calc(var(--vh, 1vh) * 100 - 115px);
}

@media only screen and (max-width:1024px) {
    .streaming-home .ratio {
        height: initial;
    }

    .bg-info-streaming-home {
        font-size: 1rem;
        padding: 25px;
    }
}


/* NEWSLETTER */
.box-newsletter {
    margin: 50px auto;
    box-shadow: 0px 3px 99px #00000029;
    border-radius: 12px;
}

.box-newsletter h2 {
    background: var(--colore-2);
    text-align: center;
    font-size: 1.6rem;
    padding-block: 20px;
    font-family: var(--font-2);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.box-newsletter .etichetta {
    font-style: italic;
    font-size: 1rem;
}

.box-newsletter .privacy {
    font-size: .9rem;
}

input[type="text"],
input[type="email"] {
    padding: 6px 15px;
    width: 100%;
    font-family: var(--font-1);
    margin-bottom: 25px;
    color: var(--text-color);
    font-size: 1.25rem;
    font-weight: 300;
    border: 1px solid #B4B4B4;
    border-radius: 7px;
}

/*:focus-visible {
    outline: none !important;
    border-bottom-color: var(--colore-2) !important;
}*/

.box-newsletter button {
    background: var(--colore-2);
    border: none;
    display: block;
    width: 100%;
    border-radius: 21px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.privacy span {
    float: left;
    width: calc(100% - 25px);
}

/* RICERCA (form) */
.open-search {
    text-align: center;
    display: flex;
    align-items: center;
    background-color: var(--colore-2);
    border-radius: 0px 0px 13px 17px;
    padding-inline: 10px;
    margin-right: 0;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(17 51 125 / 95%);
}

.overlay-content {
    position: relative;
    top: 50%;
    transform: translate(12.5%, -50%);
}

.overlay .close-search {
    position: absolute;
    top: 100px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff;
    z-index: +999;
}

.overlay input[type=text] {
    padding: 10px 15px;
    font-size: 5rem;
    width: 75vw;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: var(--border-radius-box-interno);
    margin: 0;
    text-align: center;
    color: #fff
}

.overlay input[type=text]::placeholder {
    color: #fff;
    opacity: 1;
}

.overlay input[type=text]::-ms-input-placeholder {
    color: #fff;
}

.search-result {
    padding: 20px 0;
    margin-block: 30px;
    background: #fff;
    border-radius: var(--border-radius-img);
    box-shadow: 0px 3px 32px #00000029;
}

.search-result img {
    background-color: var(--colore-6);
    border-radius: var(--border-radius-img);
}

.search-result h2 a {
    color: var(--colore-1);
    font-weight: 600;
    font-size: clamp(1.2rem, 1.5vw, 1.8rem);
}

.search-result h2 a:hover {
    color: var(--colore-7);
}

.search-result p {
    font-size: 1.1rem;
}

.search-result img {
    border-radius: var(--border-radius-img);
}

/*  PAGINAZIONE   */
.pagination-list {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: transparent;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px;
}

.pagination-list li {
    display: inline-block;
    border-right: none;
    overflow: visible;
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1;
    border-radius: 4px;
    min-width: 2em;
}

.pagination-list li span {
    background: #fff;
    color: var(--text-color);
    transition: .2s all;
    opacity: .6;
    border: 1px solid #f9f9f9;
    padding: .5em;
    display: block;
}

.pagination-list li a {
    border-radius: 4px;
    background-color: #f9f9f9;
    color: var(--text-color);
    transition: all 0.3s ease;
    margin: 0;
    padding: .5em;
    display: block;
    border: 1px solid #f9f9f9;
}

/* BOX  COMUNICATO IN EVIDENZA  */
.box-comunicato-hp {
    background: transparent linear-gradient(270deg, var(--colore-1) 0%, var(--colore-5) 100%) 0% 0% no-repeat padding-box;
    border: 2px solid #fff;
    border-bottom: none;
    border-radius: 16px 16px 0px 0px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
}

.box-comunicato-hp .row {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    padding: 8px 0;
}
/*
.box-comunicato-hp .titolo {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
}

.box-comunicato-hp .titolo i {
    margin-inline: 50px 10px;
    color: var(--colore-2);
    transform: rotate(30deg);
}*/

.box-comunicato-hp  a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.25rem;
   /* border: 1px solid #fff;
    border-radius: 66px;
    background-color: var(--colore-5);
    padding: 0 20px;*/
}



.box-comunicato-hp a i {
    margin-inline: 50px 10px;
    color: var(--colore-2);
    transform: rotate(30deg);
}

.box-comunicato-hp    a:hover {
    color: var(--colore-2);
    /*background-color: #fff;
    border-color: 1px solid var(--colore-5);*/
}

.close-comunicato {
    position: absolute;
    top: 8px;
    right: 20px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10000;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
     
    line-height: 1;
}


 
@media (max-width: 576px) {
      /*.box-comunicato-hp .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

  .box-comunicato-hp .titolo,
    .box-comunicato-hp .link {
        width: 100%;
        margin-bottom: 8px;
    }

   

    .box-comunicato-hp .link a {
        display: inline-block;
    }*/

     .box-comunicato-hp a i {
        margin-inline: 10px;
    }


} 