body {
    font-family: 'Open Sans', sans-serif;
    color: #383838;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control{
    color: #383838;
}

.form-select{
    font-size: 0.75rem;
}

.text-muted{
    color: #383838 !important;
}

.content-page {
    padding-top: 120px;
    min-height: 86vh;
}

.btn {
    font-weight: bold;
    text-transform: uppercase;
}

.btn-success {
    color: #fff !important;
    background-color: #6e9410;
    border-color: #6e9410;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #4f6b0b;
    border-color: #4f6b0b;
}

a {
    color: #052c59 !important
}

a:hover {
    color: #4080a2;
}

.btn-secondary {
    color: #fff !important;
    background-color: #192a3c;
    border-color: #192a3c;
}

.btn-secondary:hover {
    color: #fff !important;
}

.btn {
    border-radius: 25px
}

.text-muted {
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.btn-i-danger {
    color: #be364a !important;
    background-color: #fff;
    border-color: #fff;
}

.btn-i-danger:hover {
    color: #dd3b54 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dd3b54;
    border-color: #dd3b54;
}

.text-danger {
    color: #dd3b54 !important;
}

small.text-danger {
    font-size: 11px;
    padding-bottom: 10px;
}

.form-check-label {
    font-size: 14px;
}
.btn-danger:hover {
    color: #fff !important;
}

.card {
    border-radius: 0;
    box-shadow: none;
    border: 0
}

.btn-primary2 {
    border: 2px solid #4080a2 !important;
    color: #4080a2 !important;
    background-color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    line-height: 23px;
}

.btn-primary2:hover {
    border: 2px solid #052c59 !important;
    color: #fff !important;
    background-color: #052c59;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-primary1 {
    border: 2px solid #4080a2 !important;
    color: #fff !important;
    background-color: #4080a2;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    line-height: 23px;
}

.btn-primary1:hover {
    border: 2px solid #052c59 !important;
    color: #fff !important;
    background-color: #052c59;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #052c59;
}

.mr-5 {
    margin-right: 25px
}

i.alert-danger {
    background-color: #fff;
}

.header-main {
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-width: 0 0 1px;
    background-color: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 5%);
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    padding: 0;
}

.brand-wrap {
    opacity: 1;
}

.language a {
    color: #383838 !important;
    font-size: 11px;
    padding-top: 10px
}

.search-header {
    padding-top: 10px
}

.navbar {
    padding: 0
}

.nav-item {
    padding-top: 22px;
    padding-bottom: 18px;
    border-top: 2px solid transparent
}

.language.nav-item:hover {
    background-color: #f2f3f4;
    border-color: #4386a9;
}

.categories button {
    background: none;
}

.categories.nav-item{
    background-color: #192a3c;
    border-color: #f2f3f4;
    color: #fff !important;
}

.categories .nav-link {
    color: #fff !important;
    transition: none !important;
}

.categories.nav-item:hover{
    background-color: #f2f3f4;
    border-color: #4386a9;
    color: #192a3c !important;
}

.categories.nav-item:hover .nav-link {
    background-color: #f2f3f4;
    border-color: #4386a9;
    color: #192a3c !important;
}



.mr-1 {
    margin-right: 10px;
}

.ml-35 {
    margin-left: 35px;
}


.fa-cart-shopping {
    color: #383838 !important;
}

.fa-cart-shopping:hover {
    color: #052c59 !important;
}


/* enable absolute positioning */

.inner-addon {
    position: relative;
}


/* style icon */

.inner-addon .fa-solid {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}


/* align icon */

.left-addon .fa-solid {
    left: 0px;
}

.right-addon .fa-solid {
    right: 0px;
}


/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.search-header input {
    border-radius: 25px;
    font-size: 12px;
}

.visible-xs {
    display: none;
}

.hidden-xs {
    display: block;
}

