.elementor-kit-62{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-025e227:#FFFFFF;--e-global-color-5ac4643:#101F54;--e-global-color-d181182:#57532C;--e-global-color-311461f:#E6E6E6;--e-global-color-ee95d78:#C06D12;--e-global-color-549f16e:#7D0972;--e-global-color-b969115:#D20000;--e-global-color-fbcfb65:#F4F4F4;--e-global-color-e0f3e06:#F8F65B;--e-global-color-42d86ec:#071239;--e-global-color-b5b5d9c:#000000;--e-global-color-21725f5:#69727D;--e-global-color-e78bbaa:#101F54;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-62 e-page-transition{background-color:#FFBC7D;}.elementor-kit-62 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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 */.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-landscape video {
height: 90vh;
width: 90vh;
}


#scrolling-header {

  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff; /* Ajuste a cor conforme seu design */
  transition: top 0.3s;
  z-index: 999;
}


.limitar-conteudo .elementor-widget-container {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* <-- Altere aqui o número de linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Adiciona '...' no final do texto */
}

@media (max-width: 1400px) {
    img[src$="/wp-content/plugins/advanced-floating-content-lite/public/images/close.png"] {
        opacity: 0.3; /* 30% visível */
        transition: opacity 0.3s ease-in-out;
    }

    img[src$="/wp-content/plugins/advanced-floating-content-lite/public/images/close.png"]:hover {
        opacity: 1; /* 100% visível ao passar o mouse */
    }
}

/* Quando a tela for maior que 1400px OU menor que 768px (telas de celular), a opacidade será 100% */
@media (min-width: 1401px), (max-width: 768px) {
    img[src$="/wp-content/plugins/advanced-floating-content-lite/public/images/close.png"] {
        opacity: 0 !important; /* Força a opacidade total */
    }
}/* End custom CSS */