.elementor-kit-7{--e-global-color-primary:#C00D0D;--e-global-color-secondary:#261E1D;--e-global-color-text:#525252;--e-global-color-accent:#C00D0D;--e-global-color-71b9b87:#666666;--e-global-color-bae0481:#FFFCFC;--e-global-color-361cb66:#D12821;--e-global-color-f1b6bda:#00000000;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:-0.2px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:-0.2px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:-0.2px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:-0.1px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 *//* Esconde a barra de rolagem horizontal para html e body */
html, body {
    width: 100% !important;
    overflow-x: hidden;
}

/* Esconde a barra de rolagem horizontal para body em telas menores que 768px */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}

/* Esconde a barra de rolagem em elementos com atributo data-elementor-type igual a wp-page */
[data-elementor-type="wp-page"] {
    overflow: hidden;
}

*:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem #fff;
}

/* Remove a sombra dos elementos que não estão visivelmente focados */
*:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* Estiliza o placeholder dos elementos */
::placeholder {
    opacity: 1;
    color: #000;
}

/* Remove viúvas */
.balance{
    text-wrap: balance;
}

*::selection {
    color: var(--e-global-color-bae0481) !important;
    background: var(--e-global-color-primary) !important;
    -webkit-text-fill-color: var(--e-global-color-bae0481) !important;
}

/* botão como referência */
.bnt-linha .elementor-button {
    position: relative;
    display: inline-block;
}

/* linha */
.bnt-linha .elementor-button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px; /* fica na base do botão */
    width: 0;
    height: 1px;
    background-color: #C00D0D;
    transition: width 0.3s ease;
}

/* hover */
.bnt-linha .elementor-button:hover::after {
    width: 100%;
}

/* botão como referência */
.bnt-linha-revista .elementor-button {
    position: relative;
    display: inline-block;
}

/* linha */
.bnt-linha-revista .elementor-button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px; /* fica na base do botão */
    width: 0;
    height: 1px;
    background-color: #C00D0D;
    transition: width 0.3s ease;
}

/* hover */
.bnt-linha-revista .elementor-button:hover::after {
    width: 100%;
}/* End custom CSS */