/*
** Sito Web G20
**
** Description: Foglio di stile custom
** author: Fabio Giacomini
*
*/

@import "sixBlocks.css";
@import "vitruviano.css";
@import "gallery.css";
@font-face {
    font-family: 'Sole Sans';
    src: url('../fonts/Sole/Sole-Sans-Regular_W.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Sole/Sole-Sans-Regular_W.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Sole/Sole-Sans-Regular.ttf') format('truetype')
    /* Safari, Android, iOS */
    ;
}

@font-face {
    font-family: 'Sole Sans';
    src: url('../fonts/Sole/Sole-Sans-Bold_W.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Sole/Sole-Sans-Bold_W.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Sole/Sole-Sans-Bold.ttf') format('truetype')
    /* Safari, Android, iOS */
    ;
    font-weight: bold;
}

@font-face {
    font-family: 'Sole Sans';
    src: url('../fonts/Sole/Sole-Sans-RegularItalic_W.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Sole/Sole-Sans-RegularItalic_W.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Sole/Sole-Sans-RegularItalic.ttf') format('truetype')
    /* Safari, Android, iOS */
    ;
    font-style: italic;
}

body {
    font-family: "Sole Sans";
    color: #26517E !important;
}

a,
a.read-more {
    color: #26517E;
}

a.read-more .icon {
    fill: #26517E;
}

.btn-primary {
    background-color: #26517E;
    border-color: #26517E;
}

.bg-dark .btn-primary.focus,
.bg-dark .btn-primary:focus,
.bg-dark .form-check [type="checkbox"]:focus+label.btn-primary,
.bg-dark .form-check [type="radio"]:focus+label.btn-primary,
.bg-dark .toggles label input[type="checkbox"]:focus+.btn-primary.lever,
.form-check .bg-dark [type="checkbox"]:focus+label.btn-primary,
.form-check .bg-dark [type="radio"]:focus+label.btn-primary,
.toggles label .bg-dark input[type="checkbox"]:focus+.btn-primary.lever,
.btn-primary.focus,
.btn-primary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.calendar-container .calendar .day.has-event:focus,
area:link,
area:hover,
area:active,
area:focus {
    outline: 3px solid orange;
}

.card .card-body .card-text {
    font-family: "Sole Sans";
    color: #03588C;
}

.card a {
    text-decoration: none;
}

.card .card-body .card-text.text-white {
    color: #ffffff !important;
}

.text-primary {
    color: #03588C !important;
}

.blu-color {
    color: #26517E;
}

.text-warning-light {
    color: #c99027 !important;
}

.card.card-big .card-body h5.card-title.display-3 {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .section-sm {
        padding: 60px;
    }
}

.text-white h5,
.text-white .card-body .card-text {
    color: #fff !important;
}

.img-responsive-wrapper .img-responsive {
    padding-bottom: inherit;
    position: initial;
}

.card-overlay .img-responsive-wrapper .img-responsive {
    height: 100%;
}


/* HEADER */

.it-header-slim-wrapper.theme-light {
    border-bottom: 0px;
}

.theme-light-desktop .navbar .navbar-collapsable .menu-wrapper {
    background: #fff;
}

.navbar {
    background: transparent;
}

.navbar .navbar-collapsable {
    z-index: 9;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: #26517E;
    font-size: 18px;
    text-decoration: none;
    padding: 12px;
    font-weight: 300;
}

.navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: #26517E;
}

.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone {
    color: #26517E;
}

.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a {
    background: #26517E;
}

.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a .icon {
    fill: #26517E;
}

.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 0;
}

.it-header-center-wrapper {
    padding: 0;
}

.link-list-wrapper ul li a.active span {
    text-decoration: none;
}

.link-list-wrapper ul li a:hover:not(.disabled) span.languagehover {
    color: #A16408;
    text-decoration: underline;
}

.custom-navbar-toggler svg {
    fill: #26517E;
}

div.logo {
    background: url('../images/logo-g20.svg') no-repeat;
    background-size: contain;
    height: 106px;
    width: 100px;
    background-position-y: 2px;
}

.card .card-body,
.card.card-big .card-body {
    padding: 24px;
    width: auto;
    margin: auto;
}

.it-socials {
    display: flex !important;
}

.it-header-slim-right-zone {
    align-items: flex-start !important;
}

.it-header-slim-right-zone .nav-item {
    display: block !important;
}

.it-header-slim-right-zone .nav-item .link-list-wrapper ul li a {
    line-height: 1;
}

.it-header-slim-right-zone .it-socials ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.it-socials ul .icon {
    width: 24px;
    height: 24px;
    margin-left: 6px;
}

.language {
    padding-left: 10px;
    color: #A16408;
    margin-left: 20px;
}

.language li {
    display: inline-block;
}

.language a {
    color: #795548;
}

.language .link-list-wrapper ul li a {
    padding: 0;
}

.language .link-list-wrapper ul li a span {
    margin: 0;
    color: #A16408;
}