.navbar-nav,
.navbar {
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-toggler {
    color: #212529;
    border: unset;
    padding: 0
}

.w-300 {
    min-width: 300px;
}

.w-sep {
    width: 100px;
}

.bg-primary {
    background-color: #192a3c !important;
}

.footer-main {
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-main .footer-logo {
    float: left;
}

.footer-main .footer-menu {
    float: left;
    padding-top: 10px !important
}

.footer-main .footer-menu,
.footer-main .footer-menu li,
.footer-bottom ul,
.footer-bottom li {
    padding: 0;
    list-style: none;
    display: inline;
    float: left;
    margin: 0
}

.footer-main .footer-menu a {
    color: #c0c3c4 !important;
    font-size: 12px;
    border-right: 1px solid #c0c3c4;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-bottom .links a {
    color: #8699a3 !important;
    font-size: 14px;
    border-right: 1px solid #8699a3;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-bottom {
    color: #8699a3 !important;
    font-size: 12px;
}

.footer-bottom li:last-child a,
.footer-main .footer-menu li:last-child a {
    border-right: unset;
}

.footer-social-col {
    padding-top: 10px;
}

.circle-icon {
    background-color: #fff;
    border-radius: 99px;
    padding: 5px;
    text-align: center;
    margin: 0 5px;
}

.circle-icon i {
    color: #222328;
    width: 20px
}

.nav-tabs .nav-link.active {
    color: #052c59 !important;
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: bold
}

.nav-tabs .nav-link a {
    color: #383838 !important;
}

.nav-tabs .nav-link.active a {
    color: #052c59 !important;
}

.product-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(81, 88, 94, .12)
}

@media (max-width: 1400px) {
    .w-sep {
        display: none;
    }
    .w-300 {
        min-width: auto;
    }
}

@media (max-width: 800px) {
    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .header-main {
        padding: 10px 0;
    }
    .navbar li.divider {
        height: 1px;
        background-color: #d5d6d7;
        margin: 8px 0;
    }
    .brand-wrap img {
        width: 100%;
    }
    .nav-item {
        padding: 0
    }
    .navbar-nav .nav-link {
        text-align: center;
    }
    .language.nav-item:hover {
        background-color: #f2f3f4;
        border-color: transparent;
    }
    .dropdown-menu {
        border: unset;
        background-color: #f2f3f4;
        text-align: center;
    }
    .nav-item.order-md-4 {
        text-align: center;
    }
    .navbar-collapse {
        margin-top: 17px;
        padding-top: 7px;
    }
    .search-header input {
        width: 100%;
    }
    .delete-item {
        position: absolute;
        justify-content: flex-start !important;
        left: -15px;
        padding-top: 18px;
    }
    .delete-item .btn-i-danger {
        background-color: transparent;
    }
}

header .flick-list li:before {
    display: inline-flex;
    content: '';
    background-image: url('../images/checked.svg');
    background-size: 30px 30px;
    fill: #fff;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

header .flick-list li {
    list-style: none;
    margin-bottom: 10px;
}

.flickerplate ul.flicks>li .flick-inner {
    background: rgba(0, 0, 0, 0.70);
}

.flickerplate ul.flicks>li .flick-title {
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.5rem !important
}

.flickerplate ul.flicks>li .flick-sub-text {
    text-align: left;
    font-size: 1rem;
    width: 100%;
    line-height: 1.5rem;
    padding: 15px 0;
}

.flick-list {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase
}

.flick-button {
    width: 65%;
}

.flickerplate ul.flicks>li .flick-inner .flick-content {
    width: 100%;
}

@media (min-width: 576px) {
    .flickerplate ul.flicks>li .flick-inner .flick-content {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .flickerplate ul.flicks>li .flick-inner .flick-content {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .flickerplate ul.flicks>li .flick-inner .flick-content {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .flickerplate ul.flicks>li .flick-inner .flick-content {
        max-width: 1140px;
    }
}

.flick-button {
    padding-top: 2rem
}

.btn-primary {
    background-color: #fff;
    border: none;
    font-size: 1rem !important;
    color: #4080a2;
    font-weight: bold;
    border-radius: 25px;
}

.btn-primary:hover {
    background-color: #4080a2;
    border: none;
    color: #fff !important;
}

.flick-button div:first-child span {
    font-weight: 500;
    font-size: 1rem;
}

.flick-button div:first-child b {
    font-weight: bold;
    font-size: 4rem;
}

.header-main {
    background-color: rgba(255, 255, 255, 1);
}

.header-title {
    position: relative;
}

.header-title div {
    padding-bottom: 10px;
    line-height: 20px;
}

.header-title .title-primary {
    font-size: 22px;
    color: #333438;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.header-title .title-secondary {
    font-size: 13px;
    color: #333438;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.header-title::after {
    content: "";
    display: block;
    height: 1px;
    background-color: rgba(34, 35, 40, 0.2);
}

.header-title div::before {
    content: "";
    display: block;
    height: 3px;
    background-color: #468cb0;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    width: 80px;
}

.courses-content .card,
.categories-content .card {
    border: 0;
    background-color: transparent;
    transition: all 0.5s ease-out;
}

.categories-content .card a {
    transition: all 0.5s ease-out;
}

.course-block,
.category-block {
    -webkit-box-shadow: 0 0 8px #e9e9e9;
    padding: 0;
    margin: 0;
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.course-block img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.category-block img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
}

.course-description {
    padding: 15px;
    display: block;
}


.course-block h2,
.course-block h2 a {
    color: #383838 !important;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    height: 45px;
}

.course-block h3 {
    color: #383838;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 30px;
}

.category-block h2,
a .category-block h2 {
    color: #383838 !important;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.category-block h3,
a .category-block h3 {
    color: #383838 !important;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.course-description .btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.course-description .course-specs,
.details-content .course-specs {
    padding: 15px 0
}

.course-description .course-specs ul,
.course-description .course-specs li,
.details-content .course-specs ul,
.details-content .course-specs li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #383838;
    font-size: 12px;
    min-height: 25px;
}

.course-description .course-specs ul,
.details-content .course-specs ul {
    border-top: 1px solid #22232833;
}

.course-description .course-specs li,
.details-content .course-specs li {
    padding: 10px;
    border-bottom: 1px solid #22232833;
    line-height: 22px;
}

.course-description .course-specs i,
.details-content .course-specs i {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    float: left;
    background-repeat: no-repeat;
    margin-right: 7px;
}

i.language {
    background-image: url(../images/icons/global.svg);
}

i.subtitle {
    background-image: url(../images/icons/subtitles.svg);
}

i.content {
    background-image: url(../images/icons/three-o-clock-clock.svg);
}

i.slide {
    background-image: url(../images/icons/i-introducao.svg);
}

i.attach {
    background-image: url(../images/icons/attachments.svg);
}

i.files {
    background-image: url(../images/icons/list.svg);
}

.course-price {
    font-weight: bold;
    font-size: 33px;
    color: #383838;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    line-height: 26px;
    height: 55px;
}

.course-price span {
    font-size: 18px;
}

.course-price p {
    font-weight: normal;
    font-size: 14px;
    margin: 0
}

.course-price sup {
    font-size: 14px;
}

a:hover .category-block {
    text-decoration: none !important;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

a:hover .category-block h2,
a:hover .category-block h3 {
    text-decoration: none !important;
}

.card a {
    text-decoration: none !important;
    outline: none;
    border: 0;
}

.card .course-block:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.breadcrumb,
.breadcrumb a {
    color: #333438 !important;
    font-size: 12px;
}

.related {
    background-color: #fff;
    padding: 3rem 0
}

.related .courses-content h2,
.related .courses-content h2 a {
    color: #383838 !important;
    font-size: 14px !important;
    font-weight: bold;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 2px
}

.related .courses-content h3 {
    color: #383838;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2px
}

.related .course-price {
    font-weight: bold;
    font-size: 14px;
    color: #383838;
    display: block;
    text-align: left;
    line-height: 26px;
    margin-bottom: 0
}

.page-link {
    background-color: transparent;
    border: 0;
    font-size: 12px;
    color: #737171;
}

.page-item.active .page-link {
    color: #fff !important;
    border-radius: 5px;
    border-color: #052c59;
    background-color: #052c59;
}

.card .btn-success, .card .btn-warning, .card .btn-danger {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF !important;
    text-transform: uppercase;
    width: 100%;
}

#transacoes .btn-success, #transacoes .btn-warning, #transacoes .btn-danger, #transacoes .btn-light , #transacoes .btn-dark{
    font-size:12px;
}

.thead-dark{
    color: #fff;
    background-color: #383838 !important;
}

.no-border{
    border: 0px #FFFFFF !important;
}

.transacaoDetalhe{
    display: none;
    padding-top: 25px;
}


.list-courses-content .card {
    background-color: transparent;
}

.list-courses-content .course-block .course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 180px
}

.homepage .course-image, .course-block .course-image{
    background-size: cover;
    background-position: center center;
    min-height: 10vw;
}

.list-courses-content .course-price {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.list-courses-content .course-block {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.list-courses-content .course-specs {
    font-size: 12px;
    color: #8a8a8a;
}

.list-courses-content .course-languages {
    font-size: 12px;
    color: #383838;
}

#legendasVideo{
    font-size: 0.75rem;
}
#legendasVideo img {
    width: 20px;
    height: 20px;
}
#legendasVideo img.gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

#audioVideo{
    font-size: 0.75rem;
}
#audioVideo img {
    width: 20px;
    height: 20px;
}
#audioVideo img.gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}


.list-courses-content .course-languages img,
.detail-course-language .course-languages img {
    width: 16px;
    height: 16px;
    min-height: auto;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 5%);
    border-radius: 99px
}

.detail-course-language{
    display: flex !important;
}

.detail-course-language .course-languages a{
    margin-top: 10px;
    position: relative;
    float: left;
    width: 100%;
}

.detail-course-language .course-languages img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.detail-course-language .course-languages {
    font-size: 15px;
}

.list-courses-content .course-price small {
    font-size: 12px;
    color: #333438;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 10px;
    display: block;
}

.btn-info {
    color: #fff !important;
    background-color: #052c59;
    border-color: #052c59;
}

.list-courses-content .btn {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.list-courses-content a.btn:hover {
    color: #fff !important;
}

.list-courses-content .course-price-course-price {
    display: block;
    width: 100%
}

.tab-content .list-courses-content {
    padding-top: 20px
}

.tab-content .course-price p {
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 12px
}

.tab-content .btn-primary {
    color: #fff !important;
    background-color: #4080a2;
    border: none;
    font-size: 1rem !important;
    text-transform: uppercase;
}

.tab-content .btn-primary:hover {
    color: #fff !important;
    background-color: #052c59;
    border: none;
}

.tab-content .list-courses-content .course-block .course-image img {
    min-height: 100px;
}

.tab-content .course-block h2,
.tab-content .course-block h2 a {
    font-size: 16px;
}

.tab-content .course-description small {
    font-size: 11px;
    color: #4180a2;
    text-align: center;
    display: block;
}

.tab-content .course-description small.coursecompleted {
    color: #6e9410
}

.tab-content .course-description small.notinitiated {
    color: #a1a1a1
}

.progress-bar {
    background-color: #4180a2
}

.progress {
    height: 0.7rem;
}

.progress-bar.coursecompleted {
    background-color: #6e9410;
}

.tab-pane {
    min-height: 500px;
}

#exTab1 {
    padding: 0
}

@media (max-width: 768px) {
    .flickerplate ul.flicks>li .flick-title {
        width: 100%;
        font-size: 2rem;
        text-align: center;
        line-height: 1.5rem !important;
    }
    .flickerplate ul.flicks>li .flick-sub-text {
        text-align: center;
        width: 100%;
    }
    .flick-button .col:first-child {
        border: 0
    }
    .flick-button {
        width: 100%;
    }
    .flick-button .col-xs-12 {
        width: 100% !important;
        flex-basis: auto;
    }
    .flick-button .justify-content-start {
        justify-content: center !important;
    }
    .header-main {
        background-color: rgba(255, 255, 255, 1);
    }
    .card .content-body {
        padding: 1rem
    }
}

.modal .close {
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 22px;
}

.modal-header {
    border: 0
}

.modal-content {
    border-radius: 0
}

.course-example {
    min-height: 60vh;
    background-size: cover;
}

.course-description-detail {
    font-size: 0.75rem;
    color: #383838;
    padding: 0;
    line-height: 24px;
}

.accordion-course {
    padding-top: 30px
}

.accordion-course .card-header {
    background-color: #dbdbdb;
    border-radius: 0;
    border: 1px solid #d3d3d4;
    border-bottom: none;
    padding: 0.5rem 0;
    outline: none;
}

a:focus,
button:focus,
a:active,
button:active {
    outline: none;
}

.accordion-course .card:last-child {
    border-bottom: 1px solid #d3d3d4 !important;
}

.accordion-course .card-body {
    border-left: 1px solid #d3d3d4;
    border-right: 1px solid #d3d3d4;
    font-size: 13px
}

.accordion-course .btn {
    border-radius: 0;
    display: block;
    width: 100%;
    text-align: left;
    color: #333438;
    font-size: 12px;
    text-decoration: none;
    text-transform: none;
}

.accordion-course .btn:hover {
    text-decoration: none;
}

.accordion-course .btn b {
    font-size: 14px;
}

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

.accordion-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.homepage .container, .curso-detalhe .container{
    position: relative;
}

#floater {
    position: fixed;
    right: 0;
    top: 20%;
    transition: all 0.5s ease;
}

#floater div.sidebar,
#floater div.detail-course-language {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 5%);
    max-width: 350px;
}

