.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#363A43;--e-global-color-text:#000000;--e-global-color-accent:#E8FF00;--e-global-color-67d7376:#F2F2F2;--e-global-typography-primary-font-family:"neue-haas-grotesk-display";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"neue-haas-grotesk-display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"neue-haas-grotesk-display";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"neue-haas-grotesk-display";--e-global-typography-accent-font-weight:500;font-family:"neue-haas-grotesk-display", Sans-serif;font-size:24px;font-weight:500;overscroll-behavior:none;}.elementor-kit-5 a{color:var( --e-global-color-text );}.elementor-kit-5 h1{color:var( --e-global-color-secondary );font-family:"neue-haas-grotesk-display", Sans-serif;font-size:140px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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;}}/* Start custom CSS */.container, .elementor-section {
    overflow-x: auto; /* Evita que se desborden las secciones */
    width: 100%; /* Asegura que los contenedores se mantengan dentro del viewport */
}
/*fuente Akbeatso*/
@font-face {
  font-family: 'Akbeatso';
  src: url('https://marmolesroma.com/wp-content/uploads/2025/03/Akbeatso-Regular-1.woff2') format('woff2'),
       url('https://marmolesroma.com/wp-content/uploads/2025/03/Akbeatso-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* apilamiento de imagenes*/
/* Sección vertical */
.stack-section.vertical .stack-images {
  position: relative;
 
  /* height puede omitirse si lo manejás en Elementor */
}

/* Sección horizontal */
.stack-section.horizontal .stack-images {
  position: relative;
  width: 100%; /* full-width si usás fila completa */
  display: flex; /* opcional si necesitás alinear cosas */
  justify-content: center;
  align-items: center;
}

/* Todas las imágenes del stack */
.stack-img {
  position: absolute;
  opacity: 0;

  /* width puede quedar fuera si lo definís con Elementor */
}

/* sticky header*/
#mainHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  transition: transform 0.5s ease, opacity 0.5s ease, background-color 0.4s ease;
}

#mainHeader.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

#mainHeader.white-text.scrolled {
  background-color: black !important;
}

#mainHeader.black-text.scrolled {
  background-color: white !important;
}/* End custom CSS */