.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7d81c7d:#FFFFFF;--e-global-color-0b057ca:#FF7A00;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Archivo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Archivo";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #1E2A3E 0%, #2F3747 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1050px;}.e-con{--container-max-width:1050px;--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: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 */.site-header, .site-footer{
 display: none
}

/* =========================
   Botões Desktop
   ========================= */
.botao1, .botao2, .botao3 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: center center;
}

.botao1.ativo, 
.botao2.ativo, 
.botao3.ativo {
  min-width: 30px;
  max-width: 30px;
   min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
}

/* =========================
   Botões Mobile
   ========================= */
.botao1-mobile, .botao2-mobile, .botao3-mobile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: center center;
}

.botao1-mobile.ativo-mobile, 
.botao2-mobile.ativo-mobile, 
.botao3-mobile.ativo-mobile {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}/* End custom CSS */