.elementor-kit-3020{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-163a5695:#4054B2;--e-global-color-30350695:#23A455;--e-global-color-2b5b1670:#000;--e-global-color-20858dd6:#FFF;--e-global-color-450107b:#2EADC3;--e-global-color-dfbef3f:#E65000;--e-global-color-d683cd2:#292E31;--e-global-color-d10d08f:#F7F7F7;--e-global-color-00762ec:#E5E5E5;--e-global-color-a394d1a:#EFEFEF;--e-global-color-0b52f18:#FFB300;--e-global-color-29b5363:#FFC107;--e-global-color-318afb8:#E2E5E7B5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-3020 button,.elementor-kit-3020 input[type="button"],.elementor-kit-3020 input[type="submit"],.elementor-kit-3020 .elementor-button{background-color:var( --e-global-color-450107b );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-450107b );}.elementor-kit-3020 button:hover,.elementor-kit-3020 button:focus,.elementor-kit-3020 input[type="button"]:hover,.elementor-kit-3020 input[type="button"]:focus,.elementor-kit-3020 input[type="submit"]:hover,.elementor-kit-3020 input[type="submit"]:focus,.elementor-kit-3020 .elementor-button:hover,.elementor-kit-3020 .elementor-button:focus{background-color:var( --e-global-color-450107b );}.elementor-kit-3020 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}
/* Start custom CSS */html, body{
width:100%;
overflow-x:hidden;
}

.text-highlight {
    color: #2EADC3;
}

.text-highlight-yellow {
    color: #2EADC3;
}
/* base */
.yyd-sep{
  max-width: 980px;
  margin: 20px auto 0 auto;
}

/* Option A: single line with fade edges */
.yyd-sep--fade{
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.15) 20%,
    rgba(0,0,0,.15) 80%,
    rgba(0,0,0,0) 100%
  );
}

/* Option B: double line */
.yyd-sep--double{
  display: grid;
  row-gap: 6px;
}
.yyd-sep--double span{
  display: block;
  height: 1px;
  background: rgba(0,0,0,.16);
}

/* Option C: dotted line */
.yyd-sep--dotted{
  height: 1px;
  background-image: radial-gradient(rgba(0,0,0,.3) 1px, rgba(0,0,0,0) 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

/* Optional: suavizar a transição para a secção azul (adicione a classe yyd-cta à secção) */
.yyd-cta{
  position: relative;
  overflow: hidden;
}
.yyd-cta::before{
  content: "";
  position: absolute;
  top: -50px;
  left: 0; right: 0;
  height: 80px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(26,158,170,.20) 70%,
    rgba(26,158,170,.35) 100%
  );
}

/* mobile tweaks */
@media (max-width: 767px){
  .yyd-sep{ margin-top: 14px; }
  .yyd-sep--double{ row-gap: 5px; }
}/* End custom CSS */