@import url(fontawesome-all.min.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

h2,
p,
h4 {
    text-align: center;
}

ol,
ul {
    list-style: none;
}

.final {
    color: #ffffff;
    font-size: initial;
    font-weight: 400;
    padding: 30px 50px;
    width: 460px;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and(max-width:767px) {
    .final {
        font-size: 16px;
    }
    img#logo {
        height: 100px!important;
    }
}

#smartbanner {
    display: none !important;
}

body {
    -webkit-text-size-adjust: none;
}

section#home {
    margin-top: 0;
}

.banner-area {
    background: 0 0;
    overflow: hidden;
}

.banner-area .overlay-bg {
    background: rgba(62, 82, 144, 0.6);
    background: linear-gradient(180deg, rgba(1, 129, 220, 1) 8%, rgba(215, 228, 243, 0) 50%, rgba(69, 172, 232, 1) 100%);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px!important;
    }
    .dropdownmenu {
        display: none;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1280px!important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media screen and (max-width:767px) {
    .banner-area .fullscreen {
        height: 400px !important;
    }
}

.align-items-center {
    align-items: center !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

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

.padding-app h2 {
    font-size: 70px;
    font-weight: lighter;
}

@media screen and (max-width:767px) {
    .padding-app h2 {
        font-size: 40px;
        font-weight: lighter;
        margin: 10px auto;
    }
}

.padding-app h4 {
    font-size: 1.15em;
    font-weight: 400;
    margin-bottom: -0.7em;
    margin-left: 0.3em;
    margin-top: 1em;
    text-align: left;
}

.app-side img {
    display: block;
    align-items: center;
    margin: 0 auto;
}

.txt-app p {
    color: #656565;
    text-align: left;
    font-size: 16px;
    width: 360px;
    margin: 20px 0;
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
    padding-right: 16px;
}

.download p {
    color: #fff;
    text-align: center;
}

.txt-app img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 250px;
}

.padding-app {
    padding: 60px 0px;
    background-size: cover;
    background-image: url(images/intro-bg.jpg);
    background-position: center;
}

@media (min-width: 992px) {
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.banner-content h1 {
    color: #00365d;
    font-weight: 700;
    line-height: 1.15em;
    text-align: center;
}

.banner-content p {
    color: #00365d;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}

.video-fundo {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    width: 140%;
}

@media screen and (max-width:767px) {
    .video-fundo {
        width: 230%;
    }
}

.overlay {
    position: absolute;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.relative {
    position: relative;
}

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
    html,
    body {
        min-width: 320px;
    }
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #ffffff;
}

body,
input,
select,
textarea {
    color: rgba(255, 255, 255, 0.55);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16.5pt;
    font-weight: normal;
    line-height: 1.75;
}

@media screen and (max-width: 1680px) {
    body,
    input,
    select,
    textarea {
        font-size: 13pt;
    }
}

@media screen and (max-width: 1280px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 360px) {
    body,
    input,
    select,
    textarea {
        font-size: 11pt;
    }
}

a {
    -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    color: inherit;
    text-decoration: none;
}

a:hover {
    border-bottom-color: transparent;
    color: #4e72de;
    text-decoration: none;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #383838;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 0.2em 0;
}

h1 {
    font-size: 2.75em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1em;
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.25em;
    }
    h3 {
        font-size: 20px;
        margin: 20px auto;
    }
    h4 {
        font-size: 0.8em;
    }
    .txt-app {
        width: 100%;
    }
    .app-side {
        width: 100%;
    }
    .padding-app h4 {
        font-size: 1.4em;
        font-weight: 400;
        margin-bottom: -0.7em;
        margin-left: 0.3em;
        margin-top: 1em;
    }
    .txt-app img {
        width: 300px;
        display: block;
        margin: 30px auto;
    }
    .txt-app p {
        font-size: 19px;
        padding: 0;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row>* {
    box-sizing: border-box;
}

@media screen and (max-width: 1680px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row {
        margin-top: 0;
    }
}

@media screen and (max-width: 1280px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row {
        margin-top: 0;
    }
}

@media screen and (max-width: 980px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row {
        margin-top: 0;
    }
}

@media screen and (max-width: 736px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .dropdownmenu {
        position: fixed;
        top: 65px;
        right: 30px;
        width: 40px;
        border: 1px solid #00365d;
        padding: 3px;
        height: 35px;
        border-radius: 5px;
    }
    .navbar-collapse {
        position: fixed!important;
        background: white;
        color: black;
        width: 250px;
        text-align: right;
        right: 0;
        padding: 0px 35px 0 0;
    }
    ul li {
        padding-left: 0;
        list-style: none;
    }
    .spantoggler {
        height: 1px;
        background: #00365d;
        padding: 1px;
        display: block;
        width: 70%;
        margin: 3px auto;
    }
}

.row>* {
    box-sizing: border-box;
}

.row {
    margin-top: 0;
}

@media screen and (max-width: 480px) {
    .row {
        margin-top: 0;
    }
}

.banner-content input[type="submit"],
.banner-content input[type="reset"],
.banner-content input[type="button"],
.banner-content button,
.banner-content .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease;
    -webkit-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    background-color: transparent;
    border: solid 1px !important;
    border-color: rgb(0, 54, 93) !important;
    border-radius: 3em;
    color: #00365d!important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.6em;
    font-weight: bold;
    height: calc(4.75em + 2px);
    letter-spacing: 0.25em;
    line-height: 4.75em;
    outline: 0;
    padding: 0 3.75em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.banner-content input[type="submit"]:after,
.banner-content input[type="reset"]:after,
.banner-content input[type="button"]:after,
.banner-content button:after,
.banner-content .button:after {
    -moz-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    pointer-events: none;
    -moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    -ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    background: #ffffff;
    border-radius: 3em;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease;
    -webkit-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    text-align: center;
}

input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after,
button:after,
.button:after {
    -moz-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    pointer-events: none;
    -moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    -ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    background: #ffffff;
    border-radius: 3em;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0;
}

.features>div {
    padding: 1.5em 1em 68px;
    width: 33.33333333333333333333333333333333%;
    border: solid 2px rgba(255, 255, 255, 0.55);
    position: relative;
}

.features img {
    border: 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.features .center {
    border: 0;
    width: 60%
}

.padding-saiba h2 {
    color: #333058;
}

.padding-saiba p {
    color: #1b1b1b;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.inner h2 {
    color: #333058;
    font-size: 30px;
}

h2.tool {
    font-size: 40px;
}

@media screen and (max-width:1023px) {
    .inner h2 {
        font-size: 20px;
    }
}

.tool {
    font-size: 3em;
}

.inner p {
    color: #151515;
}

@media screen and (max-width:1023px) {
    .inner p {
        line-height: 23px;
    }
}

.features p {
    color: #282828;
    font-size: 16px;
    padding: 0px 20px;
    text-align: center;
    min-height: 208px;
}

.tools {
    font-size: 40px;
    color: #fff;
}

@media (max-width:767px) {
    .features>div {
        padding: 0.5em 1.5em 60px 1.5em;
        width: 90%;
        max-width: 100%;
        border: none;
        position: relative;
        background: #00000012;
        border-radius: 20px;
        margin: 10px auto;
    }
    .features img {
        width: 160px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .inner p {
        color: #151515;
        font-size: 14px;
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .padding-saiba p {
        color: #5a5a5a;
        padding: 20px 30px;
        font-size: 17px;
        line-height: 20px;
    }
    .features .center {
        border: 0;
        width: 100%;
        background: none;
        margin: 0 auto;
    }
    .btn-a {
        display: block;
        margin: 0 auto 5px;
        width: 70%;
        background: blueviolet;
        color: white;
        border-radius: 30px;
        padding: 4px;
        font-size: 20px;
    }
    .app-side {
        padding: 0px;
    }
    .txt-app {
        padding: 0px !important;
    }
    .wrapper .inner {
        padding: 10px 20px;
    }
    .inner h2 {
        color: #0d297b;
        padding: 0px 0px 20px;
    }
    .tool {
        font-size: 40px;
        color: #151515;
    }
    .tools {
        font-size: 36px
    }
    .features h3 {
        font-size: 1.5em;
        padding-bottom: 20px;
    }
    .banner-content {
        padding: 0px!important;
        margin: 0 auto;
    }
}

.padding {
    padding: 50px 0px;
    width: 100%;
}

.btn-a {
    display: block;
    margin: 0 auto 5px;
    width: 150px;
    background: #333058;
    color: #fff;
    border-radius: 30px;
    padding: 3px;
    text-align: center;
    position: absolute;
    /* margin: 0 auto; */
    left: 50%;
    /* right: 50%; */
    margin-left: -75px;
    margin-top: 20px;
    bottom: 10px;
}

.btn-a:hover {
    background: #fff;
    color: #333058;
}

.features h3 {
    color: #000000;
    min-height: 73px;
    text-align: center;
}

.center {
    margin: 0 auto;
    display: block;
}

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.wrapper .meio {
    width: 30%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.wrapper .img {
    display: block;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.wrapper .content {
    width: 70%;
    padding: 10px 20px 0px;
    background: #d7e4f3;
}

.wrapper .content2 {
    width: 70%;
    padding: 10px 20px 0px;
    background: #f3f3f3;
}

.wrapper .inner {
    padding: 10px 10px;
    display: inline;
    vertical-align: middle;
}

.padding-saiba {
    padding: 50px 0;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0;
}

ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: 20px;
    padding-left: 0;
    margin-top: 30px;
}

ul.actions li {
    padding: 0 0 0 0;
    vertical-align: middle;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }
    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        width: 100%;
    }
    ul.actions:not(.fixed) li>* {
        width: 100%;
    }
    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }
    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
        width: 200px;
        margin: 0 auto;
        display: block;
    }
}

ul.menu {
    list-style: none;
    padding: 0;
}

ul.menu>li {
    border-left: solid 1px rgba(255, 255, 255, 0.15);
    display: inline-block;
    line-height: 1;
    margin-left: 1.5em;
    padding: 0 0 0 1.5em;
}

ul.menu>li:first-child {
    border-left: 0;
    margin: 0;
    padding-left: 0;
}

@media screen and (max-width: 480px) {
    ul.menu>li {
        border-left: 0;
        display: block;
        line-height: inherit;
        margin: 0.5em 0 0 0;
        padding-left: 0;
    }
}

.wrapper {
    position: relative;
}

.wrapper>.inner {
    padding: 2em 5em 0 5em;
    max-width: 100%;
    width: 75em;
}

@media screen and (max-width: 1680px) {
    .wrapper>.inner {
        padding: 4em 4em 0 4em;
    }
}

@media screen and (max-width: 1280px) {
    .wrapper>.inner {
        width: 100%;
    }
}

@media screen and (max-width: 736px) {
    .wrapper>.inner {
        padding: 3em 2em 1em 2em;
    }
}

.wrapper.alt {
    background-color: #261c3e;
}

.wrapper.style1 {
    background-color: #5e42a6;
}

.wrapper.style1-alt {
    background-color: #333058;
}

.wrapper.style2 {
    background-color: #d7e4f3;
}

.wrapper.style2-alt {
    background-color: #3e4094;
}

.wrapper.style3 {
    background-color: #f3f3f3;
}

section#tools {
    padding: 60px 0;
}

.wrapper.fade-up>.inner {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition: opacity 1s ease, -ms-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    opacity: 1.0;
}

#sidebar+#wrapper {
    /* margin-left: 18em; */
    margin-left: 330px;
}

@media screen and (max-width: 1280px) {
    #sidebar+#wrapper {
        margin-left: 0;
        padding-top: 3.5em;
    }
}

@media screen and (max-width: 736px) {
    #sidebar+#wrapper {
        padding-top: 0;
    }
}

