@charset "UTF-8";

/* Imports */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}




/* header */

html,
body,
.sh *,
.sf *,
.sh *:after,
.sf *:after,
.sh *:before,
.sf *:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.sb+.sh {
    margin-top: 51px;
}

.sb+.sh+.sp {
    margin-top: 115px;
}

.sp {
    margin-top: 64px;
}

.sh {
    background: rgb(45, 62, 80);
    background: linear-gradient(90deg, rgba(45, 62, 80, 1) 0%, rgba(4, 69, 147, 1) 100%);
    color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 64px;
    width: 100%;
    z-index: 1000;
    transition: all .3s;
    padding: 16px 10px;
    box-sizing: border-box;
    transition: all .2s;
}

.sh.transparent {
    background: transparent;
}

.sh.fixed {
    background: rgb(45, 62, 80);
    background: linear-gradient(90deg, rgba(45, 62, 80, 1) 0%, rgba(4, 69, 147, 1) 100%);
    position: fixed;
}

.sh .sh-menu-toggle {
    display: none;
}

.sh .sh-container {
    /*max-width: 1240px;*/
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.sh.full .sh-container {
    width: 100%!important;
    max-width: 100%!important;
}

.sh .sh-logo {
    float: left;
    position: relative;
    z-index: 9999;
}

.sh .sh-menu {
    float: right;
}

.sh .sh-menu .sh-nav {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.sh .sh-menu .sh-nav li {
    float: left;
    margin-left: 5px;
    position: relative;
}

.sh .sh-menu .sh-nav li a {
    display: block;
    letter-spacing: .5px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    height: 32px;
    line-height: 32px;
    transition: all .2s;
    background: transparent;
    border-radius: 15px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
}

.sh .sh-menu .sh-nav li a:hover,
.sh .sh-menu .sh-nav li a.special:hover {
    background: rgba(0, 0, 0, 0.25);
}

.sh .sh-menu .sh-nav-login:before {
    width: 6px;
    height: 6px;
    color: white;
    float: left;
    background: white;
    content: "";
    display: block;
    border-radius: 50%;
    margin: 14px 9px;
    left: 2px;
    position: relative;
    display: none;
}

.sh .sh-menu .sh-nav li a.special {
    background: rgba(255, 255, 255, 0.25);
}

.sh .sh-menu .sh-nav li.sh-dropdown .caret {
    display: inline-block;
    width: 6px;
    height: 6px;
    line-height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -2px;
    margin-left: 3px;
}

.sh .sh-menu .sh-nav li.sh-dropdown>ul {
    position: absolute;
    top: 43px;
    right: -2px;
    background: #103159;
    z-index: 1;
    border: none;
    min-width: 170px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
}

.sh .sh-menu .sh-nav li.sh-dropdown:hover>ul {
    visibility: visible;
    display: block;
    opacity: 1;
}

.sh .sh-menu .sh-nav li.sh-dropdown:after {
    position: absolute;
    top: 14px;
    right: 11px;
    display: none;
}

.sh .sh-menu .sh-nav li.sh-dropdown>ul:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #103159;
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 10px;
}

.sh .sh-menu .sh-nav li.sh-dropdown>ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 11px;
    background: transparent;
}

.sh .sh-menu .sh-nav li.sh-dropdown>ul li {
    float: none;
    margin: 0;
}

.sh .sh-menu .sh-nav li.sh-dropdown>ul li:last-child {
    border: none;
}

.sh .sh-menu .sh-nav li.sh-dropdown>ul li a {
    border-radius: 0;
}


/* footer */

.sf {
    background: #eaedf2;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 40px 0;
    color: #636c72;
}

.sf a {
    text-decoration: none;
    color: #0275d8;
}

.sf a:hover {
    text-decoration: underline;
}

.sf .sf-container {
    max-width: 1240px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.sf .sf-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.sf .sf-row>.sf-col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.sf .sf-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf .sf-list li {
    line-height: 26px;
}

.sf .sf-headline {
    color: #3e5062;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sf .sf-line {
    margin: 30px 0;
    border-top: 1px solid #c6d2e1;
    border-bottom: none;
    opacity: .5;
}

.sf .sf-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sf .sf-social li {
    margin-right: 20px;
    display: inline-block;
}

.sf .sf-social a {
    display: block;
}

.sf .sf-social a img {
    float: left;
    position: relative;
    top: 5px;
    margin-right: 3px;
}

.sf .sf-links {
    text-align: right;
}

.sf .sf-links li {
    display: inline-block;
    margin-left: 20px;
}

.sf .sf-phone {
    margin-bottom: 10px;
}

.sf .sf-phone a {
    font-size: 22px;
}

.sf .sf-phone small {
    display: block;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 10px;
}

.sf .sf-button {
    display: inline-block;
    border-radius: 4px;
    color: #0275d8;
    border: 1px solid #0275d8;
    font-size: 13px;
    text-transform: uppercase;
    height: 26px;
    line-height: 17px;
    padding: 4px 8px;
    transition: all .2s;
}

.sf .sf-button:hover {
    background: #0275d8;
    color: white;
    text-decoration: none;
}

.sf-textLeft {
    text-align: left;
}

.sf-textRight {
    text-align: right;
}

.sf-textCenter {
    text-align: center;
}

.sf .sf-button{padding:8px;height: auto;}
.sf .sf-line {margin: 15px 0;}
.sf {padding: 40px 0 20px;}
.sf .sf-phone {min-width: 50%;}

/*demo privada BLUE*/

.cta-demonstration {
    border-radius: .5rem;
    background: rgb(0 0 0 / .1);
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / .1);
}

.cta-demonstration:hover {
    box-shadow: 0 0rem 2rem rgb(255 255 255 / 0.05);
    border: 1px solid #428dff;
}

.cta-demonstration a,
.cta-demonstration a:hover,
.cta-demonstration a:visited {
    text-decoration: none;
}


/*fim demo privada*/


/*demo privada GRAY*/

.cta-demonstration-gray .media {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    color: #0275d8;
    background: #f8f9fa;
    cursor: pointer;
}

.cta-demonstration .media svg,
.cta-demonstration-gray .media svg {
    cursor: pointer;
}

.cta-demonstration .media:hover,
.cta-demonstration-gray .media:hover {
    filter: brightness(103%);
}

.cta-demonstration .icon-demo {
    width: 100%;
    max-width: 155px;
}

.cta-demonstration-gray a,
.cta-demonstration-gray a:hover,
.cta-demonstration-gray a:visited {
    text-decoration: none;
}


/*fim demo privada*/

