html {
    background: #fff;
    scroll-behavior: smooth;
}

.topo-area {
    display: flex;
    min-height: 900px;
    position: relative;
    background: #00182edd 10%;
    flex-direction: column;
}

.topo-area.interna {
    height: 190px;
    min-height: 190px;
}

.topo-area h2 {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.topo-area .descricao-area {
    min-height: 760px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
}

.topo-area h4 {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.topo-area .fundo {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu .logo {
    width: 70px;
    margin-right: 20px;
}

.menu {
    width: 100%;
    margin-top: 65px;
    max-width: 1075px;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav {
    width: 100%;
}

nav ul {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

nav ul li {
    transition: 0.3s;
    text-transform: uppercase;
}

nav ul li:hover {
    color: #f6a31f;
}

/*linguas */

.linguas-area {
    background: #fff;
    padding-top: 100px;
}

.titulo-area-home {
    margin-bottom: 50px;
}

.titulo-area-home h2 {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #303030;
    margin-bottom: 5px;
}

.titulo-area-home p {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #303030;
    margin-bottom: 15px;
}

.titulo-area-home .detalhe {
    width: 56px;
    height: 1.2px;
    background: #303030;
    border-radius: 2px;
    margin: 0 auto;
}

.linguas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1250px;
    margin: 0 auto;
}

.linguas .item {
    width: 384px;
    height: 288px;
    border: solid #fff 1.2px;
    transition: 0.5s;
    border-radius: 7px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.linguas .item:hover {
    border: solid #0E2640 1.2px;
}

.linguas .item:hover a {
    background: #0E2640;
    color: #fff;
}

.linguas img {
    width: 72px;
    margin-bottom: 12px;
}

.linguas h3 {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 6px;
    max-width: 310px;
}

.linguas span {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #303030;
}

.linguas .subtitulo {
    max-width: 265px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.linguas a {
    background: #FFFFFF;
    border: 1.2px solid #A6A6A6;
    box-sizing: border-box;
    border-radius: 4px;
    width: 216px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #A6A6A6;
    transition: 0.5s;
}

.linguas a:hover {
    background: #3d5b7c !important;
}

/**/

.metodos {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding-top: 70px;
}

.metodos .lista {
    margin-top: 20px;
    width: 100%;
}

.sem-borda-top::after {
    content: "";
    background-color: #fff;
    width: 100%;
    display: block;
    height: 1px;
}

.sem-borda-right::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid #fff;
}

.sem-borda-left::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #fff;
}

.sem-borda-bottom::after {
    content: "";
    background-color: #fff;
    width: 100%;
    display: block;
    bottom: 0px;
    position: absolute;
    height: 1px;
}

.metodos .item {
    position: relative;
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
    min-height: 215px;
    margin-bottom: 5px;
}

.borda-b {
    position: absolute;
    height: 1px;
    bottom: 0px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='2' stroke-dasharray='5%2c 10' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
}

.borda-l {
    position: absolute;
    height: 100%;
    left: 0px;
    width: 1px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='2' stroke-dasharray='5%2c 10' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
}

.borda-r {
    position: absolute;
    height: 100%;
    right: 0px;
    width: 1px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='2' stroke-dasharray='5%2c 10' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
}

.borda-t {
    position: absolute;
    height: 1px;
    top: 0px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='2' stroke-dasharray='5%2c 10' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
}

.borda-redonda {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='black' stroke-width='2' stroke-dasharray='5%2c 10' stroke-dashoffset='16' stroke-linecap='round'/%3e%3c/svg%3e");
}

.metodos .icone {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    z-index: 1;
    top: -32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 5px #fff;
}

.metodos .icone img {
    width: 32px;
}

.metodos .titulo {
    min-width: 100px;
    text-align: center;
    background: #fff;
    min-height: 44px;
    position: absolute;
    top: -22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #303030;
}

.metodos .texto {
    max-width: 730px;
    width: 82%;
    top: 35px;
    position: relative;
}

.metodos .texto p {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #303030;
}

.metodos .texto.right {
    padding-right: 85px;
    right: 0px;
    text-align: right;
    width: 100%;
}

.metodos .texto.left {
    padding-left: 85px;
    left: 0px;
    text-align: left;
    width: 100%;
}

.metodos .titulo.right {
    right: 0px;
    padding-right: 85px;
    justify-content: flex-end;
    padding-left: 12px;
    margin-bottom: 15px;
    text-align: end;
    margin-bottom: 15px;
}

.metodos .titulo.left {
    left: 0px;
    padding-left: 85px;
    justify-content: flex-start;
    padding-right: 12px;
    text-align: start;
    margin-bottom: 15px;
}

.metodos .icone.left {
    position: absolute;
    left: -57px;
    background-color: #fff;
}

.metodos .icone.right {
    position: absolute;
    right: -57px;
    background-color: #fff;
}

/*investimento*/

.investimento {
    padding-top: 20px;
    padding-bottom: 120px;
}

.investimento .lista {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.investimento .item {
    width: 280px;
    background: #FFFFFF;
    border: 1.5px solid #fff;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 100px;
    transition: 0.5s;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.investimento .item:hover {
    border: 1.5px solid #0E2640;
}

.investimento .item:hover .iniciar {
    background: #0E2640;
    color: #F8F8F8;
}

.investimento .item h2 {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 8px;
}

.investimento .item .valor {
    display: flex;
}

.investimento .item img {
    margin-bottom: 35px;
    filter: opacity(0.3);
    transition: 0.5s;
    height: 64px;
}

.investimento .item h3 {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #303030;
    margin-left: 4px;
}

.investimento .item span {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #303030;
    display: flex;
    align-items: flex-end;
    padding-bottom: 4px;
}

.investimento .item i {
    width: 56px;
    height: 1.2px;
    background: #303030;
    border-radius: 2px;
    display: block;
    margin: 16px auto;
}

.investimento .inclui {
    margin-top: 15px;
}

.investimento .item h5 {
    margin-bottom: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #303030;
    transition: 0.5s;
}

.investimento .item .inclui .sim {
    color: #A6A6A6;
}

.investimento .item .inclui .nao {
    color: #A6A6A6;
}

.investimento .iniciar {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #A6A6A6;
    width: 216px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 32px;
    background: #FFFFFF;
    border: 1.2px solid #A6A6A6;
    transition: 0.5s;
}

.investimento .item .iniciar:hover {
    background: #3d5b7c !important;
}

.investimento .item:hover img {
    filter: opacity(1);
}

.investimento .item:hover .sim {
    color: #303030;
}

.investimento .slick-dots {
    background: transparent;
}

.investimento .slick-dots li button {
    width: 15px;
}

.investimento .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.investimento .slick-dots li.slick-active button:before, .slider-topo .slick-dots li button:hover:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background: #303030;
    border: 1px #303030 solid;
}

.investimento .slick-dots li button:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background: white;
    border: 1px #303030 solid;
    border-radius: 3px;
}

.investimento .slick-dots li button:hover:before {
    color: #DFE8F3;
}

.investimento .slick-dots {
    background: rgb(123 123 123 / 0%);
}

.investimento .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

/* newsletter */

.newsletter {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #E9EBF0;
    min-height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter h2 {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #303030;
    margin-bottom: 10px;
}

.newsletter .email {
    max-width: 607px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    width: 100%;
    border: none;
    font-family: Open Sans;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #303030;
    float: left;
    padding-left: 20px;
}

.newsletter .cadastrar {
    width: 144px;
    height: 48px;
    background: #0E2640;
    border-radius: 0px 4px 4px 0px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    border: none;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    float: left;
    border: solid 1px #0E2640;
    cursor: pointer;
    transition: 0.5s;
}

.newsletter .cadastrar:hover {
    background: #fff;
    color: #0E2640;
}

.newsletter .formulario {
    max-width: 755px;
    margin: 0px auto;
    margin-top: 38px;
}

.newsletter .email::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A6A6A6;
    ;
    opacity: 1;
    /* Firefox */
}

.newsletter .email:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A6A6A6;
    ;
}

.newsletter .email::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A6A6A6;
    ;
}

.newsletter h2 span {
    font-weight: 600;
}

.newsletter p {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #303030;
}

/* cursos */

.cursos-area {
    padding-top: 100px;
    padding-bottom: 120px;
}

.cursos-area .lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1250px;
    margin: 0 auto;
}

.cursos-area .item {
    width: 384px;
    height: 288px;
    border: solid #fff 1.2px;
    transition: 0.5s;
    border-radius: 7px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cursos-area .item:hover {
    border: solid #0E2640 1.2px;
}

.cursos-area .item:hover a {
    background: #0E2640;
    color: #fff;
}

.cursos-area img {
    width: 72px;
    margin-bottom: 12px;
}

.cursos-area h3 {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 6px;
    max-width: 310px;
}

.cursos-area span {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #303030;
}

.cursos-area .subtitulo {
    max-width: 265px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.cursos-area a {
    background: #FFFFFF;
    border: 1.2px solid #A6A6A6;
    box-sizing: border-box;
    border-radius: 4px;
    width: 216px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #A6A6A6;
    transition: 0.5s;
}

.cursos-area a:hover {
    background: #3d5b7c !important;
}

/*blog */

.blog-area {
    padding-top: 100px;
    padding-bottom: 120px;
}

.blog-area .lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1250px;
    margin: 0 auto;
}

.blog-area .item {
    width: 350px;
    padding: 20px;
    border: solid #fff 1.2px;
    transition: 0.5s;
    border-radius: 7px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.blog-area .item:hover {
    border: solid #0E2640 1.2px;
}

.blog-area .item:hover a {
    background: #0E2640;
    color: #fff;
}

.blog-area img {
    width: 325px;
    margin-bottom: 12px;
    height: 190px;
    object-fit: cover;
}

.blog-area h3 {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 6px;
}

.blog-area span {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #303030;
}

.blog-area .subtitulo {
    text-align: center;
    margin-bottom: 20px;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.blog-area a {
    background: #FFFFFF;
    border: 1.2px solid #A6A6A6;
    box-sizing: border-box;
    border-radius: 4px;
    width: 216px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #A6A6A6;
    transition: 0.5s;
}

.blog-area a:hover {
    background: #3d5b7c !important;
}

.conteudo {
    width: 100%;
}

.conteudo .left {
    width: 30%;
}

.conteudo .left img {
    width: 100%;
}

.conteudo .right {
    width: 65%;
    margin-left: 5%;
}

.conteudo .texto-area {
    /* max-width: 800px; */
    margin: 0 auto;
    width: 1010px;
    font-size: 14px;
    line-height: 140%;
    color: #505050;
}
.conteudo .texto-area img{
    max-width: 99%;
    height: auto;
}

.conteudo .titulo {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 10px;
}

.conteudo .right .descricao {
    font-size: 1em;
    max-width: 700px;
    line-height: 180%;
    color: #545454;
}

/*cadastro aluno */

.cadastro-aluno .lbl-2 {
    display: none;
}

.cadastro-aluno input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0E2640;
}

.cadastro-aluno {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 70px;
}

.cadastro-aluno form {
    max-width: 800px;
    margin: 0 auto;
}

.cadastro-aluno form input {
    height: 56px;
    background: #FFFFFF;
    border: 0.8px solid #0E2640;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    padding-left: 25px;
    margin-bottom: 32px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #525b66;
}

.cadastro-aluno form .enviar button {
    width: 216px;
    height: 56px;
    background: #0E2640;
    border: solid 1px #0E2640;
    border-radius: 4px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #F8F8F8;
    cursor: pointer;
}

.cadastro-aluno form .enviar button:hover {
    background: #fff;
    color: #0E2640;
}

.cadastro-aluno .enviar {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    align-items: center;
    margin-top: 15px;
}

.cadastro-aluno form select {
    height: 56px;
    background: #FFFFFF;
    border: 0.8px solid #0E2640;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    padding-left: 25px;
    margin-bottom: 32px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #0E2640;
    background: rgba(0, 0, 0, 0) url(../img/select.png) no-repeat scroll 95% center/15px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cadastro-aluno .etapa-status {
    margin: 0 auto;
    display: flex;
    width: 390px;
    margin-bottom: 45px;
}

.cadastro-aluno .etapa-status .area-1 {
    width: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cadastro-aluno .etapa-status label {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #303030;
}

.cadastro-aluno .etapa-status .area-2 {
    width: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cadastro-aluno .etapa-status .area-2 .bolinha {
    float: right;
}

.cadastro-aluno .etapa-status .area-1 .bolinha::before {
    content: "";
    background: #0E2640;
    width: 100%;
    position: absolute;
    right: -110px;
    height: 2px;
}

.cadastro-aluno .etapa-status .area-2 .bolinha::after {
    content: "";
    background: #0E2640;
    width: 100%;
    position: absolute;
    left: -110px;
    height: 2px;
}

.cadastro-aluno .etapa-status .bolinha {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #0E2640;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 8px;
    cursor: pointer;
}

.cadastro-aluno .etapa-status .cinza .bolinha {
    background: #BFBFBF;
}

.cadastro-aluno .etapa-status .cinza .bolinha::after {
    background: #BFBFBF;
}

.cadastro-aluno .avancar {
    width: 216px;
    height: 56px;
    left: 852px;
    top: 820px;
    background: #0E2640;
    border: solid 1px #0E2640;
    border-radius: 4px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}

.cadastro-aluno .avancar:hover {
    background: #fff;
    color: #0E2640;
}

.cadastro-aluno .avancar-area {
    padding-top: 35px;
}

.cadastro-aluno .etapa-2 {
    display: none;
}

.sobre {
    background: #F8F8F8;
    padding: 10px;
}

footer {
    height: 84px;
    background: #0E2640;
    box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
}

footer p {
    font-family: Open Sans;
    font-size: 16px;
    color: #FFFFFF;
}

.texto-padrao {
    /* font-size: 14px;
    max-width: 700px;
    line-height: 180%;
    color: #545454; */
}

.texto-padrao p {
    /* margin-bottom: 15px; */
}

.texto-padrao:last-child {
    margin-bottom: 0px;
}

.ocultar-desktop {
    display: none !important;
}

.curso {
    padding-top: 60px;
}

.curso .voltar {
    color: #0E2640;
    font-size: 30px;
    position: absolute;
    left: 150px;
    top: 15px;
    transition: 0.5s;
}

.curso .voltar:hover {
    transform: scale(1.04);
}

.material-area {
    background: #FFFFFF;
    border: 1.2px solid #0E2640;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 35px 50px;
    position: relative;
    transition: 4s;
    margin-bottom: 30px;
}

.material-area.ocultar-parte {
    max-height: 600px;
    overflow: hidden;
}

.material-area .ler-mais {
    position: absolute;
    bottom: 0px;
    height: 100px;
    width: calc(100% - 200px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 0) 100%);
}

.material-area .ler-mais span {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #303030;
    cursor: pointer;
    margin-top: 25px;
}

.material-area .itens {
    background: #fff;
}

.material-area .itens a {
    display: flex;
    align-items: center;
}

.material-area h5 {
    font-size: 20px;
    color: #505050;
}

.material-area h4 {
    color: #505050;
}

.material-area h3 {
    font-size: 22px;
    text-align: left;
}

.material-area .titulo h3 {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #303030;
}

.data-ini-fim {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #303030;
}

.material-area .titulo {
    min-height: 60px;
    display: flex;
    align-items: center;
    font-size: 22px;
}

.material-area .titulo .texto {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.material-area .titulo img {
    width: 72px;
}

.material-area.modulos-area img {
    /* width: 40px; */
}

.material-area .titulo .texto .item {
    display: flex;
    align-items: center;
}

.material-area h5:hover {
    color: #367fda;
}

.material-area .itens img:hover {
    opacity: 0.7;
}

.material-area .itens i:hover {
    opacity: 0.7;
}

.materiais-areas {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.material {
    display: flex;
}

.material .item {
    margin-right: 25px;
    border-radius: 5px;
    display: flex;
    width: 154px;
    height: 57px;
    background: #f7f7f7;
    justify-content: center;
    align-items: center;
}

.material .item h1 {
    color: #063872;
    font-weight: 800;
    font-size: 22px;
}

.material .item h4 {
    color: #00B083;
    margin-left: 15px;
}

.curso-icone {
    font-size: 35px;
    color: #3f55a1;
}

.avaliacao-icon {
    color: #3f55a1;
    font-size: 40px;
}

.avaliacao-item {
    background: #f7f7f7;
    padding: 20px;
    border: solid 1px #fff;
}

.itens-avaliacao a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.avaliacao-item .item {
    display: flex;
    align-items: center;
}

.avaliacao-item:hover {
    border: solid 1px #ddd;
}

.check-img {
    width: 40px;
}

.avaliacao-item-ava {
    background: #f7f7f7;
    padding: 10px;
    border: solid 1px #fff;
}

.titulo-msg-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.observacao {
    font-size: 14px;
    color: #545454;
    line-height: 180%;
    /* white-space: pre-line; */
    background: #fff;
}

.matriculado {
    background: #073872;
    font-size: 16px;
    color: #fff;
    padding: 7px 35px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    width: 155px;
}

.aguardando {
    background: #3f55a1;
    font-size: 16px;
    color: #fff;
    padding: 7px 8px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
}

.btn-matricular {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    width: 216px;
    height: 40px;
    left: 1248px;
    top: 460px;
    background: #0E2640;
    border-radius: 4px;
    transition: 0.5s;
}

.mobile-btn-matricular {
    text-align: center;
}

.mobile-btn-matricular button {
    margin-bottom: 20px;
}

.btn-matricular:hover {
    cursor: pointer;
    background: #3d5b7c !important;
}

/*Hamburger menu*/

.row .three {
    padding: 80px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
}

.hamburger .line {
    width: 50px;
    height: 5px;
    background: #fff;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

.form {
    padding: 20px;
    font-size: 18px;
    padding: 0 50px;
    margin-bottom: 20px;
}

.form #nome_input {
    background: url(../img/nome-form.png) right 13px center no-repeat;
}

.form #email_input {
    background: url(../img/email-form.png) right 13px center no-repeat;
}

.form #telefone_input {
    background: url(../img/telefone-form.png) right 13px center no-repeat;
}

.form #celular_input {
    background: url(../img/celular-form.png) right 9px top 20px no-repeat;
}

.form #mensagem_input {
    background: url(../img/mensagem-form.png) right 9px top 10px no-repeat;
}

.form #conheceu_input {
    background: url(../img/conheceu-form.png) right 9px top 19px no-repeat;
}

.contato form input, .contato form textarea {
    height: 56px;
    background: #FFFFFF;
    border: 0.8px solid #0E2640;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    padding-left: 25px;
    margin-bottom: 32px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #525b66;
}

.contato form textarea {
    height: 150px;
    padding: 15px 25px;
}

.contato .enviar-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contato .enviar {
    width: 216px;
    height: 56px;
    background: #0E2640;
    border: solid 1px #0E2640;
    border-radius: 4px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}

.dados-contato i {
    font-size: 22px;
    color: #005fa3;
}

.dados-contato span {
    width: 40px;
}

.dados-contato .endereco span {
    width: 58px;
}

.dados-contato li {
    display: flex;
    align-items: center;
}

.contato-local {
    margin-top: 20px;
    padding: 20px;
    font-size: 18px;
    padding: 55px 75px;
    width: 100%;
}

.contato-local a {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #0E2640;
}

.contato-local h3 {
    color: #31454C;
    font-size: 22px;
    margin-bottom: 5px;
}

.contato-local ul li {
    list-style: none;
    margin: 15px 0;
}

.contato-local .h2-detalhe {
    margin-bottom: 20px;
}

.contato-area {
    padding-bottom: 20px!important;
    margin: 0 auto;
}

/* =============== ALERTA =============== */

.alerta {
    width: auto;
    max-width: 85%;
    padding: 10px;
    display: table;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.alerta.sucesso {
    color: #ffffff;
    background: #35ad5d;
}

.alerta.erro {
    color: #ffffff;
    background: #dc4747;
}

.alerta.neutro {
    color: #ffffff;
    background: #e2b54a;
}

.alerta span {
    width: 90%;
    white-space: pre-line;
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}

.alerta i {
    width: 10%;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

@media screen and (max-width: 1030px) {
    .contato .enviar {
        margin-top: 15px;
    }
    .contato .enviar-area {
        justify-content: center;
        flex-direction: column;
    }
    .conteudo .texto-area{
        width: 950px;
       
    }
}

@media screen and (max-width: 1000px) {
    .curso .material-area .titulo .texto {
        flex-direction: column;
        align-items: center;
    }
    .curso .material-area .data-ini-fim {
        margin-top: 25px;
        margin-bottom: 25px;
    }


}

@media screen and (max-width: 800px) {
    .newsletter .formulario {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .newsletter .cadastrar {
        border-radius: 5px;
        margin-top: 12px;
        width: 100%;
        max-width: 400px;
    }
    .newsletter .email {
        width: 100%;
        max-width: 400px;
        border-radius: 5px;
    }
    .curso .voltar {
        left: 10px;
        top: 4px;
    }
    .curso .titulo-area-home h2 {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .conteudo .texto-area{
        width: 650px;
      
    }
}

@media screen and (max-width: 850px) {
    .ocultar-mobile {
        display: none !important;
    }
    .ocultar-desktop {
        display: block !important;
    }
    .menu {
        align-items: flex-start;
        height: 100%;
        margin-top: 0px;
        justify-content: start;
    }
    .mostrar-menu {
        left: 0%;
    }
    .menu .three {
        right: 20px;
        position: absolute;
        top: 70px;
    }
    .menu .logo {
        position: absolute;
        left: 35px;
        top: 65px;
    }
    .menu .logo-area {
        z-index: 999;
    }
    nav {
        background: #FBFBFB;
        padding-top: 0px;
        justify-content: start !important;
        width: 75%;
        position: absolute;
        padding-top: 180px;
        padding-bottom: 20px;
        left: -100%;
        transition: 1s;
        z-index: 2;
    }
    nav ul {
        flex-direction: column;
    }
    nav ul a {
        text-align: start;
        font-weight: 500;
        font-size: 16px;
        color: #0E2640;
        margin-bottom: 24px;
    }
    .cursos .item {
        margin-bottom: 25px !important;
    }
    .cursos img {
        height: auto;
    }
    .data-ini-fim {
        max-width: 175px;
    }
    .content-container {
        padding: 20px 0px 10px;
    }
    .data-ini-fim span {
        margin-left: 0px;
    }
    .metodos .icone {
        transform: translateY(-50%);
        top: 50%;
    }
    .metodos .titulo {
        margin-top: 80px;
    }
    .metodos .texto {
        top: auto;
        margin-bottom: 80px;
        min-width: 300px;
    }
    .metodos .item {
        width: 70%;
        display: flow-root;
        min-height: 520px;
        flex-direction: column;
    }
    .metodos .titulo.right {
        padding-right: 75px;
    }
    .metodos .titulo.left {
        padding-left: 75px;
    }
    .metodos .texto.left {
        padding-left: 75px;
    }
    .metodos .texto.right {
        padding-right: 75px;
    }
    .metodos .titulo {
        position: relative;
        background: transparent;
        top: auto;
    }
    .borda-l.first {
        height: 50%;
        bottom: 0px;
    }
    .borda-l-mobile {
        position: absolute;
        height: 50%;
        left: 0px;
        width: 1px;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='2' stroke-dasharray='5%2c 10' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
    }
    .borda-r-mobile {
        position: absolute;
        height: 50%;
        right: 0px;
        width: 1px;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='2' stroke-dasharray='5%2c 10' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
    }
    .curso .material-area .topo-item {
        display: flex;
        flex-direction: column;
    }
    .curso .material-area .topo-item img {
        margin-bottom: 22px;
    }
    .material-area {
        padding: 40px 10px;
    }
    .material-area .titulo .texto .item {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .material-area .ler-mais {
        width: 100%;
    }
    .material-area .titulo .imagem-lingua {
        margin-bottom: 20px
    }
    .btn-matricular {
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .newsletter h2 {
        font-size: 26px;
    }
    footer .center {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    footer img {
        margin-bottom: 10px;
    }
    .form {
        padding: 0px;
    }
}

@media screen and (max-width: 400px) {
    .cursos img {
        width: 100%;
    }
    .cursos .item {
        width: 95%;
    }
    .cursos-area .item {
        width: 95%;
    }
    .linguas .item {
        width: 92%;
    }
    .cadastro-aluno .etapa-status {
        width: 340px;
    }
    .conteudo .texto-area{
        width: 360px;
    }
    

    .descricao{
        width: 350px;
    }
    .texto-area{
        width: 375px;
    }
}

a.link-modulo {
    display: block!important;
    white-space: normal;
}

.ckeditor-html5-audio {
    width: 30px;
    height: 30px;
    top: 15px;
    border-radius: 50%;
    border: 2px solid #3f55a1;
    place-content: center;
    text-align: center;
    margin: auto;
    position: relative;
    cursor: pointer;
}

.ckeditor-html5-audio:before {
    position: absolute;
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #3f55a1;
}

.ckeditor-html5-audio:after {
    position: absolute;
    content: '\f04c';
    font-family: 'Font Awesome 5 Pro';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    display: none;
    color: #3f55a1;
}

audio {
    visibility: hidden;
}

.ckeditor-html5-audio.aparecer:after {
    display: block;
}

.ckeditor-html5-audio.aparecer:before {
    display: none;
}

span.marker {
    background-color: Yellow!important;
}

a.link-modulo {
    display: block!important;
    white-space: normal;
}

.ckeditor-html5-audio {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #000;
    place-content: center;
    text-align: center;
    margin: auto;
    position: relative;
    cursor: pointer
}

.ckeditor-html5-audio:before {
    position: absolute;
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.ckeditor-html5-audio:after {
    position: absolute;
    content: '\f04c';
    font-family: 'Font Awesome 5 Pro';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    display: none;
}

audio {
    visibility: hidden;
}

.ckeditor-html5-audio.aparecer:after {
    display: block;
}

.ckeditor-html5-audio.aparecer:before {
    display: none;
}

.voltar-modulo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #3f55a1;
    position: relative;
}

.voltar-modulo i {
    font-size: 1.2em;
    margin-right: 10px;
    color: #3f55a1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.enviar-avalicao {
    float: right;
    font-size: 20px;
    color: #505050;
    margin-top: 5px;
}

.texto-padrao img {
    max-width: 80%;
}

div.nivel-senha {
    width: 100%;
    height: 5px;
    margin-top: -12px;
    margin-bottom: 17px;
}

div.nivel-senha div.nivel {
    width: calc(25% - 3px);
    height: 100%;
    float: left;
    margin: 0 1.5px;
    background: #e4e4e4;
}

div.nivel-senha div.nivel:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

div.nivel-senha div.nivel:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

div.nivel-senha.fraca div.nivel:nth-of-type(1) {
    background: #E13A58;
}

div.nivel-senha.media div.nivel:nth-of-type(1), div.nivel-senha.media div.nivel:nth-of-type(2) {
    background: #FDA006;
}

div.nivel-senha.boa div.nivel:nth-of-type(1), div.nivel-senha.boa div.nivel:nth-of-type(2), div.nivel-senha.boa div.nivel:nth-of-type(3) {
    background: #3DA5F4;
}

div.nivel-senha.forte div.nivel:nth-of-type(1), div.nivel-senha.forte div.nivel:nth-of-type(2), div.nivel-senha.forte div.nivel:nth-of-type(3), div.nivel-senha.forte div.nivel:nth-of-type(4) {
    background: #44b6ae;
}

form .helper {
    display: none;
    margin-top: -15px;
    font-size: 1em;
    font-weight: 600;
    color: #e03d3d;
}

form .helper.login {
    margin-top: 10px;
}

form .helper.visible {
    display: block;
}