/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 12:40:51 */
.date_check_container{
    display: flex;
    align-items: center ;
    gap: 1rem;
    flex-wrap: wrap;
}
.date_check_container div p{
  min-width: 300px;
}

.two_ofi_container{
    display: flex;
    gap: 2rem;
    display: none;
}

.img_islas img{
  filter: drop-shadow(0px 0px 6px #009900) hue-rotate(0deg) brightness(1);
  animation-name: animateC;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
 
  
}
.contendor_principal_reserva_logo{
	opacity:0;
}
@keyframes animateC{
  0%{
    filter: drop-shadow(0px 0px 12px #009900) hue-rotate(-25deg)  brightness(1.8);
  }
	 25%{
    filter: drop-shadow(0px 0px 6px #009900) hue-rotate(0deg)  brightness(1);
  }
   100%{
    filter: drop-shadow(0px 0px 6px #009900) hue-rotate(0deg) brightness(1);
  }
}