/*
 *
 * Talithakum
 * 15/01/2019
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it
 *
 */
html {
    border: none;
    padding: 0px;
    margin: 0px;
    float: left;
    background-color: #fff;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    min-height: 100%;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100%;
    float: left;
    -webkit-text-size-adjust: 100%;
/*     position: relative; */
}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}

img {
    text-decoration: none;
    border: none;
    /*vertical-align: middle;*/
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;
    text-decoration: none;
    color: #E57F4B;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}

li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
    font-weight: inherit;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
*::-webkit-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

*::-moz-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
*:-moz-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

*:-ms-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}
button {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid white;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #e17147 inset;
    -webkit-text-fill-color: #fff !important;
}
.hidden {
    display: none!important;
}
.visibility_hidden {
    visibility: hidden;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.table {
    display: table;
    float: none;
    table-layout:fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.mobile {
    display: none;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.h_100pe {
    height: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tiny {
    font-weight: 200;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold,
strong,
b {
    font-weight: 700;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;
}
.grigio {
    color: #666;
}
.red {
    color: #9a0000;
}
.bg_red {
    background-color: #9a0000;
}
.arancione {
    color: #E57F4B;
}
.white,
.white_green {
    color: #FFFFFF;
}

.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.ritch-cont p,
.ritch-cont li {
    line-height: 22px;
    margin-bottom: 10px;
}

.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}
.ritch-cont blockquote {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    margin: 25px 0px;
    float: left;
}
.shadow-bottom {
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
}
.shadow-top {
    -webkit-box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.15);
    box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.15);
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}

#over-box, #over-box-black {
    display: none;
    position: fixed;
    z-index: 1001;
/*     background-color: rgba(255,255,255, 0.7); */
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-black {
    background-color: rgba(0,0,0,0.9);
    z-index: 1001;
}
.modal-box {
    display: none;
    position: fixed;
    line-height: 19px;
    padding: 20px 10px;
    font-size: 16px;
    color: white;
    text-align: left;
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: white;
    z-index: 1012;
    top: -500px;
}
.no-mob {
    display: none;
}
/*
.btn {
    height: 60px;
    line-height: 60px;
    min-width: 150px;
    padding: 0px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: white;
    color: #d38d51;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    font-size: 20px;
    font-weight: 900;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
*/
.btn, .btn-small {
    height: 40px;
    line-height: 40px;
    min-width: 120px;
    padding: 0px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #E57F4B;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    font-size: 12px;
    font-weight: 900;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.btn-giallo {
    background-color: #F0A651;
    color: #fff;
    transition: all 0.2s;
}
.btn-abs-cont {
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0px;
    height: 40px;
}
/* FLIPBOOK */
.flip-book-container {
    height: 500px;
    margin: 40px 0px;
}
/* FORM STYLE */
.form-input-cont {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.form-half-input-cont {
    width: calc(50% - 5px);
}
.form-half-input-cont:last-child {
    width: calc(50% - 5px);
    float: right;
}
.form-half-small-input-cont {
    width: calc(50% - 60px);
}
.form-half-small-input-cont:last-child {
    width: calc(50% - 60px);
    float: right;
}
.form-input {
    display: inline-block;
    float: left;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.form-input:focus,
.form-select:focus,
.form-input-textarea:focus {
    border: 1px solid #FFCC94;
    box-sizing: border-box;
}
.form-select {
    display: inline-block;
    float: left;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.form-error {
    border: 1px solid red !important;
    box-sizing: border-box;
}
.form-error input {
    border: 1px solid red !important;
    box-sizing: border-box;
}
.form-input-textarea {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 20px;
    line-height: 18px;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
/**/
/* MAIN */
.page {
    width: 1280px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px;
    box-sizing: border-box;
}

.page-small {
    width: 800px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#project-detail .page{
    width: 900px;
}
#main-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 141, 81, 0.95);
    z-index: 9999;
    overflow: auto;
}
#main-menu ul {
    margin-bottom: 40px;
}
#main-menu ul,
#main-menu li {
    display: block;
    float: left;
    width: 100%;
}
#first-menu {
    height: 126px;
    background-color: #f7ad51;
    position: relative;
    z-index: 10;
}
.big-menu {
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
}
.small-menu {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    line-height: 15px;
}
.big-menu a {
    color: white;
    font-weight: 500;
}
.small-menu a {
    color: white;
    font-weight: 700;
}
header {
    width: 100%;
    height: 130px;
    position: relative;
    z-index: 50;
}
#header-top {
    background-color: #A4492F;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}
#social-header-cont {
    height: 60px;
    width: auto;
}
#social-header-cont a {
    display: inline-block;
    height: 60px;
    padding-right: 10px;
    box-sizing: border-box;
}
#social-header-cont a img {
    height: 100%;
}
#btn-header-top-right-cont {
    width: auto;
    display: inline-block;
    float: right;
    margin: 10px 0px;
}
#btn-header-top-right-cont #lang-switch {
    margin: 5px 20px 5px 0px;
}
footer {
    background-color: #E57F4B;
    padding: 40px 0px;
    box-sizing: border-box;
}
#footer-left a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
#logo-footer {
    display: block;
    float: left;
    height: 70px;
}
#logo-footer img {
    height: 100%;
}
#footer-left {
    width: 50%;
}
#footer-right {
    width: calc(50% - 40px);
    margin-left: 40px;
}
#menu-footer a {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 10px;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
}
#social-footer-cont {
    margin-top: 10px;
}
#social-footer-cont a {
    display: block;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
}
#contatti-details #social-footer-cont {
    display: flex;
    justify-content: center;
}
#header-bottom {
    background-color: #fff;
    height: 70px;
    line-height: 70px;
}
.header-sticky {
    position: fixed;
    top: 0px;
}

#logo-header {
    display: block;
    float: left;
    height: 70px;
    padding: 10px 20px 10px 0px;
    box-sizing: border-box;
}
#logo-header img {
    height: 100%;
}
#burger-menu-mob {
    display: none;
}
#logo-menu-mob {
    display: none !important;
}
#menu-mobile-close {
    display: none;
}
#menu-header {
    width: auto;
    float: right;
}
#menu-header .sel {
    color: #E57F4B;
}
#menu-header a {
    display: inline-block;
    font-size: 12px;
    line-height: 70px;
    color: #808080;
    font-weight: 900;
    padding-left: 15px;
    box-sizing: border-box;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
}
#menu-grafico-cont {
    margin: 20px 0px 40px 0px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
