.elementor-349 .elementor-element.elementor-element-be42f40{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */p {
    margin-bottom: 0; /* Elimina o espaço extra abaixo dos parágrafos */
}

html, body{
width: 100%;
overflow-x: hidden;
}

[data-elementor-type="wp-page"]{
    overflow: hidden;
}

[data-elementor-type="wp-post"]{
    overflow: hidden;
}


@keyframes brilho{
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.des{

    font-weight: 600;
    animation: 3.4s linear infinite brilho;
    background-image: linear-gradient(45deg, #FFB071, #B55315, #FFB071, #B55315); /*troque as cores aqui, repetindo conforme indicado*/
    background-size: 400% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    transition: all .8s;
}

/* Mudar ou remover se necessário */


/* Remove completamente o ícone padrão */
.elementor-custom-embed-play i,
.elementor-video-play-icon {
  display: none !important;
}

/* Base do overlay */
.elementor-custom-embed-image-overlay {
  position: relative;
}

/* CÍRCULO */
.elementor-custom-embed-image-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;

  width: 64px;
  height: 64px;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);

  transition: transform .25s ease, background .25s ease;
  pointer-events: none;
}

/* TRIÂNGULO (path simples, centro óptico real) */
.elementor-custom-embed-image-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;

  width: 0;
  height: 0;

  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;

  transform: translateX(2px);
  pointer-events: none;
  z-index: 99;
}

.elementor-custom-embed-image-overlay:hover::after {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.06);
}/* End custom CSS */