.elementor-kit-9{--e-global-color-primary:#644BAF;--e-global-color-secondary:#FE794E;--e-global-color-text:#644BAF;--e-global-color-accent:#A8C638;--e-global-color-b18154f:#FFFFFF;--e-global-color-62e8215:#C88AF9;--e-global-color-861b46b:#7697FF;--e-global-typography-primary-font-family:"Inclusive Sans";--e-global-typography-primary-font-size:2.6em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Inclusive Sans";--e-global-typography-secondary-font-size:1.4em;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Inclusive Sans";--e-global-typography-text-font-size:1.25em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Inclusive Sans";--e-global-typography-accent-font-size:1.25em;--e-global-typography-accent-font-weight:500;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-b18154f );border-radius:8px 8px 8px 8px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-b18154f );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-secondary );}.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;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:2em;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:1.4em;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:1.25em;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:1.25em;--e-global-typography-accent-line-height:1.5em;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:1.8em;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:1.2em;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-size:1.1em;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-size:1.1em;--e-global-typography-accent-line-height:1.4em;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.caixa-icone {
  transition: transform 0.3s ease;
  will-change: transform;
}

.caixa-icone:hover {
  transform: translateY(-8px);
}



/* Estilo geral da paginação */
.elementor-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

/* Números da paginação */
.elementor-pagination a,
.elementor-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid ; /* mesma cor do fundo das setas */
  border-radius: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

/* Página atual */
.elementor-pagination .current {
  background-color: #DB8BFC;
 color: #fff;
  border-color: #DB8BFC;
}

/* Hover nos números */
.elementor-pagination a:not(.prev):not(.next):hover {
  background-color: #9BC71E;
  color: #fff;
  border-color: #9BC71E;
}

/* Setas (Anterior e Próxima) */
.elementor-pagination a.prev,
.elementor-pagination a.next {
  background-color: #F8F8F8;
  color: #000;
  border: none;
  border-radius: 12px;
  font-size: 20px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Setas desativadas (quando estiverem no início ou fim) */
.elementor-pagination a.prev.disabled,
.elementor-pagination a.next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


/* REMOVER BARRA LATERAL MOBILE*/

html, body {
width: 100%;
overflow-x: hidden;
}/* End custom CSS */