.wp-block .exp-favoritas .row.mt-4{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.wp-block .exp-favoritas .row:first-child{
  display: flex;
  align-items: center;
}
.wp-block .exp-favoritas .row:first-child .col-12:first-child{
  flex-basis: 70%;
}
.wp-block .exp-favoritas .row:first-child .col-12:last-child{
  flex-basis: 30%;
}
.wp-block .exp-favoritas .wp-block-button__link{
  padding: 12px 16px !important;
  background: #B34F36 !important;
  color: #FFF !important;
  height: auto;
  border-radius: 0px !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 16px !important;
  transition: color 300ms ease, background-color 500ms ease;
}
.wp-block .exp-favoritas .experiencia-fav-item{
  pointer-events: none;
}
.wp-block .experiencia-fav-item{
  text-decoration: none;
}
.wp-block .grilla-exp-favoritas .swiper-button-prev,
.wp-block .grilla-exp-favoritas .swiper-button-next{
  display: none;
}
.wp-block .grilla-exp-favoritas .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.exp-favoritas h2{
  color: #503F47 !important;
}
.exp-favoritas p{
  font-size: 24px !important;
  color: #886D64;
}
.experiencia-fav-group{
  border-bottom: 4px solid #D9D2CC;
}
.experiencia-fav-item{
  position: relative;
  min-height: 360px;
  background-color:#CCC;
  overflow: hidden;
}
.experiencia-fav-item img{
  height: 360px;
  object-fit: cover;
  transition: transform 500ms ease;
}
a:hover.experiencia-fav-item img{
  transform: scale(1.08);
}
.experiencia-fav-item:before{
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(80,63,71,1) 100%);  
  z-index: 2;
}
html .experiencia-fav-item .experiencia-fav-item__texto{
  position: absolute; 
  z-index: 5;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.experiencia-fav-item .experiencia-fav-item__texto h3,
.experiencia-fav-item .experiencia-fav-item__texto span{
  color: #FFF;
}
.experiencia-fav-item .experiencia-fav-item__texto .experiencia-fav-item__duracion{
  display: flex;
  align-items: center;
}
html .grilla-exp-favoritas .swiper-slide .experiencia-fav-item .experiencia-fav-item__texto{
  position: absolute;
}
html .grilla-exp-favoritas .swiper-slide .experiencia-fav-item img{
  height: 360px;
  object-fit: cover;
}
html .grilla-exp-favoritas .swiper-button-prev{
  left: -10px;
}
html .grilla-exp-favoritas .swiper-button-next{
  right: -10px;
}
html .grilla-exp-favoritas .swiper-button-prev:after,
html .grilla-exp-favoritas .swiper-button-next:after{
  display: none !important;
}

@media only screen and (min-width: 0px) and (max-width: 480px){
  .exp-favoritas p{
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px){
  .exp-favoritas p{
    font-size: 19px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .exp-favoritas p{
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px){
  .exp-favoritas p{
    font-size: 21px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1340px){
  .exp-favoritas p{
    font-size: 22px !important;
  }
}