.elementor-kit-13{--e-global-color-primary:#0E9628;--e-global-color-secondary:#091B4A;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;color:var( --e-global-color-secondary );font-family:"Manrope", Sans-serif;font-size:18px;line-height:1.4em;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-primary );font-size:19px;font-weight:700;text-transform:uppercase;color:#FFFFFF;border-radius:10px 10px 10px 10px;padding:14px 18px 14px 18px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:#0A8021;color:#FFFFFF;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:var( --e-global-color-secondary );}.elementor-kit-13 h1{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:56px;font-weight:800;line-height:1.1em;}.elementor-kit-13 h2{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:48px;font-weight:800;line-height:1.1em;}.elementor-kit-13 h3{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:36px;font-weight:800;line-height:1.1em;}.elementor-kit-13 h4{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:30px;font-weight:800;line-height:1.1em;}.elementor-kit-13 h5{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:22px;font-weight:800;line-height:1.2em;}.elementor-kit-13 h6{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-weight:800;}.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-kit-13{font-size:17px;}.elementor-kit-13 h1{font-size:48px;}.elementor-kit-13 h2{font-size:36px;}.elementor-kit-13 h3{font-size:30px;}.elementor-kit-13 h4{font-size:24px;}.elementor-kit-13 h5{font-size:18px;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13 h1{font-size:36px;}.elementor-kit-13 h2{font-size:30px;}.elementor-kit-13 h3{font-size:26px;}.elementor-kit-13 h4{font-size:22px;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* HEADER */

.menu-cabecalho .elementor-item.elementor-item-active {
    background: var( --e-global-color-primary )!important;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .menu-cabecalho .elementor-item.elementor-item-active {
        border-radius: 0!important;
    }
}


/* SECAO DOIS HOME */

.secao-dois-home {
    overflow-x: hidden;
}

/* linha dupla botão */
.btn-linha-dupla {
    position: relative;
    z-index: 2; 
}

.btn-linha-dupla .elementor-button {
    position: relative;
    z-index: 3;
}

/* linha dupla esquerda btn */
.btn-linha-dupla:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 50vw; 
    right: 50%; 
    margin-right: 100px; 
    height: 1px;
    background-color: var( --e-global-color-primary );
    transform: translateY(-50%); 
    box-shadow: 0 -3px 0 0 var( --e-global-color-primary );
    z-index: 1;
}

/* linha dupla direita btn */
.btn-linha-dupla:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50vw; 
    left: 50%; 
    margin-left: 100px; 
    height: 1px;
    background-color: var( --e-global-color-primary );
    transform: translateY(-50%); 
    box-shadow: 0 -3px 0 0 var( --e-global-color-primary );
    z-index: 1;
}

/* LISTAS UL/OL */

.lista-valores li::marker {
    color: var( --e-global-color-primary );
}/* End custom CSS */