@charset "utf-8";
/* CSS Document */

/* Fonts */
@import url("./general-sans.css");

/* General */
html, body {
    margin: 0; padding: 0; overflow-x: hidden; background-color: #000; font-family: 'GeneralSans-Regular';
}
.main_background {
    background-color: #000;
}
img {
    -webkit-user-drag: none;
}
.fontM {
    font-family: 'GeneralSans-Medium';
}
.container-fluid {
    width: 100%; padding-right: 0px; padding-left: 0px;
}
.griglia {
    position: fixed; display: none;
}
.colonna_griglia {
    background-color: rgba(242, 242, 242, 0.4); height: 100vh; z-index: 1;
}
.griglia4 {
    position: fixed; display: block; margin: 0;
}
.row_griglia4 {
    margin: 0; height: 100vh;
}
.box_griglia4 {
    padding: 0; border-left: 1px solid transparent; margin: -0.07px; animation: grow-border 1s ease-out forwards;
}
.box_griglia4.ultimo {
    border-right: 1px solid transparent; margin: 0.07px; animation: grow-border 1s ease-out forwards;
}
@keyframes grow-border {
    0% {
        border-color: transparent; height: 0;
    }
    100% {
        border-color: #272626; height: 100vh;
    }
}
.colonna_griglia4 {
    height: 100%; z-index: 0; margin: 0;
}
.box_griglia4:nth-child(1) {
    animation-delay: 0.5s;
}
.box_griglia4:nth-child(2) {
    animation-delay: 0.5s;
}
.box_griglia4:nth-child(3) {
    animation-delay: 0.5s;
}
.box_griglia4:nth-child(4) {
    animation-delay: 0.5s;
}
.box_griglia4:nth-child(5) {
    animation-delay: 0.5s;
}
.box_griglia4.ultimo {
    animation-delay: 0.5s;
}
.contenitore_primario {
    margin: 0 auto; width: 90%;
}
.contenitore_secondario {
    margin: 0 auto; width: 70%;
}
a {
    outline: none !important; text-decoration: none;
}
a:hover {
    outline: none !important; text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 0 !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
.no_padding {
    padding: 0px;
}
.no_margin {
    margin: 0px;
}
.visibilita_desktop {
    display: block;
}
.visibilita_smartphone {
    display: none;
}
.separatore_menu {
    width: 100%; height: 60px;
}
.form-control:focus {
    color: var(--bs-body-color); background-color: var(--bs-body-bg); border-color: var(--bs-body-bg); border: var(--bs-border-width) solid var(--bs-border-color);
    outline: var(--bs-body-bg); box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.fleXC {
    display: flex; align-items: center;
}
.fleXE {
    display: flex; align-items: flex-end;
}
.white {
    color: #fff!important;
}
/* General */

/* Menu */
.sezione_menu {
    position: fixed; z-index: 999; width: 100%; top: -100px; transition: top 1.2s ease;
}
.sezione_menu::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -140px; height: 140px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); pointer-events: none;
}
.sezione_menu.nascosto {
    top: -100px;
}
.sezione_menu.visibile {
    top: 0;
}
.row_menu {
    margin: 0;
}
.box_menu_01 {
    padding-left: 0px;
}
.box_menu_01 img {
    width: 110px; height: auto; padding-top: 13px; padding-bottom: 13px; padding-right: 20px;
}
.box_menu_01 span {
    font-size: 13px; line-height: 100%; color: #808080;
}
.box_menu_02 {
    padding-left: 30px; display: flex; align-items: center;
}
.box_menu_02 span a {
    font-size: 14px; line-height: 100%; color: #808080;
}
.box_menu_02 span a:hover {
    color: #fff;
}
.box_menu_02 {
    border-left: 1px solid #272626;
}
.box_menu_03 {
    text-align: right; display: flex; align-items: center; flex-direction: row-reverse; padding-right: 0;
}
.box_menu_03 span {
    font-size: 14px; line-height: 100%; color: #808080; cursor: pointer; text-transform: uppercase;
}
.box_menu_03 span:hover {
    color: #fff;
}
.sliding-panel {
    position: fixed; top: 60px; right: -20%; width: 20%; height: 100vh; background: #000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5); transition: right 1s ease; z-index: 998; padding-top: 50px; padding-right: 5%;
}
.sliding-panel.open {
    right: 0;
}
.link_menu_right {
    text-align: right; margin-bottom: 20px;
}
.link_menu_right a {
    font-size: 14px; line-height: 100%; color: #fff; text-transform: uppercase;
}
.sliding-panel .link_menu_right {
    transform: translateX(100%); opacity: 0; transition: transform 0.7s ease, opacity 0.7s ease;
}
.sliding-panel.open .link_menu_right {
    transform: translateX(0); opacity: 1;
}
.lmr01, .lmr02, .lmr03, .lmr04, .lmr05, .lmr06  {
    transition-delay: 0.01s;
}
.sliding-panel.closing .link_menu_right {
    transform: translateX(100%); opacity: 0; transition: transform 0.7s ease, opacity 0.7s ease;
}
/* Menu */

