* {
    color: #ffffff;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow: hidden;
    overflow-y: hidden !important;
    font-family: 'Josefin Sans', sans-serif;
}

html,body {
    padding: 0;
    margin: 0;
    color: #ffffff;
    background-color: #000000;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    vertical-align: baseline;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
}

::placeholder { 
    color: #333333 !important;
}

:-ms-input-placeholder { 
    color: #333333 !important;
}

::-ms-input-placeholder {
    color: #333333 !important;
}

img {
    max-width: 100%;
}

small {
    font-size: 16px;
    line-height: 10px !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.text-red {
    color: #6F0A0A !important;
}

.text-pink {
    color: #F03A5F !important;
}

.no-bold {
    font-weight: 300 !important;
}

.bg-black {
    background-color: #000000 !important;
}


.bg-red {
    background-color: #6F0A0A;
}

.bg-gray {
    background-color: #333333;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-pink {
    background-color: #F03A5F !important;
}

.bg-topo {
    background-image: url('../img/fundo.png');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-topo-2 {
    background-image: url('../img/fundo-2.png');
    background-position: top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-topo-3 {
    background-image: url('../img/fundo-3.png');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.margin50 {
    margin-left: 50px;
    margin-right: 50px
}

.padding50 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section {
    padding: 0;
}

.section .content {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.section .content h1 {
    margin: 0;

}
.section .content .topo {
    display: flex;
    flex-direction: row;
}

.section .content .topo .logo {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section .content .topo .logo div {
    width: 100%;
}

.section .content .topo .foto-topo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.data, 
.promessa {
    font-size: 26px !important;
}

.promessa {
    font-size: 26px !important;
}

div.chamada {
    max-width: 100%;
    font-size: 10px;
    width: 650px !important;
}

div.chamada h1 {
    line-height: 40px;
}

.field {
    margin-bottom: 10px;
}

.input {
    width: 100%;
    max-width: 610px;
}

.button {
    width: 100%;
    max-width: 610px;
}

.section .content .texto-online-gratuito {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.section .content .o-voce-que-vai-aprender,
.section .content .para-quem-e {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 1500px;
}

.section .content .o-voce-que-vai-aprender h1 {
    width: 100%;
    text-align: center;
}

.section .content .para-quem-e div {
    color: #000000 !important;
    font-size: 25px;
}

.section .content .aulas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
}


.section .content .aulas .aula {
    width: 50%;
    min-height: 250px;
    padding: 20px;
    border-radius: 10px;
    margin-right: 5px;
    text-align: left;
}

.section .content .aulas .aula h1 {
    text-align: left;
}

.section .content .aulas .aula p {
    color: #F03A5F;
    font-size: 20px;
    text-align: left;
}

.section .content .aulas .aula:first-child p {
    font-size: 20px !important;
}

.section .content .aulas .aula:not(:last-child) p {
    font-size: 20px !important;
}


.section .content .perfil {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.section .content .perfil div:first-child {
    display: flex;
    width: 40%;
    align-items: baseline;
}

.section .content .perfil div:last-child {
    width: 60%;
}

.texto-perfil {
    font-size: 14px;
    margin-right: 50px;
    text-align: justify;
}

.aline-perfil {
    width: 100%;
}

.box-bio {
    display: flex;
    width:100%;
    flex-direction: column;
    line-height: 1205px !important;
}

.box-bio h1 {
    width: 100%;
}

.quero-participar {
    width: 100% !important;
    max-width: 400px !important;
}


.centered {
    text-align: center;
}

.two-blocks {
    display: flex;
    flex-direction: row;
}

.two-blocks * {
    width: 100%;
    padding: 10px;
}

h1#demo {
    font-size: 40px !important;
    margin-top: 18px;
}

@media screen and (max-width:1000px) {

    .section .content .topo {
        flex-direction: column;
    }

    .section .content .topo .logo {
        width: 100%;
    }

    div.chamada {
        max-width: 100%;
        font-size: 10px;
        width: 500px !important;
    }

    .section .content .o-voce-que-vai-aprender,
    .section .content .para-quem-e { 
        max-height: 1500px;   
        text-align: center;
    }

    .section .content .aulas {
        flex-direction: column;
    }

    .section .content .aulas .aula {
        width: 100%;
        margin-bottom: 10px;
    }

    .section .content .perfil {
        flex-direction: column;
    }

    .section .content .perfil * {
        max-width: 100%;
        width: 500px !important;
    }

    .aline-perfil {
        width: 100%;
        max-width: 636px;
        height: 480px;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 20px;
    }
}


.loading {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 999999999;
    opacity: 0.9;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 2px solid #cccccc;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-top: 2px solid #0045AD;
    animation:spin 1s linear infinite;
}


.video {
    width: 100%;
    max-width: 460px;
    padding: 10px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@media screen and (max-width: 600px) {
    .aline-perfil {
        width: 100%;
        max-width: 636px;
        height: 420px;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 20px;
    }

    .video {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    
    .titulo-bio {
        line-height: 210px;
    }

    .texto-viva-melhor-versao {
        font-size: 26.5px !important;
    }

    .aline-perfil {
        width: 100%;
        max-width: 636px;
        height: 325px;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 20px;
    }

    .box-bio {
        display: flex;
        flex-direction: column;
        line-height: 1205px !important;
    }

    .box-bio h1 {
        margin-bottom: 10px !important;
    }

    .texto-online-gratuito h1 {
        text-align: center;
    }

    .two-blocks {
        display: flex;
        flex-direction: column;
    }

    .no-mobile {
        display: none;
    }
}