/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2025 | 10:59:17 */
/* Estilos del modal */
#modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; 
    justify-content: center;
    align-items: center;
    z-index: 1000; 
}

#modal_content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 800px;
    position: relative;
}

#close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.instagram-gallery-item__media-mask, .instagram-gallery-item__media-mask--content{
	display:none;
}
@media (max-width:520px) {
    .pruebas > div{    
        display: flex;
        flex-direction: column !important;
        align-content: center !important;
        justify-content: center !important;
        align-items: center !important;
    }
}
#reservas_btn,
#reservas_btn2,
.elementor-repeater-item-aa65b5d .raven-slide-button {
    cursor: pointer;
}
.instagram-gallery__actions{
	display:none;
}