/* Footer */
.footer {
    width: 100%;
}
.row_footer_01 {
    margin: 0; padding-top: clamp(80px, 6.25vw, 120px); padding-bottom: clamp(100px, 9.375vw, 180px);
    display: flex; justify-content: center; align-items: center;
}
.row_footer_01.portfolio {
    padding-top: 60px;
}
.colonna_footer_01 {
    padding-left: 0;
}
.colonna_footer_02 {
    padding: 0;
}
.pulsante_generale_01 {
    width: 100%; padding: 22px; text-align: center; border: 1px solid #808080;
    font-size: 16px; line-height: 100%; text-transform: uppercase; color: #fff; background: #000;
}
.pulsante_generale_01:hover {
    border: 1px solid #fff; background-color: #303030;
}
.row_footer_02 {
    margin: 0; display: flex; align-items: flex-start;
}
.colonna_footer_03 {
    padding-left: 0; padding-right: 0;
}
.colonna_footer_03 > img {
    width: 100%; height: auto;
}
.colonna_footer_04 {
    padding-left: 0; padding-right: 0;
}
.colonna_footer_04 > a > p {
    font-size: clamp(20px, 2.604vw, 50px); line-height: 1.2; color: #808080;
}
.colonna_footer_04 > a > p:hover {
    color: #fff;
}
.colonna_footer_05 {
    padding-left: 0; padding-right: 0; text-align: right;
}
.colonna_footer_05 {
    display: flex; justify-content: flex-end;
}
.colonna_footer_05 > p {
    font-size: 14px; line-height: 100%; text-transform: uppercase; color: #808080; line-height: 28px;
}
.colonna_footer_05 > p > a {
    color: #ccc;
}
.colonna_footer_05 > p > a:hover {
    color: #fff;
}
.indirizzo_footer {
    font-size: clamp(20px, 2.604vw, 50px); line-height: 1.2; color: #808080;
}
#footer_nascosto {
    display: none;
}
.footer_desktop {
    display: block;
}
.footer_mobile {
    display: none;
}
/* Footer */