.detail-course-image {
    width: 100%;
    height: 193px;
}

.detail-course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-content,
.detail-course-language {
    padding: 1.5rem
}

.details-content {
    padding-bottom: 0
}

.details-content .btn {
    width: 100%;
    text-transform: uppercase;
}

.details-content .course-price {
    font-size: 37px
}

.details-content .course-price sup {
    font-size: 25px;
}

.details-content .course-price span {
    font-size: 20px;
}

.details-content .course-specs strong,
.detail-course-language {
    font-size: 18px;
    color: #333438;
    display: block;
}


.detail-course-btn .btn:hover {
    color: #fff !important;
}

.detail-course-btn small {
    font-size: 12px;
    position: relative;
    display: block;
    text-align: center;
    height: 55px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #floater {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        margin-bottom: 2rem
    }
    .details-content {
        padding: 1rem
    }
    .course-example .container {
        text-align: center;
        padding: 1rem
    }
}

.detail-course-image .overlay {
    min-height: 100%;
    position: absolute;
    /* Sit on top of the page content */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.detail-course-image .overlay a {
    text-decoration: none;
    color: #fff !important;
    font-size: 12px;
    display: block;
}

.detail-course-image .overlay span {
    padding-top: 30px;
    display: block;
}

.detail-course-image .overlay a:hover {
    text-decoration: underline;
}

.detail-course-image .overlay img {
    width: 66px;
    height: 66px;
    margin-top: 45px
}

#prevcourse .modal-dialog .close {
    float: right;
    color: #fff;
    margin-right: 20px;
    background-color: #000;
    border-radius: 50%;
    padding: 2px 12px;
    margin-bottom: 10px;
}

