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: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

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

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

html,
body {
    height: 100%
}

body {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #f9fafa;
    color: #4e5159;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
   /* background-color: #f9fafa*/
}

.clear {
    clear: both
}

a {
    text-decoration: none;
    color: #4e5159;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:active,
a:focus {
    -moz-outline-style: none;
    outline: none;
    outline: 0
}

b,
strong {
    font-weight: 700
}

img {
    max-width: 100%;
    height: auto
}

.slick-slide {
    box-shadow: none;
    border-color: none;
    color: none;
    background: none;
    outline: none;
    border: none
}

.icon-svg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: contain;
    display: block
}



.ic-pin {
    width: 20px;
    height: 21px;
    background-image: url('../imagens/svg/ic-pin.svg?1545607379')
}


.btn {
    display: inline-block;
    font-weight: 400;
    height: 50px;
    min-width: 190px;
    font-size: 16px;
    color: #b9b9c0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    background-color: #f3f5f5
}

.btn:hover {
    background-color: #e0e5e5;
    color: #838390
}

.btn:focus {
    outline: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-orange {
    color: #fff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #ff5800;
    box-shadow: 0 2px 10px 0 rgba(255, 88, 0, 0.3);
    background-color: #ff5800
}

.btn-orange:hover {
    background-color: rgba(255, 88, 0, 0.7);
    color: #fff
}

.d-none {
    display: none !important
}

label {
    font-size: 12px;
    line-height: 1.5;
    color: #878694
}

button,
input,
textarea {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent
}

button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline-style: none;
    outline: 0;
    outline: none
}

