/**
 * @file
 * Subtheme specific CSS.
 */
html,
body {
  overflow-x: hidden;
}

body {
  color: #333;
  font-family: "Roboto Slab", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.43;
  font-weight: 400;
}

.site-footer {
  font-family: "Roboto Slab", "Helvetica", "Arial", sans-serif;
}

*:focus-visible {
  outline-style: auto;
  outline-color: rgb(41 77 172);
  outline-width: 1px;
  outline-offset: 1px;
  position: relative;
  z-index: 99999;
}

*:focus:not(:focus-visible) {
  outline: none;
}

a {
  text-decoration: none;
  white-space: normal;
}

a:hover,
a:focus {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
}

nav ul {
  padding-left: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .d-mobile-block {
    display: block !important;
  }
  .d-mobile-flex {
    display: flex !important;
  }
  .d-mobile-none {
    display: none !important;
  }
}

/* COLORI */
.white,
.white a {
  color: #fff !important;
}

/* FONTS */
.node__content,
p {
  font-size: 1rem;
  line-height: 1.5;
}

.btn-primary {
  background-color: #007185 !important;
  border-color: #007185 !important;
}

.btn-primary:hover {
  background-color: #01404b !important;
  border-color: #01404b !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem #0cbede;
}

.fs--18 {
  font-size: 1rem;
}

.fs--24 {
  font-size: 1.5rem;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}

/*Citazione*/
blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
}

/* blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote::after {
  color: #ccc;
  content: close-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-left: 0.1em;
  vertical-align: -0.4em;
} */

blockquote p {
  display: inline;
}

/* Utility */
body:not(.path-admin) .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

body:not(.path-admin) .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 4px;
}

body:not(.path-admin) .button a,
body:not(.path-admin) .button:hover a {
  color: #fff;
}

body:not(.path-admin) .button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav.primary.nav-tabs {
  margin-top: 2rem;
}
/*telefono cliccabile solo da mobile*/
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    cursor: default;
  }
}

/*Tab revisioni*/
.nav-link--it-group-1-revisions {
  display: none;
}

/*Top Header*/
#navbar-top {
  background: #b10b25;
  justify-content: flex-end;
  padding: 0.2rem 0rem;
}
#navbar-top .titolo-gruppo p {
  display: none;
}
#navbar-top .links .nav-link {
  padding: 0.5rem 0rem;
}
.node--type-evento #navbar-top:not(:has(.gruppo_area_)),
.node--type-ciclo-evento #navbar-top:not(:has(.gruppo_area_)) {
  background: #cccccc;
}
.node--type-evento #navbar-top:not(:has(.gruppo_area_)) .language-link,
.node--type-ciclo-evento #navbar-top:not(:has(.gruppo_area_)) .language-link {
  color: #000 !important;
}
.node--type-home-page #header,
.path-calendario #header,
.path-eventi-testo #header {
  position: relative;
}
.block-language .links {
  justify-content: flex-end;
}
.btn-hamburger--close {
  display: none;
}
.language-link {
  padding-right: 1rem;
}
.language-link.is-active {
  display: none;
}

/* HEADER */
#header {
  position: relative;
}
#block-logo-2 {
  display: none;
}
.navbar-expand-lg {
  flex-direction: column;
  background: linear-gradient(
    to bottom,
    #cf1f38 0%,
    #cf1f38 60%,
    #fff 60%,
    #fff 100%
  );
}
.navbar-expand-lg .titolo-gruppo p {
  display: none;
}
.node--type-evento .navbar-expand-lg:not(:has(.gruppo_area_)) .navbar-brand,
.node--type-ciclo-evento
  .navbar-expand-lg:not(:has(.gruppo_area_))
  .navbar-brand {
  display: none;
}
.node--type-evento .navbar-expand-lg:not(:has(.gruppo_area_)) #block-logo-2,
.node--type-ciclo-evento
  .navbar-expand-lg:not(:has(.gruppo_area_))
  #block-logo-2 {
  display: block;
  padding-top: 1rem;
}
.node--type-evento .navbar-expand-lg:not(:has(.gruppo_area_)),
.node--type-ciclo-evento .navbar-expand-lg:not(:has(.gruppo_area_)) {
  background: linear-gradient(
    to bottom,
    #dadada 0%,
    #dadada 65%,
    #fff 65%,
    #fff 100%
  );
}
.node--type-evento
  .navbar-expand-lg:not(:has(.gruppo_area_))
  .title-page__title--hero,
.node--type-ciclo-evento
  .navbar-expand-lg:not(:has(.gruppo_area_))
  .title-page__title--hero {
  color: #000;
  padding-bottom: 0rem;
  padding-top: 0rem;
}
.node--type-home-page .navbar-expand-lg,
.path-calendario .navbar-expand-lg,
.path-eventi-testo .navbar-expand-lg {
  background: linear-gradient(
    to bottom,
    #cf1f38 0%,
    #cf1f38 103px,
    #fff 103px,
    #fff 100%
  );
  row-gap: 1rem;
}
@media (min-width: 575px) {
  .node--type-home-page .navbar-expand-lg,
  .path-calendario .navbar-expand-lg,
  .path-eventi-testo .navbar-expand-lg {
    background: linear-gradient(
      to bottom,
      #cf1f38 0%,
      #cf1f38 103px,
      #fff 103px,
      #fff 100%
    );
    row-gap: 1rem;
  }
}
.title-page__title--hero a,
.title-page__title--hero a:hover,
.title-page__title--hero a:focus {
  color: #000;
  font-weight: 700;
  font-size: clamp(2rem, 1.7159rem + 1.4205vw, 2.625rem);
  line-height: 48px;
  text-align: center;
  padding: 1rem;
}
.navbar-expand-lg:has(.gruppo_area_1) .title-page__title--hero a,
.navbar-expand-lg:has(.gruppo_area_1) .title-page__title--hero a:hover,
.navbar-expand-lg:has(.gruppo_area_1) .title-page__title--hero a:focus,
.node--type-ciclo-evento:has(.gruppo_area_1) .title-page__title--hero a,
.node--type-ciclo-evento:has(.gruppo_area_1) .title-page__title--hero a:hover,
.node--type-ciclo-evento:has(.gruppo_area_1) .title-page__title--hero a:focus {
  color: #cc0924;
}
.link__wrapper--hero a,
.link__wrapper--hero a:hover,
.link__wrapper--hero a:focus {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  background: #ce132d;
  color: white;
  padding: 1rem;
}
@media (min-width: 992px) {
  .link__wrapper--hero a,
  .link__wrapper--hero a:hover,
  .link__wrapper--hero a:focus {
    padding: 1rem 4rem;
  }
}
.link__wrapper--hero a::before {
  content: url(/themes/custom/unitn_eventi/icons/envelope.svg);
  padding-right: 10px;
}
.link__wrapper--hero a svg {
  display: none;
}
.hero__img img {
  object-fit: cover;
}
@media (min-width: 992px) {
  .hero__img img {
    min-height: 400px;
    /* max-height: 400px;*/
  }
}
.full-width.main_bg {
  display: none;
}
.link__wrapper--hero {
  display: flex;
  justify-content: center;
}
.main_hero .title-page__title--hero {
  display: none;
}

@media (min-width: 768px) {
  .node--type-home-page .title-page__title--hero a,
  .path-calendario .title-page__title--hero a,
  .path-eventi-testo .title-page__title--hero a {
    color: #cc0924;
  }
  .node--type-home-page .title-page__title--hero a:hover,
  .path-calendario .title-page__title--hero a:hover,
  .path-eventi-testo .title-page__title--hero a:hover {
    text-decoration: unset;
  }
  .main_hero .title-page__title--hero {
    display: block;
  }
  .link__wrapper--hero {
    display: flex;
    justify-content: flex-end;
  }
  .full-width.main_bg {
    display: block;
  }
  .navbar-expand-lg .block-views-blockhero-copertina-block-1,
  .navbar-expand-lg .block-views-blockhero-copertina-block-2 {
    display: none;
  }
  .node--type-home-page #navbar-top,
  .path-calendario #navbar-top,
  .path-eventi-testo #navbar-top {
    position: absolute;
    top: 0rem;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: transparent;
  }
  .node--type-home-page .navbar-expand-lg,
  .path-calendario .navbar-expand-lg,
  .path-eventi-testo .navbar-expand-lg {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: transparent;
    position: absolute;
    top: 3rem;
    justify-content: center;
  }
  .node--type-home-page .title-page__title--hero,
  .path-calendario .title-page__title--hero,
  .path-eventi-testo .title-page__title--hero {
    color: #cc0924;
    font-weight: 700;
    font-size: clamp(2rem, 1.7159rem + 1.4205vw, 2.625rem);
    line-height: 48px;
    text-align: center;
    margin: -10rem 32% 1rem 28%;
    position: relative;
    background: white;
    padding: 1rem;
  }
  .node--type-home-page #navbar-top,
  .path-calendario #navbar-top,
  .path-eventi-testo #navbar-top {
    background-color: transparent;
    z-index: 1;
    position: absolute;
    right: 0;
  }
  .node--type-home-page #navbar-top .container,
  .path-calendario #navbar-top .container,
  .path-eventi-testo #navbar-top .container {
    justify-content: flex-end;
  }
}
.region-main-hero {
  position: relative;
}

/*Filtri esposti*/
.form-select {
  background-image: url(/themes/custom/unitn_eventi/icons/Freccetta.svg);
}
.view-eventi-cicli-elenco .view-filters h2,
.view-eventi-cicli-elenco h2 {
  text-align: center;
  font-size: 14px;
  margin: 1rem 0rem;
}
@media (min-width: 1024px) {
  .view-eventi-cicli-elenco .view-filters h2,
  .view-eventi-cicli-elenco h2 {
    font-size: 16px;
  }
}
.view-eventi-cicli-elenco .view-filters .d-flex {
  flex-direction: column;
}
@media (min-width: 768px) {
  .view-eventi-cicli-elenco .view-filters .d-flex {
    flex-direction: row;
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .view-eventi-cicli-elenco .js-form-item {
    flex-grow: 1;
    padding: 0rem 0.5rem;
  }
  .view-eventi-cicli-elenco .js-form-item-field-luoghi-target-id {
    flex-grow: unset;
  }
}
.del-all-filters.item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.del-all-filters.item strong.value {
  text-transform: uppercase;
  background-image: url(/themes/custom/unitn_eventi/icons/cancella.svg);
  background-repeat: no-repeat;
  padding-left: 34px;
  background-size: 24px;
}
.del-all-filters.item a.remove-filter {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 0;
}
@media (max-width: 768px) {
  .intestazione.elenco {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .views-filters-summary--use-ajax .items {
    display: flex;
    margin-bottom: 2rem;
  }
}
.views-filters-summary--use-ajax .items .item {
  display: flex;
  align-items: flex-end;
}
.views-filters-summary--use-ajax .items .item strong.value {
  padding: 0rem 1rem 0rem 0rem;
  margin: 0rem;
  order: 2;
}
.views-filters-summary a.remove-filter {
  background-color: unset !important;
  filter: brightness(0) saturate(100%) invert(21%) sepia(53%) saturate(4752%)
    hue-rotate(339deg) brightness(83%) contrast(95%);
  padding: 1px 8px 0 8px;
}

.accordion-header {
  padding: 1rem;
  margin: 1rem 0rem;
  background: #323232;
}
.accordion-button {
  background: #323232;
  color: white;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
}
.paragraph--type--accordion .accordion-button {
  font-size: 20px;
  text-transform: unset;
}
.accordion-header:has(.accordion-button:not(.collapsed)) {
  padding: unset;
  background: unset;
}
.accordion-button:not(.collapsed)::before {
  display: none;
}
.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 18px;
}
.paragraph--type--accordion .accordion-button:not(.collapsed) {
  text-transform: unset;
  font-size: 20px;
}
.accordion-button.collapsed::after {
  display: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(/themes/custom/unitn_eventi/icons/xmark-solid.svg);
  padding-right: 10px;
  background-size: 1rem;
}
.accordion-button::before {
  content: url(/themes/custom/unitn_eventi/icons/filtra.svg);
  padding-right: 14px;
}
.accordion-button:focus {
  box-shadow: unset;
}
.accordion-item {
  background-color: unset;
}

/*Testo ricerca libera*/
.views-filters-summary .value {
  border: unset !important;
  padding-left: 1rem;
}
/*
 .views-filters-summary a.remove-filter {
  display: none;
 }
 */
.numero_ricerca::before {
  content: " [ ";
}
.numero_ricerca::after {
  content: " ] ";
}
.path-eventi-testo .view-eventi-cicli-elenco .dotted_title h2,
.path-calendario .view-eventi-cicli-elenco .dotted_title h2 {
  display: inline;
}
@media (min-width: 575px) {
  .path-eventi-testo .view-eventi-cicli-elenco .dotted_title h2,
  .path-calendario .view-eventi-cicli-elenco .dotted_title h2 {
    display: flex;
  }
}

/*Menu social*/
.menu--menu-social > ul > li a {
  margin-right: 1rem;
}
.menu--menu-social a {
  font-size: 0;
  display: inline-block;
  display: block;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  height: 26px;
  width: 26px;
  opacity: 1;
  border: unset;
}
.menu--menu-social a svg {
  display: none;
}
.menu--menu-social .facebook {
  background-image: url(/themes/custom/unitn_eventi/icons/Icon%20awesome-facebook.svg);
}
.menu--menu-social .twitter {
  background-image: url(/themes/custom/unitn_eventi/icons/twitter.svg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(56deg) brightness(103%)
    contrast(103%);
}
.menu--menu-social .instagram {
  background-image: url(/themes/custom/unitn_eventi/icons/instagram.svg);
}
.menu--menu-social .linkedin {
  background-image: url(/themes/custom/unitn_eventi/icons/Icon%20awesome-linkedin.svg);
}
.menu--menu-social .youtube {
  background-image: url(/themes/custom/unitn_eventi/icons/Icon%20awesome-youtube.svg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(56deg) brightness(103%)
    contrast(103%);
}
.menu--menu-social a {
  height: 40px;
  width: 40px;
  background-size: contain;
  margin: 5px 0;
}
.menu--menu-social > ul > li a {
  margin-right: 1.2rem;
}

/*Footer*/
.site-footer {
  padding-top: 0rem;
  background-color: #323232;
}
.site-footer .block {
  border: unset;
}
.site-footer .titolo-gruppo p {
  display: none;
}
.site-footer .block-views-blockevento-1-block-5 {
  margin: 0rem;
}
.site-footer__top {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #cf1f38;
}
#block-footercontattifooterfirst {
  margin-top: 0.5rem;
  padding: 0rem;
  text-align: center;
}
.site-footer__top p {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  color: white;
}
.node--type-evento .site-footer__top:not(:has(.gruppo_area_)),
.node--type-ciclo-evento .site-footer__top:not(:has(.gruppo_area_)) {
  background-color: #dadada;
}
.node--type-evento .site-footer__top:not(:has(.gruppo_area_)) p,
.node--type-ciclo-evento .site-footer__top:not(:has(.gruppo_area_)) p {
  color: #000;
}
.node--type-evento .site-footer:not(:has(.gruppo_area_)) .menu--menu-social a,
.node--type-ciclo-evento
  .site-footer:not(:has(.gruppo_area_))
  .menu--menu-social
  a {
  filter: brightness(0) saturate(100%) invert(0%) sepia(82%) saturate(7428%)
    hue-rotate(22deg) brightness(112%) contrast(116%);
}
.site-footer__bottom {
  margin: 0rem;
}
.site-footer .region-footer-fifth {
  margin: 0rem;
}
.site-footer .menu--menu-social .nav {
  justify-content: center;
}
.site-footer__bottom .content {
  padding: 0rem;
}
.site-footer__bottom .content p {
  margin: 0rem;
  font-size: 17px;
  color: white;
}
#block-footercontattifooterfirst {
  margin-bottom: 0rem;
}

/*menu link footer*/
.site-footer .menu--menu-link a,
.site-footer .menu--menu-link a:hover,
.site-footer .menu--menu-link a:focus {
  color: white;
}
.site-footer .menu--menu-link .clearfix.nav {
  justify-content: center;
}
.site-footer .menu--menu-link .clearfix.nav .nav-item:not(:last-child) {
  border-right: 2px solid white;
}
.site-footer__bottom svg {
  display: none;
}

/*Breadcrumb*/
#block-unitn-eventi-breadcrumbs {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  justify-content: center;
  background: #f3f3f3;
  padding: 0.8rem;
  display: flex;
}
.node--type-evento #block-unitn-eventi-breadcrumbs,
.node--type-ciclo-evento #block-unitn-eventi-breadcrumbs {
  margin-bottom: -0.6rem;
}
.breadcrumb {
  margin-bottom: 0rem;
}
.breadcrumb-item:first-child:not(.active)::before {
  content: url(/themes/custom/unitn_eventi/icons/home-breadcrumb.svg);
  padding-right: 10px;
}
.breadcrumb-item:not(.active) a {
  color: #231f20;
  text-transform: uppercase;
}
.breadcrumb-item.active::before {
  content: url(/themes/custom/unitn_eventi/icons/freccia-breadcrumb.svg);
  padding-right: 10px;
}
.breadcrumb-item.active {
  color: #231f20;
}

