.elementor-kit-10{--e-global-color-primary:#142129;--e-global-color-secondary:#22303B;--e-global-color-text:#F9F9F9;--e-global-color-accent:#D1A01D;--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;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.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);}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
}

.borda-animada {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid transparent;
  color: #ebb700;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
  z-index: 1;
}

.borda-animada::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ebb700;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scale(0);
}

.borda-animada:hover::before {
  transform: scale(1);
}/* End custom CSS */