#prevcourse .modal-content {
    background-color: transparent;
    border: 0;
}

#prevcourse .modal-body {
    padding: 0;
    text-align: center;
}

.course-title-detail img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 10px;
}

.course-title-detail {
    position: relative;
    float: left;
    width: 100%;
    background-color: #000;
    z-index: 100;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 93px;
}


/* Pagina Curso */

.description-container {
    padding: 1.6rem;
}

.description-container-title {
    border-bottom: 1px solid #e6e9ed;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding: 10px;
}

.description-container-title span {
    border-bottom: 2px solid #000;
    padding: 10px
}

.description-container-content {
    border-bottom: 1px solid #e6e9ed;
}

.description-container-content .course-overview {
    padding: 30px 10px;
}

.description-container-title .text-right span {
    color: #6f7071;
    border: 0
}

.description-container-content .course-attachments {
    background-color: #f7f7f7;
    padding: 30px 10px;
}

.description-container-content .course-attachments b {
    color: #000;
}

.course-attachments ul,
.course-attachments ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px
}

.attach-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.video-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    min-height: 600px;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    background-color: #000;
    /*height: 600px;*/
}


.slide-container{
    background-color: #FFF !important;
    background:  url(../images/loading.gif) center center no-repeat;
}


.CE-body-content {
    height: 100%;
}

