:root {
    --color-primary: #FB6E58;
    --color-text: #3E3C3C;
    --color-title-search: #4977B8;
    --color-title-black: #000000;
    --color-title-white: #FFF;
}

/* Imposta 1rem = 10px */
html {
    font-size: 62.5%;
}

body {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    color: var(--color-text);
    font-size: 1.6rem;
    background-color: #E6E6E6;
    overflow-x: hidden;
    margin: 0 !important;
}

h1,
h2,
h3 {
    font-family: 'Mulish';
    font-style: normal;
}

.repertorio_top_header{min-height: 50px;display: flex;align-items: center;background-color: #4D4A4A !important;}
.repertorio_top_header span{color: var(--color-title-white);font-family: "Open Sans";font-size: 1.3rem;font-style: normal;font-weight: 600;line-height: 24px;}
.repertorio_header .navbar{flex-direction: column;}
.repertorio_header_title{display: flex;align-items: center;justify-content: center;text-align: center;margin: 20px 0;}
.repertorio_header_title a{color: var(--color-text);font-size: 1.8rem;font-style: normal;font-weight: 700;line-height: 34px;text-decoration: none;max-width: 70%;}
#repertorio_menu .nav-link {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Mulish';
    color:var(--color-title-black);
}

.repertorio_section {
    position: relative;
    overflow: hidden;
}

.repertorio_section img {height: 100%;object-fit: cover;min-height: 350px;}