.language .link-list-wrapper ul li a.active span {
    color: #A16408;
    font-weight: bold;
}

.it-footer-main {
    background-color: #26517E;
    color: #fff;
    font-size: 16px;
}

.it-footer-small-prints {
    background-color: #1D456F;
}

.it-footer {
    padding-top: 100px;
}

@media (min-width: 992px) {
    .card .card-body {
        padding: 24px;
    }
    .card.card-big .card-body {
        padding: 48px;
    }
}

.logo-footer {
    background: url('../images/logo-g20-footer.png') no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
}

@media (min-width: 768px) {
    .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    div.logo {
        background: url('../images/logo-g20.svg') no-repeat;
        background-size: contain;
        height: 145px;
        width: 140px;
    }
    .it-header-center-wrapper {
        padding-top: 0;
    }
    .it-header-slim-right-zone {
        align-items: center !important;
    }
    .it-socials {
        font-size: .889em;
        color: #26517E;
    }
    .language {
        padding-top: 20px;
        padding-left: 10px;
        color: #A16408;
        margin-left: 20px;
    }
    .navbar .navbar-collapsable .menu-wrapper .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
        fill: #26517E;
    }
    .navbar .dropdown-menu,
    .dropdown-menu:before {
        background-color: #fff;
    }
    .navbar .dropdown-menu {
        -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
        min-width: 13rem;
    }
    .navbar .dropdown-menu .link-list-wrapper ul li a span {
        /*        line-height: 2.8rem;*/
        padding: .5rem 0
    }
    .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active {
        font-weight: 600;
    }
    .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
        font-size: 16px;
        font-weight: 300;
        padding-bottom: 4px;
    }
    .card .card-body {
        padding: 24px;
        width: 100%;
        margin: 0;
    }
}


/*Ale*/


/**** CAROUSEL ****/

.it-carousel-wrapper .number-carousel .owl-stage-outer .it-single-slide-wrapper {
    margin: 0 1rem;
}

.it-carousel-wrapper .owl-dots {
    margin-bottom: 1rem;
}

.it-carousel-wrapper .owl-dots .owl-dot:focus {
    outline: 3px solid orange;
}


/**** NEWS HOME ****/

.overlay-news.card.card-overlay {
    min-height: 0;
    height: 300px;
}


/*.row [class*="col-"] > .card-wrapper,*/

.row [class*="col-"]>.card-wrapper>.overlay-news.card.card-overlay {
    min-height: 0;
    height: 300px;
}

.overlay-news.primo-piano .card-img-overlay,
.overlay-news.news1 .card-img-overlay,
.overlay-news.news2 .card-img-overlay {
    width: 100%;
}

.overlay-news.primo-piano .card-img-overlay {
    padding: 3rem 1rem 3rem 3rem;
}

.overlay-news.news1 .card-img-overlay,
.overlay-news.news2 .card-img-overlay {
    padding: 3rem 1rem 1rem 3rem;
}

.overlay-news.primo-piano .img-responsive-wrapper.overlay::after {
    background: url('../images/path1-gallery.png') left bottom no-repeat, linear-gradient(to top, rgba(24, 54, 80, 1), rgba(24, 54, 80, .6));
    /*    background-size: 100%;*/
}

.overlay-news.news1 .img-responsive-wrapper.overlay::after {
    background: url('../images/path2-gallery.png') left bottom no-repeat, linear-gradient(to top, rgba(24, 54, 80, 1), rgba(24, 54, 80, .6));
    /*    background-size: 70px;*/
}

.overlay-news.news2 .img-responsive-wrapper.overlay::after {
    background: url('../images/path3-gallery.png') left bottom no-repeat, linear-gradient(to top, rgba(24, 54, 80, 1), rgba(24, 54, 80, .6));
    /*    background-size: 70px;*/
}

@media (min-width: 576px) {
    .overlay-news .card-img-overlay {
        padding: 3rem;
    }
}

@media (min-width: 768px) {
    .overlay-news.primo-piano .card-img-overlay {
        width: 92%;
    }
}


/**** NUMERI HOME ****/

.card .card-body .card-text.number {
    font-size: 2rem;
    font-weight: bold;
}


/**** MAPPA ****/

section.section-map {
    background-image: linear-gradient(to right, rgba(6, 67, 114, 1), rgba(40, 116, 191, 1));
}

.legenda {
    background-image: linear-gradient(to right, rgba(6, 67, 114, 1), rgba(40, 116, 191, 1));
}

.legenda .pin {
    display: inline-flex;
    align-items: flex-end;
    margin-right: 2rem;
    color: #fff;
}

.map .nav-tabs {
    opacity: 0;
}

.section-map .countdown {
    display: flex;
    margin-top: 3rem;
    min-height: 210px;
    background-size: cover!important;
}

.section-map .countdown .countItem {
    display: flex;
    flex-direction: column;
    margin: 2rem 1rem;
    align-items: center;
    text-transform: uppercase;
}

