.elementor-kit-8{--e-global-color-primary:#070703;--e-global-color-secondary:#FDD000;--e-global-color-text:#D3D3D3;--e-global-color-accent:#FDD000;--e-global-color-94c5bb6:#FFFFFF;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-letter-spacing:1.5px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p {
margin-bottom: 0;
}

html, body {
width: 100%;
overflow-x: hidden;
}

.tag-amarela {
    z-index: 1;
}

.tag-amarela::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FDD000;
    transform: skew(-10deg); /* Inclinação do fundo */
    z-index: -1;
}

.tag-branca {
    z-index: 1;
}

.tag-branca::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform: skew(-10deg); /* Inclinação do fundo */
    z-index: -1;
}


.elementor-button {
  position: relative !important;
  background: linear-gradient(135deg, #FDD000 0%, #FFB700 100%) !important;
  color: #222 !important;
  padding: 14px 22px !important;
  border: none !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  box-shadow: 0 10px 20px rgba(253, 208, 0, 0.15) !important;
  text-transform: uppercase !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-width: 180px !important;
}


.elementor-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  transition: width 0.5s ease-in-out;
  z-index: 1;
}


.elementor-button-text::before {
  content: "⚡";
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  transition: all 0.3s ease;
  z-index: 3;
}


.elementor-button-text {
  position: relative !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
}


.elementor-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 15px 25px rgba(253, 208, 0, 0.25) !important;
  background: linear-gradient(135deg, #FFB700 0%, #FDD000 100%) !important;
}


.elementor-button:hover::before {
  width: 100%;
  animation: carregando 1.5s infinite alternate;
}


.elementor-button:hover .elementor-button-text::before {
  transform: scale(1.2);
}


.elementor-button:active {
  transform: translateY(1px) !important;
  box-shadow: 0 5px 15px rgba(253, 208, 0, 0.2) !important;
}


@keyframes carregando {
  0% {
    opacity: 0.3;
    width: 0%;
  }
  100% {
    opacity: 0.8;
    width: 100%;
  }
}


.elementor-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #fff;
  border-radius: 0 2px 2px 0;
  z-index: 2;
}


.elementor-button-icon {
  display: none !important;
}


.elementor-button.elementor-size-xs,
.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-md,
.elementor-button.elementor-size-lg,
.elementor-button.elementor-size-xl {
  background: linear-gradient(135deg, #FDD000 0%, #FFB700 100%) !important;
  border-radius: 2px !important;
}

.elementor-320 .elementor-element.elementor-element-52d4eff .elementor-nav-menu--main .elementor-item:hover {
    color: #FDD000!important;
}/* End custom CSS */