/* Home */
.griglia_home {
    margin-top: 0px;
}
.row_cella {
    margin: 0px; position: relative; padding-top: 56px;
}
.row_cella_02 {
    margin: 0px; position: relative; padding-top: 56px;
}
.box_cella_01 {
    height: 55vh; padding: 0px;
}
.titolo_pagina_02 {
    position: absolute; bottom: 45px; font-size: clamp(40px, 5.729vw, 110px); line-height: 1.2; color: #fff; padding-left: 0px; overflow: hidden; z-index: 1;
}
.titolo_pagina_02 span {
    display: block; transform: translateY(100%); opacity: 0; animation: slideUp 1s ease forwards; color: #808080;
}
.titolo_pagina_02 span:nth-child(1) {
    animation-delay: 2.2s;
}
.titolo_pagina_02 span:nth-child(2) {
    animation-delay: 2.7s;
}
.titolo_pagina_02 span:nth-child(3) {
    animation-delay: 3.2s; 
}
@keyframes slideUp {
    0% { transform: translateY(100%); opacity: 0; } 100% { transform: translateY(0); opacity: 1; }
}
.row_box_cella_01 {
    margin: 0px; position: relative;
}
.colonna {
    height: 55vh;
}
.box_cella_02 {
    height: 55vh; padding: 0px;
}
.row_box_cella_02 {
    margin: 0px;
}
.cella {
    border: 1px solid #272626; height: 11vh; border-right: 0px; border-bottom: 0px; opacity: 0; transform: translateY(-10px); animation: ragnatela 0.5s ease-out forwards;
}
.pcbl0 {
    border-left: 0px solid #272626;
}
@keyframes ragnatela {
    0% { opacity: 0; transform: translateY(-10px); } 100% { opacity: 1; transform: translateY(0); }
}
.row:nth-child(1) .cella { animation-delay: 1s; }
.row:nth-child(2) .cella { animation-delay: 1.3s; }
.row:nth-child(3) .cella { animation-delay: 1.6s; }
.row:nth-child(4) .cella { animation-delay: 1.9s; }
.row:nth-child(5) .cella { animation-delay: 2.2s; }
.row_riga_cella {
    margin: 0px;
}
.riga_cella {
    width: 100%; height: 1px; background-color: #808080;
}
.bc_03, .bc_04 {
    height: 33vh;
}
.bc_03 .colonna, .bc_04 .colonna {
    height: 33vh;
}
.home_sec_02 {
    padding-bottom: clamp(80px, 6.25vw, 120px);
}
.box_sec_02_01 {
    z-index: 1; padding: 0;
}
.box_sec_02_01 img {
    width: 100%; height: auto;
}
.box_sec_02_02 {
    padding: 2.5vw 13vw 2.5vw 2.5vw;
}
.titoletto {
    font-size: clamp(36px, 4.167vw, 80px); line-height: 1.2; color: #808080;
}
.titoletto span {
    color: #fff;
}
.titoletto_02 {
    font-size: clamp(26px, 1.927vw, 37px); line-height: 1.2; color: #808080; padding-bottom: 60px;
}
.titoletto_02 span {
    color: #fff;
}
.paragrafo {
    font-size: 20px; line-height: 30px; letter-spacing: 0.4px; color: #808080;
}
.paragrafo_02 {
    font-size: 16px; line-height: 24px; letter-spacing: 0.4px; color: #808080;
}
.paragrafo_03 {
    font-size: 24px; line-height: 32px; letter-spacing: 0.4px; color: #808080; padding-right: 5%;
}
.box_sec_02_03 {
    padding: 2.5vw 13vw 0vw 0vw;
}
.pulsante_generale_02 {
    width: 100%; padding: 22px; text-align: left; border: 1px solid #808080;
    font-size: 16px; line-height: 100%; text-transform: uppercase; color: #fff; background: #000;
}
.pulsante_generale_02:hover {
    border: 1px solid #fff; background-color: #303030;
}
.home_sec_03 {
    padding-bottom: 60px;
}
.home_sec_04 {
    padding-top: clamp(60px, 6.25vw, 120px);
}
.box_sec_04_01 {
    padding-right: 10%; padding-bottom: clamp(60px, 4.167vw, 80px);
}
.box_sec_04_02 {
    padding-right: 1px;
}
.box_sec_04_02 img {
    width: 100%; height: auto; padding-bottom: 60px;
}
.box_sec_04_03 {
    padding-left: 1px;
}
.box_sec_04_03 img {
    width: 100%; height: auto; padding-bottom: 60px;
}
.home_sec_05 {
    padding-top: clamp(80px, 6.25vw, 120px); position: relative;
}
.box_sec_05_01 img {
    width: 100%; height: auto;
}
.testo_sopra_immagine {
    text-align: center; position: absolute; bottom: -0.9vw; left: 0; padding-left: 10%; padding-right: 10%;
}
.testo_sopra_immagine > h3 {
    text-align: center; font-size: clamp(110px, 8.333vw, 160px); line-height: 1; color: #fff; text-transform: uppercase;
}
.home_sec_06 {
    padding-top: clamp(60px, 6.25vw, 120px); padding-bottom: 60px;
}
.box_sec_06_01 h2 {
    padding-bottom: clamp(30px, 3.125vw, 60px);
}
.box_sec_06_01 h3 {
    padding-bottom: clamp(30px, 3.125vw, 60px);
}
.box_sec_06_01 p {
    padding-right: 30%;
}
.home_sec_07 {
    padding-top: clamp(60px, 6.25vw, 120px); padding-bottom: clamp(60px, 8.333vw, 160px);
}
.box_sec_07_01 {
    padding-right: 0%; padding-bottom: clamp(60px, 6.25vw, 120px);
}
.box_sec_07_02 {
    text-align: center; padding: 0px clamp(10px, 3.125vw, 60px);
}
.grafico_torta { width: 100%; aspect-ratio: 1/1; display: flex; justify-content: center; align-items: center; position: relative; flex-direction: column; }
.barra_grafico_torta { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: rotate(90deg); }
.background-circle { stroke: #8E8E8E; stroke-width: 0.5; }
.progress-circle { fill: none; stroke: #8E8E8E; stroke-width: 7; stroke-dasharray: 283; stroke-dashoffset: 0; transition: stroke-dashoffset 2s cubic-bezier(0.75, 0, 0.25, 1); }
.grafico_torta p { font-size: clamp(40px, 4.688vw, 90px); line-height: 100%; color: #ffffff; position: relative; z-index: 1; }
.grafico_torta h4 { font-size: clamp(14px, 1.146vw, 20px); line-height: 100%; color: #ffffff; position: relative; z-index: 1; margin-top: clamp(10px, 1.563vw, 30px)!important; }
.testo_grafico_torta {
    margin-top: 60px;
}
.testo_grafico_torta p {
    font-size: clamp(18px, 1.25vw, 24px); line-height: 100%; color: #ffffff;
}
.barra_grafico_torta {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: rotate(90deg) scale(-1, 1);
}
.barra_grafico_torta.positive { 
    transform: rotate(-90deg); 
}
.progress-circle.positive { 
    stroke-dasharray: 283; stroke-dashoffset: 283; 
}
.owl-prjm {
    margin-bottom: 60px;
}
.bottone_home_portfolio {
    padding-bottom: clamp(80px, 6.25vw, 120px);
}
/* Home */

/* Studio */
.studio_sec_01 {
    padding-bottom: clamp(80px, 6.25vw, 120px);
}
.studio_sec_01_01 {
    padding-top: 60px;
}
.studio_sec_01_02 {
    background-image: url("../img/prjm_chi_siamo_01.webp"); background-position: center; background-repeat: no-repeat; background-size: cover; aspect-ratio: 4/5;
}
.studio_sec_01_02.img_pm {
    background-image: url("../img/prjm_project_managment_01.webp"); background-position: center; background-repeat: no-repeat; background-size: cover; aspect-ratio: 4/5;
}
.studio_sec_01_02.img_progettazione {
    background-image: url("../img/prjm_progettazione_01.webp"); background-position: center; background-repeat: no-repeat; background-size: cover; aspect-ratio: 4/5;
}
.studio_sec_02_01 {
    position: relative; overflow: hidden; height: 1.8em;
}
.titoletto_barra_orizzontale {
    font-size: 16px; line-height: 1.2; color: #808080; text-transform: uppercase; padding-bottom: 20px; transform: translateY(150%); opacity: 0;
}
.barra_orizzontale {
    width: 0%; height: 1px; background-color: #808080;
}
.studio_sec_03 {
    padding-top: 60px; padding-bottom: clamp(80px, 6.25vw, 120px);
}
.studio_row_03_01 {
    padding-bottom: clamp(40px, 4.167vw, 80px);
}
.studio_sec_03_04 img {
    width: 100%; height: auto; margin-top: clamp(20px, 4.167vw, 80px);
}
@media screen and (min-width: 768px) {
  .studio_sec_03_04.ss0304A {
      padding-right: 2px;
  }
  .studio_sec_03_04.ss0304B {
      padding-left: 2px;
  }
}
.studio_sec_04_01 {
    position: relative; overflow: hidden; height: 1.8em;
}
.studio_sec_05 {
    padding-top: 60px; padding-bottom: clamp(80px, 6.25vw, 120px);
}
.studio_sec_06 {
    padding-top: 60px; padding-bottom: clamp(80px, 6.25vw, 120px);
}
.studio_sec_06_01 h3 {
    padding-bottom: 40px; padding-right: 10%;
}
.studio_sec_06_01 p {
    padding-bottom: 60px; padding-right: 5%;
}
.studio_sec_07 {
    position: relative; padding-bottom: clamp(80px, 6.25vw, 120px);
}
/* Studio */

/* Progettazione */
.progettazione_04 {
    padding-bottom: clamp(80px, 6.25vw, 120px);
}
/* Progettazione */

/* Project management */
.pm_sec_01 {
    padding-top: 60px; padding-bottom: clamp(60px, 6.25vw, 120px);
}
.pm_row_01_01 {
    padding-bottom: clamp(40px, 6.25vw, 120px);
}
.pm_sec_02 {
    padding-top: 60px;
}
.pm_sec_02_01 h3 {
    padding-bottom: 60px;
}
.pm_sec_02_01 p {
    padding-right: 30%;
}
.pm_sec_01_03 {
    position: relative; width: 100%; height: 100%; padding: 2vw 2vw 3vw 2vw; background-color: #2B2A2A; display: flex; flex-direction: column; justify-content: flex-start;
}
.pm_sec_01_03 img {
    width: 90px; height: auto; margin-bottom: clamp(40px, 3.125vw, 60px);
}
.pm_sec_01_03 h4 {
    padding-bottom: 15px; text-transform: uppercase;
}
.padding_box_bersaglio {
    padding: 6px; display: flex; flex: 1 1 auto;   
}
.mirino {
    position: absolute; width: 20px!important; height: 20px!important; margin-bottom: 0px!important; transition: all 0.3s ease-in-out; z-index: 1;
}
.mirino_01 {
    left: 0; top: 0;
}
.mirino_02 {
    right: 0; top: 0;
}
.mirino_03 {
    left: 0; bottom: 0;
}
.mirino_04 {
    right: 0; bottom: 0;
}
.pm_sec_01_03:hover .mirino_01 {
    left: 10px; top: 10px;
}
.pm_sec_01_03:hover .mirino_02 {
    right: 10px; top: 10px;
}
.pm_sec_01_03:hover .mirino_03 {
    left: 10px; bottom: 10px;
}
.pm_sec_01_03:hover .mirino_04 {
    right: 10px; bottom: 10px;
}
.pm_sec_01_03:hover .off.mirino_01 {
    left: 0px; top: 0px;
}
.pm_sec_01_03:hover .off.mirino_02 {
    right: 0px; top: 0px;
}
.pm_sec_01_03:hover .off.mirino_03 {
    left: 0px; bottom: 0px;
}
.pm_sec_01_03:hover .off.mirino_04 {
    right: 0px; bottom: 0px;
}
.linea_paragrafo {
    width: 100%; height: 1px; background-color: #808080; margin-bottom: 15px;
}
/* Project management */

/* Portfolio */
.portfolio_sec_01 {
    padding-top: 60px;
}
.col_progetto_01 {
    padding-left: 0; padding-right: 0; position: relative;
}
.col_progetto_01:hover .mirino_01 {
    left: 20px; top: 20px;
}
.col_progetto_01:hover .mirino_02 {
    right: 20px; top: 20px;
}
.col_progetto_01:hover .mirino_03 {
    left: 20px; bottom: 20px;
}
.col_progetto_01:hover .mirino_04 {
    right: 20px; bottom: 20px;
}
.col_progetto_01 .img_progetto {
    width: 100%; aspect-ratio: 3/2; background-position: center!important; background-repeat: no-repeat!important; background-size: cover!important;
}
.overlay_immagine {
    width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.5s ease-in-out; pointer-events: none; z-index: 2;
}
.col_progetto_01:hover .overlay_immagine {
    opacity: 1;
}
.col_progetto_02 {
    padding-left: 40px; padding-right: 40px;
}
.titolo_progetto {
    font-size: clamp(20px, 1.927vw, 37px); line-height: 1.2; color: #fff; padding-bottom: 60px;
}
.cliente_progetto {
    font-size: clamp(20px, 1.927vw, 37px); line-height: 1.2; color: #ffffff; padding-bottom: 60px;
}
.data_progetto {
    font-size: 16px; line-height: 1; color: #808080; text-transform: uppercase; padding-bottom: 60px;
}
.descrizione_progetto {
    font-size: clamp(14px, 1.042vw, 20px); line-height: 1.5; color: #808080; padding-bottom: 60px; padding-right: 19%;
}
.row_riga_cella_progetto {
    margin: 0;
}
.riga_cella_progetto {
    margin-top: 60px; margin-bottom: 60px; width: 100%; height: 1px; background-color: #808080;
}
.fancybox-image {
    width: 95%!important; height: 95%!important;
}
.plus_apertura {
    position: absolute; width: 70px; height: 70px; border: 1px solid #808080; bottom: 0; right: 0; z-index: 999; background-color: #000;
    display: flex; justify-content: center; align-items: center; cursor: pointer;
}
.plus_apertura img {
    width: 30px; height: 30px; transition: transform 0.3s ease-in-out;
}
.col_progetto_01:hover .plus_apertura img {
    transform: rotate(90deg);
}
.box_img_progetto {
    padding: 20px; position: relative;
}
.box_testuale_overlay {
    text-align: center; position: absolute; top: 50%; left: 0; right: 0; bottom: 0; margin: 0 auto; transition: all 0.3s ease-in-out; z-index: 3; opacity: 0;
}
.box_testuale_overlay span {
    font-size: 18px; line-height: 18px; color: #ffffff; text-transform: uppercase;
}
.box_img_progetto:hover .box_testuale_overlay {
    opacity: 1;
}
/* Portfolio */

/* News e Blog */
.col_news {
    padding-bottom: 50px;
}
.img_news {
    width: 100%; aspect-ratio: 4 / 3;
}
.data_news {
    color: #808080; font-size: clamp(12px, 0.833vw, 16px); line-height:150%; padding-top: 10px; padding-bottom: 10px;
}
.box_categoria_news {
    text-align: right; padding-top: 10px; padding-bottom: 10px;
}
.categoria_news {
    font-size: clamp(12px, 0.833vw, 16px); line-height:150%; text-transform: uppercase;
}
.titolo_news a {
    color: #000; font-size: clamp(18px, 1.146vw, 22px); line-height:130%; padding-bottom: 5px;
}
.news_section_pagination {
    margin-top: clamp(20px, 1.563vw, 30px); margin-bottom: clamp(40px, 5.208vw, 100px);
}
.page-link:focus {
    box-shadow: none;
}
.titolo_news_dettaglio {
    color: #000; font-size: clamp(20px, 6.25vw, 120px); line-height:100%; padding-bottom: 50px;
}
.immagine_news_dettaglio {
    width: 100%; aspect-ratio: 4 / 3; padding-bottom: clamp(70px, 6.25vw, 120px);
}
.contenitore_testo_news_dettaglio_01 {
    padding-bottom: clamp(70px, 6.25vw, 120px);
}
.contenitore_testo_news_dettaglio_02 {
    padding-bottom: clamp(100px, 10.417vw, 200px);
}
.testo_news_dettaglio {
    color: #000; font-size: clamp(14px, 0.938vw, 18px); line-height:150%;
}
.news_dettaglio_section_03 {
    padding-bottom: clamp(40px, 3.125vw, 60px);
}
.col_immagine_gallery {
    width: 100%; aspect-ratio: 4 / 3; margin-bottom: 24px; cursor: pointer;
}
.news_dettaglio_section_04 {
    padding-bottom: clamp(60px, 4.167vw, 80px);
}
.video_news_in_dettaglio {
    width: 100%; aspect-ratio: 16 / 9;
}
.contenitore_news_documenti_scaricabili {
    padding-bottom: clamp(100px, 10.417vw, 200px);
}
.titolo_news_documenti_scaricabili {
    color: #000; font-size: clamp(18px, 1.25vw, 24px); line-height:100%; padding-bottom: 20px;
}
.file_news_allegato {
    color: #808080; font-size: clamp(12px, 0.729vw, 14px); line-height:100%; text-transform: uppercase; margin-right: 10px;
}
.icona_news_allegato {
    color: #808080; font-size: clamp(12px, 0.729vw, 14px); line-height:100%; text-transform: uppercase; margin-right: 25px;
}
.link_news_allegato:hover .file_news_allegato, .link_news_allegato:hover .icona_news_allegato {
    color: #000;
}
.page-item:first-child .page-link {
    border-radius: 0px!important;
}
.col_lista_categorie {
    padding-top: 30px; padding-bottom: 30px;
}
.col_lista_categorie > p > a {
    color: #888; font-size: clamp(18px, 1.146vw, 22px); line-height:130%; text-transform: uppercase; padding-right: 20px;
}
.col_lista_categorie > p > a:hover {
    color: #000;
}
.col_lista_categorie > p > a.attiva {
    color: #000; font-size: clamp(18px, 1.146vw, 22px); line-height:130%; text-transform: uppercase; padding-right: 20px;
}
.col_lista_categorie_eventi {
    padding-top: 30px; padding-bottom: 30px;
}
.col_lista_categorie_eventi > p span {
    color: #888; font-size: clamp(18px, 1.146vw, 22px); line-height:130%; text-transform: uppercase; padding-right: 20px; cursor: pointer;
}
.col_lista_categorie_eventi > p span:hover {
    color: #000;
}
.col_lista_categorie_eventi > p span.categoria_attiva {
    color: #000; font-size: clamp(18px, 1.146vw, 22px); line-height:130%; text-transform: uppercase; padding-right: 20px;
}
/* News e Blog */


/* Contatti */
.form_contatti {
    padding-top: 10px; padding-bottom: clamp(100px, 10.417vw, 200px);
}
.label_form {
    color: #000; font-size: 16px; line-height:100%; text-transform: uppercase; padding-bottom: 7px; padding-top: 20px;
}
.form-control {
    padding: 16px 15px; font-size: 16px; line-height: 100%; border-radius: 0px;
}
.errore_input {
    display: none; padding-top: 10px; color: #cc0000; font-size: 14px; line-height:100%;
}
.textarea_contatti {
    width: 100%; height: 200px; border: var(--bs-border-width) solid var(--bs-border-color); padding: 16px 15px;
}
.box_autorizzazione {
    padding-top: 25px;
}
.box_controllo {
    padding-top: 10px;
}
#alert_danger_contatti {
    display: none; background-color: #f2f2f2; border-radius: 0; margin-top: 30px; padding: 30px;
}
#alert_success_contatti {
    display: none; background-color: #f2f2f2; border-radius: 0; margin-top: 30px; padding: 30px;
}
.bottone_submit_contatti {
    margin-top: 30px; width: 33.33%; text-align: center; padding: 20px 20px; background-color: #808080; color: #fff; text-transform: uppercase; cursor: pointer;
}
.bottone_submit_contatti:hover {
    background-color: #000;
}
/* Contatti */


/* Login */
.form_login {
    padding-top: 10px; padding-bottom: clamp(100px, 10.417vw, 200px);
}
#alert_danger_login {
    display: none; background-color: #f2f2f2; border-radius: 0; margin-top: 30px; padding: 30px;
}
.contenitore_link_login {
    padding-top: 30px; padding-bottom: 0px;
}
/* Login */


/* Registrazione */
.intro_testuale_form {
    padding-bottom: 10px;
}
.form_registrazione {
    padding-top: 10px; padding-bottom: clamp(100px, 10.417vw, 200px);
}
#alert_danger_registrazione {
    display: none; background-color: #f2f2f2; border-radius: 0; margin-top: 30px; padding: 30px;
}
#alert_success_registrazione {
    display: none; background-color: #f2f2f2; border-radius: 0; margin-top: 30px; padding: 30px;
}
/* Registrazione */