/*Pagina evento*/
.node--type-evento a:hover,
.node--type-evento a:focus {
  text-decoration: unset;
}
.view-evento-1 .view-header {
  display: flex;
  margin-bottom: 1rem;
}
.view-evento-1 .view-header .intestazione {
  word-break: break-word;
  z-index: 2;
  background-color: white;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.view-evento-1 .view-header div:has(a) {
  position: relative;
  padding-left: 1rem;
  z-index: 1;
  padding-top: 0.5rem;
}
.view-evento-1 .view-header div:has(a)::after {
  content: "";
  position: absolute;
  background: #f3f3f3;
  width: 100vw;
  inset: 0;
  z-index: -1;
}
.view-evento-1 .titolo-evento {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  color: #ce0f2d;
}
.view-evento-1 .sottotitolo-evento {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #ce0f2d;
}
.view-evento-1 .data-evento {
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  padding-bottom: 1.5rem;
}
.view-evento-1 .contenitore-calendario {
  border-bottom: 4px dotted #cccccc;
  width: 100% !important;
}
.view-evento-1 .calendario {
  padding: 1rem 0rem;
  display: flex;
  margin-top: 1rem;
  width: fit-content;
}
.view-evento-1 .calendario a {
  display: flex;
  align-items: flex-end;
  border-bottom: unset !important;
}
.view-evento-1 .calendario a:hover,
.view-evento-1 .calendario a:focus {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
}
.view-evento-1 .calendario a::before {
  border-bottom: unset !important;
  background-image: url(/themes/custom/unitn_eventi/icons/calendario.svg);
  padding-left: 37px;
  min-height: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}
.info-evento .puntini {
  content: " ";
  width: unset !important;
  display: block;
  border: none;
  border-top: 4px dotted #cccccc;
}
.view-evento-1 .modalita-evento {
  background-image: url(/themes/custom/unitn_eventi/icons/icona-online.svg);
  padding-left: 32px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.views-field-field-abstract-ciclo p,
.abstract-ciclo p {
  font-size: 21px;
}
.partecipazione-evento {
  background-image: url(/themes/custom/unitn_eventi/icons/partecipazione.svg);
  padding-left: 32px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.luogo-evento {
  background-image: url(/themes/custom/unitn_eventi/icons/luogo.svg);
  padding-left: 32px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.luogo-evento a {
  border-bottom: unset !important;
  font-size: 21px;
}
.view.view-evento-1.view-id-evento_1.view-display-id-block_6 .field-content {
  position: relative;
  color: #3b3b3b;
  font-weight: 600;
  font-size: 21px;
}
.link-tutta-card a {
  position: absolute;
  inset: 0;
  font-size: 0;
}
.loghi .link-tutta-card a {
  position: absolute;
  inset: 0;
  font-size: 0;
}
.view.view-evento-1.view-id-evento_1.view-display-id-block_6
  .link-tutta-card
  a {
  position: absolute;
  inset: 0;
  font-size: 0;
  word-break: break-all;
}
.contatti-evento .view-content.row {
  display: block;
}
.file--x-office-document,
.file--application-pdf,
.file--x-office-spreadsheet,
.file--text,
.file--general,
.file--application-octet-stream,
.file--x-office-presentation {
  background-image: url(/themes/custom/unitn_eventi/icons/pdf.svg);
  padding-left: 34px;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  margin-bottom: 0.3rem;
  font-size: 16px;
}
.file--x-office-document a,
.file--x-office-document a:hover,
.file--x-office-document a:focus,
.file--application-pdf a,
.file--application-pdf a:hover,
.file--application-pdf a:focus {
  display: inline;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #231f20;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ce0f2d;
  word-break: break-word;
}
.view-evento-1 li a {
  font-weight: 500;
  line-height: 24px;
  color: #231f20;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ce0f2d;
}
.view-evento-1 li a svg {
  display: none;
}
.view-evento-1 .tag {
  margin-bottom: 1rem;
}
.view-evento-1 .tag .list-group {
  flex-direction: row;
  gap: 1rem;
}
.view-evento-1 .tag .list-group-item,
.node--type-ciclo-evento .tag {
  background-color: #ccc;
  text-align: center;
  border-radius: 35px;
  padding: 0rem 1rem !important;
  background-image: unset;
}
.views-field-field-call-to-action .list-group-item {
  background-image: url(/themes/custom/unitn_eventi/icons/link.svg);
  padding-left: 32px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.dotted_title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.dotted_title::before {
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
}
.dotted_title::after {
  content: " ";
  width: 100%;
  display: block;
  border: none;
  position: absolute;
  top: 35%;
  right: 0;
  z-index: 1;
}
.dotted_title h2 {
  width: fit-content;
  background-color: white;
  padding: 0rem 1rem;
  z-index: 2;
}
.view-eventi-cicli-elenco .dotted_title h2,
.block-views-blockciclo-evento-block-4 .dotted_title h2 {
  background-color: #f3f3f3;
}
.list-group-item + .list-group-item,
.list-group-item:first-child {
  border: unset;
}

.node--type-evento .view-evento-1 .info-evento .field--name-field-media-image .field__item,
.node--type-evento .view-evento-1 .info-evento .field--name-field-media-image-2 .field__item,
.node--type-evento .view-evento-1 .info-evento .field--name-field-didascalia,
.node--type-evento .view-evento-1 .info-evento > .view-evento-1,
.node--type-evento .view-evento-1 .immagine-evento {
  display: none;
}
.view-evento-1 .immagine-evento-mobile img {
  object-fit: cover;
}
.view-evento-1.view-display-id-block_4 > .view-content > .views-row {
  padding: 0rem;
}
@media (min-width: 992px) {
  .node--type-evento .view-evento-1 .info-evento > .view-evento-1,
  .node--type-evento .view-evento-1 .immagine-evento {
     float: right;
     display: block;
     padding-left: 2rem;
   }
   .node--type-evento .view-evento-1 .info-evento .field--name-field-media-image .field__item,
   .node--type-evento .view-evento-1 .info-evento .field--name-field-media-image-2 .field__item,
   .node--type-evento .view-evento-1 .info-evento .field--name-field-didascalia {
     display: block;
   }
   .view-evento-1 .info-evento .field--name-field-media-image img,
   .view-evento-1 .info-evento .field--name-field-media-image-2 img,
   .view-evento-1 .immagine-evento img {
     aspect-ratio: 1/1;
     min-height: 400px;
     object-fit: cover;
   }
   .node--type-evento .view-evento-1 .testo-info-evento img,
   .node--type-evento .view-evento-1 .immagine-evento-mobile {
     display: none;
   }
 }

/*Video*/
.view-gallery.view-display-id-block_2 .views-view-grid .row {
  margin-top: 2rem;
}
.view-gallery.view-display-id-block_2 .col-12 {
  margin-bottom: 1rem;
}
.view-gallery.view-display-id-block_2 .view-footer {
  margin-top: 1rem;
}
.view-gallery.view-display-id-block_2 .view-footer a {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #231f20;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ce0f2d;
}
.view-gallery.view-display-id-block_2 .view-footer a svg {
  display: none;
}
.field--name-field-media-oembed-video {
  position: relative;
}
.field--name-field-media-oembed-video::before {
  display: block;
  content: "";
}
.field--name-field-media-oembed-video > iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
}
.field--name-field-video-gallery {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
}
.field--name-field-link {
  padding: 1rem 0rem;
}
/*
 .footer-video::before {
  content: "";
  background-image: url(/themes/custom/unitn_eventi/icons/linkext.svg);
  padding-left: 32px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
 }
  */
button.media__icon.media__icon--close {
  display: none;
}
.media__icon--play:hover {
  border-color: #fff;
}
.media__icon--play:hover::before {
  border-left-color: #fff;
}
.footer-video svg {
  display: none;
}
.footer-video a,
.footer-video a:hover,
.footer-video a:focus {
  color: #3b3b3b;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ce0f2d;
}

/*Masonry*/
.masonry-photogallery .masonry-item {
  width: 45%;
}
.masonry-photogallery .view-content {
  margin-top: 2rem;
}
.masonry-photogallery .field--name-field-media-image {
  padding-bottom: 0rem;
}
.masonry-photogallery .field--type-image img {
  margin: 0rem;
}
.site-eventi .masonry-photogallery .field--type-image img {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .masonry-photogallery .masonry-item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .masonry-photogallery .masonry-item {
    width: 23.4%;
  }
}
.masonry-photogallery:hover img,
.masonry-photogallery:focus-within img {
  opacity: 0.7;
  transition: all 0.6s ease;
}
.masonry-photogallery img {
  transition: all 0.6s ease;
}
.masonry-photogallery img:hover,
.masonry-photogallery a:focus img {
  opacity: 1;
  box-shadow: 4px 4px 6px 2px #797979;
}
.node .field--type-image {
  float: none;
  margin-right: 0;
}

/* Loghi */
.vista-loghi .slick-track {
  display: flex;
  align-items: center;
}
.loghi a {
  inset: 0;
  font-size: 0;
}
.immagine-logo img {
  max-width: 145px;
  margin: 0 auto;
}

/*Link*/
.view-evento-1 a,
.view-evento-1 a:hover,
.view-evento-1 a:focus {
  color: #3b3b3b;
  font-weight: 400;
  text-decoration: unset;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ce0f2d;
}
.view-evento-1 a svg {
  display: none;
}
.view-evento-1 .link-evento a {
  width: fit-content;
  position: relative;
}
/*
 .view-evento-1 .link-evento a[href]:not(:where( [href^="#"], [href^="/"]:not([href^="//"])))::before {
  content: "";
  position: absolute;
  background-image: url(/themes/custom/unitn_eventi/icons/linkext.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  left: -2rem;
  top: 0;
  width: 24px;
  height: 24px;
 }
*/
/*Pagina ciclo evento*/
.node--type-ciclo-evento a:hover,
.node--type-ciclo-evento a:focus {
  text-decoration: unset;
}
.view-ciclo-evento.view-display-id-block_1 .info-evento:nth-child(2) {
  display: flex;
  gap: 10px;
}
.view-ciclo-evento.view-display-id-block_1
  .info-evento:nth-child(2)
  .item-list
  ul
  li {
  padding: 0;
}
.info-evento div {
  margin-bottom: 0.5rem;
}
.luogo-evento div {
  margin-bottom: 0rem;
}
.view-tag {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .node--type-ciclo-evento .contatto {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.view-ciclo-evento .intestazione {
  z-index: 1;
  padding: 1rem 0rem;
  position: relative;
  font-weight: 600;
  color: white;
}
.view-ciclo-evento .intestazione::after,
.view-ciclo-evento .title-subtitle::after {
  content: "";
  position: absolute;
  background: #ce0f2d;
  width: 100vw;
  inset: 0;
  z-index: -1;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.view-ciclo-evento .title-subtitle {
  position: relative;
  z-index: 1;
  color: #fff;
}
.view-ciclo-evento .titolo-ciclo {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  z-index: 1;
  position: relative;
}
.view-ciclo-evento .sottotitolo-ciclo {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  z-index: 1;
  position: relative;
  padding-bottom: 2rem;
}
.view-ciclo-evento .organizzazione-ciclo {
  padding-bottom: 0.5rem;
  border-bottom: 4px dotted #cccccc;
}
.view-ciclo-evento .data-ciclo {
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  padding-bottom: 1.5rem;
}
.view-ciclo-evento li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #231f20;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ce0f2d;
}
.view-ciclo-evento li a svg,
.didascalia-immagine svg,
a svg {
  display: none;
}
.view-ciclo-evento .immagine-ciclo {
  display: none;
  z-index: 2;
  position: relative;
}
.view-ciclo-evento .immagine-ciclo-mobile img {
  object-fit: cover;
}
.view-evento.view-display-id-block_4 > .view-content > .views-row,
.view-ciclo-evento.view-display-id-block_2 > .view-content > .views-row {
  padding: 0rem;
}
.block-views-blockciclo-evento-block-6 ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .view-ciclo-evento .immagine-ciclo {
    float: right;
    display: block;
    padding-left: 2rem;
  }
  .view-ciclo-evento .immagine-ciclo img {
    aspect-ratio: 5/4;
    min-height: 400px;
    object-fit: cover;
  }
  .view-ciclo-evento .immagine-ciclo-mobile {
    display: none;
  }
  .block-views-blockciclo-evento-block-6 ul {
    flex-direction: row;
  }
}
.view-ciclo-evento .tag {
  background-color: #ccc;
  text-align: center;
  border-radius: 35px;
  padding: 0rem 1rem;
}
.link-ciclo .list-group-item,
.link-evento .list-group-item {
  margin-top: 1rem !important;
  display: flex;
}
.speaker-evento {
  background-image: url(/themes/custom/unitn_eventi/icons/speaker.svg);
  padding-left: 32px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 4px dotted #cccccc;
}
.descrizione-evento {
  margin-top: 1rem;
}
.link-evento {
  display: inline-flex;
  flex-direction: column;
}
/*Card ciclo*/
.block-views-blockciclo-evento-block-4 {
  padding: 1.5rem 0rem;
  background: #f3f3f3;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#views-bootstrap-ciclo-evento-block-4 .row {
  margin-top: 2rem;
  row-gap: 2rem;
}

/*Evento concluso*/
.block-views-blockciclo-evento-block-5 .view-content.row {
  margin-top: 2rem;
}
.eventociclo__concluso {
  margin-top: 1rem;
  font-weight: 600;
}
.eventociclo__concluso .datetime {
  font-weight: 600;
}
.eventociclo__concluso .datetime:lang(it) {
  text-transform: lowercase;
}
.eventociclo__concluso a,
.eventociclo__concluso a:hover,
.eventociclo__concluso a:focus {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #231f20;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ce0f2d;
  text-decoration: unset;
}

/*Homepage*/
.on-the-gray ul.quicktabs-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.on-the-gray ul.quicktabs-tabs li {
  padding: unset !important;
}
.on-the-gray .quicktabs-tabs > li > a {
  background: #fff;
  font-size: 22px;
  padding: 1rem;
}
.on-the-gray .quicktabs-tabs > li > a:hover,
.on-the-gray .quicktabs-tabs > li:hover,
.on-the-gray .quicktabs-tabs > li.active > a {
  background: #f3f3f3;
}
.on-the-gray .quicktabs-tabs > li.active > a {
  font-weight: 600;
}
.on-the-gray .quicktabs-tabs > li > a {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mb-5.block-quicktabs {
  margin-bottom: 0rem !important;
}
.quicktabs-main {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f3f3f3;
}
.quicktabs-tabs .list-group-item.active,
.path-eventi-testo #main-wrapper,
.path-calendario #main-wrapper {
  background: #f3f3f3;
}
.on-the-gray .quicktabs-tabpage {
  border: unset;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .on-the-gray .quicktabs-tabpage {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .on-the-gray .quicktabs-tabpage {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .on-the-gray .quicktabs-tabpage {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .on-the-gray .quicktabs-tabpage {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .on-the-gray .quicktabs-tabpage {
    max-width: 1320px;
  }
}
.view-eventi-cicli-elenco form {
  position: relative;
}
.navbar-expand-lg .link__wrapper--hero {
  display: none;
}
.block-views-exposed-filter-blockeventi-cicli-elenco-page-3 {
  z-index: 1;
}
.block-views-exposed-filter-blockeventi-cicli-elenco-page-3 input {
  padding: 0.9rem;
}
@media (min-width: 992px) {
  .block-views-exposed-filter-blockeventi-cicli-elenco-page-3 input {
    padding: 0.9rem 1rem;
    width: 25rem;
  }
}
.block-views-exposed-filter-blockeventi-cicli-elenco-page-3 button {
  display: none !important;
}
.link__wrapper--hero {
  margin-bottom: 2.1rem;
}
.link__wrapper--hero a {
  width: fit-content;
  text-align: center;
}
@media (max-width: 767px) {
  .block-views-exposed-filter-blockeventi-cicli-elenco-page-3 .d-flex {
    justify-content: center;
    order: 3;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
  .block-views-blockhero-copertina-block-2,
  .block-views-exposed-filter-blockeventi-cicli-elenco-page-3 {
    order: 0;
  }
}
@media (min-width: 767px) {
  .block-views-exposed-filter-blockeventi-cicli-elenco-page-3 {
    z-index: 1;
    width: fit-content;
    top: 0.4rem;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .block-views-exposed-filter-blockeventi-cicli-elenco-page-3 input {
    width: 33rem;
  }
  .link__wrapper--hero a {
    width: 34rem;
  }
}
.node--type-home-page .view-header > p,
.path-calendario .view-header > p,
.path-eventi-testo .view-header > p {
  display: none;
}
.view-filters .d-flex {
  padding-bottom: 2rem;
  justify-content: space-between;
}
.view-filters .form-actions button:first-child {
  display: none;
}
.view-filters .form-actions button::before {
  content: "";
  background-image: url(/themes/custom/unitn_eventi/icons/cancella.svg);
  padding-right: 32px;
  min-height: 22px;
  background-repeat: no-repeat;
  background-position: left center;
  filter: brightness(0) saturate(100%) invert(11%) sepia(57%) saturate(7259%)
    hue-rotate(345deg) brightness(107%) contrast(93%);
}
.pager__item {
  text-align: center;
  margin-top: 2rem;
}
.pager__item a,
.pager__item a:hover,
.pager__item a:focus {
  color: #3b3b3b;
  background: #dadada;
  padding: 0.5rem 2rem;
}
.pager__item a::before {
  content: "";
  background-image: url(/themes/custom/unitn_eventi/icons/pager.svg);
  padding-right: 24px;
  min-height: 22px;
  background-repeat: no-repeat;
  background-position: left center;
}

/*Card*/
#views-bootstrap-eventi-cicli-elenco-block-3 .row,
.view-eventi-cicli-elenco .view-content.row .row {
  margin-top: 2rem;
  row-gap: 2rem;
  margin-bottom: 2rem;
}
.hp-card-col .views-field {
  height: 100%;
}
.hp-card-col.ciclo .data_card_numero time:last-child {
  display: none;
}
.hp-card-col.ciclo .data_card {
  padding-bottom: 0.5rem;
}
.hp-card {
  background: white;
  height: 100%;
  position: relative;
  box-shadow: 0px 7px 25px 0px #00000026;
}
.past-events .hp-card {
  box-shadow: unset;
}
.hp-card .card_cliccabile a {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 0;
}
.hp-card:hover .titolo_card {
  text-decoration: underline;
}
.hp-card svg {
  display: none;
}
.hp-card .field--type-image img {
  margin: 0rem;
}
.hp-card .field--name-field-didascalia {
  display: none;
}
.img_card img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.blocco_testo_card {
  position: relative;
}
.data_card,
.ora_card,
.tipo_card,
.titolo_card,
.sottotitolo_card {
  padding: 0rem 1rem;
}
.data_card {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 2rem;
}
.ora_card {
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.data_card,
.ora_card,
.tipo_card {
  font-size: 14px;
}
.puntini {
  border-bottom: 4px dotted #cccccc;
}
.titolo_card a,
.titolo_card a:hover,
.titolo_card a:focus {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  text-decoration: unset;
}
.tipo_card {
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 0.5rem;
}
.gruppo_area {
  height: 2rem;
}
.data_card_numero {
  border-radius: 50%;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
  position: absolute;
  font-size: 31px;
  line-height: 37px;
  font-weight: 600;
  padding: 1rem;
  top: -1rem;
  margin-left: 1rem;
  background: white;
  color: #000;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sottotitolo_card {
  padding-bottom: 0.5rem;
}

/*Colori speciali*/
.titolo-gruppo {
  display: flex;
  justify-content: center;
}
.titolo-gruppo p {
  text-align: center;
  padding: 0rem 2rem;
  border-radius: 25px;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .titolo-gruppo p {
    padding: 0rem 1rem;
    border-radius: unset;
  }
  .titolo-gruppo {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.hp-card:hover {
  -webkit-transition: all 0.4s ease;
}

.gruppo_area_1 .list-group-item::before,
.gruppo_area_1 .link-evento a::before,
.node--type-evento:has(.gruppo_area_1) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_1)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_1) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(13%) sepia(95%) saturate(4330%)
    hue-rotate(345deg) brightness(86%) contrast(95%);
}
.hp-card:hover:has(.gruppo_area_1) a,
.hp-card:hover:has(.gruppo_area_1) .blocco_testo_card,
.views-view-grid .gruppo_area_1,
.titolo-gruppo.gruppo_area_1 p,
.view-ciclo-evento:has(.gruppo_area_1) .intestazione,
.view-ciclo-evento .gruppo_area_1 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_1) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_1),
.views-view-grid .gruppo_area_1,
.titolo-gruppo.gruppo_area_1 p,
.view-ciclo-evento:has(.gruppo_area_1) .intestazione::after,
.view-ciclo-evento .gruppo_area_1 .title-subtitle::after {
  background-color: #cd132c;
}
.hp-card:has(.gruppo_area_1) .puntini {
  border-bottom: 4px dotted #cd132c;
}
.hp-card:hover:has(.gruppo_area_1) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_1 a,
.view-evento-1 .gruppo_area_1 a:hover,
.view-evento-1 .gruppo_area_1 a:focus,
.view-ciclo-evento .gruppo_area_1 a,
.view-ciclo-evento .gruppo_area_1 a:hover,
.view-ciclo-evento .gruppo_area_1 a:focus,
.node--type-evento:has(.gruppo_area_1) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_1)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #cd132c;
}
.view-evento-1 .gruppo_area_1 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #cd132c;
}
.hp-card:hover:has(.gruppo_area_1) .titolo_card a,
.hp-card:focus:has(.gruppo_area_1) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_1 .titolo-evento,
.gruppo_area_1 .sottotitolo-evento,
.gruppo_area_1 h3,
.gruppo_area_1 h4 {
  color: #cd132c;
}
.hp-card:hover:has(.gruppo_area_1) .data_card_numero {
  color: #000;
}
.view-evento-1 .gruppo_area_1 .calendario a:hover {
  text-decoration-color: #cd132c;
}

.gruppo_area_2 .list-group-item::before,
.gruppo_area_2 .link-evento a::before,
.node--type-evento:has(.gruppo_area_2) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_2)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_2) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(20%) sepia(29%) saturate(6431%)
    hue-rotate(342deg) brightness(112%) contrast(84%);
}
.hp-card:hover:has(.gruppo_area_2) a,
.hp-card:hover:has(.gruppo_area_2) .blocco_testo_card,
.views-view-grid .gruppo_area_2,
.titolo-gruppo.gruppo_area_2 p,
.view-ciclo-evento:has(.gruppo_area_2) .intestazione,
.view-ciclo-evento .gruppo_area_2 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_2) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_2),
.views-view-grid .gruppo_area_2,
.titolo-gruppo.gruppo_area_2 p,
.view-ciclo-evento:has(.gruppo_area_2) .intestazione::after,
.view-ciclo-evento .gruppo_area_2 .title-subtitle::after {
  background-color: #ca3538;
}
.hp-card:has(.gruppo_area_2) .puntini {
  border-bottom: 4px dotted #ca3538;
}
.hp-card:hover:has(.gruppo_area_2) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_2 a,
.view-evento-1 .gruppo_area_2 a:hover,
.view-evento-1 .gruppo_area_2 a:focus,
.view-ciclo-evento .gruppo_area_2 a,
.view-ciclo-evento .gruppo_area_2 a:hover,
.view-ciclo-evento .gruppo_area_2 a:focus,
.node--type-evento:has(.gruppo_area_2) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_2)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ca3538;
}
.view-evento-1 .gruppo_area_2 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ca3538;
}
.hp-card:hover:has(.gruppo_area_2) .titolo_card a,
.hp-card:focus:has(.gruppo_area_2) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_2 .titolo-evento,
.gruppo_area_2 .sottotitolo-evento,
.gruppo_area_2 h3,
.gruppo_area_2 h4 {
  color: #ca3538;
}
.hp-card:hover:has(.gruppo_area_2) .data_card_numero {
  color: #000;
}
.gruppo_area_2 .calendario a:hover {
  text-decoration-color: #ca3538;
}