#menu-grafico-cont a {
    display: block;
    float: left;
    width: 170px;
}
#menu-grafico-cont a:last-child {
    margin-right: 0px;
}
#menu-grafico-cont a img {
    width: 100%;
    height: 170px;
}
#menu-grafico-cont a span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #A4492F;
    font-weight: 700;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
}
/* AGGIORNAMENTO SITO 2023 CSS */
.cta-cont {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 400px;
    padding: 50px;
    box-sizing: border-box;
}
.cta-logo-opzionale {
    margin-bottom: 20px;
}
.cta-logo-opzionale img {
    width: 20%;
}
.cta-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.cta-text {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#progetti-list-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
#progetti-list-cont .colonna-1-2 {
    width: calc(50% - (10px / 2));
}
.progetto-azione-hp {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;
}
#news-index-cont, #news-list-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.colonna-1-4 .article-hp {
    height: 420px;
    position: relative;
}
.colonna-1-4 .article-hp .article-hp-image,
.colonna-1-4 .article-hp .article-index-image {
    height: 240px;
}
.colonna-1-4 .article-hp .article-hp-text,
.colonna-1-4 .article-hp .article-index-text {
    height: 180px;
    padding: 40px 20px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
.colonna-1-4 .article-hp .article-hp-date,
.colonna-1-4 .article-hp .article-hp-date {
    font-size: 12px;
    line-height: 15px;
}
.colonna-1-4 .article-hp .article-hp-image img,
.colonna-1-4 .article-hp .article-index-image img {
    display: none;
}
.colonna-1-4 .article-hp .article-hp-btn-cont {
    position: absolute;
    top: 220px;
    left: 0px;
}
#download-cont {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.download-name {
    height: 60px;
    overflow-y: hidden;
}
/**/
/* search overlay */
#search-open-btn {
    font-size: 20px !important;
    color: #E57F4B !important;
}
.opensearch {
    width: 30px;
    height: 30px;
    background-color: #E57F4B;
    color: white;
    font-size: 14px;
    border-radius: 30px;
    padding: 5px;
    margin-left: 15px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.search-box-cont .closesearch {
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: #E57F4B;
}
.search-box-cont {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
}
.search-box {
    position: relative;
    top: 46%;
    width: 50%;
    text-align: center;
    margin: 0px auto;
}
.search-box-cont input[type=text] {
    float: left;
    width: 90%;
    font-size: 16px;
    background: white;
    padding: 15px;
    box-sizing: border-box;
}
.search-box-cont button {
    float: left;
    width: 10%;
    background-color: #E57F4B;
    color: white;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
}
/**/

#logo-top {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 291px;
}
.logo-burger{
    height: 75px;
    width: auto;
}
.burger-menu {
    display: block;
    float: left;
    position: absolute;
    width: 132px;
    height: 96px;
    line-height: 110px;
    text-align: left;
    font-size: 30px;
    display: block;
    float: left;
    z-index: 99;
}
#lang-switch {
    width: auto;
}
#lang-switch a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    border: 0.5px solid #fff;
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 900;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#lang-switch .sel {
    color: white;
    border: 1px solid #F0A651;
    background-color: #F0A651;
}
#lang-switch a:last-child {
    margin-right: 0px;
}
a.social-link,
a.social-link-sel {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    box-sizing: border-box;
    font-size: 12px;
}
a.social-link-sel {
    color: white;
    border: 1px solid #d38d51;
    background-color: #d38d51;
}
a.social-link-text{
    display: block;
    float: left;
    height: 30px;
    width: calc(100% - 45px);
    line-height: 30px;
    text-align: left;
    box-sizing: border-box;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.colonna-2-3 {
    width: 66.66666%;
}
.colonna-1-3 {
    width: 33.33333%
}
.colonna-1-2 {
    width: 50%;
}
.colonna-1-4 {
    width: 25%;
}
#news-index-cont .colonna-1-4, #news-list-cont .colonna-1-4 {
    width: calc(25% - (30px / 4));
}
#homepage-slider {
    height: calc(100vh - 130px);
    position: relative;
}
.slider-arrow {
    font-size: 60px;
    color: #fff;
    position: absolute;
    z-index: 20;
    top: 0px;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
#slider-arrow-left {
    left: 20px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#slider-arrow-right {
    right: 20px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.home-image-big {
    background-color: rgba(0,0,0,0.2);
    background-blend-mode: multiply;
    height: calc(100vh - 130px);
    min-height: 300px;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
}
.home-top-shadow {
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    z-index: 10;
}
.home-image-text .cta-title, .home-image-text .cta-text {
    text-align: center;
}

#home-payoff-cont {
    position: absolute;
    bottom: 40px;
}
#home-payoff {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
#home-riga-1 {
    height: 370px;
    position: relative;
}
#home-riga-1-left {
    position:absolute;
    width: 50%;
    left: 0px;
    height: 100%;
    background-color: #FDC24E;
}
#home-riga-1-right {
    position:absolute;
    width: 50%;
    right: 0px;
    height: 100%;
    background-color: #F5AB50;
}
#home-riga-1-left-index {
    position:absolute;
    width: 100%;
    left: 0px;
    height: 100%;
    background-color: #FDC24E;
}
#home-riga-1-right-index {
    position:absolute;
    width: 50%;
    right: 0px;
    height: 100%;
}
#home-riga-1-int {
    position:relative;
    z-index: 10;
    height: 390px;
}
#home-riga-1-int .colonna-2-3 {
    height: 390px;
    background-color: #FDC24E;
}
#home-riga-1-int .colonna-1-3 {
    height: 390px;
    background-color: #F5AB50;
}
#home-rete-text {
    position: absolute;
    left: 10px;
    top: 30%;
    width: 250px;
}
#home-rete-text p {
    font-size: 14px;
}
#home-rete-text-index {
    position: absolute;
    left: 10px;
    top: 10%;
    width: 500px;
}
#home-rete-text-index p {
    font-size: 16px;
}
.article-hp {
    height: 450px;
    position: relative;
}
.article-hp-image,
.article-hp-text {
    height: 225px;
    position: relative;
}
.article-hp-image img {
    display: none;
}
.article-index-image {
    height: 360px;
    position: relative;
}
.article-index-text {
    box-sizing: border-box;
    padding: 20px 40px
}
.colonna-1-2 .article-hp-btn-cont { top: 250px; }
.article-index-image img {
    display: none;
}
.article-hp-text {
    box-sizing:  border-box;
    padding: 50px 40px 40px 40px;
}
.article-hp-btn-cont {
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    z-index: 5;
}