#sidebar+#wrapper+#footer {
    margin-left: 330px;
}

@media screen and (max-width: 1280px) {
    #sidebar+#wrapper+#footer {
        margin-left: 0;
    }
}

#footer>.inner a {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

#footer>.inner a:hover {
    border-bottom-color: transparent;
}

#footer>.inner .menu {
    font-size: 0.8em;
    color: #efefef;
    text-align: center;
    margin: 0;
}

#header+#wrapper+#footer>.inner {
    margin: 0 auto;
}

#sidebar {
    padding: 2.5em 2.5em 0.5em 2.5em;
    background: #ffffff;
    cursor: default;
    height: 100vh;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 330px;
    z-index: 10000;
}

#sidebar>.inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    min-height: 100%;
    opacity: 1;
    width: 100%;
}

#sidebar nav>ul {
    list-style: none;
    padding: 0;
}

#sidebar nav>ul>li {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: opacity 0.15s ease, -moz-transform 0.75s ease;
    -webkit-transition: opacity 0.15s ease, -webkit-transform 0.75s ease;
    -ms-transition: opacity 0.15s ease, -ms-transform 0.75s ease;
    transition: opacity 0.15s ease, transform 0.75s ease;
    margin: 1.5em 0 0 0;
    opacity: 1;
    padding: 0;
    position: relative;
}

