@charset "UTF-8";
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #404040;
  font-size: 1rem;
  line-height: 1.4; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 4rem;
  font-family: 'Playfair Display', serif;
  color: #212121; }

h2, .h2 {
  font-size: 2.25rem;
  font-family: 'Playfair Display', serif; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 1rem; }

/***base-element***/
.mt-6,
.my-6 {
  margin-top: 3.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 4rem !important; }

.mt-9,
.my-9 {
  margin-top: 4.5rem !important; }

.mt-10,
.my-10 {
  margin-top: 5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 3.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 4rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 5rem !important; }

.mb-20,
.my-20 {
  margin-bottom: 10rem !important; }

.mt-20,
.my-20 {
  margin-top: 10rem !important; }

.pt-6,
.py-6 {
  padding-top: 3.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 4rem !important; }

.pt-9,
.py-9 {
  padding-top: 4.5rem !important; }

.pt-10,
.py-10 {
  padding-top: 5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 3.5rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 4rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 4.5rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 5rem !important; }

.pb-20,
.py-20 {
  padding-bottom: 10rem !important; }

.pt-20,
.py-20 {
  padding-top: 10rem !important; }

.pr-10,
.px-10 {
  padding-right: 5rem !important; }

.pl-10,
.px-10 {
  padding-left: 5rem !important; }

p {
  margin-bottom: 1.5rem; }

.container {
  max-width: 1300px; }

.container-fluid {
  with: 100%;
  max-width: 1920px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.hide, .hidden {
  display: none; }

ul {
  margin: 0;
  padding-left: 1rem; }

.no-scroll {
  overflow: hidden !important; }

.invert {
  filter: invert(100%); }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  margin-top: 0; }

.rectangle {
  width: 100%;
  position: relative;
  padding-bottom: 50%; }
  .rectangle-short {
    padding-bottom: 60%; }
  .rectangle .rectangle-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: space-between; }

.rectangle-4 {
  width: 100%;
  position: relative;
  padding-bottom: 75%; }
  .rectangle-4-short {
    padding-bottom: 75%; }
  .rectangle-4 .rectangle-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: space-between;
    background-position: center;
    background-size: cover; }

/***form***/
form {
  line-height: 1.5; }
  form label {
    display: grid;
    margin-bottom: .5rem;
    background: white;
    padding: 0.15rem .5rem;
    font-size: .75rem;
    border: 1px solid #AAA;
    font-size: .7rem;
    letter-spacing: .05rem; }
  form input, form optgroup, form textarea {
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    line-height: inherit;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    transition: .5s; }
    form input:focus, form optgroup:focus, form textarea:focus {
      border: 0px solid;
      font-size: 1.25rem; }
    form input::placeholder, form optgroup::placeholder, form textarea::placeholder {
      color: #5D5D5D;
      font-weight: 300; }
  form select {
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    line-height: inherit;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    transition: .5s; }
    form select:focus {
      border: 0px solid;
      font-size: 1; }
    form select::placeholder {
      color: #5D5D5D;
      font-weight: 300; }
  form input[type="checkbox"], form input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    width: auto;
    margin-right: .5rem; }

