.text-white.mb-n1 {
    display: none;
}

.spazio{
    margin-top:40px;
    margin-left:30px; 
    margin-right:30px;
    margin-bottom:40px; 
}
/* .img{
    height:100%;
    width:100%;
    object-fit: cover;
} */

.div{
    background-color:white;
    
}
.div2{
    color:white;
    background-color:rgb(155, 189, 252);
}
.div3{
    background-color: #003566;
    color: white !important;
}
.div3 h2{
    color: white !important;
}
.div3 strong{
    color: white !important;
}


/* /////////////////////////////////////// */

/* ROBE TOLTE DALL'ALTRO FILE */

/*


@media only screen and (min-width:768px){section.section{padding:90px 0}}@media only screen and (min-width:992px){section.section{padding:120px 0}}@media only screen and (min-width:1200px){section.section{padding:140px 0}}


*/

/* /////////////////////////////////////// */

/* BOOTSTRAP 4 */


.disabled{
    pointer-events: none !important;
}

@media(max-width:578px)
{
    footer.footer{
        text-align: center;
    }

    ul.footer-socials{
        justify-content: center;
    }
}

@media(max-width:996px)
{
    .mb--5{
        margin-bottom: 3rem;
    }
}

@media(max-width:400px)
{
    p.footer-copyright{
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media(max-width:768px)
{
    .parallax {
        min-height: 200px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .parallaxcolor{
        background-color: rgba(0, 0, 0, 0.5);
        padding-right: auto;
        padding-left: auto;
        position: relative;
        left: 0;
        right: 0;
        z-index: -4;
    }
}

.img--bg1{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-position:top center;
    object-position:top center;
    z-index:-1
}

.w-150 img.img--layout{
    width: 150%;
}

.w-125 img.img--layout{
    width: 125%;
}

/* immagine davanti */
.mt-i5 img.img--bg1{
    margin-top: 3rem !important;
}

@media(max-width:768px)
{
    .mt-i5 img.img--bg1{
        margin-top: 0 !important;
    }

    div.mt-i5 .img-box .img-box__img{
        margin-bottom: 0;
    }
}

/* immagine dietro */
.pb-b5 img.img--layout{
    padding-bottom: 3rem !important ;
}

.pt-b5 img.img--layout{
    padding-top: 3rem !important;
}

/* .object-fit-contain{
    object-fit: contain;
} */

.object-fit-contain .img--bg1{
    object-fit: contain;
}

/* .object-fit-cover{
    object-fit: cover;
} */

.object-fit-cover .img--bg1{
    object-fit: cover;
}

@media(max-width:768px)
{
    /* .img--bg{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        -o-object-fit:cover;
        object-fit:cover;
        -o-object-position:top center;
        object-position:top center;
        font-family:"object-fit: cover; object-position: top center";
        z-index:-1
    } */
}

.img--bg2{
    width: 100%;
}

.blog .img-background1{
    height: 70%;
    width: 70%;
}

.img-back img{
    position: absolute;
    left: 102%;
    z-index: -1;
    bottom: 108%;
    width: 93%;
}

.img-storia1 img{
    width: 50% !important;
    margin-top: 12% !important;
}

.img-storia2 img{
    width: 58% !important;
    margin-top: 18% !important;
}

.breadcrumb-box a:hover{
    text-decoration: underline !important;
}

.breadcrumb-box a{
    text-decoration: none;
    font-size: 50px;
}

.no-underline a{
    text-decoration: none;
}

.no-underline a:hover{
    text-decoration: underline !important;
}

.no-underline1 a{
    text-decoration: none;
}

.no-underline1 a:hover{
    text-decoration: none;
}

@media(max-width:600px)
{
    .accordion-date{
        font-size: 15px;
        padding: 0 15px;
        margin-bottom: 0;
        margin-left: 10px;
        width: calc(70% - 60px);
    }
}


.grid-ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

ul.grid-ul li {
    flex: 1 1 calc(25% - 10px);
    box-sizing: border-box; 
    padding: 5px;
    margin: 5px;
}

@media(max-width:500px)
{
    .wr-100{
        width: 100% !important;
    }
}

.z-index-0{
    z-index: 0 !important;
}

.z-index-1{
    z-index: 1 !important;
}

.horizontal-tabs__item ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

.horizontal-tabs__item li{
    flex: 1 1 calc(25% - 10px);
    box-sizing: border-box; 
    padding: 5px;
    margin: 5px;
}

.horizontal-tabs__item img{
    float: left;
    margin-right: 2%;
    margin-bottom: 0%;
}

.footer-img{
    width: 70px !important;
    margin-right: 15px;
}

.w-100 img {
    width: 100% !important;
}

ul.footer-menu li.footer-menu__item{
    width: 100%;
    list-style: none;
}

.mh-25{
    max-height: 27.4%  !important;
}

.footer-bottom{
    background-color: #1f1f1f !important;
    background-color: rgba(0, 0, 0, 0.32) !important;
    padding-bottom: 0%;
    margin-top: 50px;
}

form.FormBuilder label{
    display: none;
}

form.FormBuilder input, form.FormBuilder textarea {
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #e8e6e5;
    padding: 0 30px;
    background: #e8e6e5;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
    margin-bottom: 20px;
}

form.FormBuilder textarea{
    height: 190px;
    padding: 12px 30px;
    border-radius: 25px;
}

form.FormBuilder input:focus,form.FormBuilder textarea:focus {
    background: #fff;
}

form.FormBuilder button{
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 40px;
    border-radius: 50px;
    letter-spacing: 0.05em;
    text-decoration: none;
    min-width: 160px;
    background: #fff;
    border: 2px solid #efc940;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 20px;
}

form.FormBuilder button:hover {
    color: #333;
    background-color: #efc940;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}   

@media (min-width: 991px) {
    .page-with-sidebar {
        padding-right: 30px !important;
    }
}

.page-item,.page-button {
    margin: 0 4px;
    border: 2px solid #c3c3c3;
    border-radius: 50px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
    .page-item,.page-button {
        height: 50px;
        min-width: 50px;
    }
}

.page-item:nth-of-type(4),
.page-item:nth-of-type(5),
.page-item:nth-of-type(6) {
    display: none;
}
@media only screen and (min-width: 768px) {
    .page-item:nth-of-type(4),
    .page-item:nth-of-type(5),
    .page-item:nth-of-type(6) {
        display: initial;
    }
}
.page-item.active, .page-button:hover,
.page-item:hover {
    background: #efc940;
    border: 2px solid #efc940;
}
.page-item.active {
    pointer-events: none;
}
.page-dot {
    height: auto;
    min-width: auto;
    border: none;
    pointer-events: none;
    padding-bottom: 5px;
    margin: 0 11px;
}
@media only screen and (min-width: 768px) {
    .page-button .btn_next,
    .page-button .btn_prev  {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 768px) {
    .page-button .btn_prev i {
        margin-right: 10px;
    }
    .page-button .btn_next i {
        margin-left: 10px;
    }
}
.page-item i, .page-button i,
.page-item span, .page-button span {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .page-item i, .page-button i,
    .page-item span, .page-button span {
        line-height: 46px;
    }
}
.page-button .btn_next span,
.page-button .btn_prev span {
    display: none;
}
@media only screen and (min-width: 768px) {
    .page-button .btn_next span,
    .page-button .btn_prev span {
        display: initial;
    }
}

.imgnews{
    height: 245px;
    object-fit: cover;
    display: block;
    width: 100%;
}

.imgnews1{
    display: block;
    width: 100%;
}

.imgslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
    -o-object-position: top center;
    object-position: top center;
    /* font-family: "object-fit: cover; object-position: top center"; */
    z-index: 0;
}

@media(max-width:1200px)
{
    .main-menu__item .main-menu__link {
        font-size: 13px !important;
    }
}
@media(max-width:1100px)
{
    .main-menu__item .main-menu__link {
        font-size: 12px !important;
    }
}


/* MAGARI SISTEMARE */
@media(max-width:991.5px){
    .my--3{
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .mt--5{
        margin-top: 3rem !important;
        padding-top: .5rem !important;
    }
}

span.nospan::after{
    content: none !important;
}

@media(min-width:992px)
{
    .padding-logo{
        padding-left: 5% !important;
    }
}

@media(max-width:1200px)
{
    div.promo-slider__item img.img--bg{
        object-position: 65%;
    }
}

@media(max-width:520px)
{
    div.promo-slider__item img.img--bg{
        object-position: 68%;
    }
}

@media(max-width:390px)
{
    div.promo-slider__item img.img--bg{
        object-position: 64%;
    }
}

.img-position .img--bg{
    object-position: 75%;
}

@media(max-width:767.5px)
{
    .order-last{
        order: 0 !important;
    }

    .causes-item--primary .causes-item__body{
        padding: 15px 15px 25px 15px !important;
    }

    /* div.projects-masonry__img img.img--bg{
        object-fit: contain !important;
    } */
}

@media(max-width:1200px)
{
    .col-height{
        height: 570px;
    }

    .col-height1{
        height: 595px;
    }
}

@media(min-width:768px) and (max-width:991.5px)
{
    .col-height{
        height: 507px;
    }

    .col-height1{
        height: 530px;
    }

    .col-height img.img--bg{
        margin-top: 26px !important;
    }

    .col-height1 img.img--bg{
        margin-top: 25px !important;
    }
}

@media(max-width:767px)
{
    .col-height{
        height: auto;
    }

    .col-height1{
        height: auto;
    }
}

.projects-masonry__img.object-fit-contain img.img--bg{
    object-fit: contain !important;
}

.events__bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    height: 25%;
}

.text-section__bg {
    position: absolute;
    bottom: 0 ;
    right: 0;
    pointer-events: none;
    height: 25%;
}

div.causes-item__top.text-break p{
    word-wrap: break-word !important;
}

div.text-break p{
    word-wrap: break-word !important;
}

div.text-box-overflow div.overflow-auto{
    max-height:500px;
    padding-right:25px
}

.banner{
    height: 10%;
    width: 100%;
    border-radius: 15px;
}

@media(max-width:992px)
{
    div.banner h5.my-auto{
        margin-top: 8% !important;
        margin-bottom: 8% !important;
    }
}

.imgbanner{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-opacity{
    opacity: 120% !important;
}

.no-border{
    border: 0px solid black !important;
}

.text-black{
    color: black;
}

.footer-margin{
    margin-bottom: 20px;
}

@media(max-width:768px)
{
    .horizontal-tabs-color a.r-tabs-anchor{
        background-color: #dadada !important;
        color: #383838 !important;
    }
}

@media(max-width:576px)
{
    .place-center{
        place-content: center;
    }
}

div.blog-item.blog-item--style-1 span.badge{
    position: relative !important;
    bottom: 13px !important;
    padding: 10px 13px !important;
}

li.category-active{
    border-bottom: 2px solid black;
}

li.category-active a:after {
    content: 'x';
    position: absolute;
    right: 58px;
}

a.tags__item.tag-active{
    color: white !important;
    background-color: #292943 !important;
}





.search-widget .search-wrap, div.search-box {
    position: relative;
}

.search-widget .search-wrap [type=search], div.search-box [type=search] {
    border: 1px solid #ddd;
    color: #444444;
    padding: 12px 17px;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

#search1 {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 10px);
}

.form-control, div.search-box input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-widget .search-wrap button, div.search-box button {
    background: transparent;
    border: medium none;
    color: #454545;
    padding: 11px 15px 10px;
    position: absolute;
    display: block;
    right: 0px;
    top: 0;
    z-index: 0;
    font-size: 17px;
    border-radius: 0 5px 5px;
}

#button-search{
    right: 15px !important;
}



button.main-button {
    background: transparent;
    border: medium none;
    color: #454545;
    /* padding: 11px 15px 10px; */
    position: absolute;
    display: block;
    right: 0px;
    top: 25px;
    z-index: 10;
    font-size: 17px;
    border-radius: 0 5px 5px;
}

@media(max-width:1300px)
{
    li.button-space{
        margin-left: -20px;
    }
}

@media(max-width:1030px)
{
    .main-menu__item:not(:last-of-type) {
        margin-right: 25px !important;
    }
}

form div.form-group{
    margin-bottom: 0 !important;
}

div.modal.fade.search-modal.show.in{
    background-color: rgba(0, 0, 0, 0.5);
}

button.button-close{
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: white;
    padding: 10px;
    border-radius: 100%;
    color: black;
    width: 50px;
    height: 50px;
    border: 0px;
    font-size: 30px;
    line-height: 1px;
    background-color: #ffffffcf;
}


li.search-button{
    display: none;
}

@media(max-width:991.5px)
{
    li.search-button{
        position: fixed;
        right: 20px;
        top: 20px;
        display: block;
    }
}


@media(max-width:576px)
{
    li.search-button{
        position: fixed;
        right: 70px;
        top: 20px;
        display: block;
    }
}

.search-link{
    padding: 15px 20px;
    background-color: #003566;
    color: white;
    border-radius: 20px;
    font-size: 16px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

.ml-30{
    margin-left: 30px;
}

.pt-10{
    padding-top: 10px;
}

.search-link:hover{
    background-color: #024e95;
    color: white;
    text-decoration: none !important;
}

.text-align-last-center{
    text-align-last: center;
}

.overflow-donation{
    overflow: hidden;
    height: 215px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

@media(max-width:992px)
{
    .overflow-donation{
        height: 218px;
    }
}

@media(max-width:768px)
{
    .overflow-donation{
        height: 215px;
    }
}

.no-float img{
    float: none !important;
}

@media(max-width:768px)
{
    div.no-margin-bottom div.img-box{
        margin-bottom: -50%;
    }
    
    div.no-margin-bottom1 div.img-box{
        margin-bottom: -60%;
    }
}

@media(max-width:1200px) and (min-width:768px)
{
    .margin-right-5 .img-box{
        margin-right: 5%;
    }
}

@media(min-width:768px)
{
    .mt-i45 img.img--bg1{
        margin-top: 4.5rem !important;
    }
}

@media(min-width:768px)
{
    .mt-i85 img.img--bg1{
        margin-top: 8.5rem !important;
    }

    .mt-i85 img.img--layout{
        padding-top: 2rem;
        padding-bottom: 0 !important;
    }
}

.col-home-position img{
    position: relative;
}

@media(max-width:1350px) and (min-width:1200px)
{
    .col-home-position img{
        left: -20%;
    }
}

@media(max-width:1200px) and (min-width:992px)
{
    .col-home-position img{
        left: -30%;
    }
}

.spazio .button{
    border: 1px solid white;
    color: white !important;
}

.spazio .button:hover{
    border: 1px solid #003566;
    color: black !important;
}

.alert:not(:last-of-type) {
    margin-bottom: -15px !important;
}

.alert.alert-error{
    color: #c91e1e;
    padding: 15px !important;
}

.input-error.error{
    display: none;
}

#wrap_Inputfield_privacy_policy label{
    display: block !important;
}

form.FormBuilder input[type="checkbox"]{    
    height: auto;
    width: auto;
}

.download{
    background-color: #f9f7f6;
    flex-wrap: wrap;
    color: #1f1f1f;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transition-duration: 0.3s;
}

a.download .name {
    flex: 0 0 70%;
}

a.download .icon {
    flex: 0 0 auto;
}