.CE-browse-screen {
    min-width: 992px;
}

.CE-browse-screen {
    position: absolute;
    top: 128px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.CE-content-area {
    position: relative;
}

.CE-aside-area {
    position: relative;
    opacity: 1;
    transition: max-width 0.5s, width 0.5s, min-width 0.5s, opacity 0.5s;
    z-index: 99;
    width: 360px;
    max-width: 360px;
    min-width: 360px;
}

.med-aside-mod {
    height: calc(100vh);
    position: sticky;
    top: 0;
    overflow-y: auto;
    /*-webkit-box-shadow: 0 0px 8px 4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 8px 4px rgb(0 0 0 / 30%);*/
    z-index: 10;
}

.top-aside-btn {
    padding: 0px;
    position: sticky;
    top: 0px;
    background-color: violet;
    z-index: 10;
}

.top-col-header {
    background-color: #fff;
}

.ce-title {
    padding-left: 10px;
}

.top-col-header {
    background-color: #fff;
    height: 50px;
    border-bottom: 1px solid #e6e9ed;
}

.CE-aside-area .button-open-aside {
    display: none;
}

.CE-page-bkg {
    background-image: url(../images/marca-agua-header-transp.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.med-content-mod.g-scroll {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: auto;
}

.CE-page-content {
    min-height: calc(100vh - 110px);
}

.CE-footer-page {
    position: relative;
    min-height: 140px;
}

.show-sidebar .CE-aside-area {
    width: 0px;
    max-width: 0px;
    min-width: 0px;
}

.show-sidebar .CE-aside-area .button-open-aside {
    display: block;
    text-align: left;
}

.show-sidebar .CE-aside-area .hide-when-asidebar-is-collapsed {
    display: none;
}

.CE-aside-area .btn i {
    color: #000
}

@media (max-width: 768px) {
    .video-container {
        height: 300px;
        min-height: auto;
    }
    .description-container-title {
        padding: 0;
        font-size: 14px;
    }
    .course-title-detail {
        padding-top: 65px;
        font-size: 12px;
    }
    .course-title-detail img {
        display: none
    }
    .description-container-title span {
        border: 0;
        padding: 0;
    }
    .CE-body-content {
        display: block !important
    }
    .CE-browse-screen {
        position: relative;
        top: 0;
        min-width: 100%;
    }
    .CE-content-area {
        width: 100%;
        flex-grow: unset !important;
        display: block;
        float: left;
        position: relative;
    }
    .CE-aside-area {
        position: relative;
        z-index: auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        display: block;
        float: left;
    }
    .med-content-mod.g-scroll {
        position: relative;
        overflow-y: initial;
        display: block;
        width: 100%;
        float: left;
    }
    .med-aside-mod {
        float: left;
        display: block;
        width: 100%;
        box-shadow: none;
        position: relative;
        height: auto;
        overflow: inherit;
        top: initial;
    }
    body {
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
}

.CE-aside-area .accordion-course {
    padding-top: 0;
}

.CE-aside-area .top-aside-btn {
    margin: 0 !important;
}

.CE-aside-area .accordion-course .btn i {
    float: right;
}

.CE-aside-area .accordion-course .btn {
    font-weight: normal
}

.CE-aside-area .accordionpanel ul,
.CE-aside-area .accordionpanel li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.CE-aside-area .accordionpanel li a {
    padding: 10px 15px;
    display: block;
    cursor: pointer;
}

.CE-aside-area .accordionpanel li a:hover {
    background-color: #c1ddec;
}

.CE-aside-area .accordionpanel small {
    color: #6a6f73;
    font-size: 11px;
}

.CE-aside-area .muted,
.CE-aside-area .muted label,
.CE-aside-area .muted li,
.CE-aside-area .muted small {
    color: #a6a6a6;
}

.form-check-input,
.form-check-input[type=checkbox] {
    border-radius: 0;
}

.CE-aside-area .form-check-label {
    color: #000
}

.CE-aside-area .form-check-input:checked {
    background-color: #a6a6a6;
    border-color: #a6a6a6;
}

.CE-aside-area .form-check-input {
    border: 2px solid #000;
    border-radius: 0
}

.CE-aside-area .accordion-course .card-header.activemodule {
    background-color: #052c59;
}

.CE-aside-area .accordion-course .card-header.activemodule {
    color: #fff !important;
    border: none;
    outline: none;
    padding: 0;
}

.CE-aside-area .activeli {
    background-color: #6b9eba;
    color: #fff !important;
}

.CE-aside-area .activeli .form-check-label,
.CE-aside-area .activeli small,
.accordion-course .activemodule .btn {
    color: #fff !important;
}

.CE-aside-area .activeli .form-check-input {
    border: 2px solid #fff;
    border-radius: 0;
    background-color: transparent
}

.CE-aside-area .accordion-course .card-body {
    padding: 0;
}

.CE-aside-area .activemodule .btn i {
    color: #fff
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    border: none;
    outline: none;
    background-color: none
}

.btn::-moz-focus-inner {
    border: none;
    outline: none;
}

.btn:focus {
    border: none;
    outline: none;
}

.CE-aside-area .activemodule .btn {
    padding: 10px !important
}

.course-example .flick-title,
.course-example .flick-sub-text,
.course-example .breadcrumb li,
.course-example .breadcrumb a {
    color: #fff !important;
}

.flick-innerCourse {
    background: rgba(0, 0, 0, 0.30);
    height: 100%;
    width: 100%;
    padding: 10px;
    color: #fff;
    vertical-align: middle;
}

.course-example .breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.course-example .course-languages a {
    background-color: rgba(255, 255, 255, 0.50);
    color: #fff;
    border-radius: 100%;
    color: #fff !important;
    padding: 5px;
    font-size: 12px;
    margin-right: 5px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
}

.hidden-field{
    width: 1px;
    height: 1px;
    position: absolute;
    top: -9000px;
    left: -9000px;
    border: 0;
}



#payment-form {
    width: 100%;
    min-width: 500px;
    align-self: center;
    /*box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);*/
    border-radius: 7px;
    padding: 10px;
}

.hidden {
    display: none;
}

#payment-form #payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-form #payment-element {
    margin-bottom: 24px;
}

/* Buttons and links */
#payment-form button {
    width: 100%;
}
#payment-form button:hover {
    filter: contrast(115%);
}
#payment-form button:disabled {
    opacity: 0.5;
    cursor: default;
}