.gruppo_area_3 .list-group-item::before,
.gruppo_area_3 .link-evento a::before,
.node--type-evento:has(.gruppo_area_3) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_3)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_3) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(17%) sepia(19%) saturate(6855%)
    hue-rotate(221deg) brightness(95%) contrast(93%);
}
.hp-card:hover:has(.gruppo_area_3) a,
.hp-card:hover:has(.gruppo_area_3) .blocco_testo_card,
.views-view-grid .gruppo_area_3,
.titolo-gruppo.gruppo_area_3 p,
.view-ciclo-evento:has(.gruppo_area_3) .intestazione,
.view-ciclo-evento .gruppo_area_3 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_3) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_3),
.views-view-grid .gruppo_area_3,
.titolo-gruppo.gruppo_area_3 p,
.view-ciclo-evento:has(.gruppo_area_3) .intestazione::after,
.view-ciclo-evento .gruppo_area_3 .title-subtitle::after {
  background-color: #283583;
}
.hp-card:has(.gruppo_area_3) .puntini {
  border-bottom: 4px dotted #283583;
}
.hp-card:hover:has(.gruppo_area_3) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_3 a,
.view-evento-1 .gruppo_area_3 a:hover,
.view-evento-1 .gruppo_area_3 a:focus,
.view-ciclo-evento .gruppo_area_3 a,
.view-ciclo-evento .gruppo_area_3 a:hover,
.view-ciclo-evento .gruppo_area_3 a:focus,
.node--type-evento:has(.gruppo_area_3) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_3)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #283583;
}
.view-evento-1 .gruppo_area_3 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #283583;
}
.hp-card:hover:has(.gruppo_area_3) .titolo_card a,
.hp-card:focus:has(.gruppo_area_3) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_3 .titolo-evento,
.gruppo_area_3 .sottotitolo-evento,
.gruppo_area_3 h3,
.gruppo_area_3 h4 {
  color: #283583;
}
.hp-card:hover:has(.gruppo_area_3) .data_card_numero {
  color: #000;
}
.gruppo_area_3 .calendario a:hover {
  text-decoration-color: #283583;
}

.gruppo_area_4 .list-group-item::before,
.gruppo_area_4 .link-evento a::before,
.node--type-evento:has(.gruppo_area_4) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_4)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_4) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(82%) sepia(21%) saturate(1297%)
    hue-rotate(19deg) brightness(89%) contrast(85%);
}
.hp-card:has(.gruppo_area_4) .puntini {
  border-bottom: 4px dotted #acc03b;
}
.hp-card:hover:has(.gruppo_area_4) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_4) .intestazione,
.view-ciclo-evento .gruppo_area_4 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_4) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_4,
.hp-card:hover:has(.gruppo_area_4),
.titolo-gruppo.gruppo_area_4 p,
.view-ciclo-evento:has(.gruppo_area_4) .intestazione::after,
.view-ciclo-evento .gruppo_area_4 .title-subtitle::after {
  background-color: #acc03b;
  color: #000;
}
.view-evento-1 .gruppo_area_4 a,
.view-evento-1 .gruppo_area_4 a:hover,
.view-evento-1 .gruppo_area_4 a:focus,
.view-ciclo-evento .gruppo_area_4 a,
.view-ciclo-evento .gruppo_area_4 a:hover,
.view-ciclo-evento .gruppo_area_4 a:focus,
.node--type-evento:has(.gruppo_area_4) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_4)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #acc03b;
}
.view-evento-1 .gruppo_area_4 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #acc03b;
}
.hp-card:hover:has(.gruppo_area_4) .titolo_card a,
.hp-card:focus:has(.gruppo_area_4) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_4 .titolo-evento,
.gruppo_area_4 .sottotitolo-evento,
.gruppo_area_4 h3,
.gruppo_area_4 h4 {
  color: #000;
}
.gruppo_area_4 .calendario a:hover {
  text-decoration-color: #acc03b;
}

.gruppo_area_5 .list-group-item::before,
.gruppo_area_5 .link-evento a::before,
.node--type-evento:has(.gruppo_area_5) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_5)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_5) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(95%) sepia(66%) saturate(883%)
    hue-rotate(356deg) brightness(83%) contrast(95%);
}
.hp-card:has(.gruppo_area_5) .puntini {
  border-bottom: 4px dotted #d1ce3e;
}
.hp-card:hover:has(.gruppo_area_5) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_5) .intestazione,
.view-ciclo-evento .gruppo_area_5 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_5) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_5,
.hp-card:hover:has(.gruppo_area_5),
.titolo-gruppo.gruppo_area_5 p,
.view-ciclo-evento:has(.gruppo_area_5) .intestazione::after,
.view-ciclo-evento .gruppo_area_5 .title-subtitle::after {
  background-color: #d1ce3e;
  color: #000;
}
.view-evento-1 .gruppo_area_5 a,
.view-evento-1 .gruppo_area_5 a:hover,
.view-evento-1 .gruppo_area_5 a:focus,
.view-ciclo-evento .gruppo_area_5 a,
.view-ciclo-evento .gruppo_area_5 a:hover,
.view-ciclo-evento .gruppo_area_5 a:focus,
.node--type-evento:has(.gruppo_area_5) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_5)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #d1ce3e;
}
.view-evento-1 .gruppo_area_5 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #d1ce3e;
}
.hp-card:hover:has(.gruppo_area_5) .titolo_card a,
.hp-card:focus:has(.gruppo_area_5) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_5 .titolo-evento,
.gruppo_area_5 .sottotitolo-evento,
.gruppo_area_5 h3,
.gruppo_area_5 h4 {
  color: #000;
}
.gruppo_area_5 .calendario a:hover {
  text-decoration-color: #d1ce3e;
}

.gruppo_area_6 .list-group-item::before,
.gruppo_area_6 .link-evento a::before,
.node--type-evento:has(.gruppo_area_6) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_6)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_6) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(76%) saturate(1653%)
    hue-rotate(207deg) brightness(96%) contrast(87%);
}
.hp-card:hover:has(.gruppo_area_6) a,
.hp-card:hover:has(.gruppo_area_6) .blocco_testo_card,
.views-view-grid .gruppo_area_6,
.titolo-gruppo.gruppo_area_6 p,
.view-ciclo-evento:has(.gruppo_area_6) .intestazione,
.view-ciclo-evento .gruppo_area_6 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_6) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_6),
.views-view-grid .gruppo_area_6,
.titolo-gruppo.gruppo_area_6 p,
.view-ciclo-evento:has(.gruppo_area_6) .intestazione::after,
.view-ciclo-evento .gruppo_area_6 .title-subtitle::after {
  background-color: #21386d;
}
.hp-card:has(.gruppo_area_6) .puntini {
  border-bottom: 4px dotted #21386d;
}
.hp-card:hover:has(.gruppo_area_6) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_6 a,
.view-evento-1 .gruppo_area_6 a:hover,
.view-evento-1 .gruppo_area_6 a:focus,
.view-ciclo-evento .gruppo_area_6 a,
.view-ciclo-evento .gruppo_area_6 a:hover,
.view-ciclo-evento .gruppo_area_6 a:focus,
.node--type-evento:has(.gruppo_area_6) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_6)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #21386d;
}
.view-evento-1 .gruppo_area_6 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #21386d;
}
.hp-card:hover:has(.gruppo_area_6) .titolo_card a,
.hp-card:focus:has(.gruppo_area_6) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_6 .titolo-evento,
.gruppo_area_6 .sottotitolo-evento,
.gruppo_area_6 h3,
.gruppo_area_6 h4 {
  color: #21386d;
}
.views-view-grid .hp-card:hover:has(.gruppo_area_6) .data_card_numero {
  color: #000;
}
.gruppo_area_6 .calendario a:hover {
  text-decoration-color: #21386d;
}

.gruppo_area_7 .list-group-item::before,
.gruppo_area_7 .link-evento a::before,
.node--type-evento:has(.gruppo_area_7) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_7)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_7) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(24%) sepia(68%) saturate(1777%)
    hue-rotate(337deg) brightness(97%) contrast(108%);
}
.hp-card:hover:has(.gruppo_area_7) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_7) a,
.views-view-grid .gruppo_area_7,
.titolo-gruppo.gruppo_area_7 p,
.view-ciclo-evento:has(.gruppo_area_7) .intestazione::after,
.view-ciclo-evento .gruppo_area_7 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_7) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_7),
.views-view-grid .gruppo_area_7,
.titolo-gruppo.gruppo_area_7 p,
.view-ciclo-evento:has(.gruppo_area_7) .intestazione::after,
.view-ciclo-evento .gruppo_area_7 .title-subtitle::after {
  background-color: #c12a21;
}
.hp-card:has(.gruppo_area_7) .puntini {
  border-bottom: 4px dotted #c12a21;
}
.hp-card:hover:has(.gruppo_area_7) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_7 a,
.view-evento-1 .gruppo_area_7 a:hover,
.view-evento-1 .gruppo_area_7 a:focus,
.view-ciclo-evento .gruppo_area_7 a,
.view-ciclo-evento .gruppo_area_7 a:hover,
.view-ciclo-evento .gruppo_area_7 a:focus,
.node--type-evento:has(.gruppo_area_7) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_7)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #c12a21;
}
.view-evento-1 .gruppo_area_7 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #c12a21;
}
.hp-card:hover:has(.gruppo_area_7) .titolo_card a,
.hp-card:focus:has(.gruppo_area_7) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_7 .titolo-evento,
.gruppo_area_7 .sottotitolo-evento,
.gruppo_area_7 h3,
.gruppo_area_7 h4 {
  color: #c12a21;
}
.hp-card:hover:has(.gruppo_area_7) .data_card_numero {
  color: #000;
}
.gruppo_area_7 .calendario a:hover {
  text-decoration-color: #c12a21;
}

.gruppo_area_8 .list-group-item::before,
.gruppo_area_8 .link-evento a::before,
.node--type-evento:has(.gruppo_area_8) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_8)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_8) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(20%) sepia(65%) saturate(1251%)
    hue-rotate(204deg) brightness(101%) contrast(89%);
}
.hp-card:hover:has(.gruppo_area_8) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_8) a,
.views-view-grid .gruppo_area_8,
.titolo-gruppo.gruppo_area_8 p,
.view-ciclo-evento:has(.gruppo_area_8) .intestazione,
.view-ciclo-evento .gruppo_area_8 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_8) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_8),
.views-view-grid .gruppo_area_8,
.titolo-gruppo.gruppo_area_8 p,
.view-ciclo-evento:has(.gruppo_area_8) .intestazione::after,
.view-ciclo-evento .gruppo_area_8 .title-subtitle::after {
  background-color: #32458d;
}
.hp-card:has(.gruppo_area_8) .puntini {
  border-bottom: 4px dotted #32458d;
}
.hp-card:hover:has(.gruppo_area_8) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_8 a,
.view-evento-1 .gruppo_area_8 a:hover,
.view-evento-1 .gruppo_area_8 a:focus,
.view-ciclo-evento .gruppo_area_8 a,
.view-ciclo-evento .gruppo_area_8 a:hover,
.view-ciclo-evento .gruppo_area_8 a:focus,
.node--type-evento:has(.gruppo_area_8) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_8)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #32458d;
}
.view-evento-1 .gruppo_area_8 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #32458d;
}
.hp-card:hover:has(.gruppo_area_8) .titolo_card a,
.hp-card:focus:has(.gruppo_area_8) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_8 .titolo-evento,
.gruppo_area_8 .sottotitolo-evento,
.gruppo_area_8 h3,
.gruppo_area_8 h4 {
  color: #32458d;
}
.hp-card:hover:has(.gruppo_area_8) .data_card_numero {
  color: #000;
}
.gruppo_area_8 .calendario a:hover {
  text-decoration-color: #32458d;
}

.gruppo_area_9 .list-group-item::before,
.gruppo_area_9 .link-evento a::before,
.node--type-evento:has(.gruppo_area_9) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_9)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_9) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(21%) sepia(73%) saturate(2727%)
    hue-rotate(187deg) brightness(100%) contrast(102%);
}
.hp-card:hover:has(.gruppo_area_9) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_9) a,
.views-view-grid .gruppo_area_9,
.titolo-gruppo.gruppo_area_9 p,
.view-ciclo-evento:has(.gruppo_area_9) .intestazione,
.view-ciclo-evento .gruppo_area_9 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_9) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_9),
.views-view-grid .gruppo_area_9,
.titolo-gruppo.gruppo_area_9 p,
.view-ciclo-evento:has(.gruppo_area_9) .intestazione::after,
.view-ciclo-evento .gruppo_area_9 .title-subtitle::after {
  background-color: #0066aa;
}
.hp-card:has(.gruppo_area_9) .puntini {
  border-bottom: 4px dotted #0066aa;
}
.hp-card:hover:has(.gruppo_area_9) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_9 a,
.view-evento-1 .gruppo_area_9 a:hover,
.view-evento-1 .gruppo_area_9 a:focus,
.view-ciclo-evento .gruppo_area_9 a,
.view-ciclo-evento .gruppo_area_9 a:hover,
.view-ciclo-evento .gruppo_area_9 a:focus,
.node--type-evento:has(.gruppo_area_9) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_9)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0066aa;
}
.view-evento-1 .gruppo_area_9 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0066aa;
}
.hp-card:hover:has(.gruppo_area_9) .titolo_card a,
.hp-card:focus:has(.gruppo_area_9) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_9 .titolo-evento,
.gruppo_area_9 .sottotitolo-evento,
.gruppo_area_9 h3,
.gruppo_area_9 h4 {
  color: #0066aa;
}
.hp-card:hover:has(.gruppo_area_9) .data_card_numero {
  color: #000;
}
.gruppo_area_9 .calendario a:hover {
  text-decoration-color: #0066aa;
}

.gruppo_area_10 .list-group-item::before,
.gruppo_area_10 .link-evento a::before,
.node--type-evento:has(.gruppo_area_10) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_10)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_10) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(30%) sepia(36%) saturate(6201%)
    hue-rotate(349deg) brightness(96%) contrast(87%);
}
.hp-card:has(.gruppo_area_10) .puntini {
  border-bottom: 4px dotted #e73d2a;
}
.hp-card:hover:has(.gruppo_area_10) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_10) .intestazione,
.view-ciclo-evento .gruppo_area_10 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_10) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_10,
.hp-card:hover:has(.gruppo_area_10),
.titolo-gruppo.gruppo_area_10 p,
.view-ciclo-evento:has(.gruppo_area_10) .intestazione::after,
.view-ciclo-evento .gruppo_area_10 .title-subtitle::after {
  background-color: #e73d2a;
  color: #000;
}
.view-evento-1 .gruppo_area_10 a,
.view-evento-1 .gruppo_area_10 a:hover,
.view-evento-1 .gruppo_area_10 a:focus,
.view-ciclo-evento .gruppo_area_10 a,
.view-ciclo-evento .gruppo_area_10 a:hover,
.view-ciclo-evento .gruppo_area_10 a:focus,
.node--type-evento:has(.gruppo_area_10) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_10)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #e73d2a;
}
.view-evento-1 .gruppo_area_10 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #e73d2a;
}
.hp-card:hover:has(.gruppo_area_10) .titolo_card a,
.hp-card:focus:has(.gruppo_area_10) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_10 .titolo-evento,
.gruppo_area_10 .sottotitolo-evento,
.gruppo_area_10 h3,
.gruppo_area_10 h4 {
  color: #e73d2a;
}
.gruppo_area_10 .calendario a:hover {
  text-decoration-color: #e73d2a;
}

