.elementor-kit-7{--e-global-color-primary:#042151;--e-global-color-secondary:#CFCFCF;--e-global-color-text:#000000;--e-global-color-accent:#1D244B;--e-global-color-7cdb2dd:#1A196F;--e-global-typography-primary-font-family:"El Messiri";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Kode Mono";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:20px;background-color:var( --e-global-color-accent );--e-page-transition-entrance-animation:e-page-transition-slide-out-up;--e-page-transition-exit-animation:e-page-transition-slide-in-up;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:flash;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:100vw;--e-preloader-opacity:1;}.elementor-kit-7 e-page-transition{background-color:#2B2B2B;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-7{--e-preloader-width:100%;--e-preloader-opacity:1;}}/* Start custom CSS */html {
    scroll-behavior: smooth;
        padding: 0;
        margin: auto;
}


.elementor-sticky--active .elementor-heading-title {
        color: #042151 !important;
}

#ast-scroll-top{
   background-color: var(--ast-global-color-3);
   border-radius: 10px 0;
}

body{
    overflow-x: none;
    background-image: url('https://looperz.dev/wp-content/uploads/2025/01/static-1.gif')!important;
    background-size:300px;
background-attachment: fixed;
    background-repeat: repeat;
    background-blend-mode: color-dodge;
    padding: 0;
}




.elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: fill!important;
    object-fit: fill!important;
}



#background-video {
 position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda el área */
  z-index: -1; /* Asegura que el video esté detrás de otros contenidos */
filter: opacity(40%) brightness(2.5);

}
  
.bg-micro{
 
      filter: opacity(40%) difference(5)!important;
}  






@media screen and (max-width: 600px) {
body{
    background-image: url('https://looperz.dev/wp-content/uploads/2025/01/static-mob.gif')!important;
}



body:before{
    content: '';
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent; /*  rgba(255, 255, 255, 0.9);Your desire color */
    z-index: -1;
}


.totem-video {
    display: none !important;

}
}/* End custom CSS */