.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-27aad29:#FFFFFF;--e-global-color-ae83378:#E6AE4F;--e-global-color-bfe291e:#FFAF3C;--e-global-color-2c3372d:#5D7155;--e-global-color-c009100:#4A5C43;--e-global-color-3df5f9f:#6EC1E4;--e-global-color-dccda41:#1B2A46;--e-global-color-53d1ad4:#192A46;--e-global-color-182deb8:#FFB03A;--e-global-color-9727621:#7FA260;--e-global-color-ac155e3:#000000;--e-global-color-ac8eb6d:#00172B;--e-global-color-d9bc2f6:#556771;--e-global-color-4d913c7:#0F4410;--e-global-color-cb74547:#C4C4C4;--e-global-color-fd625bd:#80A2B2;--e-global-color-567e07f:#52644C;--e-global-color-007df5c:#526D88;--e-global-color-a8fe809:#669CBE;--e-global-color-097505c:#D6AF3A;--e-global-typography-primary-font-family:"TTHoves";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"TTHoves";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"TTHoves";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"TTHoves";--e-global-typography-accent-font-weight:500;--e-global-typography-c343fc6-font-family:"TTHoves";--e-global-typography-c343fc6-font-size:25px;--e-global-typography-c343fc6-font-weight:500;--e-global-typography-b59c0c2-font-family:"TTHoves";--e-global-typography-b59c0c2-font-size:1.4vw;--e-global-typography-b59c0c2-font-weight:400;--e-global-typography-0225a7e-font-family:"TTHoves";--e-global-typography-0225a7e-font-size:4.75vw;--e-global-typography-0225a7e-font-weight:500;--e-global-typography-0225a7e-line-height:1.14em;--e-global-typography-2349caf-font-family:"TTHoves";--e-global-typography-2349caf-font-size:1.43vw;--e-global-typography-2349caf-font-weight:400;--e-global-typography-2349caf-line-height:1.65em;--e-global-typography-1fd92fb-font-family:"TTHoves";--e-global-typography-1fd92fb-font-size:1.4vw;--e-global-typography-1fd92fb-font-weight:400;--e-global-typography-70c3164-font-family:"TTHoves";--e-global-typography-70c3164-font-size:4.75vw;--e-global-typography-70c3164-font-weight:500;--e-global-typography-70c3164-line-height:1.14em;--e-global-typography-bccedd5-font-family:"TTHoves";--e-global-typography-bccedd5-font-size:4.75vw;--e-global-typography-bccedd5-font-weight:500;--e-global-typography-bccedd5-line-height:1.14em;font-family:"TTHoves", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"TTHoves", Sans-serif;}.elementor-kit-5 h1{font-family:"TTHoves", Sans-serif;}.elementor-kit-5 h3{font-family:"TTHoves", Sans-serif;}.elementor-kit-5 h4{font-family:"TTHoves", Sans-serif;}.elementor-kit-5 h5{font-family:"TTHoves", Sans-serif;}.elementor-kit-5 h6{font-family:"TTHoves", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-1fd92fb-font-size:2.8vw;--e-global-typography-70c3164-font-size:9.5vw;--e-global-typography-bccedd5-font-size:9.5vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.espacamento_sub_condominio p{
    letter-spacing: 0.23vw;
}

.espacamento_titulo_cond h2{
    letter-spacing: 0.2vw;
}

.hero_cond {
      background-attachment: fixed;
}

.faq-duvidas .elementor-tab-title{
    background: #E7E7E7;
    border-radius: 20px;
    margin: 30px 0px !important;
}

.faq-duvidas .elementor-toggle-item{
    font-size: 2rem;
}

.flash {
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  z-index: 999;
}

.flash:after {
  z-index: 999;
  content: "";
  position: absolute;
    top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */
.flash:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.9s, 1.9s, 0.7s;
  transition-timing-function: ease;
}

/* Active state */
.flash:active:after {
  opacity: 0;
}/* End custom CSS */