.gruppo_area_11 .list-group-item::before,
.gruppo_area_11 .link-evento a::before,
.node--type-evento:has(.gruppo_area_11) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_11)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_11) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(76%) sepia(35%) saturate(7421%)
    hue-rotate(340deg) brightness(96%) contrast(95%);
}
.hp-card:has(.gruppo_area_11) .puntini {
  border-bottom: 4px dotted #ef7b2c;
}
.view-ciclo-evento:has(.gruppo_area_11) .intestazione,
.view-ciclo-evento .gruppo_area_11 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_11) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_11,
.hp-card:hover:has(.gruppo_area_11),
.titolo-gruppo.gruppo_area_11 p,
.view-ciclo-evento:has(.gruppo_area_11) .intestazione::after,
.view-ciclo-evento .gruppo_area_11 .title-subtitle::after {
  background-color: #ef7b2c;
  color: #000;
}
.view-evento-1 .gruppo_area_11 a,
.view-evento-1 .gruppo_area_11 a:hover,
.view-evento-1 .gruppo_area_11 a:focus,
.view-ciclo-evento .gruppo_area_11 a,
.view-ciclo-evento .gruppo_area_11 a:hover,
.view-ciclo-evento .gruppo_area_11 a:focus,
.node--type-evento:has(.gruppo_area_11) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_11)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ef7b2c;
}
.view-evento-1 .gruppo_area_11 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ef7b2c;
}
.hp-card:hover:has(.gruppo_area_11) .titolo_card a,
.hp-card:focus:has(.gruppo_area_11) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_11 .titolo-evento,
.gruppo_area_11 .sottotitolo-evento,
.gruppo_area_11 h3,
.gruppo_area_11 h4 {
  color: #000;
}
.gruppo_area_11 .calendario a:hover {
  text-decoration-color: #ef7b2c;
}

.gruppo_area_12 .list-group-item::before,
.gruppo_area_12 .link-evento a::before,
.node--type-evento:has(.gruppo_area_12) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_12)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_12) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(24%) sepia(11%) saturate(3960%)
    hue-rotate(266deg) brightness(100%) contrast(91%);
}
.hp-card:hover:has(.gruppo_area_12) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_12) a,
.views-view-grid .gruppo_area_12,
.titolo-gruppo.gruppo_area_12 p,
.view-ciclo-evento:has(.gruppo_area_12) .intestazione,
.view-ciclo-evento .gruppo_area_12 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_12) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_12),
.views-view-grid .gruppo_area_12,
.titolo-gruppo.gruppo_area_12 p,
.view-ciclo-evento:has(.gruppo_area_12) .intestazione::after,
.view-ciclo-evento .gruppo_area_12 .title-subtitle::after {
  background-color: #7e326a;
}
.hp-card:has(.gruppo_area_12) .puntini {
  border-bottom: 4px dotted #7e326a;
}
.hp-card:hover:has(.gruppo_area_12) .puntini {
  border-bottom: 4px dotted #7e326a;
}
.hp-card:hover:has(.gruppo_area_12) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_12 a,
.view-evento-1 .gruppo_area_12 a:hover,
.view-evento-1 .gruppo_area_12 a:focus,
.view-ciclo-evento .gruppo_area_12 a,
.view-ciclo-evento .gruppo_area_12 a:hover,
.view-ciclo-evento .gruppo_area_12 a:focus,
.node--type-evento:has(.gruppo_area_12) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_12)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #7e326a;
}
.view-evento-1 .gruppo_area_12 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #7e326a;
}
.hp-card:hover:has(.gruppo_area_12) .titolo_card a,
.hp-card:focus:has(.gruppo_area_12) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_12 .titolo-evento,
.gruppo_area_12 .sottotitolo-evento,
.gruppo_area_12 h3,
.gruppo_area_12 h4 {
  color: #7e326a;
}
.hp-card:hover:has(.gruppo_area_12) .data_card_numero {
  color: #000;
}
.gruppo_area_12 .calendario a:hover {
  text-decoration-color: #7e326a;
}

.gruppo_area_13 .list-group-item::before,
.gruppo_area_13 .link-evento a::before,
.node--type-evento:has(.gruppo_area_13) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_13)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_13) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(370%)
    hue-rotate(130deg) brightness(94%) contrast(97%);
}
.hp-card:hover:has(.gruppo_area_13) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_13) a,
.views-view-grid .gruppo_area_13,
.titolo-gruppo.gruppo_area_13 p,
.view-ciclo-evento:has(.gruppo_area_13) .intestazione,
.view-ciclo-evento .gruppo_area_13 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_13) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_13),
.views-view-grid .gruppo_area_13,
.titolo-gruppo.gruppo_area_13 p,
.view-ciclo-evento:has(.gruppo_area_13) .intestazione::after,
.view-ciclo-evento .gruppo_area_13 .title-subtitle::after {
  background-color: #0b6665;
}
.hp-card:has(.gruppo_area_13) .puntini {
  border-bottom: 4px dotted #0b6665;
}
.hp-card:hover:has(.gruppo_area_13) .puntini {
  border-bottom: 4px dotted #fff;
}
.gruppo_area_13 .titolo-evento,
.gruppo_area_13 .sottotitolo-evento,
.gruppo_area_13 h3,
.gruppo_area_13 h4 {
  color: #0b6665;
}
.view-evento-1 .gruppo_area_13 a,
.view-evento-1 .gruppo_area_13 a:hover,
.view-evento-1 .gruppo_area_13 a:focus,
.view-ciclo-evento .gruppo_area_13 a,
.view-ciclo-evento .gruppo_area_13 a:hover,
.view-ciclo-evento .gruppo_area_13 a:focus,
.node--type-evento:has(.gruppo_area_13) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_13)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0b6665;
}
.view-evento-1 .gruppo_area_13 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0b6665;
}
.hp-card:hover:has(.gruppo_area_13) .titolo_card a,
.hp-card:focus:has(.gruppo_area_13) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.hp-card:hover:has(.gruppo_area_13) .data_card_numero {
  color: #000;
}
.gruppo_area_13 .calendario a:hover {
  text-decoration-color: #0b6665;
}

.gruppo_area_14 .list-group-item::before,
.gruppo_area_14 .link-evento a::before,
.node--type-evento:has(.gruppo_area_14) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_14)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_14) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(32%) sepia(12%) saturate(3887%)
    hue-rotate(135deg) brightness(90%) contrast(91%);
}
.hp-card:hover:has(.gruppo_area_14) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_14) a,
.views-view-grid .gruppo_area_14,
.titolo-gruppo.gruppo_area_14 p,
.view-ciclo-evento:has(.gruppo_area_14) .intestazione,
.view-ciclo-evento .gruppo_area_14 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_14) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_14),
.views-view-grid .gruppo_area_14,
.titolo-gruppo.gruppo_area_14 p,
.view-ciclo-evento:has(.gruppo_area_14) .intestazione::after,
.view-ciclo-evento .gruppo_area_14 .title-subtitle::after {
  background-color: #0b6665;
}
.hp-card:has(.gruppo_area_14) .puntini {
  border-bottom: 4px dotted #0b6665;
}
.hp-card:hover:has(.gruppo_area_14) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_14 a,
.view-evento-1 .gruppo_area_14 a:hover,
.view-evento-1 .gruppo_area_14 a:focus,
.view-ciclo-evento .gruppo_area_14 a,
.view-ciclo-evento .gruppo_area_14 a:hover,
.view-ciclo-evento .gruppo_area_14 a:focus,
.node--type-evento:has(.gruppo_area_14) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_14)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0b6665;
}
.view-evento-1 .gruppo_area_14 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0b6665;
}
.hp-card:hover:has(.gruppo_area_14) .titolo_card a,
.hp-card:focus:has(.gruppo_area_14) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_14 .titolo-evento,
.gruppo_area_14 .sottotitolo-evento,
.gruppo_area_14 h3,
.gruppo_area_14 h4 {
  color: #0b6665;
}
.hp-card:hover:has(.gruppo_area_14) .data_card_numero {
  color: #000;
}
.gruppo_area_14 .calendario a:hover {
  text-decoration-color: #0b6665;
}

.gruppo_area_15 .list-group-item::before,
.gruppo_area_15 .link-evento a::before,
.node--type-evento:has(.gruppo_area_15) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_15)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_15) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(29%) sepia(92%) saturate(1349%)
    hue-rotate(165deg) brightness(95%) contrast(98%);
}
.hp-card:hover:has(.gruppo_area_15) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_15) a,
.views-view-grid .gruppo_area_15,
.titolo-gruppo.gruppo_area_15 p,
.view-ciclo-evento:has(.gruppo_area_15) .intestazione,
.view-ciclo-evento .gruppo_area_15 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_15) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_15),
.views-view-grid .gruppo_area_15,
.titolo-gruppo.gruppo_area_15 p,
.view-ciclo-evento:has(.gruppo_area_15) .intestazione::after,
.view-ciclo-evento .gruppo_area_15 .title-subtitle::after {
  background-color: #0281a2;
}
.hp-card:has(.gruppo_area_15) .puntini {
  border-bottom: 4px dotted #0281a2;
}
.hp-card:hover:has(.gruppo_area_15) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_15 a,
.view-evento-1 .gruppo_area_15 a:hover,
.view-evento-1 .gruppo_area_15 a:focus,
.view-ciclo-evento .gruppo_area_15 a,
.view-ciclo-evento .gruppo_area_15 a:hover,
.view-ciclo-evento .gruppo_area_15 a:focus,
.node--type-evento:has(.gruppo_area_15) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_15)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0281a2;
}
.view-evento-1 .gruppo_area_15 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0281a2;
}
.hp-card:hover:has(.gruppo_area_15) .titolo_card a,
.hp-card:focus:has(.gruppo_area_15) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_15 .titolo-evento,
.gruppo_area_15 .sottotitolo-evento,
.gruppo_area_15 h3,
.gruppo_area_15 h4 {
  color: #0281a2;
}
.hp-card:hover:has(.gruppo_area_15) .data_card_numero {
  color: #000;
}
.gruppo_area_15 .calendario a:hover {
  text-decoration-color: #0281a2;
}

.gruppo_area_16 .list-group-item::before,
.gruppo_area_16 .link-evento a::before,
.node--type-evento:has(.gruppo_area_16) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_16)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_16) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(43%) sepia(19%) saturate(911%)
    hue-rotate(167deg) brightness(95%) contrast(94%);
}
.hp-card:hover:has(.gruppo_area_16) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_16) a,
.views-view-grid .gruppo_area_16,
.titolo-gruppo.gruppo_area_16 p,
.view-ciclo-evento:has(.gruppo_area_16) .intestazione,
.view-ciclo-evento .gruppo_area_16 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_16) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_16),
.views-view-grid .gruppo_area_16,
.titolo-gruppo.gruppo_area_16 p,
.view-ciclo-evento:has(.gruppo_area_16) .intestazione::after,
.view-ciclo-evento .gruppo_area_16 .title-subtitle::after {
  background-color: #4d7498;
}
.hp-card:has(.gruppo_area_16) .puntini {
  border-bottom: 4px dotted #4d7498;
}
.hp-card:hover:has(.gruppo_area_16) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_16 a,
.view-evento-1 .gruppo_area_16 a:hover,
.view-evento-1 .gruppo_area_16 a:focus,
.view-ciclo-evento .gruppo_area_16 a,
.view-ciclo-evento .gruppo_area_16 a:hover,
.view-ciclo-evento .gruppo_area_16 a:focus,
.node--type-evento:has(.gruppo_area_16) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_16)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #4d7498;
}
.view-evento-1 .gruppo_area_16 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #4d7498;
}
.hp-card:hover:has(.gruppo_area_16) .titolo_card a,
.hp-card:focus:has(.gruppo_area_16) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_16 .titolo-evento,
.gruppo_area_16 .sottotitolo-evento,
.gruppo_area_16 h3,
.gruppo_area_16 h4 {
  color: #4d7498;
}
.hp-card:hover:has(.gruppo_area_16) .data_card_numero {
  color: #000;
}
.gruppo_area_16 .calendario a:hover {
  text-decoration-color: #4d7498;
}

.gruppo_area_17 .list-group-item::before,
.gruppo_area_17 .link-evento a::before,
.node--type-evento:has(.gruppo_area_17) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_17)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_17) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(51%) sepia(82%) saturate(349%)
    hue-rotate(38deg) brightness(87%) contrast(91%);
}
.hp-card:has(.gruppo_area_17) .puntini {
  border-bottom: 4px dotted #71932c;
}
.hp-card:hover:has(.gruppo_area_17) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_17) .intestazione,
.view-ciclo-evento .gruppo_area_17 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_17) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_17,
.hp-card:hover:has(.gruppo_area_17),
.titolo-gruppo.gruppo_area_17 p,
.view-ciclo-evento:has(.gruppo_area_17) .intestazione::after,
.view-ciclo-evento .gruppo_area_17 .title-subtitle::after {
  background-color: #71932c;
  color: #000;
}
.view-evento-1 .gruppo_area_17 a,
.view-evento-1 .gruppo_area_17 a:hover,
.view-evento-1 .gruppo_area_17 a:focus,
.view-ciclo-evento .gruppo_area_17 a,
.view-ciclo-evento .gruppo_area_17 a:hover,
.view-ciclo-evento .gruppo_area_17 a:focus,
.node--type-evento:has(.gruppo_area_17) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_17)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #71932c;
}
.view-evento-1 .gruppo_area_17 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #71932c;
}
.hp-card:hover:has(.gruppo_area_17) .titolo_card a,
.hp-card:focus:has(.gruppo_area_17) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_17 .titolo-evento,
.gruppo_area_17 .sottotitolo-evento,
.gruppo_area_17 h3,
.gruppo_area_17 h4 {
  color: #000;
}
.gruppo_area_17 .calendario a:hover {
  text-decoration-color: #71932c;
}

.gruppo_area_18 .list-group-item::before,
.gruppo_area_18 .link-evento a::before,
.node--type-evento:has(.gruppo_area_18) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_18)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_18) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(83%) sepia(88%) saturate(414%)
    hue-rotate(3deg) brightness(99%) contrast(89%);
}
.hp-card:has(.gruppo_area_18) .puntini {
  border-bottom: 4px dotted #e6f03c;
}
.hp-card:hover:has(.gruppo_area_18) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_18) .intestazione,
.view-ciclo-evento .gruppo_area_18 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_18) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_18,
.hp-card:hover:has(.gruppo_area_18),
.titolo-gruppo.gruppo_area_18 p,
.view-ciclo-evento:has(.gruppo_area_18) .intestazione::after,
.view-ciclo-evento .gruppo_area_18 .title-subtitle::after {
  background-color: #e6f03c;
  color: #000;
}
.view-evento-1 .gruppo_area_18 a,
.view-evento-1 .gruppo_area_18 a:hover,
.view-evento-1 .gruppo_area_18 a:focus,
.view-ciclo-evento .gruppo_area_18 a,
.view-ciclo-evento .gruppo_area_18 a:hover,
.view-ciclo-evento .gruppo_area_18 a:focus,
.node--type-evento:has(.gruppo_area_18) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_18)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #e6f03c;
}
.view-evento-1 .gruppo_area_18 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #e6f03c;
}
.hp-card:hover:has(.gruppo_area_18) .titolo_card a,
.hp-card:focus:has(.gruppo_area_18) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_18 .titolo-evento,
.gruppo_area_18 .sottotitolo-evento,
.gruppo_area_18 h3,
.gruppo_area_18 h4 {
  color: #000;
}
.gruppo_area_18 .calendario a:hover {
  text-decoration-color: #e6f03c;
}

.gruppo_area_19 .list-group-item::before,
.gruppo_area_19 .link-evento a::before,
.node--type-evento:has(.gruppo_area_19) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_19)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_19) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(32%) sepia(92%) saturate(285%)
    hue-rotate(108deg) brightness(100%) contrast(98%);
}
.hp-card:hover:has(.gruppo_area_19) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_19) a,
.views-view-grid .gruppo_area_19,
.titolo-gruppo.gruppo_area_19 p,
.view-ciclo-evento:has(.gruppo_area_19) .intestazione,
.view-ciclo-evento .gruppo_area_19 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_19) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_19),
.views-view-grid .gruppo_area_19,
.titolo-gruppo.gruppo_area_19 p,
.view-ciclo-evento:has(.gruppo_area_19) .intestazione::after,
.view-ciclo-evento .gruppo_area_19 .title-subtitle::after {
  background-color: #227659;
}
.hp-card:has(.gruppo_area_19) .puntini {
  border-bottom: 4px dotted #227659;
}
.hp-card:hover:has(.gruppo_area_19) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_19 a,
.view-evento-1 .gruppo_area_19 a:hover,
.view-evento-1 .gruppo_area_19 a:focus,
.view-ciclo-evento .gruppo_area_19 a,
.view-ciclo-evento .gruppo_area_19 a:hover,
.view-ciclo-evento .gruppo_area_19 a:focus,
.node--type-evento:has(.gruppo_area_19) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_19)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #227659;
}
.view-evento-1 .gruppo_area_19 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #227659;
}
.hp-card:hover:has(.gruppo_area_19) .titolo_card a,
.hp-card:focus:has(.gruppo_area_19) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_19 .titolo-evento,
.gruppo_area_19 .sottotitolo-evento,
.gruppo_area_19 h3,
.gruppo_area_19 h4 {
  color: #227659;
}
.hp-card:hover:has(.gruppo_area_19) .data_card_numero {
  color: #000;
}
.gruppo_area_19 .calendario a:hover {
  text-decoration-color: #227659;
}

