body{
    background-color: rgb(247, 251, 252);
    font-family: 'Montserrat';
}
#logoNavBar {
    background-image: url('../img/N-LogoEducaMakerBgB.png');
    background-repeat: no-repeat;
    width: 215px;
    height: 52px;
    background-size: 70px;
    background-position-y: center;
    margin-top: 0px;
    margin-left: 10px;
}
#logoLinkBar{
    background-image: url('../img/N-EducaMakerBgB.png');
    background-repeat: no-repeat;
    width: 150px;
    height: 0px;
    float: right;
    font-size: 21px;
    color: #777;
    margin-right: -10px;
    margin-top: 17px;
}
@media (max-width: 750px) {
    #logoLinkBar {
        background-image: url('../img/N-EducaMakerBgB.png');
        margin-top: 17px;
        height: 0px;
        color: #777;
    }
    #logoNavBar {
        background-image: url('../img/N-LogoEducaMakerBgB.png');
        margin-top: 0px;
    }
}
.btn-outline-success {
    font-size: 18px;
    font-family: "Montserrat";
    color: rgb(7, 7, 7);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.667;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    width: 180px;
    height: 50px;
}
.Rounded_Rectangle_1 {
    font-family: 'Montserrat';
    font-size: 14px;
}
.navbar-default {
    font-family: 'Montserrat';
    background-color: rgb(247, 251, 252);
    border-color: rgba(0, 0, 0, 0);
    color: #333;
}.navbar-nav > li > a{
    padding-top: 10px;
    padding-bottom: 0px;
}
.nav > li > a {
    padding: 3px 12px;
    margin-top: 7px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    border-radius: 20px;
    background-color: #EEEEEE;
    font-family: 'Montserrat';
    /*border: 1px solid #000;*/
}
.navbar-default .navbar-nav > li > a {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

@media (max-width: 750px) {
    .nav > li > a {
        padding: 3px 12px;
        margin-top: 7px;
    }    
    .navbar-default {
        font-family: 'Montserrat';
        background-color: #FFF;
        border-color: rgba(0, 0, 0, 0);
    }    
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        background-color: rgba(0, 0, 0, 0);
        color: #777;
        margin-top: 12px;
    }
    .navbar-default .navbar-nav > li > a {
        font-family: 'Montserrat';
        background-color: rgba(0, 0, 0, 0);
        color: #777;
    }
    .navbar-default{
        background:#FFF;
        color: #333;
    }
}

