.mgauto{margin:auto}
.mgxauto{margin-left:auto;margin-right:auto;}
.mgyauto{margin-top:auto;margin-bottom:auto;}

.d-flex{display: flex;}
.d-flex-wrap{flex-wrap: wrap;}

.text-white{color:#fff}

.sucessoForm{
    background: #23c77b;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.sticky-box{
    position: sticky !important;
    top: 70px;
    align-self: flex-start; 
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

footer h2 {
    margin-bottom: 25px !important;
}

footer .block-23.d-flex address:not(:last-of-type){
    margin-right: 30px;
}

footer .block-23 ul li, footer .block-23 ul li > a {
    display: flex;
}

.wc_contact_modal, .wc_interesse_modal, .ebook-modal {
    overflow: auto !important;
    padding: 40px 0;
}



.wltab-title{
    background: #fff;
    border: 1px solid #56c8fb; 
    color: #56c8fb;
    transition: 0.25s;
    padding: 8px 20px;
    cursor: pointer;
    margin-bottom: 30px;
}
.wltab-title.active, .wltab-title:hover{
    background: #3e4776;
    border-color: #3e4776;
    color: #fff;
}

.wltab:not(.active){display: none;}