.item-noticia {
  display: flex;
  align-items: center;
}
.item-noticia .vc_col-sm-8 {
  display: flex;
  flex-direction: column;
}
.item-noticia .vc_col-sm-8 .title {
  margin-top: 0;
}

@media only screen and (max-width: 770px) {
  .item-noticia {
    flex-direction: column;
    gap: 1.5rem;
  }
}

/*CLASES*/
.noticias-link {
  font-size: 1.7rem;
  font-weight: 500;
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.py-4 {
  padding: 1rem 0;
}

.post-type-archive-noticias .sidebar-primary,
.single-noticias .sidebar-primary {
  display: none;
}

/*Listado de noticias recientes*/
.widget.widget_recent_news li:first-child {
  border-top: 1px solid #b60694;
}
.widget.widget_recent_news li {
  padding: 0.462em 0;
  border-bottom: 1px solid #b60694;
}
.widget.widget_recent_news li a {
  color: #999;
}
.widget.widget_recent_news li a:before {
  content: "\f0f6";
  margin-right: 10px;
  font-family: "ticons";
  color: #999;
  display: inline-block;
}

.home .vcex-callout {
  background-image: url(https://cdn.pixabay.com/photo/2020/10/28/09/48/pink-ribbon-5692910_960_720.png),
    linear-gradient(90deg, rgb(182, 6, 148) 0%, rgb(130, 13, 103) 100%) !important;
  background-size: 100px !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  color: white !important;
  background: rgb(181, 6, 147);
}
.home .vcex-callout-caption h2 {
  color: white !important;
}
.home .custom-cta .theme-button.grey {
  background: #a00880ab !important;
}
.home .custom-cta .theme-button.grey:hover {
  background: #820d67 !important;
}