@media (max-width: 980px) {
    .sf .sf-list li {
        text-align: center;
    }
    .sh .sh-menu .sh-nav li.sh-dropdown>ul {
        position: relative;
        top: 0px;
        right: 0px;
    }
    .sh .sh-menu {
        position: fixed;
        width: 100%;
        background: #3e5062;
        top: 62px;
        left: 0;
        width: 100%;
        height: calc(100% - 72px);
        opacity: 0;
        transition: all .2s;
        visibility: hidden;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }
    .sh .sh-menu .sh-nav-main {
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .sh .sh-menu .sh-nav-main li {
        float: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .sh .sh-menu .sh-nav-main li a {
        height: auto;
        font-size: 20px;
        line-height: 34px;
        font-weight: 400;
        padding: 5px 0;
        text-transform: none;
        border-radius: 0;
    }
    .sh .sh-menu .sh-nav-login {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }
    .sh .sh-menu .sh-nav-login li {
        display: inline-block;
        float: none;
    }
    .sh .sh-menu-toggle {
        background: rgba(0, 0, 0, 0.25);
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: .5px;
        padding-left: 12px;
        padding-right: 12px;
        font-weight: bold;
        font-size: 13px;
        font-weight: 600;
        color: white;
        height: 32px;
        width: 66px;
        line-height: 32px;
        transition: all .2s;
        border-radius: 15px;
        text-decoration: none;
        font-family: "Open Sans", sans-serif;
        position: absolute;
        right: 20px;
    }
    .sh .sh-menu-toggle>span {
        transition: all .2s;
    }
    .sh .sh-menu-toggle:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGZpbGw9IiNmZmZmZmYiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNDM3LjUsMzg2LjZMMzA2LjksMjU2bDEzMC42LTEzMC42YzE0LjEtMTQuMSwxNC4xLTM2LjgsMC01MC45Yy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjksMEwyNTYsMjA1LjFMMTI1LjQsNzQuNSAgYy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjksMGMtMTQuMSwxNC4xLTE0LjEsMzYuOCwwLDUwLjlMMjA1LjEsMjU2TDc0LjUsMzg2LjZjLTE0LjEsMTQuMS0xNC4xLDM2LjgsMCw1MC45ICBjMTQuMSwxNC4xLDM2LjgsMTQuMSw1MC45LDBMMjU2LDMwNi45bDEzMC42LDEzMC42YzE0LjEsMTQuMSwzNi44LDE0LjEsNTAuOSwwQzQ1MS41LDQyMy40LDQ1MS41LDQwMC42LDQzNy41LDM4Ni42eiIvPjwvc3ZnPg==) no-repeat center center;
        background-size: 20px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .2s;
    }
    .sh.opened .sh-menu {
        overflow-y: scroll;
        visibility: visible;
        opacity: 1;
        top: 115px;
    }
    body.menu-opened {
        overflow-y: hidden;
    }
    .sh.opened .sh-menu-toggle>span {
        opacity: 0;
    }
    .sh.opened .sh-menu-toggle:after {
        opacity: 1;
    }
    .sh.opened:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #3e5062;
    }
    .sf {
        padding: 0;
        font-size: 13px;
    }
    .sf-line {
        display: none;
    }
    .sf-col {
        border-bottom: 1px solid #d8e0e9;
    }
    .sf-col:last-child {
        border: none;
    }
    .sf-col.opened .sf-list {
        display: block !important;
        padding-bottom: 10px;
    }
    .sf-social {
        text-align: center !important;
        display: table !important;
        margin-top: 25px;
        margin-bottom: 0;
        width: 100%;
        background: #d8e0e9;
        height: 44px;
        padding: 15px 0;
    }
    .sf-social .sf-list {
        display: inline-block;
    }
    .sf-social li {
        display: table-cell !important;
        text-align: center;
    }
    .sf-social li a {
        text-indent: -9999px;
        text-align: center;
        display: block;
    }
    .sf-social li a img {
        width: 34px;
        float: none;
    }
    .sf-row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sf-headline {
        text-transform: none !important;
        margin: 0 -15px !important;
        color: #3e5062 !important;
        padding: 8px 15px;
        font-weight: normal;
        position: relative;
        cursor: pointer;
    }
    .sf-headline:after {
        content: "";
        width: 16px;
        height: 16px;
        display: block;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA4UlEQVQ4T82TSwrCQBBEq5P7OEIynsFTqCAqHkH84AfUK4iJ4j1cunImYOJ1NC0GE9TEuMgmsxyoV1RXN6Hgo4J6lARQsWttBuRVn/sA+E8soyrlBiGdLt75EEUQUk7AmDGH28DzejkQQ9jSAdBi8CjQepnMIIYQwbko1c2ApMRP848hviBTIrhfEENYlgsymrFzHDPVgrDkGIQZwDtf687TJBEThoFSq/cZZdYoLDkCYY7wvmfTNInR4AxxKsI7+QVZRH+Mge+pdVY7uYskbPsIopuvVP1XtSXZxCIHVTjCA1kmWxGf+pdLAAAAAElFTkSuQmCC) no-repeat center center;
        position: absolute;
        opacity: .5;
        right: 15px;
        top: 10px;
    }
    .sf-list {
        display: none;
    }
    .sf-links {
        display: none;
    }
    .sf-contact {
        margin-top: 20px;
    }
    .sf-contact+.sf-line {
        display: none;
    }
    .sf-phone {
        display: inline-block;
        margin: 0 15px;
    }
    .sf .sf-phone a {
        font-size: 20px;
    }
    .sf-contact {
        text-align: center;
    }
    .sf-contact .sf-headline {
        display: none;
    }
    .sf-buttons {
        text-align: center;
        margin-top: 20px;
    }
    .sf-contact:after,
    .sf-contact:before {
        content: "";
        display: table;
        width: 100%;
        clear: both;
    }
    .sf-copyright {
        text-align: center;
        background: #d8e0e9;
        margin: 0 -15px;
        padding: 20px;
        padding-top: 0;
    }
    .sf-copyright .sf-line {
        display: none;
    }
}

/* Colors */

body {
    font-family: "Open Sans";
    font-size: 15px;
}

hr {
    border-top-color: #c6d2e1;
}

h2,
.h2 {
    font-weight: 400;
    margin-bottom: 20px;
}

h3,
.h3 {
    color: #3e5062;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 20px;
}

h4,
.h4 {
    color: #3e5062;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    margin: 10px 0;
}

h6,
.h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
    color: #999;
    font-weight: 600;
}

.btn-os {
    cursor: pointer;
    font-size: 16px!important;
    padding: 15px 35px;
    border-radius: 50px;
}

.btn-circle {
    border-radius: 25px;
}


/* Commom classes */

.icon-badge,
.stepper li .badge {
    background: rgba(2, 117, 216, 0.15);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 1px;
    display: inline-block;
}

.icon-badge svg,
.stepper li .badge svg {
    width: 28px;
    height: auto;
    height: auto;
    fill: #0275d8;
}

.icon-badge.negative,
.stepper li .negative.badge {
    margin-left: -26px;
}

.icon-badge.mini,
.stepper li .mini.badge {
    width: 22px;
    height: 22px;
    padding: 1px;
}

.icon-badge.mini svg,
.stepper li .mini.badge svg {
    width: 20px;
}

.legend a {
    color: #292b2c
}

.legend a.active {
    color: #0275d8
}

