*,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        body {
            background-color: #FFF;
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        .header {
            height: 80px;
            width: 100%;
            padding: 12px;
            background: #e6e6e6;
        }

        .logo-container {
            max-width: 220px;
            width: 100%;
            margin: 0 auto;
        }

            .logo-container img {
                width: 100%;
            }

        .container {
            background-color: #e6e6e6;
            width: 100%;
            overflow: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            height: auto;
        }

        #indice-container, #chat-container {
            float: left;
            height: 100%;
        }

        #indice-container {
            width: 25%;
        }

        #chat-container {
            width: 75%;
        }

        #indice-text-container {
            padding-left: 0px;
            padding-right: 0px;
        }

        #indice-text-container, #chat-text-container {
            height: 100%;
            width: 100%;
            padding-bottom: 0px;
            padding-top: 0px;
        }

        #indice-text {
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: #f2f2f2;
            position: relative;
            box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
            /* border-radius: 10px; */
            padding: 20px;
        }

        #indice-text-content {
            width: 100%;
            /* height: 100%; */
            overflow: auto;
        }

            #indice-text-content h1 {
                color: #33cc99;
                font-size: 22px;
            }

            #indice-text-content h2 {
                font-size: 18px;
                color: #333;
            }

            #indice-text-content ul li span {
                display: block;
                color: #9f9f9f;
                font-size: 14px;
                margin-bottom: 5px;
            }

        #chat-text-container {
            padding-left: 0px;
            padding-right: 0px;
            position: relative;
        }

        #chat-text {
            width: 100%;
            height: 100%;
            -webkit-overflow-scrolling: touch;
            background-color: #e6e6e6;
            box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
            padding: 20px 20px 0px 20px;
            /* border-radius: 10px; */
            clear: both;
            position: relative;
        }

        #btn-close-chat {
            display: none;
            position: absolute;
            right: 10;
            top: 10;
            background: #969494;
            padding: 5px;
            border-radius: 15px;
            width: 30px;
            height: 30px;
            text-align: center;
            color: #FFF;
            font-weight: bold;
        }

        #btn-open-chat {
            position: absolute;
            bottom: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            overflow: hidden;
            border-radius: 40px;
            box-shadow: 0px 0px 15px 8px rgb(0 0 0 / 36%);
            padding: 10px;
            padding-top: 14px;
            background: #25a679;
            color: #fff;
            text-align: center;
            display: none;
        }

        .chat-text {
            width: 100%;
        }

        .chat-space {
            width: 50px;
        }

        .chat-text-messages, .chat-text-messages-clone {
            height: calc(100% - 60px) !important;
            height: 100%;
            overflow: auto;
            transition: all .5s;
            /* -webkit-mask-image: linear-gradient(180deg, #000 90%, transparent); */
        }

            .chat-text-messages .curso h2 span, .chat-text-messages-clone .curso h2 span {
                padding-left: 6px;
                color: #777777;
                font-size: 16px;
            }

        .chat-text-input {
            position: relative;
        }

            .chat-text-input input {
                width: 100%;
                padding: 10px 60px 10px 10px;
                border: 1px solid #ccc;
                border-radius: 6px;
                margin-top: 8px;
                color: #666;
            }

                .chat-text-input input:disabled {
                    background: #ededed;
                    cursor: no-drop;
                }

            .chat-text-input .input-arrow {
                background: transparent;
                position: absolute;
                width: 32px;
                right: 16px;
                top: 12px;
                border: 0;
            }

                .chat-text-input .input-arrow img {
                    width: 100%;
                }

            .chat-text-input .input-arrow-menu {
                background: transparent;
                position: absolute;
                width: 32px;
                right: 16px;
                top: 12px;
                border: 0;
            }

                .chat-text-input .input-arrow-menu img {
                    width: 100%;
                }

        .input-arrow-home {
            position: absolute;
            width: 30px;
            right: 20px;
            top: 12px;
        }

        .chat-text-input input:focus-visible, .chat-text-input input:focus {
            outline: 1px solid #33cc99;
        }

        .chat-message-container-bot {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-start;
            align-items: flex-start;
            margin-bottom: -6px;
        }

        .chat-message-container-user {
            display: flex;
            flex-direction: row-reverse;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-start;
            margin-bottom: 10px;
            margin-top: 15px;
            align-items: center;
        }

        .chat-avatar {
            width: 50px;
        }

            .chat-avatar img {
                border-radius: 50px;
                width: 100%;
            }

        .chat-ballon {
            width: fit-content;
            max-width: 75%;
            border-radius: 15px;
            color: #fff;
            padding: 16px;
            position: relative;
            font-size: 14px;
            line-height: 20px;
        }

            .chat-ballon.message-bot {
                background-color: #FFF;
                float: left;
                margin-left: 20px;
                margin-top: 10px;
                color: #000;
            }

                .chat-ballon.message-bot.btns-nivel {
                    background: none;
                }

        .btns-temas {
            /* display: none; */
        }

        .course-details-container {
            padding-left: 14px;
            padding-right: 14px;
            display: flex;
            width: 100%;
            min-height: 66px;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: space-between;
            align-items: center;
        }

        .course-details-content h2 {
            margin: 0;
            margin-bottom: 6px;
            font-size: 16px;
            font-weight: 100;
        }

        .btn-quero-estudar, .btn-termos-menu-sim, .btn-termos-sim, .btn-recupera-senha, .btn-nao-sou-eu {
            background: #1bbc9b;
            color: #fff;
            border: 0;
            padding: 8px;
            border-radius: 4px;
            margin-bottom: 6px;
            transition: all .3s;
            cursor: pointer;
        }

            .btn-quero-estudar:hover:enabled, .btn-termos-menu-sim:hover:enabled, .btn-termos-sim:hover:enabled, .btn-recupera-senha:hover:enabled, .btn-nao-sou-eu:hover:enabled {
                background: #0e7a64;
            }

        .btn-quero-editar, .btn-termos-menu-nao, .btn-termos-nao {
            background: #ff6634;
            color: #fff;
            border: 0;
            padding: 8px;
            border-radius: 4px;
            margin-bottom: 6px;
            transition: all .3s;
            cursor: pointer;
        }

            .btn-quero-editar:hover:enabled, .btn-termos-menu-nao:hover:enabled, .btn-termos-nao:hover:enabled {
                background: #ab3711;
            }

        .btn-quero-criar {
            background: #ffcc00;
            color: #fff;
            border: 0;
            padding: 8px;
            border-radius: 4px;
            transition: all .3s;
            cursor: pointer;
        }

        .btn-compartilhar {
            background: #66bb6a;
            color: #fff;
            border: 0;
            padding: 8px;
            border-radius: 4px;
            transition: all .3s;
            cursor: pointer;
        }

        .btn-compartilhar:hover:enabled {
            background: #4b9b4f;
        }

            .btn-quero-criar:hover:enabled {
                background: #ac8a05;
            }

        button:disabled {
            background: #6a6a6a;
            color: #fff;
            border: 0;
            padding: 6px;
            border-radius: 4px;
            cursor: no-drop;
        }

        .course-details-img {
            overflow: hidden;
        }

            .course-details-img img {
                width: 110px;
                bottom: -25px;
                position: absolute;
                right: 36px;
            }

        .chat-ballon.message-bot.course-details {
            width: 100%;
            border-radius: 5px;
            overflow: hidden;
            padding: 18px;
        }

            .chat-ballon.message-bot.course-details h1 {
                font-size: 22px;
                line-height: 28px;
                color: #1bbc9b;
                width: 100%;
                margin: 0;
                padding-right: 50px;
                margin-bottom: 20px;
            }

            .chat-ballon.message-bot.course-details h2 {
                line-height: 18px;
                font-size: 18px;
            }

            .chat-ballon.message-bot.course-details ul li {
                font-weight: bold;
                padding-right: 16px;
            }

                .chat-ballon.message-bot.course-details ul li span {
                    display: block;
                    color: #838383;
                    font-weight: normal;
                    text-align: justify;
                }

            .chat-ballon.message-bot.course-details .btn-share {
                width: 34px;
                position: absolute;
                right: 22px;
                cursor: pointer;
                transition: all .3s;
            }

                .chat-ballon.message-bot.course-details .btn-share:hover {
                    opacity: .8;
                }

                .compartilhar {
                    position: absolute;
                    right: 26px;
                    top: 26px;
                    background: #1bbc9b;
                    border-radius: 17px;
                    width: 34px;
                    height: 34px;
                    font-size: 18px;
                    display: flex;
                    flex-direction: column;
                    flex-wrap: nowrap;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                    color: #fff;
                    cursor: pointer;
                }

                .compartilhamento-buttons {
                    display: flex;
                    margin-top: 20px;
                    margin-bottom: 40px;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                
                .btn-compartilhamento {
                    width: 50px;
                    background: #1bbc9b;
                    height: 50px;
                    align-items: center;
                    text-align: center;
                    vertical-align: middle;
                    border-radius: 25px;
                    color: #fff;
                    font-size: 24px;
                    display: flex;
                    justify-content: center;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-content: center;
                }
                
                .btn-compartilhamento:not(:last-child) {
                    margin-right: 20px;
                }
                
                .whatsapp {
                    background: #00af5e;
                }
                .whatsapp a {
                    color: #fff;
                }
                
                .linkedin {
                    background: #007ab9;
                }
                .linkedin a {
                    color: #fff;
                }
                
                .facebook {
                    background: #3d599a;
                }
                .facebook a {
                    color: #fff;
                }
                
                .twitter {
                    background: #54acec;
                }
                .twitter a {
                    color: #fff;
                }
                
                .email {
                    background: #36cc33;
                }
                .email a {
                    color: #fff;
                }
                
                .copy-link {
                    cursor:  pointer;
                    background: #9502d1;
                }

        .btn-nivel-iniciante {
            background: #1bbc9b;
            color: #fff;
            border: 0px;
            padding: 8px;
            width: 110px;
            border-radius: 5px;
            margin-bottom: 4px;
            font-weight: bold;
        }

            .btn-nivel-iniciante:hover {
                background: #11856e;
            }

        .btn-nivel-intermediario {
            background: #ff6633;
            color: #fff;
            border: 0px;
            padding: 8px;
            width: 110px;
            border-radius: 5px;
            margin-bottom: 4px;
            font-weight: bold;
        }

            .btn-nivel-intermediario:hover {
                background: #b84119;
            }

        .btn-nivel-avancado {
            background: #fc0;
            color: #fff;
            border: 0px;
            padding: 8px;
            width: 110px;
            border-radius: 5px;
            margin-bottom: 4px;
            font-weight: bold;
        }

            .btn-nivel-avancado:hover {
                background: rgb(187, 151, 4);
            }

            .btn-nivel-iniciante:disabled, .btn-nivel-intermediario:disabled, .btn-nivel-avancado:disabled {
                background: #8c8c8c;
            }

        .chat-ballon.message-bot.has-ballon-tick:before {
            content: "";
            width: 0px;
            height: 0px;
            position: absolute;
            left: -16px;
            top: 0px;
            border-left: 15px solid transparent;
            border-right: 15px solid #FFF;
            border-top: 15px solid #FFF;
            border-bottom: 15px solid transparent;
        }

        .chat-ballon.message-user {
            background-color: #1bbc9b;
            margin-right: 20px;
            margin-top: 10px;
            margin-left: auto;
            margin-right: 20px;
            color: #FFF;
        }

            .chat-ballon.message-user:before {
                content: "";
                width: 0px;
                height: 0px;
                position: absolute;
                right: -16px;
                top: 0px;
                border-left: 15px solid #1bbc9b;
                border-right: 15px solid transparent;
                border-top: 15px solid #1bbc9b;
                border-bottom: 15px solid transparent;
            }

        .btns-chat {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .btns-chat button {
                margin-bottom: 6px;
            }

                .btns-chat button.btn-chat-matricula {
                    background: #33cc99;
                    color: #FFF;
                    padding: 6px;
                    border: 0px;
                    border-radius: 20px;
                    width: 80%;
                }

                .btns-chat button.btn-chat-edit {
                    background: #9c9c9c;
                    color: #FFF;
                    padding: 6px;
                    border: 0px;
                    border-radius: 20px;
                    width: 80%;
                }

                .btns-chat button.btn-chat-troca {
                    background: #c9c9c9;
                    color: #FFF;
                    padding: 6px;
                    border: 0px;
                    border-radius: 20px;
                    width: 80%;
                }

        .indice-transition {
            background-color: #1ca779;
            width: 0px;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            transition: width 0.35s ease-in-out;
        }

        .typing {
            display: inline-block;
            width: 0.8rem;
            height: 0.8rem;
            margin-right: 0rem;
            box-sizing: border-box;
            background: #ccc;
            border-radius: 50%;
        }

            .typing.typing-1 {
                -webkit-animation: typing 3s infinite;
                animation: typing 3s infinite;
            }

            .typing.typing-2 {
                -webkit-animation: typing 3s 250ms infinite;
                animation: typing 3s 250ms infinite;
            }

            .typing.typing-3 {
                -webkit-animation: typing 3s 500ms infinite;
                animation: typing 3s 500ms infinite;
            }

        @-webkit-keyframes typing {
            0%, 75%, 100% {
                transform: translate(0, 0.25rem) scale(0.9);
                opacity: 0.5;
            }

            25% {
                transform: translate(0, -0.25rem) scale(1);
                opacity: 1;
            }
        }

        @keyframes typing {
            0%, 75%, 100% {
                transform: translate(0, 0.25rem) scale(0.9);
                opacity: 0.5;
            }

            25% {
                transform: translate(0, -0.25rem) scale(1);
                opacity: 1;
            }
        }

        /* SECTION PAGE */
        .content-page {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: 100%;
        }

        .home-center-banner {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 75%;
        }

        .home-center-banner-logo {
            display: flex;
            margin-top: 70px;
            flex-wrap: nowrap;
            flex-direction: row;
            align-content: center;
            justify-content: center;
            align-items: flex-start;
            width: 100%;
        }

        .left-ballon {
            width: 390px;
            position: absolute;
            margin-right: 920px;
            margin-top: 160px;
            z-index: -1;
        }

            .left-ballon img {
                width: 100%;
            }

            .left-ballon .ballon:nth-child(1) {
                right: -62px;
                top: 10px;
            }

            .left-ballon .ballon:nth-child(2) {
                right: 0px;
                top: 10px;
            }

            .left-ballon .ballon:nth-child(3) {
                right: -36px;
                top: 10px;
            }

            .left-ballon .ballon:nth-child(4) {
                right: -63px;
                top: 10px;
            }

        .right-ballon {
            width: 380px;
            position: absolute;
            margin-left: 952px;
            margin-top: 158px;
            z-index: -1;
        }

            .right-ballon img {
                width: 200px;
                margin-top: 62px;
            }

            .right-ballon .ballon:nth-child(1) {
                left: 0px;
            }

            .right-ballon .ballon:nth-child(2) {
                left: -56px;
            }

            .right-ballon .ballon:nth-child(3) {
                left: 0px;
            }

            .right-ballon .ballon:nth-child(4) {
                left: 28px;
            }

        .ballon {
            width: auto;
            margin: 20px auto;
            border-radius: 15px;
            color: #fff;
            padding: 12px 40px;
            text-align: center;
            font-family: arial;
            position: relative;
            font-size: 14px;
        }

        .green {
            background: #33cc99;
        }

        .gray {
            background: #666666;
        }

        .left:before {
            content: "";
            width: 0px;
            height: 0px;
            position: absolute;
            right: -16px;
            top: 0px;
        }

        .right:before {
            content: "";
            width: 0px;
            height: 0px;
            position: absolute;
            left: -16px;
            top: 0px;
        }

        .left.gray:before {
            border-left: 15px solid #666666;
            border-right: 15px solid transparent;
            border-top: 15px solid #666666;
            border-bottom: 15px solid transparent;
        }

        .right.gray:before {
            border-left: 15px solid transparent;
            border-right: 15px solid #666666;
            border-top: 15px solid #666666;
            border-bottom: 15px solid transparent;
        }

        .right.green:before {
            border-left: 15px solid transparent;
            border-right: 15px solid #33cc99;
            border-top: 15px solid #33cc99;
            border-bottom: 15px solid transparent;
        }

        .left.green:before {
            border-left: 15px solid #33cc99;
            border-right: 15px solid transparent;
            border-top: 15px solid #33cc99;
            border-bottom: 15px solid transparent;
        }

        .logo-container-home {
            position: relative;
            padding-top: 40px;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: flex-start;
            max-width: 540px;
            flex-wrap: nowrap;
            align-items: center;
        }

        .logo-content-home {
            max-width: 430px;
            margin-top: 18px;
            margin-bottom: 30px;
        }

            .logo-content-home img {
                width: 100%;
            }

        .form-home {
            width: 100%;
            max-width: 880px;
            position: relative;
        }

            .form-home input {
                width: 100%;
                padding: 18px;
                padding-right: 62px;
                border: 2px solid #000;
                border-radius: 8px;
                text-align: center;
            }

            .form-home img {
                width: 100%;
            }

        .rotate-banner {
            width: 90%;
            text-align: center;
            font-weight: bold;
            font-size: 22px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

        .btn-banner-left, .btn-banner-right {
            padding: 16px;
        }

            .btn-banner-left img, .btn-banner-right img {
                width: 14px;
                cursor: pointer;
                transition: all .5s;
            }

                .btn-banner-left img:hover, .btn-banner-right img:hover {
                    opacity: .5;
                }

        .instructions {
            background: #1bbc9b;
            width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
            margin-top: 68px;
            padding-bottom: 80px;
        }

            .instructions h1 {
                font-size: 1.5em;
                color: #FFF;
                margin-top: 44px;
            }

            .instructions .form {
                position: relative;
                width: 620px;
            }

        .btn-comecar {
            background: #33cc99;
            color: #FFF;
            border: 0px;
            padding: 16px;
            width: 100%;
            border-radius: 30px;
            cursor: pointer;
        }

            .btn-comecar:hover {
                background: #1ca779;
            }

        .description {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            position: relative;
            margin-top: 30px;
        }

        .comment-container {
            width: 190px;
            position: relative;
            height: 144px;
            margin-right: 20px;
            transition: .4s ease;
            cursor: pointer;
        }

        .comment-container:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
            transition: .4s ease;
        }

        .comment-image {
            z-index: 2;
            position: absolute;
            right: 10;
            top: -24px;
            width: 50px;
            border-radius: 25px;
            overflow: hidden;
            border: 2px solid #000;
        }

            .comment-image img {
                width: 100%;
            }

        .comment-content {
            z-index: 2;
            position: relative;
            margin-top: 30px;
            text-align: left;
            padding: 0px 12px 6px 12px;
            max-height: 100px;
            overflow: hidden;
        }

            .comment-content h1 {
                color: #000;
                font-size: 15px;
                margin: 0;
                margin-bottom: 2px;
                max-height: 84px;
                overflow: hidden;
            }

            .comment-content p {
                color: #000;
                font-size: 14px;
                margin: 0;
            }

        .comment-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1;
        }

        /* width */
        ::-webkit-scrollbar {
            width: 5px;
        }

        /* Track */
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: #b5b5b5;
        }

            /* Handle on hover */
            ::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

        .super-fade {
            transform: scaleX(1.4) scaleY(1.6);
            filter: blur(5px);
            opacity: 0;
        }

        /* HOME */
        .home-menu {
            display: flex;
            width: 100%;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-end;
            align-items: center;
            padding: 10px 60px;
        }

        .btns-menu {
            display: flex;
            margin-right: 20px;
        }

        .btn-menu {
            color: #000;
            padding: 20px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
        }

        .btn-menu-login {
            background: #1bbc9b;
            border: 0px;
            color: #fff;
            padding: 10px 40px;
            border-radius: 30px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all .5s;
        }

            .btn-menu-login:hover {
                background: #119e82;
            }

        .wellcome-container, .timeline-container {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            padding-bottom: 60px;
            position: relative;
        }

        .wellcome-content, .timeline-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 800px;
        }

            .wellcome-content h1, .timeline-content h1 {
                margin-top: 50px;
                margin-bottom: 0px;
                color: #373435;
                font-weight: bold;
                font-size: 36px;
            }

            .wellcome-content h2, .timeline-content h2 {
                margin-top: 40px;
                margin-bottom: 0px;
                color: #373435;
                font-weight: bold;
                font-size: 30px;
            }

            .wellcome-content p, .timeline-content p {
                color: #373435;
                width: 100%;
                max-width: 464px;
                text-align: center;
            }

        .timeline-container .homem {
            position: absolute;
            width: 100%;
            max-width: 260px;
            bottom: 80px;
            margin-right: 660px;
        }

        .timeline-container .homem-mobile {
            display: none;
        }

        .wellcome-content img {
            width: 80%;
        }

        .wellcome-reasons-content {
            width: 90%;
        }

        .wellcome-reasons-row {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: space-evenly;
            align-items: flex-start;
        }

        .wellcome-reason {
            max-width: 300px;
            width: 100%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            padding: 30px;
        }

            .wellcome-reason img {
                width: 90px;
            }

            .wellcome-reason h1 {
                color: #373435;
                font-size: 30px;
            }

            .wellcome-reason p {
                color: #373435;
                text-align: center;
            }

        .faq-container {
            width: 100%;
            background: #1bbc9b;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

        .faq-content {
            width: 100%;
            max-width: 900px;
        }

        .how-it-works {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

            .how-it-works img {
                width: 60px;
            }

            .how-it-works p {
                width: 330px;
            }

        .collapsible {
            background: none;
            color: white;
            cursor: pointer;
            padding: 18px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
        }

        /* .active, .collapsible:hover {
                background-color: #555;
            } */

        .faq-item-content {
            padding-right: 18px;
            padding-left: 52px;
            display: none;
            overflow: hidden;
            color: #fff;
            background: rgba(0,0,0,0.1);
            border-radius: 10px;
        }

        .faq-content h1 {
            margin-top: 70px;
            text-align: center;
            color: #fff;
        }

        .faq-container img {
            width: 350px;
            margin-bottom: -110px;
            z-index: 1;
        }

        .collapsible:before {
            content: '\02C5';
            color: white;
            font-weight: bold;
            float: left;
            margin-left: 5px;
            padding-right: 20px;
        }

        .active:before {
            content: "\02C4";
        }

        .contact-container {
            background-color: #e6e6e6;
            width: 100%;
            padding-top: 120px;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            padding-bottom: 80px;
            position: relative;
        }

            .contact-container h1 {
                margin-top: 40px;
                margin-bottom: 0px;
                color: #373435;
                font-weight: bold;
                font-size: 30px;
                text-align: center;
            }

        .contact-content {
            width: 100%;
            max-width: 660px;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

            .contact-content #formPost {
                width: 100%;
                max-width: 900px;
                margin-top: 30px;
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: center;
                align-items: center;
            }

                .contact-content #formPost input {
                    width: 100%;
                    padding: 10px 20px;
                    border-radius: 5px;
                    border: 1px solid #d5d5d5;
                    margin-bottom: 10px;
                    color: #aa9a9b;
                    font-size: 14px;
                }

                .contact-content #formPost select {
                    width: 55%;
                    padding: 9px 20px;
                    border-radius: 5px;
                    border: 1px solid #d5d5d5;
                    margin-bottom: 10px;
                    color: #aa9a9b;
                    font-size: 14px;
                    margin-right: 10px;
                }

            .contact-content .form-state {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                align-items: center;
                justify-content: flex-start;
                width: 100%;
            }

            .contact-content #formPost button {
                background: #1bbc9b;
                border: 0px;
                color: #fff;
                padding: 14px 60px;
                border-radius: 27px;
                font-weight: bold;
                margin-top: 30px;
                font-size: 18px;
            }

        .footer-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            padding-top: 70px;
            padding-bottom: 30px;
        }

        .footer-content {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

            .footer-content img {
                width: 100%;
                max-width: 300px;
            }

        .footer-menu {
            display: flex;
        }

            .footer-menu p {
                padding: 10px;
                cursor: pointer;
            }

            .footer-menu a {
                text-decoration: none !important;
                color: #000 !important;
            }

        .copywrite {
            color: #696666;
            font-weight: bold;
        }

        .footer-rocket {
            width: 350px;
            position: absolute;
            bottom: -160px;
            margin-left: 720px;
        }

        .cloud {
            width: 240px;
            position: absolute;
            margin-left: 710px;
            margin-top: -44px;
        }

        .chat-menu {
            width: 100%;
        }

        .chat-new-course {
            width: 100%;
            border: 0px;
            border-bottom: 1px solid #b0b0b0;
            cursor: pointer;
            transition: all .3s;
        }

            .chat-new-course:hover {
                background: rgba(0,0,0,0.05);
            }

            .chat-new-course span {
                display: inline-block;
                margin-right: 10px;
                vertical-align: middle;
                width: 36px;
            }

                .chat-new-course span img {
                    width: 100%;
                }

            .chat-new-course p {
                display: inline-block;
            }

        .chat-courses {
            width: 100%;
        }

        .chat-course {
            width: 100%;
            border-bottom: 1px solid #b0b0b0;
            cursor: pointer;
            transition: all .3s;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
        }

            .chat-course:hover {
                background: rgba(0,0,0,0.05);
            }

            .chat-course span {
                display: inline-block;
                margin-right: 10px;
                vertical-align: middle;
                width: 48px;
            }

                .chat-course span img {
                    width: 100%;
                }

            .chat-course p {
                width: 100%;
                display: inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        /* The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            padding-bottom: 100px;
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(6,27,79,0.56); /* Black w/ opacity */
        }

        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 55%;
            max-width: 600px;
            border-radius: 20px;
            padding-bottom: 0px;
        }

        .modal-title {
            /* width: 54%; */
            font-weight: 600;
        }

        .modal-footer {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

        .modal-footer-warning {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-end;
            align-items: center;
            position: relative;
        }

        .modal-professor {
            width: 100%;
            max-width: 230px;
            overflow: hidden;
        }

            .modal-professor img {
                width: 100%;
                margin-bottom: -20px;
            }

        .modal-professor-warning {
            width: 100%;
            max-width: 122px;
            overflow: hidden;
            position: absolute;
            bottom: 0;
            right: 24px;
        }

            .modal-professor-warning img {
                width: 100%;
                margin-bottom: -30px;
            }

        .modal-btns {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: stretch;
            width: 100%;
        }

            .modal-btns button {
                padding: 6px;
                border: 0px;
                border-radius: 30px;
                margin-bottom: 6px;
            }

                .modal-btns button.btn-matricula {
                    background: #1bbc9b;
                    color: #fff;
                }

                .modal-btns button.btn-editar {
                    background: #ff6633;
                    color: #fff;
                }

                .modal-btns button.btn-criar {
                    background: #fc0;
                    color: #fff;
                }

        .btn-course-option {
            background: #1bbc9b;
            border: 0px;
            margin: 2px;
            padding: 10px;
            color: #fff;
            border-radius: 5px;
            width: 100%;
            max-width: 360px;
            display: block;
            font-weight: bold;
        }

            .btn-course-option:disabled {
                background: #8c8c8c;
            }

        #btn-course-more {
            background: #ff6633;
        }

        #btn-course-explain {
            background: #fc0;
        }



        /* The Close Button */
        .close {
            color: #aaaaaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

            .close:hover,
            .close:focus {
                color: #000;
                text-decoration: none;
                cursor: pointer;
            }

        @media only screen and (max-width: 600px) {

            .chat-avatar {
                width: 0px;
            }

            .modal-professor-warning {
                display: none;
            }

            .chat-ballon.message-bot.course-details {
                max-width: 100%;
            }

            .course-details-content {
                width: 100%;
            }

                .course-details-content button {
                    display: block;
                }

            .course-details-img img {
                right: 14px;
            }

            .modal-content {
                width: 98%;
            }

            .form-home input {
                padding-right: 40px;
            }

            .input-arrow-home {
                position: absolute;
                width: 20px;
                right: 11px;
                top: 18px;
            }

            .cloud {
                position: relative;
                margin-left: 0;
            }

            .timeline-container .homem-mobile {
                display: block;
            }

            #btn-close-chat {
                display: block;
            }

            #indice-container {
                width: 100%;
            }

            #chat-container {
                position: absolute;
                width: 99%;
            }

            .left-ballon {
                display: none;
            }

            .right-ballon {
                width: 380px;
                position: relative;
                margin-left: 0px;
                margin-top: -60px;
                z-index: -1;
            }

                .right-ballon img {
                    float: right;
                }

            .home-center-banner-logo {
                margin-top: -20px;
            }

            .footer-rocket {
                display: none;
            }

            .wellcome-reasons-row {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: center;
                align-items: center;
            }

            .wellcome-reason {
                padding: 20px;
            }

                .wellcome-reason h1 {
                    font-size: 28px;
                }

            .description {
                flex-direction: column;
            }

            .home-menu {
                padding: 10px;
            }

            .comment-container {
                margin-right: 0px;
                height: 180px;
            }

            .footer-menu {
                flex-direction: column;
            }

                .footer-menu p {
                    padding: 0px;
                    margin: 8px;
                    text-align: center;
                }

            .instructions {
                padding-left: 12px;
                padding-right: 12px;
            }

            .wellcome-content, .timeline-content {
                padding: 16px;
            }

                .wellcome-content h1, .timeline-content h1 {
                    font-size: 26px;
                }

                .wellcome-content h2, .timeline-content h2 {
                    font-size: 24px;
                }

            .wellcome-container, .timeline-container {
                padding-bottom: 0px;
            }

            .how-it-works {
                margin-top: 50px;
            }

            .faq-container {
                margin-top: 50px;
            }

                .faq-container img {
                    width: 65%;
                }

            .contact-content #formPost {
                padding: 16px;
            }

            .contact-content .form-state {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                align-content: flex-start;
                align-items: flex-start;
                justify-content: flex-start;
                width: 100%;
            }

            .contact-content #formPost select {
                width: 100%;
            }

            .footer-content img {
                width: 75%;
                margin-bottom: 20px;
            }

            .faq-item-content {
                padding-right: 20px;
                padding-left: 20px;
                margin-left: 20px;
                margin-right: 20px;
            }

            .timeline-container .homem-mobile {
                width: 65%;
                margin-left: -15%;
                display: block;
            }

            .btn-compartilhamento {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
        }




        .course-collapsible {
            background-color: #fff;
            color: #353535;
            padding: 18px;
            width: 100%;
            border: 1px solid #b9b9b9;
            text-align: left;
            outline: none;
            font-size: 15px;
            margin-bottom: 10px;
            border-radius: 6px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
            justify-content: space-between;
            transition: all .5s;
        }

            .course-collapsible p {
                margin: 0;
            }

            .course-collapsible div {
                min-width: 65px;
                background: #1bbc9b;
                color: #fff;
                padding: 6px;
                border-radius: 4px;
                font-size: 12px;
                cursor: pointer;
                text-align: center;
            }

            .course-active, .course-collapsible:hover {
                background-color: rgba(27, 188, 155, .08);
                border: 1px solid #1bbc9b;
            }

        .course-content {
            padding: 0 18px;
            display: none;
            overflow: hidden;
            background-color: #FFF;
            margin-bottom: 10px;
            border-radius: 6px;
        }

            .course-content li {
                font-weight: bold;
            }

                .course-content li span {
                    display: block;
                    color: #8e8e8e;
                    padding-left: 20px;
                    font-weight: normal !important;
                }


        #login-password-step {
            /* display: none; */
        }

        #loginModal .modal-content {
            width: 400px;
        }

        #loginModal .modal-title {
            width: 90%;
            font-weight: 600;
            margin-bottom: 10px;
        }

        #loginModal .modal-footer {
            flex-direction: column;
        }

        #loginModal .form-content input {
            width: 100%;
            padding: 8px;
            border-radius: 5px;
            border: 1px solid #ccc;
            margin-bottom: 10px;
        }

        #loginModal #login-error-msg p {
            margin: 5px 0px 10px 0px;
            color: #d81b60;
        }

        #loginModal #login-recuperar-error-msg {
            border: 1px solid #1bbc9b;
            padding: 6px;
            background: #1bbc9b2b;
            border-radius: 5px;
            margin-bottom: 10px;
        }

            #loginModal #login-recuperar-error-msg.error {
                border: 1px solid #d81b60;
                padding: 6px;
                background: #d81b6038;
                border-radius: 5px;
                margin-bottom: 10px;
            }

            #loginModal #login-recuperar-error-msg p {
                margin: 5px 0px 10px 0px;
                color: #129278;
                font-size: 13px;
            }

            #loginModal #login-recuperar-error-msg.error p {
                margin: 5px 0px 10px 0px;
                color: #d81b60;
                font-size: 13px;
            }

        #loginModal .btn-login-home {
            padding: 8px;
            width: 100%;
            margin-bottom: 10px;
            border-radius: 5px;
            background: #1bbc9b;
            border: none;
            color: #FFF;
            transition: all .3s;
            cursor: pointer;
        }

            #loginModal .btn-login-home:hover {
                background: #0c7f68;
            }

            #loginModal .btn-login-home:disabled {
                background: #505050;
            }

        #loginModal #btn-esqueceu-voltar {
            margin-right: 6px;
            margin-bottom: 14px;
        }

        #loginModal #btn-esqueceu-enviar {
            margin-left: 6px;
            margin-bottom: 14px;
        }

        #loginModal .close {
            margin-top: -10px;
        }

        #loginModal .login-esqueceu {
            margin: 0px;
            margin-bottom: 10px;
        }

        #loginModal #btn-login-esqueceu {
            color: #0c7f68;
            text-decoration: none;
        }

        #loginModal #form-content-esqueceu {
            display: none;
        }