@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css");
@import url("../fonts/style.css");
@import url("./check-toggle.css");

:root {
    --default: #9fb8cc;
    --primary: #8397a4;
    --secondary: #c33468;
    --secondary-disabled: #db85a4;
    --accent-1: #005088;
    --accent-1-20: rgba(0,80,138,.2);
    --accent-1-50: rgba(0,80,138,.5);
    --accent-1-70: rgba(0,80,138,.7);
    --accent-2: #9a2550;
    /* --accent-2: #ff3366; */
    --accent-3: #2e779a;
    --accent-3-shadow: #2e779a40;
    --accent-4: #939393;
    --accent-5: #00aef9;
    --accent-6: #dfe2e2;
    --border: #cfdce5;
    --success: #b8f28b;
    --success-1: #58a700;
    --danger: #ffc1c1;
    --danger-1: #ea2b2b;
    --border-content-nav: #f1f6fa;
    --border-unit-hover: #b2c5d5;
    --background-class: #f1f6fa;
    --steps-bar-background: #d9d9d9;
    --steps-bar-active: #939393;
    --steps-bar-completed: #24a9ed;
    --forum-comment: #939393;
    --forum-comment-background: #f4f5f7;
    --mensagem-nova-border: #9fb8cc;
    --mensagem-nova-background: #f9fdff;
    --disabled-textarea: #e9e9e9;
    --yellow: #ffc107;
}

html {
    font-size: 16px;
}

a {
    color: var(--default);
    transition: all .3s;
}
a:hover {
    color: var(--accent-1);
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0!important;
}

label {
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1em;
}
input,
textarea {
    outline: none;
    resize: none;
}
::placeholder {
    color: var(--default)!important;
}

.btn {
    padding: 10px 30px 9px;
    border-radius: 100px;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: none;
    background: white;
}
.btn-sm {
    padding: 9px 20px 7px;
}
.btn-lg {
    font-size: 1rem;
    padding: 14px 30px 12px;
}
.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    opacity: 1;
}
.btn-primary:hover {
    background: var(--accent-1)!important;
    border-color: var(--accent-1)!important;
}
.btn-secondary {
    background: var(--secondary);
    border-color: var(--secondary);
    opacity: 1;
}
.btn-secondary:hover {
    background: var(--accent-2)!important;
    border-color: var(--accent-2)!important;
}
.btn-secondary.disabled {
    background: var(--secondary-disabled);
    border-color: var(--secondary-disabled);
}
.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-primary:hover {
    border-color: var(--accent-1)!important;
    background-color: var(--accent-1)!important;
}

.btn-class,
.btn-class:focus {
    padding: 10px 14px;
    width: 74px;
    height: 64px;
    border-radius: 10px;
    background: var(--secondary);
    box-shadow: 0 3px 0 var(--accent-2);
    transition: all .1s;
}
.btn-class:active {
    transform: translateY(3px);
    box-shadow: 0 0px 0 var(--accent-2);
    background: var(--secondary-disabled);
}

.btn-class.btn-lg {
    width: 140px;
    height: 120px;
}

.btn-class-option,
.btn-class-option:focus {
    padding: 10px 14px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 3px 0 var(--accent-6);
    font-size: 1.375rem;
    color: var(--accent-1);
    text-transform: none;
    transition: all .1s;
    min-width: 100px;
}
.btn-class-option.active {
    background: var(--accent-5);
    color: white;
    box-shadow: 0 3px 0 var(--accent-1);
}

.btn-class-option.mistake {
    background: var(--danger);
    color: var(--danger-1);
    box-shadow: 0 3px 0 var(--danger-1);
}

.btn-class-option:active {
    transform: translateY(3px);
    box-shadow: 0 0px 0 var(--accent-6);
}

.btn-acoes {
    display: inline-block;
    font-size: .875rem;
    margin: 0 3px;
    padding: 5px 10px;
    text-align: center;
    line-height: 1em;
    background: var(--accent-1);
    color: white;
    text-transform: none;
    opacity: .5;
}
.btn-acoes:hover {
    background: var(--accent-1);
    color: white;
    opacity: 1;
}

.btn-acoes-icon {
    display: inline-block;
    font-size: .75rem;
    margin: 0 3px;
    text-align: center;
    line-height: 1em;
}
.btn-acoes-icon .icon {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto 3px;
    line-height: 28px;
    transition: all .5s;
    opacity: .5;
}
.btn-acoes-icon:hover .icon {
    opacity: 1;
}

.btn-icon {
    display: inline-block;
    font-size: .875rem;
    line-height: 1em;
    text-transform: uppercase;
    color: var(--accent-1);
}
.btn-icon .icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--secondary);
    border-radius: 50%;
    margin: 0 5px 0 0;
    transition: all .5s;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 1.5rem;
}
.btn-icon .icon img,
.btn-icon .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    vertical-align: middle;
}
.btn-icon:hover .icon {
    background: var(--accent-2);
}

.btn-calendar {
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px var(--accent-1-20)!important;
}
.btn-calendar:hover {
    box-shadow: 0 0 20px var(--accent-1-50)!important;
}

.alert-primary {
    background: var(--accent-1-50);
}
.alert-secondary {
    background: var(--secondary);
}

.avatar {
    background-size: cover!important;
}
.content-panel .alert {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    border: none;
    font-size: .75rem;
    color: white!important;
}

.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--border);
    padding-left: 0;
    padding-right: 0;
    box-shadow: none!important;
    color: var(--primary)!important;
}
.form-control:focus {
    border-color: var(--primary)!important;
}

select.form-control {
    -webkit-appearance: none;
    appearance: none;
    height: auto!important;
    background: white url(../images/icons/select-down.png) right 10px center no-repeat;
    /* border: 1px solid var(--border); */
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 40px;
    box-shadow: 0 0 20px var(--accent-1-20)!important;
    border: none;
}
.select.icon {
    position: relative;
    vertical-align: middle;
}
.select.icon select.form-control {
    padding-left: 40px;
}
.select.icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
}
.select.icon.icon-private:before {
    background: url(../images/icons/private.png) center center no-repeat;
    /* background-size: auto 18px; */
}
.select.icon.icon-clock:before {
    background: url(../images/icons/clock.png) center center no-repeat;
}

.custom-control-label::before,
.custom-control-label::after {
    left: -1.3rem;
}
.custom-control-label::before {
    background: white;
    border: 1px solid var(--accent-5);
    box-shadow: none!important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: white;
    border: 1px solid var(--accent-5);
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: var(--accent-5);
    border-radius: 20px;
    width: 10px;
    height: 10px;
    margin: 3px 3px;
}

ul.breadcrumb {
    background: transparent;
    display: inline-flex;
    padding: 0;
    margin: 0;
    font-size: .75rem;
    font-style: italic;
    font-weight: 300;
}
ul.breadcrumb li:after {
    content: '>';
    margin: 0 5px;
}
ul.breadcrumb li:last-child:after {
    display: none;
}

.overflow-hidden{
    overflow: hidden;
}

/* .container-nav::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054"!important;
    text-align: left;
    padding: 25px;

} */

.nav-mask{
    position: relative;
}

/* .nav-mask::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054"!important;
    text-align: right;
    padding: 25px;
    position: absolute;
    z-index: 50;
} */

body {
    position: relative;
    font-family: Circular;
    font-weight: normal;
    background: url("../images/background-pages.jpg") center top no-repeat;
    color: var(--default);
    padding-bottom: 100px;
}
body.logout {
    background-image: url("../images/background-logout.jpg");
}
body.home {
    background-image: url("../images/background-home.jpg");
}
body.class {
    background: var(--background-class);
    padding-bottom: 0;
}

