.elementor-kit-1366{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-49d04b4:#FF5D2B;--e-global-color-62a7559:#FF3861;--e-global-color-b6b22c6:#3F3F3F;--e-global-color-ab04b06:#D9D9D9;--e-global-typography-primary-font-family:"Staple CDN";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Staple CDN";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Staple CDN";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Staple CDN";--e-global-typography-accent-font-weight:600;font-family:"Staple CDN", Sans-serif;font-size:15px;font-weight:400;}.elementor-kit-1366 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1366 h1{font-family:"Staple CDN", Sans-serif;font-size:50px;font-weight:700;}.elementor-kit-1366 h4{font-family:"Staple CDN", Sans-serif;font-size:15px;font-weight:400;}.elementor-kit-1366 h5{color:#FFFFFF;font-family:"Staple CDN", Sans-serif;font-size:17px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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: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 */.btn-padrao-branco svg{
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 3px;
}
.btn-padrao-preto svg{
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 3px;
}
.btn-padrao-preto:hover svg{
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 3px;
}
/* Estiliza a barra de rolagem */
::-webkit-scrollbar {
  width: 8px;
}

/* Estiliza o fundo da barra de rolagem */
::-webkit-scrollbar-track {
  background-color: #ffffff;
}

/* Estiliza o botão da barra de rolagem */
::-webkit-scrollbar-thumb {
  background-color: #ff3861; 
}

/* Estiliza a barra de rolagem quando está em hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #d5004f; 
}
html{
    overflow-y: scroll;
}/* End custom CSS */