.elementor-50426 .elementor-element.elementor-element-1f645518, .elementor-50426 .elementor-element.elementor-element-1f645518 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-50426 .elementor-element.elementor-element-1f645518{overflow:visible;}.elementor-50426 .elementor-element.elementor-element-903488e > .elementor-widget-container{border-style:solid;border-width:4px 4px 4px 4px;border-color:#00FFFF;}#elementor-popup-modal-50426{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-50426 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-50426 .dialog-close-button{display:flex;}#elementor-popup-modal-50426 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-903488e *//* Botón principal de enlace */
.btn-click-it {
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    left: 73%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    max-width: 250px !important; 
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none !important; 
    outline: none !important;
}

.btn-click-it:hover {
    transform: translateX(-50%) scale(1.05) translateY(-2px);
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.2); */
    text-decoration: none !important;
}

.btn-click-it:active {
    transform: translateX(-50%) scale(1.02) translateY(0);
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
    text-decoration: none !important; 
    outline: none !important;
}

/* Botón cerrar */
.dialog-close-button .eicon-close {
    width: 25px;
    height: 25px;
    background-color: #00FFFF;
    color: #1B1464;
    font-size: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -28px;
    right: -25px;
    transition: all 0.3s ease;
}

.dialog-close-button .eicon-close:hover {
    background-color: #FFF;
    color: #1D3A6C;
}

/* Responsive para tablet (hasta 768px) */
@media screen and (max-width: 768px) {
    .btn-click-it {
        bottom: 8% !important;
        left: 73% !important;
        transform: translateX(-50%);
        max-width: 150px !important;
    }
    
    .dialog-close-button .eicon-close {
        width: 22px;
        height: 22px;
        font-size: 14px;
        top: -25px;
        right: -22px;
    }
}

/* Responsive para pantallas menores a 650px */
@media screen and (max-width: 650px) {
    #elementor-popup-modal-35204 .dialog-message {
        width: 300px;
        max-width: 95vw; /* Evita que se salga de la pantalla */
    }
    
    .img-pop-up {
        width: 100%;
        height: auto;
    }
    
    .btn-click-it {
        bottom: 27%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 150px;
    }
    
    .dialog-close-button .eicon-close {
        width: 20px;
        height: 20px;
        font-size: 12px;
        top: -20px;
        right: -20px;
    }
}

/* Responsive para móviles pequeños (hasta 480px) */
@media screen and (max-width: 480px) {
    #elementor-popup-modal-35204 .dialog-message {
        width: 280px;
        max-width: 90vw;
    }
    
    .btn-click-it {
        bottom: 25%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 130px;
    }
    
    .dialog-close-button .eicon-close {
        width: 18px;
        height: 18px;
        font-size: 11px;
        top: -18px;
        right: -18px;
    }
}

/* Responsive para móviles muy pequeños (altura menor a 550px) */
@media screen and (max-height: 550px) {
    #elementor-popup-modal-35204 .dialog-message {
        width: 300px;
        max-width: 95vw;
    }
    
    .img-pop-up {
        width: 100%;
        height: auto;
    }
    
    .btn-click-it {
        bottom: 53px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 120px;
    }
    
    .dialog-close-button .eicon-close {
        width: 16px;
        height: 16px;
        font-size: 10px;
        top: -16px;
        right: -16px;
    }
}

/* Responsive para pantallas muy pequeñas (combinación de ancho y altura) */
@media screen and (max-width: 400px) and (max-height: 600px) {
    #elementor-popup-modal-35204 .dialog-message {
        width: 260px;
        max-width: 85vw;
    }
    
    .btn-click-it {
        bottom: 0%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 110px !important;
    }
    
    .dialog-close-button .eicon-close {
        width: 15px;
        height: 15px;
        font-size: 9px;
        top: -15px;
        right: -15px;
    }
}/* End custom CSS */