input[type=checkbox],
input[type=radio] {
    width: 13px;
    height: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

::-webkit-search-decoration {
    display: none
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    overflow: visible;
    width: auto
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none
}

textarea {
    vertical-align: top;
    overflow: auto
}

select {
    border: 0px;
    outline: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select[multiple] {
    vertical-align: top
}


.container {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.col-xl-1 {
    width: 8.33333%
}

.col-xl-2 {
    width: 16.66667%
}

.col-xl-3 {
    width: 25%
}

.col-xl-4 {
    width: 33.33333%
}

.col-xl-5 {
    width: 41.66667%
}

.col-xl-6 {
    width: 50%
}

.col-xl-7 {
    width: 58.33333%
}

.col-xl-8 {
    width: 66.66667%
}

.col-xl-9 {
    width: 75%
}

.col-xl-10 {
    width: 83.33333%
}

.col-xl-11 {
    width: 91.66667%
}

.col-xl-12 {
    width: 100%
}

@media (max-width: 992px) {
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
}

@media (max-width: 768px) {
    .col-md-1 {
        width: 10%
    }
    .col-md-2 {
        width: 20%
    }
    .col-md-3 {
        width: 30%
    }
    .col-md-4 {
        width: 40%
    }
    .col-md-5 {
        width: 50%
    }
    .col-md-6 {
        width: 60%
    }
    .col-md-7 {
        width: 70%
    }
    .col-md-8 {
        width: 80%
    }
    .col-md-9 {
        width: 90%
    }
    .col-md-10 {
        width: 100%
    }
}

@media (max-width: 576px) {
    .col-sm-1 {
        width: 25%
    }
    .col-sm-2 {
        width: 50%
    }
    .col-sm-3 {
        width: 75%
    }
    .col-sm-4 {
        width: 100%
    }
}

[class^=col-xl-],
[class^=col-lg-],
[class^=col-md-],
[class^=col-sm-] {
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.no-padding {
    padding-right: 0;
    padding-left: 0
}

.block {
    float: left;
    width: 100%
}

.wrap {
    /*min-height: 100%;
    padding-bottom: 110px;
    float: left;
    width: 100%;
    position: relative*/
    display: block;
}



.topo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.container-topo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
   padding-left: 80px;
padding-right: 60px;
    width: 768px;
    height: 141px;
    border-radius: 12px;
    box-shadow: 0 2px 44px -30px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    margin-bottom: 35px;
}

.topo .col-right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.logo {
    width: 299px;
    height: 29px;
}

.logo img {
    width: 299px;
    height: 29px;
}

.topo .last-access {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.topo .last-access .codigo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.topo .last-access .codigo .viewCode {
    cursor: pointer
}

.topo .last-access .pin {
    font-size: 14px;
    font-weight: 600;
    color: #4e5159;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 2px
}

.topo .last-access .pin .ic-code-pin {
    margin-right: 10px
}

.topo .last-access .pin .code-name {
    margin-right: 2px
}

.topo .last-access .pin .code {
    font-size: 14px;
    font-weight: 600;
    color: #4e5159;
    width: 52px;
    padding: 0 2px;
    text-align: center;
    padding-bottom: 2px
}

.topo .last-access .data-desktop {
    font-size: 12px;
    color: #6a6d75
}

.topo .last-access .data-mobile {
    font-size: 12px;
    color: #878694;
    display: none
}

.topo .last-access .data-mobile img {
    margin-right: 4px
}

.topo .abrir-chamado {
   
    font-size: 14px;
    font-weight: 500;
    line-height: 1.64;
    padding: 13px 22px
}

.topo .avatar {
    position: relative
}

.topo .avatar img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: solid 2px #f3f5f5;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.topo .avatar:hover img {
    border: solid 2px #D9DEE3
}

.topo .menu-config {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 3;
    display: none
}



@media (max-width: 768px) {
    .topo .last-access .codigo {
        margin-bottom: 5px
    }
    .topo .last-access .pin .code-name {
        display: none
    }
    .topo .last-access .pin .code {
        width: 50px
    }
    .topo .last-access .data-desktop {
        display: none
    }
    .topo .last-access .data-mobile {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }
}

@media (max-width: 576px) {
    .topo {
        height: 141px;
        position: relative;
        border-bottom: none;
        -webkit-flex-direction: column;
        flex-direction: column;
        
    }
    .container-topo{
        width: auto;
height: 141px;
    }
    .topo .col-right {
        width: 100%;
        height: 50px;
        padding: 5px 15px;
        -webkit-justify-content: center;
        justify-content: center;
        background-color: #F9FAFA;
        border-top: solid 1px #f3f5f5;
        display:none;
    }
    .topo .last-access {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center
    }
    .topo .last-access .codigo {
        margin-bottom: 0;
        margin-right: 7px
    }
    .topo .last-access .codigo .viewCode {
        display: none
    }
    .topo .abrir-chamado {
        display: none
    }
    .topo .avatar {
        position: absolute;
        top: 5px;
        right: 10px
    }
    .topo .avatar img {
        width: 40px;
        height: 40px
    }
    .topo .menu-config {
        position: fixed;
        left: 0;
        top: 100px
    }
}

.navigation {
    float: left;
    width: 100%;
    min-height: 100px;
    padding: 10px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.navigation .menu-section {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.navigation .menu-section li {
    padding: 2px 5px 3px 5px;
    display: flex;
    flex-wrap: wrap
}

.navigation .menu-section li a {
    border-radius: 20px;
    background-color: #f3f5f5;
    font-size: 12px;
    text-align: center;
    color: #878694;
    padding: 6px 17px
}

.navigation .menu-section li a:hover {
    background-color: #EBEFEF
}

.navigation .menu-section li.current a {
    background-color: #ff5800;
    color: #fff
}

@media (max-width: 600px) {
    .navigation {
        -webkit-justify-content: center;
        justify-content: center
    }
    .navigation.not-menu-section {
        display: none
    }
    .navigation .menu-section li a {
        padding: 10px 50px
    }
    .navigation .menu-section li:not(.current) {
        display: none
    }
}

.modal-open {
    overflow: hidden
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999999;
    display: -webkit-flex;
    display: flex;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.modal-menu {
    width: 250px;
    height: 250px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    margin: 30px;
    padding: 45px 20px 20px 20px
}

.modal-menu .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../imagens/svg/ic-close-typing.svg?1545996576')
}

.modal-menu .close:hover {
    -webkit-filter: contrast(90%);
    filter: contrast(90%)
}

.modal-menu .menu-section {
    width: 100%;
    overflow-y: auto;
    padding: 10px;
    max-height: calc(100vh - 40px);
    scrollbar-color: #eef1f5 #f9fafa
}

.modal-menu .menu-section::-webkit-scrollbar {
    -webkit-appearance: none
}

.modal-menu .menu-section::-webkit-scrollbar:horizontal {
    height: 12px
}

.modal-menu .menu-section::-webkit-scrollbar-thumb {
    background-color: #eef1f5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 4px solid #f9fafa
}

.modal-menu .menu-section::-webkit-scrollbar-track {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f9fafa
}

.modal-menu .menu-section .current {
    display: none
}

.modal-menu .menu-section a {
    font-size: 12px;
    text-align: center;
    color: #878694;
    padding: 15px;
    display: block
}

@media (max-width: 1024px) {
    #menu {
        float: left
    }
    .slideout-menu {
        position: absolute;
        top: 100px;
        width: 220px;
        -webkit-overflow-scrolling: touch;
        z-index: 0;
        display: none
    }
    .slideout-menu-left {
        left: 0
    }
    .slideout-menu-right {
        right: 0
    }
    .slideout-open,
    .slideout-open body,
    .slideout-open .slideout-panel {
        overflow: hidden
    }
    .slideout-open .slideout-menu {
        display: block
    }
}

@media (min-width: 1025px) {
    .slideout-menu {
        position: absolute;
        top: 100px;
        width: 195px;
        z-index: 999
    }
}

.menu-sidebar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    width: 195px
}

.menu-sidebar .prev {
    font-size: 14px;
    line-height: 1.44;
    color: #d9dee3;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.menu-sidebar .prev i {
    width: 20px;
    margin-right: 8px;
    min-width: 20px;
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.menu-sidebar .prev:hover {
    color: #adb8c3
}

.menu-sidebar .prev:hover i {
    -webkit-filter: contrast(85%);
    filter: contrast(85%)
}

.menu-sidebar ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 100%
}

.menu-sidebar ul li {
    margin-bottom: 15px
}

.menu-sidebar ul a {
    font-size: 14px;
    line-height: 18px;
    color: #878694
}

.menu-sidebar ul a:hover,
.menu-sidebar ul a.current {
    font-size: 14px;
    font-weight: 600;
    color: #4e5159
}

@media (max-width: 1024px) {
    .menu-sidebar {
        width: 100%
    }
}

@media (max-width: 576px) {
    .menu-sidebar {
        padding-top: 10px
    }
}

.nav-trigger {
    width: 50px;
    height: 50px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    background-color: #fff;
    padding: 14px;
    margin-right: 30px;
    cursor: pointer;
    display: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.nav-trigger:focus {
    outline: 0
}

.nav-trigger:hover span,
.nav-trigger:hover span:before,
.nav-trigger:hover span:after {
    background: #4e5159
}

.nav-trigger:before {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.nav-trigger span {
    display: block;
    position: relative
}

.nav-trigger span:before,
.nav-trigger span:after {
    content: '';
    position: absolute;
    left: 0
}

.nav-trigger span:before {
    top: -8px
}

.nav-trigger span:after {
    bottom: -8px
}

.nav-trigger span,
.nav-trigger span:before,
.nav-trigger span:after {
    width: 100%;
    height: 2px;
    background: #4e5159;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.nav-trigger.is-active:before {
    opacity: 1;
    width: 100%;
    height: 100%
}

.nav-trigger.is-active span {
    background: transparent
}

.nav-trigger.is-active span:before {
    top: 0;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.nav-trigger.is-active span:after {
    bottom: 0;
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

@media (min-width: 768px) and (max-width: 1024px) {
    .nav-trigger {
        display: -webkit-flex;
        display: flex
    }
}

.btn-menu-mobile {
    width: 24px;
    display: none;
    position: absolute;
    left: 10px;
    top: 12px
}

@media (max-width: 576px) {
    .btn-menu-mobile.has-menu-sidebar {
        display: -webkit-flex;
        display: flex
    }
}

.nav-trigger-mobile {
    width: 100%;
    height: 24px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.nav-trigger-mobile:focus {
    outline: 0
}

.nav-trigger-mobile:hover span,
.nav-trigger-mobile:hover span:before,
.nav-trigger-mobile:hover span:after {
    background: #4e5159
}

.nav-trigger-mobile:before {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.nav-trigger-mobile span {
    display: block;
    position: relative
}

.nav-trigger-mobile span:before,
.nav-trigger-mobile span:after {
    content: '';
    position: absolute;
    left: 0
}

.nav-trigger-mobile span:before {
    top: -8px
}

.nav-trigger-mobile span:after {
    bottom: -8px
}

.nav-trigger-mobile span,
.nav-trigger-mobile span:before,
.nav-trigger-mobile span:after {
    width: 100%;
    height: 2px;
    background: #4e5159;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.nav-trigger-mobile.is-active:before {
    opacity: 1;
    width: 100%;
    height: 100%
}

.nav-trigger-mobile.is-active span {
    background: transparent
}

.nav-trigger-mobile.is-active span:before {
    top: 0;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.nav-trigger-mobile.is-active span:after {
    bottom: 0;
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.menu-config {
    width: 310px;
    height: 250px
}

.menu-config .menu-config-inner {
    float: left;
    width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 22px 16px -12px #e2e4e6;
    background-color: #fff;
    border: solid 1px #f1f2f4;
    padding: 30px 10px;
    position: relative
}

.menu-config .menu-config-inner:before {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../imagens/svg/box-arrow-top.svg?1544126786');
    content: "";
    width: 20px;
    height: 12px;
    top: -9px;
    right: 12px
}

.menu-config ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.menu-config ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.menu-config ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    padding: 8px 10px 8px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #6a6d75
}

.menu-config ul li a:hover {
    background-color: #F9FAFA;
    font-weight: 600
}

.menu-config ul li a:hover i {
    -webkit-filter: contrast(35%);
    filter: contrast(35%)
}

.menu-config ul .btn-ticket {
    display: none
}

.menu-config ul .btn-ticket a {
    background-color: #ff5800;
    color: #fff
}

.menu-config ul .btn-ticket a:hover {
    background-color: #ff620f;
    color: #fff;
    font-weight: 300
}

@media (max-width: 576px) {
    .menu-config {
        width: 100%
    }
    .menu-config .menu-config-inner {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none
    }
    .menu-config .menu-config-inner:before {
        display: none
    }
    .menu-config ul .btn-ticket {
        display: -webkit-flex;
        display: flex
    }
}

.carousel {
    margin-bottom: 30px;
    width: 100%
}

.carousel .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px
}

.carousel .slick-dots li {
    margin-right: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.carousel .slick-dots li button {
    width: 7px;
    height: 7px;
    background-color: #d9dee3;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.carousel .slick-dots li.slick-active button,
.carousel .slick-dots li:hover button {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.carousel .slick-dots li:last-child {
    margin-right: 0
}

.sectors {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%
}

.sectors .item {
    -webkit-flex: 1;
    flex: 1;
    padding: 0 10px
}

.sectors .item .inner {
    height: 300px;
    margin-bottom: 20px;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #9013fe;
    color: #fff;
    -moz-transition: box-shadow .3s ease-out, -moz-transform .3s ease-out, opacity .2s ease-out;
    -o-transition: box-shadow .3s ease-out, -o-transform .3s ease-out, opacity .2s ease-out;
    -webkit-transition: box-shadow .3s ease-out, -webkit-transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition-delay: .1s;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #9013fe
}

.sectors .item .inner:hover {
    -moz-box-shadow: 0px 15px 35px -10px rgba(144, 19, 254, 0.35);
    -webkit-box-shadow: 0px 15px 35px -10px rgba(144, 19, 254, 0.35);
    box-shadow: 0px 15px 35px -10px rgba(144, 19, 254, 0.35);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px)
}

.sectors .item .sectors-name {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff
}

.sectors .item .sectors-info {
    font-size: 14px;
    line-height: 18px;
    text-align: center
}

@media (max-width: 800px) {
    .sectors {
        max-width: 480px;
        margin: auto
    }
    .sectors .item {
        -webkit-flex: auto;
        flex: auto;
        width: 50%
    }
}

@media (max-width: 576px) {
    .sectors .item:nth-child(odd) {
        padding-right: 5px
    }
    .sectors .item:nth-child(even) {
        padding-left: 5px
    }
    .sectors .item .inner {
        height: 197px
    }
    .sectors .item .inner .ic-support {
        width: 47.5px;
        height: 47.5px
    }
    .sectors .item .inner .ic-financeiro {
        width: 50.1px;
        height: 48.8px
    }
    .sectors .item .inner .ic-comercial {
        width: 47.3px;
        height: 47.3px
    }
    .sectors .item .inner .ic-servicos {
        width: 48px;
        height: 48px
    }
    .sectors .item .sectors-name {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 15px
    }
    .sectors .item .sectors-info {
        font-size: 12px
    }
}

.most-used {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
}

.most-used>header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 10px;
    margin-bottom: 30px
}

.most-used>header h3 {
    font-size: 40px;
    font-weight: 200;
    text-align: center;
    color: #4e5159
}

.most-used>header p {
    font-size: 14px;
    line-height: 1.64;
    text-align: center;
    color: #878694
}

.most-used .slides-itens .slide-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.most-used .slides-itens .slide-item a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px
}

.most-used .slides-itens .slide-item a:hover {
    background-color: #F9FAFA
}

.most-used .slides-itens .slide-item a span {
    font-size: 18px;
    text-align: center;
    color: #4e5159;
    line-height: 24px
}

.most-used .slides-itens .slide-item a i {
    margin-bottom: 18px
}

@media (max-width: 768px) {
    .most-used .slides-itens .slide-item {
        width: 180px
    }
}

.footer {
    /*display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    width: 100%;
    border-top: solid 1px #f3f5f5;
    height: 60px;
    background-color: #fff
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 40px;
    display: block;
    text-align: center;*/
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 172px;
}

.footer .copy {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.83;
    color: #6a6d75;
    margin: 0 30px;
    display: flex;
    justify-content: center;
}

.footer .social {
    /*margin: 0 30px;*/
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.footer .social li {
    margin-right: 20px
}

.footer .social li:last-child {
    margin-right: 0
}

.footer .social a {
    display: block;
    width: 24px;
    height: 24px
}

.footer .social a path {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer .social a:hover path {
    fill: #b8bdc4
}

@media (max-width: 1440px) {
    /*.footer {
        padding: 10px 0
    }*/
    
}

@media (max-width: 800px) {
    .footer .copy,
    .footer social {
        margin: 0 15px
    }
}

@media (max-width: 1024px) {
   /* .footer {
        height: 50px
    }*/
}

@media (max-width: 576px) {
   
    .footer .social {
        margin-bottom: 15px
    }
}

.widget {
    width: 305px;
    max-height: 540px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 35px 30px -20px rgba(0, 0, 0, 0.1);
    background-color: #f3f5f5;
    overflow-y: hidden
}

.widget .box {
    background-color: #fff;
    border: solid 1px #f1f2f4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 100%;
    float: left
}

.widget .collapse {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #4e5159;
    width: 100%;
    height: 50px;
    padding: 15px 12px;
    float: left;
    border-bottom: solid 1px transparent
}

.widget .collapse.active {
    font-weight: 500;
    border-bottom: solid 1px #f3f5f5
}

.widget .collapse-inner {
    display: none;
    width: 100%;
    float: left;
    padding: 30px 25px 30px 14px
}

.widget .collapse-inner.ativo {
    display: block
}

.widget .card .card-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 3px
}

.widget .card .card-header>div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.widget .card .card-header img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: solid 1px #f1f2f4;
    margin-right: 13px
}

.widget .card .card-header .nome {
    font-size: 16px;
    font-weight: 500;
    color: #4e5159;
    line-height: 18px
}

.widget .card .card-header .email {
    font-size: 12px;
    color: #4e5159
}

.widget .card p {
    font-size: 12px;
    line-height: 1.5;
    color: #878694;
    margin-left: 63px
}

#login {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (max-height: 660px) {
    #login {
        margin: 10px;
        height: auto;
        width: auto
    }
}

.login-container {
    display: -webkit-flex;
    display: flex;
    width: 780px;
    height: 660px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    box-shadow: 0 32px 35px -30px rgba(51, 51, 51, 0.2);
    background-color: #fff
}

.login-container .slider {
    width: 50%;
    position: relative
}

.login-container .slider .slick-dotted.slick-slider {
    margin-bottom: 0
}

.login-container .slider:before {
    content: "";
    width: 36.6px;
    height: 36.6px;
    background: url('../imagens/svg/ic-chatbubbles.svg?1543607990') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1
}

.slider-login {
    height: 100%
}

.slider-login .slick-list,
.slider-login .slick-track {
    height: 100%
}

.slider-login .slick-list {
    -moz-border-radius: 18px 0 0 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px 0 0 18px
}

.slider-login .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px
}

.slider-login .slick-dots li {
    margin-right: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px transparent
}

.slider-login .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #fff;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.slider-login .slick-dots li.slick-active button,
.slider-login .slick-dots li:hover button {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.slider-login .slick-dots li:last-child {
    margin-right: 0
}

.slider-login .item {
    background-position: center left;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative
}

.slider-login .item .post-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.07;
    color: #fff;
    position: absolute;
    bottom: 105px;
    z-index: 2;
    left: 40px;
    right: 40px
}

.slider-login .item .post-title:hover {
    color: #ff5800
}

.slider-login .item .leia {
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 70px;
    z-index: 2;
    left: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.slider-login .item .leia b {
    margin-left: 5px
}

.slider-login .item .leia:after {
    content: "";
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background: url('../imagens/svg/ic-rocket.svg?1543605748') no-repeat center;
    background-size: 100%
}

.slider-login .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(51, 51, 51, 0.8)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(51, 51, 51, 0.8) 100%);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(51, 51, 51, 0.8) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(51, 51, 51, 0.8) 100%);
    z-index: 1;
    -moz-border-radius: 18px 0 0 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px 0 0 18px
}

.form-authenticate {
    flex: 1;
    padding: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative
}

.form-authenticate .cancel-event {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 25px;
    top: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url('../imagens/svg/ic-close-menu.svg?1545667028')
}

.form-authenticate .logo-core {
    margin-top: 23px;
    margin-bottom: 15px
}

.form-authenticate .sub-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #b9b9c0;
    margin-bottom: 65px
}

.form-authenticate .form-group {
    margin-bottom: 0px
}

.form-authenticate .form-group.is-valid .input:after,
.form-authenticate .form-group.is-invalid .input:after {
    right: 0
}

.form-authenticate .form-group.is-valid .form-control,
.form-authenticate .form-group.is-invalid .form-control {
    border-top: none;
    border-left: none;
    border-right: none
}

@media (max-width: 1024px) {
    .form-authenticate .form-group.is-icom .icon-svg {
        left: 0
    }
    .form-authenticate .form-group.is-icom .input .form-control {
        padding-left: 30px
    }
    .form-authenticate .form-group.is-valid .feedback {
        display: none
    }
    .form-authenticate .form-group.is-invalid .input .form-control {
        border-color: #ff001f
    }
}

.form-authenticate .input .verSenha {
    left: inherit !important;
    right: 20px !important;
    cursor: pointer
}

.form-authenticate .input .form-control {
    border-color: transparent;
    border-bottom: solid 1px #eef1f5;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 48px
}

.form-authenticate .input .form-control:focus {
    border-color: transparent;
    border-bottom: solid 1px #4e5159
}

.form-authenticate .input input[type="password"] {
    padding-right: 50px
}

.form-authenticate .recuperar-senha {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 15px
}
.container-topo-mobile{
    display:none;
}

.form-authenticate .recuperar-senha a {
    font-size: 14px;
    color: #878694
}

.form-authenticate .recuperar-senha a:hover {
    color: #ff5800
}

.form-authenticate .btn-submit {
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 12px 15px
}

.form-authenticate .divider {
    font-size: 14px;
    color: #878694;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.form-authenticate .divider:before,
.form-authenticate .divider:after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #eef1f5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.form-authenticate .divider:before {
    margin-left: 55px;
    margin-right: 5px
}

.form-authenticate .divider:after {
    margin-right: 55px;
    margin-left: 5px
}

.form-authenticate .social {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 55px
}

.form-authenticate .social li {
    margin: 0 10px
}

.form-authenticate .social li a {
    display: block
}

.form-authenticate .social li a circle,
.form-authenticate .social li a path {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.form-authenticate .social li a:hover circle {
    fill: #f1f3f3
}

.form-authenticate .social li a:hover path {
    fill: #555460
}

.form-authenticate .new-user {
    font-size: 14px;
    text-align: center;
    color: #878694
}

.form-authenticate .new-user a {
    font-weight: 600;
    color: #ff5800
}

.form-authenticate .new-user a:hover {
    color: rgba(255, 88, 0, 0.7)
}

.registrar .sub-title {
    margin-bottom: 30px
}

.registrar .social {
    margin-bottom: 0
}

.registrar .divider {
    margin-top: 15px;
    margin-bottom: 20px
}

.registrar .btn-submit {
    margin-top: 50px;
    margin-bottom: 40px
}

.confirm-email {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.confirm-email .aviso {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 20px;
    background-color: #f9fafa;
    width: 100%;
    margin: 30px 0
}

.confirm-email .aviso p {
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #4e5159
}

.confirm-email .aviso p b {
    font-weight: 600
}

.confirm-email .observacao {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px
}

.confirm-email .observacao p {
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #878694
}

.confirm-phone {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.confirm-phone .logo-core {
    margin-bottom: 85px
}

.confirm-phone .msg {
    text-align: center;
    margin-bottom: 30px
}

.confirm-phone .msg h5 {
    font-size: 24px;
    font-weight: 600;
    color: #4e5159;
    margin-bottom: 5px
}

.confirm-phone .msg p {
    font-size: 14px;
    line-height: 1.57;
    color: #4e5159
}

.confirm-phone .btn-submit {
    margin-top: 50px
}

.confirm-phone.step-02 .skip {
    margin-top: 40px;
    padding: 12px 15px
}

.confirm-phone.step-02 .btn-submit {
    margin-top: 10px;
    margin-bottom: 40px
}

.confirm-phone.step-02 .alter-phone {
    margin-top: 22px;
    -webkit-justify-content: center;
    justify-content: center
}

.confirm-phone.step-02 .alter-phone a {
    font-size: 12px;
    color: #b9b9c0
}

.confirm-phone.step-02 .alter-phone a:hover {
    color: #333
}

@media (max-width: 800px) {
    .login-container {
        width: 460px
    }
    .login-container .slider {
        display: none
    }
    .form-authenticate {
        padding-left: 60px;
        padding-right: 60px
    }
    
}

@media (max-width: 480px) {
    .login-container {
        width: 100%;
        height: auto
    }
    .form-authenticate {
        padding-left: 20px;
        padding-right: 20px
    }
    .container-topo-mobile {
    display: flex;
    justify-content:center;
}
}

.carousel-recommendations {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.carousel-recommendations .carousel-out {
    padding: 0 10px;
    width: 100%;
    max-width: 640px
}

.carousel-recommendations .slick-dots {
    margin-top: 25px;
    padding-top: 20px;
    border-top: solid 2px #f3f5f5
}

.carousel-recommendations .item>.row {
    position: relative;
    margin-bottom: 8px
}

.carousel-recommendations .item .close-carousel {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    right: 20px;
    top: 45px;
    font-size: 12px;
    color: #4e5159;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.carousel-recommendations .item .close-carousel i {
    margin-left: 7px
}

.carousel-recommendations .item .notice {
    background-color: #ff5800;
    color: #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    display: inline-block
}

.carousel-recommendations .item h3 {
    font-size: 30px;
    color: #4e5159;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
    max-width: 475px
}

.carousel-recommendations .item p {
    font-size: 14px;
    line-height: 1.64;
    color: #878694;
    margin-bottom: 10px
}

@media (max-width: 480px) {
    .carousel-recommendations .item .close-carousel {
        font-size: 0;
        position: initial;
        margin-left: 10px
    }
    .carousel-recommendations .item>.row {
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 15px
    }
    .carousel-recommendations .item h3 {
        max-width: 100%;
        text-align: center
    }
    .carousel-recommendations .item p {
        text-align: center
    }
}

.home {
    background-color: #fff
}

.home .topo {
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .home .topo {
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .home .wrap {
        padding-bottom: 75px
    }
}

@media (max-width: 768px) {
    .home .carousel-recommendations .carousel {
        margin-bottom: 10px
    }
    .home .sectors {
        margin-bottom: 25px
    }
    .home .most-used>header {
        margin-bottom: 20px
    }
}

@media (max-width: 480px) {
    .home .sectors {
        margin-bottom: 3px
    }
    .home .most-used>header {
        -webkit-align-items: center;
        align-items: center
    }
    .home .most-used>header h3,
    .home .most-used>header p {
        max-width: 250px
    }
    .home .most-used>header h3 {
        line-height: 1.05;
        margin-bottom: 10px
    }
}

.line {
    height: 1px;
    border: solid 1px #d9dee3;
    display: block;
    text-align: center;
}

.content {
    float: left;
    width: 100%;
    position: relative
}

.content .container {
   /* padding: 0 10px*/
}

.section-radius {
    float: left;
    width: 100%;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #fff;
    width: 768px;
    height: auto;
    margin-bottom: 40px;
}

.section-radius .box-radius {
    padding-top: 40px;
    padding-bottom: 80px;
    float: left;
    width: 100%
}

.section-radius .box-radius-two {
    padding-top: 0;
    padding-bottom: 0
}

.section-radius .section-header {
    display: block;
    text-align: center;
    padding: 0 80px;
    margin-bottom: 39.5px;
}

.section-radius .section-header h2 {
    font-size: 40px;
    font-weight: 200;
    color: #4e5159
    height: 49px;



  font-size: 40px;

  font-weight: 200;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;
      margin-bottom: 39.5px;


}
.section-radius .section-header img {
      width: 139px;

  height: 49px;

  object-fit: contain;
  margin-bottom: 6px; 
   
  
}

.section-radius .section-header .search {
    width: 200px;
    -webkit-flex-direction: column;
    flex-direction: column
}

.section-radius .section-header .search .input {
    width: 100%;
    padding-left: 38px;
    padding-right: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #f3f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.section-radius .section-header .search .ic-search-list {
    position: absolute;
    left: 15px
}

.section-radius .section-header .search input[type="search"] {
    padding: 12px 0 12px;
    padding-right: 15px;
    width: 100%;
    font-size: 14px;
    line-height: normal;
    color: #878694
}

.section-radius .section-header .search input[type="search"]:-moz-placeholder {
    font-size: 14px;
    line-height: normal;
    color: #878694
}

.section-radius .section-header .search input[type="search"]::-moz-placeholder {
    font-size: 14px;
    line-height: normal;
    color: #878694
}

.section-radius .section-header .search input[type="search"]:-ms-input-placeholder {
    font-size: 14px;
    line-height: normal;
    color: #878694
}

.section-radius .section-header .search input[type="search"]::-webkit-input-placeholder {
    font-size: 14px;
    line-height: normal;
    color: #878694
}

.section-radius .section-header .search .btn-clear {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../imagens/svg/ic-close-typing.svg?1545996576');
    cursor: pointer;
    position: absolute;
    right: 9px
}

.section-radius .section-header .search .btn-clear:hover {
    -webkit-filter: contrast(95%);
    filter: contrast(95%)
}

@media (max-width: 768px) {
    .section-radius .section-header .search {
        display: -webkit-flex;
        display: flex
    }
}

.section-radius .btns {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 300px;
    margin-bottom: 50px;
    padding: 0 20px
}

.section-radius .btns .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: normal;
    max-width: 780px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500
}

.section-radius .btns .call-history {
    background-color: #fff5ef;
    color: #ff5800
}

.section-radius .btns .call-history:hover {
    background-color: #ffebe0
}

.section-radius .btns .btn-submit:hover {
    box-shadow: 0 2px 10px 0 rgba(255, 88, 0, 0.3)
}

@media (max-width: 768px) {
    
   
    .section-radius .box-radius-two {
        padding-top: 0;
        margin-bottom: 0
    }
    .section-radius .section-header {
        padding: 0 80px;
        margin-bottom: 39.5px
    }
    .section-radius .btns {
        margin-top: 240px
    }
}

@media (max-width: 576px) {
    .section-radius {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .section-radius .box-radius {
        padding-bottom: 0
    }
    .section-radius .section-header {
        padding: 0 40px;
        margin-bottom: 39.5px
        
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
    .section-radius .section-header h2 {
        font-size: 30px
    }
    .section-radius .section-header .search {
        margin-top: 15px;
        width: 100%
    }
    .section-radius .btns {
        padding: 0 10px;
        margin-bottom: 20px;
        margin-top: 230px
    }
}

.table-content {
    float: left;
    width: 100%;
    padding: 0 78px
}

.table-content .table-title {
    font-size: 18px;
    font-weight: 600;
    color: #4e5159;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .table-content {
        padding: 0 30px
    }
    .table-content .table-title {
        margin-bottom: 25px
    }
}

@media (max-width: 576px) {
    .table-content {
        padding: 0 10px
    }
    .table-content .table-title {
        margin-bottom: 10px
    }
}

.table-container {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.table-container .table {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.table-container .table .thead {
    display: -webkit-flex;
    display: flex;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #4e5159;
    height: 60px;
    margin-bottom: 10px
}

.table-container .table .thead .th {
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #000a12;
    padding: 5px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    word-break: break-word
}

.table-container .table .tbody {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

.table-container .table .tbody .tr {
    display: -webkit-flex;
    display: flex;
    height: 55px
}

.table-container .table .tbody .td {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    font-size: 12px;
    color: #000a12;
    line-height: normal;
    word-break: break-word
}

.table-container .table .tbody .table-hover {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 5;
    flex: 5;
    cursor: pointer;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: solid 1px transparent
}

.table-container .table .tbody .table-hover .td {
    -webkit-flex: 1;
    flex: 1;
    position: relative
}

.table-container .table .tbody .table-hover .td:after {
    content: "";
    height: 2px;
    background-color: #f3f5f5;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px
}

.table-container .table .tbody .table-hover .td-id {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.table-container .table .tbody .table-hover .td-id .custom-checkbox {
    float: initial;
    width: initial
}

.table-container .table .tbody .table-hover .td-id .custom-checkbox label {
    padding-left: 40px;
    margin-bottom: 0;
    font-size: 12px;
    color: #000a12;
    line-height: normal
}

.table-container .table .tbody .table-hover:hover {
    background-color: #F9FAFA;
    border: solid 1px #F3F5F5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.table-container .table .tbody .table-hover:hover .td:after {
    display: none
}

.table-container .table .tbody .table-hover.not-border .td:after {
    display: none
}

.table-container .table .tbody .status {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.table-container .table .tbody .status .icon-svg {
    min-width: 20px;
    min-height: 21px
}

.table-container .table .tbody .status span {
    margin-left: 12px;
    text-align: left;
    font-size: 12px;
    line-height: 1
}

.table-container .table .tbody .status.in-progress {
    color: #50e3dc
}

.table-container .table .tbody .status.pending {
    color: #f4bf0c
}

.table-container .table .tbody .status.open {
    color: #4a90e2
}

.table-container .table .tbody .status.cancel {
    -webkit-justify-content: center;
    justify-content: center;
    color: #ff001f
}

.table-container .table .tbody .status.ativo {
    -webkit-justify-content: center;
    justify-content: center;
    color: #7ed321
}

.table-container .table .tbody .status.solved {
    color: #7ed321
}

.table-container .table .tbody .info {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    color: #000a12;
    border-bottom: solid 2px #f3f5f5;
    padding: 15px 0 20px 0
}

.table-container .table-pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.table-container .table-pagination .btn-close .btn-submit {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    color: #878694;
    text-decoration: underline;
    padding: 0;
    background-color: transparent
}

.table-container .table-pagination .btn-close .btn-submit:hover {
    color: #333
}

@media (max-width: 576px) {
    .table-container .table-pagination {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px
    }
    .table-container .table-pagination .btn-close {
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .table-container {
        margin-bottom: 20px
    }
    .table-container .table-out {
        margin-bottom: 40px;
        overflow-x: scroll;
        scrollbar-color: #eef1f5 #f9fafa
    }
    .table-container .table-out::-webkit-scrollbar {
        -webkit-appearance: none
    }
    .table-container .table-out::-webkit-scrollbar:horizontal {
        height: 12px
    }
    .table-container .table-out::-webkit-scrollbar-thumb {
        background-color: #eef1f5;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 4px solid #f9fafa
    }
    .table-container .table-out::-webkit-scrollbar-track {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #f9fafa
    }
    .table-container .table {
        min-width: 780px
    }
}

@media (max-width: 576px) {
    .table-container .table-out {
        margin-bottom: 30px
    }
}

.tpagination {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.tpagination li {
    margin: 0 3px 0 2px
}

.tpagination .fist a,
.tpagination .last a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #878694;
    position: relative
}

.tpagination .fist a:before,
.tpagination .last a:before {
    width: 5px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    position: absolute
}

.tpagination .fist {
    margin-right: 16px
}

.tpagination .fist a {
    padding-left: 10px
}

.tpagination .fist a:before {
    background-image: url('../imagens/svg/ic-arrow-left.svg?1544644277');
    left: 0
}

.tpagination .page a {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #878694;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f3f5f5;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: solid 1px transparent
}

.tpagination .page a:hover {
    background-color: #878694;
    color: #fff
}

.tpagination .page.current a {
    background-color: #878694;
    color: #fff;
    border: solid 1px transparent
}

.tpagination .extend {
    width: 22px;
    text-align: center
}

.tpagination .extend span {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: #878694
}

.tpagination .last {
    margin-right: 0;
    margin-left: 17px
}

.tpagination .last a {
    padding-right: 10px
}

.tpagination .last a:before {
    background-image: url('../imagens/svg/ic-arrow-right.svg?1544644868');
    right: 0
}

.section-help {
    float: left;
    width: 100%;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #9013fe;
    padding: 60px 80px;
    padding-bottom: 0
}

@media (max-width: 768px) {
    .section-help {
        padding: 40px 10px
    }
}

@media (max-width: 576px) {
    .section-help {
        padding: 20px 0px
    }
}

.search-result {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.search-result .form-search {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

.search-result .form-search .input {
    padding-left: 65px;
    padding-right: 50px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.search-result .form-search .ic-search {
    position: absolute;
    left: 30px
}

.search-result .form-search input[type="search"] {
    padding: 21px 0 18px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159
}

.search-result .form-search input[type="search"]:-moz-placeholder {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159
}

.search-result .form-search input[type="search"]::-moz-placeholder {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159
}

.search-result .form-search input[type="search"]:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159
}

.search-result .form-search input[type="search"]::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159
}

.search-result .form-search .btn-clear {
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../imagens/svg/ic-close-typing.svg?1545996576');
    cursor: pointer;
    position: absolute;
    right: 17px
}

.search-result .form-search .btn-clear:hover {
    -webkit-filter: contrast(95%);
    filter: contrast(95%)
}

.search-result .result-search {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.search-result .result-search .card {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 230px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    background-color: #fff;
    margin: 10px 0;
    padding: 40px 45px 45px 45px
}

.search-result .result-search .card:hover {
    box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.25);
    cursor: pointer
}

.search-result .result-search .card .title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159;
    margin-bottom: 15px
}

.search-result .result-search .card .text {
    font-size: 14px;
    line-height: 1.64;
    color: #878694
}

.search-result .result-search .card .views {
    position: absolute;
    right: 35px;
    bottom: 25px;
    font-size: 12px;
    line-height: normal;
    color: #ff5800;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.search-result .result-search .card .views i {
    margin-right: 8px
}

.search-result .result-search .pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.search-result .result-search .tpagination .fist a,
.search-result .result-search .tpagination .last a {
    color: #fff
}

.search-result .result-search .tpagination .fist a:before,
.search-result .result-search .tpagination .last a:before {
    -webkit-filter: brightness(200%);
    filter: brightness(200%)
}

.search-result .result-search .tpagination .page a {
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff
}

.search-result .result-search .tpagination .page a:hover {
    background-color: #fff;
    color: #9013fe;
    border: solid 1px #fff
}

.search-result .result-search .tpagination .page.current a {
    background-color: #fff;
    color: #9013fe;
    border: solid 1px #fff
}

.search-result .result-search .tpagination .extend span {
    color: #fff
}

@media (max-width: 768px) {
    .search-result .form-search {
        padding: 0 10px;
        margin-bottom: 10px
    }
}

@media (max-width: 576px) {
    .search-result {
        margin-bottom: 15px
    }
    .search-result .form-search input[type="search"] {
        font-size: 14px
    }
    .search-result .form-search input[type="search"]:-moz-placeholder {
        font-size: 14px
    }
    .search-result .form-search input[type="search"]::-moz-placeholder {
        font-size: 14px
    }
    .search-result .form-search input[type="search"]:-ms-input-placeholder {
        font-size: 14px
    }
    .search-result .form-search input[type="search"]::-webkit-input-placeholder {
        font-size: 14px
    }
    .search-result .result-search {
        padding: 0 10px
    }
    .search-result .result-search .card {
        padding: 15px 15px 40px 15px;
        height: auto
    }
    .search-result .result-search .card .title {
        font-size: 14px
    }
    .search-result .result-search .card .text {
        font-size: 12px
    }
    .search-result .result-search .card .views {
        right: 20px;
        bottom: 10px
    }
}

.common-doubts {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.common-doubts>header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    color: #fff
}

.common-doubts>header h3 {
    font-size: 40px;
    font-weight: 200;
    line-height: normal;
    text-align: center;
    margin-bottom: 3px
}

.common-doubts>header p {
    font-size: 14px;
    line-height: 1.64;
    text-align: center
}

.common-doubts .carousel-out {
    max-width: 640px
}

.common-doubts .carousel-doubts .item {
    padding: 0 10px
}

.common-doubts .carousel-doubts .item a {
    width: 140px;
    height: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #871ae7;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 35px
}

.common-doubts .carousel-doubts .item a:hover {
    color: #4e5159;
    background-color: #fff;
    box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.25)
}

@media (max-width: 768px) {
    .common-doubts {
        margin-bottom: 5px
    }
}

@media (max-width: 576px) {
    .common-doubts {
        margin-bottom: 0
    }
    .common-doubts>header {
        margin-bottom: 15px
    }
    .common-doubts>header h3 {
        font-size: 32px
    }
    .common-doubts>header p {
        font-size: 12px
    }
    .common-doubts .carousel-out {
        max-width: 100%;
        max-width: -webkit-calc(100% + 20px);
        max-width: -moz-calc(100% + 20px);
        max-width: calc(100% + 20px)
    }
}

.tips-tutorials {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.tips-tutorials>header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    color: #fff
}

.tips-tutorials>header h3 {
    font-size: 40px;
    font-weight: 200;
    line-height: normal;
    text-align: center;
    margin-bottom: 3px
}

.tips-tutorials>header p {
    font-size: 14px;
    line-height: 1.64;
    text-align: center
}

.tips-tutorials .carousel-out {
    width: 100%;
    max-width: 720px;
    height: 192px;
    position: relative
}

.tips-tutorials .carousel-out .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.tips-tutorials .carousel-tips-tutorials .item {
    padding: 0 10px;
    padding-top: 10px
}

.tips-tutorials .carousel-tips-tutorials .item a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 220px;
    height: 385px;
    margin-bottom: 35px;
    padding: 40px 25px 25px 25px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #fff;
    -moz-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.25);
    -moz-transition: box-shadow .3s ease-out, -moz-transform .3s ease-out, opacity .2s ease-out;
    -o-transition: box-shadow .3s ease-out, -o-transform .3s ease-out, opacity .2s ease-out;
    -webkit-transition: box-shadow .3s ease-out, -webkit-transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition-delay: .1s;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tips-tutorials .carousel-tips-tutorials .item a img {
    width: 140px;
    height: 140px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #eef1f5
}

.tips-tutorials .carousel-tips-tutorials .item a .text {
    font-size: 14px;
    line-height: 1.64;
    text-align: center;
    color: #4e5159;
    margin-top: 15px;
    margin-bottom: 30px
}

.tips-tutorials .carousel-tips-tutorials .item a:hover {
    -moz-box-shadow: 0px 15px 35px -10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 15px 35px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 15px 35px -10px rgba(0, 0, 0, 0.35);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px)
}

.tips-tutorials .carousel-tips-tutorials .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px
}

.tips-tutorials .carousel-tips-tutorials .slick-dots li {
    margin-right: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.tips-tutorials .carousel-tips-tutorials .slick-dots li button {
    width: 7px;
    height: 7px;
    background-color: #d9dee3;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.tips-tutorials .carousel-tips-tutorials .slick-dots li.slick-active button,
.tips-tutorials .carousel-tips-tutorials .slick-dots li:hover button {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.tips-tutorials .carousel-tips-tutorials .slick-dots li:last-child {
    margin-right: 0
}

@media (max-width: 576px) {
    .tips-tutorials>header {
        margin-bottom: 15px
    }
    .tips-tutorials>header h3 {
        font-size: 32px
    }
    .tips-tutorials>header p {
        font-size: 12px
    }
    .tips-tutorials .carousel-out {
        max-width: 100%
    }
    .tips-tutorials .carousel-out .carousel-inner {
        left: -10px;
        right: -10px
    }
}

@-moz-document url-prefix() {
    .tips-tutorials .carousel-tips-tutorials .item a {
        box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.25)
    }
    .tips-tutorials .carousel-tips-tutorials .item a:hover {
        box-shadow: 0px 22px 25px -13px rgba(0, 0, 0, 0.25)
    }
}

.box-notice {
    float: left;
    width: 100%;
    padding: 0 80px;
    margin-bottom: 50px;
    -webkit-flex-direction: column;
    flex-direction: column
}

.box-notice .box-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159;
    margin-bottom: 24px;
    justify-content: center;
}

.box-notice .box-title i {
    margin-right: 10px
}

.box-notice .box {
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #f9fafa;
    padding: 40px
}

.box-notice .box p {
    font-size: 14px;
    line-height: 1.64;
    color: #878694;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #878694;
    padding-bottom:35px;
    
}

@media (max-width: 768px) {
    .box-notice {
        padding: 0 80px
    }
    .box-notice .box {
        padding: 40px
    }
}

@media (max-width: 576px) {
    .box-notice {
        padding: 0 20px;
       
    }
    .box-notice .box {
        padding: 40px
    }
}

.form-new-ticket {
    float: left;
    width: 100%;
    padding: 0 68px;
    margin-top: 10px
}

.form-new-ticket .form-group label {
    font-size: 18px;
    font-weight: 600;
    color: #4e5159;
    line-height: normal
}

.form-new-ticket .custom-checkbox {
    margin-top: 20px;
    margin-bottom: 50px
}

.form-new-ticket .btn-submit {
    line-height: normal;
    font-weight: 500;
    font-size: 14px;
    padding: 1rem .75rem;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .form-new-ticket {
        padding: 0 20px
    }
}

@media (max-width: 576px) {
    .form-new-ticket {
        padding: 0 0
    }
    .form-new-ticket .form-group label {
        font-size: 14px
    }
}

.modal-alert {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.modal-alert .modal-alert-box {
    width: 300px;
    height: 300px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    margin: 10px;
    padding: 10px
}

.modal-alert .title {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
    color: #4e5159;
    margin-top: 10px;
    margin-bottom: 15px
}

.modal-alert .text {
    max-width: 245px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4e5159
}

@media (max-width: 576px) {
    .licencas-softwares .navigation {
        display: none
    }
}

.licencas-softwares .section-radius {
    margin-bottom: 30px
}

.licencas-softwares .section-radius .box-radius {
    padding-top: 25px;
    padding-bottom: 10px
}

.licencas-softwares .section-radius .section-header {
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .licencas-softwares .section-radius {
        margin-bottom: 5px
    }
    .licencas-softwares .section-radius .section-header {
        margin-bottom: 15px
    }
    .licencas-softwares .section-radius .box-radius {
        padding-top: 5px;
        padding-bottom: 20px
    }
    .licencas-softwares .box-notice {
        padding: 0 20px;
        margin-bottom: 0
    }
    .licencas-softwares .box-notice .box {
        padding: 20px
    }
}

@media (max-width: 600px) {
    .licencas-softwares .section-radius {
        margin-bottom: 0
    }
    .licencas-softwares .section-radius .box-radius {
        margin-bottom: 0px;
        padding-bottom: 15px
    }
    .licencas-softwares .box-notice {
        padding: 0 10px
    }
    .licencas-softwares .box-notice .box {
        padding: 10px
    }
}

.softwares-list {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.softwares-list article {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    width: 49%;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left;
    height: 418px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-bottom: 20px;
    padding-bottom: 40px
}

.softwares-list article header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 10px;
    margin-bottom: 40px;
    border-bottom: solid 1px #f3f5f5
}

.softwares-list article p {
    font-size: 14px;
    line-height: 1.64;
    text-align: center;
    color: #878694;
    max-width: 390px;
    padding: 0 10px;
    margin-bottom: 45px
}

.softwares-list article .btns {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.softwares-list article .btns li {
    padding: 0 10px
}

.softwares-list article .btns a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #fff5ef;
    margin-bottom: 10px
}

.softwares-list article .btns a:hover {
    background-color: #ffebe0
}

@media (max-width: 1024px) {
    .softwares-list article p {
        padding: 0 20px
    }
    
}

}

@media (max-width: 600px) {
    .softwares-list article {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 20px
    }
    .softwares-list article header {
        height: auto;
        padding: 20px 10px;
        margin-bottom: 25px
    }
    .softwares-list article p {
        padding: 0 10px;
        margin-bottom: 30px
    }
}

.form-alert-settings {
    float: left;
    width: 100%;
    padding: 0 68px
}

.form-alert-settings h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159;
    margin-bottom: 30px
}

.form-alert-settings .btn-submit {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 14px;
    padding: 0.775rem .75rem
}

.form-alert-settings .select .select-styled {
    color: #4e5159
}

@media (max-width: 768px) {
    .form-alert-settings {
        padding: 0 20px
    }
}

@media (max-width: 576px) {
    .form-alert-settings {
        padding: 0
    }
    .form-alert-settings .custom-select .form-control {
        color: #4e5159
    }
    .form-alert-settings .btn-submit {
        margin-top: 20px
    }
}

.box-blue-services {
    float: left;
    width: 100%;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #9013fe;
    padding: 50px 60px 60px 60px;
    margin-bottom: 60px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.box-blue-services>header {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px
}

.box-blue-services>header h3 {
    font-size: 40px;
    font-weight: 200;
    line-height: normal
}

.box-blue-services>header p {
    font-size: 14px;
    line-height: 1.64
}

.box-blue-services .btns-cards {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center
}

.box-blue-services .btns-cards li {
    padding: 0 10px;
    margin-bottom: 10px
}

.box-blue-services .btns-cards a {
    width: 220px;
    height: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #871ae7;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 5px 20px;
    text-align: center
}

.box-blue-services .btns-cards a:hover {
    background-color: #fff;
    color: #4e5159;
    box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.25)
}

@media (max-width: 768px) {
    .box-blue-services {
        padding: 40px 10px
    }
}

@media (max-width: 576px) {
    .box-blue-services {
        padding: 20px 0px 20px 0
    }
}



@media (max-width: 768px) {
    
    .page-service .box-notice {
        margin-bottom: 30px
    }
    .page-service .box-blue-services {
        margin-bottom: 0
    }
}

@media (max-width: 576px) {
    .page-service .box-notice {
        margin-bottom: 10px
    }
    .page-service .box-blue-services>header h3 {
        font-size: 30px
    }
}

.my-services .section-radius .section-header {
    margin-bottom: 50px
}

.my-services .section-radius .box-radius {
    padding-top: 35px;
    padding-bottom: 0
}

.my-services .box-notice {
    margin-bottom: 0
}

.my-services .box-notice .box-title {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .my-services .section-radius .section-header {
        margin-top: 20px
    }
    .my-services .section-radius .box-radius {
        padding-top: 0
    }
    .my-services .box-notice {
        margin-bottom: 20px
    }
}

.services-list {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #9013fe;
    padding: 80px 68px 60px 68px;
    margin-bottom: 60px
}

.services-list li {
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
    margin-bottom: 20px
}

.services-list li a {
    width: 140px;
    height: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #871ae7;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    text-align: center;
    padding: 10px;
    overflow: hidden
}

.services-list li a:hover {
    -moz-box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    color: #4e5159
}

.services-list li>span {
    width: 140px;
    height: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #871ae7
}

@media (max-width: 768px) {
    .services-list {
        margin-bottom: 0;
        padding: 30px 20px 10px 20px;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media (max-width: 600px) {
    .services-list {
        padding: 10px 0 0 0
    }
    .services-list li {
        width: 50%;
        margin-bottom: 10px
    }
    .services-list li:nth-child(odd) {
        padding-right: 5px
    }
    .services-list li:nth-child(even) {
        padding-left: 5px
    }
    .services-list li a {
        width: 100%
    }
    .services-list li>span {
        width: 100%
    }
}

.page-finance .btns-cards a {
    width: 140px;
    padding: 5px 5px
}

.page-finance .btns {
    margin-top: 0
}

@media (max-width: 768px) {
    .page-finance .box-blue-services {
        margin-bottom: 0
    }
    .page-finance .btns {
        margin-top: 20px;
        margin-bottom: 10px
    }
}

@media (max-width: 576px) {
    .page-finance .box-blue-services>header h3 {
        font-size: 30px
    }
}

.page-report .section-radius {
    margin-bottom: 250px
}

@media (max-width: 576px) {
    .page-report .section-radius {
        margin-bottom: 0
    }
}

.box-report {
    float: left;
    width: 100%;
    padding: 0 78px;
    margin-bottom: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.box-report .box-title {
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159;
    margin-bottom: 30px
}

.box-report .box {
    border: solid 1px #eef1f5;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 40px
}

.box-report .form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 20px;
    margin-bottom: 0
}

.box-report .form-group label {
    line-height: normal;
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 14px
}

.box-report .btn-submit {
    width: 135px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.box-report .select .select-styled {
    padding-left: 45px
}

.box-report .select .select-styled:before {
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../imagens/svg/ic-calendar.svg?1546863405');
    position: absolute;
    left: 10px;
    -webkit-filter: opacity(20%);
    filter: opacity(20%)
}

.box-report .select .select-styled.selected:before {
    -webkit-filter: opacity(100%);
    filter: opacity(100%)
}

.box-report .select .select-options {
    border: solid 1px #d9dee3;
    text-align: center
}

@media (max-width: 768px) {
    .box-report {
        padding: 0 30px
    }
    .box-report .box {
        padding: 30px 20px
    }
}

@media (max-width: 576px) {
    .box-report {
        padding: 0 10px;
        margin-bottom: 40px
    }
    .box-report .box {
        padding: 20px 10px;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .box-report .custom-select-mobile .form-control {
        padding-left: 45px;
        background-repeat: no-repeat;
        background-image: url('../imagens/svg/ic-calendar-inactive.svg?1546863398');
        background-position: left 10px center
    }
    .box-report .custom-select-mobile .form-control.selected {
        background-image: url('../imagens/svg/ic-calendar.svg?1546863405')
    }
    .box-report .form-group {
        margin-right: 0;
        margin-bottom: 10px
    }
    .box-report .form-group label {
        margin-right: 10px;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 30px
    }
    .box-report .btn-submit {
        margin-top: 15px;
        width: 200px
    }
}

.box-payments {
    float: left;
    width: 100%;
    padding: 0 78px;
    margin-top: 10px;
    margin-bottom: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.box-payments .box-title {
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159;
    margin-bottom: 30px
}

.box-payments .box {
    border: solid 1px #eef1f5;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 40px 40px 25px 40px
}

.box-payments .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.64;
    color: #878694
}

.box-payments .line {
    border-top: solid 1px #eef1f5;
    margin: 30px 0
}

.box-payments h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #000a12;
    margin-top: -20px
}

.box-payments form {
    margin-top: 15px
}

.box-payments [class^=col-] {
    padding-left: 0;
    padding-right: 0
}

.box-payments .form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px
}

.box-payments .form-group label {
    line-height: normal;
    margin-bottom: 0;
    width: 170px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 14px
}

.box-payments .btn-submit {
    margin-top: 35px;
    float: left
}

@media (max-width: 768px) {
    .box-payments {
        padding: 0 30px
    }
    .box-payments .box {
        padding: 30px 20px
    }
}

@media (max-width: 576px) {
    .box-payments {
        padding: 0 10px;
        margin-bottom: 30px
    }
    .box-payments .box {
        padding: 20px
    }
    .box-payments .text {
        text-align: center
    }
    .box-payments form {
        margin-bottom: 5px
    }
    .box-payments .form-group {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px
    }
    .box-payments .form-group label {
        width: 100%;
        margin-bottom: 7px
    }
    .box-payments .btn-submit {
        margin-top: 10px
    }
}

.form-apply-credits {
    float: left;
    width: 100%;
    padding: 0 118px
}

.form-apply-credits h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #000a12;
    text-align: center;
    margin-bottom: 30px
}

.form-apply-credits .btn-submit {
    float: left;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .form-apply-credits {
        padding: 0 50px
    }
}

@media (max-width: 576px) {
    .form-apply-credits {
        padding: 0 30px
    }
}

.update-profile {
    float: left;
    width: 100%;
    padding: 0 68px;
    position: relative
}

.update-profile .box-image {
    width: 152px;
    position: absolute;
    z-index: 1;
    right: 115px;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.update-profile .box-image .image-profile {
    position: relative
}

.update-profile .box-image .image-profile #image-profile {
    width: 150px;
    height: 150px;
    border: solid 1px #f3f5f5;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f9fafa;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../imagens/svg/ic-photo.svg?1548082096')
}

.update-profile .box-image .image-profile .btn-remove {
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.update-profile .box-image .image-profile .btn-remove i:hover {
    -webkit-filter: contrast(95%);
    filter: contrast(95%)
}

.update-profile .box-image .image-profile.have-photo #image-profile {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.update-profile .box-image .image-profile.have-photo .btn-remove {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.update-profile .box-image label {
    height: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff5ef;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #ff5800;
    margin: 25px 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.update-profile .box-image label:hover {
    background-color: #ffebe0
}

.update-profile .box-image label input {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    display: none
}

.update-profile .box-image .text {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #878694
}

@media (max-width: 768px) {
    .update-profile .box-image {
        width: 107px;
        right: 30px;
        top: -75px
    }
    .update-profile .box-image .image-profile #image-profile {
        width: 105px;
        height: 105px
    }
    .update-profile .box-image label,
    .update-profile .box-image .text {
        display: none
    }
}

@media (max-width: 576px) {
    .update-profile .box-image {
        width: 68px;
        right: 10px;
        top: -70px
    }
    .update-profile .box-image .image-profile #image-profile {
        width: 66px;
        height: 66px
    }
    .update-profile .box-image .image-profile .btn-remove {
        width: 30px;
        height: 30px;
        bottom: -32px;
        top: auto
    }
    .update-profile .box-image .image-profile .btn-remove .icon-svg {
        width: 30px;
        height: 30px
    }
}

.update-profile fieldset {
    margin-bottom: 40px
}

.update-profile h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159;
    margin-bottom: 20px
}

.update-profile .input-group-cep {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.update-profile .input-group-cep .buscar-cep {
    position: absolute;
    right: -95px;
    font-size: 12px;
    font-weight: 500;
    color: #878694;
    text-decoration: underline
}

.update-profile .btn-submit {
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .update-profile {
        padding: 0 20px
    }
}

@media (max-width: 576px) {
    .update-profile {
        padding: 0
    }
    .update-profile .input-group-cep {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        position: initial
    }
    .update-profile .input-group-cep .buscar-cep {
        position: initial;
        margin-top: 10px
    }
}

.form-profile {
    float: left;
    width: 100%;
    padding: 0 68px
}

.form-profile fieldset {
    margin-bottom: 40px
}

.form-profile h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #4e5159;
    margin-bottom: 20px
}

.form-profile .switch-checkbox {
    margin-top: 10px
}

.form-profile .btn-submit {
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .form-profile {
        padding: 0 20px
    }
}

@media (max-width: 576px) {
    .form-profile {
        padding: 0
    }
}

.form-add-ip .btn-submit {
    margin-bottom: 60px
}

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.doc-wrapper {
    padding-bottom: 50px
}

.doc-wrapper .container {
    max-width: 1320px
}

#docHeader {
    background: #9013fe;
    border-bottom: solid 1px #f3f5f5;
    padding: 30px 0
}

#docHeader .branding {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.doc-header {
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
    color: #a2a6af;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px
}

.doc-body {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 1200px
}

.doc-body .doc-nav {
    padding-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.doc-body .doc-nav a {
    background: #f7f7f7;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 15px
}

.doc-body .doc-nav a:hover {
    color: #fff;
    background: #9013fe
}

.doc-body .doc-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.doc-section {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.doc-section .doc-section-title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d6d6
}

.doc-section .section-block {
    padding-top: 15px;
    padding-bottom: 15px
}

.doc-section .section-block p {
    font-size: 14px;
    line-height: 1.64;
    color: #878694;
    margin-bottom: 15px
}

.doc-section .section-block p a {
    color: #9013fe;
    font-weight: 500
}

.doc-section .section-block .block-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px
}

.doc-section ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 20px
}

.doc-section ul li {
    font-size: 14px;
    line-height: 1.64;
    color: #878694;
    margin-bottom: 5px
}

.doc-section .select-options {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.doc-section .select-options li {
    margin-bottom: 0
}

.doc-section .attach-files .selected-files {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.doc-section .tpagination {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.doc-section .doc-code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

.bd-example-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem;
    border: solid 1px #e1e1e8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding-top: 30px;
    background: #fff
}

.bd-example-row:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Exemplo"
}

.bd-example-row .bd-example {
    padding: 15px
}

.bd-example-row .bd-example .row {
    margin-bottom: 10px
}

.bd-example-row .doc-col-grid {
    width: 100%;
    padding-top: .55rem;
    padding-bottom: .55rem;
    background-color: rgba(86, 61, 124, 0.1);
    border: 1px solid rgba(86, 61, 124, 0.2);
    text-align: center;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.bd-example-row .doc-col-grid small {
    display: block;
    font-size: 11px;
    color: #871ae7
}

pre[class*="language-"] {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px;
    background: #f7f7f9
}

div.code-toolbar {
    border-top: 1px solid #e1e1e8;
    background: #f7f7f9;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px
}

div.code-toolbar>.toolbar {
    top: 30px;
    right: 20px
}

div.code-toolbar>.toolbar a {
    padding: 5px 10px;
    color: #333;
    box-shadow: none
}

div.code-toolbar>.toolbar a:hover {
    background: #9013fe;
    color: #fff
}

.doc-table {
    margin: 1.5rem 0;
    width: 100%;
    float: left
}

.doc-table tr td,
.doc-table tr th {
    border: 1px solid #ddd;
    padding: 8px
}

.doc-table tr th {
    font-size: 14px;
    font-weight: 600
}

.doc-table tbody tr th {
    white-space: nowrap
}

.doc-table tbody tr td {
    font-size: 14px
}

#list-icones {
    list-style: none;
    margin-left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

#list-icones li {
    height: 120px;
    width: 110px;
    padding: 10px;
    font-size: 11px;
    margin-bottom: 0;
    text-align: center;
    background-color: #f7f7f7;
    border: solid 1px #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s
}

#list-icones li span {
    margin-top: 5px
}

#list-icones li:hover {
    background-color: #9013fe;
    color: #fff
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.bs-callout h4 {
    margin-bottom: 5px;
    font-size: 18px
}

.bs-callout.bs-callout-danger {
    border-left-color: #ce4844
}

.bs-callout.bs-callout-danger h4 {
    color: #ce4844
}

.lista-arquivos-php {
    float: left;
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.lista-arquivos-php li {
    padding: 7px 15px;
    float: left;
    margin-right: 15px;
    flex: auto;
    margin-bottom: 15px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #f3f5f5
}

.lista-arquivos-php li a {
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.lista-arquivos-php li a:hover {
    color: #ff5800
}   color: #ff5800
}

.lista-arquivos-php li {
    padding: 7px 15px;
    float: left;
    margin-right: 15px;
    flex: auto;
    margin-bottom: 15px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #f3f5f5
}

.lista-arquivos-php li a {
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.lista-arquivos-php li a:hover {
    color: #ff5800
}