.stepper>li .legend {
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

li.breadcrumb-item h1 {
    font-size: 11px;
    margin: 0px;
    padding: 2px;
    float: right;
}

.btn i {
    float: left;
    margin: -3px 10px -10px -10px;
}

.btn i svg {
    fill: currentColor;
}

.bg-faded {
    background: #eaedf2;
}

.bg-dark {
    background: #3e5062;
    color: white;
}

.breadcrumb {
    background: none;
    font-size: 11px;
    padding: 5px 0 5px 5px;
    margin: 0;
}

.headline {
    margin: 20px 0;
}

.headline .eyebrow {
    opacity: 0.6;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.headline .heading {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0;
}


/* Home sections */

.font-lora {
    font-family: 'Lora', serif;
}

.font-kumbhSans {
    font-family: 'Kumbh Sans', sans-serif; /* fonte tipo Futura */
}

.section-scheduleMetting {
    font-size: 100%;
}

.banner-scheduleMeeting {
    position: relative;
    width: 100%;
    height: 134px;
    margin-top: -90px;
    margin-bottom: 3em;
    padding-top: 2.5em;
    /* animation: slide-left 6s cubic-bezier(.66,.19,.53,.68) infinite; */
    background-image: url('https://ik.imagekit.io/scriptc4s3/scriptcase/110220221346_HvVdMf73E.svg?ik-sdk-version=javascript-1.4.3&updatedAt=1652287659806');
    background-color: transparent;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: cover;
    background-origin: padding-box;
    box-sizing: border-box;
    overflow: visible;
    display: block;
}

.banner-scheduleMeeting > .content {
    position: relative;
    margin: 0 auto;
    padding-top: 2em;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 1em;
    align-items: center;
    display: flex;
}
.banner-scheduleMeeting > .content > .text{
    width: 354px;
    margin: 0;
    padding: 0;
    color: #5E4A00;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5em;
    cursor: pointer;
}
.banner-scheduleMeeting > .content > .text:hover {
    text-decoration: underline;
}
.bt-organic,
.bt-organic:hover,
.bt-organic:active,
.bt-organic:visited{
    background-color: transparent;
}
.bt-organic:focus {
    outline: none;
}
.bt-organic {
    position: relative;
    width: 121px;
    height: 133px;
    margin: 0;
    border: none;
    padding: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    overflow: visible;
    align-items: center;
    justify-content: center;
    cursor:  pointer;
    display: flex;
}

.bt-organic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://ik.imagekit.io/scriptc4s3/scriptcase/110520221817_3fjWzmENp.svg?ik-sdk-version=javascript-1.4.3&updatedAt=1652303868157');
    background-repeat: no-repeat;
    background-size: contain;
}
.bt-organic,
.bt-organic::before{
    transition: all 500ms cubic-bezier(.08,.92,.28,.28);
}
.bt-organic:hover{
    transform: scale(1.15);
}
.bt-organic:hover::before{
    transform: rotate(360deg) scale(1.05);
    background-image: url('https://ik.imagekit.io/scriptc4s3/scriptcase/110520221824_VYgJiUZC9.svg?ik-sdk-version=javascript-1.4.3&updatedAt=1652304265471');
}
.bt-organic > .text {
    width: 80%;
    height: auto;
    color: #34090E;
    font-weight: 900;
    font-size: .975em;
    line-height: 1.15em;
    text-align: center;
    z-index: 20;
    display: block;
}

@media (max-width: 1024px) {
    .section-scheduleMetting {
        font-size: 90%;
    }
}

@media (max-width: 480px) {
    .section-hero {
        padding-bottom: 70px !important;
    }

    .section-scheduleMetting {
        font-size: 70%;
    }

    .banner-scheduleMeeting {
        margin-bottom: 6em;
        padding-top: 5.75em;
    }

    .banner-scheduleMeeting > .content {
        padding-top: 1em;
        column-gap: normal;
    }

    .banner-scheduleMeeting > .content > .text {
        width: 254px;
    }

    .bt-organic {
        padding-right: 1rem;
        width: 131px;
        height: 112px;
    }

    .bt-organic > .text {
        width: 70%;
    }
}

@media (max-width: 280px) {
    .banner-scheduleMeeting > .content {
        padding-top: 2em;
        column-gap: 1em;
    }

    .banner-scheduleMeeting > .content > .text {
        width: 194px;
    }

    .bt-organic {
        padding: 1em;
        width: 111px;
        height: 92px;
    }

    .bt-organic > .text {
        width: 90%;
    }
}

@keyframes slide-left {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1897px;
    }
}

.section-flow {
    padding: 80px 0 150px 0;
}

.section-flow .flow {
    background: url("//cdn2.scriptcase.net/lib/../home/img/flow.png") no-repeat center;
    min-height: 200px;
    margin-top: 50px;
}

.section-flow .flow-navigation li {
    width: 16.66666666666667%;
    line-height: normal;
}

.section-flow .flow-navigation li a {
    position: relative;
    top: 40px;
}

.section-flow .flow-navigation li a:hover {
    background: none;
    text-decoration: none;
}

.section-flow .flow-navigation li a:hover span.number {
    top: -20px;
}

.section-flow .flow-navigation li a:hover span.title {
    top: -10px;
}

.section-flow .flow-navigation li a:hover span.legend {
    top: 65px;
}

.section-flow .flow-navigation li a:hover,
.section-flow .flow-navigation li a:active,
.section-flow .flow-navigation li a:link,
.section-flow .flow-navigation li a:visited {
    background: none;
}

.section-flow .flow-navigation li a:before {
    content: "";
    height: 35px;
    width: 35px;
    border: 3px solid #0275d8;
    margin: auto;
    display: block;
    border-radius: 50%;
    background: #0275d8;
    position: absolute;
    left: 50%;
    top: 126px;
    margin-left: -18px;
}

.section-flow .flow-navigation li a span {
    transition: top 0.3s;
}

.section-flow .flow-navigation li a span.number {
    display: block;
    font-size: 70px;
    font-weight: 300;
    color: #0275d8;
    position: relative;
    top: 0;
}

.section-flow .flow-navigation li a span.title {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 16px;
    position: relative;
    top: 0;
    color: #0275d8;
}

.section-flow .flow-navigation li a span.legend {
    color: #0275d8;
    display: block;
    position: relative;
    top: 55px;
}

.section-highlights {
    overflow: hidden;
}

.section-highlights .navigation.fixed {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.section-highlights .navigation {
    background: rgba(83, 129, 198, 0.96);
    padding: 3px 0;
    top: -70px;
    transition: top 0.3s;
    position: fixed;
    top: -70px;
    width: 100%;
}

.section-highlights .navigation ul:before {
    border-top: 1px solid white;
    display: block;
    width: 82%;
    height: 3px;
    margin: auto;
    margin-top: 18px;
    top: -4px;
    position: relative;
    transition: border-color 0.3s;
}

.section-highlights .navigation li.active a:after,
.section-highlights .navigation li a:hover:after {
    opacity: 1;
}

.section-highlights .navigation li a:active,
.section-highlights .navigation li a:link,
.section-highlights .navigation li a:visited {
    background: none;
}

.section-highlights .navigation li a {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color: white;
    transition: color 0.3s;
}

.section-highlights .navigation li a:before {
    content: "";
    height: 15px;
    width: 15px;
    border: 1px solid white;
    display: block;
    margin: auto;
    background: #5381c6;
    border-radius: 50%;
    margin-bottom: 1px;
    margin-top: -25px;
    transition: background, border-color 0.3s;
}

.section-highlights .navigation li a:after {
    content: "";
    height: 9px;
    width: 9px;
    display: block;
    margin: auto;
    margin-bottom: -15px;
    border-radius: 50%;
    background: white;
    position: relative;
    top: -27px;
    opacity: 0;
    transition: opacity 0.3s;
}

.section-highlights .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-highlights .item {
    padding: 80px 0 40px 0;
    position: relative;
    border-bottom: 1px solid #eaedf2;
    vertical-align: middle;
}

.section-highlights .item h1 {
    color: black;
}

.section-highlights .item#item2 img,
.section-highlights .item#item4 img {
    width: 140%;
    margin-left: -150px;
}

