.elementor-kit-13{--e-global-color-primary:#02426D;--e-global-color-secondary:#E4E4E4;--e-global-color-text:#181818;--e-global-color-accent:#386493;--e-global-color-7c9b5d4:#FFFFFF00;--e-global-color-25dbc6d:#F5F5F7;--e-global-color-d34ef6b:#FFFFFF;--e-global-color-6479b6c:#D2D2D7;--e-global-color-075962b:#0066CC;--e-global-color-43ca929:#023D65;--e-global-typography-primary-font-size:clamp(2.25rem, 1.95rem + 1.2vw, 3.75rem);--e-global-typography-primary-font-weight:200;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:clamp(1.875rem, 1.75rem + 0.5vw, 2.5rem);--e-global-typography-secondary-font-weight:200;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:26px;--e-global-typography-accent-font-size:20px;--e-global-typography-5236d75-font-family:"Archivo";--e-global-typography-5236d75-font-size:16px;--e-global-typography-5236d75-line-height:1.6em;--e-global-typography-7e0c231-font-size:14px;--e-global-typography-7e0c231-font-weight:600;--e-global-typography-cad2335-font-size:13px;color:var( --e-global-color-text );font-family:var( --e-global-typography-5236d75-font-family ), Sans-serif;font-size:var( --e-global-typography-5236d75-font-size );line-height:var( --e-global-typography-5236d75-line-height );}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-accent );font-weight:600;line-height:1.2em;letter-spacing:0.2px;color:var( --e-global-color-text );border-radius:5px 5px 5px 5px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 p{margin-block-end:15px;}.elementor-kit-13 a{color:var( --e-global-color-accent );font-weight:200;}.elementor-kit-13 h1{color:var( --e-global-color-primary );font-weight:200;line-height:1.2em;}.elementor-kit-13 h2{color:var( --e-global-color-primary );font-weight:200;line-height:1.2em;}.elementor-kit-13 h3{color:var( --e-global-color-primary );font-weight:200;line-height:1.2em;}.elementor-kit-13 h4{line-height:1.2em;}.elementor-kit-13 h5{line-height:1.2em;}.elementor-kit-13 h6{line-height:1.2em;}.elementor-kit-13 input:not([type="button"]):not([type="submit"]),.elementor-kit-13 textarea,.elementor-kit-13 .elementor-field-textual{color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-6479b6c );border-radius:10px 10px 10px 10px;padding:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;--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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-13{--e-global-typography-text-font-size:17px;--e-global-typography-accent-font-size:19px;font-size:var( --e-global-typography-5236d75-font-size );line-height:var( --e-global-typography-5236d75-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-text-font-size:20px;--e-global-typography-accent-font-size:18px;font-size:var( --e-global-typography-5236d75-font-size );line-height:var( --e-global-typography-5236d75-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#conteudo h2 {margin-top: 40px;}

.cta-animado {
  position: relative;
  display: inline-block;
  color: #000000; /* ajuste conforme sua identidade */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;font-size: 16px;
}

.cta-animado::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* espaço de 10px entre o texto e o sublinhado */
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.cta-animado:hover::after {
  transform: scaleX(1);
}/* End custom CSS */