.elementor-kit-6{--e-global-color-primary:#FFF6E5;--e-global-color-secondary:#B96FF5;--e-global-color-text:#221C14;--e-global-color-accent:#FFAF29;--e-global-color-56031d2:#F2EDE1;--e-global-color-d1b4021:#000000;--e-global-color-34169f4:#FFFFFF;--e-global-color-445c3d6:#D1C5B4;--e-global-color-919a94a:#831DA1;--e-global-color-c52f36b:#FFA600;--e-global-color-f139b90:#F9EEDE;--e-global-typography-primary-font-family:"Chakra Petch";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Chakra Petch";--e-global-typography-secondary-font-size:2em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Chakra Petch";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Chakra Petch";--e-global-typography-accent-font-weight:600;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-size:2em;font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Chakra Petch", Sans-serif;font-size:1em;font-weight:400;color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:#000000;border-radius:2px 2px 2px 2px;padding:0px 0px 0px 0px;}.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: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 */.total {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 0.8em;

    color: #000;
    
}
.repositorio-btn {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 0.8em;
    background: #FFAF29;
    color: #000;
    border: 2px solid #000;
    border-radius: 12px;
    padding: 5px 10px;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 2px 4px 0 #000;
    font-weight: 400;
    transition: box-shadow 0.15s, filter 0.15s;
    text-decoration: none;
}
.repositorio-btn:hover {
    filter: brightness(0.93);
    box-shadow: 0 2px 0 #000;
    cursor: pointer;
}
.repositorio-btn .repo-arrow {
    font-size: 1em;
    line-height: 1,4;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .repositorio-btn {
        font-size: 1em;
        padding: 10px 10px;
    }
}

html, body {
  overflow-x: hidden !important;
  width: 100%;
}

.elementor-section {
  overflow-x: clip !important;
}/* End custom CSS */