.section-highlights .item-blue {
    background: #eaedf2;
}

.page-play aside {
    width: 330px;
    border-right: 1px solid #d9e0ea;
}

.page-play section {
    flex: 1;
}

@media only screen and (max-width: 768px) {
    .aside-toggle {
        display: block!important;
    }
    .cta-demonstration-gray img,
    .cta-demonstration img {
        width: 100px;
    }
    .page-offline_courses main aside {
        display: block;
        position: absolute;
        z-index: 99;
        background: white;
        height: 100%;
        top: 0;
        left: -100%;
        overflow-y: auto;
        box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.12);
        transition: all .3s;
        width: 80%;
    }
    .page-offline_courses main aside.visible {
        left: 0;
        z-index: 999;
    }
    .page-offline_courses main aside.visible {
        padding-top: 100px;
    }
}

.stepper {
    list-style: none;
    padding: 20px 20px 0 20px;
    margin: 0;
    position: relative;
    max-height: -webkit-fill-available;
    overflow-y: auto;
    width: 100%;
}

.stepper>li {
    min-height: 24px;
    padding: 15px 0;
    clear: both;
    position: relative;
}

.stepper>li.active {
    color: #0275d8;
}

.stepper li small {
    display: block;
    color: black;
}

.stepper>li.active .badge {
    background: #0275d8;
}

.stepper>li:before {
    content: "";
    border-left: 1px solid #e0e0e0;
    display: block;
    height: 100%;
    position: absolute;
    left: 16px;
}

.stepper>li .legend {
    line-height: 24px;
    flex: 1;
}

.stepper li small {
    font-size: 11px;
    opacity: 0.5;
}

.stepper>li .badge {
    width: 32px;
    height: 32px;
    float: left;
    line-height: 21px;
    background: #9e9e9e;
    border: 4px solid white;
    margin: -3px 0 0 0;
    position: relative;
    z-index: 1;
}

.stepper>li>a {
    color: black;
}

.stepper>li>a:hover {
    text-decoration: none;
}

.stepper>li>a:hover .badge {
    background: #0275d8;
}

.stepper>li.active>a {
    color: #0275d8;
}

.stepper li ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.stepper li ul li {
    line-height: normal;
}

.stepper li ul li a {
    font-size: 11px;
    padding: 8px 0;
    margin: 0;
    display: block;
    position: relative;
    color: black;
}

.stepper li ul li a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: white;
    position: absolute;
    left: -20px;
    top: 12px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
}

.stepper li ul li a.active:before {
    border-color: #0275d8;
    background: #0275d8;
}

.stepper li ul li a.active {
    color: #0275d8;
}

div#databases {
    width: 500px;
    height: 500px;
    background: black;
    border-radius: 50%;
}

section.section-howtoworks {
    padding: 80px 0;
}

section.section-howtoworks .row-list {
    margin-bottom: 50px;
}

section.section-howtoworks .media-blue {
    margin: 50px 0 20px;
    padding: 0 20px;
}

section.section-learn {
    padding: 80px 0;
    background: #eaedf2;
}

section.section-marks {
    padding: 80px 0;
}

.page-courses .course .hero {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e5062+44,2f3c4a+44,2f3c4a+44,3e5062+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e5062+0,2f3c4a+44,3e5062+100&0+43,1+44,1+100 */
    background: -moz-linear-gradient(170deg, rgba(62, 80, 98, 0) 0%, rgba(47, 60, 75, 0) 50%, rgba(47, 60, 74, 0.05) 44%, rgba(62, 80, 98, 0.05) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(170deg, rgba(62, 80, 98, 0) 0%, rgba(47, 60, 75, 0) 50%, rgba(47, 60, 74, 0.05) 44%, rgba(62, 80, 98, 0.05) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(170deg, rgba(62, 80, 98, 0) 0%, rgba(47, 60, 75, 0) 50%, rgba(47, 60, 74, 0.05) 44%, rgba(62, 80, 98, 0.05) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#003e5062', endColorstr='#3e5062', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.page-courses .course-info-table {
    border: 1px solid #d9e0ea;
    background: white;
    border-radius: 0;
    border-width: 1px 0;
    padding: 0;
}

.page-courses .course-info-table span {
    text-align: center;
    border-right: 1px solid #eaedf2;
    padding: 20px 10px;
}

.page-courses .course-info-table span:last-child {
    border: none;
}

.page-courses .course {
    overflow: hidden;
}

.page-courses .course h1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1;
}

.page-courses h2 {
    color: #3e5062;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 20px;
}

.page-courses .course h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 0;
}

.page-courses .course h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.page-courses .course hr {
    margin: 30px 0 20px;
    border-color: #eaedf2;
}

.page-courses .sidebar {
    background: #f5f6f7;
}

.page-courses .sidebar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 9999px;
    width: 9999px;
    background: #f5f6f7;
}

.page-courses .instructor h3 {
    margin: 0 0 10px;
}

.card-inverse {
    overflow: hidden;
    color: white;
}

.card-inverse .card-img-overlay {
    background: rgba(62, 80, 98, 0.9);
}

.card-hover {
    transition: all .2s;
}

.card-hover:hover {
    background: #f5f6f7;
}

.card-hover:hover a {
    text-decoration: none;
}

@media (min-width: 992px) {
    .page-learning .hero {
        position: relative;
    }
    .page-learning .hero:after {
        position: absolute;
        content: "";
        display: block;
        background: url("//cdn2.scriptcase.net/lib/../learning/img/man-sitting-on-sofa-using-laptop-and-writing-in-notebook.jpg") no-repeat;
        background-size: cover;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
    }
}

.page-learning .card h4 {
    color: #3e5062;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.card-grid+.card-grid .card {
    border-top: none;
}

.card-grid .card {
    border-radius: 0;
    padding: 10px;
    transition: all .2s;
}

.card-grid {
    border-top: 1px solid #d9e0ea;
}

.card-grid .card {
    border-top: 0;
}

.card-grid .card a {
    display: block;
}

.card-grid .card a:hover {
    text-decoration: none;
}

.card-grid .card:hover {
    background: #f5f6f7;
}

.card-grid .card .card-footer {
    border: none;
    background: none;
}