#sidebar nav>ul>li:first-child {
    margin: 0;
}

#sidebar nav>ul>li:nth-child(1) {
    -moz-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

#sidebar nav>ul>li:nth-child(2) {
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

#sidebar nav>ul>li:nth-child(3) {
    -moz-transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
    -ms-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

#sidebar nav>ul>li:nth-child(4) {
    -moz-transition-delay: 1.05s;
    -webkit-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

#sidebar nav a {
    -moz-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
    border: 0;
    color: rgb(13, 40, 123);
    display: block;
    font-size: 0.6em;
    font-weight: bold;
    letter-spacing: 0.25em;
    line-height: 1.75;
    outline: 0;
    padding: 1.35em 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
}

#sidebar nav a:before,
#sidebar nav a:after {
    border-radius: 0.2em;
    bottom: 0;
    content: '';
    height: 0.2em;
    position: absolute;
    right: 0;
    width: 100%;
}

#sidebar nav a:before {
    background: #0d287b;
}

#sidebar nav a:after {
    background-image: -moz-linear-gradient(to right, #333058, #333058);
    background-image: -webkit-linear-gradient(to right, #333058, #333058);
    background-image: -ms-linear-gradient(to right, #333058, #333058);
    background-image: linear-gradient(to right, #64b7ff, #007eff);
    -moz-transition: max-width 0.2s ease;
    -webkit-transition: max-width 0.2s ease;
    -ms-transition: max-width 0.2s ease;
    transition: max-width 0.2s ease;
    max-width: 0;
}

#sidebar nav a:hover {
    color: #076bad;
}

#sidebar nav a.active {
    background-image: -moz-linear-gradient(to right, #333058, #333058);
    background-image: -webkit-linear-gradient(to right, #333058, #333058);
    background-image: -ms-linear-gradient(to right, #333058, #333058);
    background-image: linear-gradient(to right, #333058, #333058);
    -moz-transition: max-width 0.2s ease;
    -webkit-transition: max-width 0.2s ease;
    -ms-transition: max-width 0.2s ease;
    transition: max-width 0.2s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sidebar nav a.active:after {
    max-width: 100%;
}

@media screen and (max-width: 1280px) {
    #sidebar {
        height: 3.5em;
        left: 0;
        line-height: 3.5em;
        overflow: hidden;
        padding: 0;
        top: 0;
        width: 100%;
    }
    #sidebar>.inner {
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -moz-align-items: -moz-stretch;
        -webkit-align-items: -webkit-stretch;
        -ms-align-items: -ms-stretch;
        align-items: stretch;
        height: inherit;
        line-height: inherit;
    }
    #sidebar nav {
        height: inherit;
        line-height: inherit;
    }
    #sidebar nav ul {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: none;
        height: inherit;
        line-height: inherit;
        margin: 0;
    }
    #sidebar nav ul li {
        display: block;
        height: inherit;
        line-height: inherit;
        margin: 0 0 0 2em;
        padding: 0;
    }
    #sidebar nav a {
        height: inherit;
        line-height: inherit;
        padding: 0;
    }
    #sidebar nav a:after {
        background-image: none;
        background-color: #b74e91;
    }
    img#logo {
        height: 100px;
        display: block;
        max-width: 100%;
        margin: 14px 60px 14px 0px!important;
    }
    #sidebar {
        display: block!important;
        height: 8em!important;
        left: 0;
        line-height: 3.5em;
        overflow: hidden;
        padding: 0;
        top: 0;
        width: 100%;
    }
    section#home {
        margin-top: 125px!important;
    }
}

