.elementor-kit-7{--e-global-color-primary:#EB601C;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#EB601C;--e-global-color-5eb084a:#15202F;--e-global-color-d04be1f:#EB601C;--e-global-color-5e3186f:#152341;--e-global-color-81ff741:#8F3515;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Ubuntu";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-weight:500;background-color:#142030;}.elementor-kit-7 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){--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);}.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 *//* Remover espaço em branco lateral no mobile

 */
html, body{
    overflow-x: hidden !important; 
}

.btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 50%;
    position: relative;
}

.btn-close::before {
    content: "✖";
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 1;
}

.scroll-bottom {
    opacity: 0;
    transition: 0.8s !important;
    transform: translate(0px, 30px);
}
.scroll-top {
    opacity: 0;
    transition: 0.8s !important;
    transform: translate(0px, -30px);
}
.scroll-left {
    opacity: 0;
    transition: 0.8s !important;
    transform: translate(-30px, 0px);
}
.scroll-right {
    opacity: 0;
    transition: 0.8s !important;
    transform: translate(30px, 0px);
}
.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.ativo {
    opacity: 1;
    transition: 0.8s !important;
    transform: translatey(0px);
}

/ Delays sequenciais /
.card1 {
    transition-delay: 0.1s !important;
}
.card2 {
    transition-delay: 0.3s !important;
}
.card3 {
    transition-delay: 0.5s !important;
}
.card4 {
    transition-delay: 0.7s !important;
}
.card5 {
    transition-delay: 0.9s !important;
}
.card6 {
    transition-delay: 1.2s !important;
}/* End custom CSS */