h1, h2, h3 {
    font-family: Museo;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent-1);
}

header {
    /* background: var(--background-class); */
    width: 100%;
    /*z-index: 500;
    position: fixed;*/
}
.logo {
    display: block;
    width: 236px;
    height: 57px;
    /* background: url(../images/firetongues-ingles-online.png) center center no-repeat; */
    /*background: url('../images/logo-digital-class.png') left center no-repeat;;*/
    background-size: contain;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 0.875rem;
    line-height: 3rem;
}

label.sm {
    font-size: .875rem;
}
label a {
    color: var(--primary);
    font-style: italic;
}

.box {
    background: white;
    box-shadow: 0 0 20px rgba(46,119,154,.15);
    border-radius: 20px;
}

.login {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    padding: 50px 70px;
    transform: translate(-50%,-50%);
}
.login h2 {
    font-size: 1.25rem;
}
.login a,
.login label {
    font-size: .875rem;
}

body > section {
    margin-top: 0rem;
/*     z-index: 500;
    position: fixed;*/
}

.checkout {
    overflow: hidden;
}
.checkout h1 {
    font-size: 1.5625rem;
}
.checkout h2 {
    font-family: Circular;
    font-size: 1rem;
}
.checkout .pagamento {
    padding: 2rem 1rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    margin: 2rem 0;
}
.checkout .pagamento .item {
    cursor: pointer;
    transition: all .3s;
    opacity: .6;
}
.checkout .pagamento .item p {
    height: 30px;
    margin-bottom: .5rem;
}
.checkout .pagamento .item h2 {
    text-transform: none;
    margin-bottom: 0;
}
.checkout .pagamento .item h2 small {
    display: block;
}
.checkout .pagamento .item:hover,
.checkout .pagamento .item.active {
    opacity: 1;
}
.checkout .descricao {
    min-height: 100%;
}
.checkout .descricao h2 {
    text-transform: none;
    margin-bottom: 1rem;
}
.checkout .descricao .items {
    padding: 1.5rem 1.5rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: .875rem;
}
.checkout .descricao .items p {
    margin-bottom: .4rem;
    line-height: 1.2em;
}
.checkout .descricao .cupom label {
    font-size: .875rem;
    margin-bottom: 0;
}

.nav {
    position: relative;
    display: inline-flex;
    z-index: 99;
}
.nav ul {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.nav ul:first-child {
    padding: 0;
}
.nav > ul > li {
    position: relative;
    display: inline-flex;
    height: 48px;
    align-items: center;
}
.nav ul.menu-hover {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0 -2px 15px var(--accent-3-shadow);
    border-radius: 15px;
    text-align: left;
    padding: 15px 20px;
    margin: 0;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}
.nav ul.menu-hover:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transform: translateX(-49%);
}
.nav ul.menu-hover li {
    display: inline-block;
    padding: 5px 4px;
}
.nav ul.menu-hover.submenu {
     text-align: center;
}
.nav ul.menu-hover.submenu li {
    white-space: nowrap;
}
.nav li.has-submenu:hover ul.menu-hover {
    /* display: block; */
    visibility: visible;
    top: calc(100% + 10px);
    opacity: 1;
}

.nav ul.menu li {
    margin-left: 40px;
}
.nav ul.menu li:first-child { margin-left: 0; }
.nav ul.menu a {
    color: var(--accent-1);
    font-size: .875rem;
    text-transform: uppercase;
    opacity: .6;
}
.nav ul.menu a:hover,
.nav ul.menu a.active {
    opacity: 1;
}
.nav ul.profile a.avatar {
    display: inline-block;
    background: center center no-repeat;
    width: 48px;
    height: 48px;
    border: 3px solid white;
    border-radius: 50px;
    box-shadow: 0 0 20px var(--accent-3-shadow);
}
.nav ul.curso > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url(../images/icons/nav-down.png) center center no-repeat;
}
.nav ul.notificacoes .badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    color: var(--secondary);
    border-radius: 20px;
}
.nav ul.notificacoes ul.menu-hover li {
    padding: 10px 4px;
}
.nav ul.notificacoes ul.menu-hover a {
    display: inline-block;
    width: 150px;
    font-size: .875rem;
    line-height: 1.2em;
    color: var(--accent-1);
    opacity: .6;
}
.nav ul.notificacoes ul.menu-hover a:hover {
    opacity: 1;
}
.nav ul.notificacoes ul.menu-hover a span {
    display: block;
    font-size: .75rem;
    font-style: italic;
    color: var(--primary);
}
.nav ul.notificacoes ul.menu-hover a span.new {
    color: var(--secondary);
}

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


.sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 30px 20px 30px 40px;
    background: url(../images/divisor-sidebar-nav.png) top left repeat-x;
}
.sidebar-nav ul:first-child {
    background: unset;
}
.sidebar-nav ul li {
    padding: 10px 0;
}
.sidebar-nav ul li a {
    position: relative;
    display: block;
    color: var(--accent-1);
    opacity: .4;
}
.sidebar-nav ul li a:hover,
.sidebar-nav ul li a.active {
    color: var(--accent-1);
    opacity: 1;
}
.sidebar-nav ul li a.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    background: url(../images/icons/sidebar-nav-left.png) center center no-repeat;
}


.content-nav .module {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    text-align: center;
    z-index: 2;
}
.content-nav .module .content {
    position: relative;
    height: 80px;
    background: white;
    /* box-shadow: 0 0 20px var(--accent-3-shadow); */
    padding: 10px;
    z-index: 2;
}
.content-nav .module .content h2 {
    font-family: Museo;
    font-weight: 500;
    font-size: 3rem;
    line-height: .9em;
    margin: 0;
}
.content-nav .module .content h3 {
    font-family: Museo;
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
}
.content-nav .module .content:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background: white url(../images/icons/nav-down.png) center bottom 7px no-repeat;
    transform: translateX(-50%);
    z-index: -1;
}
.content-nav .module ul {
    list-style: none;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0 0 10px 10px;
    background: white;
    box-shadow: 0 0 15px var(--accent-3-shadow);
    padding: 40px 20px 20px;
    opacity: 0;
    display: none;
    transition: all .5s;
    pointer-events: unset;
    z-index: 1;
}
.content-nav .module ul a {
    font-size: .875rem;
}
.content-nav .module:hover ul {
    top: 100%;
    visibility: visible;
    display: block;
    opacity: 2;
    pointer-events: unset;
}

.content-nav .units {
    position: relative;
    width: 100%;
    padding-left: 130px;
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
    font-size: 0;
    display: inline-flex;
}
.content-nav .unit {
    flex: 1;
    background: white;
    border-left: 2px solid var(--border-content-nav);
    border-bottom: 4px solid var(--border-unit);
    pointer-events: initial;
    transition: all .5s;
}
.content-nav .unit .content {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 80px;
    padding: 0 15px;
    background: white;
    color: var(--primary);
    font-size: .75rem;
}
.content-nav .unit .content h2 {
    font-size: 1rem;
    line-height: 1em;
    color: var(--accent-1);
    margin: 0;
}
.content-nav .unit .content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    transition: all .5s;
}
.content-nav .unit:hover .content:after {
    background: var(--border-unit-hover);
}
.content-nav .unit ul {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    padding: 20px 0 0 20px;
    background: white;
    box-shadow: 0 0 15px var(--accent-3-shadow);
    border-radius: 0 0 10px 10px;
    pointer-events: none;
    transition: all .5s;
    opacity: 0;
    z-index: -1;
}
.content-nav .unit:hover ul {
    top: 100%;
    pointer-events: unset;
    opacity: 1;
}
.content-nav .unit ul li {
    display: inline-block;
    padding: 20px 10px;
    text-align: center;
}
.content-nav .unit ul li a {
    display: block;
    opacity: 1;
    transition: all .5s;
    position: relative;
}
.content-nav .unit ul:hover li a {
    opacity: .4;
}
.content-nav .unit ul:hover li a:hover {
    opacity: 1;
}