/* Recupera password */
.form_recupera_password {
    padding-top: 10px; padding-bottom: clamp(100px, 10.417vw, 200px);
}
#alert_danger_recupera_password {
    display: none; background-color: #f2f2f2; border-radius: 0; margin-top: 30px; padding: 30px;
}
#alert_success_recupera_password {
    display: none; background-color: #f2f2f2; border-radius: 0; margin-top: 30px; padding: 30px;
}
/* Recupera password */


/* Genera password */
#alert_danger_genera_password {
    display: none; background-color: #f2f2f2; border-radius: 0; margin-top: 30px; padding: 30px;
}
#alert_success_genera_password {
    display: none; background-color: #f2f2f2; border-radius: 0; margin-top: 30px; padding: 30px;
}
/* Genera password */


/* Area riservata */
.box_area_riservata_introduzione {
    padding-top: 10px; padding-bottom: 50px;
}
.box_area_riservata_introduzione > h3 {
    font-size: clamp(18px, 1.354vw, 26px); line-height: 100%; color: #000; padding-bottom: 20px;
}
#tabella_area_riservata_filter {
    float: right; margin-bottom: 20px;
}
#tabella_area_riservata_filter > label > input {
    width: 339px;
}
.colonna_nome_documento {
    width: 23%;
}
.colonna_descrizione_documento {
    width: 57%;
}
.colonna_download_documento {
    width: 20%;
}
.table#tabella_area_riservata>:not(caption)>*>* {
    padding: 15px 15px;
}
.area_riservata .form-select-sm {
    border-radius: 0px!important;
}
.area_riservata .form-select:focus {
    border-color: var(--bs-border-color); outline: 0; box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.page-item:last-child .page-link {
    border-radius: 0px!important;
}
.riga_nome_documento {
    font-size: 16px; line-height: 24px; color: #000; font-weight: 600;
}
.riga_descrizione_documento {
    font-size: 16px; line-height: 24px; color: #000;
}
.riga_download_documento > a {
    font-size: 14px; line-height: 22px; font-weight: 600; text-transform: uppercase;
}
#tabella_area_riservata_paginate {
    float: right;
}
/* Area riservata */