.elementor-13852 .elementor-element.elementor-element-992f506{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 0px 2px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:2px;--border-left-width:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13852 .elementor-element.elementor-element-1c0dfb5{--display:flex;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-13852 .elementor-element.elementor-element-d6f808d .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-13852 .elementor-element.elementor-element-d6f808d .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-13852 .elementor-element.elementor-element-d6f808d{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13852 .elementor-element.elementor-element-d6f808d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13852 .elementor-element.elementor-element-d6f808d .elementor-icon-list-item > a{font-family:"Poppins", Sans-serif;font-size:11px;font-weight:400;text-transform:uppercase;}.elementor-13852 .elementor-element.elementor-element-d6f808d .elementor-icon-list-text{transition:color 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13852 .elementor-element.elementor-element-f5cedb8{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13852 .elementor-element.elementor-element-f5cedb8 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:500;line-height:17px;color:#111111;}.elementor-13852 .elementor-element.elementor-element-d4d50a5{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13852 .elementor-element.elementor-element-d4d50a5 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-13852 .elementor-element.elementor-element-d4d50a5 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-13852 .elementor-element.elementor-element-d4d50a5 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-13852 .elementor-element.elementor-element-d4d50a5 .jet-listing-dynamic-field__content{text-align:left;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-13852 .elementor-element.elementor-element-00e252b .elementor-button-content-wrapper{flex-direction:row-reverse;}/* Start custom CSS for button, class: .elementor-element-00e252b */.botao .elementor-button{
    background: linear-gradient(90deg, #0C239A, #2A64F0);
    transition: 0.5s ease all;
}

.botao:hover .elementor-button{
    box-shadow: 0px 0px 50px 0px #24a2c280;
}

.botao .elementor-button-text{
    align-self: center
}

.botao .elementor-button-icon{
    font-size: 15px;
    align-self: center;
    transition: 0.5s 0.2s ease all
}

.botao:hover .elementor-button-icon{
    rotate: 45deg;
}

.botao .elementor-button::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: solid 1px #ffffff50;
    opacity: 100%;
    transition: 0.5s ease all;
}

.botao:hover .elementor-button::before{
        width: 100%;
    height: 100%;
    opacity: 0;
}/* End custom CSS */