.elementor-24743 .elementor-element.elementor-element-b2af44e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-24743:not(.elementor-motion-effects-element-type-background), body.elementor-page-24743 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS *//* ===============================
   BASE
================================ */

html {
  position: relative;
  text-wrap:balance
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-size: 20px;
}

body {
  position: relative;
}

.esconder{
  display: none;
}


/* ===============================
   OVERLAY BODY (SAFARI SAFE)
================================ */

body::after {
  content: "";
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;

  background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0);
  background-size: 2px 2px;

  pointer-events: none !important;
  z-index: 9999;
  opacity: 0.05;

  mix-blend-mode: plus-lighter;
  isolation: isolate;

  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  will-change: opacity;
}

/* ===============================
   MOBILE FONT
================================ */

@media (max-width: 767px) {
  html, body {
    font-size: 16px;
  }
}

/* ===============================
   ELEMENTOR
================================ */

[data-elementor-type="wp-page"],
[data-elementor-type="wp-post"] {
  overflow: hidden;
}

/* ===============================
   TEXT RESET
================================ */

p { margin: 0; }

.elementor-image-box-title,
.elementor-icon-box-title {
  margin-top: 0;
}

/* ===============================
   SCROLLBAR
================================ */

body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-track { background: #000; }
body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to top ,#5B5758,#a8948e, #5B5758 )!important;
  border-radius: 10px;
  border: 2px solid #000;
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: 10px;
    scrollbar-color: #a4a09d #000;
    -moz-appearance: scrollbar;
  }
}

/* ===============================
   SELECTION
================================ */

::selection {
  background: #a4a09d;
  color: #000;
  -webkit-text-fill-color: #fff;
}

::-moz-selection {
  background: #a4a09d;
  color: #000;
}



.espacamento{
display: block;
margin-top: 15px
}/* End custom CSS */