.row-vista-news {
  margin-bottom: 75px;
  position: relative;
}

.row-vista-news:hover .row-vista-news-field-image img {
  transform: scale3d(1.03, 1.03, 1.03);
  transition: 0.4s ease;
}

.row-vista-news .row-vista-news-field-type>span>div {
  display: flex;
  background: #fff;
  box-shadow: 1px 2px 9px rgba(0,0,0,0.11);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  flex-direction: row;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.row-vista-news.contenitore-opportunity .row-vista-news-field-type:after {
  background: var(--news_news);
}

.row-vista-news.contenitore-press-release .row-vista-news-field-type:after {
  background: var(--news_pressRelease);
}

.row-vista-news .row-vista-news-field-type:after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  background: var(--news_news);
  content: "";
  border-radius: 0px 0px 8px 8px;
  width: 97%;
  height: 9px;
  z-index: 0;
  transform: translate(-50%);
}

.row-vista-news .row-vista-news-field-type>span:first-child {
  position: relative;
  left: 40px;
  top: -8px;
  font-family: 'Playfair Display';
  color: #fff;
  z-index: 1;
  font-size: var(--normal-font-size);
}

.row-vista-news .row-vista-news-field-type .label {
  position: absolute;
  z-index: 61;
  display: block;
  background: var(--news_news);
  top: 29px;
  border-radius: 0px 5px 5px 0px;
  padding: 10px 16px 10px 23px;
}

.row-vista-news .row-vista-news-field-type .label span {
  font-family: var(--normal-font-size);
  color: #393B47;
  font-family: "Playfair display";
}

.row-vista-news .row-vista-news-field-image {
  width: 50%;
  background: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 8px 0px 0px 8px;
}

.row-vista-news .row-vista-news-field-image img {
  max-height: 470px;
  height: 100%;
  object-fit: cover;
  width: 100%;

}


.row-vista-news .row-vista-news-destra {
  width: 50%;
  padding: 51px 58px 28px 40px;
}

.row-vista-news .row-vista-news-field-type {
  width: 100%;
}

.row-vista-news span {
  display: block;
}

.row-vista-news .row-vista-news-field-date {
  color: var(--green);
  font-family: Ubuntu;
  font-size: 1.125rem;
  margin-bottom: 12px;
}

.row-vista-news .row-vista-news-field-title {
  color: var(--darkGrey);
  font-size: 1.25rem;
  font-family: Merriweather;
  line-height: 1.3;
  margin-bottom: 12px;
}

.row-vista-news .row-vista-news-field-title a {
  color: var(--darkGrey);
}

.row-vista-news .news-deadline-container div {
  background: var(--green);
  border-radius: 112px;
  width: 112px;
  height: 112px;
  position: absolute;
  text-align: center;
  top: -33px;
  right: 135px;
  line-height: 1.9rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.row-vista-news .news-deadline-container div::before {
  display: block;
  position: absolute;
  content: "Deadline";
  font-family: "Merriweather";
  top: 8px;
  color: #fff;
  left: 50%;
  font-size: 0.6875rem;
  transform: translateX(-50%);
  margin-top: 0px;
}

.row-vista-news .news-deadline-container span {
  color: #fff;
  font-size: 2.0625rem;
  font-family: Merriweather;
  text-align: center;
  position: relative;
  top: 8px;
}

.path-news .row-vista-news .row-vista-news-field-topic {
  position: absolute;
  z-index: 9;
  top: 17px;
  right: 21px;
}

.path-news .row-vista-news .row-vista-news-field-topic ul li {
  padding: 0;
}

.row-vista-news .row-vista-news-field-topic .list-group {
  display: block;
}

.row-vista-news .row-vista-news-field-topic .list-group-item {
  display: inline-block;
}

.row-vista-news .row-vista-news-field-subtitle a {
  color: var(--grey);
}
.row-vista-news .row-vista-news-field-subtitle {
  font-size: var(--small-font-size);
  margin-bottom: 12px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  color: var(--grey);
}

.row-vista-news .label-announcing-institution {
  margin-bottom: 12px;
}

.row-vista-news .row-vista-news-field-topic .list-group-item {
  background: none;
  border: none;
}

.row-vista-news .content-announcing-institution {
  display: flex;
  font-weight: 400;
  align-items: center;
}

.row-vista-news .content-announcing-institution img {
  margin-right: 10px;
}

.row-vista-news .content-announcing-institution img {
  height: 50px;
  width: auto;
}

/* LABEL LOGO
.row-vista-news .label-announcing-institution{
  font-family: Merriweather;
  font-style: italic;
  color: var(--darkGrey);
  font-size:var(--normal-font-size) ;
}
*/

.press-release .row-vista-news-field-type:after {
  background-color: var(--news_news);
}

.contenitore-news .row-vista-news-field-type .label {
  display: none;
}




/* NEWS SMALL CAROUSEL */

.mini-home .news {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
  min-height: 420px;
  border-radius: 8px;
}

.mini-home .news:after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  background: var(--news_news);
  content: "";
  border-radius: 0px 0px 8px 8px;
  width: 93%;
  height: 9px;
  z-index: 0;
  transform: translate(-50%);
  box-shadow: inset 0px 3px 7px rgba(0,0,0,0.33);
}