.card {
    border-color: #d9e0ea;
}

.bg-none {
    background: transparent;
}

.page-buy_do .header {
    display: none;
}

.page-buy .navbar-collapse {
    display: none !important;
}

.page-loading {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-nano {
    font-size: 10px;
}

.sidebar {
    background: #f9f9f9;
    position: relative;
    padding: 0 30px;
    height: 100%;
}

.sidebar:after {
    content: "";
    display: block;
    position: absolute;
    top: -500px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    z-index: -1;
}

.btn {
    font-size: .815rem;
    outline: none;
}

.btn-warning,
.btn-outline-warning {
    font-weight: 600;
    text-transform: uppercase;
}

.btn.btn-circle.btn-primary {
    font-weight: 400;
    letter-spacing: .25px;
    text-transform: none;
    padding: 12px 32px;
}

.btn-primary:focus,
.btn-success:focus,
.btn-danger:focus,
.btn-warning:focus {
    color: white;
}

.section-pageheader {
    margin-top: -40px;
    padding: 15px 0;
    background: #eaedf2;
}

.section-pageheader h1 {
    font-size: 27px;
}

.pageheader-big {
    padding-top: 80px;
    padding-bottom: 200px;
    margin-bottom: -200px;
}

.browser {
    border: 1px solid #eaedf2;
    border-bottom: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    min-height: 500px;
}

.browser .browser-header {
    background: #eaedf2;
    padding: 10px;
    height: 28px;
}

.browser .browser-header span {
    display: inline-block;
    width: 8px;
    height: 8px;
    float: left;
    margin-right: 4px;
    border-radius: 50%;
    background: #c6d2e1;
}

.platforms-download td {
    vertical-align: top;
}

.platforms-download td.cell-buttons {
    padding: 15px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .input-group-download {
        flex-direction: column;
    }
    .input-group-download .btn {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
        border-bottom-left-radius: 5px!important;
        border-bottom-right-radius: 5px!important;
        margin: 0!important;
    }
    .input-group-download .form-control {
        width: 100%;
        border-bottom: 0;
        padding: 15px;
        text-align: center;
        border-top-left-radius: 5px!important;
        border-top-right-radius: 5px!important;
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
}

.page-download .section-hero {
    /* background: url("//cdn2.scriptcase.net/lib/../download/img/texture.png") #eaedf2; */
    color: #3e5062;
}

.page-download .browser {
    border: 1px solid #c6d2e1;
    border-bottom: none;
}

.page-download .section-hero {
    padding: 150px 0;
    min-height: 500px !important;
}

.section-brands {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.section-brands img {
    max-width: 64px;
    margin: 0 10px;
}

.subbar {
    background: rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    font-size: 12px;
    text-align: right;
}

.subbar a {
    color: white;
}

.header,
.footer {
    font-size: 14px;
}

.header {
    background: #3e5062;
    color: white;
    margin-bottom: 80px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all .3s;
}

.btn-download {
    position: relative;
}

.btn-download .os-icon {
    width: 50px;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.btn-download .btn {
    background: #ffd532;
    color: black;
    border: none;
    cursor: pointer;
    padding-left: 60px;
}

.btn-download .btn:hover {
    background: #ebc21f;
}

.btn-download select {
    border: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.os-icon.windows {
    background-image: url("//cdn2.scriptcase.net/lib/../download/img/windows.png");
}

.os-icon.linux {
    background-image: url("//cdn2.scriptcase.net/lib/../download/img/linux.png");
}

.os-icon.unix {
    background-image: url("//cdn2.scriptcase.net/lib/../download/img/zip.png");
}

.os-icon.macos {
    background-image: url("//cdn2.scriptcase.net/lib/../download/img/mac.png");
}

.page-home .header,
.page-download .header {
    background: rgba(62, 80, 98, 0);
    /*border-bottom: 1px solid rgba(255, 255, 255, .15);*/
}

.header.fixed {
    position: fixed;
    background: rgba(62, 80, 98, 0.95);
}

.header .navbar {
    min-height: 72px;
}

.header .navbar-nav {
    padding: 12px 0;
}

.header .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
    font-size: 13px;
    font-weight: 600;
    color: white;
    transition: all .2s;
    background: transparent;
    border-radius: 15px;
}

.header .navbar-nav .nav-item .nav-link:hover {
    background: rgba(0, 0, 0, 0.25);
}

.header .navbar-nav.navbar-login .nav-item {
    margin-left: 5px;
}

.header .navbar-nav.navbar-login .nav-item .nav-link {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 15px;
}

.header .navbar-nav.navbar-login .nav-item .nav-link:hover {
    background: white;
    color: #3e5062;
}

.footer {
    background: #eaedf2;
    padding: 60px 0;
    color: #c6d2e1;
}

.footer a,
.footer a:hover {
    text-decoration: none;
}

.footer ul li {
    line-height: 2em;
}

.footer h6,
.footer .h6 {
    color: #c6d2e1;
}

.main {
    min-height: 800px;
}

.page-header {
    background: #344352;
    padding: 10px 0;
    margin-bottom: 30px;
    overflow: hidden;
    height: 60px;
    transition: all .3s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.page-header h1 {
    color: white;
    opacity: .85;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 27px;
}

.page-header table {
    width: 100%;
    opacity: 0;
    transition: all .3s;
}

.page-header table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    padding: 5px 0;
    font-size: 12px;
}

.page-header table tr:last-child td {
    border: none;
}

.page-header table td.price {
    width: 80px;
}

.page-header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    opacity: 1;
    background: rgba(52, 67, 82, 0.9);
}

.page-header.full {
    height: 150px;
}

.page-header.full table {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.section-header h2,
.section-footer h2 {
    font-size: 34px;
    margin: 0;
}

.section-header .lead,
.section-footer .lead {
    margin: 5px 0;
    color: #999;
    font-size: 16px;
}

.section-header .lead a,
.section-footer .lead a {
    font-weight: normal;
}

.section-active {
    opacity: 1;
}

.cart-icon,
.cart-price {
    float: left;
    padding: 5px 0;
}

.cart-icon {
    opacity: 1;
}

.cart-price {
    color: white;
}

.cart-button {
    float: right;
}

.section-faq .list-faq {
    border-bottom: 1px solid #dddddd;
}

.section-faq .list-faq li {
    border-top: 1px solid #dddddd;
    padding: 10px 0;
}

.section-faq .list-faq li a {
    font-weight: normal;
    display: block;
    color: black;
}

.section-cart {
    /*display: none;*/
}

.section-cart.visible {
    display: block;
}

.license-quantity {
    display: none;
    opacity: 0;
    transform: translateY(-25px);
    transition: all .4s;
}

.license-quantity.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.license-quantity.visible .row {
    opacity: 1;
}

.license-quantity .table-quantity span small {
    font-size: 11px;
    color: #666;
    display: inline-block;
    margin-left: 5px;
}

.product {
    position: relative;
}

.product .price {
    display: inline-block;
    color: #3F5AF1;
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
    margin-top: 15px;
}

.product .price small {
    font-size: 11px;
    display: block;
    color: black;
}

.product h4 {
    font-size: 24px;
    font-weight: normal;
}

.product ul {
    margin: 0;
}

.product ul li,
.product p {
    font-size: 12px;
    line-height: 20px;
}

.product ul.list-info {
    background: #f9f9f9;
}

.product ul.list-info li:first-child:before {
    border: none;
    margin: 0;
}

.product ul li img {
    border-radius: 50px;
}

.product .card-footer h6 {
    font-size: 22px;
}

.product .card-footer h6 small {
    display: block;
    font-size: 12px;
    opacity: .5;
}

.product .btn-minus,
.product .btn-plus {
    cursor: pointer;
}

.product .btn-minus img,
.product .btn-plus img {
    width: 16px;
}

.product .btn-toggle small {
    display: block;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px;
    opacity: .5;
}

.product .databases {
    min-height: 182px;
}

.product .databases span {
    display: inline-block;
    padding: 2px 6px;
    margin: 2px 0;
    font-size: 12px;
    color: black;
    background: #D9E0EA;
    border-radius: 8px;
}

.product .databases .item {
    position: relative;
}

.product .databases img {
    width: 56px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    transition: all .2s;
}

.product .databases .item:hover img {
    border-color: #0275d8;
}

.product .card-qtd {
    background: white;
}

.product .card-qtd select {
    background-color: #f7f7f9;
    font-size: 12px;
    width: 100%;
}

.product .card-qtd select option {
    padding: 0;
}

.product .card-footer .custom-select {
    border-color: #0275d8;
}

.product .card-footer {
    position: relative;
}

.product.active:after {
    top: -18px;
}

.section-licences .product {
    position: relative;
    padding-left: 110px;
}

.section-licences .product:last-child {
    margin: 0;
}

.section-licences .product .custom-control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}

.section-licences .product .custom-control-indicator {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #e0e0e0;
    background: none;
    width: 1.25em;
    height: 1.25em;
}

.table-controls .custom-control {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}

.table-controls .custom-control-description {
    float: left;
}

.table-controls .custom-control-price {
    position: absolute;
    right: 0;
    font-weight: 500;
}

.table-resume {
    margin: 0;
}

.table-resume .price {
    font-weight: 600;
}

.table-resume small {
    display: block;
    color: #999;
    font-size: 12px;
}

.table-resume td,
.table-resume th {
    padding: 8px 0;
    border-top: none;
    border-bottom: 1px solid #eceeef;
}

.table-resume tr:last-child td,
.table-resume tr:last-child th {
    border: none;
}

.section-info .contact img {
    opacity: .1;
}

.section-banner {
    border-top: 1px solid #c6d2e1;
    border-bottom: 1px solid #c6d2e1;
}

.menu-mobile {
    display: none !important;
}

@media (max-width: 991px) {
    /*------MENU------*/
    #nav-icon1 {
        width: 40px;
        height: 27px;
        position: relative;
        margin-top: 9px 0px 0px 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 100;
    }
    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 6px;
        width: 40px;
        background: #5381c6;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon1.open {
        margin-top: -6px;
    }
    #nav-icon1.open span {
        background: #FFD532;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
        top: 11px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 22px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, width .35s;
        z-index: 50;
    }
    .overlay.open {
        opacity: 0.95;
        visibility: visible;
        height: 100%;
    }
    .overlay.open:before {
        left: 0;
    }
    .overlay:before {
        content: '';
        background: #3e5062;
        left: -55%;
        top: 0;
        width: 50%;
        height: 125%;
        position: absolute;
        transition: left .35s ease;
    }
    .overlay.open:after {
        right: 0;
    }
    .overlay:after {
        content: '';
        background: #3e5062;
        right: -55%;
        top: 0;
        width: 50%;
        height: 125%;
        position: absolute;
        transition: all .35s ease;
    }
    .overlay.open h4 {
        animation: fadeInRight .5s ease forwards;
        animation-delay: .65s;
    }
    .overlay h4 {
        margin-top: 150px;
        color: #ffd532;
        font-weight: 300;
        font-size: 21px;
        text-transform: uppercase;
        opacity: 0;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: absolute;
        top: 50%;
        font-size: 21px;
        left: 0;
        width: 100%;
        margin-top: -45%;
    }
    .overlay.open li {
        animation: fadeInRight .5s ease forwards;
        animation-delay: .35s;
    }
    .overlay ul li {
        display: block;
        position: relative;
        opacity: 0;
    }
    .overlay.open {
        opacity: 0.95;
        visibility: visible;
        height: 100%;
    }
    .overlay nav {
        position: relative;
        height: 100%;
        font-weight: 400;
        text-align: center;
        z-index: 100;
        overflow-y: auto;
    }
    .overlay.open ul li,
    .overlay.open h4 {
        opacity: 1;
    }
    .overlay.open ul li a {
        color: #ffffff;
    }
    .menu-dktp {
        display: none !important;
    }
    .menu-mobile {
        display: block !important;
        float: right;
        margin-top: 6px;
    }
    /*------FIM-MENU------*/
    .header .navbar {
        min-height: 56px;
    }
    .navbar-brand {
        z-index: 9999;
        position: relative;
    }
    .container {
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100% !important;
    }
}

