.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#188ED6;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:50px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F5F5F5;color:#000000;font-family:"Montserrat", Sans-serif;font-size:16px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#000000;}.elementor-kit-5 a:hover{color:#000000;}.elementor-kit-5 h3{font-family:"Rajdhani", Sans-serif;font-size:20px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;gap:0px;}@media(max-width:1024px){.elementor-kit-5 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h2{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilo base */
.cky-banner-element {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
}

/* Hover */
.cky-banner-element:hover {
  color: #A47864 !important;
  transform: skewX(-15deg);
}

/* Mobile: aumentar tamanho e centrar */
@media (max-width: 767px) {
  .cky-banner-element {
    font-size: 14px !important;
    display: block;          /* Necessário para centrar */
    margin: 0 auto;          /* Centraliza horizontalmente */
    text-align: center;      /* Garante centramento do texto */
  }
}/* End custom CSS */