/* PATRICIA 29NOV */

.accordion-course {
    padding-top: 0
}

#accordion {
    display: block;
}

.show-sidebar #accordion {
    display: none;
}

.accordion-course .card-body,  .myaccordion .linha-item .btn {
    font-size: 0.75rem;
}

.accordion-course .card-header {
    border-bottom: 1px solid #d3d3d4
}

.accordion-course .card-body {
    border-bottom: 1px solid #d3d3d4;
    padding-bottom: 0px;
    padding-top: 0px;
}

.card {
    margin-bottom: 10px;
}

.accordion-course .card:last-child {
    border: 0 !important
}

.accordion-course .card-header {
    padding: 0
}

.myaccordion .btn {
    width: 100%;
    font-weight: normal;
    color: #000;
    padding: 0 0 0 15px;
    letter-spacing: 0;
    font-size: 18px;
    border-radius: 0 !important;
    border: none;
    position: relative;
}

.myaccordion .btn h5 {
    font-size: 14px;
}

.myaccordion .text-muted {
    font-size: 0.6rem;
}

.myaccordion .btn h6 {
    font-size: 12px !important;
}

.myaccordion .btn .icon {
    width: 30px;
    height: 30px;
    z-index: 0;
    background: transparent;
}

.myaccordion .btn:focus{
    box-shadow: none;
}

