@charset "UTF-8";
/*
CTC Separate Stylesheet
Updated: 2024-02-07 16:53:58
Theme Name: Design Comuni Italia Child
Template: design-comuni-wordpress-theme-main
Author: Designers Italia
Description: Design Comuni Italia è il tema di WordPress per i siti dei Comuni Italiani. Rispetta le linee guida di design dell’Agenzia per l’Italia digitale rilasciate dal Team per la Trasformazione Digitale. Utilizza Bootstrap Italia.
Version: 1.7.5.1707321238
Text Domain: design_comuni_italia
*/ 
.card .card-body .card-text,
.card.card-teaser .card-body .card-text, .card.card-teaser .card-body .card-text > p {
  font-family: "Titillium Web";
  font-size: 18px;
}

@media (min-width: 576px) {
  .text-paragraph-card {
    font-size: 18px;
  }
}
/*------------------- FIX REPORT LIGHTHOUSE FONT-FAMILY ? --------------------------*/
#CookiebotWidget, #CybotCookiebotDialog {
  font-family: Titillium Web !important;
}

/*------------------- AGGIUNGI X PER RIPULIRE LE INPUT --------------------------*/
.cmp-input .clean-input::after {
  content: url("assets/svg/close.svg");
  padding: 8px;
}

.cmp-input .clean-input svg {
  display: none;
}

/*-------------------  LOADING GENERICO --------------------------*/
.loading {
  position: relative;
}

.loading::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}

.loading::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px #999 solid;
  border-top: 4px #000 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 2;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
/*-------------------  HOMEPAGE - NOVITA' EVIDENZA  ------------------- */
.card-image.card-image-rounded {
  border-top-left-radius: 4px !important;
  border-bottom-right-radius: 0px !important;
  overflow: hidden;
  width: 100%;
  height: 236px;
  max-height: 236px;
}
.card-image.card-image-rounded figure {
  height: 100%;
  width: 100%;
}
.card-image.card-image-rounded img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card.card-img.rounded .img-responsive-wrapper {
  height: 236px;
}

/*
.card.card-img.rounded .img-responsive-wrapper {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    object-position: center; 
    aspect-ratio: 960 / 540;  
    img {
        height: auto;
        max-height: 200px;
        object-fit: cover;
        object-position: center;
    } 
}
*/
.card-title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-decoration: none;
}
.card-title:hover {
  text-decoration: underline;
}

