.elementor-2124 .elementor-element.elementor-element-b8c7c95{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2124 .elementor-element.elementor-element-cd7fd7f img{width:60%;}#elementor-popup-modal-2124 .dialog-widget-content{animation-duration:1.2s;background-color:#058E3900;margin:15px 15px 15px 15px;}#elementor-popup-modal-2124 .dialog-message{width:100px;height:auto;}#elementor-popup-modal-2124{justify-content:flex-start;align-items:flex-end;}@media(max-width:880px){.elementor-2124 .elementor-element.elementor-element-cd7fd7f img{width:55%;}}@media(max-width:767px){.elementor-2124 .elementor-element.elementor-element-cd7fd7f img{width:50%;}#elementor-popup-modal-2124 .dialog-widget-content{margin:0px 0px 30px 0px;}}/* Start custom CSS *//* Remove a borda do link */
a {
  text-decoration: none; /* Remove o sublinhado, se houver */
  border: none; /* Remove a borda */
}

/* Se o ícone for um botão ou tiver um estado específico de foco */
a:focus, a:hover {
  outline: none; /* Remove a borda de foco */
}

/* Se o ícone estiver dentro de um elemento com uma classe específica */
.icon-class {
  border: none; /* Remove qualquer borda do ícone */
  outline: none; /* Remove a borda de foco do ícone */
}

/* Caso o ícone seja um botão */
button {
  border: none; /* Remove a borda do botão */
  background: none; /* Remove o fundo do botão se necessário */
  padding: 0; /* Remove o padding se necessário */
  cursor: pointer; /* Adiciona o cursor de ponteiro */
}

button:focus {
  outline: none; /* Remove a borda de foco do botão */
}/* End custom CSS */