/***header***/
.site-header {
  position: fixed;
  top: 0;
  z-index: 15;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  padding: 0 1rem;
  height: 4rem; }
  .site-header .site-title {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden; }
    .site-header .site-title a img {
      margin-top: .25rem;
      height: 3.5rem;
      width: auto; }
  .site-header .navbar {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%; }
    .site-header .navbar .dropbtn {
      font-size: 1.25rem;
      z-index: 50;
      position: relative; }
  .site-header .open-nav .dropdown-content {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    background: none;
    padding: 4rem 1rem 0rem 1rem;
    z-index: 20;
    margin: 0;
    line-height: 1.8;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    top: 0; }
    .site-header .open-nav .dropdown-content .row {
      background: #f3f3f3; }
    .site-header .open-nav .dropdown-content .navdrop-title {
      font-weight: 600;
      color: black; }
    .site-header .open-nav .dropdown-content .navdrop-nav {
      list-style: none;
      padding: 0;
      width: 100%; }
  .site-header .open-nav .dropdown-content-s {
    display: none;
    position: absolute;
    min-width: 250px;
    left: 0;
    background: #f7f7f6;
    padding: 1.5rem;
    z-index: 20;
    margin: 0;
    line-height: 1.8;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
  .site-header .open-nav:hover .dropdown-content, .site-header .open-nav:hover .dropdown-content-s {
    display: block; }
  .site-header .hamburger-menu {
    cursor: pointer;
    height: 64px;
    background: #b53422;
    width: 64px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 0; }
    .site-header .hamburger-menu div {
      margin: .25rem 0;
      background: white;
      width: 32px;
      height: 2px; }

/***slider***/
.hero {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .hero .hero-content {
    z-index: 30;
    color: black;
    text-align: center; }

.home-hero {
  min-height: 600px;
  height: 100vh;
  background-size: cover;
  background-position: center; }
  @media (max-width: 768px) {
    .home-hero {
      background-position: center;
      background-size: cover; } }

.closebtn, .close-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  z-index: 1; }

/***footer***/
.site-footer {
  font-size: 0.850rem;
  line-height: 1.8; }
  .site-footer .dot {
    background-image: url("../img/single_point.svg");
    height: 2px;
    margin: 4rem 1rem; }
  .site-footer .footer-title {
    font-size: 1rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 1rem; }
  .site-footer .footer-nav {
    list-style: none;
    padding: 0; }
  .site-footer .footer-social {
    list-style: none;
    display: flex;
    padding: 0; }
    .site-footer .footer-social .footer-social-item {
      margin-right: 1.5rem; }

/***background***/
.bg-lgrey {
  background-color: #f6f6f6; }

.bg-white {
  background-color: white; }

.bg-black {
  background-color: black;
  color: white; }
  .bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h4, .bg-black h6 {
    color: white; }

.bg-dgrey {
  background-color: #393939;
  color: white; }
  .bg-dgrey h1, .bg-dgrey h2, .bg-dgrey h3, .bg-dgrey h4, .bg-dgrey h4, .bg-dgrey h6 {
    color: white; }
  .bg-dgrey .card-content {
    background: none; }

.site section {
  padding: 3rem 0;
  position: relative; }

/***links***/
a {
  color: #000; }
  a:hover {
    color: #212121;
    text-decoration: none; }

.contain a {
  color: #000;
  box-shadow: inset 0 -2px 0 #007fcc;
  transition: box-shadow .5s; }
  .contain a:hover {
    color: #212121;
    text-decoration: none;
    box-shadow: inset 0 -15px 0 rgba(0, 127, 204, 0.4);
    transition: box-shadow .5s; }

.dropdown-content a, .error-404 a {
  color: #000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0) !important;
  transition: box-shadow .5s; }
  .dropdown-content a:hover, .error-404 a:hover {
    color: #212121;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
    transition: box-shadow .5s; }

.more-link::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-right.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0 0 .25rem;
  transition: margin  .5s; }
.more-link:hover::after {
  margin: 0 0 0 .5rem; }

.more-icon {
  width: 1rem;
  margin-left: .5rem; }

.link-box {
  width: 300px;
  height: 150px;
  display: flex;
  padding: 1rem;
  border: 4px solid #007FCC; }
  .link-box:hover {
    border: 4px solid #007FCC; }
  .link-box .box-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .link-box .box-title {
    color: #007FCC;
    font-size: 1.5rem; }

/***button***/
.btn, .search-submit {
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .05rem;
  background: rgba(181, 52, 34, 0.8);
  padding: .5rem .75rem;
  color: #FFFFFF !important;
  border-radius: 0;
  width: 100% !important;
  max-width: 300px !important;
  transition: background .5s !important;
  font-weight: 300;
  box-shadow: none !important; }
  .btn:hover, .search-submit:hover {
    background: #b53422;
    transition: background .5s;
    color: #FFFFFF; }
  .btn img, .search-submit img {
    width: 1rem;
    height: auto; }

.btn-secondary {
  color: rgba(200, 40, 30, 0.7);
  background-color: rgba(255, 255, 255, 0);
  border-color: none;
  transition: .5s;
  letter-spacing: .25rem;
  font-size: .825rem;
  font-weight: 600; }
  .btn-secondary:hover {
    color: rgba(200, 40, 30, 0.7);
    text-decoration: underline;
    background-color: rgba(255, 255, 255, 0); }
  .btn-secondary img {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -3px; }

/***Title***/
.lable-title {
  margin-bottom: 8rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: .825rem;
  text-transform: uppercase;
  letter-spacing: .5rem;
  font-weight: 600; }
  .lable-title::before {
    content: url("../img/line_ob.svg");
    position: relative;
    top: .5rem;
    width: 1rem;
    height: 1rem; }
  .lable-title::after {
    content: url("../img/line_ob.svg");
    position: relative;
    top: .5rem;
    width: 1rem;
    height: 1rem; }
  .lable-title img {
    height: 1rem;
    width: 1rem; }

.accordion .accordion-link {
  cursor: pointer; }
  .accordion .accordion-link:last-child {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: .5rem; }
  .accordion .accordion-link h3 {
    color: #007FCC; }
  .accordion .accordion-link .accordion-icon {
    position: absolute;
    right: 1.5rem; }
  .accordion .accordion-link .accordion-content {
    display: none;
    color: #212121;
    padding: 20px 0 40px 0;
    font-weight: normal;
    cursor: auto;
    font-size: 1.125rem; }
  .accordion .accordion-link.no-icon .accordion-content {
    display: block; }

.lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  background-color: white;
  display: none; }
  .lightbox .close-icon {
    color: black; }
  .lightbox .caption-container {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    text-align: center; }
  .lightbox .image-container {
    height: 100%; }
    .lightbox .image-container img {
      max-height: 80vh;
      width: auto;
      margin: 5vh auto auto auto;
      max-width: 100%; }

#breadcrumbs {
  margin-bottom: 0;
  font-size: .75rem;
  color: #CBCBCB;
  letter-spacing: .15rem; }
  #breadcrumbs a {
    color: teal; }

.search-form {
  display: flex; }
  .search-form label {
    width: 50%; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 2rem;
  color: white;
  animation: "fade-in" 0.25s linear;
  overflow: auto; }
  .mobile-menu.hide, .mobile-menu.hidden {
    display: none; }
  .mobile-menu .mobile-links a {
    font-size: 1.5rem;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid teal;
    line-height: 3;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .mobile-menu .mobile-links a img {
      width: 1.5rem;
      height: 1.5rem; }
  .mobile-menu .sub-menu {
    background-color: white;
    margin-top: 0rem;
    padding: 0 2rem;
    border: 0px solid #bdbdbd;
    display: none;
    position: absolute;
    left: 0;
    overflow: auto;
    z-index: 30;
    width: 100%;
    min-height: 400px; }
    .mobile-menu .sub-menu .sub-menu-title {
      font-size: 1.5rem;
      color: black;
      margin-bottom: 1rem;
      padding-top: 0rem;
      border-bottom: 1px solid;
      line-height: 3; }
    .mobile-menu .sub-menu .navdrop-title {
      font-size: 1rem;
      font-weight: 600;
      color: teal; }
    .mobile-menu .sub-menu .back-button {
      width: 1.25rem;
      height: auto;
      cursor: pointer; }
    .mobile-menu .sub-menu .navdrop-nav {
      padding: 0;
      line-height: 1.8; }
    .mobile-menu .sub-menu a {
      font-size: 1.25rem;
      line-height: 2; }
      .mobile-menu .sub-menu a:hover {
        text-decoration: underline; }
    .mobile-menu .sub-menu .close-icon {
      display: none; }

.toolbar {
  background: #B53422;
  width: 4rem;
  height: 16rem;
  position: fixed;
  top: 50%;
  right: .25rem;
  z-index: 10;
  margin: 0;
  padding: 0;
  margin-top: -8rem; }
  .toolbar img {
    width: 2rem;
    height: auto; }
  .toolbar ul {
    width: 100%;
    height: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
  .toolbar .toolbar-item {
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .5s; }
    .toolbar .toolbar-item:hover {
      background: rgba(0, 0, 0, 0.75); }

#opacity {
  z-index: -1;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100vh;
  transition: background 1s;
  top: 0;
  left: 0;
  position: fixed; }

.side-modal {
  height: 100%;
  width: 100%;
  position: fixed;
  display: flex;
  z-index: 100;
  top: 0;
  right: -100%;
  background: none;
  overflow-x: hidden;
  transition: right 0.5s; }
  .side-modal .side-content {
    position: absolute;
    right: 0;
    width: 90%;
    pointer-events: auto;
    background-color: #FFFFFF;
    padding: 2rem;
    height: 100%;
    overflow: auto; }
  .side-modal .modal-map iframe {
    width: 100%;
    min-height: 500px;
    border: 0; }
  .side-modal .modal-link {
    align-content: baseline;
    justify-content: space-between; }
  .side-modal .search-field input {
    border-bottom: 2px solid;
    height: 40px; }

.annunci {
  height: 100vh;
  padding: 0rem !important;
  position: relative;
  font-weight: 300;
  color: #F3F3F3;
  overflow: hidden; }
  .annunci .annunci-box {
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 1; }
    .annunci .annunci-box .info-slider {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1.5rem; }
      .annunci .annunci-box .info-slider .annuncio-date {
        font-size: .75rem;
        margin-bottom: .5rem; }
      .annunci .annunci-box .info-slider h4 {
        color: #F3F3F3;
        margin-bottom: 0.5rem; }
      .annunci .annunci-box .info-slider .more-link {
        font-weight: 400;
        filter: invert(100%); }
        .annunci .annunci-box .info-slider .more-link:hover {
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.85) !important; }
    .annunci .annunci-box .annunci-navigation {
      bottom: 0;
      display: flex;
      flex-direction: column;
      background: rgba(0, 0, 0, 0.85);
      justify-content: space-between;
      align-items: center;
      padding: 0; }
      .annunci .annunci-box .annunci-navigation .annunci-title {
        rotate: -90deg;
        padding: 3rem 0rem;
        font-size: 1.5rem;
        letter-spacing: .25rem; }
      .annunci .annunci-box .annunci-navigation .prev-icon, .annunci .annunci-box .annunci-navigation .next-icon {
        width: 2rem;
        height: 2rem;
        display: flex;
        justify-content: center;
        transition: all .5s;
        cursor: pointer;
        display: flex;
        justify-content: center; }
        .annunci .annunci-box .annunci-navigation .prev-icon:hover, .annunci .annunci-box .annunci-navigation .next-icon:hover {
          background: black; }
        .annunci .annunci-box .annunci-navigation .prev-icon img, .annunci .annunci-box .annunci-navigation .next-icon img {
          filter: invert(100%);
          width: 50%; }

.page-title {
  font-size: 3rem; }
  @media (min-width: 992px) {
    .page-title {
      font-size: 4rem; } }

/***links***/
.url {
  list-style: none;
  padding: 0; }
  .url .go-to {
    color: #007FCC;
    opacity: 1;
    transition: opacity .5s; }
    .url .go-to:hover {
      opacity: 0.7; }
    .url .go-to .aft {
      width: 1.5rem;
      height: 1.5rem;
      padding-left: .5rem; }
    .url .go-to .bef {
      width: 1.5rem;
      height: 1.5rem;
      padding-right: .5rem; }

/***PAGE***/
.page-description {
  font-size: 1.25rem;
  line-height: 1.5; }

.context-nav ul {
  font-size: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  position: relative;
  text-decoration: none;
  transition: color .25s; }
  .context-nav ul li {
    color: #000;
    transition: color .5s; }
    .context-nav ul li::before {
      content: "↳";
      cursor: pointer;
      left: -1.5rem;
      position: absolute; }
    .context-nav ul li:hover {
      color: #007FCC; }
    .context-nav ul li a {
      color: #000;
      transition: color .5s; }
      .context-nav ul li a:hover {
        color: #007FCC; }

.card-content {
  background: #FFF;
  padding: 1.5rem; }

.first {
  margin-top: 0; }

.resource-box {
  background: url("../img/bg_box.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem; }
  .resource-box h4 {
    color: #007FCC; }
  .resource-box .rectangle {
    background: white;
    border: 4px solid #007FCC;
    box-shadow: 0px 5px 20px rgba(0, 0, 10, 0);
    transition: all .5s; }
    .resource-box .rectangle:hover {
      box-shadow: 0px 5px 20px rgba(0, 0, 10, 0.4); }

.btn-next,
.btn-prev,
.share-button {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .btn-next img,
  .btn-prev img,
  .share-button img {
    height: 16px;
    width: auto; }

.slider-navigation {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  left: 0;
  width: 100%; }
  .slider-navigation .prev-icon, .slider-navigation .next-icon {
    cursor: pointer;
    width: 3rem;
    height: auto;
    border: none;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.7);
    filter: invert(100%);
    border-radius: 100%; }

/*homepage*/
.homepage .risorse article {
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .homepage .risorse article {
      width: 90%;
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .homepage .risorse article {
      width: 70%; } }
  .homepage .risorse article .risorse-excerpt {
    background: white;
    padding: 2rem;
    z-index: 1;
    margin-left: 0;
    margin-top: -4rem;
    width: 80%;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0) !important;
    border: 4px solid #FFFFFF;
    transition: border .5s; }
    @media (min-width: 992px) {
      .homepage .risorse article .risorse-excerpt {
        margin-left: -4rem;
        margin-top: 0rem;
        width: 60%; } }
    @media (min-width: 1200px) {
      .homepage .risorse article .risorse-excerpt {
        width: 45%; } }
    .homepage .risorse article .risorse-excerpt .card-title {
      font-family: 'Playfair Display', serif; }
    .homepage .risorse article .risorse-excerpt .more {
      margin-top: 1rem;
      display: flex; }
    .homepage .risorse article .risorse-excerpt:hover {
      box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0) !important;
      border: 4px solid #007FCC; }
  .homepage .risorse article .risorse-img {
    width: 100%;
    background: url("../img/bg_img_home.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .homepage .risorse article .risorse-img {
        width: 50%; } }
    .homepage .risorse article .risorse-img img {
      padding: 2rem; }
.homepage .home-slider .card-attivita {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .homepage .home-slider .card-attivita img {
    height: auto; }
  .homepage .home-slider .card-attivita .card-content {
    margin-top: -4rem; }
  .homepage .home-slider .card-attivita .card-link {
    display: inline-flex; }

.archive-card .card-content {
  margin: 0 auto;
  margin-top: 0px;
  margin-top: -5rem;
  background-color: #FFF;
  padding: 1.5rem; }
.archive-card .card-news-content {
  background-color: #FFF;
  padding: 1.5rem; }
  .archive-card .card-news-content .category .go-to {
    font-size: .75rem;
    color: #007FCC;
    opacity: 1;
    transition: opacity .5s; }
    .archive-card .card-news-content .category .go-to:hover {
      opacity: 0.5; }
.archive-card .date {
  color: teal;
  font-size: .825rem; }

.post .intro {
  position: relative;
  overflow: auto;
  height: auto;
  clear: both; }
  .post .intro .page-title {
    font-size: 1.5rem; }
  .post .intro .card-content.position-absolute {
    right: 0;
    bottom: 0;
    margin-left: -4rem;
    z-index: 1; }
  .post .intro figure {
    position: relative;
    top: 0;
    left: 0; }
.post .info .banner-info {
  font-size: .825rem;
  color: teal; }
  .post .info .banner-info hr {
    margin-top: .5rem;
    margin-bottom: .5rem; }
.post .gallery-item {
  text-align: center; }
  .post .gallery-item .caption {
    font-size: .75rem; }

.box_menu_title {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s; }

.accordion-nav a {
  color: #606060;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0) !important;
  transition: box-shadow .5s; }
  .accordion-nav a:hover {
    color: #000;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
    transition: box-shadow .5s; }
.accordion-nav .box_description_list {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  margin-bottom: 0px; }
.accordion-nav .altezzaNormale {
  max-height: 100%;
  margin-left: .5rem;
  line-height: 2; }
  .accordion-nav .altezzaNormale li {
    padding: .1rem 0; }
    .accordion-nav .altezzaNormale li::before {
      content: "↳";
      cursor: pointer;
      left: 1rem;
      position: absolute; }
.accordion-nav .aggiungipiu::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../img/plus.svg");
  display: block;
  float: right;
  margin-top: 0.15rem; }
.accordion-nav .box_menu_title.active {
  color: black;
  cursor: auto; }
  .accordion-nav .box_menu_title.active:hover {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0) !important; }

.hamburger-menu-context {
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  background: teal; }
  .hamburger-menu-context div {
    margin: .15rem 0;
    background: #FFF;
    width: 1.5rem;
    height: 2px; }

.ammini-menu {
  position: fixed;
  z-index: 200;
  background: #FFF;
  width: 100%;
  top: 0;
  overflow-y: scroll;
  padding: 3rem 1rem;
  height: 100%; }
  @media (min-width: 992px) {
    .ammini-menu {
      position: relative;
      padding: 0rem 1rem;
      z-index: 0; } }

.breadcrumb_last {
  display: none; }

.grecaptcha-badge {
  display: none !important; }