.gruppo_area_20 .list-group-item::before,
.gruppo_area_20 .link-evento a::before,
.node--type-evento:has(.gruppo_area_20) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_20)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_20) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(76%) sepia(34%) saturate(763%)
    hue-rotate(15deg) brightness(98%) contrast(96%);
}
.hp-card:has(.gruppo_area_20) .puntini {
  border-bottom: 4px dotted #d1ce3e;
}
.hp-card:hover:has(.gruppo_area_20) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_20) .intestazione,
.view-ciclo-evento .gruppo_area_20 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_20) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_20,
.hp-card:hover:has(.gruppo_area_20),
.titolo-gruppo.gruppo_area_20 p,
.view-ciclo-evento:has(.gruppo_area_20) .intestazione::after,
.view-ciclo-evento .gruppo_area_20 .title-subtitle::after {
  background-color: #d1ce3e;
  color: #000;
}
.view-evento-1 .gruppo_area_20 a,
.view-evento-1 .gruppo_area_20 a:hover,
.view-evento-1 .gruppo_area_20 a:focus,
.view-ciclo-evento .gruppo_area_20 a,
.view-ciclo-evento .gruppo_area_20 a:hover,
.view-ciclo-evento .gruppo_area_20 a:focus,
.node--type-evento:has(.gruppo_area_20) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_20)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #d1ce3e;
}
.view-evento-1 .gruppo_area_20 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #d1ce3e;
}
.hp-card:hover:has(.gruppo_area_20) .titolo_card a,
.hp-card:focus:has(.gruppo_area_20) .titolo_card as {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_20 .titolo-evento,
.gruppo_area_20 .sottotitolo-evento,
.gruppo_area_20 h3,
.gruppo_area_20 h4 {
  color: #000;
}
.gruppo_area_20 .calendario a:hover {
  text-decoration-color: #d1ce3e;
}

.gruppo_area_21 .list-group-item::before,
.gruppo_area_21 .link-evento a::before,
.node--type-evento:has(.gruppo_area_21) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_21)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_21) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(17%) sepia(53%) saturate(1495%)
    hue-rotate(198deg) brightness(95%) contrast(92%);
}
.hp-card:hover:has(.gruppo_area_21) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_21) a,
.views-view-grid .gruppo_area_21,
.titolo-gruppo.gruppo_area_21 p,
.view-ciclo-evento:has(.gruppo_area_21) .intestazione,
.view-ciclo-evento .gruppo_area_21 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_21) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_21),
.views-view-grid .gruppo_area_21,
.titolo-gruppo.gruppo_area_21 p,
.view-ciclo-evento:has(.gruppo_area_21) .intestazione::after,
.view-ciclo-evento .gruppo_area_21 .title-subtitle::after {
  background-color: #21386d;
}
.hp-card:has(.gruppo_area_21) .puntini {
  border-bottom: 4px dotted #21386d;
}
.hp-card:hover:has(.gruppo_area_21) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_21 a,
.view-evento-1 .gruppo_area_21 a:hover,
.view-evento-1 .gruppo_area_21 a:focus,
.view-ciclo-evento .gruppo_area_21 a,
.view-ciclo-evento .gruppo_area_21 a:hover,
.view-ciclo-evento .gruppo_area_21 a:focus,
.node--type-evento:has(.gruppo_area_21) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_21)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #21386d;
}
.view-evento-1 .gruppo_area_21 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #21386d;
}
.hp-card:hover:has(.gruppo_area_21) .titolo_card a,
.hp-card:focus:has(.gruppo_area_21) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_21 .titolo-evento,
.gruppo_area_21 .sottotitolo-evento,
.gruppo_area_21 h3,
.gruppo_area_21 h4 {
  color: #000;
}
.hp-card:hover:has(.gruppo_area_21) .data_card_numero {
  color: #000;
}
.gruppo_area_21 .calendario a:hover {
  text-decoration-color: #21386d;
}

.gruppo_area_22 .list-group-item::before,
.gruppo_area_22 .link-evento a::before,
.node--type-evento:has(.gruppo_area_22) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_22)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_22) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(29%) sepia(63%) saturate(537%)
    hue-rotate(131deg) brightness(98%) contrast(98%);
}
.hp-card:hover:has(.gruppo_area_22) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_22) a,
.views-view-grid .gruppo_area_22,
.titolo-gruppo.gruppo_area_22 p,
.view-ciclo-evento:has(.gruppo_area_22) .intestazione,
.view-ciclo-evento .gruppo_area_22 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_22) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_22),
.views-view-grid .gruppo_area_22,
.titolo-gruppo.gruppo_area_22 p,
.view-ciclo-evento:has(.gruppo_area_22) .intestazione::after,
.view-ciclo-evento .gruppo_area_22 .title-subtitle::after {
  background-color: #0b6665;
}
.hp-card:has(.gruppo_area_22) .puntini {
  border-bottom: 4px dotted #0b6665;
}
.hp-card:hover:has(.gruppo_area_22) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_22 a,
.view-evento-1 .gruppo_area_22 a:hover,
.view-evento-1 .gruppo_area_22 a:focus,
.view-ciclo-evento .gruppo_area_22 a,
.view-ciclo-evento .gruppo_area_22 a:hover,
.view-ciclo-evento .gruppo_area_22 a:focus,
.node--type-evento:has(.gruppo_area_22) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_22)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0b6665;
}
.view-evento-1 .gruppo_area_22 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0b6665;
}
.hp-card:hover:has(.gruppo_area_22) .titolo_card a,
.hp-card:focus:has(.gruppo_area_22) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_22 .titolo-evento,
.gruppo_area_22 .sottotitolo-evento,
.gruppo_area_22 h3,
.gruppo_area_22 h4 {
  color: #0b6665;
}
.hp-card:hover:has(.gruppo_area_22) .data_card_numero {
  color: #000;
}
.gruppo_area_22 .calendario a:hover {
  text-decoration-color: #0b6665;
}

.gruppo_area_23 .list-group-item::before,
.gruppo_area_23 .link-evento a::before,
.node--type-evento:has(.gruppo_area_23) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_23)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_23) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(40%) sepia(61%) saturate(338%)
    hue-rotate(167deg) brightness(95%) contrast(88%);
}
.hp-card:hover:has(.gruppo_area_23) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_23) a,
.views-view-grid .gruppo_area_23,
.titolo-gruppo.gruppo_area_23 p,
.view-ciclo-evento:has(.gruppo_area_23) .intestazione,
.view-ciclo-evento .gruppo_area_23 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_23) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_23),
.views-view-grid .gruppo_area_23,
.titolo-gruppo.gruppo_area_23 p,
.view-ciclo-evento:has(.gruppo_area_23) .intestazione::after,
.view-ciclo-evento .gruppo_area_23 .title-subtitle::after {
  background-color: #4d7498;
}
.hp-card:has(.gruppo_area_23) .puntini {
  border-bottom: 4px dotted #4d7498;
}
.hp-card:hover:has(.gruppo_area_23) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_23 a,
.view-evento-1 .gruppo_area_23 a:hover,
.view-evento-1 .gruppo_area_23 a:focus,
.view-ciclo-evento .gruppo_area_23 a,
.view-ciclo-evento .gruppo_area_23 a:hover,
.view-ciclo-evento .gruppo_area_23 a:focus,
.node--type-evento:has(.gruppo_area_23) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_23)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #4d7498;
}
.view-evento-1 .gruppo_area_23 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #4d7498;
}
.hp-card:hover:has(.gruppo_area_23) .titolo_card a,
.hp-card:focus:has(.gruppo_area_23) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_23 .titolo-evento,
.gruppo_area_23 .sottotitolo-evento,
.gruppo_area_23 h3,
.gruppo_area_23 h4 {
  color: #4d7498;
}
.hp-card:hover:has(.gruppo_area_23) .data_card_numero {
  color: #000;
}
.gruppo_area_23 .calendario a:hover {
  text-decoration-color: #4d7498;
}

.gruppo_area_24 .list-group-item::before,
.gruppo_area_24 .link-evento a::before,
.node--type-evento:has(.gruppo_area_24) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_24)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_24) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(42%) sepia(18%) saturate(1013%)
    hue-rotate(167deg) brightness(97%) contrast(88%);
}
.hp-card:hover:has(.gruppo_area_24) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_24) a,
.views-view-grid .gruppo_area_24,
.titolo-gruppo.gruppo_area_24 p,
.view-ciclo-evento:has(.gruppo_area_24) .intestazione,
.view-ciclo-evento .gruppo_area_24 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_24) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_24),
.views-view-grid .gruppo_area_24,
.titolo-gruppo.gruppo_area_24 p,
.view-ciclo-evento:has(.gruppo_area_24) .intestazione::after,
.view-ciclo-evento .gruppo_area_24 .title-subtitle::after {
  background-color: #4d7498;
}
.hp-card:has(.gruppo_area_24) .puntini {
  border-bottom: 4px dotted #4d7498;
}
.hp-card:hover:has(.gruppo_area_24) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_24 a,
.view-evento-1 .gruppo_area_24 a:hover,
.view-evento-1 .gruppo_area_24 a:focus,
.view-ciclo-evento .gruppo_area_24 a,
.view-ciclo-evento .gruppo_area_24 a:hover,
.view-ciclo-evento .gruppo_area_24 a:focus,
.node--type-evento:has(.gruppo_area_24) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_24)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #4d7498;
}
.view-evento-1 .gruppo_area_24 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #4d7498;
}
.hp-card:hover:has(.gruppo_area_24) .titolo_card a,
.hp-card:focus:has(.gruppo_area_24) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_24 .titolo-evento,
.gruppo_area_24 .sottotitolo-evento,
.gruppo_area_24 h3,
.gruppo_area_24 h4 {
  color: #4d7498;
}
.hp-card:hover:has(.gruppo_area_24) .data_card_numero {
  color: #000;
}
.gruppo_area_24 .calendario a:hover {
  text-decoration-color: #4d7498;
}

.gruppo_area_25 .list-group-item::before,
.gruppo_area_25 .link-evento a::before,
.node--type-evento:has(.gruppo_area_25) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_25)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_25) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(46%) sepia(80%) saturate(375%)
    hue-rotate(38deg) brightness(97%) contrast(86%);
}
.hp-card:has(.gruppo_area_25) .puntini {
  border-bottom: 4px dotted #71932c;
}
.hp-card:hover:has(.gruppo_area_25) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_25) .intestazione,
.view-ciclo-evento .gruppo_area_25 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_25) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_25,
.hp-card:hover:has(.gruppo_area_25),
.titolo-gruppo.gruppo_area_25 p,
.view-ciclo-evento:has(.gruppo_area_25) .intestazione::after,
.view-ciclo-evento .gruppo_area_25 .title-subtitle::after {
  background-color: #71932c;
  color: #000;
}
.view-evento-1 .gruppo_area_25 a,
.view-evento-1 .gruppo_area_25 a:hover,
.view-evento-1 .gruppo_area_25 a:focus,
.view-ciclo-evento .gruppo_area_25 a,
.view-ciclo-evento .gruppo_area_25 a:hover,
.view-ciclo-evento .gruppo_area_25 a:focus,
.node--type-evento:has(.gruppo_area_25) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_25)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #71932c;
}
.view-evento-1 .gruppo_area_25 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #71932c;
}
.hp-card:hover:has(.gruppo_area_25) .titolo_card a,
.hp-card:focus:has(.gruppo_area_25) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_25 .titolo-evento,
.gruppo_area_25 .sottotitolo-evento,
.gruppo_area_25 h3,
.gruppo_area_25 h4 {
  color: #000;
}
.gruppo_area_25.calendario a:hover {
  text-decoration-color: #71932c;
}

.gruppo_area_26 .list-group-item::before,
.gruppo_area_26 .link-evento a::before,
.node--type-evento:has(.gruppo_area_26) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_26)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_26) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(92%) saturate(1611%)
    hue-rotate(168deg) brightness(95%) contrast(98%);
}
.hp-card:hover:has(.gruppo_area_26) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_26) a,
.views-view-grid .gruppo_area_26,
.titolo-gruppo.gruppo_area_26 p,
.view-ciclo-evento:has(.gruppo_area_26) .intestazione,
.view-ciclo-evento .gruppo_area_26 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_26) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_26),
.views-view-grid .gruppo_area_26,
.titolo-gruppo.gruppo_area_26 p,
.view-ciclo-evento:has(.gruppo_area_26) .intestazione::after,
.view-ciclo-evento .gruppo_area_26 .title-subtitle::after {
  background-color: #0281a2;
}
.hp-card:has(.gruppo_area_26) .puntini {
  border-bottom: 4px dotted #0281a2;
}
.hp-card:hover:has(.gruppo_area_26) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_26 a,
.view-evento-1 .gruppo_area_26 a:hover,
.view-evento-1 .gruppo_area_26 a:focus,
.view-ciclo-evento .gruppo_area_26 a,
.view-ciclo-evento .gruppo_area_26 a:hover,
.view-ciclo-evento .gruppo_area_26 a:focus,
.node--type-evento:has(.gruppo_area_26) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_26)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0281a2;
}
.view-evento-1 .gruppo_area_26 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #0281a2;
}
.hp-card:hover:has(.gruppo_area_26) .titolo_card a,
.hp-card:focus:has(.gruppo_area_26) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_26 .titolo-evento,
.gruppo_area_26 .sottotitolo-evento,
.gruppo_area_26 h3,
.gruppo_area_26 h4 {
  color: #0281a2;
}
.hp-card:hover:has(.gruppo_area_26) .data_card_numero {
  color: #000;
}
.gruppo_area_26 .calendario a:hover {
  text-decoration-color: #0281a2;
}

.gruppo_area_27 .list-group-item::before,
.gruppo_area_27 .link-evento a::before,
.node--type-evento:has(.gruppo_area_27) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_27)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_27) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(37%) sepia(39%) saturate(683%)
    hue-rotate(108deg) brightness(93%) contrast(89%);
}
.hp-card:hover:has(.gruppo_area_27) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_27) a,
.views-view-grid .gruppo_area_27,
.titolo-gruppo.gruppo_area_27 p,
.view-ciclo-evento:has(.gruppo_area_27) .intestazione,
.view-ciclo-evento .gruppo_area_27 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_27) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_27),
.views-view-grid .gruppo_area_27,
.titolo-gruppo.gruppo_area_27 p,
.view-ciclo-evento:has(.gruppo_area_27) .intestazione::after,
.view-ciclo-evento .gruppo_area_27 .title-subtitle::after {
  background-color: #227659;
}
.hp-card:has(.gruppo_area_27) .puntini {
  border-bottom: 4px dotted #227659;
}
.hp-card:hover:has(.gruppo_area_27) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_27 a,
.view-evento-1 .gruppo_area_27 a:hover,
.view-evento-1 .gruppo_area_27 a:focus,
.view-ciclo-evento .gruppo_area_27 a,
.view-ciclo-evento .gruppo_area_27 a:hover,
.view-ciclo-evento .gruppo_area_27 a:focus,
.node--type-evento:has(.gruppo_area_27) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_27)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #227659;
}
.view-evento-1 .gruppo_area_27 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #227659;
}
.hp-card:hover:has(.gruppo_area_27) .titolo_card a,
.hp-card:focus:has(.gruppo_area_27) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_27 .titolo-evento,
.gruppo_area_27 .sottotitolo-evento,
.gruppo_area_27 h3,
.gruppo_area_27 h4 {
  color: #227659;
}
.hp-card:hover:has(.gruppo_area_27) .data_card_numero {
  color: #000;
}
.gruppo_area_27 .calendario a:hover {
  text-decoration-color: #227659;
}

.gruppo_area_28 .list-group-item::before,
.gruppo_area_28 .link-evento a::before,
.node--type-evento:has(.gruppo_area_28) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_28)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_28) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(39%) sepia(63%) saturate(7198%)
    hue-rotate(351deg) brightness(98%) contrast(85%);
}
.hp-card:has(.gruppo_area_28) .puntini {
  border-bottom: 4px dotted #e73d2a;
}
.hp-card:hover:has(.gruppo_area_28) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_28) .intestazione,
.view-ciclo-evento .gruppo_area_28 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_28) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_28,
.hp-card:hover:has(.gruppo_area_28),
.titolo-gruppo.gruppo_area_28 p,
.view-ciclo-evento:has(.gruppo_area_28) .intestazione::after,
.view-ciclo-evento .gruppo_area_28 .title-subtitle::after {
  background-color: #e73d2a;
  color: #000;
}
.view-evento-1 .gruppo_area_28 a,
.view-evento-1 .gruppo_area_28 a:hover,
.view-evento-1 .gruppo_area_28 a:focus,
.view-ciclo-evento .gruppo_area_28 a,
.view-ciclo-evento .gruppo_area_28 a:hover,
.view-ciclo-evento .gruppo_area_28 a:focus,
.node--type-evento:has(.gruppo_area_28) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_28)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #e73d2a;
}
.view-evento-1 .gruppo_area_28 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #e73d2a;
}
.hp-card:hover:has(.gruppo_area_28) .titolo_card a,
.hp-card:focus:has(.gruppo_area_28) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_28 .titolo-evento,
.gruppo_area_28 .sottotitolo-evento,
.gruppo_area_28 h3,
.gruppo_area_28 h4 {
  color: #e73d2a;
}
.gruppo_area_28 .calendario a:hover {
  text-decoration-color: #e73d2a;
}

.gruppo_area_29 .list-group-item::before,
.gruppo_area_29 .link-evento a::before,
.node--type-evento:has(.gruppo_area_29) .footer-video::before,
.node--type-ciclo-evento:has(.gruppo_area_29) .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_29) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(32%) sepia(59%) saturate(924%)
    hue-rotate(178deg) brightness(98%) contrast(90%);
}
.hp-card:hover:has(.gruppo_area_29) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_29) a,
.views-view-grid .gruppo_area_29,
.titolo-gruppo.gruppo_area_29 p,
.view-ciclo-evento:has(.gruppo_area_29) .intestazione,
.view-ciclo-evento .gruppo_area_29 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_29) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_29),
.views-view-grid .gruppo_area_29,
.titolo-gruppo.gruppo_area_29 p,
.view-ciclo-evento:has(.gruppo_area_29) .intestazione::after,
.view-ciclo-evento .gruppo_area_29 .title-subtitle::after {
  background-color: #2a67b0;
}
.hp-card:has(.gruppo_area_29) .puntini {
  border-bottom: 4px dotted #2a67b0;
}
.hp-card:hover:has(.gruppo_area_29) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_29 a,
.view-evento-1 .gruppo_area_29 a:hover,
.view-evento-1 .gruppo_area_29 a:focus,
.view-ciclo-evento .gruppo_area_29 a,
.view-ciclo-evento .gruppo_area_29 a:hover,
.view-ciclo-evento .gruppo_area_29 a:focus,
.node--type-evento:has(.gruppo_area_29) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_29)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #2a67b0;
}
.view-evento-1 .gruppo_area_29 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #2a67b0;
}
.hp-card:hover:has(.gruppo_area_29) .titolo_card a,
.hp-card:focus:has(.gruppo_area_29) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_29 .titolo-evento,
.gruppo_area_29 .sottotitolo-evento,
.gruppo_area_29 h3,
.gruppo_area_29 h4 {
  color: #2a67b0;
}
.hp-card:hover:has(.gruppo_area_29) .data_card_numero {
  color: #000;
}
.gruppo_area_29 .calendario a:hover {
  text-decoration-color: #2a67b0;
}

.gruppo_area_30 .list-group-item::before,
.gruppo_area_30 .link-evento a::before,
.node--type-evento:has(.gruppo_area_30) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_30)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_30) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(47%) sepia(99%) saturate(1921%)
    hue-rotate(345deg) brightness(97%) contrast(91%);
}
.hp-card:has(.gruppo_area_30) .puntini {
  border-bottom: 4px dotted #ec662b;
}
.hp-card:hover:has(.gruppo_area_30) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_30) .intestazione,
.view-ciclo-evento .gruppo_area_30 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_30) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_30,
.hp-card:hover:has(.gruppo_area_30),
.titolo-gruppo.gruppo_area_30 p,
.view-ciclo-evento:has(.gruppo_area_30) .intestazione::after,
.view-ciclo-evento .gruppo_area_30 .title-subtitle::after {
  background-color: #ec662b;
  color: #000;
}
.view-evento-1 .gruppo_area_30 a,
.view-evento-1 .gruppo_area_30 a:hover,
.view-evento-1 .gruppo_area_30 a:focus,
.view-ciclo-evento .gruppo_area_30 a,
.view-ciclo-evento .gruppo_area_30 a:hover,
.view-ciclo-evento .gruppo_area_30 a:focus,
.node--type-evento:has(.gruppo_area_30) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_30)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ec662b;
}
.view-evento-1 .gruppo_area_30 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ec662b;
}
.hp-card:hover:has(.gruppo_area_30) .titolo_card a,
.hp-card:focus:has(.gruppo_area_30) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_30 .titolo-evento,
.gruppo_area_30 .sottotitolo-evento,
.gruppo_area_30 h3,
.gruppo_area_30 h4 {
  color: #000;
}
.gruppo_area_30 .calendario a:hover {
  text-decoration-color: #ec662b;
}

