.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5052abf:#0098DA;--e-global-color-9636fb3:#111111;--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;font-family:"Roboto", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Roboto", Sans-serif;}.elementor-kit-5 h1{font-family:"Roboto", Sans-serif;}.elementor-kit-5 h3{font-family:"Roboto", Sans-serif;}.elementor-kit-5 h4{font-family:"Roboto", Sans-serif;}.elementor-kit-5 h5{font-family:"Roboto", Sans-serif;}.elementor-kit-5 h6{font-family:"Roboto", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.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);}@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;
}

.footer-shop {
    display: none !important;
}

/* Importa a fonte Roboto do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* Aplica Roboto como fonte padrão em todo o site */
html, body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px; /* tamanho base */
  line-height: 1.5;
  color: #333; /* cor padrão */
  margin: 0;
  padding: 0;
}

/* Cabeçalhos */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}

/* Parágrafos e textos gerais */
p, span, a, li, blockquote {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

/* Botões */
button, input, select, textarea {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}/* End custom CSS */