.section-map .countdown .countNumber {
    border: none;
    border-radius: 25px;
    padding: 16px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    color: #2d5d97;
    font-weight: 600;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(188, 214, 235, 1));
}

.section-map .countdown .countText {
    font-size: 1rem;
    font-weight: 600;
}

.section-map .nav-tabs {
    background-color: transparent;
    border: none;
    margin-bottom: 1rem;
}


/*
.section-map .nav-tabs .nav-item {
    margin-right: 1rem;
        background-image: linear-gradient(to left, rgba(175, 207, 232, 1), rgba(175, 207, 232, .1));
}
*/

.section-map .nav-tabs .nav-item .nav-link {
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    justify-content: center;
}

.section-map .nav-tabs .nav-item.show .nav-link,
.section-map .nav-tabs .nav-item .nav-link.active,
.section-map .nav-tabs .nav-item .nav-link:hover {
    color: #175d9b;
    cursor: inherit;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(177, 207, 231, 1));
    border: 1px solid transparent;
}

.section-map .nav-tabs .nav-item .nav-link:hover {
    border: 1px solid #fff;
    color: #175d9b;
    cursor: pointer;
}

.section-map .nav-tabs .nav-item.show .nav-link:hover,
.section-map .nav-tabs .nav-item .nav-link.active:hover {
    color: #175d9b;
}


/**** ENGAGEMENT ****/

section.section-engagement {
    position: relative;
    /*    background: url("../images/engagement-bg.svg") no-repeat left center #f2f2f2;*/
    background-image: linear-gradient(to right, rgba(8, 69, 118, .2), rgba(199, 143, 37, .2));
}


/**** DISCOVER ****/

.discover-carousel .card {
    background: none;
}

.bg-path-hero2 {
    background: url("../images/path2-hero.svg") no-repeat right bottom;
    background-size: 114px 106px;
}

.card.card-overlay.overlay-discover {
    min-height: 340px;
}

.img-responsive-wrapper.overlay::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    .overlay-discover .card-img-overlay {
        margin: auto;
        max-width: 60%;
    }
}


/* PAGINA PRIORITA */

.card.card-overlay.overlay-img {
    min-height: 0;
    height: 280px;
}

@media (min-width: 992px) {
    .card.card-overlay.overlay-img {
        min-height: 340px;
    }
}

.overlay-img.people-img .img-responsive-wrapper.overlay::after {
    width: 50%;
    background: url('../images/people-grafica.svg') left top no-repeat rgba(247, 196, 167, .8);
    background-size: contain;
}

.overlay-img.prosperity-img .img-responsive-wrapper.overlay::after {
    width: 50%;
    background: url('../images/prosperity-grafica.svg') right bottom no-repeat rgba(0, 75, 132, .8);
    background-size: auto 30%;
}

.overlay-img.planet-img .img-responsive-wrapper.overlay::after {
    width: 50%;
    background: url('../images/planet-grafica.svg') right bottom no-repeat rgba(78, 107, 76, .8);
    background-size: contain;
    right: 0;
    left: unset;
}


/* PAGINA PEOPLE - PLANET - PROSPERITY */

.card-img-dett h2 {
    font-size: 3.9rem;
}

.card-img-dett .bg-people {
    background: url('../images/people-grafica.svg') center 20% no-repeat rgba(247, 196, 167, .8);
    background-size: 60%;
    min-height: 340px;
}

.card-img-dett .bg-people h2 {
    color: #D5A082;
}

.card-img-dett .bg-prosperity {
    background: url('../images/prosperity-grafica.svg') center top no-repeat rgba(0, 75, 132, 1);
    background-size: 100%;
    min-height: 340px;
}

.card-img-dett .bg-prosperity h2 {
    color: #7495D3;
}

.card-img-dett .bg-planet {
    background: url('../images/planet-grafica.svg') center top no-repeat rgba(78, 107, 76, 1);
    background-size: 70%;
    min-height: 340px;
}

.card-img-dett .bg-planet h2 {
    color: #fff;
    opacity: .7;
}


/*****------------ BLOCCO FABIO ------------****/


/* PAGINA NOTIZIE*/


/*
.blocco-3-news{
	padding: 100px 0;
}
*/


/*
.card-wrapper {
    box-shadow: 0 1px 10px 5px #EEEEEE;
}
*/

.half-rounded {
    border-radius: 4px 4px 0 0;
}


/*
.card .card-body .card-title, 
.read-more span{
	color: #03588C!important;
}
*/

.card a.read-more {
    position: relative;
}