.content-nav .unit ul li a.disabled {
    opacity: .4;
}

.content-nav .unit ul li a img{
    max-width: 160px;
}

.content-nav .unit ul li a h3 {
    margin-top: 5px;
    font-family: Circular;
    text-transform: unset;
    font-size: .875rem;
    font-weight: 400;
}
.content-nav .container {
    position: relative;
}
.content-nav .container:before,
.content-nav .container:after {
    content: '';
    position: absolute;
    top: 0;
    width: calc( (100vw - 1170px) / 2 );
    height: 100%;
    z-index: 5;
}
.content-nav .container:before {
    right: 100%;
    background: url(../images/header-menu-left.png) right center repeat-y;
}
.content-nav .container:after {
    left: calc(100% - 2px);
    background: url(../images/header-menu-right.png) left center repeat-y;
}

.content-nav-mobile {
    display: none!important;
}

.home .featured-background {
    padding: 0 3% 5% 0;
    background: center bottom no-repeat;
    background-size: 100% auto;
}
.home .featured {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.home .featured.mask {
    background: white center center no-repeat;
    background-size: cover;
    -webkit-mask: url(../images/svg/home-featured-mask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
}
.home .featured .content {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    background: var(--accent-1-70);
    width: 100%;
    /* width: 300px; */
    height: 100%;
    padding: 40px 20px 50px 45px;
    color: white;
    align-items: flex-end;
    transition: all .5s;
    z-index: 0;
}
.home .featured.mask .content {
    margin-left: 50px;
    padding: 40px 20px 50px 30px;
    align-items: center;
}
.home .featured:hover .content {
    background: var(--accent-1);
}
.home .featured .content span {
    display: block;
    font-family: Museo;
    font-weight: 500;
    line-height: 1em;
}
.home .featured .content span.unit {
    display: inline-block;
    font-size: 27px;
    border-bottom: 3px solid white;
}
.home .featured .content span.number {
    font-size: 160px;
    /* line-height: .9em; */
    margin-left: -10px;
}
.home .featured .content span.title {
    font-size: 24px;
    text-transform: uppercase;
}

.home .side-featured {
    position: relative;
    width: 100%;
    border-radius: 15px;
    background: white url(../images/home-destaque-2.jpg) right center no-repeat;
    background-size: auto 100%;
    height: calc( 100% / 2 - 15px);
    padding: 25px 20px 25px 40px;
    margin-bottom: 30PX;
    overflow: hidden;
}
.home .side-featured.bg-image {
    background-position: 300px center;
}
.home .d-flex .side-featured {
    height: auto;
}
.home .side-featured:last-child {
    margin-bottom: 0;
}
.home .side-featured h2 {
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--default);
}
.home .side-featured h2 span {
    display: inline-block;
    text-align: center;
    width: 40px;
    margin: 0 5px 20px 0;
}
.home .side-featured h3 {
    margin: 0;
    text-transform: none;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
}
.home .side-featured p {
    font-size: .875rem;
}
.home .side-featured button {
    margin-bottom: 5px;
}
.home .side-featured small {
    font-size: .75rem;
    font-style: italic;
}

.class header {
    padding: 40px 40px 0;
}
.class header a {
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0 0 20px rgba(46,119,154,.15);
    opacity: 1;
    transition: all .5s;
    z-index: 50000;
}
.class header a:hover {
    box-shadow: 0 0 20px rgba(46,119,154,.55);
}
.class .steps-bar {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.class .steps {
    display: flex;
}
.class .steps .step {
    position: relative;
    flex: 1;
}
.class .steps .step span.icon {
    position: relative;
    display: inline-block;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 100%;
    z-index: 9;
    transition: all .3s;
}
.class .steps .step.active span.icon{
    background: var(--secondary);
}

.class .steps .step.completed span.icon {
    background: var(--steps-bar-completed);
}
.class .steps .step span.icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.class .steps .step span.icon img.on {
    opacity: 0;
}
.class .steps .step.active span.icon img.on,
.class .steps .step.completed span.icon img.on {
    opacity: 1;
}
.class .steps .step.active span.icon img.off,
.class .steps .step.completed span.icon img.off {
    opacity: 0;
}
.class .steps .step:before,
.class .steps .step:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 10px;
    transform: translateY(-50%);
    background: var(--steps-bar-background);
    border-radius: 10px;
    transition: all .3s;
}

.class .steps .step:before {
    box-shadow: 0 0 10px var(--accent-1-20);
}
.class .steps .step.completed:after {
    background: var(--steps-bar-completed);
}

.class .steps .step:after {
    width: var(--steps-bar-percentage);
    background: var(--steps-bar-active);
}

.class .steps .step.step-end {
    margin-left: 20px;
    text-align: right;
}
.class .steps .step.step-end span.icon {
    margin-left: 0;
    margin-right: -20px;
}
.class .steps .step.step-end:before,
.class .steps .step.step-end:after {
    /* left: unset;
    right: 0; */
}
.class .steps .step.step-end:before {
    background: white;
}
.class .steps .step.completed:after {
    width: 100%;
}

.class nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background: white;
    box-shadow: 0 0 20px var(--accent-1-20);
}
.class nav .col {
    display: flex;
    align-items: center;
}
.class nav .col.col-options {
    justify-content: center;
    text-align: center;
}
.class nav .col.col-nav {
    justify-content: flex-end;
}
.class nav .col.col-nav .col-nav-mobile {
    display: none;
}
.class nav button {
    border: none;
    background: transparent;
    text-align: center;
    cursor: pointer;
    padding: 0;
    outline: none!important;
    text-transform: uppercase;
    transition: all .5s;
}
.class nav .btn-icon {
    font-size: .875rem;
    color: var(--default);
    margin-right: 20px;
}
.class nav .btn-icon .icon {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
    background: var(--secondary);
    border-radius: 50px;
    line-height: 50px;
    transition: all .5s;
}
.class nav .btn-icon .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.class nav .btn-icon .icon .badge {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(50%);
    background: white;
    color: var(--secondary);
    box-shadow: 0 0 10px rgba(46,119,154,.40);
    border-radius: 50px;
}
.class nav .btn-icon:hover .icon {
    background-color: var(--accent-2);
}
.class nav .btn-icon:hover {
    color: var(--accent-1);
}
.class nav .btn-skip {
    width: 114px;
    height: 47px;
    padding: 0 20px 0 10px;
    background: url(../images/icons/btn-class-outline.png) center center no-repeat;
    font-size: 1rem;
    color: var(--default);
    margin-right: 20px;
}
.class nav .btn-next {
    width: 153px;
    height: 59px;
    padding: 0 20px 0 10px;
    background: url(../images/icons/btn-class.png) center center no-repeat;
    font-size: 1rem;
    color: white;
}
.class nav .btn-skip:hover,
.class nav .btn-next:hover {
    transform: translateX(5px);
}
@keyframes dance {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(10px);
    }
}

