/*
Theme Name: Windup Business Theme
Theme URI: https://windup.es/
Template: hello-elementor
Author: Windup Business
Author URI: https://windup.es/
Description: Tema hijo de Hello desarrollado por Windup Business. Tema optimizado para trabajar con Elementor page builder.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1638184772
Updated: 2021-11-29 11:19:32

*/
.elementor-1911 .elementor-element.elementor-element-3833da42:not(.elementor-motion-effects-element-type-background), .elementor-1911 .elementor-element.elementor-element-3833da42 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url(https://ark-architects.com/wp-content/uploads/2023/09/Villa-WHITE-by-Manuel-Ruiz-Moriche-ARK-Architects-Sotogrande-21-scaled.jpg);
    background-position-y: 45%!important;
}


/*QUITAR TITULOS DE CARRUSEL*/
.elementor-slideshow__title {
    display: none!important;
}

body.loading-background #loftloader-wrapper {
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9); /* Ajusta según sea necesario */
}

body.loading-background #content {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

body.loaded #content {
    opacity: 1;
}

body:not(.loaded) #loftloader-wrapper {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}