.elementor-kit-435{--e-global-color-primary:#F2708C;--e-global-color-secondary:#35AEC7;--e-global-color-text:#021452;--e-global-color-accent:#35FEFF;--e-global-color-61241c52:#4054B2;--e-global-color-4b1ff412:#23A455;--e-global-color-444146c4:#000;--e-global-color-7978d0eb:#FFF;--e-global-color-56836bd:#021452;--e-global-color-ace3eea:#E9FF35;--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;}.elementor-kit-435 e-page-transition{background-color:#FFBC7D;}.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 */html, body {
    width: 100%;
    overflow-x: hidden;
}

.copy-container {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.botaoCopiar {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #333;
    border: 1px solid #bbb;
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: all 0.1s ease;
}

.texto-ca {
    font-size: 12px;
    color: #444;
}

.iconeCopiar {
    font-size: 13px;
    color: #888;
    transition: color 0.1s, transform 0.1s;
}

.botaoCopiar:hover {
    background-color: #e0e0e0;
}

.botaoCopiar:hover .iconeCopiar {
    color: #555;
}

.tooltip-text {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    opacity: 0;
    transition: opacity 0.1s ease;
    pointer-events: none;
    white-space: nowrap;
    z-index: 99;
}/* End custom CSS */