.class nav .btn-next.dance{
    animation: dance 1s linear infinite;
}
.class nav .col.col-options h6 {
    text-transform: uppercase;
    font-family: Museo;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}
.class nav .col.col-options label.custom-control-label {
    font-size: .875rem;
    color: var(--accent-4);
    line-height: 1.8;
}

.class .content {
    position: relative;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    width: 100%;
    font-size: 1.2rem;
    color: var(--accent-1);
}
.class .content h1 {
    font-size: 3rem;
}
.class .content h2 {
    font-family: Circular;
    font-size: 1.5625rem;
    letter-spacing: 1px;
    text-transform: none;
}
.class .content h2 img {
    vertical-align: sub;
    margin-right: 5px;
}
.class .content h2 small {
    font-size: .75rem;
    color: var(--default);
}
.class .box {
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 20px var(--accent-1-20);
}

.class .points {
    margin: 0 0 2rem;
    font-size: 1.5625rem;
    line-height: 1em;
    font-weight: bolder;
}
.class .points span {
    font-size: 2.75rem;
    vertical-align: middle;
}

.class .rate p {
    margin: 0 0 5px;
}
.class .rate .stars {
    font-size: 0;
}
.class .rate .stars .star {
    display: inline-block;
    width: 50px;
    height: 40px;
    background: url(../images/class/rate-star.png) center center no-repeat;
}
.class .rate .stars:hover .star {
    background-image: url(../images/class/rate-star-checked.png);
}
.class .rate .stars .star:hover ~ .star {
    background-image: url(../images/class/rate-star.png);
}

.class .downloads .btn-download {
    font-size: 16px;
    color: var(--accent-1);
}
.class .downloads .btn-download:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--secondary) url(../images/icons/download.png) center center no-repeat;
    margin-right: 10px;
    transition: all .3s;

}
.class .downloads .btn-download:hover:before {
    background-color: var(--accent-2);
}

.class .output {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -100px;
    transition: all .5s;
}
.class .output.show {
    bottom: 120px;
}
.class .output img {
    margin: -34px 0 10px;
}
.class .output h2 {
    font-family: Circular;
    font-size: 1.5625rem;
    text-transform: none;
    margin: 0;
    color: inherit;
}
.class .output p {
    font-size: 1rem;
    margin-bottom: 5px;
}
.class .output .correct {
    padding: 0px 0 30px;
    background: var(--success);
    color: var(--success-1);
    text-align: center;
}

.class .output .wrong {
    padding: 0px 0 30px;
    background: var(--danger);
    color: var(--danger-1);
    text-align: center;
}


.card-carousel {
    position: relative;
    background: white;
    padding: 10px;
    border-radius: 10px;
}
.card-carousel img {
    max-width: 100%;
}
.card-carousel .nav-carousel {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.card-carousel .nav-carousel button {
    position: absolute;
    top: 50%;
    width: 65px;
    height: 83px;
    background: center center no-repeat;
    border: none;
    outline: none!important;
    opacity: .8;
    transition: all .5s;
    cursor: pointer;
}
.card-carousel .nav-carousel button.prev-carousel {
    background-image: url(../images/icons/carousel-prev.png);
    left: 0;
    transform: translate(-100%, -50%);
}
.card-carousel .nav-carousel button.next-carousel {
    background-image: url(../images/icons/carousel-next.png);
    right: 0;
    transform: translate(100%, -50%);
}
.card-carousel .nav-carousel button:hover {
    opacity: 1;
}

.space-border-bottom {
    display: inline-block;
    border-bottom: 2px solid var(--accent-1);
    color: transparent;
}

.class .options textarea:disabled{
    background-color: var(--disabled-textarea)
}

.class .options textarea,
.modal textarea {
    padding: 15px 20px;
    width: 100%;
    background: white;
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--accent-1);
    font-size: 1.375rem;
    resize: none;
}

.class .options .max_characters.text-danger{
    color: var(--danger-1);
}

.class .options textarea::placeholder,
.modal textarea::placeholder {
    color: var(--border);
}

.modal .modal-body p,
.modal .modal-body label{
    font-size: 1.2rem;
}

.modal .modal-body .form-group .form-text{
    font-size: 1rem;
}

.modal .modal-body .form-group select.form-control{
    background: white url(../images/icons/select-down.png) right 10px center no-repeat!important;
    box-shadow: none!important;
    border: 1px solid var(--border);
}

.modal .modal-body .form-group select.form-control,
.modal .modal-body .form-group input.form-control,
.modal .modal-body .form-group select[multiple].form-control{
    -webkit-appearance: none;
    appearance: none;
    height: auto!important;
    background: white!important;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 40px;
    box-shadow: none;
}

.modal .modal-body .form-group .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.modal .modal-body .form-group .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' hei…circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.modal .modal-body .form-group{
    margin-bottom: 20px;
}

.modal-backdrop.show{
    opacity: .8;
}

.backdrop-white .modal-backdrop.show{
    opacity: 1;
    background-color: var(--background-class);
    background-image: url("../images/background-home.jpg");
}

.backdrop-white  .modal-content{
    border: 0!important;
    box-shadow: 0 0 20px var(--accent-1-20)!important;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}


.modal-header,
.modal-body,
.modal-footer{
    padding: 1rem 2rem;
}

.forum h1 {
    font-size: 1.5625rem;
    font-weight: 600;
}
.forum h2 {
    font-family: Circular;
    font-size: 1.5625rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
}
.forum .title {
    color: var(--accent-1);
}
.forum .comments h2 {
    text-transform: uppercase;
}
.forum .comments h3 {
    padding: 12px 0 0;
    font-family: Circular;
    font-size: 1rem;
    text-transform: none;
}
.forum .comments .avatar {
    display: inline-block;
    background: center center no-repeat;
    width: 48px;
    height: 48px;
    border: 3px solid white;
    border-radius: 50px;
    box-shadow: 0 0 20px var(--accent-3-shadow);
}
.forum .comments .comment {
    position: relative;
    color: var(--forum-comment);
    background: var(--forum-comment-background);
    border-radius: 0 10px 10px 10px;
    padding: 15px 20px;
    min-height: 5rem;
    max-width: 600px;
}
.forum .comments .comment:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background: var(--accent-1);
}
.forum .comments .rating {
    margin: 10px;
    font-size: .75rem;
}
.forum .comments .rating i {
    margin-right: 15px;
}
.forum .comments .rating i.fas {
    margin-right: 5px;
}

