@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
body .header-top-container .navbar-right .languages-list > li.active {
  background-color: #41644c;
  color: #fff;
  border: 2px solid #fff;
}

.box-equip {
  min-height: 545px;
  aspect-ratio: auto;
  align-items: unset !important;
}

.blog-1 .main_container > .row > .aside-left {
  padding: 0 0 0 1% !important;
}
.blog-1 .main_container > .row > .aside-left .widget_recentBlogPosts .recent-posts.mode-vertical li {
  margin-bottom: 20px;
  border-bottom: 0;
  border-radius: 10px;
  padding: 15px;
}
.blog-1 .main_container > .row > .aside-left .widget_recentBlogPosts .recent-posts.mode-vertical li::after {
  margin: 0;
}
.blog-1 .main_container > .row > .aside-left .widget_recentBlogPosts .recent-posts.mode-vertical li:hover {
  box-shadow: 0 0 2px #454545;
}
.blog-1 .main_container > .row > .aside-left .widget_recentBlogPosts .recent-posts.mode-vertical li > a {
  display: flex;
  flex-direction: column;
}
.blog-1 .main_container > .row > .aside-left .widget_recentBlogPosts .recent-posts.mode-vertical li > a > .title {
  margin-bottom: 20px;
  order: 2;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.blog-1 .main_container > .row > .aside-left .widget_recentBlogPosts .recent-posts.mode-vertical li > a:hover .title {
  color: #9A9652;
  transform: translateX(5px);
}
.blog-1 .main_container > .row > .aside-left .widget_recentBlogPosts .recent-posts.mode-vertical li .posted-on {
  position: initial;
  text-align: left;
  color: #608e6e;
  font-weight: 700;
  font-size: 16px;
}
.blog-1 .main_container > .row > .aside-left .widget_recentBlogPosts .recent-posts.mode-vertical li .posted-on i {
  display: none;
}
@media (min-width: 769px) {
  .blog-1 .main_container main .page-header h1 {
    padding: 10px 30px 10px 0;
  }
}
.blog-1 .main_container main .blog-post .post-content > article header .post-meta .posted-on {
  text-align: left;
}
.blog-1 .main_container main .blog-post .post-content > article header .post-meta .posted-on i {
  display: none;
}
.blog-1 .main_container main .blog-post .post-content > article .post-wrap .post-image {
  /* Borrar aquesta part quan es borri el margin auto del pro styles */
  margin: 0 !important;
  padding-bottom: 20px;
}

/* Canviar en el pro styles */
.post_view div.main_container > div.row main.col-lg-9, .category_post_view div.main_container > div.row main.col-lg-9 {
  padding: 0 3% 0 4% !important;
}

/* Borrar la linia on esta aquest border-bottom del PRO Styles */
body.agenda_event_view .aside-left .widget_agenda .thumbnail a .caption {
  border-bottom: 0 !important;
}

.widget_numericCounter .numeric-counter-wrapper .numeric-counter {
  color: #41644c;
  height: 95px;
}
.widget_numericCounter .numeric-counter-wrapper .numeric-counter i {
  top: 63%;
}
.widget_numericCounter .numeric-counter-wrapper .numeric-counter .count {
  font-weight: 900;
  font-size: 75px;
}
.widget_numericCounter .numeric-counter-wrapper .counter-text {
  text-transform: uppercase;
  font-weight: 600;
}

/* Widgets i contenidors generals */
.widget_recentBlogPosts .widget_title {
  font-size: 27px;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li {
  width: 100%;
  height: fit-content;
}
@media (min-width: 769px) {
  .widget_recentBlogPosts .recent-posts.mode-horizontal > li {
    width: calc(33.333% - 20px);
    padding: 0;
  }
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li > a .post-image {
  display: block;
  width: 100%;
  border-bottom: 2px solid #fafafa;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li > a .post-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li > a .title {
  display: block;
  padding: 0 20px 10px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #454545;
  font-weight: 400;
  min-height: 80px;
  transition: 0.3s ease-in-out;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li > a .post-content {
  display: none !important;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li > a .posted-on {
  padding: 0 20px 20px;
  color: #41644c;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li > a .posted-on .date {
  font-size: 16px;
  color: #446c50;
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li > a .posted-on .date i {
  display: none;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li > a:hover, .widget_recentBlogPosts .recent-posts.mode-horizontal > li > a:focus, .widget_recentBlogPosts .recent-posts.mode-horizontal > li > a:active {
  box-shadow: 0 0 2px #454545;
}
.widget_recentBlogPosts .recent-posts.mode-horizontal > li > a:hover .title, .widget_recentBlogPosts .recent-posts.mode-horizontal > li > a:focus .title, .widget_recentBlogPosts .recent-posts.mode-horizontal > li > a:active .title {
  color: #737044;
  transform: translateX(5px);
}
.widget_recentBlogPosts .view-all {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.widget_recentBlogPosts .view-all > .btn {
  background: #41644c;
  color: white;
  transition: 0.4s ease;
  font-size: 20px;
  padding: 10px 40px;
  border: none;
  border-radius: 50px;
}
.widget_recentBlogPosts .view-all > .btn:hover {
  background-color: #737044;
  color: #fff;
}