@media screen and (max-width: 736px) {
    #sidebar {
        display: none;
    }
}

.corsucesso h3,
.corsucesso p,
.corsucesso ul {
    text-align: center;
}

.corsucesso h3 {
    color: #ffffff;
}

.corsucesso p,
.corsucesso ul {
    color: #fff;
}

.corsucesso ul {
    text-decoration: none;
    padding: 0;
    list-style: none;
}

.corsucesso ul li {
    line-height: 25px;
    font-size: 20px;
}

.app-side h2,
.app-side h4 {
    color: #fff;
}

.app-side h2 {
    font-size: 46px;
    line-height: 42px;
}

.app-side h2 span {
    font-size: 16px;
    color: #ababab;
    line-height: 28px;
}

.app-side h4 {
    font-size: 22px;
    text-align: center;
}

.intro-features h3 {
    color: #656565;
    text-align: left;
    font-size: 16px;
    margin: 0;
}

img#logo {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.corsucesso {
    background-image: url(../../images/fundo-rodape.jpg);
    background-color: #333058;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

h2.titulo-app {
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
}

.icon-block.icon-block-horizontal.box-float {
    background-color: #fff;
    padding: 17px 0px 20px;
    margin: 10px auto;
    line-height: 20px;
    width: 320px;
    height: 120px;
    max-width: 100%;
}

