.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-6 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 */html, body{
    overflow-x: hidden
}

/*Menu*/
.header ul {
    padding: 15px 0px;
}


.botao-cor-site a {
  background: linear-gradient(
    90deg,
    #2f3484 0%,
    #3034a3 25%,
    #464ce5 75%,
    #8197f8 100%
  ) !important;
  color: #fff !important;
  background-size: 220% auto !important;
  background-position: left center !important;
  transition: background-position 0.8s cubic-bezier(0.65, 0, 0.5, 1) !important;
}

.botao-cor-site a:hover {
  background-size: 320% auto !important;
  background-position: right center !important;
}

.gtranslate_wrapper {
  position: relative;
  display: flex;
  z-index: 9999;
  font-family: 'Montserrat', sans-serif;
}

.gtranslate_wrapper select,
#google_translate_element2 {
  display: none !important;
}

.gtranslate_wrapper .gt-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 6px 10px;
}

.gtranslate_wrapper .gt-toggle::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/wp-content/uploads/2025/09/linguage-icon-1-1.png) no-repeat center;
  background-size: contain;
}

.gtranslate_wrapper .gt-toggle::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/09/Vector.png) no-repeat center;
  background-size: contain;
  transition: transform 0.25s ease;
}

.gtranslate_wrapper.open .gt-toggle::after {
  transform: rotate(180deg);
}

.gtranslate_wrapper .gt-menu {
  display: none;
  position: absolute;
  top: 65px;
  right: 0px;
  left: auto;
  background: #0e1126cf;
  border-radius: 8px;
  padding: 10px 0;
  min-width: 180px;
  overflow: visible;
  isolation: isolate;
  animation: fadeIn 0.2s ease forwards;
}

.gtranslate_wrapper.open .gt-menu {
  display: block;
}

.gtranslate_wrapper .gt-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 0;
  border-radius: 8px;
}

.gtranslate_wrapper .gt-menu a.glink {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease;
  font-size: 15px;
  white-space: nowrap;
}

.gtranslate_wrapper .gt-menu a.glink:hover {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.gtranslate_wrapper .gt-menu img {
  width: 22px;
  height: 16px;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.gtranslate_wrapper > a.glink {
  display: none !important;
}

@media (max-width: 1230px) and (min-width: 769px) {
 .gtranslate_wrapper .gt-menu {
   top: 65px;
   right: 0px; /* sempre alinhado à direita */
 }
}

@media (max-width: 768px) { 
 .gtranslate_wrapper .gt-menu {
   top: 65px;
   right: 0px; /* sempre alinhado à direita */
 }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */