.its .homepage-container.bkg-gradient:nth-child(odd) {
    background: #138494;
    background: -webkit-linear-gradient(left, #138494 0%, #064BC7 22%, #138494 73%);
    background: -webkit-gradient(linear, left top, right top, from(#138494), color-stop(22%, #064BC7), color-stop(73%, #138494));
    background: -o-linear-gradient(left, #138494 0%, #064BC7 22%, #138494 73%);
    background: linear-gradient(to right, #138494 0%, #064BC7 22%, #138494 73%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#138494", endColorstr="#138494", GradientType=1);
            filter: progid:dximagetransform.microsoft.gradient(startColorstr="#138494", endColorstr="#138494", GradientType=1);
  }
  
  /* line 15, resources/assets/styles/components/_front-page.scss */
  
  .its .homepage-container.bkg-gradient:nth-child(even) {
    background: #0af597;
    background: -webkit-linear-gradient(left, #0af597 0%, #f696a8 74%, #0af597 100%);
    background: -webkit-gradient(linear, left top, right top, from(#0af597), color-stop(74%, #f696a8), to(#0af597));
    background: -o-linear-gradient(left, #0af597 0%, #f696a8 74%, #0af597 100%);
    background: linear-gradient(to right, #0af597 0%, #f696a8 74%, #0af597 100%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#0af597", endColorstr="#0af597", GradientType=1);
            filter: progid:dximagetransform.microsoft.gradient(startColorstr="#0af597", endColorstr="#0af597", GradientType=1);
  }
  
  .sistema-universitario .homepage-container.bkg-gradient:nth-child(odd) {
    background: #f5d90a;
    background: -webkit-linear-gradient(left, #f5d90a 0%, #f5f696 22%, #f5d90a 73%);
    background: -webkit-gradient(linear, left top, right top, from(#f5d90a), color-stop(22%, #f5f696), color-stop(73%, #f5d90a));
    background: -o-linear-gradient(left, #f5d90a 0%, #f5f696 22%, #f5d90a 73%);
    background: linear-gradient(to right, #f5d90a 0%, #f5f696 22%, #f5d90a 73%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#f5d90a", endColorstr="#f5d90a", GradientType=1);
            filter: progid:dximagetransform.microsoft.gradient(startColorstr="#f5d90a", endColorstr="#f5d90a", GradientType=1);
  }
  
  /* line 15, resources/assets/styles/components/_front-page.scss */
  
  .sistema-universitario .homepage-container.bkg-gradient:nth-child(even) {
    background: #35b576;
    background: -webkit-linear-gradient(left, #35b576 0%, #baf50a 42%, #35b576 74%);
    background: -webkit-gradient(linear, left top, right top, from(#35b576), color-stop(42%, #baf50a), to(#35b576));
    background: -o-linear-gradient(left, #35b576 0%, #baf50a 42%, #35b576 74%);
    background: linear-gradient(to right, #35b576 0%, #baf50a 42%, #35b576 74%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#35b576", endColorstr="#35b576", GradientType=1);
            filter: progid:dximagetransform.microsoft.gradient(startColorstr="#35b576", endColorstr="#35b576", GradientType=1);
  }
  
  .wp-block-separator {
    margin: 2rem 0;
  }
  
  .aree-block .badge-block a .badge{
    color: #1e73be;
    border-color:#1e73be;
    text-transform: uppercase;
    white-space: normal;
  }

  p.city {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #393F4D;
  }

@media (min-width: 768px) {
    .template-archive-its .card .card-body .archive-description h2 {
        padding-bottom: 0px;
    }
}

.card-hover:hover {
    text-decoration: none;
}
.image-tax{
    transition: 0.5s;
}
.card-hover:hover .image-tax{
    transform: scale(1.2);
}

.read-more, .read-more a {
    color: #0073aa;
}
.page-header .title .brand {
    border-radius: 0;
}
.template-archive-universita .card .card-body .archive-description .image-tax img {
  border-radius: 0;
}
.visited-badge {
  display: none;
}
.visited .visited-badge{
  display: block;
  color: green;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid green;
  font-size: 12px;
}