@media screen and (max-width:767px) {
    .icon-block.icon-block-horizontal.box-float {
        padding: 10px 0px 10px;
    }
}

.icon-block.icon-block-horizontal.box-float .text {
    width: 80%;
    float: left;
    display: block;
}

.item_app i.fa {
    font-size: 40px;
    color: #333058;
    display: table-cell;
    vertical-align: middle;
}

.item_app {
    float: left;
    padding: 5px;
    display: table;
    height: 100%;
    width: 20%;
    text-align: center;
}

.content .inner h2,
.content .inner p {
    text-align: right;
}

.content2 .inner h2,
.content2 .inner p {
    text-align: left;
}

.corsucesso h2.tools {
    line-height: 32px;
    font-size: 32px;
}

@media screen and (max-width:991px) {
    .txt-app.col-md-4 {
        width: 100%;
    }
    .txt-app img {
        margin: 20px auto;
        width: 300px;
    }
}

@media screen and (max-width:767px) {
    .funcionalidades .row {
        margin: 15px 15px;
    }
    .wrapper .content {
        width: 70%;
        padding: 10px 20px 0px;
        background: #f3f3f3;
    }
    .wrapper .meio2 {
        width: 100%!important;
    }
    .wrapper .meio {
        width: 100%!important;
    }
    .wrapper .content2 {
        width: 100%!important;
    }
    .wrapper .content {
        width: 100%!important;
    }
}

@media screen and (max-width:767px) {
    .wrapper .meio {
        width: 30%;
        background-size: cover;
        background-position: center;
        min-height: 200px;
        background-color: #f3f3f3;
    }
    h2.titulo-app {
        margin-bottom: 0;
        font-size: 30px;
        line-height: 30px;
    }
    .content .inner h2,
    .content .inner p,
    .content2 .inner h2,
    .content2 .inner p {
        text-align: center;
    }
    .corsucesso ul li {
        line-height: 25px;
        font-size: 16px;
    }
    section#tools {
        padding: 30px 0;
    }
}

#lista_redes a img {
    width: 22px;
    margin: 0 4px;
}


/* #bio_ep_content .btn {
    margin: 9px auto !important;
    display: block !important;
}

#bio_ep_content .frase h2 {
    font-size: 20px !important;
}

#bio_ep_content .frase h1 {
    font-size: 34px !important;
}

#bio_ep_content .frase {
    min-height: 409px !important;
} */

body {
    overflow: unset !important;
}

div#bio_ep_bg,
div#bio_ep {
    display: none !important;
}