.elementor-20 .elementor-element.elementor-element-037b088{--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-20 .elementor-element.elementor-element-037b088:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-037b088 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3E1C50;}.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-20 .elementor-element.elementor-element-41b15b8{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-20 .elementor-element.elementor-element-ab44741{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-ab44741:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-ab44741 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3E1C50;}.elementor-20 .elementor-element.elementor-element-677c220{--display:flex;--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-20 .elementor-element.elementor-element-2f41306.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-20 .elementor-element.elementor-element-677c220{--width:100%;}}@media(max-width:1024px){.elementor-20 .elementor-element.elementor-element-ab44741{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-2f41306.elementor-element{--align-self:center;}}@media(max-width:767px){.elementor-20 .elementor-element.elementor-element-ab44741{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-677c220{--justify-content:center;}.elementor-20 .elementor-element.elementor-element-2f41306.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-2f41306 */.destaque{
  background: linear-gradient(
    90deg,
    black,
    gray,
    white,
    gray,
    black
  );
  background-size: 300%;
  animation: animar 4s infinite linear;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes animar {
  0% { background-position: 0%; }
  100% { background-position: 300%; }
}



.texto {
    font-size: 2em; /* tamanho padrão para telas grandes */
}

/* Para telas até 1024px */
@media (max-width: 1024px) {
    .texto {
        font-size: 1.7em;
    }
}

/* Para telas até 767px (celulares) */
@media (max-width: 767px) {
    .texto {
        font-size: 1em;
    }
}/* End custom CSS */