.elementor-kit-10{--e-global-color-primary:#111111;--e-global-color-secondary:#111111;--e-global-color-text:#111111;--e-global-color-accent:#2367C3;--e-global-color-f99e191:#FD3A54;--e-global-color-da1d573:#2367C3;--e-global-color-654c6a2:#F5F5F5;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#111111;font-family:"Poppins", Sans-serif;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:#FD3A54;font-family:"Poppins", Sans-serif;font-size:16px;color:#FFFFFF;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:#E4344B;color:#FFFFFF;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 *//* O seu código que entra em ação durante o scroll */
header.elementor-element.cabecalho-rolado .e-con-inner {
    padding: 0 !important;
}
.swiper-pagination-bullet-active{
    background-color:#FD3A54!important;
    border:1px solid #FD3A54!important;
    width: 12px!important;
    height: 12px!important;
}

.swiper-pagination-bullet{
    background-color: #fff!important;
    border:1px solid #000;
    opacity: 1
}

.swiper-pagination{
        display: flex;
    align-items: center;
}

/* Padrão (desktop): deixa o segundo slide visível com opacidade 1 */
.first-slider-home .e-n-carousel .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.first-slider-home .e-n-carousel .swiper-slide.swiper-slide-active + .swiper-slide {
  opacity: 1;
}

/* Tablet: o primeiro slide (ativo) fica com opacidade 1 */
@media (max-width: 1024px) {
  .first-slider-home .e-n-carousel .swiper-slide {
    opacity: 0.4;
  }

  .first-slider-home .e-n-carousel .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  /* Remove o + para não aplicar o do desktop */
  .first-slider-home .e-n-carousel .swiper-slide.swiper-slide-active + .swiper-slide {
    opacity: 0.4;
  }
}

/* Mobile: todos com opacidade 1 */
@media (max-width: 767px) {
  .first-slider-home .e-n-carousel .swiper-slide {
    opacity: 1;
  }
}

.numbers-home .elementor-counter-title{
        text-align: center;
}

.posts-blog .page-numbers.current {
    background-color: #0E0E14 !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 100px;
    border: 2px solid transparent;
}

.posts-blog .page-numbers.current:hover {
    background-color: #fff !important;
    color: #0E0E14 !important;
    border: 2px solid #0E0E14;
    padding: 10px 20px;
    border-radius: 100px;
}

.posts-blog .elementor-pagination a {
    background-color: transparent !important;
    padding: 9px 18px;
    border-radius: 100px;
    border: 2px solid #0E0E14;
    color: #0E0E14;
    text-decoration: none;
    transition: all 0.2s ease;
}

.posts-blog .elementor-pagination a:hover {
    background-color: #0E0E14 !important;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 100px;
}

.posts-blog .elementor-pagination .next {
    background-color: transparent !important;
    border: none;
    padding: 0 !important;
    color: #0E0E14 !important;
    transition: all 0.2s ease;
}

.posts-blog .elementor-pagination .next:hover {
    background-color: transparent !important;
    border: none;
    padding: 0 !important;
    color: #0E0E14 !important;
}
.elementor-widget-search .e-search-form{
    gap: 20px
}

.elementor-widget-search input{
    border-bottom: 1px solid #0E0E14!important;
}

#botao-asc-desc.asc svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.lista-casos-de-exito li {
  list-style: none;
  padding-left: 0px;
  position: relative;
  margin-bottom: 20px
  
}

.lista-casos-de-exito li::before {
  content: "\2794";
  position: absolute;
  left: -30px;
  top: 0;
  font-weight: bold;
  color: #FD3A54;
  font-size: 20px;
}

.sanfona-pages summary{
    padding: 10px 20px!important;
}/* End custom CSS */