.elementor-1317 .elementor-element.elementor-element-903828e{--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;}.elementor-1317 .elementor-element.elementor-element-cfb0caa{--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;}.elementor-1317 .elementor-element.elementor-element-81c66ab{--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;}.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-1317 .elementor-element.elementor-element-2c5d466{--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;}body.elementor-page-1317:not(.elementor-motion-effects-element-type-background), body.elementor-page-1317 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-1317 .elementor-element.elementor-element-903828e:not(.elementor-motion-effects-element-type-background), .elementor-1317 .elementor-element.elementor-element-903828e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://matheusravik.com/wp-content/uploads/2025/10/parte-01.png");background-position:center center;background-size:cover;}.elementor-1317 .elementor-element.elementor-element-903828e{--min-height:613px;}.elementor-1317 .elementor-element.elementor-element-cfb0caa{--min-height:30px;}.elementor-1317 .elementor-element.elementor-element-81c66ab{--min-height:347px;}.elementor-1317 .elementor-element.elementor-element-2c5d466{--min-height:71px;}}/* Start custom CSS for container, class: .elementor-element-903828e */.elementor-1317 .elementor-element.elementor-element-903828e {
    position: relative;
    animation: lightning 4s ease-out infinite;
    background-color: #000000; /* fundo preto real */
}

.elementor-1317 .elementor-element.elementor-element-903828e::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; /* antes era url('') → causava branco */
    animation: rain 0.1s linear infinite;
    opacity: 0.1;
    pointer-events: none; /* evita bloqueios de clique */
}

@keyframes rain {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes lightning {
    0%, 86% {
        filter: brightness(1);
    }
    87.75% {
        filter: brightness(1.8);
    }
    89.5% {
        filter: brightness(1.3);
    }
    93% {
        filter: brightness(3);
    }
    100% {
        filter: brightness(1);
    }
}

/* CELULAR PAISAGEM */
@media (min-width: 768px) and (max-width: 880px) {
    .elementor-1317 .elementor-element.elementor-element-903828e::before {
        width: 400px;
        height: 400px;
        top: -200px;
        left: 80%;
        opacity: 0.4;
    }
}

/* CELULAR RETRATO */
@media (max-width: 767px) {
    .elementor-1317 .elementor-element.elementor-element-903828e::before {
        width: 400px;
        height: 400px;
        top: -200px;
        left: 80%;
        opacity: 0.4;
    }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-e55e610 *//* Classe: mw-pulse — pulse contínuo */
.mw-pulse {
  display: inline-block; /* garante que o transform funcione bem */
  transform-origin: center center;
  animation: mw-pulse 2.4s infinite ease-in-out;
}

@keyframes mw-pulse {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.06); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}/* End custom CSS */
/* Start custom CSS */html, body {
  overflow-x: hidden;
  width: 100%;
}

* {
  box-sizing: border-box;
}/* End custom CSS */