.repertorio_overlay {background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%); padding: 3rem 0;}
.repertorio_overlay_info{display: flex;align-items: center;justify-content: space-between;flex-direction: column;}
.repertorio_overlay h2 {
    color: var(--color-title-white);
    font-family: 'Mulish';
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.repertorio_overlay p {
    color: var(--color-title-white);
    font-family: 'Mulish';
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    flex: 0 0 75%;
}
.repertorio_overlay .repertorio_btn{
    display: inline-flex;
    padding: 10px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
}
.repertorio_overlay .repertorio_btn.blue{
    border-radius: 100px;
    background: rgba(73, 119, 184, 0.87);
    color: var(--color-title-white);
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
}
.repertorio_footer{background-color: var(--color-text);}
.repertorio_footer_row{padding: 31px 0 8px 0;}
.repertorio_footer img{max-width: 78px;}
.repertorio_footer_title a{display: flex;max-width: 65%;font-family: "Mulish";font-size: 2.4rem; font-style: normal;font-weight: 700;line-height: 34px;text-decoration: none;}
.repertorio_footer p{color: var(--color-title-white);font-family: "Mulish";font-size: 2rem;font-style: normal;font-weight: 700;line-height: 34px;margin-bottom: 0;}

.repertorio_footer_row_2{background-color: #DCDCDC;min-height: 40px;}
.gap-lg-7 {
    gap: 5rem;
}
.repertorio_footer_row_2 .scroll-to-top{margin-top: -30px;}
.repertorio_footer_link{color:var(--color-text);text-decoration: none;font-family: "Open Sans";font-size: 1.6rem;font-style: normal;font-weight: 600;line-height: 24px;}

.repertorio_post{margin:7rem 0;}
.repertorio_post_title_generic{color: #4977B8;
    font-family: "Mulish";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 4rem;
}
.repertorio_single_post{border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 2px 45px 0px rgba(0, 0, 0, 0.05);margin-bottom: 30px;padding:3rem 2rem; }
.repertorio_first_line,
.repertorio_single_other{display: flex;align-items: center;justify-content: flex-start;gap:2rem;}
.repertorio_first_line{margin-bottom: 1.2rem;}
.repertorio_single_other{gap:3.5rem;}
.repertorio_post_categories a{
    color: #FB6E58;
    font-family: "Open Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}
.repertorio_single_date span{color: #333;
    font-family: "Open Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.repertorio_single_post_title{margin-bottom: 2rem;}
.repertorio_single_post_title a{
    color: #3E3C3C;
    font-family: "Open Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.repertorio_single_soggetti a,
.repertorio_single_args a{color: #000;
    font-family: "Open Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;    
    text-transform: uppercase;
opacity: 0.5;}

.repertorio_banner_tags{background: #4977B8;padding: 7rem 0;margin-bottom: 7rem;}

.repertorio_banner_title{color: #FFF;
    font-family: "Mulish";
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 40px;
}

.repertorio_banner_list_block{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: row wrap;
    gap: 30px 15px;
    border-radius: 20px;
    background: #FFF;
    padding:40px;
}

.repertorio_banner_list_block a {
    text-decoration: none;
    font-family: "Open Sans";
    transition: all 0.3s ease;
    font-style: normal;
    line-height: 34px;
    word-break: break-all;
        
}
.repertorio_banner_list_block a:hover {
    color: var(--color-primary);
}
.tag-size-1{
    font-size: 2rem;
    font-weight: 400;
    color: #000;
}
.tag-size-2 {
    font-size: 2rem;
    color: #000;
}
.tag-size-3 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #000;
}

.tag-size-5 {
    font-size: 2rem;
    color: #e74c3c;
    font-weight: 600;
}
.tag-size-6 {
    font-size: 4rem;
    color: #e74c3c;
    font-weight: 700;
}

.repertorio_single_doc_breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}
.repertorio_single_doc_breadcrumbs a{
    color: #000;
    font-family: "Open Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
}
.repertorio_single_doc_breadcrumbs a.repertorio_single_doc_breadcrumbs_tipologia{
    font-weight: 700;
    opacity: 0.7;
    color: #FB6E58;
}
.repertorio_post_title {
    color: #333;
    font-family: "Mulish";
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}

.repertorio_single_doc_info_box{margin: 8rem 0 4rem 0;}

p.repertorio_single_doc_info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5rem;
    color: #000;
    font-family: "Open Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
    margin-bottom: 1.2rem;
}
p.repertorio_single_doc_info span{
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
}
.repertorio_single_doc_box{border-radius: 12px;
    border: 1px solid #E6E6E6;padding:2.4rem;margin-bottom: 3rem;}

.repertorio_single_doc_box_title{
    color: #FB6E58;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 1.2rem;    text-transform: uppercase;
}

.repertorio_single_doc_allegati .repertorio_single_doc_box_text{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    margin-bottom: 1.2rem;
    color: #000;
    font-family: "Open Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    opacity: 0.7;
    text-decoration: none;
}

.repertorio_single_banner_title{
    color: #FB6E58;
    font-family: "Mulish";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 1.2rem;
}
.repertorio_single_banner_text{
    color: #000;
    font-family: "Open Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.repertorio_word{
    color: #FB6E58;
    font-family: "Mulish";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
}

.repertorio_custom_pagination ul{display: flex;align-items: center;justify-content: center;gap: 3rem;}
.repertorio_custom_pagination ul{ box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); list-style: none; background-color:#fff; border-radius: 12px;
    border: 1px solid #E6E6E6;
    padding: 2.4rem;
    margin:0 0 3rem 0; }
.repertorio_custom_pagination ul li a,
.repertorio_custom_pagination ul li span{
    color: #333;
    font-family: "Open Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.repertorio_custom_pagination ul li .current{color:#FB6E58;font-weight: 700;}

.repertorio_single_doc_content{margin: 5rem 0;}
.repertorio_single_doc_content p {
    color: #000;
    font-family: "Open Sans";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.repertorio_btn_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.repertorio_btn_container a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    padding: 10px 40px;
    min-height: 55px;
    border-radius: 100px;
    background: #FB6E58;
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.repertorio_archive_doc_header .repertorio_post_title_generic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 3.5rem;
}

.repertorio_single_doc_content p a{
    color: #FB6E58;
    font-family: "Open Sans";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

/* TABLET: ≥ 576px */
@media (min-width: 576px) {
    body {
        font-size: 1.7rem;
    }
}

/* SMALL DESKTOP: ≥ 768px */
@media (min-width: 768px) {
    body {
        font-size: 1.8rem;
    }
    .repertorio_top_header span{font-size: 1.6rem;}
    .repertorio_header_title a{font-size: 2.5rem;}
}

/* DESKTOP: ≥ 992px */
@media (min-width: 992px) {
    body {
        font-size: 1.9rem;
    }
    .repertorio_header .navbar {
        flex-direction: row;
    }
    .repertorio_header_title {
        display: flex;
        max-width: 50%;
        margin: 0 0 0 20px;
        text-align: left;
        justify-content: flex-start;
    }
    #repertorio_menu{gap:3rem;margin: 0;}
    .repertorio_search_bar,
    .repertorio_single_doc {
        position: relative;
        z-index: 9999;
        margin-top: -75px;
    }

    .repertorio_search_form_items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 60px 30px 60px;
    }
    .repertorio_search_bar_title {
        padding: 40px 60px 0px 60px;
    }
    .repertorio_overlay_info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    .bck_grey {
        padding: 30px 60px 30px 60px;
    }
    .repertorio_single_doc_header,
    .repertorio_single_banner {
        padding: 20px 44px 40px 44px !important;
    }
}

/* LARGE DESKTOP: ≥ 1200px */
@media (min-width: 1200px) {
    body {
        font-size: 2rem;
    }
    
    .repertorio_header_title a {
        font-size: 3rem;
    }
}