.wp-block .destinos-home-group .row:first-child{
  display: flex;
  align-items: center;
}
.wp-block .destinos-home-group .row:first-child .col-12:first-child{
  flex-basis: 70%;
}
.wp-block .destinos-home-group .row:first-child .col-12:last-child{
  flex-basis: 30%;
}
.wp-block .destinos-home-group .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.wp-block .destinos-home-group .swiper-wrapper .swiper-slide:first-child,
.wp-block .destinos-home-group .swiper-wrapper .swiper-slide:nth-child(2),
.wp-block .destinos-home-group .swiper-wrapper .swiper-slide:nth-child(3),
.wp-block .destinos-home-group .swiper-wrapper .swiper-slide:nth-child(4){
  display: block;
}
.wp-block .destinos-home-group .swiper-button-next,
.wp-block .destinos-home-group .swiper-button-prev{
  display: none !important;
}
.wp-block .destinos-home-group .swiper-wrapper .swiper-slide{
  display: none;
}
.wp-block .destinos-home-group .swiper-wrapper .swiper-slide a{
  pointer-events: none;
}
.wp-block .destinos-home-group .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;
}
.destinos-home-group .swiper .swiper-slide{
  background-color: #CCC;
  height: 360px;
  position: relative;
}
.destinos-home-group .swiper{
  overflow: visible;
}
.destinos-home-group .swiper .swiper-slide .swiper-slide-text{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px;
}
.destinos-home-group .swiper .swiper-slide h3{
  color: #FFF;
}
.destinos-home-group .swiper .swiper-slide a{
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  z-index: 5;
  position: relative;
  overflow: hidden;
}
.destinos-home-group .swiper .swiper-slide a img{
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.destinos-home-group .swiper .swiper-slide a:hover img{
  transform: scale(1.08);
}
.destinos-home-group .swiper .swiper-slide a: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;
}
.destinos-home-group .swiper-button-next:after, 
.destinos-home-group .swiper-button-prev:after{
  display: none !important;
}
.destinos-home-group .swiper-button-prev{
  left: auto;
  right: -10px;
  top: 160px !important;
}
.destinos-home-group .swiper-button-next{
  right: -10px;
  top: 195px !important;
}
.destinos-home h2{
  color: #503F47 !important;
}
.destinos-home p{
  font-size: 24px !important;
  color: #886D64;
}
@media only screen and (min-width: 0px) and (max-width: 480px){
  .destinos-home p{
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px){
  .destinos-home p{
    font-size: 19px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .destinos-home p{
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px){
  .destinos-home p{
    font-size: 21px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1340px){
  .destinos-home p{
    font-size: 22px !important;
  }
}