.gruppo_area_31 .list-group-item::before,
.gruppo_area_31 .link-evento a::before,
.node--type-evento:has(.gruppo_area_31) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_31)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_31) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(17%) saturate(1608%)
    hue-rotate(166deg) brightness(95%) contrast(91%);
}
.hp-card:hover:has(.gruppo_area_31) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_31) a,
.views-view-grid .gruppo_area_31,
.titolo-gruppo.gruppo_area_31 p,
.view-ciclo-evento:has(.gruppo_area_31) .intestazione,
.view-ciclo-evento .gruppo_area_31 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_31) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_31),
.views-view-grid .gruppo_area_31,
.titolo-gruppo.gruppo_area_31 p,
.view-ciclo-evento:has(.gruppo_area_31) .intestazione::after,
.view-ciclo-evento .gruppo_area_31 .title-subtitle::after {
  background-color: #274b6a;
}
.hp-card:has(.gruppo_area_31) .puntini {
  border-bottom: 4px dotted #274b6a;
}
.hp-card:hover:has(.gruppo_area_31) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_31 a,
.view-evento-1 .gruppo_area_31 a:hover,
.view-evento-1 .gruppo_area_31 a:focus,
.view-ciclo-evento .gruppo_area_31 a,
.view-ciclo-evento .gruppo_area_31 a:hover,
.view-ciclo-evento .gruppo_area_31 a:focus,
.node--type-evento:has(.gruppo_area_31) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_31)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #274b6a;
}
.view-evento-1 .gruppo_area_31 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #274b6a;
}
.hp-card:hover:has(.gruppo_area_31) .titolo_card a,
.hp-card:focus:has(.gruppo_area_31) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_31 .titolo-evento,
.gruppo_area_31 .sottotitolo-evento,
.gruppo_area_31 h3,
.gruppo_area_31 h4 {
  color: #000;
}
.hp-card:hover:has(.gruppo_area_31) .data_card_numero {
  color: #000;
}
.gruppo_area_31 .calendario a:hover {
  text-decoration-color: #274b6a;
}

.gruppo_area_32 .list-group-item::before,
.gruppo_area_32 .link-evento a::before,
.node--type-evento:has(.gruppo_area_32) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_32)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_32) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(79%) sepia(20%) saturate(4597%)
    hue-rotate(3deg) brightness(95%) contrast(104%);
}
.hp-card:has(.gruppo_area_32) .puntini {
  border-bottom: 4px dotted #eeb800;
}
.hp-card:hover:has(.gruppo_area_32) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_32) .intestazione,
.view-ciclo-evento .gruppo_area_32 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_32) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_32,
.hp-card:hover:has(.gruppo_area_32),
.titolo-gruppo.gruppo_area_32 p,
.view-ciclo-evento:has(.gruppo_area_32) .intestazione::after,
.view-ciclo-evento .gruppo_area_32 .title-subtitle::after {
  background-color: #eeb800;
  color: #000;
}
.view-evento-1 .gruppo_area_32 a,
.view-evento-1 .gruppo_area_32 a:hover,
.view-evento-1 .gruppo_area_32 a:focus,
.view-ciclo-evento .gruppo_area_32 a,
.view-ciclo-evento .gruppo_area_32 a:hover,
.view-ciclo-evento .gruppo_area_32 a:focus,
.node--type-evento:has(.gruppo_area_32) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_32)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #eeb800;
}
.view-evento-1 .gruppo_area_32 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #eeb800;
}
.hp-card:hover:has(.gruppo_area_32) .titolo_card a,
.hp-card:focus:has(.gruppo_area_32) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_32 .titolo-evento,
.gruppo_area_32 .sottotitolo-evento,
.gruppo_area_32 h3,
.gruppo_area_32 h4 {
  color: #000;
}
.gruppo_area_32 .calendario a:hover {
  text-decoration-color: #eeb800;
}

.gruppo_area_33 .list-group-item::before,
.gruppo_area_33 .link-evento a::before,
.node--type-evento:has(.gruppo_area_33) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_33)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_33) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(21%) sepia(37%) saturate(759%)
    hue-rotate(242deg) brightness(97%) contrast(92%);
}
.hp-card:hover:has(.gruppo_area_33) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_33) a,
.views-view-grid .gruppo_area_33,
.titolo-gruppo.gruppo_area_33 p,
.view-ciclo-evento:has(.gruppo_area_33) .intestazione,
.view-ciclo-evento .gruppo_area_33 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_33) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_33),
.views-view-grid .gruppo_area_33,
.titolo-gruppo.gruppo_area_33 p,
.view-ciclo-evento:has(.gruppo_area_33) .intestazione::after,
.view-ciclo-evento .gruppo_area_33 .title-subtitle::after {
  background-color: #573360;
}
.hp-card:has(.gruppo_area_33) .puntini {
  border-bottom: 4px dotted #573360;
}
.hp-card:hover:has(.gruppo_area_33) .puntini {
  border-bottom: 4px dotted #fff;
}
.gruppo_area_33 .titolo-evento,
.gruppo_area_33 .sottotitolo-evento,
.gruppo_area_33 h3,
.gruppo_area_33 h4 {
  color: #573360;
}
.view-evento-1 .gruppo_area_33 a,
.view-evento-1 .gruppo_area_33 a:hover,
.view-evento-1 .gruppo_area_33 a:focus,
.view-ciclo-evento .gruppo_area_33 a,
.view-ciclo-evento .gruppo_area_33 a:hover,
.view-ciclo-evento .gruppo_area_33 a:focus,
.node--type-evento:has(.gruppo_area_33) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_33)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #573360;
}
.view-evento-1 .gruppo_area_33 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #573360;
}
.hp-card:hover:has(.gruppo_area_33) .titolo_card a,
.hp-card:focus:has(.gruppo_area_33) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.hp-card:hover:has(.gruppo_area_33) .data_card_numero {
  color: #000;
}
.gruppo_area_33 .calendario a:hover {
  text-decoration-color: #573360;
}

.gruppo_area_34 .list-group-item::before,
.gruppo_area_34 .link-evento a::before,
.node--type-evento:has(.gruppo_area_34) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_34)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_34) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(66%) sepia(18%) saturate(1019%)
    hue-rotate(127deg) brightness(108%) contrast(93%);
}
.hp-card:has(.gruppo_area_34) .puntini {
  border-bottom: 4px dotted #5ad2ca;
}
.hp-card:hover:has(.gruppo_area_34) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_34) .intestazione,
.view-ciclo-evento .gruppo_area_34 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_34) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_34,
.hp-card:hover:has(.gruppo_area_34),
.titolo-gruppo.gruppo_area_34 p,
.view-ciclo-evento:has(.gruppo_area_34) .intestazione::after,
.view-ciclo-evento .gruppo_area_34 .title-subtitle::after {
  background-color: #5ad2ca;
  color: #000;
}
.gruppo_area_34 .titolo-evento,
.gruppo_area_34 .sottotitolo-evento,
.gruppo_area_34 h3,
.gruppo_area_34 h4 {
  color: #000;
}
.view-evento-1 .gruppo_area_34 a,
.view-evento-1 .gruppo_area_34 a:hover,
.view-evento-1 .gruppo_area_34 a:focus,
.view-ciclo-evento .gruppo_area_34 a,
.view-ciclo-evento .gruppo_area_34 a:hover,
.view-ciclo-evento .gruppo_area_34 a:focus,
.node--type-evento:has(.gruppo_area_34) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_34)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #5ad2ca;
}
.view-evento-1 .gruppo_area_34 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #5ad2ca;
}
.hp-card:hover:has(.gruppo_area_34) .titolo_card a,
.hp-card:focus:has(.gruppo_area_34) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_34 .calendario a:hover {
  text-decoration-color: #5ad2ca;
}

.gruppo_area_35 .list-group-item::before,
.gruppo_area_35 .link-evento a::before,
.node--type-evento:has(.gruppo_area_35) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_35)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_35) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(31%) sepia(61%) saturate(631%)
    hue-rotate(132deg) brightness(88%) contrast(98%);
}
.hp-card:hover:has(.gruppo_area_35) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_35) a,
.views-view-grid .gruppo_area_35,
.titolo-gruppo.gruppo_area_35 p,
.view-ciclo-evento:has(.gruppo_area_35) .intestazione,
.view-ciclo-evento .gruppo_area_35 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_35) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_35),
.views-view-grid .gruppo_area_35,
.titolo-gruppo.gruppo_area_35 p,
.view-ciclo-evento:has(.gruppo_area_35) .intestazione::after,
.view-ciclo-evento .gruppo_area_35 .title-subtitle::after {
  background-color: #036465;
}
.hp-card:has(.gruppo_area_35) .puntini {
  border-bottom: 4px dotted #036465;
}
.hp-card:hover:has(.gruppo_area_35) .puntini {
  border-bottom: 4px dotted #fff;
}
.gruppo_area_35 .titolo-evento,
.gruppo_area_35 .sottotitolo-evento,
.gruppo_area_35 h3,
.gruppo_area_35 h4 {
  color: #000;
}
.view-evento-1 .gruppo_area_35 a,
.view-evento-1 .gruppo_area_35 a:hover,
.view-evento-1 .gruppo_area_35 a:focus,
.view-ciclo-evento .gruppo_area_35 a,
.view-ciclo-evento .gruppo_area_35 a:hover,
.view-ciclo-evento .gruppo_area_35 a:focus,
.node--type-evento:has(.gruppo_area_35) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_35)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #036465;
}
.view-evento-1 .gruppo_area_35 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #036465;
}
.hp-card:hover:has(.gruppo_area_35) .titolo_card a,
.hp-card:focus:has(.gruppo_area_35) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.hp-card:hover:has(.gruppo_area_35) .data_card_numero {
  color: #000;
}
.gruppo_area_35 .calendario a:hover {
  text-decoration-color: #036465;
}

.gruppo_area_36 .list-group-item::before,
.gruppo_area_36 .link-evento a::before,
.node--type-evento:has(.gruppo_area_36) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_36)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_36) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(39%) sepia(10%) saturate(5298%)
    hue-rotate(179deg) brightness(87%) contrast(90%);
}
.hp-card:hover:has(.gruppo_area_36) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_36) a,
.views-view-grid .gruppo_area_36,
.titolo-gruppo.gruppo_area_36 p,
.view-ciclo-evento:has(.gruppo_area_36) .intestazione,
.view-ciclo-evento .gruppo_area_36 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_36) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_36),
.views-view-grid .gruppo_area_36,
.titolo-gruppo.gruppo_area_36 p,
.view-ciclo-evento:has(.gruppo_area_36) .intestazione::after,
.view-ciclo-evento .gruppo_area_36 .title-subtitle::after {
  background-color: #2a67b0;
}
.hp-card:has(.gruppo_area_36) .puntini {
  border-bottom: 4px dotted #2a67b0;
}
.hp-card:hover:has(.gruppo_area_36) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_36 a,
.view-evento-1 .gruppo_area_36 a:hover,
.view-evento-1 .gruppo_area_36 a:focus,
.view-ciclo-evento .gruppo_area_36 a,
.view-ciclo-evento .gruppo_area_36 a:hover,
.view-ciclo-evento .gruppo_area_36 a:focus,
.node--type-evento:has(.gruppo_area_36) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_36)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #2a67b0;
}
.view-evento-1 .gruppo_area_36 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #2a67b0;
}
.hp-card:hover:has(.gruppo_area_36) .titolo_card a,
.hp-card:focus:has(.gruppo_area_36) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_36 .titolo-evento,
.gruppo_area_36 .sottotitolo-evento,
.gruppo_area_36 h3,
.gruppo_area_36 h4 {
  color: #2a67b0;
}
.hp-card:hover:has(.gruppo_area_36) .data_card_numero {
  color: #000;
}
.gruppo_area_36 .calendario a:hover {
  text-decoration-color: #2a67b0;
}

.gruppo_area_37 .list-group-item::before,
.gruppo_area_37 .link-evento a::before,
.node--type-evento:has(.gruppo_area_37) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_37)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_37) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(17%) sepia(4%) saturate(9%)
    hue-rotate(314deg) brightness(98%) contrast(99%);
}
.hp-card:hover:has(.gruppo_area_37) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_37) a,
.views-view-grid .gruppo_area_37,
.titolo-gruppo.gruppo_area_37 p,
.view-ciclo-evento:has(.gruppo_area_37) .intestazione,
.view-ciclo-evento .gruppo_area_37 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_37) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_37),
.views-view-grid .gruppo_area_37,
.titolo-gruppo.gruppo_area_37 p,
.view-ciclo-evento:has(.gruppo_area_37) .intestazione::after,
.view-ciclo-evento .gruppo_area_37 .title-subtitle::after {
  background-color: #2d2d2d;
}
.hp-card:has(.gruppo_area_37) .puntini {
  border-bottom: 4px dotted #2d2d2d;
}
.hp-card:hover:has(.gruppo_area_37) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_37 a,
.view-evento-1 .gruppo_area_37 a:hover,
.view-evento-1 .gruppo_area_37 a:focus,
.view-ciclo-evento .gruppo_area_37 a,
.view-ciclo-evento .gruppo_area_37 a:hover,
.view-ciclo-evento .gruppo_area_37 a:focus,
.node--type-evento:has(.gruppo_area_37) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_37)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #2d2d2d;
}
.view-evento-1 .gruppo_area_37 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #2d2d2d;
}
.hp-card:hover:has(.gruppo_area_37) .titolo_card a,
.hp-card:focus:has(.gruppo_area_37) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_37 .titolo-evento,
.gruppo_area_37 .sottotitolo-evento,
.gruppo_area_37 h3,
.gruppo_area_37 h4 {
  color: #2d2d2d;
}
.hp-card:hover:has(.gruppo_area_37) .data_card_numero {
  color: #000;
}
.gruppo_area_37 .calendario a:hover {
  text-decoration-color: #2d2d2d;
}

.gruppo_area_38 .list-group-item::before,
.gruppo_area_38 .link-evento a::before,
.node--type-evento:has(.gruppo_area_38) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_38)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_38) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(21%) sepia(72%) saturate(1048%)
    hue-rotate(321deg) brightness(103%) contrast(92%);
}
.hp-card:hover:has(.gruppo_area_38) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_38) a,
.views-view-grid .gruppo_area_38,
.titolo-gruppo.gruppo_area_38 p,
.view-ciclo-evento:has(.gruppo_area_38) .intestazione,
.view-ciclo-evento .gruppo_area_38 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_38) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_38),
.views-view-grid .gruppo_area_38,
.titolo-gruppo.gruppo_area_38 p,
.view-ciclo-evento:has(.gruppo_area_38) .intestazione::after,
.view-ciclo-evento .gruppo_area_38 .title-subtitle::after {
  background-color: #983436;
}
.hp-card:has(.gruppo_area_38) .puntini {
  border-bottom: 4px dotted #983436;
}
.hp-card:hover:has(.gruppo_area_38) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_38 a,
.view-evento-1 .gruppo_area_38 a:hover,
.view-evento-1 .gruppo_area_38 a:focus,
.view-ciclo-evento .gruppo_area_38 a,
.view-ciclo-evento .gruppo_area_38 a:hover,
.view-ciclo-evento .gruppo_area_38 a:focus,
.node--type-evento:has(.gruppo_area_38) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_38)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #983436;
}
.view-evento-1 .gruppo_area_38 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #983436;
}
.hp-card:hover:has(.gruppo_area_38) .titolo_card a,
.hp-card:focus:has(.gruppo_area_38) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_38 .titolo-evento,
.gruppo_area_38 .sottotitolo-evento,
.gruppo_area_38 h3,
.gruppo_area_38 h4 {
  color: #983436;
}
.hp-card:hover:has(.gruppo_area_38) .data_card_numero {
  color: #000;
}
.gruppo_area_38 .calendario a:hover {
  text-decoration-color: #983436;
}

.gruppo_area_39 .list-group-item::before,
.gruppo_area_39 .link-evento a::before,
.node--type-evento:has(.gruppo_area_39) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_39)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_39) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(3247%)
    hue-rotate(74deg) brightness(87%) contrast(80%);
}
.hp-card:hover:has(.gruppo_area_39) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_39) a,
.views-view-grid .gruppo_area_39,
.titolo-gruppo.gruppo_area_39 p,
.view-ciclo-evento:has(.gruppo_area_39) .intestazione,
.view-ciclo-evento .gruppo_area_39 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_39) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_39),
.views-view-grid .gruppo_area_39,
.titolo-gruppo.gruppo_area_39 p,
.view-ciclo-evento:has(.gruppo_area_39) .intestazione::after,
.view-ciclo-evento .gruppo_area_39 .title-subtitle::after {
  background-color: #2d5730;
}
.hp-card:has(.gruppo_area_39) .puntini {
  border-bottom: 4px dotted #2d5730;
}
.hp-card:hover:has(.gruppo_area_39) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_39 a,
.view-evento-1 .gruppo_area_39 a:hover,
.view-evento-1 .gruppo_area_39 a:focus,
.view-ciclo-evento .gruppo_area_39 a,
.view-ciclo-evento .gruppo_area_39 a:hover,
.view-ciclo-evento .gruppo_area_39 a:focus,
.node--type-evento:has(.gruppo_area_39) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_39)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #2d5730;
}
.view-evento-1 .gruppo_area_39 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #2d5730;
}
.hp-card:hover:has(.gruppo_area_39) .titolo_card a,
.hp-card:focus:has(.gruppo_area_39) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_39 .titolo-evento,
.gruppo_area_39 .sottotitolo-evento,
.gruppo_area_39 h3,
.gruppo_area_39 h4 {
  color: #2d5730;
}
.hp-card:hover:has(.gruppo_area_39) .data_card_numero {
  color: #000;
}
.gruppo_area_39 .calendario a:hover {
  text-decoration-color: #2d5730;
}

