.elementor-6 .elementor-element.elementor-element-1fbc78f{--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-6 .elementor-element.elementor-element-1fbc78f:not(.elementor-motion-effects-element-type-background), .elementor-6 .elementor-element.elementor-element-1fbc78f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FF0000;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6 .elementor-element.elementor-element-ebb45bb{text-align:center;}.elementor-6 .elementor-element.elementor-element-ebb45bb .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:700;color:#FFFFFF;}.elementor-6 .elementor-element.elementor-element-7bc3140{--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:42px;--padding-bottom:42px;--padding-left:42px;--padding-right:42px;}.elementor-6 .elementor-element.elementor-element-4f5043f{text-align:center;}.elementor-6 .elementor-element.elementor-element-4f5043f .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:700;text-transform:uppercase;color:#000000;}.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-6 .elementor-element.elementor-element-37d1c76{text-align:center;font-family:"Roboto", Sans-serif;font-weight:400;color:#000000;}.elementor-6 .elementor-element.elementor-element-d0ce1e0{--display:flex;}.elementor-6 .elementor-element.elementor-element-0081fdb{--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;}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-ebb45bb .elementor-heading-title{font-size:18px;}.elementor-6 .elementor-element.elementor-element-7bc3140{--padding-top:21px;--padding-bottom:21px;--padding-left:11px;--padding-right:11px;}.elementor-6 .elementor-element.elementor-element-4f5043f{text-align:center;}.elementor-6 .elementor-element.elementor-element-4f5043f .elementor-heading-title{font-size:26px;}.elementor-6 .elementor-element.elementor-element-37d1c76 > .elementor-widget-container{margin:-47px -17px -35px -17px;}.elementor-6 .elementor-element.elementor-element-37d1c76{text-align:center;font-size:39px;}.elementor-6 .elementor-element.elementor-element-0081fdb{--margin-top:450px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS *//* =====================================
   FRONT-END (página publicada)
   - some sem deixar espaço
   ===================================== */
.fadein{
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;

  animation: fadeInFront 0.8s ease forwards;
  animation-delay: 240s;
}

/* Quando aparece: volta ao normal */
@keyframes fadeInFront{
  to{
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}

/* =====================================
   EDITOR DO ELEMENTOR
   - visível (50%) pra você ver
   ===================================== */
body.elementor-editor-active .fadein{
  opacity: 0.5 !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
  margin: initial !important;
  padding: initial !important;
  animation: none !important;
}/* End custom CSS */