.article-hp-lang {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    box-sizing: border-box;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    text-transform: uppercase;
    background-color: white;
    font-weight: 900;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
/* MAXXI */
.scheda-maxxi-cont {
    margin-top: 40px;
}
/*
.scheda-maxxi-info-text {
    font-size: 20px;
    line-height: 25px;
}
*/
#scheda-maxxi-img-affiancate {
    margin-bottom: 40px;
}
.scheda-maxxi-img-affiancate-left {
    width: calc(50% - 10px);
    margin-right: 10px;
}
.scheda-maxxi-img-affiancate-right {
    width: calc(50% - 10px);
    float: right;
}
#scheda-maxxi-playlist-youtube-cont {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#scheda-maxxi-playlist-youtube-cont iframe {
    display: block;
    float: left;
}
.video-full-width {
    width: 100%;
    margin-bottom: 10px;
}
.video-half-width {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.schede-maxxi-correlate-cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.schede-maxxi-correlate-cont .article-hp {
    width: calc((100% - 20px) / 3);
    height: 100%;
    position: relative;
    margin: 0px 10px 10px 0px;
}
.schede-maxxi-correlate-cont .article-hp:nth-child(3n) {
    margin: 0px 0px 10px 0px;
}
.schede-maxxi-correlate-cont .article-hp-image,
.schede-maxxi-correlate-cont .article-hp-text {
    height: 225px;
    position: relative;
}
.schede-maxxi-correlate-cont .article-hp-btn-cont {
    position: absolute;
    top: unset;
    bottom: 20px;
    width: 100%;
    z-index: 5;
}
/**/
#home-riga-3 {
    position: relative;
    z-index: 10;
}
#home-riga-3-left {
    position:absolute;
    width: 50%;
    left: 0px;
    height: 100%;
    background-color: #A4492F;
}
#home-riga-3-right {
    position:absolute;
    width: 50%;
    right: 0px;
    height: 100%;
    background-color: #e17147;
}
#home-download-documenti {
    background-color: #F0A651;
    padding: 40px 80px;
    box-sizing: border-box;
}
.hp-download-lang {
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid white;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.2s;
}
.hp-download-lang:last-child {
    margin-right: 0px;
}
#hp-download-btn-cont {
    position: absolute;
    bottom: 20px;
    left: 0px;
}
#hp-giornata-mondiale {
    height: 500px;
    position: relative;
}
.hp-giornata-mondiale-it {
    background-image: url('/static/sitonew/img/banner-it.png');
}
.hp-giornata-mondiale-en {
    background-image: url('/static/sitonew/img/banner-en.png');
}
.hp-giornata-mondiale-es {
    background-image: url('/static/sitonew/img/banner-es.png');
}
.hp-giornata-mondiale-fr {
    background-image: url('/static/sitonew/img/banner-fr.png');
}
.hp-giornata-mondiale-pt {
    background-image: url('/static/sitonew/img/banner-pt.png');
}
#hp-giornata-mondiale-txt {
    position: absolute;
    top: 40%;
    left: 0px;
    box-sizing: border-box;
    color: white;
    padding: 0px 10px 0px 60px;
}
#newsletter-box {
    height: 500px;
    background-color: #e17147;
    box-sizing: border-box;
    padding: 40px;
}
.standard-input-cont {
    padding: 0px 20px;
    box-sizing: border-box;
}
.bb_white {
    border-bottom: 1px solid white;
}
.input-standard {
    background-color: transparent;
    padding: 5px 0px;
    color: white;
    display: inline-block;
    width: 100%;
}
.textarea-standard {
    background-color: transparent;
    padding: 0px 20px;
    color: white;
    display: block;
    float:left;
    width: 100%;
    line-height: 50px;
    height: 200px;
    position: relative;
    z-index: 10;
}
#contatti-text-area-abs {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
}
.newsletter-lang-input, .newsletter-lang-input-contatti {
    width: 30px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
}
.newsletter-lang-input_sel, .newsletter-lang-input-contatti_sel {
    background-color: white !important;
    color: #A4492F !important;
}
.privacy-link {
    color: #FFCC94;
}
#top-image-small {
    height: 270px;
    position: relative;
}
#top-image-small h1 {
    position: absolute;
    top: calc(50% - 60px);
}
#chi-siamo-nav {
    height: 60px;
}
#chi-siamo-nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 60px;
}
#chi-siamo-nav ul li {
    display: block;
    float: left;
    height: 60px;
}
#chi-siamo-nav ul li a {
    display: block;
    float: left;
    min-width: 120px;
    box-sizing: border-box;
    padding: 0px 20px;
    text-align: left;
    height: 60px;
    line-height: 60px;
    margin-right: 5px;
    background-color: #f7f7f7;
    font-weight: 900;
    transition: all 0.2s;
}
#chi-siamo-nav ul li .sel {
    background-color: #fff;
    color: #A4492F;
}
#chi-siamo-text {
    padding: 0px 20px;
    box-sizing: border-box;
    width: 50%;
    float: left;
}
#chi-siamo-image {
    width: 50%;
    float: right;
    position: relative;
}
#chi-siamo-image img {
    width: 100%;
}
#chi-siamo-image .btn-abs-cont {
    bottom: 30px;
/*     top: calc(50% - 30px); */
}
#newsletter-dona-ora {
    height: 450px;
    position: relative;
}
#newsletter-dona-ora-left {
    position: absolute;
    height: 450px;
    width: 50%;
    float: left;
    background-color: #e17147;
}
#newsletter-dona-ora-right {
    position: absolute;
    height: 450px;
    width: 50%;
    float: left;
    background-color: #f7ad51;
    right: 0px;
}
#newsletter-dona-ora-int {
    position: relative;
    height: 450px;
    z-index: 10;
}
#newsletter-dona-ora-int-form,
#newsletter-dona-ora-int-img {
    background-color: #e17147;
    height: 450px;
}
#newsletter-dona-ora-int-img img {
   width: 70%;
   margin: 0px 2.5%
}
#newsletter-dona-ora-int-img {
    line-height: 450px;
}
#newsletter-dona-ora-int-form #newsletter-box {
    height: 450px;
}
#newsletter-dona-ora-int-right {
    background-color: #f7ad51;
    height: 450px;
    padding: 20px;
    box-sizing: border-box;
}
#dona-ora-box img {
    max-width: 100%;
/*     margin: 0px 5%; */
}
#cosa-puoi-fare-dona-ora {
    width: 50%;
    float: left;
    background-color: #f7ad51;
    min-height: 450px;
}
#cosa-puoi-fare-dona-ora-int {
    height: 380px;
    width: 450px;
    top: calc(50% - 190px);
    left: calc(50% - 225px);
    position: absolute;
}
#cosa-puoi-fare-testo {
    width: 50%;
    float: right;
    padding: 20px 20px;
    box-sizing: border-box;
}
#cosa-puoi-fare-dona-ora-left {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 50%;
    background-color: #f7ad51;
}
#cosa-puoi-fare-bottom #home-riga-3-left {
    background-color: #FDC24E;
}
#cosa-puoi-fare-bottom #home-download-documenti {
    background-color: #FDC24E;
    overflow: hidden;
}
#cosa-puoi-fare-bottom  img {
    margin-left: 40%;
}
#contatti {
    z-index: 10;
    position: relative;
}
#contatt-int-left {
    width: 50%;
    float: left;
    position: absolute;
    height: 100%;
    min-height: 415px;
    float: none;
    left: 0px;
    top: 0px;
}
#contatt-int-right {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 40px;
    min-height: 450px;
}

