.elementor-kit-7{--e-global-color-primary:#CB020D;--e-global-color-secondary:#830007;--e-global-color-text:#000000;--e-global-color-accent:#20AF2C;--e-global-color-11c4851:#0CD11D;--e-global-typography-primary-font-family:"VISBY atualizada";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"VISBY atualizada";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"VISBY atualizada";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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){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);}.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-kit-7{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Remove o scroll horizontal */

html, body { overflow-x: hidden; }

.button {
  border-radius: 50px; /*defina o arredondamento*/
  transition: transform 50ms ease;
  background: linear-gradient(90deg, #20AF2C, #0CD11D, #20AF2C, #0CD11D); /*defina as cores do BG aqui*/
  background-size: 400%;
  overflow: visible;
  transition: box-shadow, 0.4s;
}

.button:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(32, 175, 44, 1);/*defina a cor do efeito no hover*/
  box-shadow: 0px 0px 35px 0px rgba(32, 175, 44, 1); /*defina a cor do efeito no hover*/
  animation: animate 8s ease infinite; 
  transform: scale(1.05, 1.05);
  animation: animate 7s cubic-bezier(0.75, 0.75, 0.75, 0.75) infinite;
}

.button:hover:before {
  filter: blur(20px); /*tamanho do desfoque*/
  opacity: 1;
  animation: animate 8s linear infinite;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

.elementor-kit-7{
    overflow: visible;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'VISBY atualizada';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyRegular.eot');
	src: url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyRegular.eot?#iefix') format('embedded-opentype'),
		url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyRegular.woff2') format('woff2'),
		url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyRegular.woff') format('woff'),
		url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyRegular.ttf') format('truetype'),
		url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyRegular.svg#VISBYatualizada') format('svg');
}
@font-face {
	font-family: 'VISBY atualizada';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyBold.eot');
	src: url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyBold.eot?#iefix') format('embedded-opentype'),
		url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyBold.woff2') format('woff2'),
		url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyBold.woff') format('woff'),
		url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyBold.ttf') format('truetype'),
		url('https://supermercadocoap.com.br/wp-content/uploads/2025/06/VisbyBold.svg#VISBYatualizada') format('svg');
}
/* End Custom Fonts CSS */