.sfondo-categoria {
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.sfondo-categoria.uno {
    background: url('../images/categoria-1.svg') no-repeat;
    background-size: contain;
}

.sfondo-categoria.due {
    background: url('../images/categoria-2.svg') no-repeat;
    background-size: contain;
}

.sfondo-categoria.tre {
    background: url('../images/categoria-3.svg') no-repeat;
    background-size: contain;
}


/* BLOCCO EVENTI */

.separatore {
    height: 60px;
}

@media (min-width: 992px) {
    .separatore {
        height: 130px;
    }
}


/* BLOCCO FILTRI CALENDARIO EVENTI */

.tutti-filtri label {
    width: 100%;
    font-size: .8rem;
    position: absolute;
    color: #435a70;
    font-size: .77778rem;
    display: block;
    font-weight: 600;
    padding: 0 .5rem;
    line-height: calc(2.5rem - 1px);
    top: 0;
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
}

.tutti-filtri .form-control {
    font-size: .8rem;
    font-weight: 300;
    color: #004080;
}

.tutti-filtri select {
    width: 100%;
    height: 2.5rem;
    font-size: .8rem;
    border: none;
    border-bottom: 1px solid #004080;
    color: #004080;
    /* Removes the default <select> styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Positions background arrow image */
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: right 1rem;
}


/* BLOCCO CARD */

.card-eventi .row .col-lg-6 {
    margin-bottom: 20px;
}

.evento-bg {
    background-image: linear-gradient(#26517E, #346BA5);
    min-height: 220px;
    border-radius: 5px 0 0 5px;
    padding: 30px 25px 0 30px;
}

.evento-bg h4.mese-evento {
    font-weight: 400;
}

.evento-dettagli {
    box-shadow: 5px 0px 12px 1px #EEEEEE;
    border-radius: 0 5px 5px 0;
}

.contenuto-dettagli {
    padding: 30px 10px 0 40px;
}

.contenuto-dettagli h4 {
    line-height: 1.2;
    margin-bottom: 20px;
}

.contenuto-dettagli p {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 0.9rem;
}

div.pin {
    background: url('../images/pin-vertice.svg') no-repeat;
    width: 35px;
    height: 48px;
    background-size: 25px;
}


/* PAGINAZIONE */

.paginazione {
    text-align: center;
}

.paginazione li {
    display: inline-block;
    padding: 8px 0px;
}

.pagination .page-item.disabled a.page-link {
    color: #586F84;
    background-color: #FCFDFF;
    -webkit-box-shadow: inset 0 0 0 1px #e6e9f2;
    box-shadow: inset 0 0 0 1px #e6e9f2;
    cursor: not-allowed;
    height: 3.66667rem;
}

.paginazione li.active {
    border-radius: 6px;
    border: solid 1px;
}

.pagination .page-item.disabled a.page-link:focus,
.pagination .page-item .page-link:focus {
    outline: 3px solid orange;
}

.link-list-wrapper ul li a {
    padding: 0 20px;
}


/* SEZIONE VIDEO */

.video-sfondo {
    background: url('../images/bg-video-vertice.png') no-repeat;
    background-position-x: right;
    background-size: contain;
    height: auto;
    margin-bottom: 50px;
}

.titolo-video {
    display: none;
}

.titolo-video p {
    font-size: 3rem;
}

@media (min-width:922px) {
    .titolo-video {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
    }
}


/* FRECCIA TORNA SU */

.scroll-top {
    height: 42px;
    width: 42px;
    display: none;
    text-align: center;
    bottom: 20px;
    right: 20px;
    line-height: 42px;
    border-radius: 100%;
    background: #26517E;
    box-shadow: 4px 4px 1px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    position: fixed;
    z-index: 900;
    text-decoration: none;
    opacity: .8;
}

.scroll-top:active,
.scroll-top:focus,
.scroll-top:hover {
    text-decoration: none;
    opacity: 1;
}

.scroll-top .icon {
    fill: #fff;
}


/* CSS YOUTUBE */

.youtube-container {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
}

.youtube-player {
    display: block;
    padding-bottom: 55%;
    overflow: hidden;
    position: relative;
    width: 100%;
    /* 100% assuming that the video has a 16:9 ratio */
    height: 100%;
    cursor: hand;
    cursor: pointer;
}

@media (min-width:922px) {
    .youtube-player {
        display: block;
        padding-bottom: 40%;
        overflow: hidden;
        position: relative;
        width: 71%;
        /* 100% assuming that the video has a 16:9 ratio */
        height: 70%;
        cursor: hand;
        cursor: pointer;
    }
}

img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

div.play-button {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* CAROSELLO FOTO */

.carosello-foto .card a.read-more {
    position: inherit;
}


/*****------------ BLOCCO ANDREA ------------****/


/* MENU HEADER */

.navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
    font-weight: 600;
}


/* BREADCRUMBS */

.breadcrumb-container {
    color: #03588C;
    font-size: 16px;
    padding: 15px 15px 0;
    position: relative;
}

.breadcrumb-container .breadcrumb {
    padding: 25px 15px 0 30px;
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
    color: #03588C;
    font-weight: 400;
}

.breadcrumb-container .breadcrumb .breadcrumb-item.active {
    font-weight: 600;
    color: #03588C;
}

.shadow-bar {
    height: 30px;
    padding: 15px;
    margin: 0 20px;
    box-shadow: 0 10px 20px -13px #888;
}

@media (max-width: 992px) {
    .breadcrumb-container .breadcrumb {
        padding: 15px 0 0 0px;
    }
}


/* TABS */

.nav-tabs {
    border: 0;
}

.nav.nav-tabs.auto {
    margin: 0 -7px;
}

.nav-tabs .nav-item .nav-link {
    color: #03588C;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #03588C;
    border-radius: 3px;
    justify-content: left;
    margin: 0 7px 15px;
    padding: 10px 15px;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: #03588C;
    color: #fff;
}

@media (min-width: 992px) {
    .nav-tabs {
        flex-wrap: wrap !important;
    }
    .nav-tabs.auto .nav-item {
        flex: 0 1 !important;
        -ms-flex: none !important;
    }
    .nav-tabs.auto .nav-link {
        -ms-flex: none !important;
    }
    .nav-tabs .nav-item a {
        min-width: 126px;
    }
}


/* CARD CALENDARIO */

.card-calendar .col-xl-3 {
    background-color: #BF6B63;
    color: #fff;
}


/* PAGINA LOGO */

.bg-logo-1 {
    background-image: url("../images/bg-logo1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.bg-logo-2 {
    background-image: url("../images/bg-logo2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

@media (max-width: 992px) {
    .bg-logo-1,
    .bg-logo-2 {
        background-image: none;
    }
}


/* TESTO */

.text-14 {
    font-size: .8rem;
}

.text-16 {
    font-size: .9rem;
}

.text-18 {
    font-size: 1rem;
}

.text-20 {
    font-size: 1.111rem;
}

.text-30 {
    font-size: 1.3rem;
}

.text-40 {
    font-size: 2.222rem;
}

.text-link {
    color: #26517E;
    text-decoration: none;
}

.text-link .icon {
    width: 20px;
    height: 20px;
    fill: #26517E;
}

align-text-bottom .line-26 {
    line-height: 26px;
}


/* BACKGROUND */

.bg-red {
    background-color: #BF6B63;
}

.bg-blu-g {
    background: rgb(38, 81, 126);
    background: -moz-linear-gradient(180deg, rgba(38, 81, 126, 1) 0%, rgba(52, 107, 165, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(38, 81, 126, 1) 0%, rgba(52, 107, 165, 1) 100%);
    background: linear-gradient(180deg, rgba(38, 81, 126, 1) 0%, rgba(52, 107, 165, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#26517e", endColorstr="#346ba5", GradientType=1);
}


/*****------------ BLOCCO LETIZIA ------------****/

ol.lista-priorita li {
    margin-bottom: 8px;
}


/* CARD NUMERI */

.card .card-body {
    padding: 32px;
    width: 100%;
    margin: 0;
}


/* CARD NUMERI */

h5.card-title-yellow {
    font-weight: bold;
    color: #A16408;
}

.icon.icon-xxl {
    width: 94px;
    height: 94px;
}


/* HOME */

h6.card-title.big-heading.primo-piano:hover {
    text-decoration: underline;
    cursor: pointer;
    color: white;
}

h6.card-title.big-heading.secondo-piano:hover {
    text-decoration: underline;
    cursor: pointer;
    color: white;
}

h6.card-title.big-heading.primo-piano {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    h6.card-title.big-heading.primo-piano {
        font-size: 1.8rem;
    }
}

h6.card-title.big-heading.secondo-piano {
    font-size: 1.2rem;
}


/* VERTICE DI ROMA */

.card.card-img.no-after.media {
    min-height: 390px;
}

.d-flex.w-100.video {
    margin-bottom: -8px;
}

.it-single-slide-wrapper .container2 {
    position: relative;
}

.container2:hover .overlay {
    opacity: 0.9;
}

.overlay.media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #26517E;
}

.text-overlay {
    color: white;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
}

.description {
    text-align: right;
}


/* EVENTI */

svg.icon-download-eventi {
    fill: #26517E;
}

.card-eventi h4 {
    font-size: 1.3rem;
}

.card-eventi .contenuto-dettagli h4 {
    font-size: 1.1rem;
}


/* PAESI MEMBRI */

section.section-paesi {
    background-image: linear-gradient(to right, rgba(2, 60, 104, 1), rgba(41, 116, 191, 1));
}

.legenda-paesi {
    background-image: linear-gradient(to right, rgb(28, 115, 182), rgb(8, 46, 83));
    margin-top: -60px;
    margin-bottom: 2rem;
}

.icon.icon-white {
    fill: white;
}


/* SEZIONE VIDEO */

.video-sfondo {
    background: url('../images/bg-video-vertice.png') no-repeat;
    background-position-x: right;
    background-size: 500px 100%;
    height: auto;
    margin-bottom: 50px;
}

.titolo-video {
    display: none;
}

.titolo-video p {
    font-size: 3rem;
}

.videoRoma {
    width: 100%;
}

#grandeBellezza {
    width: 100%;
}


/* VERTICE E MINISTERIALI */

h4.vertice-title {
    font-size: 1.777rem;
    color: white;
}

.tab-pane .card .card-body {
    width: inherit;
    padding: 0px;
}


/* NOTIZIE */

.card-title.notizie {
    font-size: 1.3rem;
    margin-bottom: 0;
}

.card-text.notizie {
    font-size: 0.9rem !important;
    color: #26517E !important;
    line-height: 1.4rem !important;
}


/* GENERALI */

.margin-time {
    margin-left: 30px;
}

.icon-primary {
    fill: #26517E !important;
}

.btn-link {
    color: #26517E;
}

h4.heading-h4 {
    font-size: 1.7rem;
    color: #03588C;
    margin-bottom: 25px;
}

h2.heading-h2 {
    font-size: 2.2rem;
    color: #03588C;
    margin-bottom: 25px;
}


/*ENGAGEMENT*/

.logo-engagement img {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
}

.shadow.card-calendar p.text-40 {
    font-size: 1.8rem;
}


/*TIMELINE*/

.nome-paese {
    position: absolute;
    bottom: 60%;
    left: 16%;
    color: #A16408;
}

.nome-paese p {
    font-size: 0.6rem !important;
    color: #A16408 !important;
}

.cd-horizontal-timeline li {
    list-style-type: none;
}

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    top: -154px;
    z-index: 10;
}

.cd-horizontal-timeline .timeline-2 {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    top: -152px;
    z-index: 10;
    height: 100px;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 200px;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .events a {
    cursor: pointer;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #03588C;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    color: #26517E;
    text-decoration: none;
    margin-bottom: -95px;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::before {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 4px solid #03588c;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    color: #A16408;
}

.cd-horizontal-timeline .events a.selected span {
    background-color: #fff7eb;
    padding: 8px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
}

.cd-horizontal-timeline .events a span {
    background-color: #E5EEF1;
    padding: 8px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
}

.cd-horizontal-timeline .events a.older-event::before {
    border-color: #03588C;
}

.cd-horizontal-timeline .events a.selected::before {
    background-color: #A16408;
    border-color: #A16408;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 2em auto;
    }
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 1px solid #03588C;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a.next::after {
    /* arrow icon */
    margin-left: 4px;
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/arrow-left.svg) no-repeat;
}

.cd-timeline-navigation a.prev::after {
    /* arrow icon */
    margin-left: 4px;
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 10%;
    top: 24%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/arrow-right.svg) no-repeat;
    transform: rotate(180deg);
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
    max-width: 1000px;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 2.6rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}

.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem;
    }
    .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .cd-horizontal-timeline .timeline {
        top: -120px;
    }
    .cd-horizontal-timeline .timeline-2 {
        top: -120px !important;
    }
}

@media (max-width: 576px) {
    /* TIMELINE */
    .cd-horizontal-timeline .events a {
        margin-bottom: -80px;
    }
    .cd-horizontal-timeline .timeline {
        top: -90px;
    }
    .cd-horizontal-timeline .timeline-2 {
        top: -90px;
    }
    .nome-paese {
        position: absolute;
        bottom: 50%;
        left: 0%;
        color: #A16408;
    }
    .nome-paese h3 {
        font-size: 1rem !important;
    }
    .events-content.pt-time {
        padding-top: 60px;
    }
    /* EVENTI */
    .contenuto-dettagli {
        padding: 30px 10px 0 20px;
    }
    .card-eventi .contenuto-dettagli h4 {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .section-sm {
        padding: 60px;
    }
    .titolo-video {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
    }
    .videoRoma {
        width: 72%;
    }
    #grandeBellezza {
        width: 100%;
    }
    /* da eliminare quando verrà inserita la ricerca */
    .it-header-center-wrapper .it-header-center-content-wrapper {
        justify-content: flex-start;
    }
}

@media all and (-ms-high-contrast:none) {
    .img-fluid {
        height: 100%;
    }
    *::-ms-backdrop,
    .img-fluid {
        height: 100%;
    }
}


/**** EMBED VIDEO YOUTUBE ****/

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/*EVO febbraio 2021*/

.icon-primary-light {
    fill: #5386D7;
}

.section-media .row>[class*="col-"],
.section-partecipanti .row>.col,
.section-eventi .row>.col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-bottom: var(--bs-gutter-y);
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.card-doc {
    background-image: linear-gradient(#26517E, #346BA5);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    min-height: 180px;
}

.card.card-doc .card-body h5.card-title {
    font-size: 1.3rem;
    color: #fff;
    width: 100%;
}

.card.card-doc .card-body a {
    color: #fff;
    text-decoration: underline;
}

.rounded-icon {
    width: 1.5em;
    height: 1.5em;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.rounded-icon.lg {
    width: 3.5em;
    height: 3.5em;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.rounded-icon.lg.border {
    border: 1px solid #baccd9;
    background-color: #f9f9fa;
}

.it-hero-wrapper .it-hero-text-wrapper.bg-women {
    background: url("../images/bg-women.png") no-repeat left top !important;
    padding: 0px 6rem;
    min-height: 260px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.it-hero-wrapper .it-hero-text-wrapper.bg-women span {
    margin-bottom: 10px;
    font-size: 22px;
}

.link-list-wrapper ul li a span {
    color: #26517E;
}

.nav-media {
    position: relative;
    background-color: #fff;
    border-bottom-color: #dfe4f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-media .nav-item {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-media .nav-item .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: 3px;
    justify-content: center;
    margin: 0 7px 15px;
    padding: 10px 15px;
    background: rgb(38, 81, 126);
    background: -moz-linear-gradient(180deg, rgba(38, 81, 126, 1) 0%, rgba(52, 107, 165, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(38, 81, 126, 1) 0%, rgba(52, 107, 165, 1) 100%);
    background: linear-gradient(180deg, rgba(38, 81, 126, 1) 0%, rgba(52, 107, 165, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#26517e", endColorstr="#346ba5", GradientType=1);
}

.dropdown-cat .btn.btn-dropdown {
    font-weight: 300;
    color: #03588C;
}

.section-doc .link-list-wrapper ul li a {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.section-doc .link-list-wrapper ul li a .icon {
    margin-right: .8rem;
}

.owl-carousel.partecipanti .owl-stage::after {
    display: none;
}

.overlay.media.yellow {
    background-color: #A16408;
}

.overlay.media.red {
    background-color: #AA574F;
}

.text-overlay.left {
    top: unset;
    bottom: 50px;
    left: 80px;
    text-align: left;
    font-weight: 300;
}

.img-responsive-wrapper.overlay.overlay-blu::after {
    background-size: 100%;
    background: linear-gradient(73.73deg, rgba(2, 38, 74, 0.4) 18.66%, rgba(22, 76, 130, 0.4) 66.63%, rgba(59, 121, 185, 0.4) 113.62%);
}

.section-partecipanti .card {
    min-height: 220px !important;
}

.section-partecipanti .tab-pane .card .card-body {
    padding: 32px;
}

.section-partecipanti.card-small .card {
    min-height: 170px !important;
}

.section-partecipanti .avatar-wrapper.avatar-extra-text,
.section-partecipanti .avatar-wrapper.avatar-extra-text .extra-text {
    height: 100%;
}

.section-partecipanti .avatar-wrapper.avatar-extra-text .extra-text {
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media (min-width: 1200px) {
    .section-partecipanti .avatar-wrapper.avatar-extra-text .extra-text {
        text-align: left;
    }
}

.avatar-wrapper.avatar-extra-text .extra-text p {
    margin-bottom: 1rem;
    text-transform: none;
    font-size: .778rem;
}

.avatar-wrapper.avatar-extra-text .extra-text p.carica {
    flex: 1 1 auto;
}

.avatar-wrapper.avatar-extra-text .extra-text p.card-text {
    font-size: 1rem;
}

.gradient-blu {
    color: #fff;
    background: rgb(38, 81, 126);
    background: -moz-linear-gradient(180deg, rgba(38, 81, 126, 1) 0%, rgba(52, 107, 165, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(38, 81, 126, 1) 0%, rgba(52, 107, 165, 1) 100%);
    background: linear-gradient(180deg, rgba(38, 81, 126, 1) 0%, rgba(52, 107, 165, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#26517e", endColorstr="#346ba5", GradientType=1);
}

.gradient-blu .it-carousel-wrapper .owl-dots .owl-dot {
    background: #fff;
}

.gradient-blu .nav-tabs {
    background: none;
}

.gradient-blu  .nav-tabs .nav-item .nav-link {
    color: #fff;
    border-color: #fff;
}

.gradient-blu  .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    color: #03588C;
}

.link-list-wrapper ul.doc-column {
    column-count: 1;
    column-gap: 40px;
}

@media (min-width: 992px) {
    .link-list-wrapper ul.doc-column {
        column-count: 2;
    }
}

.link-list-wrapper ul.doc-column li {
    margin-bottom: 1rem;
}

.link-list-wrapper ul.doc-column li a,
.link-list-wrapper ul.doc-column li a span {
    color: #fff;
    display: flex;
    align-items: center;
}

.link-list-wrapper ul.doc-column li a span {
    margin-left: 12px;
}

.link-list-wrapper ul.doc-column li a:hover,
.link-list-wrapper ul.doc-column li a:hover:not(.disabled) span {
    color: #fff;
    text-decoration: underline;
}

.eventi-empowers .evento-bg {
    background-image: linear-gradient(#004A8E, #5386D7);
}

/**** SOCIAL NEWS ****/

.social-news {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.card-body .social-news {
    position: absolute;
    right: 20px;
    bottom: 40px;
    z-index: 2;
    margin: 0;
}

.social-news ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.social-news ul a {
    color: #0059b3;
    margin: 0 .3rem;
}

.social-news ul a .icon {
    fill: #26517E;
    width: 18px;
    height: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: center;
    transform-origin: center;
}


/* CSS PRINT */

@media print {
    body {
        margin: 0;
        color: #000;
        background-color: #fff;
        font-family: Arial, Helvetica, sans-serif;
    }
    .it-header-wrapper,
    .shadow-bar,
    nav.breadcrumb-container,
    .social-news,
    .it-footer,
    .owl-dots,
    .cd-horizontal-timeline,
    .people-img,
    .planet-img,
    .prosperity-img,
    .card-img-dett,
    a[href],
    .pin,
    .paginazione,
    .tutti-filtri,
    .nav.nav-tabs,
    #videoRoma,
    .carosello-foto,
    .blocco-notizie,
    .overlay-video.card.card-overlay,
    .video,
    .legenda {
        display: none !important;
    }
    section,
    .section,
    .section-sm {
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        margin: 0;
    }
    .text-white h5,
    .text-white .card-body .card-text,
    h4.vertice-title {
        color: #26517E !important;
    }
    .card .card-body .card-text {
        font-family: Arial, Helvetica, sans-serif !important;
        color: #03588C !important;
    }
    [class*="col-"] {
        padding-right: 0 !important;
        padding-left: 0 !important;
        display: block !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .row,
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        display: block;
    }
    .offset-lg-2,
    .offset-lg-1,
    .offset-xl-1 {
        margin-left: 0;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-paesi {
        background: none !important;
        color: #26517E !important;
        break-after: always;
    }
    .text-white {
        color: #26517E !important;
    }
    .card-eventi {
        break-after: always;
    }
    .card-eventi .d-none {
        display: block !important;
    }
    .evento-bg,
    .evento-dettagli {
        display: inline-block !important;
    }
    .evento-bg {
        background: none !important;
        min-height: auto !important;
        width: 10% !important;
    }
    .evento-dettagli {
        display: inline-block !important;
        width: 70% !important;
    }
    .shadow.bg-blu-g.text-white {
        background: none !important;
        color: #26517E !important;
        padding: 0 !important;
    }
    .shadow {
        box-shadow: none !important;
    }
    .tab-content>.tab-pane {
        display: block !important;
        opacity: 1 !important;
        margin-top: 5rem;
    }
    .section-map {
        background: none !important;
        color: #26517E !important;
        padding: 0;
    }
    .section-map .map {
        display: none !important;
    }
    .section-map .tab-content>.tab-pane .card-title {
        margin-bottom: 10px;
    }
    .section-map .tab-content>.tab-pane h6.mt-5 {
        margin-top: 10px;
    }
    .section-map .countdown {
        background: none;
        min-height: auto !important;
    }
    .section-map .countdown .countItem {
        margin: 0 1rem;
    }
    .section-map .countdown .countNumber {
        border-radius: 0;
        background: none;
    }
    .section-map #Cultura,
    .section-map #Commercio,
    .section-map #Esteri,
    #tab3,
    #tab7,
    #tab10,
    #tab13,
    .bg-logo-1,
    .section-eventi,
    .section-partecipanti {
        break-after: always;
    }
    .section-eventi,
    .section-partecipanti {
        break-before: always;
    }
    .card-calendar .col-xl-9,
    .card-calendar .col-xl-3 {
        background: none !important;
        color: #26517E !important;
        padding: 0 !important;
    }
    .card-calendar .col-xl-9 {
        display: inline-block !important;
        width: 70% !important;
    }
    .card-calendar .col-xl-3 {
        display: inline-block !important;
        width: 20% !important;
    }
    .section-doc a[href],
    .link-list-wrapper ul li a[href] {
        display: block !important;
    }
    .it-hero-wrapper {
        background: none;
    }
    .it-hero-wrapper .it-hero-text-wrapper {
        padding: 0;
    }
    .it-hero-wrapper .it-hero-text-wrapper h1,
    .it-hero-wrapper .it-hero-text-wrapper p,
    .it-hero-wrapper .it-hero-text-wrapper span {
        color: #26517E !important;
    }
    .it-hero-wrapper img {
        display: none !important;
    }
    .owl-stage {
        width: auto !important;
    }
    .owl-stage-outer {
        overflow: inherit !important;
    }
    .owl-carousel .owl-item {
        float: none;
        display: inline-block;
    }
    .section-partecipanti .row>.col {
        display: inline-block;
        width: auto;
    }
    #vitruviano {
        background: none;
        min-height: auto;
    }
    section.section-engagement {
        background: none;
    }
    section.section-engagement img {
        display: none;
    }
    .number-carousel .owl-carousel .owl-item {
        width: 100%;
    }
}


/* MODALE */

.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
}

.modal-fullscreen .modal-dialog .modal-content {
    height: 100%;
}