.myaccordion .btn .icon-pd {
    padding-right: 20px;
}

.myaccordion .btn .icon i {
    font-size: 15px;
    color: #333438;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion [data-toggle="collapse"] .fa:before {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
}

.myaccordion [data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
}


.myaccordion button[aria-expanded="true"] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px
}

@media (prefers-reduced-motion: reduce) {
    .myaccordion button[aria-expanded="true"] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.myaccordion button[select-background="true"] {
    color: #fff !important;
    background: #052c59 !important;
}

.myaccordion button[select-background="true"] h5 {
    color: #fff;
}

.myaccordion button[select-background="true"] h6 {
    color: #fff;
}

.myaccordion button[select-background="true"] .icon {
    background: #052c59 !important;
}

.myaccordion button[select-background="true"] .fa {
    color: #fff !important;
}

.myaccordion button[aria-expanded="false"] {
    background-color: transparent;
}

.accordion-icon {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    padding: 3px;
    border-radius: 3px;
}

.accordion-icon {
    display: inline-block;
    position: relative;
}

.icon-box {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.accordion-course .linha-item .card-body {
    border: 0
}

.accordion-course .linha-item {
    color: #052c59 !important;
    padding: 3px 0;
    position: relative;
    border-bottom: 1px solid #22232833
}

.accordion-course .accordion-modulo .linha-item:last-child {
    border-bottom: none;
}

.myaccordion .linha-item .btn {
    padding: 0;
    color: #052c59 !important;
    text-transform: initial;
    background-color: transparent !important;
}

.myaccordion .linha-item button[aria-expanded="true"] {
    background-color: #fff !important
}

.myaccordion .linha-item .btn .icon {
    width: 20px;
    height: auto;
}

.myaccordion .linha-item button[aria-expanded="true"] .icon {
    background: transparent !important;
}

.myaccordion .linha-item button[aria-expanded="true"] .fa {
    color: #333438 !important;
}

.accordion-course .linha-item .card-body {
    border: 0;
    padding: 0;
    padding-left: 30px;
    padding-top: 10px
}

.myaccordion a:hover {
    text-decoration: underline !important;
}

.CE-aside-area {
    width: 600px;
    max-width: 600px;
    min-width: 600px;
}

.CE-aside-area .accordion-course .card-body {
    padding: 10px;
    padding-bottom: 0
}

.linha-item .card-body .linha-item:last-child {
    margin-bottom: 0 !important;
}

.linha-item:last-child {
    margin-bottom: 0 !important;
}

.accordion-course .card-body .card-body {
    padding-top: 0;
}

.CE-aside-area .accordion-course .card-body .card-body {
    padding-bottom: 5px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.CE-aside-area .accordion-course .card-body .card-body .linha-item {
    padding-left: 33px
}

.flick-title {
    text-align: left;
    font-size: 2rem;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 2rem !important
}

.course-title-detail {
    background-color: #052c59
}

.item-active {
    background-color: #052c59;
    color: #fff !important
}

.item-active a,
.item-active a:hover,
.item-active .text-right {
    color: #fff !important
}

.ui-tooltip {
    background-color: white;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 11px !important;
    box-shadow: 0 0 3px black;
    max-width: 195px;
    text-align: center;
    z-index: 99;
}

@media (max-width: 768px) {
    .linha-item {
        border-bottom: 2px solid #d3d3d4
    }

    .CE-aside-area {
        position: relative;
        z-index: auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        display: block;
        float: left;
    }

    .myaccordion .linha-item .btn .icon {
        width: 20px;
    }

    .linha-item .text-muted {
        width: 100%;
        text-align: left;
        justify-content: flex-start !important;
    }

    .linha-item .text-right {
        padding-right: 10px !important
    }
}

.no-uppercase{
    text-transform: none;
}

#payment-form #cartao{
    height: 0;
}

/* PATRICIA 23/02 */

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #6e9410;
}

.search-autocomplete {
    border-top: 1px solid rgba(34, 35, 40, 0.2);
    padding: 0.7rem;
    font-size: 13px;
}

.search-autocomplete-name {
    text-overflow: ellipsis;
    /* Needed to make it work */
    overflow: hidden;
    white-space: nowrap;
}

.message-success img {
    width: auto;
}

.base-timer {
    position: relative;
    width: 250px;
    height: 250px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 4px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 4px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.countdown {
    margin: 0 auto;
    width: 250px;
}

.transacaoDetalhe .product-item {
    font-size: 14px;
}

.transacaoDetalhe {
    padding: 0;
}

.transacaoDetalhe .thead-dark th {
    background-color: #7b7b7b !important;
    color: #fff
}

.transacaoDetalhe table {
    font-size: 12px;
    margin: 0;
    width: 95%;
    float: right;
    background-color: #eee;
    position: relative;
}

.delete-item i {
    margin-right: 2px;
    font-size: 12px;
}

.delete-item a,
.delete-item div {
    font-size: 12px;
}

.transacaoDetalhe .no-border {
    border: 0px transparent !important;
}

.transacaoDetalhe table:before {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    background: #eee;
    left: -20px;
    top: 0;
    bottom: 0;
}

.transacaoDetalhe .no-border td {
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: none
}

.product-item,
.price {
    font-size: 13px !important
}

.transacaoDetalhe small {
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase;
}

#languageConteudo{
    width: 180px;
    float:left;
    margin-top: -15px;
}


#changeSideBar {
    padding:0px 0px 0px 0px;
    text-align: center;
    margin:0px;
    width: 140px;
    height:40px;
    background:#052c59;
    z-index:15;
    border-radius: 5px 5px 0px 0px;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: bottom right;
    position: absolute;
    right: 17px;
    top: -40px;

}
#changeSideBar p {
    color:#fff;
    display:inline-block;
    line-height:40px;
}

