.elementor-kit-6{--e-global-color-primary:#783D30;--e-global-color-secondary:#CC8D68;--e-global-color-text:#453207;--e-global-color-accent:#491D04;--e-global-color-c0931b3:#F7F7F7;--e-global-color-d5424ff:#F6ECE9;--e-global-color-de763f6:#4532078A;--e-global-typography-primary-font-family:"EB Garamond";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"EB Garamond";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1em;--e-global-typography-e860210-font-family:"EB Garamond";--e-global-typography-e860210-font-size:22px;--e-global-typography-e860210-font-weight:400;--e-global-typography-e860210-text-transform:none;--e-global-typography-e860210-font-style:italic;--e-global-typography-e860210-text-decoration:none;--e-global-typography-e860210-line-height:1.4em;--e-global-typography-2885f7d-font-family:"Poppins";--e-global-typography-2885f7d-font-size:14px;--e-global-typography-2885f7d-font-weight:400;--e-global-typography-2885f7d-text-transform:none;--e-global-typography-2885f7d-font-style:normal;--e-global-typography-2885f7d-text-decoration:none;--e-global-typography-2885f7d-line-height:1.4em;background-color:var( --e-global-color-c0931b3 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:1366px){.elementor-kit-6{--e-global-typography-primary-font-size:38px;}}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:29px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:13px;--e-global-typography-e860210-font-size:20px;--e-global-typography-2885f7d-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:24px;--e-global-typography-secondary-font-size:21px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:13px;--e-global-typography-e860210-font-size:17px;--e-global-typography-2885f7d-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn-cta-blink {
  --dur: 1.2s;
  animation: cta-blink var(--dur) ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(73, 29, 4, 0.3);
  display: inline-block;
}

/* botão interno */
.btn-cta-blink .elementor-button {
  transition: letter-spacing 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  border-bottom: none !important;
}

/* hover */
.btn-cta-blink .elementor-button:hover {
  letter-spacing: 1px;
  background-color: #CC8D68 !important;
  background-image: none !important;
  box-shadow: 0 0 12px 6px rgba(204, 141, 104, 0.6); /* sombra na cor do fundo do hover */
  transform: translateY(0);
}

/* animação do brilho */
@keyframes cta-blink {
  0%   { box-shadow: 0 0 0 0 rgba(73, 29, 4, 0.3); transform: scale(1); }
  50%  { box-shadow: 0 0 12px 6px rgba(73, 29, 4, 0.6); transform: scale(1.04); }
  100% { box-shadow: 0 0 0 0 rgba(73, 29, 4, 0.3); transform: scale(1); }
}

@media (prefers-reduced-motion: reduce){
  .btn-cta-blink { animation: none; }
}


.text-cta-blink {
  --dur: 1.6s;
  display: inline-block;
  animation: text-blink var(--dur) ease-in-out infinite;
  color: inherit; /* herda a cor do tema */
  text-decoration: none;
}

/* animação suave */
@keyframes text-blink {
  0% {
    text-shadow: 0 0 0 rgba(73, 29, 4, 0.4);
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 8px rgba(73, 29, 4, 0.8);
    transform: scale(1.03);
  }
  100% {
    text-shadow: 0 0 0 rgba(73, 29, 4, 0.4);
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .text-cta-blink {
    animation: none;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'EB Garamond';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://workshop.santanafotografia.com/wp-content/uploads/2025/10/EBGaramond12-Italic.eot');
	src: url('https://workshop.santanafotografia.com/wp-content/uploads/2025/10/EBGaramond12-Italic.eot?#iefix') format('embedded-opentype'),
		url('https://workshop.santanafotografia.com/wp-content/uploads/2025/10/EBGaramond12-Italic.woff2') format('woff2'),
		url('https://workshop.santanafotografia.com/wp-content/uploads/2025/10/EBGaramond12-Italic.woff') format('woff'),
		url('https://workshop.santanafotografia.com/wp-content/uploads/2025/10/EBGaramond12-Italic.ttf') format('truetype'),
		url('https://workshop.santanafotografia.com/wp-content/uploads/2025/10/EBGaramond12-Italic.svg#EBGaramond') format('svg');
}
/* End Custom Fonts CSS */