.content-panel h1 {
    font-size: 1.5625rem;
}
.content-panel h5 {
    color: var(--accent-1);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.content-panel h6 {
    color: var(--accent-1);
    font-size: 1rem;
    font-weight: 700;
}

.caixa-entrada .mensagem {
    margin-top: 10px;
    padding: 15px 0 15px;
    border: 1px solid var(--border);
    border-radius: 10px;
    align-items: center;
}
.caixa-entrada .mensagem.nova {
    border-color: var(--mensagem-nova-border);
    background-color: var(--mensagem-nova-background);
}
.caixa-entrada .mensagem .lida {
    text-align: center;
}
.caixa-entrada .mensagem .titulo {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.caixa-entrada .mensagem .acoes {
    text-align: center;
    font-size: 0;
}

.caixa-entrada-mensagem h2 {
    margin-bottom: 1.5rem;
    font-family: Circular;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--accent-4);
    text-transform: none;
}
.caixa-entrada-mensagem p {
    color: var(--accent-4);
}

.desempenho .featured {
    padding: 20px 15px 15px 25px;
    background: url(../images/desempenho-featured-background.png) right center no-repeat;
    background-size: auto 100%;
}
.desempenho .featured h2 {
    margin: 0;
    line-height: 1em;
}
.desempenho .featured p {
    font-size: .875rem;
    margin: 0;
}
.desempenho .aula {
    margin-top: 10px;
    padding: 8px 0 8px;
    border: 1px solid var(--border);
    border-radius: 10px;
    align-items: center;
    color: var(--accent-4);
}

.assinaturas .cursos {
    font-size: .875rem;
}
.assinaturas .cursos .curso p {
    margin-bottom: 5px!important;
    color: var(--accent-4);
}
.assinaturas .cursos .curso p span {
    display: inline-block;
    width: 35%;
    color: var(--default);
}
.assinaturas .cursos .curso .box {
    padding: 15px 20px 10px;
    border: 1px solid var(--default);
    box-shadow: none;
}
.assinaturas .cursos .curso .box p span {
    width: 65%;
}
.assinaturas .fatura {
    margin-top: 10px;
    padding: 8px 0 8px;
    border: 1px solid var(--border);
    border-radius: 10px;
    align-items: center;
    color: var(--accent-4);
}
.assinaturas .cursos .curso .fatura p {
    margin-bottom: 0!important;
}

.agenda .box {
    height: 230px;
}
.agenda .featured {
    position: relative;
    border-radius: 15px;
    background: white url(../images/agenda-featured-background.jpg) right center no-repeat;
    background-size: auto 100%;
    padding: 25px 20px 25px 30px;
    overflow: hidden;
}
.agenda .featured h2 {
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--default);
}
.agenda .featured h2 span {
    display: inline-block;
    text-align: center;
    width: 40px;
    margin: 0 5px 20px 0;
}
.agenda .featured h3 {
    margin: 0;
    text-transform: none;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
}
.agenda .featured p {
    font-size: .875rem;
}
.agenda .featured button {
    margin-bottom: 5px;
}
.agenda .featured small {
    font-size: .75rem;
    font-style: italic;
}

.agenda .carousel {
    height: 100%;
    margin: 0;
    align-content: center;
    justify-items: center;
    justify-content: center;
    display: flex;
}
.agenda .carousel .items {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    align-content: center;
    justify-items: center;
    justify-content: center;
}
.agenda .carousel .item {
    padding: 20px 40px 20px 60px;
    align-items: center;
    white-space: normal;

}
.agenda .carousel .item:nth-child(1n+2) {
    background: rgb(241,241,242);
    background: linear-gradient(90deg, rgba(241,241,242,1) 0px, rgba(241,241,242,0) 25px);
    padding: 20px 60px 20px 40px;
}
.agenda .carousel .item h2 {
    font-size: 1rem;
    color: var(--default);
}
.agenda .carousel .item h2 .profile {
    display: inline-block;
    background: center center no-repeat;
    width: 36px;
    height: 36px;
    border: 3px solid white;
    border-radius: 50px;
    box-shadow: 0 0 20px var(--accent-3-shadow);
    margin-right: 5px;
}
.agenda .carousel .item h3 {
    font-size: 1.25rem;
    text-transform: none;
}
.agenda .carousel .item p {
    font-size: .875rem;
    color: var(--accent-4);
}
.agenda .carousel .item p img {
    vertical-align: sub;
    margin-right: 3px;
}
.agenda .carousel .nav-carousel {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.agenda .carousel .nav-carousel button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    background: center center no-repeat;
    border: none;
    outline: none!important;
    opacity: 1;
    transition: all .5s;
    cursor: pointer;
}
.agenda .carousel .nav-carousel button.prev-carousel {
    background-image: url(../images/icons/carousel-prev-agenda.png);
    left: 0;
    transform: translate(10px, -50%);
}
.agenda .carousel .nav-carousel button.next-carousel {
    background-image: url(../images/icons/carousel-next-agenda.png);
    right: 0;
    transform: translate(-10px, -50%);
}
.agenda .carousel .nav-carousel button:hover {
    opacity: .7;
}

.class-book.agenda .box {
    padding: 0;
}
.class-book.agenda .carousel .item {
    width: 33.3333%;
}

.live {
    background: #2e2f2f;
}
.live .chat {
    position: fixed;
    top: 0;
    right: 0;
    width: 330px;
    height: 100vh;
    background: white;
    transition: all .5s;
}
.live.teacher .chat {
    top: 90px;
    height: calc(100vh - 90px);
}
.live.chat-hide .chat {
    right: -330px;
}
.live .chat .btn-chat {
    position: absolute;
    top: 0;
    left: -35px;
    width: 35px;
    height: 55px;
    background: white;
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 100%);
    border: none;
    border-radius: 0 0 0 20px;
    outline: none;
    cursor: pointer;
}
.live .chat .btn-chat:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icons/live-chat-close.png) center center no-repeat;
    transition: all .5s;
}
.live.chat-hide .chat .btn-chat:after {
    transform: rotate(180deg);
}
.live .chat .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
    background: white;
    box-shadow: 0 0 20px var(--accent-1-20);
}
.live .chat .container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 115px;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(241,241,255,1) 100%);
}
.live .chat .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: calc(100% - 115px);
    padding: 0 20px 50px;
    background: white;
    overflow-y: scroll;
}
.live .chat .message {
    font-size: .875rem;
}
.live .chat .message.me {
    text-align: right;
}
.live .chat .message h3 {
    padding: 12px 0 0;
    font-family: Circular;
    font-size: 1rem;
    text-transform: none;
}
.live .chat .message .avatar {
    display: inline-block;
    background: center center no-repeat;
    width: 48px;
    height: 48px;
    border: 3px solid white;
    border-radius: 50px;
    box-shadow: 0 0 20px var(--accent-3-shadow);
}
.live .chat .message .comment {
    position: relative;
    color: var(--forum-comment);
    background: var(--forum-comment-background);
    border-radius: 0 10px 10px 10px;
    padding: 15px 20px;
    max-width: 600px;
}
.live .chat .message.me .comment {
    background: white;
    border: 1px solid var(--forum-comment-background);
    border-radius: 10px 0 10px 10px;
}
.live .chat .message .comment:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background: var(--accent-1);
}
.live .chat .message.me .comment:before {
    left: unset;
    right: 0;
}
.live .chat .message .comment p {
    margin-bottom: 5px;
}
.live .chat .message .comment .time {
    font-size: .75rem;
    font-style: italic;
    line-height: 1em;
}
.live .chat .message .comment .time img {
    height: 12px;
    vertical-align: sub;
    margin-right: 5px;
}
.live .chat .send-message {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: white;
    background: linear-gradient(180deg, rgba(241,241,242,1) 0px, rgba(255,255,255,1) 25px);
    padding: 25px;
    display: flex;
    align-items: center;
}
.live .chat .send-message > div {
    flex: 1;
    align-items: stretch;
}
.live .chat .send-message input {
    margin-left: 10px;
    width: calc(100% - 60px);
    font-size: .875rem;
    border: none;
    color: var(--accent-4);
}
.live .chat .send-message .btn-send {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: var(--secondary) url(../images/icons/live-chat-send.png) center center no-repeat;
    border-radius: 50%;
    border: none;
    vertical-align: middle;
    outline: none;
    transition: all .5s;
}
.live .chat .send-message .btn-send:hover {
    background-color: var(--accent-2);
}