#member-contact {
    width: 100%;
}

#member-contact .input-standard, #member-contact .textarea-standard { border-bottom: 1px solid #e5e5e5;; color: black;}
#member-contact .textarea-standard { padding: 0;}
#member-contact .input-standard::placeholder, #member-contact .textarea-standard::placeholder { color:  black; }
#contatti-right {
    background-color: #e17147;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
}
#contatt-int-right {
    background-color: #e17147;
}
#contatti-details {
    position: absolute;
    top: calc((100% - 375px) / 2)
}
#contatti-lingua {
    width: 245px;
    float: right;
}
/*
#news-list-cont {
    margin-top: 20px;
}
*/
#news-single-text {
    padding: 0px 40px 40px 40px;
    box-sizing: border-box;
    width: 50%;
}
#news-single-images {
    box-sizing: border-box;
    width: 50%;
    float: right;
}
#news-gal-img-first {
    width: 640px;
    height: 360px;
    display: block;
    float: left;
}
.news-gal-img {
    display: block;
    float: left;
    width: calc((100% - 20px) / 3);
    margin: 10px 10px 0px 0px;

}
.news-gal-img:nth-child(3n) {
    margin-right: 0px;
}
#news-single-bottom {
    position: relative;
    z-index: 15;
}
#news-single-bottom #home-download-documenti {
    background-color: #FDC24E;
}
#news-single-bottom #home-download-documenti img {
    margin-left: 40%;
}
#news-single-bottom-left {
    width: 50%;
    float: left;
    height: 100%;
    background-color:#FDC24E;
    left: 0px;
    top: 0px;
    position: absolute;
}
#news-single-bottom-right {
    width: 50%;
    float: left;
    height: 100%;
    background-color:#f7ad51;
    right: 0px;
    top: 0px;
    position: absolute;
}
#dona-ora-bottom {
    height: 500px;
}
.video-risorsa-cont {
    width: 50%;
    height: 460px;
}
.video-risorsa-rel {
    width: 100%;
    height: 360px;
    position: relative;
}
.video-risorsa-rel video {  /* 16:9 */
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.video-risorsa-rel iframe {
    height: 360px;
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.video-risorsa-text {
    box-sizing: border-box;
    padding: 20px 40px;
}
.video-risorsa-missing {
    position: absolute;
    top: 40%;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.gallery-risorsa-cont {
    height: 450px;
    position: relative;
    width: 50%;
}
.gallery-risorsa-image {
    height: 280px;
    position: relative;
}
.gallery-risorsa-text {
    padding: 50px 40px;
    height: 200px;
    box-sizing: border-box;
}
.gallery-risorsa-cont-home {
    height: 450px;
    position: relative;
    width: 50%;
}

.gallery-risorsa-image-home {
    height: 360px;
    position: relative;
}
.gallery-risorsa-text-home {
    padding: 20px 40px;
    height: 200px;
    box-sizing: border-box;
}
.gallery-risorsa-btn-cont {
    position: absolute;
    top: 250px;
    z-index: 10;
}
.documents-risorsa-cont {
    width: 25%;
    padding: 0px 40px 60px 40px;
    box-sizing: border-box;
    height: 150px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.documents-risorsa-text {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.documents-risorsa-cont .hp-download-lang {
    color: #A4492F;
    border: 1px solid #A4492F;

}
.documents-risorsa-abs {
    position: absolute;
    bottom: 20px;
    box-sizing: border-box;
    padding: 0px 40px;
    left: 0px;
}

.continent {
    padding-top:40px;
    padding-bottom:40px;
    font-size: 21px;
    color: #A4492F;
    text-align: center;
}
#turn-your-device {
/*     display: none; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #d38d51;
    padding: 20px;
    box-sizing: border-box;
}
#tyd-telefono svg {
    height: 60px;
}
#tyd-arrow svg {
    height: 100px;
}
#tyd-telefono {
    position: absolute;
    left: calc( 50% - 15.5px);
    top: 40px;
    -webkit-animation: tydCellRotation 3s infinite; /* Safari 4+ */
    -moz-animation:    tydCellRotation 3s infinite; /* Fx 5+ */
    -o-animation:      tydCellRotation 3s infinite; /* Opera 12+ */
    animation:         tydCellRotation 3s infinite; /* IE 10+, Fx 29+ */
}
#tyd-arrow {
    position: absolute;
    left: calc( 50% - 50px);
    top: 20px;
}
@-webkit-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@-moz-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@-o-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}

@-webkit-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-moz-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-o-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
.bb_gray {
    border-bottom: 1px solid #e5e5e5;
}
.gm-style-mtc {
    display:none
}
div .hook {
    min-width:200px;
}
#map div {
    width: auto;
}
#tab-legenda {
    font-size: 12px;
    line-height: 15px;
    width: 100%;
}
#tab-legenda p {
    padding:10px;
}
#tab-legenda p {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 45px;
    box-sizing: border-box;
    position: relative;
    min-height: 55px;
}
#tab-legenda span {
    position: absolute;
    left: 0px;
    top: 10px;
    display: block;
    width: 40px;
    text-align: center;
}

#map {
    width:100%;
    float: left;
}
#legenda {
    width:220px; float: left;
    position: absolute;
    right: 0px;
    background-color: rgba(255,255,255,0.85);
    top: 80px;
}
#rete-lista p {
    padding: 15px 10px 10px 40px;
    box-sizing: border-box;
    min-height: 65px;
    overflow-y: hidden;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    width: calc(33.33333% - 10px);
    margin: 0px 5px;
    border-bottom: 1px solid #e5e5e5;
}
#rete-lista a {
    font-weight: normal;
    color: black;
}
#rete-lista span {
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 40px;
    text-align: center;
}
/* MODIFICHE 2020 GENERATORE PAGINA GENERICA + RICERCA */

.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

h1.gp-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
    color: #A4492F;
}
h2.gp-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
    color: #A4492F;
}
h3.gp-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    color: #A4492F;
}
h4.gp-title {
    font-size: 15px;
    font-weight: 900;
    line-height: 15px;
    text-transform: uppercase;
    color: #A4492F;
}

.generic-content-text-left{
    width: calc(50% - 20px);
    margin-right: 20px;
    float: left;
}
.generic-content-text-right{
    width: calc(50% - 20px);
    margin-left: 20px;
    float: right;
}
.generic-content-img-left{
    width: 50%;
    float: left;
}
.generic-content-img-left img{
    width: 100%;
    height: auto;
}
.generic-content-img-right{
    width: 50%;
    float: right;
}
.generic-content-img-right img{
    width: 100%;
    height: auto;
}
.generic-content-img-full{
    position: relative;
    width: 100%;
    height: auto;
}

