/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2025 | 04:34:09 */
/* Default styles */
.desktp {
  display: none;
}
.laptp {
  display: block;
}

/* Show .desktp and hide .laptp on wider screens */
@media (min-width: 1720px) {
  .desktp {
    display: block !important;
  }
  .laptp {
    display: none !important;
  }
}



@media (min-width:1280px)
{
  .full-tierra  {
    width: 368px;
  }
  .left-tierra {
    width:fit-content;
  }
  .hotel-marielena-image {
    width: 240px;
  }
  .lal-deldesierto {
    width: 486px;
  }
  .plan-two-zero-four-zero {
    width: 389px;
  }
  .genesis-image {
    width: 540px;
  }
}

@media (min-width:1680px)
{
  .grid-boxing:nth-child(2){
    padding-bottom:unset !important;
  }
}

.video-play-section .elementor-custom-embed-play {
  top:80%;
}
@media (max-width:600px)
{
  .video-play-section .elementor-custom-embed-play svg {
    height:40px; 
  }
}