h1{
    margin: 100px 5px 30px 5px;
    font-family: Rubik;
    font-size: 30px;
    font-weight: 900;    
    line-height: 1.3;
}
.txChamada1 {
    font-family: Rubik;
    font-size: 48px;
    font-weight: 900;    
    margin: 187px 20px 30px 20px;
    line-height: 1.2;
    position: relative;
    color: #FFF;
    text-align: center;
}
.txChamada2 {
    font-size: 18px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin: 45px 20px 30px 20px;
    position: relative;
    text-align: center;
}
.qdBtRegistrar {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 900;    
    margin-top: 30px;
    margin-bottom: 110px;
    line-height: 1.3;
    position: relative;
}
.icon{
    max-width: 100px;
    margin: 10px;
    margin-top: 35px;
    alignment-adjust: baseline;
    position: relative;
}
.boxIcon{
    margin-top: 35px;
}
.tlAcesso {
    font-family: Rubik;
    font-size: 25px;
    font-weight: 900;
}
.txAcesso {
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.429
}
.lkAcesso{
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
}
.qdAcesso{
    max-width: 315px;
    height: 360px;
    margin:8px;
    padding: 30px;
    color: #FFF;
    box-shadow: -5px -5px 15px #6D6E77;
    -webkit-box-shadow: -5px -5px 15px #6D6E77;
    -moz-box-shadow: -5px -5px 15px #6D6E77;
}
.qdAlunos{
    color: #FFF;
    border-radius: 5px;
    background-image: -moz-linear-gradient( -48deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -webkit-linear-gradient( -48deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -ms-linear-gradient( -48deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    box-shadow: 0px 10px 20px 0px rgba(32, 121, 238, 0.4);
    max-width: 340px;
    height: 310px;
    margin: 8px;
    padding: 30px 40px 40px 40px;
}
.qdColegios{
    color: #FFF;
    border-radius: 5px;
    background-image: -moz-linear-gradient( -45deg, rgb(66,230,149) 0%, rgb(59,178,184) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(66,230,149) 0%, rgb(59,178,184) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(66,230,149) 0%, rgb(59,178,184) 100%);
    box-shadow: 0px 10px 20px 0px rgba(59, 179, 184, 0.4);
    max-width: 340px;
    height: 310px;
    margin: 8px;
    padding: 30px 40px 40px 40px;
}
.qdPais{
    color: #FFF;
    border-radius: 5px;
    background-image: -moz-linear-gradient( -45deg, rgb(250,217,97) 0%, rgb(247,107,28) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(250,217,97) 0%, rgb(247,107,28) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(250,217,97) 0%, rgb(247,107,28) 100%);
    box-shadow: 0px 10px 20px 0px rgba(247, 109, 29, 0.4);
    max-width: 340px;
    height: 310px;
    margin: 8px;
    padding: 30px 40px 40px 40px;;
}
.qdColaboradores{
    background:linear-gradient(135deg, #184e68 0%,#57ca85 100%);
}
.tlQdProposta {
    font-size: 36px;
    font-family: Rubik;
    font-weight: 900;
    color: rgb(39, 49, 74);
    line-height: 1.2;
    text-align: center;
    z-index: 39;
    margin-top: 150px;
    margin-bottom: 85px;
}
#boxQdVideo{
    background-color: rgb(247, 251, 252);
    width: 750px;
    height: 360px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.tlQdVantagens {
    font-size: 36px;
    font-family: Rubik;
    font-weight: 900; 
    color: rgb(39, 49, 74);
    line-height: 1.2;
    text-align: center;
    z-index: 36;
    margin-top: 150px;
    margin-bottom: 85px;
}
.qdAcesso{
    max-width: 315px;
    height: 360px;
    margin:8px;
    padding: 30px;
    color: #FFF;
    box-shadow: -5px -5px 15px #6D6E77;
    -webkit-box-shadow: -5px -5px 15px #6D6E77;
    -moz-box-shadow: -5px -5px 15px #6D6E77;
}
#boxQdVantagen{
    max-width: 1170px;
    margin-top: 85px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;    
}
#boxQdVantagenB{
    max-width: 1170px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;    
}
.qdVantagenA{
    border-radius: 5px;
    background-image: -moz-linear-gradient( 139deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -webkit-linear-gradient( 139deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -ms-linear-gradient( 139deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    max-width: 340px;
    height: 300px;
    margin: 8px;
    padding: 45px 40px 40px 40px;
}
.qdVantagen{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    max-width: 340px;
    height: 300px;
    margin: 8px;
    padding: 45px 40px 40px 40px;
}
.tlVantagen {
    font-size: 20px;
    font-family: Rubik;
    font-weight: 900;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-align: left;
    z-index: 28;
}
.tlVantagenA {
    font-size: 36px;
    font-family: Rubik;
    font-weight: 900;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: left;
    z-index: 33;
}
.txVantagen {
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.429;
    text-align: left;
    z-index: 34;
}
.lkVantagen {
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.429;
    text-align: left;
    z-index: 34;
}
.txAcesso {
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.429;
    text-align: left;
    z-index: 34;
}
.abaixoAzul{
    background-color: rgb(247, 251, 252);
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1000px;
    z-index: -10;
    margin-bottom: 0px;
}

@media (min-width: 750px) {
    #boxQdAcesso{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }  
    #boxQdVantagen{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }
    #boxQdVantagenB{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }
}

@media (max-width: 750px) {
    body{
        background-color: rgb(247, 251, 252);
    }
    #imgBgTop{
        background-image: -moz-linear-gradient( 90deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    }
    #logoNavBar {
        margin-top: 5px;
    }
    .txChamada1 {
        margin-top: 110px;
    }
    .qdAcesso{
        max-width: 100%;
        height: 100%;
        min-height: 50px;
    }
    .qdAlunos{
        max-width: 100%;
        height: 100%;
    }
    .qdColegios{
        max-width: 100%;
        height: 100%;
    }
    .qdPais{
        max-width: 100%;
        height: 100%;
    }
    .tlQdProposta {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .tlQdVantagens {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #boxQdVideo{
        max-width: 95%;
        margin: 8px;
    }
    .qdVantagen{
        max-width: 98%;
        height: 100%;
        min-height: 80px;
        margin-left: 8px;
    }
    .qdVantagenA{
        max-width: 98%;
        height: 100%;
        min-height: 80px;
        margin-left: 8px;
    } 
}
@media (max-width: 550px) {
    .linkA{
        width: 95%;
        margin-bottom: 15px;
    }
    .qdVantagenA {
        max-width: 97%;
    }
    .qdVantagen {
        max-width: 97%;
    }
}
@media (max-width: 3500px) {
    .qdVantagenA {
        max-width: 95%;
    }
    .qdVantagen {
        max-width: 95%;
    }
}
.panel-default {
    margin-top: 55px;
}
button, input, select, textarea {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.429;
}
.input {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 50px 0px rgba(233, 239, 245, 0.004);
    width: 340px;
    height: 50px;
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(129, 137, 148);
    line-height: 1.429;
    text-align: left;
}

.form-control {
    border: 0px solid #fdfeff;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 50px 0px rgba(233, 239, 245, 1);
    max-width: 340px;
    height: 50px;
}

.qdAviso{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 50px 0px rgba(206, 217, 229, 1);
    width: 340px;
    height: 470px;
    padding: 0px;
    margin-right: 8px;
    margin-left: 20px;
}
.qdAlunos{
    margin-left: -20px;
    margin-top: 20px;
}
.qdTermo{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 50px 0px rgba(233, 239, 245, 0.004);
    max-width: 340px;
    height: 50px;
    vertical-align: middle;
    padding: 11px 0px;
}
#aceite_termo{
    border: 1px solid rgb(166, 171, 178);
    border-radius: 5px;
    box-shadow: 0px 5px 50px 0px rgba(233, 239, 245, 0.004);
    width: 18px;
    height: 18px;
}
.txTermo{
    font-size: 12px;
    font-family: "Montserrat";
    color: rgb(129, 137, 148);
    line-height: 1.667;
}
.btRegistrar {
    border-radius: 5px;
    background-color: rgb(255, 76, 51);
    max-width: 340px;
    height: 50px;
    text-align: left;
    border-color: rgba(0, 0, 0, 0);
}
.btFacebook {
    border-radius: 5px;
    background-color: rgb(70, 97, 163);
    border-color: rgba(0, 0, 0, 0);
    max-width: 340px;
    height: 50px;
    text-align: left;
}
.btSubmit {
    border-radius: 5px;
    background-color: rgb(255, 76, 51);
    border-color: rgba(0, 0, 0, 0);
    height: 50px;
    text-align: left;
}
.lkAcessoColegio {
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(3, 3, 3);
    font-weight: bold;
    line-height: 4.286;
    text-align: left;
    margin-left: 10px;
}
.Shape_1 {
    background-color: rgb(166, 171, 178);
    width: 340px;
    height: 1px;
}
.painelLogin{
    max-width: 750px;
    margin-top: 120px;
    margin-bottom: 50px;
    min-height: 630px;
}
.painelForm{
    max-width: 750px;
    margin-top: 0px;
    margin-bottom: 50px;
    min-height: 630px;
}
.panel {
    background-color: rgb(0,0,0,0);
    border-color: rgb(0,0,0,0);
}
.panel-default > .panel-heading{
    border-color: rgb(0,0,0,0);
    background-color: #F7FBFC;
}
.painelSenha{
    max-width: 400px;
    margin-top: 120px;
    margin-bottom: 50px;
    min-height: 630px;
}
.panel-heading.h1 {
    font-family: Rubik;
    font-size: 25px;
    font-weight: 900;
}
.h4, h4 {
    font-size: 16px;
}
.nomeUser{
    text-transform: capitalize;
}
.txWelcome1{
    font-size: 48px;
    font-family: Rubik;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: 45px;
    margin-bottom: 40px;
}
.txWelcome2{
    font-size: 18px;
    font-family: "Montserrat";
    color: rgb(129, 137, 148);
    line-height: 1.667;
    text-align: center;
    max-width: 455px;
    margin: 55px auto 10px auto;
}
.boxBtnAoVivo{
    font-size: 18px;
    font-family: "Montserrat";
    color: rgb(129, 137, 148);
    line-height: 1.667;
    text-align: center;
    max-width: 455px;
    margin: 0px auto 0px auto;
}
.miolo {
    min-height: 600px;
}
.boxVideoBemVindo{
    margin: 50px auto 20px auto;
}
.tlArea {
    font-size: 24px;
    font-family: Rubik;
    font-weight: 900;
    color: rgb(33, 45, 50);
    line-height: 1.2;
    text-align: left;
}
.lkMaisDisciplinas{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 77%;
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(33, 45, 50);
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    position: absolute;
    bottom: 10px;
}
@media (min-width: 992px) {
    #boxQdDisciplinas{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    } 
}
.qdDisciplinas{
    border-radius: 5px;
    max-width: 340px;
    height: 440px;
    margin: 8px;
    padding: 30px 40px 40px 40px;
    position: relative;
}
@media (max-width:992px){
    .qdDisciplinas{
        max-width: 96%;
        width: 100%;
        min-height: 100%;
        height: 100%;
        padding: 30px 40px 40px 40px;
    }
    .lkMaisDisciplinas {
        /*width: 211px;*/
    }
    .qdAviso{
        display: none;
    }
    .painelLogin{
        max-width: 400px;
    }
}
@media (min-width:750px){
    .form-control {
        width: 340px;
    }
}
.qdHumanas{
    background-image: -moz-linear-gradient( -45deg, rgb(66,230,149) 0%, rgb(59,178,184) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(66,230,149) 0%, rgb(59,178,184) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(66,230,149) 0%, rgb(59,178,184) 100%);
    box-shadow: 0px 10px 20px 0px rgba(59, 179, 184, 0.4);
}
.qdNaturais{
    background-image: -moz-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    box-shadow: 0px 10px 20px 0px rgba(32, 121, 238, 0.4);
}
.qdMatematica {
    background-image: -moz-linear-gradient( -45deg, rgb(32,121,238) 0%, rgb(55,67,186) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(32,121,238) 0%, rgb(55,67,186) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(32,121,238) 0%, rgb(55,67,186) 100%);
    box-shadow: 0px 10px 20px 0px rgba(55, 67, 186, 0.4);
}
.qdLinguagens{
    background-image: -moz-linear-gradient( -45deg, rgb(255,218,0) 0%, rgb(248,140,48) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(255,218,0) 0%, rgb(248,140,48) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(255,218,0) 0%, rgb(248,140,48) 100%);
    box-shadow: 0px 10px 20px 0px rgba(248, 140, 48, 0.4);
}
.qdRedacao{
    background-image: -moz-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    box-shadow: 0px 10px 20px 0px rgba(32, 121, 238, 0.4);
}
.qdMeusCursos{
    background-image: -moz-linear-gradient( -45deg, rgb(32,121,238) 0%, rgb(55,67,186) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(32,121,238) 0%, rgb(55,67,186) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(32,121,238) 0%, rgb(55,67,186) 100%);
    box-shadow: 0px 10px 20px 0px rgba(55, 67, 186, 0.4);
}
.navbar-default {
    background-color: #FFF;
}
.fixed-top .navbar-collapse {
    max-height: 100%;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}


.txAcesso a{
    color: #fff;
}
.txtDocTitulo{
    font-face:Roboto;
    font-size:16px;
    font-weight: bold;
    line-height: 1.111;
    margin-top:30px;
}
.txtDocTexto{
    font-face:Roboto;
    font-size:16px;
    line-height: 1.111;
    margin-top:30px;
}
.inicio_das_aulas {
    border-radius: 10px;
    background-image: -moz-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    max-width: 710px;
    min-height: 47px;
    font-size: 21px;
    font-family: "Montserrat";
    color: rgb(242, 251, 8);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 68px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
}
.btn_ao_vivo {
    border-radius: 5px;
    background-image: -moz-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(1,218,187) 0%, rgb(32,121,238) 100%);
    max-width: 200px;
    min-height: 30px;
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tituloFormulario {
    font-size: 48px;
    font-family: "Rubik";
    color: rgb(39, 49, 74);
    line-height: 1.2;
    font-weight: 900;
    text-align: left;
}
.txtLabelForm{
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(5, 195, 142);
    font-weight: bold;
    line-height: 1.429;
    text-align: left;
    margin-bottom: 3px;
    margin-top: 30px;
}
.btnEnviarFormulario {
    border-radius: 5px;
    background-color: rgb(5, 195, 142);
    box-shadow: 0px 5px 50px 0px rgba(233, 239, 245, 0.004);;
    width: 100%;
    max-width: 340px;
    height: 40px;
    color: rgb(255, 255, 255);
}
.panel-body{
    min-height: 300px;
}