
.hero-subtitle-text p{
  color: #fff;
  width: 100%;
}

.read-more-link{
  display: flex;
  color: #229b3e;
  gap:10px;
  text-decoration: none;
  transition: all ease .2s;
}

.read-more-link:hover{
  text-decoration: none;
  gap: 12px;
}

.boletines-featured .read-more-link{
  justify-content: end;
  padding-top: 10px;
}

.boletines-featured .title-section, .boletines-featured .subtitle-section{
  /*color:#229b3e;*/
      color: #ffffff !important;
}

.title-section{
  color:#229b3e;
}

.title-section{
  line-height: 1 !important;
  padding-bottom: 20px;
  padding-top: 0 !important;
}

body{
  padding-bottom: 0 !important;
}

.boletin-destacado{
  padding: 60px 0 20px 0;
}

.boletines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap: 20px;
}

.boletin-item {
  /* background: #fff;
  border: 1px solid #eee;
  padding: 15px; */
  text-align: left;
  position: relative;
}

.boletin-item .boletin-item-image{
  position: relative;
}

/* .boletin-item-content{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  display: flex;
  gap:15px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
} */

/* .boletin-item-content .btn-download{
  position: relative;
  height: fit-content;
  right: 0;
} */

.boletin-item img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0px !important;
}

.boletines-loader {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.8);
  z-index:99;
  display:flex;
  justify-content:center;
  align-items:center;
}

.boletines-destacados{
  padding-top: 15px;
  /* display: flex !important; */
  
}

.boletines-destacados .owl-stage{
  display: flex;
  gap: 15px;
}

.boletin-destacado .btn-download {
  bottom: -10px !important;
}

.boletines-grid .btn-download, .boletin-destacado .btn-download{
    background-color: #229b3e;
    width: auto;
    color: #fff;
    padding: 10px 15px;
    right: 15px;
    text-align: center;
    border-radius: 0px;
    bottom: 15px;
    display: flex;
    gap: 15px;
    position: absolute;
    z-index: 2;
    align-items: center;
}

.boletines-destacados .btn-download{
    background-color: #229b3e;
    width: auto;
    color: #fff;
    padding: 10px 15px;
    right: 15px;
    text-align: center;
    border-radius: 0px;
    bottom: -15px;
    display: flex;
    gap: 15px;
    position: absolute;
    z-index: 2;
    align-items: center;
}

.boletines-destacados .boletin-meta{
  padding-top: 10px;
}

.subtitle-right{
  width: 100%;
}

.btn-download:hover{
  color: #fff;
  text-decoration: none;
}

.boletines-filtros{
  padding: 20px 0;
}

.boletines-filtros .boletines-year{
  width: 100%;
}

.title-order-3{
  font-size: 1.17em !important;
  margin: 10px 0px;
}

.boletines-grid .title-order-3{
  margin-top: 10px;
}

.boletin-year{
  /* background-color: rgba(34,155,62,.5); */
  background-color: #159aa5;
  padding: 6px 10px;
  color: #fff;
  border-radius: 0px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .hero-subtitle-text p{
    color: #fff;
    width: 65%;
  }
  .boletines-filtros{
    padding: 30px 0;
  }
  .boletines-filtros .boletines-year{
    width: 160px;
  }
  .subtitle-right{
    width: 70%;
  }

  .boletines-destacados{
    padding-top: 15px;
    display: flex !important;
    gap: 15px;
  }
}