@font-face {
    font-family: myFont;
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
    font-weight: 100;
}

@font-face {
    font-family: myFont;
    src: url(../font/Montserrat/Montserrat-Medium.ttf);
    font-weight: light;
}

@font-face {
    font-family: myFont;
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
    font-weight: bold;
}

html, body{
    font-family: myFont, 'Arial', sans-serif;
    color: #3C3C3B;
}
.body_app{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 120px;
}
.body_app.body_site {
    margin-top: 196px;
}
a{
    color: inherit;
}
a:hover, a:focus{
    color: inherit;
    text-decoration: none;
}
.logo_header{
    position: relative;
    float: left;
    width: 52px;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 50%;
}
.container_menu{
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.container_menu.menu_fp{
    position: absolute;
    width: 100%;
    max-width: 1200px;
    float: none;
    margin-top: 56px;
    transition: .25s margin-top;
    left: 50%;
    transform: translateX(-50%);
}
.container_menu.menu_fp.menu_open{
    margin-top: 149px;
    transition: .25s margin-top;
    position: fixed;
    z-index: 10;
    background-color: white;
    border-bottom: 1px solid #efefef;
}
.menu_fp_divider {
    width: 100%;
    position: relative;
    border-bottom: 5px solid #aa2026;
    padding-top: 45px;
    z-index: 0;
}
.menu_site {
    float: right;
    margin-top: 16px;
    background: white;
    border-radius: 21px;
    padding: 0;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    transition: .25s ease-in-out all;
}
.menu_site span {
    padding: 4px 8px 4px 13px;
}
.menu_site div {
    margin: 2px;
    background: #aa2026;
    border-radius: 25px;
    padding: 1px 7px;
    color: white;
    font-size: 15px;
}
.menu_site:hover, .menu_site.menu_site_open {
    background: #aa2026;
    border: 1px solid white;
    color: white;
    transition: .25s ease-in-out all;
}
.container_header{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 1%;
}
.pre-header {
    z-index: 101;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    border-bottom: 1px solid white;
    transition: .25s margin-top;
}
.pre-header .pre-right, .pre-header .pre-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.pre-header a{
    padding: 13px 0;
    color: white;
    font-variant: small-caps;
    font-weight: 300;
    font-size: 13px;
}
.pre-header .pre-right a {
    margin-left: 20px;
}

.pre-header a:hover{
    text-decoration: underline;
}

.pre-header .pre-left a{
    transition: .20s ease-in-out all;
}
.pre-header .pre-left a:hover{
    background: white;
    color: #aa2026;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    transition: .20s ease-in-out all;
}
.header.header_fp{
    height: 149px;
    background-color: #aa2026;
    padding-top: 53px;
    border-bottom: 1px solid #cccccc5e;
    transition: .25s height, .25s padding-top, .25s background-color;
}
.link_menu{
    position: relative;
    float: right;
    width: 20%;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
    border-right: 1px solid #EFEFEF;
    transition: 0.3s;
}
.menu_fp .link_menu:first-child {
    border: none;
}

.link_menu:hover{
    background: rgb(239 239 239);
    color: #ab1c1b;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 100;
    padding-top: 20px;
}
.container_logo_text{
    position: relative;
    float: left;
    width: calc(100% - 170px);
    background-color: #AC1919;
    color: white;
    padding: 3px 6px;
    margin-top: 10px;
}
.logo_text{
    position: relative;
    float: left;
    width: 100px;
    margin-top: 8px;
    margin-right: 8px;
}
.info_logo_text{
    position: relative;
    float: right;
    font-size: 9px;
    margin: 10px 0;
    text-transform: uppercase;
}
.logo_full{
    position: relative;
    width: 160px;
    margin-top: 17px;
    margin-right: 8px;
    margin-bottom: 20px;
}
.logo_full_alt{
    display: none;
}
.sezione_pagina {
    position: relative;
    float: left;
    width: 100%;
}
.inner_sezione_pagina {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.intro {
    width: 98%;
    margin: 60px auto 10px auto;
}
.intro div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}
.intro div h1{
    font-size: 45px;
}
.intro div h3{
    font-size: 22px;
    margin-bottom: 0;
}
.intro div h2{
    font-size: 22px;
    margin-top: 10px;
}
.intro div p{
    font-style: italic;
}

.sezione_up{
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
}
.div_2_3{
    position: relative;
    float: left;
    width: 64.6666%;
    margin: 1%;
    height: 96%;
}
.div_1_3{
    position: relative;
    float: left;
    width: 31.3333%;
    margin: 1%;
    height: 96%;
}
.proposta_pastorale{
    position: relative;
    float: left;
    width: 98%;
    height: 96%;
    margin: 1%;
}
.titolo_proposta{
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 25px;
    padding: 20px;
    width: 50%;
}
.container_box{
    position: relative;
    float: left;
    width: 100%;
}
.container-img-home {
    margin-bottom: 80px;
}
.img-home-desk {
    display: block;
}
.img-home-mobile {
    display: none;
}
.titolo_home {
    font-weight: bold;
    margin-bottom: -5px;
    margin-left: 7px;
}
.stitolo_home {
    margin-left: 10px;
}
.box_icona_1_4{
    position: relative;
    float: left;
    width: 23%;
    margin: 1%;
    text-align: center;
    padding: 6%;
    color: white;
}
.box_icona_1_2{
    position: relative;
    float: left;
    width: 48%;
    margin: 1%;
    text-align: center;
    padding: 6%;
    color: white;
}
.box_icona_1_1{
    position: relative;
    float: left;
    width: 98%;
    margin: 1%;
    text-align: center;
    padding: 6%;
    color: white;
}
.icona_box{
    width: 100%;
    position: relative;
    max-width: 90px;
}
.fa-icona {
    font-size: 70px;
    margin-bottom: 10px;;
}
.titolo_box{
    margin-top: 10px;
}
.container_mappa_home{
    position: relative;
    float: left;
    width: 70%;
    height: 70%;
    margin: 15%;
}

.container_box .swiper {
    margin-top: 40px;
}


.container_box .swiper.swiper-fp {
    margin-top: 0px;
    margin-bottom: 40px;
}



dialog {
    position: fixed;
    max-width: 700px;
    border: none;
    padding: 50px 50px;
}

dialog h4{
    font-weight: bold;
}

dialog button {
    border: none;
    padding: 10px 20px;
    margin-top: 10px;

}


.help-modal {
    text-decoration: underline;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #890c12!important;
}
.background_red{
    background-color: #F73131;
}
.background_red:hover{
    background-color: #de2c2c;
}
.background_red_2{
    background-color: #EB0000;
}
.background_red_2:hover{
    background-color: #d20202;
}
.background_red_3{
    background-color: #CE0000;
}
.background_red_3:hover{
    background-color: #b40101;
}
.background_red_4{
    background-color: #890C12;
}
.background_red_4:hover{
    background-color: #77090e;
}
.background_red_5{
    background-color: #fff2f2;
}
.background_red_5:hover{
    background-color: #ffe3e0;
}
.background_red_5.nohover:hover{
    background-color: #fff2f2;
}
.background_red_5.text_5 {
    color: #a64d4d;
}
.background_red_6{
    background-color: #ffe3e0;
}
.background_red_6:hover{
    background-color: #ffd0cb;
}
.background_red_6.nohover:hover{
    background-color: #ffe3e0;
}
.background_red_6.text_6 {
    color: #a74e4e;
}
.background_red_7{
    border: 1px solid #a64d4d73;
    background: #fff9f9d6;
}
.background_red_7.text_7 {
    color: #a64d4d;
}
.background_grey{
    background-color: #EFEFEF;
}
.btn_alt{
    background-color: #f7f7f7;
    color: #424242;
    transition: .3s;
}
.btn_alt:hover, .bottone-generico:hover {
    background-color: #F73131;
    color: white;
}

.bottone-generico {
    background: #EFEFEF;
    padding: 20px 20px;
    transition: .3s;
}

.titolo_home_realta{
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
    font-size: 20px;
}
.bottone_big_home{
    font-weight: bold;
    position: relative;
    float: left;
    width: 48%;
    margin: 1%;
    text-align: center;
    padding: 8.5%;
    font-size: 23px;
    color: white;
}
.bottone_superbig_home{
    font-weight: bold;
    position: relative;
    float: left;
    width: 98%;
    margin: 1%;
    text-align: center;
    padding: 8.5%;
    font-size: 23px;
    color: white;
}
.sezione_footer{
    position: relative;
    float: left;
    width: 48%;
    margin: 1%;
}
.text_info_footer{
    position: relative;
    float: left;
    width: 100%;
    font-size: 15px;

}
.sezione_footer.footer_fp{
    width: 100%;
}
.sezione_footer.footer_fp .text_info_footer{
    width: 33%;
}
.text_info_footer a:hover{
    text-decoration: underline;
}
.footer_partner {
    width: 100%;
    display: inline-block;
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.footer_partner img {
    width: 500px;
}
.container_singolo_progetto {
    border: 1px solid #dedede;
    padding: 20px;
    margin-bottom: 15px;
    transition: .25s;
    height: 100%;
}
.container_singolo_progetto .progetto_titolo {
    font-size: 20px!important;
}
.container_singolo_progetto:hover {
    background: #fbfbfb;
}
.footer_credits {
    font-size: 12px;
}
.sezione_mini_footer{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
.margin_footer{
    margin-top: 100px;
}
.titolo_form_footer{
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
}
.container_form_footer{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.container_social_footer{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.container_social_footer i{
    font-size: 26px;
    margin-right: 8px;
}
.form_1_2{
    position: relative;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.form_1_1{
    position: relative;
    float: left;
    width: 98%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.input_form{
    border-radius: 20px!important;
    padding: 5px 15px!important;
}
.container_privacy_form {
    position: relative;
    float: left;
    margin-top: 9px;
    margin-left: 9px;
    width: 70%;
}
.bottone_invia_form {
    position: relative;
    float: left;
    background-color: #EB0000;
    border-radius: 20px;
    padding: 6px 30px;
    color: white;
    border: none;
}
.container_bottone_centrato {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.text_policy_form{
    position: relative;
    float: left;
    margin-left: 10px;
    width: calc(100% - 40px);
}
.immagine_principale_casa{
    position: relative;
    float: left;
    width: 98%;
    margin: 0 1%;
}
.immagine_principale_pagina{
    position: relative;
    float: left;
    width: 98%;
    margin: 0 1%;
    padding: 8%;
}
.immagine_principale_pagina h1{
    position: relative;
    float: left;
    width: 100%;
    color: white;
    font-weight: bold;
    margin: 0;
}
.immagine_principale_pagina h2{
    position: relative;
    float: left;
    width: 100%;
    color: white;
    font-weight: bold;
    margin: 0;
    font-size: 30px;
}

.container_titolo_pagina {
    display: inline-block;
    margin-top: 20px;
    margin-left: 10px;
}
.container_titolo_pagina h1{
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 0;
}
.container_titolo_pagina h2{
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 0;
    font-size: 30px;
}
.text_pagina{
    position: relative;
    float: left;
    width: 98%;
    margin: 8% 1%;
}

.text_pagina h1 {
    font-size: 28px;
    margin-top: 40px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.text_pagina h2 {
    font-size: 25px;
    margin-top: 40px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.text_pagina h3 {
    font-size: 22px;
    margin-top: 40px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.text_pagina h4 {
    font-size: 20px;
    margin-top: 40px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.pagina_statica a{
    background: #EFEFEF;
    padding: 20px 20px;
    transition: .3s;
}

.pagina_statica a:hover{
    background-color: #F73131;
    color: white;
}

.pagina_statica p:has(a) {
    margin-top: 30px;
    margin-bottom: 30px;
}

.text_pagina_alt{
    position: relative;
    float: left;
    width: 98%;
    margin: 0% 1%;
}
.container_body_text{
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.container_gallery {
    width: 98%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 16px 20px;
    grid-template-areas: ". .";
    justify-items: center;
    margin: auto;
}

.container_gallery img{

    width: 100%;
    height: 600px;
    object-fit: cover;
}
.container_pagina{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 2%;
}
.container_pagina_progetti {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas:
    ". .";
}
.singolo_documento{
    position: relative;
    float: left;
    width: 23%;
    margin: 1%;
    background-color: #EFDCDC;
    padding: 8% 2%;
    text-align: center;
}
.singolo_documento_double{
    position: relative;
    float: left;
    width: 48%;
    margin: 1%;
    background-color: #EFDCDC;
    padding: 6% 4%;
    text-align: center;
    height: 220px;
}
.titolo_documento{
    position: relative;
    float: left;
    width: 100%;
    font-size: 17px;
}
.bottone_scarica{
    position: relative;
    background: #890C12;
    color: white;
    padding: 8px 23px;
    font-size: 14px;
    width: 125px;
    margin: auto;
}
.singolo_evento{
    position: relative;
    float: left;
    width: 98%;
    margin: 1%;
    background-color: #EFEFEF;
    padding: 5%;
}
.immagine_evento{
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 4%;
}
.text_info_evento{
    position: relative;
    float: left;
    width: 32%;
    border-right: 1px solid black;
    padding: 4% 2%;
}
.luogo_evento{
    position: relative;
    float: left;
    width: 32%;
    padding: 4% 2%;
}
.container_bottone_evento{
    position: relative;
    float: left;
    width: calc(32% - 150px);
    padding: 4% 2%;
}
.bottone_altre_info{
    position: relative;
    float: right;
    background-color: #890C12;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
}
.container_icona_immagine_principale{
    position: relative;
    float: left;
    width: 13%;
    margin-right: 5%;
}
.container_icona_immagine_principale i {
    color: white;
}
.containe_text_immagine_principale{
    position: relative;
    float: left;
    width: 82%;
}
.containe_text_immagine_principale_small{
    font-weight: 400!important;
    font-size: 23px!important;
}
.icona_immagine_principale{
    position: relative;
    float: left;
    width: 100%;
}
.background_red_5.text_5.immagine_principale_pagina h2, .background_red_5.text_5.immagine_principale_pagina h1, .background_red_5.text_5 .container_icona_immagine_principale i,
.background_red_7.text_7.immagine_principale_pagina h2, .background_red_7.text_7.immagine_principale_pagina h1, .background_red_7.text_7 .container_icona_immagine_principale i {
    color: #a64d4d;
}
.box_icona_1_3{
    position: relative;
    float: left;
    width: 31.3333%;
    margin: 1%;
    text-align: center;
    padding: 6%;
    color: white;
}
.immagine_news{
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
}
.cont_accrediti {
    padding-top: 50px;
}
.cont_accrediti h3{
    margin-bottom: 0;
}


.cont_accrediti img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.cont_accrediti_footer img {
    width: 90px;
    height: 90px;
    margin-right: 5px;
    margin-top: 10px;
    object-fit: contain;
}

.cont_accrediti img.cont_regio {
    width: 650px;
    height: 100px;
}
.text_info_articolo{
    position: relative;
    float: left;
    width: 29%;
    border-right: 1px solid #e2e2e2;
    padding: 4% 2%;
    margin-left: 21%;
    font-size: 21px;
}
.anteprima_articolo{
    position: relative;
    float: left;
    width: 39%;
    padding: 4% 2%;
}
.container_bottone_news{
    position: relative;
    float: left;
    width: 11%;
    padding: 4% 2%;
}
.singola_news_mini{
    position: relative;
    float: left;
    width: 48%;
    margin: 1%;
    background-color: #EFEFEF;
    padding: 4.5%;
    height: 280px;
}
.singola_news_mini.singola_news_mini_alt,
.singola_news.singola_news_alt{
    background-color: #ffffff;
    border: 1px solid #edebeb;
}
.singola_news_mini_alt2{
    padding: 10px;
    height: 200px;
}
.singola_news_mini_alt2 > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.singola_news_mini_alt2 .titolo_info_evento{
    line-height: 20px;
    margin-bottom: 10px;
}

.singola_news_mini_alt2 .sub_info_evento{
    margin-bottom: 15px;
}
.filter_anni {
    list-style: none;
    display: inline-flex;
    gap: 10px;
    padding-left: 14px;
}
.filter_anni li {
    cursor: pointer;
    /* background: #efdcdd; */
    color: #333;
    padding: 6px 12px;
    border: 1px solid;
    transition: .25s all;
}
.filter_anni li:hover,
.y-active {
    background: #890c13;
    color: white!important;
    border: 1px solid #890c13;;
}
.btn_esplora {
    background:#890c12!important;
    color: white;
}
.btn_esplora .titolo_info_evento {
    font-size: 30px;
    padding-left: 10px;
    margin-bottom: -7px;
}
.btn_esplora .sub_info_evento {
    padding-left: 10px;
}
.btn_esplora a {
    margin-right: 10px;
    margin-top: 6px;
    padding: 6px 20px;
    background: white;
    color: black;
    border-radius: 25px;
    display: inline-block;
    float: right;
    transition: .25s;
}
.btn_esplora a:hover {
    background: #aa2026;
    color: white;
}
.container_contents_home {
    width: 100%;
    display: inline-block;
    margin-bottom: 60px;
}
.sub_info_evento{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 13px;
}
.sub_info_evento p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bottone_leggi_news{
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
    background-color: #890C12;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
}
.container_info_evento_mini{
    position: relative;
    float: right;
    width: 48%;
}
.container_info_evento_mini_alt {
    width: 85%;
    float: left;
}
.immagine_news_mini{
    position: absolute;
    top: 0;
    left: 0;
    width: 41%;
    height: 100%;
}
.titolo_info_evento{
    position: relative;
    float: left;
    width: 100%;
    font-size: 17px;
}
.singola_news{
    position: relative;
    float: left;
    width: 98%;
    margin: 1%;
    background-color: #EFEFEF;
    padding: 3%;
}
.container_mappa{
    position: relative;
    float: left;
    width: 98%;
    margin: 1%;
    height: 500px;
}
.container_singolo_luogo{
    position: relative;
    float: left;
    width: 23%;
    margin: 1%;
    background-color: #EFEFEF;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    transition: 0.3s;
    cursor: pointer;
}
.container_singolo_luogo:hover{
    color: white;
    background-color: #EB0000;
}
.container_singolo_settore{
    position: relative;
    float: left;
    width: 31.3%;
    margin: 1%;
    background-color: #EFEFEF;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    transition: 0.3s;
    cursor: pointer;
    height: 180px;
}
.container_singolo_settore:hover,
.settore_small:hover {
    color: white;
    background-color: #EB0000;
}
.settore_small {
    background-color: #EFEFEF;
    text-align: center;
    padding: 6px 14px;

    transition: .3s;
    margin-top: 20px;
    border-radius: 25px;
    font-size: 12px;
}
.container_singolo_settore i {
    font-size: 40px;
    margin-top: 15px;
}
.container_singolo_settore p {
    text-align: center;
    max-width: 80%;
    margin: auto;
    margin-top: 20px;
}

.eq {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    background: #0066ff;
    border-radius: 20px;
    display: inline-block;
  }


.eq2 {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    background: #ff3c00;
    border-radius: 20px;
    display: inline-block;
  }

blockquote p,
.quote, blockquote {
    font-size: 15px;
}

blockquote {
    padding-left: 2rem;
    margin: 10px 0;
}

#map{
    height: 100%;
}
.firstHeading{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.container_header_articolo{
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
}
.immagine_header_articolo{
    position: relative;
    float: left;
    width: 35%;
    height: 100%;
}
.container_info_header_articolo{
    position: relative;
    float: left;
    width: 65%;
    height: 100%;
    padding: 100px 5%;
}
.container_info_header_articolo h5{
    position: relative;
    float: left;
    width: 100%;
    color: white;
    font-size: 17px;
    margin: 0;
}
.container_info_header_articolo h1{
    position: relative;
    float: left;
    width: 100%;
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}
.container_link_dropdown{
    position: relative;
    float: right;
    width: 20%;
    font-size: 14px;
}
.container_link_dropdown .link_menu{
    width: 100%;
    border-left: 0;
}
.dropdown_menu{
    position: absolute;
    top: 55px;
    left: 20px;
    background-color: white;
    border-top: 2px solid #890C12;
    padding: 13px 70px 15px 20px;
    font-size: 13px;
    width: 210px;
    box-shadow: 0 3px 6px #00000029;
    display: none;
}
.link_mini_menu{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.viewDropdown{
    display: block;
}
.border_bottom_red{
    border-bottom: 4px solid #EB0000;
}
.container_mini_casa{
    position: relative;
    float: left;
    width: 48%;
    margin: 50px 1% 0 1%;
}
.container_mini_casa h1{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
}
.container_mini_casa p{
    font-weight: 500;
}
.bottone_casa{
    position: relative;
    float: right;
    width: 40%;
    margin-left: 10px;
    background-color: #EFEFEF;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    transition: .3s;
}
.bottone_casa:hover{
    background-color: #F73131;
    color: white;
}
.container_bottoni_confratelli{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5%;
}
.bottone_confratelli{
    position: relative;
    float: left;
    width: 48%;
    margin: 1%;
    background: #E5E5E5;
    padding: 12px;
    text-align: center;
    border-radius: 50px;
    transition: 0.3s;
}
.bottone_confratelli:hover{
    background-color: #E84141;
    color: white;
}
.bottone_selezionato_confra{
    background-color: #E84141;
    color: white;
}
.table_confratelli{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
div.dataTables_wrapper div.dataTables_filter label {
     text-align: right;
 }
div.dataTables_wrapper div.dataTables_filter input {
    float: right;
}
label {
    color: #3C3C3B;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #EB0000;
    border-color: #EB0000;
}
.pagination>li>a, .pagination>li>span {
    color: #3C3C3B;
}
.bottone_scarica_mini{
    position: relative;
    width: 90%;
    margin: auto;
    background-color: #890C12;
    text-align: center;
    color: white;
    font-size: 10px;
    padding: 5px;
    box-shadow: 0 3px 6px #00000029;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 0;
}
.table-bordered {
    border: 0;
}
.container_header_proposta{
    position: relative;
    float: left;
    width: 98%;
    margin: 1%;
}
.container_titolo_proposta{
    position: relative;
    float: left;
    width: 50%;
    padding: 8%;
    background-color: #890C12;
    color: white;
}
.immagine_principale_proposta{
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
}
.container_div_proposta{
    position: relative;
    float: left;
    width: 100%;
}
.container_info_proposta{
    position: relative;
    float: left;
    width: 100%;
    padding: 10%;
    z-index: 1;
}
.overlay_info_proposta{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00000061;

}
.div_singola_sezione_proposta{
    position: relative;
    float: left;
    width: 48%;
    margin: 1%;
    text-align: center;
    color: white;
}
.div_singola_sezione_proposta h5{
    font-size: 22px;
    margin: auto;
    font-weight: bold;
}
.div_singola_sezione_proposta p{
    font-size: 17px;
    margin: auto;
    max-width: 70%;
}
.container_button_open {
    display: none;
}
.bottone_orgranigramma{
    position: relative;
    width: 150px;
    margin: auto;
    background-color: #EB0000;
    border-radius: 20px;
    padding: 6px 30px;
    color: white;
    margin-top: 30px;
}
.icon_omelia{
    position: relative;
    float: left;
    width: 23px;
}
.centrato_scarica{
    position: absolute;
    float: left;
    width: 100%;
    text-align: center;
    bottom: 8%;
    left: 0;
}
.dropdown {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.show {
    display: block!important;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    line-height: 22px;
    border: 1px solid #EB0000;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    transition: .3s;
}
.dropdown-content a:hover {
    background-color: #EB0000;
    color: white;
}
.dropdown-content a:last-child {
    border-bottom: 0;
}
.bottone_scarica_pagina{
    position: relative;
    background: #890C12;
    color: white;
    padding: 8px 23px;
    font-size: 14px;
    width: 125px;
    float: left;
    text-align: center;
    margin-bottom: 17px;
    margin-left: 1%;
}
.logo_faq{
    width: 30px;
    margin-right: 12px;
    margin-top: -7px;
}
.logo_covid{
    width: 80px;
    margin-right: 12px;
    margin-top: -7px;
}
.container_logo_contatti{
    position: relative;
    float: right;
    width: 100px;
    background-color: #CE0000;
    border-radius: 50px;
    color: white;
}
.container_logo_contatti.container_fp{
    margin-top: 13px;
    background-color: #CE0000;
}
.circle_logo_contatti{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    background-color: #890C12;
    border-radius: 50px;
    text-align: center;
    padding: 2px 1px 0 0;
}
.logo_contatti{
    width: 12px;
}
.container_logo_contatti span{
    position: relative;
    float: left;
    font-size: 11px;
    margin: 7px 4px 0 3px;
}
.singolo_contatto{
     position: relative;
     float: left;
     width: 98%;
     margin: 1%;
     background-color: #FFFFFF;
     border: 1px solid #edebeb;
     height: 250px;
     max-height: 250px;
 }
.container_fp .circle_logo_contatti {
    background-color: white;
}
.container_fp .circle_logo_contatti img{
    filter: invert(1);
}
.immagine_contatto{
    position: absolute;
    width: 25%;
    height: 100%;
}
.text_info_contatto{
    line-height: 29px;
    position: relative;
    float: left;
    width: 20%;
    margin: 40px 2% 0 5%;
    height: calc(100% - 80px);
    font-weight: bold;
    padding-right: 2%;
    font-size: 21px;

}
.descrizione_contatto{
    position: relative;
    float: left;
    width: 39%;
    margin: 40px 2% 0 10%;
    height: calc(100% - 80px);
    padding-right: 2%;
}
.container_bottoni_contatto{
    position: relative;
    float: left;
    width: 18%;
    margin: 45px 0;
}
.bottone_singolo_contatto{
    position: relative;
    float: left;
    width: 85%;
    margin-bottom: 10px;
    background-color: #890C12;
    color: white;
    text-align: center;
    padding: 10px 0;
}
#link_menu_contatti{
    display: none;
}

.no-mobile {
    display: block;
}

.no-desktop {
    display: none;
}

.menu_divider {
    float: left;
    width: 90%;
    border-width: 2px;
    margin-left: 20px;
}

dialog {
    background: #991d22;
    color: white;
    width: 90%;
}

dialog .modal-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

dialog h3 {
    margin-bottom: 2px;
}

dialog p {
    margin-bottom: 30px;
}

dialog .modal-col a {
    padding: 10px 20px;
    border: 1px solid white;
}

dialog .modal-col a:hover {
    background: white;
    color: #991d22;
    transition: .25s all;

}

.site-switcher {
    border: none;
    padding: 4px 7px;
    border-radius: 6px;
    line-height: 1;
    font-size: 13px;
}

.site-switcher:hover {
    background: #991d22;
    color: white;
    transition: .25s all;
}

.site-switcher i {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}

@media (max-width: 768px) {
    .container_button_open {
        display: block;
        position: relative;
        float: right;
        width: auto;
        max-width: 10%;
        margin: 18px 0;
        cursor: pointer;
        z-index: 2;
    }
    .bar1, .bar2 {
        width: 30px;
        height: 2px;
        background-color: #333;
        margin: 8px 0;
        transition: 0.4s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-30deg) translate(-5px, 3px);
        transform: rotate(-30deg) translate(-5px, 3px);
        background-color: white;
    }
    .change .bar2 {
        -webkit-transform: rotate(30deg) translate(-5px, -3px);
        transform: rotate(30deg) translate(-5px, -3px);
        background-color: white;
    }
    .container_menu{
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: -500px;
        overflow: hidden;
        transition: 0.5s;
        padding: 0;
        display: block;
        background-color: #890C12;
        color: white;
        margin: 0;
        padding-top: 60px;
    }
    .container_menu.change {
        right: 0;
        width: 100%;
        box-shadow: -2px 5px 11px 1px #9292926e;

    }
    .container_logo_text {
        width: calc(100% - 208px);
    }
    .link_menu {
        float: left;
        width: 100%;
        margin-left: 0;
        font-size: 19px;
        border-left: 0;
    }
    .sezione_up {
        height: 250px;
    }
    .titolo_proposta {
        font-size: 18px;
    }
    .titolo_home_realta {
        font-size: 17px;
    }
    .icona_box {
        max-width: 55px;
    }
    .bottone_big_home {
        font-size: 18px;
    }
    .bottone_superbig_home {
        font-size: 18px;
    }
    .body_app {
        padding: 0 4%;
        margin-top: 70px;
    }
    .margin_footer {
        margin: 0;
        padding: 4%;
    }
    .box_icona_1_4 {
        padding: 4% 6%;
    }
    .immagine_principale_pagina h1 {
        font-size: 27px;
    }
    .immagine_principale_pagina h2 {
        font-size: 19px;
    }
    .dropdown_menu {
        left: 0;
        right: auto;
        padding: 20px;
        text-align: left;
        color: #890C12;
        width: 100%;
    }
    .immagine_evento {
        width: 100px;
        height: 100px;
        margin-right: 2%;
    }
    .text_info_evento {
        font-size: 12px;
    }
    .singolo_evento {
        padding: 3%;
    }
    .container_bottone_evento {
        width: calc(34% - 100px);
        padding: 4% 0;
    }
    .bottone_altre_info {
        font-size: 10px;
    }
    .luogo_evento {
        font-size: 12px;
    }
    .text_info_articolo {
        font-size: 15px;
        padding: 2%;
    }
    .anteprima_articolo {
        font-size: 12px;
        padding: 2%;
    }
    .container_bottone_news {
        padding: 3% 0;
    }
    .singola_news_mini {
        padding: 0;
        height: auto;
    }
    .intro img {
        display: none;
    }
    .intro div {
        margin-left: initial;
    }
    .fa-icona {
        font-size: 40px;
    }
    .titolo_info_evento {
        font-size: 14px;
        margin-bottom: 0;
    }
    .titolo_home {
        font-size: 23px;
        margin-bottom: 0;
        margin-left: 4px;

    }
    .stitolo_home {
        font-size: 13px;
        margin-left: 5px;
        max-width: 70%;
        line-height: 17px;
    }
    .titolo_info_evento b {
        font-size: 20px;
    }
    .immagine_news_mini {
        position: relative;
        float: left;
        width: 100%;
        height: 100px;
    }
    .container_info_evento_mini {
        position: relative;
        float: left;
        width: 100%;
        padding: 5%;
    }
    .container_titolo_proposta h1{
        font-size: 28px;
    }
    .div_singola_sezione_proposta h5 {
        font-size: 19px;
    }
    .div_singola_sezione_proposta p {
        font-size: 13px;
    }
    .container_header_articolo{
        height: 225px;
    }
    .container_info_header_articolo {
        padding: 77px 5%;
    }
    .singolo_documento{
        width: 31.333%;
        padding: 12% 2%;
    }
    .icon_omelia {
        width: 18px;
    }
    .container_link_dropdown{
        width: 100%;
    }
    .bottone_leggi_news {
        font-size: 10px;
        position: relative;
    }
    #link_menu_cosa_facciamo {
        margin-top: 40px;
    }
    #link_menu_cosa_facciamo,
    #link_menu_dove_siamo,
    #link_menu_chi_siamo{
        font-weight: 500;
    }
    #sez_newsletter {
        display: none;
    }
    .link_menu:hover{
        color: white;
        background: none;
    }
    .singolo_contatto {
        height: 180px;
    }
    .text_info_contatto {
        font-size: 13px;
    }
    .descrizione_contatto {
        font-size: 13px;
    }
    .container_bottoni_contatto {
        margin: 40px 0;
    }
    .container_logo_contatti{
        display: none;
    }
    #link_menu_contatti{
        display: block;
    }
}

@media (max-width: 480px) {
    .container_header {
        padding: 0 4%;
    }
    .logo_header {
        width: 38px;
        margin-right: 5px;
        margin-top: 8px;
    }
    .container_logo_text {
        width: calc(100% - 160px);
    }
    .logo_text {
        width: 68px;
        margin-top: 12px;
    }
    .info_logo_text {
        font-size: 6px;
        float: left;
        margin: 9px 0px;
    }
    .container_button_open {
        margin: 14px 0;
    }
    .div_2_3 {
        width: 98%;
    }
    .div_1_3 {
        width: 98%;
    }
    .sezione_up {
        height: auto;
    }
    .proposta_pastorale {
        height: 200px;
    }
    .container_mappa_home {
        width: 60%;
        margin: 20%;
        height: 200px;
    }
    .container_titolo_pagina h2 {
        font-size: 20px;
    }
    .container_titolo_pagina {
        margin-left: 3px;
    }
    .text_pagina_alt {
        margin-left: 3px;
    }
    .container-img-home {
        margin-bottom: 30px;
    }
    .box_icona_1_4 {
        width: 48%;
        padding: 8% 6%;
        height: 160px;
    }
    .bottone_big_home {
        width: 98%;
        padding: 13%;
    }
    .bottone_superbig_home {
        width: 98%;
        padding: 13%;
    }
    .sezione_footer {
        width: 98%;
    }

    .sezione_footer.footer_fp{
        display: flex;
        flex-direction: column;
    }
    .sezione_footer.footer_fp .text_info_footer{
        width: 90%;
    }
    .container_social_footer i {
        font-size: 20px;
    }

    .site-switcher i {
        font-size: 16px;
    }

    .text_info_footer {
        font-size: 12px;
    }
    .sezione_mini_footer {
        font-size: 11px;
        margin-bottom: 40px;
    }
    .titolo_form_footer {
        font-size: 13px;
        margin-top: 20px;
    }
    .container_privacy_form {
        width: 90%;
        font-size: 10px;
    }
    .form_1_2 {
        width: 98%;
    }
    .immagine_principale_pagina h1 {
        font-size: 23px;
    }
    .immagine_principale_pagina h2 {
        font-size: 15px;
    }
    .text_pagina {
        font-size: 14px;
    }
    .text_pagina h2 {

    }
    .immagine_header_articolo {
        width: 100%;
        height: 160px;
    }
    .container_info_header_articolo {
        width: 100%;
    }
    .immagine_principale_pagina {
        padding: 15% 8%;
    }
    .singolo_documento {
        width: 48%;
        padding: 15% 2%;
        min-height: 150px;
    }
    .container_singolo_luogo {
        width: 98%;
        margin: 2% 1%;
    }
    .container_mini_casa h1 {
        font-size: 27px;
    }
    .container_mini_casa {
        width: 98%;
        margin: 7% 1% 0%;
    }
    .img-home-desk {
        display: none;
    }
    .img-home-mobile {
        display: block;
    }
    .border_bottom_red {
        padding: 20% 8%;
        margin-bottom: 30px;
    }
    .bottone_casa {
        float: left;
        margin-left: auto;
        margin-right: 4%;
        font-size: 12px;
    }
    .text_info_evento {
        width: calc(100% - 110px);
        border-right: 0;
        border-bottom: 1px solid black;
        padding: 2%;
    }
    .luogo_evento {
        width: calc(100% - 110px);
        padding: 2%;
    }
    .container_bottone_evento {
        width: 100%;
        padding: 0;
    }
    .box_icona_1_3 {
        width: 98%;
        padding: 10%;
    }
    .dataTables-lista-pagine-esperienze{
        font-size: 12px;
    }
    .immagine_news {
        position: relative;
        float: left;
        width: 100%;
        height: 200px;
    }
    .singola_news {
        padding: 0;
    }
    .text_info_articolo{
        padding: 4%;
        width: 100%;
        border-right: 0;
        font-size: 12px;
        margin-left: 0;
    }
    .anteprima_articolo {
        font-size: 11px;
        padding: 4%;
        width: 100%;
    }
    .container_bottone_news {
        padding: 0;
        width: 100%;
        margin-top: 15px;
    }
    .anteprima_articolo p{
        margin-bottom: 0;
    }
    .titolo_info_evento {
        font-size: 10px;
    }
    .sub_info_evento {
        font-size: 12px;
    }
    .container_titolo_proposta h1 {
        font-size: 17px;
    }
    .div_singola_sezione_proposta {
        width: 98%;
    }
    .div_singola_sezione_proposta p {
        font-size: 11px;
    }
    .container_header_articolo {
        height: initial;
    }
    .container_info_header_articolo {
        padding: 38px 0px 18px 5%;
    }
    .container_info_header_articolo h5 {
        font-size: 11px;
    }
    .container_info_header_articolo h1 {
        font-size: 20px;
    }
    .footer_partner img {
        width: 90%;
    }
    .bottone_scarica{
        padding: 5px 11px;
        font-size: 9px;
        width: 100px;
    }
    .singola_news_mini {
        width: 98%;
    }
    .immagine_news_mini {
        height: 165px;
    }
    .body_app {
        /*margin-top: 55px;*/
        margin-top: 100px;
    }
    .body_app.body_site {
        margin-top: 126px;
    }
    .container_icona_immagine_principale {
        width: 20%;
    }
    .containe_text_immagine_principale {
        width: 90%;
    }
    .container_icona_immagine_principale .fa-icona{
        font-size: 70px;
    }

    .titolo_alt_mobile .containe_text_immagine_principale h1 {
        font-size: 45px;
    }

    .titolo_alt_mobile .containe_text_immagine_principale h2 {
        font-size: 16px;
    }
    .container_form_footer {
        margin-top: 0;
    }

    .logo_faq{
        margin-top: -4px;
    }
    .logo_covid{
        margin-top: -4px;
    }
    .immagine_contatto {
        display: none;
    }
    .singolo_contatto {
        height: 100%;
        padding: 8%;
        max-height: none;
    }
    .text_info_contatto {
        font-size: 13px;
        width: 100%;
        margin: 0;
        border-right: 0;
        border-bottom: 1px solid #9E9E9E;
        padding-bottom: 4%;
    }
    .descrizione_contatto {
        font-size: 13px;
        width: 100%;
        border-right: 0;
        margin: auto;
        padding-top: 4%;
        margin-bottom: 20px;
    }
    .container_bottoni_contatto {
        margin: 0;
        padding-top: 4%;
        width: 100%;
    }
    .bottone_singolo_contatto{
        width: 40%;
        margin: 0;
        margin-right: 2%;
        font-size: 12px;
    }
    .header.header_fp {
        padding-top: 69px;
        height: 165px;
    }


    .container_menu.menu_fp.menu_open {
        margin-top: 163px;
        transition: .5s margin-top;
        background-color: #890C12;
    }
    .container_menu.menu_fp {
        transition: .6s margin-top;
        margin-top: -800px;
    }

    .container_singolo_settore {
        width: 48%;
        padding: 34px 0 20px;
        height: 185px;
        line-height: 15px;
    }

    .link_menu {
        border: none;
        width: 100%;
        font-size: 28px;
        text-align: left;
        padding: 4px 10px 0 20px;
        font-weight: 600;
    }

    .menu_fp .link_menu:first-child {
        margin-top: 20px;
    }

    .no-mobile {
        display: none!important;
    }

    .no-desktop {
        display: block;
    }

    .pre-header .pre-left {
        margin-left: 20px;
    }

    .link_menu.link_menu_alt {
        font-variant: all-small-caps;
        font-weight: 300;
        padding: 0px 0px 0 20px;
        font-size: 22px;
    }
}