.elementor-kit-5{--e-global-color-primary:#3C0000;--e-global-color-secondary:#D6A07C;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roca One Regular";--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:#FFFFFE;}.elementor-kit-5 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);}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#meu-botao {
  position: relative;
  overflow: hidden;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
  background-size: 300% 300%;
  background-image: linear-gradient(
    45deg,
    #A97450,  /* caramelo escuro */
    #D6A07C,  /* tom principal suave */
    #E6C9B0,  /* caramelo claro */
    #D6A07C,
    #A97450
  );
  box-shadow: 0 4px 15px rgba(214, 160, 124, 0.6);
  transition: transform 0.3s ease;
  animation: animacaoGradiente 5s linear infinite;
}

#meu-botao:hover {
  transform: scale(1.1);
  animation-play-state: paused;
}

@keyframes animacaoGradiente {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#container-menu {
    background: rgba(60, 0, 0, 0.3); /* cor base #3C0000 com transparência */
    border: 1px solid rgba(255, 255, 255, 0.2); /* borda suave */
    backdrop-filter: blur(12px); /* desfoque do fundo */
    -webkit-backdrop-filter: blur(12px); /* compatibilidade Safari */
    border-radius: 50px; /* já vi que você usa bordas arredondadas */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roca One Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://laserintimobh.com.br/wp-content/uploads/2025/09/Roca-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */