.elementor-kit-34{--e-global-color-primary:#DEA343;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D8A656;--e-global-color-14977d0:#454545;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rock 3D";--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-34 e-page-transition{background-color:#FFBC7D;}.site-footer{background-color:var( --e-global-color-accent );}.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;}footer .footer-inner .site-navigation a{color:#FFFFFF;}@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 *//* LOGO responsiva */
#site-header .mylogo img {
  transition: all 0.3s ease;
  max-height: 100px;
}
#site-header.elementor-sticky--effects .mylogo img {
  max-height: 50px;
}

/* SEÇÃO COM A IMAGEM DE FUNDO */
.underheader {
  margin-top: 0px;      /* sobe a imagem para ocupar o fundo do header */
  padding-top: 50px;      /* evita cortar conteúdo */
  position: relative;
  z-index: 1;
}

/* Esconde as imagens a partir da 7ª */
.galeria-limitada .elementor-gallery-item:nth-child(n+9) {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}


/* Classe para mostrar tudo */
.galeria-limitada.expandida .elementor-gallery-item {
  display: block;
  opacity: 1;
}

/* Ajuste do botão */
.btn-ver-mais {
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  text-align: center;
}/* End custom CSS */