.gruppo_area_40 .list-group-item::before,
.gruppo_area_40 .link-evento a::before,
.node--type-evento:has(.gruppo_area_40) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_40)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_40) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(18%) sepia(69%) saturate(3751%)
    hue-rotate(339deg) brightness(85%) contrast(105%);
}
.hp-card:hover:has(.gruppo_area_40) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_40) a,
.views-view-grid .gruppo_area_40,
.titolo-gruppo.gruppo_area_40 p,
.view-ciclo-evento:has(.gruppo_area_40) .intestazione,
.view-ciclo-evento .gruppo_area_40 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_40) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_40),
.views-view-grid .gruppo_area_40,
.titolo-gruppo.gruppo_area_40 p,
.view-ciclo-evento:has(.gruppo_area_40) .intestazione::after,
.view-ciclo-evento .gruppo_area_40 .title-subtitle::after {
  background-color: #cd132c;
}
.hp-card:has(.gruppo_area_40) .puntini {
  border-bottom: 4px dotted #cd132c;
}
.hp-card:hover:has(.gruppo_area_40) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_40 a,
.view-evento-1 .gruppo_area_40 a:hover,
.view-evento-1 .gruppo_area_40 a:focus,
.view-ciclo-evento .gruppo_area_40 a,
.view-ciclo-evento .gruppo_area_40 a:hover,
.view-ciclo-evento .gruppo_area_40 a:focus,
.node--type-evento:has(.gruppo_area_40) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_40)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #cd132c;
}
.view-evento-1 .gruppo_area_40 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #cd132c;
}
.hp-card:hover:has(.gruppo_area_40) .titolo_card a,
.hp-card:focus:has(.gruppo_area_40) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_40 .titolo-evento,
.gruppo_area_40 .sottotitolo-evento,
.gruppo_area_40 h3,
.gruppo_area_40 h4 {
  color: #cd132c;
}
.hp-card:hover:has(.gruppo_area_40) .data_card_numero {
  color: #000;
}
.gruppo_area_40 .calendario a:hover {
  text-decoration-color: #cd132c;
}

.gruppo_area_41 .list-group-item::before,
.gruppo_area_41 .link-evento a::before,
.node--type-evento:has(.gruppo_area_41) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_41)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_41) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(80%) sepia(90%) saturate(866%)
    hue-rotate(324deg) brightness(106%) contrast(101%);
}
.hp-card:has(.gruppo_area_41) .puntini {
  border-bottom: 4px dotted #ffd53d;
}
.hp-card:hover:has(.gruppo_area_41) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_41) .intestazione,
.view-ciclo-evento .gruppo_area_41 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_41) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_41,
.hp-card:hover:has(.gruppo_area_41),
.titolo-gruppo.gruppo_area_41 p,
.view-ciclo-evento:has(.gruppo_area_41) .intestazione::after,
.view-ciclo-evento .gruppo_area_41 .title-subtitle::after {
  background-color: #ffd53d;
  color: #000;
}
.view-evento-1 .gruppo_area_41 a,
.view-evento-1 .gruppo_area_41 a:hover,
.view-evento-1 .gruppo_area_41 a:focus,
.view-ciclo-evento .gruppo_area_41 a,
.view-ciclo-evento .gruppo_area_41 a:hover,
.view-ciclo-evento .gruppo_area_41 a:focus,
.node--type-evento:has(.gruppo_area_41) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_41)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ffd53d;
}
.view-evento-1 .gruppo_area_41 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ffd53d;
}
.hp-card:hover:has(.gruppo_area_41) .titolo_card a,
.hp-card:focus:has(.gruppo_area_41) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_41 .titolo-evento,
.gruppo_area_41 .sottotitolo-evento,
.gruppo_area_41 h3,
.gruppo_area_41 h4 {
  color: #000;
}
.gruppo_area_41 .calendario a:hover {
  text-decoration-color: #ffd53d;
}

.gruppo_area_42 .list-group-item::before,
.gruppo_area_42 .link-evento a::before,
.node--type-evento:has(.gruppo_area_42) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_42)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_42) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(51%) sepia(9%) saturate(2560%)
    hue-rotate(252deg) brightness(86%) contrast(88%);
}
.hp-card:has(.gruppo_area_42) .puntini {
  border-bottom: 4px dotted #a560a3;
}
.hp-card:hover:has(.gruppo_area_42) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_42) .intestazione,
.view-ciclo-evento .gruppo_area_42 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_42) .titolo_card,
.hp-card:has(.gruppo_area_42) .ora_card,
.hp-card:has(.gruppo_area_42) .data_card {
  color: #000;
}
.views-view-grid .gruppo_area_42,
.hp-card:hover:has(.gruppo_area_42),
.titolo-gruppo.gruppo_area_42 p,
.view-ciclo-evento:has(.gruppo_area_42) .intestazione::after,
.view-ciclo-evento .gruppo_area_42 .title-subtitle::after {
  background-color: #a560a3;
  color: #000;
}
.view-evento-1 .gruppo_area_42 a,
.view-evento-1 .gruppo_area_42 a:hover,
.view-evento-1 .gruppo_area_42 a:focus,
.view-ciclo-evento .gruppo_area_42 a,
.view-ciclo-evento .gruppo_area_42 a:hover,
.view-ciclo-evento .gruppo_area_42 a:focus,
.node--type-evento:has(.gruppo_area_42) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_42)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #a560a3;
}
.view-evento-1 .gruppo_area_42 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #a560a3;
}
.hp-card:hover:has(.gruppo_area_42) .titolo_card a,
.hp-card:focus:has(.gruppo_area_42) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_42 .titolo-evento,
.gruppo_area_42 .sottotitolo-evento,
.gruppo_area_42 h3,
.gruppo_area_42 h4 {
  color: #a560a3;
}
.gruppo_area_42 .calendario a:hover {
  text-decoration-color: #a560a3;
}

.gruppo_area_43 .list-group-item::before,
.gruppo_area_43 .link-evento a::before,
.node--type-evento:has(.gruppo_area_43) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_43)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_43) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(44%) sepia(19%) saturate(4945%)
    hue-rotate(349deg) brightness(103%) contrast(85%);
}
.hp-card:has(.gruppo_area_43) .puntini {
  border-bottom: 4px dotted #ec662b;
}
.hp-card:hover:has(.gruppo_area_43) .puntini {
  border-bottom: 4px dotted #000;
}
.view-ciclo-evento:has(.gruppo_area_43) .intestazione,
.view-ciclo-evento .gruppo_area_43 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_43) .titolo_card {
  color: #000;
}
.views-view-grid .gruppo_area_43,
.hp-card:hover:has(.gruppo_area_43),
.titolo-gruppo.gruppo_area_43 p,
.view-ciclo-evento:has(.gruppo_area_43) .intestazione::after,
.view-ciclo-evento .gruppo_area_43 .title-subtitle::after {
  background-color: #ec662b;
  color: #000;
}
.view-evento-1 .gruppo_area_43 a,
.view-evento-1 .gruppo_area_43 a:hover,
.view-evento-1 .gruppo_area_43 a:focus,
.view-ciclo-evento .gruppo_area_43 a,
.view-ciclo-evento .gruppo_area_43 a:hover,
.view-ciclo-evento .gruppo_area_43 a:focus,
.node--type-evento:has(.gruppo_area_43) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_43)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ec662b;
}
.view-evento-1 .gruppo_area_43 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ec662b;
}
.hp-card:hover:has(.gruppo_area_43) .titolo_card a,
.hp-card:focus:has(.gruppo_area_43) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
}
.gruppo_area_43 .titolo-evento,
.gruppo_area_43 .sottotitolo-evento,
.gruppo_area_43 h3,
.gruppo_area_43 h4 {
  color: #ec662b;
}
.gruppo_area_43 .calendario a:hover {
  text-decoration-color: #ec662b;
}

.gruppo_area_44 .list-group-item::before,
.gruppo_area_44 .link-evento a::before,
.node--type-evento:has(.gruppo_area_44) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_44)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_44) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(38%) sepia(73%) saturate(7406%)
    hue-rotate(236deg) brightness(83%) contrast(99%);
}
.hp-card:hover:has(.gruppo_area_44) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_44) a,
.views-view-grid .gruppo_area_44,
.titolo-gruppo.gruppo_area_44 p,
.view-ciclo-evento:has(.gruppo_area_44) .intestazione,
.view-ciclo-evento .gruppo_area_44 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_44) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_44),
.views-view-grid .gruppo_area_44,
.titolo-gruppo.gruppo_area_44 p,
.view-ciclo-evento:has(.gruppo_area_44) .intestazione::after,
.view-ciclo-evento .gruppo_area_44 .title-subtitle::after {
  background-color: #393dd4;
}
.hp-card:has(.gruppo_area_44) .puntini {
  border-bottom: 4px dotted #393dd4;
}
.hp-card:hover:has(.gruppo_area_44) .puntini {
  border-bottom: 4px dotted #fff;
}
.gruppo_area_44 .titolo-evento,
.gruppo_area_44 .sottotitolo-evento,
.gruppo_area_44 h3,
.gruppo_area_44 h4 {
  color: #393dd4;
}
.view-evento-1 .gruppo_area_44 a,
.view-evento-1 .gruppo_area_44 a:hover,
.view-evento-1 .gruppo_area_44 a:focus,
.view-ciclo-evento .gruppo_area_44 a,
.view-ciclo-evento .gruppo_area_44 a:hover,
.view-ciclo-evento .gruppo_area_44 a:focus,
.node--type-evento:has(.gruppo_area_44) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_44)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #393dd4;
}
.view-evento-1 .gruppo_area_44 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #393dd4;
}
.hp-card:hover:has(.gruppo_area_44) .titolo_card a,
.hp-card:focus:has(.gruppo_area_44) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.hp-card:hover:has(.gruppo_area_44) .data_card_numero {
  color: #000;
}
.gruppo_area_44 .calendario a:hover {
  text-decoration-color: #393dd4;
}

.gruppo_area_45 .list-group-item::before,
.gruppo_area_45 .link-evento a::before,
.node--type-evento:has(.gruppo_area_45) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_45)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_45) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(13%) saturate(0%)
    hue-rotate(223deg) brightness(93%) contrast(88%);
}
.hp-card:hover:has(.gruppo_area_45) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_45) a,
.views-view-grid .gruppo_area_45,
.titolo-gruppo.gruppo_area_45 p,
.view-ciclo-evento:has(.gruppo_area_45) .intestazione,
.view-ciclo-evento .gruppo_area_45 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_45) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_45),
.views-view-grid .gruppo_area_45,
.titolo-gruppo.gruppo_area_45 p,
.view-ciclo-evento:has(.gruppo_area_45) .intestazione::after,
.view-ciclo-evento .gruppo_area_45 .title-subtitle::after {
  background-color: #2d2d2d;
}
.hp-card:has(.gruppo_area_45) .puntini {
  border-bottom: 4px dotted #2d2d2d;
}
.hp-card:hover:has(.gruppo_area_45) .puntini {
  border-bottom: 4px dotted #fff;
}
.gruppo_area_45 .titolo-evento,
.gruppo_area_45 .sottotitolo-evento,
.gruppo_area_45 h3,
.gruppo_area_45 h4 {
  color: #2d2d2d;
}
.view-evento-1 .gruppo_area_45 a,
.view-evento-1 .gruppo_area_45 a:hover,
.view-evento-1 .gruppo_area_45 a:focus,
.view-ciclo-evento .gruppo_area_45 a,
.view-ciclo-evento .gruppo_area_45 a:hover,
.view-ciclo-evento .gruppo_area_45 a:focus,
.node--type-evento:has(.gruppo_area_45) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_45)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #2d2d2d;
}
.view-evento-1 .gruppo_area_45 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #2d2d2d;
}
.hp-card:hover:has(.gruppo_area_45) .titolo_card a,
.hp-card:focus:has(.gruppo_area_45) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.hp-card:hover:has(.gruppo_area_45) .data_card_numero {
  color: #000;
}
.gruppo_area_45 .calendario a:hover {
  text-decoration-color: #2d2d2d;
}

.gruppo_area_46 .list-group-item::before,
.gruppo_area_46 .link-evento a::before,
.node--type-evento:has(.gruppo_area_46) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_46)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_46) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(59%) saturate(3335%)
    hue-rotate(335deg) brightness(77%) contrast(113%);
}
.hp-card:hover:has(.gruppo_area_46) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_46) a,
.views-view-grid .gruppo_area_46,
.titolo-gruppo.gruppo_area_46 p,
.view-ciclo-evento:has(.gruppo_area_46) .intestazione,
.view-ciclo-evento .gruppo_area_46 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_46) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_46),
.views-view-grid .gruppo_area_46,
.titolo-gruppo.gruppo_area_46 p,
.view-ciclo-evento:has(.gruppo_area_46) .intestazione::after,
.view-ciclo-evento .gruppo_area_46 .title-subtitle::after {
  background-color: #cd132c;
}
.hp-card:has(.gruppo_area_46) .puntini {
  border-bottom: 4px dotted #cd132c;
}
.hp-card:hover:has(.gruppo_area_46) .puntini {
  border-bottom: 4px dotted #fff;
}
.gruppo_area_46 .titolo-evento,
.gruppo_area_46 .sottotitolo-evento,
.gruppo_area_46 h3,
.gruppo_area_46 h4 {
  color: #cd132c;
}
.view-evento-1 .gruppo_area_46 a,
.view-evento-1 .gruppo_area_46 a:hover,
.view-evento-1 .gruppo_area_46 a:focus,
.view-ciclo-evento .gruppo_area_46 a,
.view-ciclo-evento .gruppo_area_46 a:hover,
.view-ciclo-evento .gruppo_area_46 a:focus,
.node--type-evento:has(.gruppo_area_46) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_46)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #cd132c;
}
.view-evento-1 .gruppo_area_46 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #cd132c;
}
.hp-card:hover:has(.gruppo_area_46) .titolo_card a,
.hp-card:focus:has(.gruppo_area_46) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.hp-card:hover:has(.gruppo_area_46) .data_card_numero {
  color: #000;
}
.gruppo_area_46 .calendario a:hover {
  text-decoration-color: #cd132c;
}

.gruppo_area_47 .list-group-item::before,
.gruppo_area_47 .link-evento a::before,
.node--type-evento:has(.gruppo_area_47) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_47)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_47) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(39%) sepia(73%) saturate(445%)
    hue-rotate(173deg) brightness(91%) contrast(101%);
}
.hp-card:hover:has(.gruppo_area_47) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_47) a,
.views-view-grid .gruppo_area_47,
.titolo-gruppo.gruppo_area_47 p,
.view-ciclo-evento:has(.gruppo_area_47) .intestazione,
.view-ciclo-evento .gruppo_area_47 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_47) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_47),
.views-view-grid .gruppo_area_47,
.titolo-gruppo.gruppo_area_47 p,
.view-ciclo-evento:has(.gruppo_area_47) .intestazione::after,
.view-ciclo-evento .gruppo_area_47 .title-subtitle::after {
  background-color: #3770b7;
}
.hp-card:has(.gruppo_area_47) .puntini {
  border-bottom: 4px dotted #3770b7;
}
.hp-card:hover:has(.gruppo_area_47) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_47 a,
.view-evento-1 .gruppo_area_47 a:hover,
.view-evento-1 .gruppo_area_47 a:focus,
.view-ciclo-evento .gruppo_area_47 a,
.view-ciclo-evento .gruppo_area_47 a:hover,
.view-ciclo-evento .gruppo_area_47 a:focus,
.node--type-evento:has(.gruppo_area_47) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_47)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #3770b7;
}
.view-evento-1 .gruppo_area_47 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #3770b7;
}
.hp-card:hover:has(.gruppo_area_47) .titolo_card a,
.hp-card:focus:has(.gruppo_area_47) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_47 .titolo-evento,
.gruppo_area_47 .sottotitolo-evento,
.gruppo_area_47 h3,
.gruppo_area_47 h4 {
  color: #3770b7;
}
.hp-card:hover:has(.gruppo_area_47) .data_card_numero {
  color: #000;
}
.gruppo_area_47 .calendario a:hover {
  text-decoration-color: #3770b7;
}

.gruppo_area_48 .list-group-item::before,
.gruppo_area_48 .link-evento a::before,
.node--type-evento:has(.gruppo_area_48) .footer-video::before,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_48)
  .eventociclo__concluso::before,
.node--type-evento:has(.gruppo_area_48) .view-evento-1 .calendario a::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(16%) saturate(2300%)
    hue-rotate(206deg) brightness(95%) contrast(88%);
}
.hp-card:hover:has(.gruppo_area_48) .blocco_testo_card,
.hp-card:hover:has(.gruppo_area_48) a,
.views-view-grid .gruppo_area_48,
.titolo-gruppo.gruppo_area_48 p,
.view-ciclo-evento:has(.gruppo_area_48) .intestazione,
.view-ciclo-evento .gruppo_area_48 .title-subtitle,
.hp-card:hover .blocco_testo_card:has(.gruppo_area_48) .titolo_card {
  color: #fff;
}
.hp-card:hover:has(.gruppo_area_48),
.views-view-grid .gruppo_area_48,
.titolo-gruppo.gruppo_area_48 p,
.view-ciclo-evento:has(.gruppo_area_48) .intestazione::after,
.view-ciclo-evento .gruppo_area_48 .title-subtitle::after {
  background-color: #464081;
}
.hp-card:has(.gruppo_area_48) .puntini {
  border-bottom: 4px dotted #464081;
}
.hp-card:hover:has(.gruppo_area_48) .puntini {
  border-bottom: 4px dotted #fff;
}
.view-evento-1 .gruppo_area_48 a,
.view-evento-1 .gruppo_area_48 a:hover,
.view-evento-1 .gruppo_area_48 a:focus,
.view-ciclo-evento .gruppo_area_48 a,
.view-ciclo-evento .gruppo_area_48 a:hover,
.view-ciclo-evento .gruppo_area_48 a:focus,
.node--type-evento:has(.gruppo_area_48) .footer-video a,
.node--type-ciclo-evento:has(.titolo-gruppo.gruppo_area_48)
  .eventociclo__concluso
  a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #464081;
}
.view-evento-1 .gruppo_area_48 .luogo-evento span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #464081;
}
.hp-card:hover:has(.gruppo_area_48) .titolo_card a,
.hp-card:focus:has(.gruppo_area_48) .titolo_card a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #fff;
}
.gruppo_area_48 .titolo-evento,
.gruppo_area_48 .sottotitolo-evento,
.gruppo_area_48 h3,
.gruppo_area_48 h4 {
  color: #464081;
}
.hp-card:hover:has(.gruppo_area_48) .data_card_numero {
  color: #000;
}
.gruppo_area_48 .calendario a:hover {
  text-decoration-color: #464081;
}

/*Tabelle*/
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #000;
}

