.elementor-kit-6{--e-global-color-primary:#213400;--e-global-color-secondary:#BCFF00;--e-global-color-text:#131513;--e-global-color-accent:#F4F4F4;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}@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-folio {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: calc(100vh - 20px);
    background-color: #0C0D06;
}

  .container-folio img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    object-fit: cover;
    border-radius: 10px;
    transition: filter 0.5s ease;
  }

  .container-folio:hover img {
    filter: blur(10px);
  }

  .marquee-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 50px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  }

  .container-folio:hover .marquee-wrapper {
    opacity: 1;
  }

  .marquee {
    display: flex;
    white-space: nowrap;
    animation: scroll 20s linear infinite; /* mais lento e suave */
  }

  .marquee span {
    font-size: 2rem;
    color: #fff;
    padding-right: 2rem;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    user-select:none;
  }

  @keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  
  .tag-folio{background-color:#0C0D0615;padding:10px 20px;border-radius:20px;}
  
  /* até 1024px */
@media (max-width: 1024px) {
  .container-folio {
    height: calc(75vh - 20px);
  }
}

/* até 767px */
@media (max-width: 767px) {
  .container-folio {
    height: calc(75vh - 20px);
  }
}/* End custom CSS */