.gp-half-cont{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.video-full-w{
    width: 100%;
    position: relative;
}
.video-full-w iframe{
    border: none;
}

/* blocco accordion */
.accordion-question,
.download-content {
    display: block;
    float: left;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: 100%;
}
.accordion-question:first-child,
.download-content:first-child{
    border-top: 1px solid #e5e5e5;
}
.accordion-question-arrow {
    position: absolute;
    right: 15px;
    top: 0px;
    color: #A4492F;
}
.accordion-question,
.download-content {
    box-sizing: border-box;
}
#accordion-title,
#download-title {
    display: block;
}
.accordion-question .accordion-title,
.download-content .download-title {
    border-top: none;
    color: black;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0px;
    height: auto;
    text-transform: uppercase;
}
.accordion-question-arrow i{
    line-height: 20px;
    padding: 20px 0px;
}
.accordion-reply{
    background-color: #f2f2f2;
    border-top: 1px solid #e5e5e5;
    padding: 20px;
    box-sizing: border-box;
}
.accordion-reply p{
    width: calc(100% - 40px);
    font-size: 18px;
    line-height: 24px;
    /* padding: 20px; */
    text-transform: none;
    border-top: none;
}

#slider-container{
    position: relative;
    overflow: hidden;
    height: 540px;
}

#slider-container .item{
    height: 540px;
}


#nav-slider-hp{
    position: absolute;
    z-index: 10;
    height: 60px;
    bottom: 20px;
}

#nav-slider-hp .owl-prev {
    position: absolute;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    right: 90px;

    background-color: #d38d51;
    color: white;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
 }

#nav-slider-hp .owl-next {
    position: absolute;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    right: 20px;

    /* background-color: #A4492F; */
    background-color: #d38d51;
    color: white;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* 2020 members */
.tm-item{
    width: calc(100% / 4);
    padding: 10px;
    box-sizing: border-box;
    min-height: 500px;
}

.tm-img{
    min-height: 300px;
}
.tm-img img{
    width: 100%;
    height: auto;
}
.tm-info{
    margin-top: 20px;
}
.tm-name{
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.tm-last-role{

}
.tm-last-congregation, .contact a{
    font-size: 12px;
    line-height: 15px;
}

#search-form{
    position: absolute;
    left: 160px;
    padding-top: 5px;
}

#search-form input{
    border: 1px solid #e5e5e5;
    height: 30px;
    width: 200px;
    padding: 10px;
    font-size: 12px;
    box-sizing: border-box;
}
.mattone { color:  #A4492F; }
/*
#search-form input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: black !important;
}
*/
#search-form #submit-search{
    right: 10px;
    position: absolute;
    line-height: 96px;
    color: #A4492F;
    background-color: transparent;
}

#get-involved-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.get-involved {
    width: calc((100% - 60px) / 4);
    min-height: 420px;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.get-involved:nth-child(odd) {
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    box-sizing: border-box;
}
.get-involved:nth-child(even) {
    border: 2px solid #E57F4B;
    background-color: #E57F4B;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.get-involved h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.get-involved:nth-child(odd) .ritch-cont strong {
    color: #E57F4B;
}
#dona-ora-get-involved #dona-ora-box img {
    width: 100%;
    padding-top: 0px;
    box-sizing: border-box;
}
#dona-ora-get-involved .btn-abs-cont{
    position: relative;
    width: auto;
    margin-left: calc((50% - 20px) / 2);
    bottom: 10px;
}


.half { width:50%; height:80vh; }

.half h1 {
    color:  white;
    padding-top: calc(50% - 150px);
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

#reports-container {
    margin: 40px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 20px;
}
.report-item {
    width: calc((100% - 40px) / 3);
}
.report-img {
    min-height: 300px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.report-img img {
    width: 100%;
    height: auto;
}
.report-info {
    margin-top: 20px;
}
.report-name {
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

/* Phone */
@media only screen and (min-width:220px) and (max-width:767px) {
    #home-payoff {
        font-size: 18px;
        line-height: 24px;
    }
    .get-involved {
        width: 100%;
        min-height: unset;
        height: auto;
    }
    #dona-ora-get-involved .btn-abs-cont{
        width: 100%;
        margin-left: 0px;
        bottom: 20px;
        text-align: center;
    }


    .half { width:100%; height:50vh; }

    .half h1 { padding-top: calc(50% - 50px); }
}
.get-involved img { width: 100%; }



.member-logo { width:35%; float: left; }
.member-social { width: calc(65% - 30px); padding-left:30px; float: left; }