/*Calendario*/
.block-views-exposed-filter-blockeventi-cicli-elenco-page-1 {
  display: none;
}
#block-datepickermobile {
  justify-content: center;
  margin-bottom: 2rem;
}
#block-datepicker {
  position: absolute;
  top: -20rem;
  left: 67.5%;
  width: fit-content;
}
#block-datepicker table tr th,
#block-datepickermobile table tr th {
  background: #f3f3f3;
}
.ui-datepicker {
  padding: 0rem;
}
.ui-datepicker table {
  margin: 0rem;
}
#block-datepicker table tr,
#block-datepickermobile table tr {
  background: #fff;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
  width: 37px;
  height: 37px;
}
.ui-datepicker td a {
  width: 37px;
  height: 37px;
  text-align: center;
}
.ui-state-active:not(.ui-state-highlight) {
  border-radius: 50%;
  background-color: #ce132d !important;
}
.ui-widget-header .ui-icon-circle-triangle-w {
  background-position: unset;
  background-image: url(/themes/custom/unitn_eventi/icons/angle-left-solid.svg);
  filter: brightness(0) saturate(100%) invert(13%) sepia(83%) saturate(4074%)
    hue-rotate(342deg) brightness(100%) contrast(99%);
}
.ui-widget-header .ui-icon-circle-triangle-e {
  background-position: unset;
  background-image: url(/themes/custom/unitn_eventi/icons/angle-right-solid.svg);
  filter: brightness(0) saturate(100%) invert(13%) sepia(83%) saturate(4074%)
    hue-rotate(342deg) brightness(100%) contrast(99%);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: unset;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-header {
  background: #fff;
}
.ui-state-default.ui-state-highlight.ui-state-active {
  color: #ce132d;
}

/* Backoffice news */
.data-evento .tag .list-group {
  flex-direction: row;
  gap: 1rem;
}
.data-evento .tag {
  padding-top: 1rem;
}
.data-evento .tag .list-group .list-group-item {
  background-color: #ccc;
  text-align: center;
  border-radius: 35px;
  padding: 0rem 1rem !important;
  background-image: unset;
}
.link-evento .list-group-item a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #cd132c;
}
.data-evento .titolo-evento {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  color: #ce0f2d;
}
.data-evento .sottotitolo-evento {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #ce0f2d;
}
.testo-info-evento .data-evento time {
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  padding-bottom: 1.5rem;
  text-transform: unset !important;
}

/* NEWS */

.node--type-notizia h3 {
  border-bottom: unset !important;
}

/* Correlati */
.vista-all-news .views-view-grid > .row {
  row-gap: 2rem;
}
.link-news a {
  position: absolute;
  inset: 0;
  font-size: 0;
}
/* .box-news:has([href]:not(:where( [href^="#"], [href^="/"]:not([href^="//"])))) .titolo-news::before {
  content: "";
  background-image: url(/themes/custom/unitn_eventi/icons/linkext.svg);
  padding-right: 9px !important;
  padding-left: 22px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px;
} */
.gruppo-news div {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 0px 10px;
  margin-top: 0.5rem;
}

.navbar a[target="_blank"]::after,
.paragraph__allegati a[target="_blank"]::after,
.menu-spalla a[target="_blank"]::after,
.link-evento a[target="_blank"]::after,
.footer-video a::after,
.link-evento .list-group-item a[target="_blank"]::after,
.link-ciclo .list-group-item a[target="_blank"]::after,
.eventociclo__concluso a[target="_blank"]::after {
  content: url(/themes/custom/unitn_default/icons/freccia-link.svg);
  position: absolute;
  padding-left: 0.4rem;
}
.link-tutta-card a[target="_blank"]::after {
  content: unset;
}
a.position-absolute[target="_blank"]::after {
  content: unset;
}
.menu--menu-utility a[target="_blank"]::after {
  content: unset;
}

/*nodo non pubblico*/
.node--unpublished {
  background-color: #f0d1d1;
}

/* -----------------vista desktop---------------------*/

/* 1.  */
.menu--menu-social a {
  height: 40px;
  width: 40px;
  background-size: cover;
  margin: 5px 0;
}
/* 3.  */
.dotted_title::before,
.dotted_title::after {
  border-top: 2px dotted #cccccc;
  top: 50%;
}
#content .puntini,
.speaker-evento,
.view-evento-1 h3,
.descrizione-ciclo h3,
.view-ciclo-evento .organizzazione-ciclo {
  border-bottom-width: 2px;
}
/* Homepage */
/* 1  */
.hero__img {
  position: relative;
}
.hero__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(251, 251, 251, 0.1) 100%
  );
}
.hero__img:has(.field--name-field-didascalia)::after {
  inset: 0 0 10%;
}

/* 2 */
.hero__img .field--name-field-didascalia > .field__item {
  position: absolute;
  bottom: 10px;
  left: 30px;
  right: 10px;
  color: white;
  z-index: 10;
  bottom: 30px;
}
.hero__img .field--name-field-didascalia::after {
  content: "";
  display: block;
  background: linear-gradient(
    180deg,
    rgba(251, 251, 251, 0.1) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  position: absolute;
  inset: 90% 0 15px 0;
}
@media (min-width: 768px) {
  .hero__img .field--name-field-didascalia > .field__item {
    right: 70%;
  }
}

/* 3. */
.form-control,
.form-select {
  border-radius: 0;
}

/* 5. - 6.*/
@media (min-width: 1400px) {
  .block-views-exposed-filter-blockeventi-cicli-elenco-page-3 input,
  .link__wrapper--hero a {
    width: 38rem;
  }
}
.form-control {
  border: 1px solid #000000;
}
/* 7. */
.link__wrapper--hero a:hover {
  background: #b10b25;
  text-decoration: none;
}

.view-eventi-cicli-elenco .js-form-item {
  width: 100%;
}
@media (min-width: 992px) {
  .view-eventi-cicli-elenco .js-form-item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .view-eventi-cicli-elenco .js-form-item {
    width: 25%;
  }
}
/* 9 da scommentare e mettere il path dell'icona giusta quando verrÃ  caricata */
/* .views-filters-summary a.remove-filter {
    background-image: url(/themes/custom/unitn_eventi/icons/cancella.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: transparent !important;
    height: 30px;
    width: 30px;
    margin-right: 5px;
  } */
/* 13 elimina stile underline al mouse over */
.hp-card:hover .titolo_card {
  text-decoration: none;
}
/* Pagina foglia evento */
/* 16 */
@media (min-width: 768px) {
  .title-page__title--hero {
    font-size: clamp(2rem, 1.7159rem + 1.4205vw, 2.625rem);
  }
}
.titolo-gruppo p {
  font-size: 1.25rem;
}
/* 17 */
body {
  font-size: 1rem;
}
/* fix datepicker */
.ui-datepicker td a {
  width: 35px;
}
/* 18 */
.view-evento-1 p a {
  font-weight: 400;
}
/* 20 */
.view-evento-1 .immagine-evento img,
.view-ciclo-evento .immagine-ciclo img {
  aspect-ratio: 1/1;
}
/* 22  manca il font-weight:700*/
.view-ciclo-evento .titolo-ciclo,
.view-evento-1 .titolo-evento {
  font-weight: 700;
}
/* 25 */
.view-evento-1 .contenitore-calendario {
  border-bottom: 0;
}
.contatti-evento:has(.contatto) {
  border-top: 2px dotted #cccccc;
  width: 100%;
  padding-top: 10px;
  margin-top: 1.5rem;
}

/* 27  se un titolo con la classe .dotted_title Ã¨ vuoto, non si vedranno i puntini */
.dotted_title:has(h2:empty)::after,
.dotted_title:has(h2:empty)::before {
  border-top: 0;
}

/* 28 + vista mobile riga 2 */
.view-evento-1 h2,
.view-ciclo-evento h2 {
  font-size: 26px;
  /* line-height: 24px; */
}
.view-evento-1 h3,
.view-ciclo-evento h3 {
  font-size: 24px;
  /* line-height: 24px; */
  padding-bottom: 5px;
}
.view-evento-1 h4,
.view-ciclo-evento h4 {
  font-size: 20px;
  /* line-height: 24px; */
}
.view-evento-1 h5,
.view-ciclo-evento h5 {
  font-size: 0.938rem;
  /* line-height: 24px; */
}
@media (min-width: 576px) {
  .view-evento-1 h2,
  .view-ciclo-evento h2 {
    font-size: 26px;
  }
  .view-evento-1 h3,
  .view-ciclo-evento h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .view-evento-1 h4,
  .view-ciclo-evento h4 {
    font-size: 20px;
  }
  .view-evento-1 h5,
  .view-ciclo-evento h5 {
    font-size: 18px;
  }
}
/* 10 */
.dotted_title h2,
.dotted_title h2 {
  margin: 1rem 0;
}
/* 29 */
.file--x-office-document a,
.file--x-office-document a:hover {
  font-size: 16px;
}
.view-ciclo-evento li a {
  font-size: 1rem;
}
/* modifica font-size di default  */
/* .view-evento-1 div,
  .view-ciclo-evento div,
  .view-evento-1 p,
  .view-ciclo-evento p,
  .view-evento-1 a,
  .view-ciclo-evento a {
      font-size: 20px;
  } */
/* 31 */
@media (min-width: 992px) {
  .contatti-ciclo .contatto,
  .contatti-evento .contatto {
    display: flex;
    flex-wrap: wrap;
  }
  .contatto > div {
    margin-right: 10px;
  }
  .nome-contatto {
    display: flex;
  }
}
/* aggiungere virgola dal backoffice oppure: */
/* .contatto > div:not(:last-child):after {
    content:",";
  }  */
/*tags desktop  */
.listatag.item-list ul,
.view-evento-1 .tag .list-group {
  flex-wrap: wrap;
}
/* Vista mobile
  riferimento: mockup xsmall */
/* 1 */
@media (max-width: 576px) {
  /* 1 e 2*/
  .node--type-home-page .navbar-expand-lg {
    background: linear-gradient(
      to bottom,
      #cf1f38 0%,
      #cf1f38 103px,
      #fff 103px,
      #fff 100%
    );
  }
  .node--type-evento .navbar-expand-lg:not(:has(.gruppo_area_)),
  .node--type-ciclo-evento .navbar-expand-lg:not(:has(.gruppo_area_)) {
    background: linear-gradient(
      to bottom,
      #dadada 0%,
      #dadada 65%,
      #fff 55%,
      #fff 100%
    );
  }
  .navbar-brand {
    margin: auto;
    width: unset;
  }
  /* font-size desktop*/
  .view-evento-1 .titolo-gruppo p,
  .view-ciclo-evento .titolo-gruppo p {
    font-size: 1.25rem;
    padding: 1rem;
  }
  /* -------modifica font-size mobile--------- */
  #block-eventi .title-page__title--hero,
  .title-page__title--hero a {
    padding: 0;
    font-size: 1.938rem;
  }
  .view-evento-1 .titolo-evento,
  .view-ciclo-evento .titolo-ciclo {
    font-size: 1.563rem;
    line-height: 30px;
  }
  .view-evento-1 .sottotitolo-evento,
  .view-ciclo-evento .sottotitolo-ciclo {
    font-size: 1.375rem;
    line-height: 26px;
  }
  .view-evento-1 .data-evento,
  .view-ciclo-evento .data-ciclo,
  .testo-info-evento .data-evento time {
    font-size: 1rem;
    padding-bottom: 5px;
    line-height: 25px;
  }
  .view-ciclo-evento .views-row,
  .view-evento-1 div,
  .view-ciclo-evento div,
  .view-evento-1 p,
  .view-ciclo-evento p,
  .view-ciclo-evento li,
  .view-evento-1 li,
  .view-evento-1 a,
  .view-ciclo-evento a,
  .view-ciclo-evento a:hover,
  .footer-video a,
  .vista-loghi {
    font-size: 0.875rem;
    line-height: 21px;
  }
  .view-evento-1 .intestazione,
  .testo-info-evento div,
  .testo-info-evento a,
  .listatag,
  .tag .list-group-item,
  .view-evento-1 .view-header div:nth-child(2) a,
  .didascalia-immagine p,
  .didascalia-immagine a {
    font-size: 0.75rem;
  }
  .view.view-evento-1.view-id-evento_1 .luogo-evento .field-content {
    font-size: 0.75rem;
  }
  .view-evento-1 .calendario {
    padding: 0.5rem;
  }
  .dotted_title h2,
  .dotted_title h2 {
    font-size: 26px;
  }
  .abstract-ciclo p {
    font-size: 1rem;
  }
  .file--x-office-document a,
  .file--x-office-document a:hover,
  .link-evento,
  .view-ciclo-evento .link-ciclo a {
    font-size: 14px;
    line-height: 25px;
  }
  .site-footer,
  .site-footer p {
    font-size: 0.75rem;
  }
  .hp-card .data_card_numero {
    font-size: 1.25rem;
  }
  .listatag.item-list ul {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .listatag .tag {
    margin-bottom: 5px;
  }
  /* riduzione dimensioni pulsanti hp*/
  .block-views-exposed-filter-blockeventi-cicli-elenco-page-3 input {
    padding: 0.2rem 1rem;
  }
  .link__wrapper--hero a,
  .link__wrapper--hero a:hover {
    padding: 0.4rem;
    font-size: 0.875rem;
  }
  .title-page__wrapper > .container,
  .block-views-exposed-filter-blockeventi-cicli-elenco-page-3 .d-flex {
    padding: 0;
  }
  .link__wrapper--hero a,
  .block-views-exposed-filter-blockeventi-cicli-elenco-page-3
    .d-flex
    > .js-form-type-textfield {
    width: 100%;
  }
  /* fix icona calendario */
  .view-evento-1 .calendario a {
    background-image: none;
    padding-left: 0;
  }
  .view-evento-1:not(:has(.gruppo_area_)) .calendario:before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(14%) saturate(7497%)
      hue-rotate(226deg) brightness(92%) contrast(100%);
  }
}
/* fix padding contatti in pagina di dettaglio ciclo eventi */
@media (min-width: 768px) and (max-width: 992px) {
  .view-evento.view-display-id-block_4 > .view-content > .views-row,
  .view-ciclo-evento.view-display-id-block_2 > .view-content > .views-row {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
/* riga 91 */
/* ridurre LOGO UNITRENTO a 300px- estendi su tutti gli ambienti */
#navbar-main .navbar-brand img {
  width: 225px;
}
@media (min-width: 1024px) {
  #navbar-main .navbar-brand img {
    width: 270px;
  }
}
#block-logo-2 img {
  width: 225px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #block-logo-2 img {
    width: 270px;
  }
}
/* riga 92 */
/* correggere la sovrapposizione tra calendario e hp hero */
#block-datepicker {
  top: -22rem;
}

/*Testo ricerca libera icona*/
.js-form-item:has(> #edit-combine) {
  position: relative;
}
.main_hero div:has(> #edit-combine)::after {
  content: "";
  background-image: url(/themes/custom/unitn_default/icons/search.svg);
  position: absolute;
  right: 14px;
  top: 8px;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 40px;
}
@media (min-width: 577px) {
  .main_hero div:has(> #edit-combine)::after {
    content: "";
    background-image: url(/themes/custom/unitn_default/icons/search.svg);
    top: 14px;
  }
}

/*filtri hp*/
.views-filters-summary a.remove-filter::after {
  content: url(/themes/custom/unitn_default/icons/close.svg);
}
.views-filters-summary a.remove-filter {
  font-size: 0px !important;
}

/*Didascalia img*/
.field--name-field-didascalia p,
.didascalia-immagine p {
  text-align: end;
  color: #6c757d;
  font-size: 0.857em;
}

/* Slider */
.slick-next:before {
  content: url("/themes/custom/unitn_default/icons/arrowright.svg");
}
.slick-prev:before {
  content: url("/themes/custom/unitn_default/icons/arrowleft.svg");
}

/* immagine eventi */
.info-evento .field--name-field-media-image img,
.info-evento .field--name-field-media-image-2 img {
	max-width:480px;
}
.node--type-evento .info-evento > div:has(.field--name-field-media-image),
.node--type-evento .info-evento > div:has(.field--name-field-media-image-2) {
	float: right;
  padding-left: 2rem;
}
.contatti-evento {
  margin-bottom: 10px;
}
.testo-info-evento > div > .field--name-field-didascalia {
  display: none;
}
@media (max-width: 992px) {
  .contatti-evento {
    margin-bottom: 10px;
  }
  .testo-info-evento > div > .field--name-field-didascalia {
    display: block;
  }
}

/*Calendario
.event-day a {
  font-weight: 700!important;
}*/

/*Luogo evento altro*/
.luogo-evento:has(.evento_108) {
  display: none;
}
/*eventi calendario*/
.event-day a {
  font-weight: 700 !important;
}
/* correlati */
.correlati .gruppo-news .gruppo_area_1 {
  display: inline-block;
}
#views-bootstrap-correlati-block-1 .link-news a {
  font-size: 0;
}
#news-content .link-evento {
  margin-bottom: 20px;
}

/*dots*/
[aria-label="1 of 1"]::before {
  display: none;
}

/* MAPPA SITO */
/*.mappa-sito {
  margin-top: 2rem;
}
*/
.mappa-sito ul {
  list-style: disc;
  padding-left: 1rem;
}

.mappa-sito .lvl-0 {
  list-style: none;
}

.mappa-sito li {
  display: list-item;
  background-color: unset !important;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

/*
.mappa-sito .lvl-0 > li:not(:first-child) {
  margin-top: 2rem;
}

*/
.mappa-sito li::marker {
  color: #3b3b3b;
}

.mappa-sito span,
.mappa-sito a {
  display: inline-block;
  word-break: break-word;
  hyphens: auto;
  padding-left: 0;
  color: #3b3b3b;
}

.mappa-sito a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ce0f2d;
  color: #3b3b3b;
}

.mappa-sito .nav-link:hover {
  color: #3b3b3b;
}

.mappa-sito .lvl-0 > li > span,
.mappa-sito .lvl-0 > li > a {
  margin-bottom: 0.3rem;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid #8080807a;
  display: block;
}

/*cookie*/
.site-eventi.node--type-home-page .cookiesjsr-banner--action button {
  overflow: hidden;
}

/*elenco eventi homepage*/
.node--type-home-page .view-eventi-cicli-elenco .view-content.row,
.view-eventi-cicli-elenco.view-display-id-page_3 .view-content.row,
.view-eventi-cicli-elenco.view-display-id-page_1 .view-content.row {
  justify-content: center;
}

/*ptl-8434*/
.titolo-ciclo:not(:has(+ .sottotitolo-ciclo)) {
  padding-bottom: 2rem;
}

/*ptl-8333*/
div#views-bootstrap-ciclo-evento-block-4 {
  row-gap: 2rem;
}

.pager__item button.pager-show-more-button::before {
  content: "";
  background-image: url(/themes/custom/unitn_eventi/icons/pager.svg);
  padding-right: 24px;
  min-height: 22px;
  background-repeat: no-repeat;
  background-position: left center;
}

.pager__item button.pager-show-more-button,
.pager__item button.pager-show-more-button:hover,
.pager__item button.pager-show-more-button:focus {
  color: #3b3b3b;
  background: #dadada;
  padding: 0.5rem 2rem;
  border: none;
  font: inherit;
  text-align: left;
  text-decoration: none;
  display: inline-block;
}

.noarrow,
body a.noarrow[target="_blank"]::after {
  content: unset;
}

/*Accessibilità*/
@media (min-width: 768px) {
  .view-eventi-cicli-elenco.view-display-id-block_3 #accordion-collapseOne {
    display: block !important;
  }
}

/* PTL-8660 */
.field--name-field-media-oembed-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