.mini-home .news .box.body {
  position: relative;
  PADDING: 25PX 33PX 20PX 33PX;
}

.mini-home .news .box.body .topic {
  top: 20px;
  right: 24px;
}

.mini-home .news .box.header {
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}

.mini-home .news .box.header .topic {
  right: 25px;
}

.mini-home .news .box.header {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.mini-home .news img {
  display: block;
  width: 100% !important;
  height: auto;
  background-color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
}

.mini-home .news .box a {
  font-family: 'Merriweather';
  font-size: var(--normal-font-size);
  color: var(--darkGrey);
}

.mini-home .news .box .subtitle a {
  font-family: 'Ubuntu';
  font-size: var(--small-font-size);
  color: #333;
  margin-top: 12px;
}


.mini-home .news .box time {
  font-family: 'ubuntu';
  font-size: var(--small-font-size);
  color: var(--green);
}


@media only screen and (max-width:992px) {
  .row-vista-news {
    margin: 40px 0 ;
  }
  .row-vista-news .row-vista-news-field-image {
    width: 100%;
    height: 230px;
  }

  .row-vista-news .row-vista-news-destra {
    width: 100%;
    position: relative;
    padding: 34px 50px 28px 29px;
  }

  .row-vista-news .news-deadline-container div {
    width: 100px;
    height: 100px;
    top: -72px;
    right: 138px;
}

  .row-vista-news .row-vista-news-field-image {
    border-radius: 8px 8px 0px 0px;
  }

  .row-vista-news .row-vista-news-field-type>span>div {
    flex-direction: column;
  }
}



@media (max-width:576px) {
  .row-vista-news {
    width: 100%;
    margin: 0px auto;
  }
  .row-vista-news .content-announcing-institution img {
    height: 30px;
}

  .row-vista-news .row-vista-news-field-date {
    margin-bottom: 6px;
  }

  .row-vista-news .row-vista-news-field-title {
    font-size: 1.4rem;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .row-vista-news .row-vista-news-destra {
    padding: 29px 15px 28px 15px;
  }

  .row-vista-news .row-vista-news-field-subtitle {
    display: none;
  }

  .mini-home .news .box.body {
    position: relative;
    padding: 25PX 16PX 20PX 16PX;
  }

  .row-vista-news .news-deadline-container div {
    width: 100px;
    height: 100px;
    top: -81px;
    right: 21px;
    transform: scale(0.9);
}
  .mini-home .news {
    min-height: 362px;
  }

  .mini-home .news .box a {
    font-size: 1.25rem;
  }
}



@media (max-width:480px) {
  .mini-home .news .box .subtitle{
    font-size: 1.1rem;
  }
}