/*h1 {*/
    /*font-size: 1.8rem;*/
/*}*/

h2 {
    font-size: 1.6rem;
}

section.section-highlights .item,
section.section-learn,
section.section-howtoworks,
section.section-marks {
    padding: 30px 0px;
}

.section-brands {
    overflow: scroll;
}

.section-brands .text-center {
    width: 1250px;
}

.section-brands:before {
    content: '›';
    font-size: 48px;
    position: absolute;
    right: 3px;
    opacity: 0.4;
    margin-top: -4px;
}

.section-brands:after {
    content: '‹';
    font-size: 48px;
    position: absolute;
    left: 3px;
    opacity: 0.4;
    margin-top: -68px;
}

section.section-marks img {
    width: 70px;
    position: absolute;
    left: 12%;
}

section.section-marks h3,
section.section-marks small {
    padding-left: 40%;
    text-align: left;
}

footer ul.list-unstyled {
    font-size: 0.7rem;
}

ul.list-unstyled.d-flex.flex-row img {
    width: 42px;
}

ul.list-unstyled.d-flex.flex-row.social {
    text-align: center;
}

.footer a {
    display: block;
}

.footer .col {
    width: auto !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
    float: left;
}

.footer-copyright {
    float: none !important;
    text-align: center !important;
    margin-top: 15px;
}

.section-learn.bg-faded p {
    text-align: left;
}

.social-mbl {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-bottom: 1px solid #c6d2e1;
    border-top: 1px solid #c6d2e1;
}

.section-banner.bg-faded.py-4 {
    text-align: center;
}

.panel a {
    color: #636c72;
}

.footer {
    padding: 0px 0px 50px;
}

.contato {
    margin-top: 20px;
}

.compre-agora {
    width: 100%;
    margin-top: 18px;
}


/*--ACORDEON--*/

