.elementor-1174 .elementor-element.elementor-element-5452c7e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1174 .elementor-element.elementor-element-c9514e4{--e-image-carousel-slides-to-show:3;}.elementor-1174 .elementor-element.elementor-element-c9514e4 .swiper-wrapper{display:flex;align-items:center;}#elementor-popup-modal-1174 .dialog-widget-content{background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0px 0px 0px 0px;}#elementor-popup-modal-1174{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1174 .dialog-message{width:90vw;height:100vh;align-items:center;padding:0px 0px 0px 0px;}#elementor-popup-modal-1174 .dialog-close-button{display:flex;background-color:#000000;font-size:20px;}#elementor-popup-modal-1174 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-1174 .dialog-close-button svg{fill:#FFFFFF;}/* Start custom CSS *//* 1. Oculta o SVG padrão do Elementor */
.elementor-swiper-button {
    background-color: black;
    border-radius: 90px;
    padding: 8px;
}

#elementor-popup-modal-1174 .elementor-swiper-button svg {
    display: none !important;
}

/* 2. Cria a estrutura do novo ícone para ambas as setas */
#elementor-popup-modal-1174 .elementor-swiper-button::after {
    content: '';
    display: block;
    width: 20px; /* Ajuste a largura do ícone */
    height: 20px; /* Ajuste a altura do ícone */
    background-color: currentColor; /* Mantém a cor e o hover definidos no painel do Elementor */
    
    /* Converte o seu SVG em uma máscara. O 'currentColor' original do seu SVG foi alterado para 'black' para a máscara funcionar corretamente */
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='144 56 216 128 144 200' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='144 56 216 128 144 200' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
    
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

/* 3. Inverte a direção da seta no botão "Anterior" para apontar para a esquerda */
#elementor-popup-modal-1174 .elementor-swiper-button-prev::after {
    transform: scaleX(-1);
}
.dialog-close-button{
    padding: 5px;
    border-radius: 90px;
}/* End custom CSS */