#changeSideBar i {
    color: white;
}

#changeSideBar .show i{
    transform: rotate(0deg);
}

#changeSideBar .hide i{
    transform: rotate(-180deg);
}

#videoPlayer{
    /*max-height: 600px;*/
    height: 100%;
}

#transacoes .btn{
    cursor: auto;
}

#collapseButton{
    display: none;
}

#pResize{
    background: black;
    cursor: n-resize;
    margin: 0 0 0 auto;
    width: 100%;
    height: 0.6rem;
}

.course-block{
    cursor: pointer;
}

.fa-cart-shopping:after{
    content:attr(value);
    font-size:10px;
    color: #fff;
    background: #4080a2;
    border-radius:50%;
    padding: 4px 6px;
    position:relative;
    left:-5px;
    top:-10px;
    opacity:0.9;
}

.boldText{
    font-weight: bold;
}

.curso_content{
 padding-top: 30px;
 }

.text_info ul{
    list-style: none;
    padding: 0;
}
.text_info ul li{
    padding-bottom: 5px;
}

.homepage .course-block h2{
 min-height: 50px;
 margin-top: 15px;
 margin-bottom: 15px;
}

.homepage .detail-course-btn small{
    height: 55px !important;
}

.homepage .course-description h3{
    margin-bottom: 25px;
    padding: 0 !important;
}



.homepage .course-description .course-price:has(.disclaimer) {
    display: flex;
    padding-bottom: 5px;
}

.homepage .course-description .course-price .disclaimer {
    align-self: flex-end;
    width: 100%;
}

.homepage .courses-content .course-block{
    padding-bottom: 25px !important;
}

.homepage .course-description .course-specs{
    padding: 0 0 15px 0;
}

.list-courses-content .course-price-course-price .disclaimer{
    margin-bottom: 10px;
}

.slide-container iframe{
    border-bottom: 1px solid #ced2d3;
}

.form-check-label a {
    text-decoration: underline !important;
}

.link_underline a {
    text-decoration: underline !important;
}

#transacoes .btn{
    text-transform: none !important;
}

.btn-light:hover{
    border-color: #c1c9d0;
    color: #383838;
}

#sliderHomepage{
    max-height: 600px;
}

@media (max-width: 768px) {
    .footer-bottom li{
        width: 100%;

    }
    .footer-bottom .links a {
        border-right: none;
    }
}