button.accordion {
    background-color: #eaedf2;
    color: #636c72;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 0.9rem;
    transition: 0.4s;
    line-height: 1rem;
    border-bottom: 1px solid #c6d2e1;
}

button.accordion.active {
    border-bottom: 0px;
}

button.accordion.active,
button:hover {
    background-color: #ddd;
}

button.accordion:after {
    /*content: '\002B';*/
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    /*content: "\2212";*/
}

div.panel {
    width: 100%;
    padding: 0 18px;
    background-color: #fbfbfb;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel ul {
    list-style: none;
    padding: 15px 0 0 15px;
    font-size: 0.8rem;
}

span.arrow-acordeon {
    float: right;
    transform: rotate(90deg);
    font-size: 21px;
    opacity: 0.5;
    -webkit-transition: width 2s, height 4s;
    transition: width 2s, height 4s;
}

.accordion.active span.arrow-acordeon {
    transform: rotate(270deg);
}


}
fieldset {
    margin: 50px 0 10px;
    border-top: 1px solid #d9e0ea;
}
fieldset legend {
    color: #3e5062;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 10px;
    background: white;
    font-weight: bold;
    width: auto;
}
.section-enterprise .product,
.section-enterprise .product:hover {
    background: transparent !important;
}
#user_login .btn-primary,
#user_login .btn-primary:hover {
    background: #0274d7;
}

/*
.toggle input[type=checkbox]{
  height: 0;
  width: 0;
}

.toggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 100px;
  height: 50px;
  background: #3f5af1;
  display: block;
  border-radius: 100px;
  position: relative;
}

.toggle label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.toggle input:checked + label {
  background: #3f5af1;
}

.toggle input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.toggle label:active:after {
  width: 50px;
}

// centering
.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle * {
  transform: scale(0.7);
}

.toggle-label {
  color: #8595a7!important;
  position: relative;
}

.toggle-label.active {
  color: #3f5af1!important;
  display: inline-block;
}
*/

.sh-nav li a {
    font-size: 12px !important;
}

@media (max-width: 1170px) and (min-width: 1050px) {
    .sh .sh-menu .sh-nav li a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .sh-nav li a {
        font-size: 11px !important;
    }
}

@media (max-width: 1050px) and (min-width: 980px) {
    .sh .sh-menu .sh-nav li a {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .sh-nav li a {
        font-size: 10px !important;
    }
}

.sh-nav-login .caret {
    border-color: #29EB7F!important;
}
ul.sh-dropdown-menu {}
ul.sh-dropdown-menu li {
    line-height: 14px;
}
ul.sh-dropdown-menu div {
    padding: 20px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
}
ul.sh-dropdown-menu div .imagem {
    float: left;
    width: 48px;
    height: 48px;
    background: #3e5062;
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    top: -5px;
}
ul.sh-dropdown-menu div .conteudo {
    flex: 1;
}
ul.sh-dropdown-menu div h5 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #29EB7F;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.sh-dropdown-menu div small {
    font-size: 11px;
    opacity: 0.5;
}
ul.sh-dropdown-menu div span svg {
    position: relative;
    position: relative;
    top: 3px;
}
.popup-message {
    border-radius: 25px;
    right: 76px;
    background: #29eb7f;
    padding: 5px 10px;
    position: absolute;
    font-size: 11px;
    top: 60px;
    color: black;
    font-weight: bold;
    display: none;
}
.popup-message.mostra {
    display: block;
}
.popup-message:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #29eb7f;
    position: absolute;
    top: -5px;
    content: "";
    display: inline-block;
    right: 13px;
}
span.badge-notifications {
    position: absolute;
    top: -9px;
    right: -5px;
    background: #fa3e3e;
    padding: 4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 10px;
    font-size: 10px;
    color: white;
    text-align: center;
    font-weight: bold;
}

/* content header */
body.sidebar-openned {
    overflow: hidden;
}

.page-store .sh,
.page-host .sh {
    height: 64px !important;
}

.sh {
    height: 90px;
    transition: all .2s;
}

.sh.opened .sh-menu {
    top: 110px !important;
}

@media (max-width: 980px) {
    .sh .sh-menu {
        height: calc(100% - 67px);
    }

    .sh-submenu strong {
        display: none;
    }

    .sh-submenu a {
        letter-spacing: 0px;
    }

    .version-legend.active.hided {
        left: 69px;
        opacity: 1;
        margin-top: 0px;
    }

    body.menu-opened .sh.opened {
        top: 0px !important;
        height: 100px;
    }

    .sh.opened .sh-submenu {
        display: none;
    }

    body.menu-opened .version-legend.active {
        top: 21px;
        transition: all .2s;
    }

    .sc-chat-text.animate {
        display: none
    }
}

.sc-chat-bubble {
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    background: #F1703F;
    border-radius: 50%;
    border-bottom-right-radius: 6px;
    z-index: 2147483001;
    padding: 20px 12px;
    cursor: pointer;
    transition: all .2s;
    opacity: 1;
    transform: scale(1);
    animation: reveal 5s infinite ease-in-out;
    -webkit-animation: reveal 5s infinite ease-in-out;
}

.sc-chat-text span {
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    background: red;
    width: 15px;
    height: 15px;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}

.sc-chat-bubble.hide {
    opacity: 0;
    transform: scale(0.35);
}

.sc-chat-bubble.hide span {
    opacity: 0;
    transition: all .2s .5s;
}

.sc-chat-bubble em {
    position: absolute;
    top: -3px;
    left: -1px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-style: normal;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    display: none;
}

.sc-chat-bubble:hover,
.sc-chat-bubble.active {
    height: 60px;
    width: 60px;
    padding: 25px 15px;
}

.sc-chat-bubble:hover+.sc-chat-text {
    right: 77px;
}

.sc-chat-bubble.active {
    border-top-left-radius: 6px;
}

.sc-chat-bubble span {
    height: 3px;
    display: block;
    background: white;
    border-radius: 2px;
    margin: 0 0 3px;
    position: relative;
    transition: all .3s;
    opacity: 1;
}

.sc-chat-bubble span:nth-child(3) {
    width: 60%;
}

.sc-chat-bubble.active span:nth-child(1) {
    transform: rotate(-135deg);
    top: 5px;
}

.sc-chat-bubble.active span:nth-child(2) {
    transform: rotate(-45deg);
}

.sc-chat-bubble.active span:nth-child(3) {
    opacity: 0;
}

.sc-chat-text {
    position: fixed;
    right: 50px;
    bottom: 10px;
    background: #F1703F;
    color: white;
    font-weight: bold;
    font-size: 11px;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    transition: all .3s;
    opacity: 0;
    display: none;
}

.sc-chat-text.animate {
    opacity: 1;
    right: 70px;
}

.sc-chat-text:after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #F1703F;
    content: "";
    display: inline-block;
    position: absolute;
    right: -6px;
    top: 12px;
}

.popup {
    display: none !important;
}

.sh .sh-logo a {
    display: flex;
    flex-direction: column;
}

.version-legend,
.version-legend:hover,
.version-legend:active,
.version-legend:link {
    font-size: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    position: fixed;
    left: 220px;
    top: 48px;
    color: white;
    padding: 4px 10px;
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    z-index: 707070;
    display: inline-block;
    transition: all 0.2s;
}