.text-paragraph-card {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.card a.read-more {
  position: relative;
  bottom: 0;
}

.argomenti-card li:nth-child(n)::after {
  content: "-";
  margin: 0 4px;
}
.argomenti-card li:nth-last-child(1)::after {
  content: none;
  margin: 0 4px;
}

.progetti-arg li:nth-child(n)::after {
  content: "-";
  margin: 0 4px;
}
.progetti-arg li:nth-last-child(1)::after {
  content: none;
  margin: 0 4px;
}

/*-------------------  HOMEPAGE - CALENDARIO EVENTI  ------------------- */
.it-carousel-wrapper .splide__pagination {
  margin-top: 1rem;
}
.it-carousel-wrapper .splide__pagination button {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

/*-------------------  HOMEPAGE - ARGOMENTI IN EVIDENZA  ------------------- */
.evidence-section .section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 992px) {
  .evidence-section .section {
    background-size: 100% 300px;
  }
}
@media (max-width: 576px) {
  .evidence-section .section {
    background-size: 100% 200px;
  }
}
/*-------------------  HOMEPAGE - RICERCA + LINK UTILI  ------------------- */
.link-list-wrapper .link-list-heading {
  font-weight: 800;
}

.link-list.link-utili {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.link-list.link-utili li {
  flex: 0 0 32%;
}
.link-list.link-utili li a {
  display: flex;
  padding: 1rem;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.link-list.link-utili li a span {
  width: 100%;
  text-decoration: none !important;
}
.link-list.link-utili li a span:hover {
  text-decoration: underline !important;
}
.link-list.link-utili li a svg {
  vertical-align: unset;
}
@media (max-width: 1399px) {
  .link-list.link-utili li {
    flex: 0 0 31%;
  }
}
@media (max-width: 1199px) {
  .link-list.link-utili li {
    flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  .link-list.link-utili li {
    flex: 0 0 100%;
  }
}

.evidence-section .list-item.active span, .useful-links-section .list-item.active span {
  font-weight: 700;
}

/*-------------------  HOMEPAGE - RICERCA + LINK UTILI  ------------------- */
.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
}

.breadcrumb-item span span {
  text-transform: capitalize;
}

.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item.active {
  text-transform: capitalize;
}

.descrizione_breve {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.card.card-teaser .avatar-square.size-xl {
  min-width: 100px;
}

.avatar-square.size-xl {
  width: 100px;
  height: 100px;
}
.avatar-square.size-xl img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-square {
  display: inline-flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  background: #edebeb;
  color: #30475f;
  transition: background-color 0.2s;
}

.altri-argomenti {
  width: 100% !important;
}

.card .card-body .category-top .data::before {
  content: none;
}

.card .card-body .category-top .data {
  font-weight: 500;
}
.card .card-body .category-top .data .data_num {
  font-weight: 600;
  font-size: 16px;
}

.liste-cit ul, .richtext-wrapper.lora ul, .service-calendar-text ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.liste-cit ul ul, .richtext-wrapper.lora ul ul, .service-calendar-text ul ul {
  list-style-type: circle !important;
}
.liste-cit ol, .richtext-wrapper.lora ol, .service-calendar-text ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
}
.liste-cit ol ol, .richtext-wrapper.lora ol ol, .service-calendar-text ol ol {
  list-style-type: lower-alpha !important;
}
.liste-cit a, .richtext-wrapper.lora a, .service-calendar-text a {
  text-decoration: none;
  font-weight: 600;
}
.liste-cit a:hover, .richtext-wrapper.lora a:hover, .service-calendar-text a:hover {
  text-decoration: underline;
}
.liste-cit p img.alignnone.size-full, .richtext-wrapper.lora p img.alignnone.size-full, .service-calendar-text p img.alignnone.size-full {
  width: 400px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.liste-cit p img.alignnone, .richtext-wrapper.lora p img.alignnone, .service-calendar-text p img.alignnone {
  max-width: 100%;
  max-height: 100%;
}
.liste-cit p, .richtext-wrapper.lora p, .service-calendar-text p {
  margin: 0;
}

.card-contatti {
  display: flex;
}

#more-info p {
  margin: 0 0 0.5rem;
}

.richtext-wrapper ol, .richtext-wrapper ul {
  margin-bottom: 0;
}

.cmp-card-latest-messages {
  margin-bottom: 1rem;
}

.it-page-section .richtext-wrapper h1, .it-page-section .liste-cit h1, .it-page-section .richtext-wrapper.lora h1, .it-page-section .service-calendar-text h1, .it-page-section.liste-cit h1, .it-page-section .contenuto-flessibile h1 {
  font-size: 1.6rem;
}
.it-page-section .richtext-wrapper h2, .it-page-section .liste-cit h2, .it-page-section .richtext-wrapper.lora h2, .it-page-section .service-calendar-text h2, .it-page-section.liste-cit h2, .it-page-section .contenuto-flessibile h2 {
  font-size: 1.45rem;
}
.it-page-section .richtext-wrapper h3, .it-page-section .liste-cit h3, .it-page-section .richtext-wrapper.lora h3, .it-page-section .service-calendar-text h3, .it-page-section.liste-cit h3, .it-page-section .contenuto-flessibile h3 {
  font-size: 1.4rem;
}
.it-page-section .richtext-wrapper h4, .it-page-section .liste-cit h4, .it-page-section .richtext-wrapper.lora h4, .it-page-section .service-calendar-text h4, .it-page-section.liste-cit h4, .it-page-section .contenuto-flessibile h4 {
  font-size: 1.3rem;
}
.it-page-section .richtext-wrapper h5, .it-page-section .liste-cit h5, .it-page-section .richtext-wrapper.lora h5, .it-page-section .service-calendar-text h5, .it-page-section.liste-cit h5, .it-page-section .contenuto-flessibile h5 {
  font-size: 1.25rem;
  font-weight: bold;
}
.it-page-section .richtext-wrapper h6, .it-page-section .liste-cit h6, .it-page-section .richtext-wrapper.lora h6, .it-page-section .service-calendar-text h6, .it-page-section.liste-cit h6, .it-page-section .contenuto-flessibile h6 {
  font-size: 1.1rem;
}

.st-img {
  width: 40rem;
}
.st-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .st-img {
    width: 100%;
  }
}

.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
  padding-left: 0 !important;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.dropdown-menu__langswitch {
  transform: translate(0px, 50px) !important;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a[aria-expanded=true] .icon {
  transform: scaleY(-1);
}

@media (max-width: 600px) {
  .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .it-header-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    padding: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .it-header-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    padding: 1rem;
  }
}
/* ------ HOME ------ */
.img-evidenza-home {
  width: 100%;
  height: 400px;
}
.img-evidenza-home img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* -------------------------------------------------------------------- */
.persona-pubblica__top .persona_pubblica__img img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .persona-pubblica__top .persona_pubblica__img img {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .persona-pubblica__top .persona_pubblica__img img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .persona-pubblica__top .persona_pubblica__img img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 576) {
  .persona-pubblica__top .persona_pubblica__img img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .persona-pubblica__top .desc {
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .persona-pubblica__top .desc {
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .persona-pubblica__top .desc {
    padding-left: 3rem;
  }
}

/* -------- SINGLE UNITA ORGANIZZATIVA ---------- */
.scheda_persona_uo {
  justify-content: space-between;
}
.scheda_persona_uo .scheda_persona_uo_info p {
  margin: 0;
  line-height: 1.2;
}
.scheda_persona_uo .scheda_persona_uo_image {
  display: flex;
  width: 100px;
  height: 100px;
}
.scheda_persona_uo .scheda_persona_uo_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scheda_persona_uo_rif {
  display: flex;
}
.scheda_persona_uo_rif .scheda_persona_uo_info p {
  margin: 0;
  line-height: 1.2;
}
.scheda_persona_uo_rif .scheda_persona_uo_image {
  width: 100px;
  height: 100px;
}
.scheda_persona_uo_rif .scheda_persona_uo_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image__small {
  width: 100%;
  height: auto;
  max-height: 25rem;
}
.image__small img {
  width: 100%;
  height: auto;
  max-height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------ Novità ---------- */
.card_evidenza__novita {
  height: 236px;
}
.card_evidenza__novita img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
  color: #007a52;
}

/* ------------- SITO TEMATICO ---------- */
.card-sito_tematico {
  height: 100%;
}

.upload-allegati {
  position: relative;
}
.upload-allegati input {
  display: none;
}
.upload-allegati label, .upload-allegati .allegati-disservizio {
  width: 100%;
}

.list_item_title_correlati {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.persona-card {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

/* -------------------------------------------------------------------- */
.it-single-slide-wrapper {
  width: 100%;
  height: 100%;
}
.it-single-slide-wrapper figure {
  width: 100%;
  height: 100%;
}
.it-single-slide-wrapper figure img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------------------------------------- */
.img_progetti {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 400px;
}
.img_progetti a {
  display: contents;
}
.img_progetti img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contenuto_flessibile li a {
  display: inline;
}
.contenuto_flessibile ul {
  list-style-type: disc;
  margin-left: 2em;
}
.contenuto_flessibile ul ul {
  list-style-type: circle;
}
.contenuto_flessibile ol {
  list-style-type: decimal;
  margin-left: 2rem;
}
.contenuto_flessibile ol ol {
  list-style-type: lower-alpha;
}
.contenuto_flessibile a {
  color: #014A98;
  text-decoration: none;
  font-weight: 600;
}
.contenuto_flessibile a:hover {
  text-decoration: underline;
  color: #014A98;
}
.contenuto_flessibile .richtext-wrapper h1 {
  font-size: 1.6rem;
}
.contenuto_flessibile .richtext-wrapper h2 {
  font-size: 1.4rem;
}
.contenuto_flessibile .richtext-wrapper h3 {
  font-size: 1.35rem;
}
.contenuto_flessibile .richtext-wrapper h4 {
  font-size: 1.3rem;
}
.contenuto_flessibile .richtext-wrapper h5 {
  font-size: 1.2rem;
  font-weight: bold;
}
.contenuto_flessibile .richtext-wrapper h6 {
  font-size: 1.15rem;
}
.contenuto_flessibile .contenuto_flessibile_tabella {
  display: flex;
  height: 100%;
}
.contenuto_flessibile .contenuto_flessibile_tabella figure {
  flex: 1 1;
  width: 200px;
  height: 114px;
}
.contenuto_flessibile .contenuto_flessibile_tabella figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contenuto_flessibile .text-box {
  background-color: #E8EDF1;
  flex: 1 1;
  justify-content: flex-start;
  padding: 1rem;
  width: 100%;
  height: 100%;
}
.contenuto_flessibile .text-box span {
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contenuto_flessibile .text-box {
    flex: 1 1;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .contenuto_flessibile .text-box {
    flex: 2 1;
  }
}

ul.lista_allegati li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.card_progetti_desc {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3;
  margin: 0;
}

.card-wrapper {
  gap: 0.5rem;
  padding-bottom: 0;
}

.card-wrapper.card-overlapping {
  margin-top: 0;
}

.img-wrapper {
  width: 100%;
  height: 100%;
}

/* .img-responsive-wrapper.cmp-list-card-img__wrapper figure{
    height: auto;
    max-height: 200px;
    img {
        width: 100%;
        height: auto;
        max-height: 200px;
        object-fit: cover;
        object-position: center;
        aspect-ratio: 960/540;
    }
} */
.img-responsive-wrapper.cmp-list-card-img__wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mappa-sito a {
  text-decoration: none;
}
.mappa-sito a:hover {
  text-decoration: underline;
}
.mappa-sito ul {
  margin-left: 1rem;
}
.mappa-sito ul li::before {
  content: "/";
  font-weight: 600;
  margin-right: 0.5rem;
}
.mappa-sito ul li a {
  text-decoration: none;
}
.mappa-sito ul li a:hover {
  text-decoration: underline;
}
.mappa-sito .footer-list {
  margin-top: 0;
}

.cmp-carousel.carousel-4-card .splide__arrows {
  display: block;
}

.select-faq {
  height: 47px !important;
}
.select-faq select {
  width: 100%;
  border: none;
}

.btn-faq button {
  height: 47px;
  border-radius: 4px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.cmp-accordion .button-wrapper {
  color: #404040;
}

.link-list-wrapper ul li a {
  padding: 0 18px;
}

.text-paragraph-card.card_ricerca_custom img {
  display: none !important;
}
.text-paragraph-card.card_ricerca_custom blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
.text-paragraph-card.card_ricerca_custom a, .text-paragraph-card.card_ricerca_custom p h1, .text-paragraph-card.card_ricerca_custom h2, .text-paragraph-card.card_ricerca_custom h3, .text-paragraph-card.card_ricerca_custom h4, .text-paragraph-card.card_ricerca_custom h5, .text-paragraph-card.card_ricerca_custom h6, .text-paragraph-card.card_ricerca_custom strong, .text-paragraph-card.card_ricerca_custom pre {
  font-size: 1rem;
  text-decoration: none;
  color: #404040;
  font-weight: normal;
}

.card-text.text-card-luogo, .info-wrapper {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card-text.text-card-luogo h1, .card-text.text-card-luogo h2, .card-text.text-card-luogo h3, .card-text.text-card-luogo h4, .card-text.text-card-luogo h5, .card-text.text-card-luogo h6, .card-text.text-card-luogo p, .card-text.text-card-luogo pre, .card-text.text-card-luogo a, .info-wrapper h1, .info-wrapper h2, .info-wrapper h3, .info-wrapper h4, .info-wrapper h5, .info-wrapper h6, .info-wrapper p, .info-wrapper pre, .info-wrapper a {
  margin: 0;
  font-size: 0.89rem;
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
  line-height: 1.2rem;
  color: #1a1a1a;
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: none;
}
.card-text.text-card-luogo .blockquote, .card-text.text-card-luogo blockquote, .info-wrapper .blockquote, .info-wrapper blockquote {
  margin: 0;
  padding: 0;
  border: none;
  background-color: none;
}

.info-wrapper {
  display: block !important;
}

.wp-video {
  width: 800px !important;
}

.mejs-container {
  height: 100px !important;
}

.wp-video-shortcode {
  width: 800px !important;
  height: 400px !important;
}

.cmp-hero .it-hero-wrapper .it-hero-text-wrapper .hero-text {
  max-width: 100%;
}

a.card-title.h4.title-municip {
  font-size: 1.25rem;
}

.input-group {
  border-radius: 4px !important;
}

.form-check [type=checkbox]:focus + label, .form-check [type=radio]:focus + label, .toggles label input[type=checkbox]:focus + .lever, :focus:not(.focus--mouse) {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

ul.progetti-pnrr a:hover {
  text-decoration: none !important;
}
ul.progetti-pnrr h6:hover {
  text-decoration: underline;
}/*# sourceMappingURL=ctc-style.css.map */