@media only screen and (min-width:1025px) and (max-width:10000px) {

    #tab-legenda p:last-child {
        border-bottom: none;
    }
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: #A4492F;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    #search-open-btn:hover {
        color: #A4492F !important;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    #lang-switch a:hover {
        color: white;
        border: 1px solid #F0A651;
        background-color: #F0A651;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn:hover {
        color: white;
        background-color: #E57F4B;
        transition: all 0.2s;
    }
    .btn-small:hover {
        background-color: #E57F4B;
        color: #FFFFFF;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn-giallo:hover {
        background-color: #E57F4B;
        color: #fff;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn-giallo-hover:hover {
        background-color: #F0A651;
        color: #fff;
        transition: all 0.2s;
    }
    .hp-download-lang:hover,
    .newsletter-lang-input:hover,
    .newsletter-lang-input-contatti:hover {
        background-color: white;
        color: #A4492F;
        transition: all 0.2s;
    }
    #chi-siamo-nav ul li a:hover {
        background-color: #fff;
        color: #A4492F;
        transition: all 0.2s;
    }
    .documents-risorsa-cont .hp-download-lang:hover {
        color: white;
        border: 1px solid white;
        background-color: #A4492F;
    }

    #nav-slider-hp .owl-next:hover,
    #nav-slider-hp .owl-prev:hover {
        background-color: #A4492F;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    #menu-header a:hover {
        color: #E57F4B;
        transition: color 0.5s;
        -webkit-transition: color 0.5s;
    }
    #menu-grafico-cont a:hover span {
        color: #E57F4B;
        transition: color 0.5s;
        -webkit-transition: color 0.5s;
    }
    .report-item:hover .btn-giallo {
        background-color: #E57F4B;
        color: #fff;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
}
@media only screen and (min-width:1024px) and (max-width:1279px) {
    .half { width:50%; height:80vh; }
    .half h1 { padding-top: calc(50% + 40px); }
    .page {
        width: 1024px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    #map-img {
        margin-left: 25%;
    }
    #header-top .page,
    #header-bottom .page,
    #first-menu,
    footer .page {
        box-sizing: border-box;
        padding: 0px 20px;
    }
    #dona-ora-proverbio {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    #contatti-lingua {
        width: 245px;
        float: left;
        margin: 20px 0px 0px 17px;
    }
    #chi-siamo-nav ul li a {
        min-width: 90px;
        font-size: 12px;
        text-align: center;
        font-weight: 700;
        padding: 0px 10px;
    }
    .documents-risorsa-cont {
        width: 33.33333%;
    }

    .video-risorsa-cont, .gallery-risorsa-image-home {
       height: 288px;
    }
    .video-risorsa-rel {
        height: 288px;
    }
    .video-risorsa-rel video {  /* 16:9 */
        height: 288px;
    }
    .video-risorsa-rel iframe {
        height: 288px;
    }
    #dona-ora-hands {
        float: none;
    }
    #dona-ora-box img {
        max-width: 90%;
        margin: 0px 5%;
    }
    #search-form{
        left: 170px;
    }
    #search-form input{
        width: 160px;
    }

    #menu-header a {
        font-size: 11px;
        padding-left: 10px;
    }
    .slider-arrow {
        font-size: 40px;
    }
    #homepage-slider .page {
        padding: 0px 55px;
    }
    #contatt-int-right .w_49pe {
        width: 100%;
        float: left;
    }
    #contatt-int-right .w_49pe.right {
        margin-top: 10px;
    }
    #contatt-int-right .w_49pe .text-right {
        text-align: left;
    }
    #news-index-cont .colonna-1-4, #news-list-cont .colonna-1-4 {
        width: calc(50% - (10px / 2));
    }
    .get-involved {
        width: calc((100% - 20px) / 2);
        min-height: 320px;
    }
}
/* PAD */
@media only screen and (min-width:768px) and (max-width:1023px) {
    .half { width:100%; height:50vh; }
    #home-rete-text-index {
        position: relative;
        left: 0px;
        top: 0;
        width: calc(50% - 20px);
        padding:  10px;
        padding-top: 30px;
    }
    #home-riga-1-int #map-img { width: calc(50% - 20px); padding:  10px; margin-left:0; margin-bottom:130px; }

    .page {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    .page-small {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    #project-detail .page{
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    #header-top .page,
    #header-bottom .page,
    #first-menu,
    footer .page {
        box-sizing: border-box;
        padding: 0px 10px;
    }
    #logo-top {
        width: 220px;
    }
    #logo-top img {
        width: 100%;
    }
    #map-img {
        margin-left: 25%;
    }
    #dona-ora-proverbio {
        padding: 0px 5px;
        box-sizing: border-box;
        font-size: 11px;
        line-height: 15px;
    }
    .article-hp-text {
        padding: 50px 10px 40px 10px
    }
    #home-download-documenti,
    #newsletter-box,
    #contatt-int-right {
        padding: 20px;
    }
    .newsletter-lang-input, .newsletter-lang-input-contatti {
        margin-right: 5px;
    }
    #ckbox-newsletter-cont,
    #ckbox-privacy-cont {
        padding: 0px;
    }
    .documents-risorsa-cont {
        width: 33.33333%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .documents-risorsa-abs {
        padding-left: 20px;
        padding-right: 20px;
    }
    #chi-siamo-nav {
        height: auto;
    }
    #chi-siamo-nav ul {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #chi-siamo-nav ul li {
        height: auto;
        margin-bottom: 5px;
    }
    #chi-siamo-nav ul li a {
        min-width: unset;
        padding: 0px 10px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .video-risorsa-cont, .gallery-risorsa-cont-home {
        height: 316px;
    }
    .gallery-risorsa-btn-cont { top: 100px; }
    .video-risorsa-rel, .gallery-risorsa-image-home {
        height: 216px;
    }
    .video-risorsa-rel video {  /* 16:9 */
        height: 216px;
    }
    .video-risorsa-rel iframe {
        height: 216px;
    }
    #chi-siamo-image {
        width: 80%;
        padding: 0px 10%;
    }
    #chi-siamo-text {
        width: 100%;
        padding: 20px 10%;
        box-sizing: border-box;
    }
    #cosa-puoi-fare-bottom #home-download-documenti {
        width: 100%;
        box-sizing: border-box;
    }
    #cosa-puoi-fare-bottom #home-rete-text {
        left: 20px;
    }
    #cosa-puoi-fare-bottom #map-img {

        float: right;
        margin-right: -10%;
    }
    #cosa-puoi-fare-bottom .colonna-1-3 {
        width: 50%;
    }
    #newsletter-dona-ora-int-img {
        display: none;
    }
    #newsletter-dona-ora-int-form,
    #newsletter-dona-ora-int-right {
        width: 50%;
    }
    #contatti-lingua {
        float: left;
        margin-top: 20px;
    }
    #indirizzo-top,
    #indirizzo-bottom {
        font-size: 10px;
    }
    #home-riga-3 #home-download-documenti {
        width: 100%;
        height: 350px;
    }
    .home-download-obj {
        width: 33.3333%;
        padding: 0px 20px 0px 0px;
        box-sizing: border-box;
        height: 150px;
    }
    #home-riga-3 .colonna-1-3 {
        width: 50%;
    }
    #news-single-images {
        width: 100%;
    }
    #news-gal-img-first,
    #news-single-text {
        width: 100%;
    }
    #dona-ora-box img {
        max-width: 90%;
        margin: 0px 5%;
    }
    /*#tab-legenda p {
        padding-top: 10px;
        width: 50%;
    }   */
    #rete-lista p {
        width: calc(50% - 10px);
    }

    .tm-item{
        width: calc(100% / 3);
    }

    #search-form{
        left: 20px;
        top: 45px;
    }

    #search-form input{
        width: 150px;
    }
    .schede-maxxi-correlate-cont .article-hp {
        width: calc((100% - 10px) / 2);
        margin: 0px 10px 10px 0px;
    }
    .schede-maxxi-correlate-cont .article-hp:nth-child(2n) {
        margin: 0px 0px 10px 0px;
    }
    .schede-maxxi-correlate-cont .article-hp:nth-child(3n) {
        margin: 0px 10px 10px 0px;
    }
    #progetti-list-cont .colonna-1-2 {
        width: 100%;
    }
    .progetto-azione-hp {
        height: calc((100vw / 16) * 9);
    }
    #logo-header {
        height: 40px;
        padding: 0px;
        margin: 15px 20px 15px 0px;
    }
    #menu-header a {
        font-size: 9px;
        padding-left: 5px;
    }
    #footer-left {
        width: 100%;
    }
    #footer-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    #news-index-cont .colonna-1-4, #news-list-cont .colonna-1-4 {
        width: calc(50% - (10px / 2));
    }
    .slider-arrow {
        font-size: 40px;
    }
    #slider-arrow-left {
        left: 10px;
    }
    #slider-arrow-right {
        right: 10px;
    }
    #homepage-slider .page {
        padding: 0px 55px;
    }
    #contatt-int-left, #contatti-details, #contatt-int-right,
    #contatti-right {
        width: 100%;
        position: unset;
        background-color: #fff;
    }
    #contatt-int-left {
        margin-top: 20px;
    }
    #contatt-int-right .form-input, #contatt-int-right .form-input-textarea {
        border: 1px solid #A4492F;
        color: #A4492F;
    }
    #contatt-int-right .form-input::placeholder, #contatt-int-right .form-input-textarea::placeholder {
        color: #A4492F;
    }
    #contatt-int-right .white {
        color: #A4492F;
    }
    #contatt-int-right .newsletter-lang-input-contatti {
        background-color: #FFF;
        color: #A4492F;
        border: 1px solid #A4492F;
    }
    #contatt-int-right .newsletter-lang-input-contatti_sel {
        background-color: #A4492F !important;
        color: #FFF !important;
    }
    .report-item {
        width: calc((100% - 20px) / 2);
    }
    .get-involved {
        width: calc((100% - 20px) / 2);
        min-height: 360px;
    }
}
/* Phone */
@media only screen and (min-width:220px) and (max-width:767px) {
    .member-logo, .member-social {
        width: 100%;
        padding:0;
    }
    #home-rete-text-index {
        position: relative;
        left: 0px;
        top: 0;
        width: calc(100% - 20px);
        padding:  10px;
        padding-top: 30px;
    }
    #home-riga-1-int #map-img { width: calc(100% - 20px); padding:  10px; margin-left:0; margin-bottom:90px; }
    .page {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .page-small {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 10px;
        box-sizing: border-box;
     }


    #project-detail .page{
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .burger-menu {
        height: 40px;
        line-height: 40px;
        top: 5px;
        font-size: 20px;
    }
    #first-menu .burger-menu {
        top: -30px;
    }
    #logo-top {
        width: 220px;
        width: 150px;
        margin-top: 50px;
    }
    /*
    header,
    #header-bottom,
    #header-bottom .page {
        height: 126px;
        float: left;
    }
    #header-bottom {
        line-height: 0px;
    }
    */
    #logo-top img {
        width: 100%
    }
    #home-payoff-cont img {
        width: 70%;
    }
    #top-image-small {
        height: calc( (100vw / 16) * 9);
    }
    .colonna-2-3,
    .colonna-1-3,
    .colonna-1-2,
    .colonna-1-4 {
        width: 100%;
    }
    #news-index-cont .colonna-1-4, #news-list-cont .colonna-1-4 {
        width: 100%;
    }
    #map-img {
        margin-left: 40%;
    }
    #dona-ora-proverbio {
        padding: 0px 5px;
        box-sizing: border-box;
        font-size: 11px;
        line-height: 15px;
    }
    .article-hp-text {
        padding: 50px 10px 20px 10px;
    }
    #home-download-documenti,
    #newsletter-box,
    #contatt-int-right {
        padding: 20px;
    }
    /*
    #header-bottom .page,
    #first-menu,
    footer .page {
        box-sizing: border-box;
        padding: 0px 10px;
    }
    */
    #home-download-documenti {
        width: 100%;
    }
    #indirizzo-top,
    #indirizzo-bottom {
        font-size: 10px;
    }
    #contatt-int-left,
    #contatt-int-right {
        width: 100%;
        float: left;
        position: relative;
    }
    #contatti-lingua {
        width: 245px;
        float: left;
        margin: 20px 0px 0px 17px;
    }
    #contatti-right {
        display: none;
    }
    #contatt-int-right {
        min-height: 200px;
    }
    #newsletter-dona-ora .font_30 {
        font-size: 24px;
    }
    .font_40 {
        font-size: 34px;
    }
    #home-riga-1,
    #home-riga-1-int {
        min-height: 390px;
        height: 100%;
    }
    #chi-siamo-image {
        width: 90%;
        padding: 0px 5%;
    }
    #chi-siamo-text {
        width: 100%;
        padding: 20px 5%;
        box-sizing: border-box;
    }
    #chi-siamo-nav {
        height: auto;
    }
    #chi-siamo-nav ul {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #chi-siamo-nav ul li {
        height: auto;
        margin-bottom: 5px;
    }
    #chi-siamo-nav ul li a {
        min-width: unset;
        padding: 0px 10px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    #cosa-puoi-fare-dona-ora-left {
        display: none;
    }
    #cosa-puoi-fare-dona-ora,
    #cosa-puoi-fare-testo {
        width: 100%;
    }
    #cosa-puoi-fare-bottom #home-download-documenti {
        width: 100%;
        box-sizing: border-box;
    }
    #cosa-puoi-fare-bottom #home-rete-text {
        left: 20px;
    }
    #cosa-puoi-fare-dona-ora-int {
        width: 100%;
        left: 0px;
    }
    .documents-risorsa-cont {
        width: 100%;
        padding: 0px 20px 60px 20px;
        height: auto;
    }
    .documents-risorsa-text {
        min-height: 60px;
        line-height: 20px;
        overflow: hidden;
    }
    #newsletter-dona-ora-int-img,
    #news-single-bottom-left,
    #news-single-bottom-right {
        display: none;
    }
    #newsletter-dona-ora {
        height: auto;
    }
    #newsletter-dona-ora-int-right {
        height: 350px;
    }
    .video-risorsa-cont {
        height: auto;
        width: 100%;
    }
    .video-risorsa-rel {
        height: calc( (100vw / 16) * 9);
        width: 100%;
    }
    .video-risorsa-rel video {  /* 16:9 */
        height: calc( (100vw / 16) * 9);
        width: 100%;
    }
    .video-risorsa-rel iframe {
        height: calc( (100vw / 16) * 9);
    }
    .video-risorsa-text, .article-index-text {
        padding: 20px 10px 40px 10px;
    }
    .gallery-risorsa-cont, .gallery-risorsa-cont-home {
        height: auto;
        position: relative;
        width: 100%;
    }
    .gallery-risorsa-image {
        height: calc( (100vw / 16) * 9);
        position: relative;
    }
    .gallery-risorsa-text {
        padding: 50px 10px 30px 10px;
        height: auto;
        box-sizing: border-box;
    }
    .gallery-risorsa-image-home {
    height: calc( (100vw / 16) * 9);
    position: relative;
    }
    .gallery-risorsa-text-home {
        padding: 40px 10px 30px 10px;
        height: auto;
        box-sizing: border-box;
    }
    .gallery-risorsa-btn-cont {
        top: calc( (100vw / 16) * 9 - 30px);
    }
    #news-single-images {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    #news-gal-img-first {
        width: 100%;
        height: calc( (100vw / 16) * 9);
    }
    #news-single-text {
        width: 100%;
        padding: 0px 20px 20px 20px
    }
    #news-single-bottom #dona-ora-bottom {
        background-color: #f7ad51;
        height: 350px;
    }
    #dona-ora-box img {
        max-width: 90%;
        margin: 0px 5%;
    }
    #legenda {
        width:100%;
        float: left;
        position: static;
        right: 0px;
        background-color: white;
        top: 0px;
    }
    #tab-legenda p {
        padding-top: 10px;
        width: 100%;
    }
    #rete-lista p {
        width: calc(100% - 10px);
    }
    /* pagina generica */
    .two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .generic-content-text-left{
        width: 100%;
        margin-right: 0px;
    }
    .generic-content-text-right{
        width: 100%;
        margin-right: 0px;
    }
    .generic-content-img-left{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .generic-content-img-right{
        width: 100%;
        margin-top: 20px;
    }
    .generic-content-img-right img{
        width: 100%;
        height: auto;
    }
    .gp-half-cont{
        display: block;
    }

    #slider-container{
        height: auto;
    }

    #slider-container .item{
        height: auto;
    }

    #nav-slider-hp{
        height: 30px;
    }

    #nav-slider-hp .owl-prev {
        height: 30px;
        width: 30px;
        line-height: 30px;
        right: 60px;
     }

    #nav-slider-hp .owl-next {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .tm-item{
        width: 100%;
    }


    #search-form {
        position: absolute;
        left: calc(50% - 90px);
        padding-top: 5px;
        top: 90px;
    }
    #search-form input {

        height: 25px;
        width: 170px;
    }

    #search-form #submit-search {
        right: 10px;
        line-height: 25px;
    }

    .scheda-maxxi-cont .gp-title {
        font-size: 25px;
        line-height: 25px;
    }
    .scheda-maxxi-img-affiancate-left {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .scheda-maxxi-img-affiancate-right {
        width: 100%;
        float: left;
    }
    .schede-maxxi-correlate-cont .article-hp {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .video-half-width {
        width: 100%;
    }
    #progetti-list-cont .colonna-1-2 {
        width: 100%;
    }
    .progetto-azione-hp {
        height: calc((100vw / 16) * 9);
    }
    #progetti-list-cont .colonna-1-2 {
        width: 100%;
    }
    .progetto-azione-hp {
        height: calc((100vw / 16) * 9);
    }
    #logo-header {
        height: 40px;
        padding: 0px;
        margin: 15px 20px 15px 0px;
    }
    #burger-menu-mob {
        display: inline-block;
        float: right;
        font-size: 20px;
        line-height: 70px;
    }
    #menu-mobile-close {
        display: none;
        position: absolute;
        top: 25px;
        right: 10px;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
        background-color: transparent;
    }
    #logo-menu-mob {
        display: none;
        height: 50px;
        margin-bottom: 40px;
    }
    #logo-menu-mob img {
        height: 100%;
    }
    #menu-header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #A4492F;
        position: fixed;
        top: 0px;
        right: 0px;
        height: 100vh;
        z-index: 100;
        width: 0px;
        opacity: 0;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #menu-header.show {
        width: 100%;
        opacity: 1;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #menu-header.hide {
        width: 0px;
        opacity: 0;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #menu-header .sel {
        color: #F0A651;
    }
    #menu-header a {
        display: none;
        color: #fff;
        padding: 0px;
        font-size: 15px;
        line-height: 50px;
    }
    #menu-header.show a {
        display: inline-block;
    }
    #menu-header.hide a {
        display: none;
    }
    #menu-header.show #menu-mobile-close {
        display: inline-block;
    }
    #menu-header.hide #menu-mobile-close {
        display: none;
    }
    #menu-header.show #logo-menu-mob {
        display: inline-block !important;
    }
    #menu-header.hide #logo-menu-mob {
        display: none !important;
    }
    #social-header-cont {
        display: none;
    }
    #btn-header-top-right-cont {
        width: 100%;
        float: left;
    }
    #footer-left {
        width: 100%;
    }
    #footer-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    #btn-submit-newsletter {
        width: 100%;
        margin-top: 20px;
    }
    .slider-arrow {
        font-size: 25px;
    }
    #slider-arrow-left {
        left: 10px;
    }
    #slider-arrow-right {
        right: 10px;
    }
    #homepage-slider .page {
        padding: 0px 40px;
    }
    #menu-grafico-cont {
        margin: 20px 0px;
    }
    #menu-grafico-cont a {
        width: 67.5px;
    }
    #menu-grafico-cont a img {
        height: 67.5px;
    }
    #menu-grafico-cont a span {
        font-size: 10px;
        line-height: 12px;
    }
    #news-index-cont .colonna-1-4, #news-list-cont .colonna-1-4 {
        width: 100%;
    }
    #download-cont {
        display: block;
    }
    #download-cont .colonna-1-3 {
        margin-bottom: 20px;
    }
    #footer-left .colonna-2-3 {
        width: 100%;
        margin-top: 0px;
    }
    #footer-left .colonna-1-3 {
        width: 100%;
        margin-top: 20px;
    }
    #contatt-int-left, #contatti-details, #contatt-int-right,
    #contatti-right {
        width: 100%;
        position: unset;
        background-color: #fff;
        padding: 0px;
    }
    #contatt-int-right .form-input, #contatt-int-right .form-input-textarea {
        border: 1px solid #A4492F;
        color: #A4492F;
    }
    #contatt-int-right .form-input::placeholder, #contatt-int-right .form-input-textarea::placeholder {
        color: #A4492F;
    }
    #contatt-int-right .white {
        color: #A4492F;
    }
    #contatt-int-right .newsletter-lang-input-contatti {
        background-color: #FFF;
        color: #A4492F;
        border: 1px solid #A4492F;
    }
    #contatt-int-right .newsletter-lang-input-contatti_sel {
        background-color: #A4492F !important;
        color: #FFF !important;
    }
    #contatt-int-right .w_49pe {
        width: 100%;
        float: left;
    }
    #contatt-int-right .w_49pe.right {
        margin-top: 10px;
    }
    #contatt-int-right .w_49pe .text-right {
        text-align: left;
    }
    #contatt-int-left h2 {
        font-size: 130%;
        margin-bottom: 20px;
    }
    .font_30 {
        font-size: 20px;
        line-height: 25px;
    }
    .cta-cont {
        padding: 20px;
        height: calc(100vw - 20px);
    }
    .cta-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .cta-text {
        font-size: 15px;
        line-height: 20px;
    }
    .cta-logo-opzionale img {
        width: 40%;
    }
    #search-open-btn {
        color: #FFFFFF !important;
    }
    .search-box {
        width: 90%;
    }
    .search-box-cont input[type=text] {
        width: 80%;
    }
    .search-box-cont button {
        width: 20%;
    }
    #reports-container {
        gap: 20px;
    }
    .report-item {
        width: 100%;
    }
}