.version-legend:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    left: -5px;
    top: 7px;
}

.version-legend.active {
    left: 190px;
    opacity: 1;
}

.version-legend.active.hided {
    top: 18px;
}

#kayako-messenger {
    bottom: 48px !important;
}

#kayako-messenger.minimized {
    bottom: -200px !important;
}

@media (max-width: 767px) {

    .version-legend,
    .version-legend:hover,
    .version-legend:active,
    .version-legend:link {
        left: 95px;
    }

    .version-legend.active {
        left: 70px;
    }

    body.kykm__m__optimized #kayako-messenger {
        bottom: 0 !important;
    }

    .sc-chat-bubble.active {
        z-index: 2147483000;
    }
}

@media (min-width: 767px) {
    .version-legend.active.hided {
        left: 190px;
        opacity: 1;
        margin-top: 0px;
    }
}
.version-legend,
.version-legend:hover,
.version-legend:active,
.version-legend:link {
    background: rgba(255, 255, 255, 0.2) !important;
}

.sh .sh-menu .sh-nav li a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}
/* fim content header */

/* sidebar content */

.usb h4 {
    margin: 0;
}

.usb h5 {
    font-size: 16px;
    font-weight: bold;
    color: #212529;
    padding-bottom: 5px;
    flex: 1;
    margin: 0;
}

.usb h5 small {
    display: block;
    margin-top: 5px;
    color: #007BFF;
    font-weight: bold;
}

.usb .usb-ctn {
    padding-top: 40px;
    background-color: #F9F9FB;
    position: fixed;
    right: -470px;
    top: 0;
    width: 450px;
    height: 100%;
    z-index: 9090909090;
    box-shadow: 0 -5px 15px -2px rgba(10, 16, 34, .4);
    transition: all .2s;
    transition-delay: .2s;
}

.usb .usb-comparison a {
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border: 1px solid #17a2b8;
    border-radius: 5px;
    margin-left: 10px;
    z-index: 999999;
    position: relative;
}

.usb .usb-comparison a:hover {
    background: #17a2b8;
    color: #fff;
}

@media (max-width: 576px) {
    .usb .usb-ctn {
        width: 390px;
    }
}

.usb .usb-cls {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(164, 186, 201, 0.95);
    z-index: -8080808080;
    opacity: 0;
    transition: all .5s;
    cursor: pointer;
    text-align: center;
    color: white;
    padding: 100px;
}

.usb .usb-hdr {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 4px 15px;
    margin: 20px 0 10px 0;
    font-weight: bold;
    text-align: center;
}

.usb .usb-usr {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.usb .usb-usr img {
    border-radius: 50%;
    margin-bottom: 5px;
}

.usb .usb-usr .usb-msg-mta a {
    display: inline-block;
    margin: 5px 10px 0 0;
    text-decoration: underline;
}

.usb .usb-msg {
    border-radius: 5px;
    padding: 15px 10px;
    margin: 10px 15px;
    display: block;
    box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    background: white;
    transition: all .2s;
}

.usb-msg-version .button-news-updt {
    background: #ffd532;
    color: #17191b;
    border-radius: .25rem;
    padding: 5px 20px;
    display: block;
    width: fit-content;
    margin: auto;
}

.usb .usb-msg-version {
    background: linear-gradient(270deg, rgba(23, 25, 27, 0.8) 0%, rgba(48, 49, 51, 0.8) 71.83%, rgba(88, 89, 89, 0.8) 139.31%);
    color: white;
}

.usb .usb-msg:hover {
    transform: translate(5px, 0);
}

.usb .usb-msg-version:hover {
    background: linear-gradient(270deg, rgba(23, 25, 27, 0.8) 0%, rgba(48, 49, 51, 0.8) 71.83%, rgba(88, 89, 89, 0.8) 139.31%);
    text-decoration: none;
}

.usb .usb-msg-version:hover .button-news-updt {
    background: #fefef5;
    color: #cca50a;
}

.usb .usb-msg a:hover {
    text-decoration: none;
}

.usb .usb-msg a:hover .usb-btn {
    background: #007BFF;
    color: #fff
}

.usb .usb-msg .usb-msg-txt,
.usb .usb-usr .usb-msg-txt {
    flex: 1;
    margin-left: 10px;
    font-size: 12px;
    color: #565656;
}

.usb .usb-msg-txt strong {
    color: black !important;
    font-weight: bold;
}

.usb .usb-msg-header {
    display: flex;
    position: relative;
}

.usb .usb-msg-header span {
    font-size: 11px;
    border-radius: 25px;
    background: #D3DCE6;
    color: #3C4858;
    height: 19px;
    padding: 2px 7px;
    position: relative;
    top: -2px;
    border: 0;
    font-weight: bold;
}

.usb-msg.expired .upg-data-label {
    background: #EF5350;
    color: white;
    width: -webkit-fill-available;
    display: block;
    margin: -14px -10px 10px -10px;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    padding: 3px;
}

.usb-msg .usb-msg-header em {
    position: absolute;
    right: 7px;
    top: 18px;
}

.usb-msg-txt p {
    border-top: 1px solid #eee;
    padding: 10px 0;
    margin: 5px 0 0;
    font-size: 11px;
}

.usb .usb-btn {
    border-radius: 5px;
    padding: 5px 10px;
    color: #007BFF;
    border: 1px solid #007BFF;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
}

.usb .usb-ads img {
    margin: 0 15px;
    width: 72px;
    height: 72px;
}

.usb .usb-ads .usb-ads-txt {
    flex: 1;
    font-size: 13px;
    color: #646464;
    text-align: left;
}

.usb.active .usb-cls {
    z-index: 8080808080;
    opacity: 1;
}

.usb.active .usb-ctn {
    right: 0;
}

.usb.active .usb-ads {
    opacity: 1;
    transform: translate(0, 0);
}

.usb .usb-ext {
    background: #5f8aca;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 32px;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: -15px;
    cursor: pointer;
}

.usb .usb-content::-webkit-scrollbar {
    width: 10px;
    background: #e3e0d6;
}

/* configurando scroll */
.usb .usb-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.usb .usb-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #8b8778;
}

.usb .usb-content {
    overflow-y: auto;
    height: calc(100% - 215px);
}

.sh.fixed.hided {
    top: -30px !important;
}

.sh.fixed {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sh {
    border: none !important;
}

.section-hero .hero-wrap {
    padding: 24px 0 64px 0;
    margin-bottom: 4.5rem;
}

span.badge-notifications {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #fa3e3e;
    padding: 4px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 10px;
    font-size: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.blink {
    display: inline-block;
    border: 1px solid black;
    padding: 0 6px;
    color: black !important;
}

.modal-cta {
    top: -9999px;
}

/* fim sidebar content */
/* ajuste banner top */
.sh.fixed.hided {
    top: -50px !important;
}

@media (max-width: 768px) {
    .sh.fixed.hided {
        padding-top: 38px !important;
        height: 80px !important;
    }
}