.live .videos {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 115px);
    padding-right: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.live.chat-hide .videos {
    padding-right: 0;
}
.live .videos .video {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.live .videos .video h2 {
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: Circular;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    text-transform: none;
}
.live .videos .video .video-options {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
}
.live.teacher .videos {
    padding-top: 90px;
}

.live .wait {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    background: white;
    box-shadow: 0 0 20px var(--accent-1-20);
    text-align: center;
    z-index: 9;
}
.live .wait .user {
    display: inline-block;
    margin: 0 10px;
    font-size: .75rem;
    font-style: italic;
}
.live .wait .user .avatar {
    display: inline-block;
    background: center center no-repeat;
    width: 48px;
    height: 48px;
    border: 3px solid white;
    border-radius: 50px;
    box-shadow: 0 0 20px var(--accent-3-shadow);
}
.live .wait .user.yellow .avatar {
    border-color: #f2d346;
}
.live .wait .user.orange .avatar {
    border-color: #ffb700;
}
.live .wait .user.red .avatar {
    border-color: #ff5e5e;
}
.live .wait .user.active {
    margin-left: 50px;
}
.live .wait .user.active .avatar {
    border-color: var(--success);
}
.live .wait .user p {
    margin: 0;
    line-height: 1em;
}
.live .wait .user p.name {
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    color: var(--accent-1);
}

.live .user-options {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 115px;
    padding-right: 330px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.live.chat-hide .user-options {
    padding-right: 0;
}
.live .btn-live {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: var(--secondary) center center no-repeat;
    padding: 0;
    transition: all .5s;
    margin: 0 5px;
}
.live .btn-live:hover {
    background-color: var(--accent-2);
}
.live .btn-live.btn-mic {
    background-image: url(../images/icons/live-mic.png);
}
.live .btn-live.btn-video {
    background-image: url(../images/icons/live-video.png);
}
.live .btn-live.btn-screen {
    background-image: url(../images/icons/live-screen.png);
}
.live .btn-live.btn-chat {
    background-image: url(../images/icons/live-chat.png);
}
.live .btn-live.btn-block {
    background-image: url(../images/icons/live-block.png);
}

.live .video-group {
    font-size: 0;
    width: 466px;
    height: 384px;
}
.live .videos .video .video-group .video-options {
    bottom: 100%;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
}
.live .video-group .member {
    position: relative;
    display: inline-flex;
    width: calc(25% - 6px);
    height: calc(25% - 6px);
    overflow: hidden;
    margin: 3px;
    border: 0px solid var(--accent-2);
    transition: all .3s;
    cursor: pointer;
}
.live .video-group .member:hover,
.live .video-group .member.active {
    border: 3px solid var(--accent-2);
}
.live .video-group .member > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 200%!important;
    max-height: 200%;
    transform: translate(-50%, -50%);
}

.loader-modal{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    background: white;
    position: absolute;
}

.class .content .fit-mobile {
    margin-top: 3%;
}

@media(min-width: 768px){

    .class .content .fit-mobile {
        min-height: calc(100vh + 200px);
/*        align-content: center;*/
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
        padding-bottom: 200px;
    }

    .class header{
        padding: 10px 40px 0!important;
    }
    .class .steps-bar{
        top: 10px;
    }

    .card-image{
        width: 70%;
    }

    .box-video{
        width: 70%;
        margin: 0 auto;
    }
}

@media( min-width: 767px ){
    .btn-class-option:hover{
        background: var(--accent-5);
        color: white;
        box-shadow: 0 3px 0 var(--accent-1);
    }

    .class .content .fit-mobile{
        min-height: calc(100vh - 200px);
        align-items: center;
        align-content: center;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}

@media ( max-width: 767px ) {

    .modal-open .modal{
        padding-left: 0!important;
    }

    .modal-open .modal .modal-dialog{
        margin: 0 auto!important;
    }

    .modal-open .modal .modal-header .modal-title{
        font-size: 1.25rem!important;
    }

    .modal-open .modal .modal-header .logo{
        width: 20px;
        height: 27.5px;
        background-size: 560%;
    }

    .modal-open .modal .modal-body{
        min-height: calc(100vh - 150px);
    }


    .backdrop-white .modal-content{
        height: 100vh;
    }

    .modal-open .modal .form .modal-body .loader-modal{
        top: 63px;
        height: calc(100vh - 150px);
    }

    .class .content{
        position: relative;
        transform: none;
        top: 70px;
        left: 0;
    }

    .class .content .fit-mobile{
        min-height: calc(100vh - 140px);
        align-items: center;
        align-content: center;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 70px;
        padding-bottom: 100px;
    }

    .btn-lg {
        padding: 8px 20px;
    }

    body {
        background: none;
        padding-bottom: 60px;
    }
    body.logout,
    body.home {
        background: none;
        padding-bottom: 60px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 0;
        background: white;
        border-bottom: 1px solid var(--accent-1-20);
        z-index: 999;
    }

    body > section {
        margin-top: 90px;
        padding: 30px 0;
    }
    body.logout > section {
        padding: 50px 0;
    }

    footer {
        display: none;
        font-size: 0.75rem;
        line-height: 1.4em;
        padding-bottom: 10px;
    }
    body.logout footer {
        display: block;
    }

    .logout .box {
        background: unset;
        box-shadow: unset;
        border-radius: unset;
    }
    .login {
        /* position: relative;
        top: unset;
        left: unset;
        transform: unset; */
        width: 100%;
        padding: 50px 40px 0;
    }
    .logout .btn.btn-sm {
        font-size: .75rem;
    }

    .checkout {
        padding: 0px 40px;
    }
    .checkout .descricao .items {
        max-width: 350px;
    }
    .checkout .pagamento {
        padding: 1rem;
    }
    .checkout .pagamento .item {
        margin: 10px 0;
        text-align: left;
    }
    .checkout .pagamento .item p,
    .checkout .pagamento .item h2 {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .checkout .pagamento .item p {
        text-align: center;
        width: 40px;
        margin-right: 10px;
    }

    .nav ul {
        padding-left: 20px;
    }
    .nav ul.menu {
        display: none!important;
    }

    .content-nav {
         display: none!important;
    }
    .content-nav-mobile {
        display: block!important;
        position: fixed;
        top: 100vh;
        left: 0;
        width: 100%;
        height: calc(100vh - 88px);
        padding: 30px 0 60px;
        background: white;
        overflow-y: scroll;
        transition: all .5s;
        z-index: 899;
    }
    .content-nav-mobile.active {
        top: 50px;
    }
    .content-nav-mobile .lessons {
        margin-top: 30px;
        display: none;
    }

    .content-nav-mobile .lessons.active{
        display: flex;
    }

    .content-nav-mobile .lessons a {
        display: block;
        margin-bottom: 30px;
    }
    .content-nav-mobile .lessons a img {
        max-width: 100%;
    }
    .content-nav-mobile .lessons a h3 {
        margin-top: 5px;
        font-family: Circular;
        font-size: .875rem;
        text-transform: none;
    }

    .nav-mobile {
        display: block!important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 0;
        background: white;
        border-top: 1px solid var(--accent-1-20);
        z-index: 999;
    }
    .nav-mobile ul {
        list-style: none;
        padding: 0 20px;
        margin: 0;
        display: flex;
    }
    .nav-mobile ul li {
        flex: 1;
        text-align: center;
        font-size: 1.5rem;
    }
    .nav-mobile ul li a:hover {
        color: var(--default);
    }
    .nav-mobile ul li.active a {
        color: var(--accent-1)!important;
    }

    .container.home {
        padding: 0 30px!important;
        margin-top: 60px;
    }

    .home .featured {

    }

    .home .featured img {
        max-width: 110%;
    }
    .home .featured .content {
        padding: 20px 30px;
        width: 250px;
    }
    .home .featured .content span.unit {
        font-size: 20px;
    }
    .home .featured .content span.number {
        font-size: 64px;
    }
    .home .featured .content span.title {
        font-size: 20px;
    }
    .home .featured .content p {
        margin-bottom: 8px;
    }
    .home .side-featured {
        margin-top: 30px;
    }

    .container.content-panel {
        background: unset;
        box-shadow: unset;
        border-radius: unset;
        padding: 0px 30px!important;
    }
    .container.content-panel > .row {
        min-height: auto!important;
    }
    .container.content-panel .sidebar-nav {
        margin: 0 -10px 30px;
        border-radius: 20px;
    }
    .container.content-panel .sidebar-nav ul {
        background: unset;
        padding: 10px 20px 0;
    }
    .container.content-panel .sidebar-nav ul:last-child {
        padding: 0 20px 10px;
    }
    .container.content-panel .sidebar-nav ul li {
        height: 0px;
        padding: 0;
        transition: all .3s;
        overflow: hidden;
    }
    .container.content-panel .sidebar-nav ul li.active {
        height: 48px;
        padding: 10px 0;
    }
    .container.content-panel .sidebar-nav ul.show li {
        height: 48px;
        padding: 10px 0;
    }
    .container.content-panel .sidebar-nav ul li a.active:after {
        margin: 0 2px 0 0;
        transform: rotate(90deg);
        transition: all .3s;
    }
    .container.content-panel .sidebar-nav ul.show li a.active:after {
        transform: rotate(-90deg);
    }

    .btn-class,
    .btn-class:focus {
        width: 59;
        height: 51;
    }
    .btn-class img {
        max-width: 100%;
    }

    .forum h2 {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    .forum .comments .avatar {
        width: 30px;
        height: 30px;
        border-width: 2px;
    }
    .forum .comments h3 {
        padding-top: 5px;
    }


    .select.icon {
        float: left;
        width: calc(100% - 60px);
    }
    .agenda .btn-calendar {
        margin-left: 0px!important;
    }

    .agenda .box {
        margin-bottom: 30px;
    }
    .agenda .featured {
        height: 180px;
        padding-right: 100px;
    }
    .agenda .featured h2 {
        font-size: .875rem;
    }
    .agenda .featured h2 span {
        width: 25px;
    }
    .agenda .featured h2 span img {
        max-height: 16px;
    }
    .agenda .featured h3 {
        font-size: 1rem;
    }
    .agenda .carousel .item {
        width: 100%;
    }
    .agenda .carousel .item:nth-child(1n+2) {
        background: white;
    }
    .agenda .carousel .item h2 .profile {
        width: 28px;
        height: 28px;
        border-width: 2px;
    }
    .agenda .carousel .item h2 {
        font-size: .75rem;
    }
    .agenda .carousel .item h3 {
        font-size: 1rem;
    }

    .class .content {
        padding: 0 15px;
    }

    .class header {
        padding: 10px 0;
    }
    .class header a.teacher-live img {
        width: 40px;
        height: 40px;
    }
    .class header a.close {
        margin-top: 5px;
    }
    .class header a.close img {
        width: 30px;
        height: auto;
    }
    .class .steps-bar {
        top: 5px;
        left: 50%;
        width: 50%;
        transform: translateX(calc(-50% + 10px));
    }
    .class .steps .step {
        display: none;
    }
    .class .steps .step.active {
        display: block;
    }


    .class nav {
        padding: 10px 0 20px;
        transform: translateY(calc(100% - 60px));
        transition: all .3s;
    }
    .class nav.active {
        transform: translateY(0);
    }
    .class nav .btn-icon .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 40px;
    }
    .class nav .btn-icon .icon i.fa-times {
        display: none;
    }

    .class nav.active .btn-icon .icon i.fa-times {
        display: block;
    }

    .class nav .btn-icon .icon i.fa-ellipsis-v {
        display: block;
    }

    .class nav.active .btn-icon .icon i.fa-ellipsis-v {
        display: none;
    }

    .class nav .btn-icon .icon img {
        zoom: .7;
    }
    .class nav .btn-next {
        width: 103px;
        height: 40px;
        padding: 0 20px 0 10px;
        background-size: contain;
        font-size: .8rem;
    }
    .class nav .btn-skip {
        width: 73px;
        height: 30px;
        padding: 0 20px 0 10px;
        background-size: contain;
        font-size: .8rem;
        margin-right: 10px;
    }
    .class nav .col.col-nav {
        justify-content: space-between;
    }
    .class nav .col.col-nav .col-nav-mobile {
        display: block;
    }
    .class nav .col.col-nav form {
        margin-bottom: 0;
    }
    .class nav .col.col-btn {
        margin: 20px 0 0;
    }
    .class nav .col.col-btn .btn-icon {
        display: block;
        margin-bottom: 10px;
    }
    .class nav .col.col-btn .btn-icon .icon {
        display: inline-block;
        margin-right: 10px;
    }
    .class nav .col.col-options {
        justify-content: flex-start;
    }
    .class nav .col.col-options > div {
        width: 100%;
    }
    .class nav .col.col-options .option-cc {
        line-height: 30px;
    }
    .class nav .col.col-options .option-cc h6 {
        float: left;
        margin: 0;
        padding-top: 8px;
    }
    .class nav .col.col-options .option-cc .legenda {
        float: right;
        margin: 0 25px 0 0;
    }

    .card-carousel .nav-carousel{
        display: none;
    }

    .card-carousel .nav-carousel button {
        opacity: .5;
    }
    .card-carousel .nav-carousel button.prev-carousel {
        transform: translate(10px, -50%);
    }
    .card-carousel .nav-carousel button.next-carousel {
        transform: translate(-10px, -50%);
    }

    .class .class-cards .options textarea {
        font-size: 1rem;
        height: 100px;
    }

    .class .output {
        bottom: -50vh;
    }
    .class .output.show {
        bottom: 60px;
    }
    .class .output > div {
        padding: 0 30px 20px!important;
    }

    .btn-class-option, .btn-class-option:focus {
        font-size: 1rem;
        min-width: 90px;
    }

    .class nav .col.col-options .btn {
        width: 100%;
    }

    .btn-class.btn-lg {
        width: 100px;
        height: 80px;
    }
    .btn-class.btn-lg img {
        zoom: .7;
    }

    .class .content h1 {
        font-size: 2rem;
    }
    .class .downloads .btn-download {
        font-size: .875rem;
    }
    .class .downloads .btn-download:before {
        zoom: .7;
        margin-right: 7px;
    }

    .class-book.agenda .carousel .item {
        width: 100%;
    }
    .class .content h2 {
        margin-bottom: 30px;
    }
    .class .content h2 small {
        display: block;
    }


    .live .btn-live {
        zoom: .8;
        margin: 0 2px;
    }
    .live .user-options {
        height: 60px;
        padding-right: 0!important;
    }
    .live .videos {
        padding-right: 0!important;
        height: calc(100vh - 60px);
    }
    .live .videos > div {
        width: 100%;
        padding: 0 30px;
    }
    .live .videos .video {
        width: 100%;
        max-width: 100%;
    }
    .live .videos .video img {
        max-width: 100%;
    }
    .live .videos .video h2 {
        top: 15px;
    }
    .live .videos .video .video-options {
        padding: 10px 15px;
    }
    .live .video-group {
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .live .video-group .member {
        width: calc(12.5% - 6px);
        height: 50px;
    }
    .live .videos .video .video-group .video-options {
        bottom: unset;
        top: 100%;
        text-align: center;
    }
    .live .wait .user {
        margin: 0 3px;
    }
    .live .wait .user .avatar {
        width: 30px;
        height: 30px;
    }
    .live .wait .user p {
        display: none;
    }
    .live .wait .user.active {
        margin-left: 20px;
    }
    .live.teacher .chat {
        top: 50px;
        height: calc(100vh - 50px);
    }
    .live.teacher .videos {
        padding-top: 50px;
    }
    .live .wait {
        padding: 10px 15px;
    }
    .live .wait > div {
        line-height: 0;
    }
}

@media (max-width:991px) {

    body:not(.logout) .logo {
        width: 26px;
        height: 33px;
        background-position: left center;
        background-size: 153px;
        margin-bottom: 0;
    }

    .nav ul {
        padding-left: 30px;
    }

    .nav ul img{
        max-width: 24px;
    }

    .nav ul.menu li {
        margin-left: 10px;
    }

    .nav ul.curso > li:after{
        bottom: 5px;
    }

    .nav ul.profile a.avatar{
        width: 36px;
        height: 36px;
    }

    .content-nav .unit .content {
        align-items: center;
    }
    .content-nav .unit .content h2 {
        font-size: .75rem;
    }
    .content-nav .unit .content > p {
        display: none;
    }

    .btn-acoes-icon {
        font-size: 0;
        margin: 0 3px;
    }
    .btn-acoes-icon .icon {
        width: 20px;
        height: 20px;
        /* margin: 5px 0 0; */
    }
    .btn-acoes-icon .icon img {
        max-width: 100%;
    }

    .assinaturas .cursos .curso p span {
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-size: .75rem;
    }
    .assinaturas .cursos .curso .box {
        border-radius: 10px;
        padding: 10px 15px 5px;
    }
    .assinaturas .cursos .curso .box p span {
        display: inline-block;
    }
    .assinaturas .fatura {
        margin: 10px 0 0;
    }
    .assinaturas .fatura > div {
        margin-bottom: 2px;
    }
    .assinaturas .fatura > div.status {
        margin-top: 10px;
    }
    .assinaturas .fatura > div:not(.status):before {
        content: attr(title);
        display: inline-block;
        font-size: .75rem;
        color: var(--default);
        text-transform: uppercase;
        width: 50%;
    }

    .desempenho .featured {
        border-radius: 15px;
        margin-bottom: 30px;
        padding: 15px 20px 10px;
    }
    .desempenho .featured h2 {
        font-size: 1.5rem;
    }
    .desempenho .featured p {
        font-size: .75rem;
    }

    .desempenho .aula {
        margin: 20px 0 0;
        padding: 15px 0 10px;
    }
    .desempenho .aula > div {
        display: flex;
        align-items: baseline;
        margin-bottom: 5px;
        font-size: .875rem;
        line-height: 1.4em;
    }
    .desempenho .aula > div.acoes {
        justify-content: center;
        margin-top: 10px;
    }
    .desempenho .aula > div:not(.acoes):before {
        content: attr(title);
        display: inline-block;
        font-size: .75rem;
        color: var(--default);
        text-transform: uppercase;
        width: 90px;
        flex: none;
    }

    .caixa-entrada .mensagem {
        margin: 10px 0 0;
    }
    .caixa-entrada .mensagem .titulo {
        padding-right: 0;
    }
    .caixa-entrada .mensagem .acoes {
        padding: 0;
    }

    .agenda .featured {
        margin-bottom: 30px;
    }
}


@keyframes ldio-r50jlsrzcqs {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
}

.ldio-r50jlsrzcqs div {
    position: absolute;
    width: 92px;
    height: 92px;
    border: 16px solid var(--secondary);
    border-top-color: transparent;
    border-radius: 50%;
}
.ldio-r50jlsrzcqs div {
    animation: ldio-r50jlsrzcqs 1s linear infinite;
    top: 100px;
    left: 100px
}
.loadingio-spinner-rolling-hb5y7e6zbdw {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-r50jlsrzcqs {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-r50jlsrzcqs div {
    box-sizing: content-box;
}
/* generated by https://loading.io/ */

/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
 /**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
  }
  .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid var(--success-1);
  }
  .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
  }
  .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
  }
  .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
  }
  .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: var(--success-1);
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
  }
  .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
  }
  .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
  }
  .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
  }
  .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
  }

  @keyframes rotate-circle {
    0% {
      transform: rotate(-45deg);
    }
    5% {
      transform: rotate(-45deg);
    }
    12% {
      transform: rotate(-405deg);
    }
    100% {
      transform: rotate(-405deg);
    }
  }
  @keyframes icon-line-tip {
    0% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }
  @keyframes icon-line-long {
    0% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0px;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }

  .fade-enter-active {
    transition: opacity .5s;
  }

  .fade-enter /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
  }

  @keyframes ldio-e6rmzoywsxd {
    0% { transform: translate(12px,80px) scale(0); }
    25% { transform: translate(12px,80px) scale(0); }
    50% { transform: translate(12px,80px) scale(1); }
    75% { transform: translate(80px,80px) scale(1); }
    100% { transform: translate(148px,80px) scale(1); }
}
@keyframes ldio-e6rmzoywsxd-r {
    0% { transform: translate(148px,80px) scale(1); }
    100% { transform: translate(148px,80px) scale(0); }
}
@keyframes ldio-e6rmzoywsxd-c {
    0% { background: var(--steps-bar-completed) }
    25% { background: var(--success-1) }
    50% { background: var(--yellow) }
    75% { background: var(--danger-1) }
    100% { background: var(--steps-bar-completed) }
}
.ldio-e6rmzoywsxd div {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transform: translate(50px,50px) scale(1);
    background: var(--steps-bar-completed);
    animation: ldio-e6rmzoywsxd 1.5384615384615383s infinite cubic-bezier(0,0.5,0.5,1);
}
.ldio-e6rmzoywsxd div:nth-child(1) {
    background: var(--danger-1);
    transform: translate(148px,80px) scale(1);
    animation: ldio-e6rmzoywsxd-r 0.3846153846153846s infinite cubic-bezier(0,0.5,0.5,1), ldio-e6rmzoywsxd-c 1.5384615384615383s infinite step-start;
}
.ldio-e6rmzoywsxd div:nth-child(2) {
    animation-delay: -0.3846153846153846s;
    background: --steps-bar-completed(var);
}
ldio-e6rmzoywsxd div:nth-child(3) {
    animation-delay: -0.7692307692307692s;
    background: var(--danger-1);
}
.ldio-e6rmzoywsxd div:nth-child(4) {
    animation-delay: -1.1538461538461537s;
    background: var(--yellow);
}
.ldio-e6rmzoywsxd div:nth-child(5) {
    animation-delay: -1.5384615384615383s;
    background: var(--success-1);
}
.loadingio-spinner-ellipsis-sr2rqha721 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-e6rmzoywsxd {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
    }
.ldio-e6rmzoywsxd div { box-sizing: content-box; }
/* generated by https://loading.io/ */

.recorder-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.error {
    color: indianred !important;
}

.alert {
    font-size: 15px
}

.pulsingButton {
    /*
    height: 20px;
    width: 60px;
    padding: 0 !important;
    font-size: 15px;
    color: darkred;
    background: transparent;
    border-color: transparent;
    */
    background-color: var(--secondary) !important;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 300ms ease-in-out;
    opacity: 1 !important;
}


/* Comment-out to have the button continue to pulse on mouseover */

a.pulsingButton:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}


/* Animation */

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
