/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

.hidden {
    display: none;
}

#mainNav {
    min-height: 56px;
    background-color: #fff;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: #64a19d;
    border: 1px solid #64a19d;
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

#logotipo, #logotipomenu{
    color: #161616;
    font-weight: 700;
    padding: .9rem 0;
    margin: 0 auto;
    background-image: url("/imagens/land/logoFundoClaro.png");
    background-repeat: no-repeat;
    display: block;
    justify-content: center;
    width: 200px;
    background-size: contain;
    text-indent: -20000pt;
}
#logotipomenu{
    padding: 0;
}

li a.share {
    margin: 3px !important;
    padding: 5px 10px 5px 10px;
}



#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out;
    }
    #mainNav .navbar-shrink .navbar-brand {
        padding: .5rem 0;
        color: rgba(255, 255, 255, 0.5);
    }
    #mainNav .navbar-brand {
        background-image: url("/imagens/land/logoFundoEscuro.png") !important;
    }
    #mainNav .nav-link {
        transition: none;
        padding: 2rem 1.5rem;
        color: white;
    }
    #mainNav .nav-link:hover {
        color: rgb(192, 192, 192);
    }
    #mainNav .nav-link:active {
        color: white;
    }
    #mainNav.navbar-shrink {
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #161616;
    }
    #mainNav.navbar-shrink .nav-link {
        color: #161616;
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: 0.25rem solid transparent;
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: #64a19d;
    }
    #mainNav.navbar-shrink .nav-link:active {
        color: #467370;
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: #64a19d;
        outline: none;
        border-bottom: 0.25rem solid #64a19d;
    }
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("/imagens/land/bg-masthead.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.masthead h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.8rem;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.masthead h2 {
    max-width: 20rem;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .masthead h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
        padding: 0;
    }
    .masthead h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: 0.8rem;
    }
    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem;
    }
}

.btn {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0;
}

.btn-primary {
    background-color: #64a19d;
}

.btn-primary:hover {
    background-color: #4f837f;
}

.btn-primary:focus {
    background-color: #4f837f;
    color: white;
}

.btn-primary:active {
    background-color: #467370 !important;
}

.about-section {
    padding-top: 10rem;
    background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}

.about-section p {
    margin-bottom: 5rem;
}

.projects-section {
    padding: 10rem 0;
}

.projects-section .featured-text {
    padding: 2rem;
}

@media (min-width: 992px) {
    .projects-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: 0.5rem solid #64a19d;
    }
}

.projects-section .project-text {
    padding: 3rem;
    font-size: 90%;
}

@media (min-width: 992px) {
    .projects-section .project-text {
        padding: 5rem;
    }
    .projects-section .project-text hr {
        border-color: #64a19d;
        border-width: .25rem;
        width: 30%;
    }
}

.signup-section {
    padding: 10rem 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("/imagens/land/bg-signup.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.signup-section .form-inline input {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    height: auto;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 0;
}

.contact-section {
    padding: 5rem 0 0;
}

.contact-section .card {
    border: 0;
    border-bottom: 0.25rem solid #64a19d;
}

.contact-section .card h4 {
    font-size: 0.8rem;
    font-family: 'Varela Round';
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.contact-section .card hr {
    border-color: #64a19d;
    border-width: 0.25rem;
    width: 3rem;
}

.contact-section .social {
    margin-top: 5rem;
}

.contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    line-height: 3rem;
    color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
    color: #fff;
}

body {
    font-family: 'Nunito';
    letter-spacing: 0.0625em;
}

a {
    color: #64a19d;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #3c6360;
}

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

.bg-primary {
    background-color: #64a19d !important;
}

.text-primary {
    color: #64a19d !important;
}

footer {
    padding: 5rem 0;
}

iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}

#overlay {
    position: absolute;
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100vh;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    /* Black background with opacity */
    z-index: 3;
    /* Specify a stack order in case you're using a different order for other elements */
}

#escondeMenu {
    position: absolute;
    width: 100%;
    /* Full width (cover the whole page) */
    height: 90px;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(50, 50, 50);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.911) 49%, rgba(85, 85, 85, 0) 100%);
    z-index: 3;
    /* Specify a stack order in case you're using a different order for other elements */
}




.caixagrande{
    display: flex;
    position: relative;


}
.sobre{
    width: 70vw;
    height: 100%;
    display: block;
    order: 1;
}
.login{
    display: block;
    position: fixed;
    padding: 50px;
    width: 30vw;
    height: 100%;
    z-index: 1050;
    right: 0px;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: rgb(247, 247, 247);
}
.menu2{
    width: 100vw;
}
.login .btn{
    width: 20vw;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.privacidade{
    font-size: medium;

}
.lembrar{
    margin: 7px;
}
.entradalogin{
    border-radius: 5px;
}
.sobre .fixed-top{
width: 70vw;
}
.contadores{
    height: 100%;
    width: 100%;
    display: flex;
}

.info-box{
    width: 170px;
    height: 220px;
    top: -100px;
    padding: 10px;
    border-radius: 30px;
}
.count{
    text-align: left;
}
.icone{
    margin: 10px;
}
.caixamarrom{
    padding: 10px;
    width: 200px;
    height: 250px;
}

.caixaazul{
    padding: 10px;
    width: 200px;
    height: 200px;
}

.caixaverde{
    padding: 10px;
    width: 200px;
    height: 200px;
}

.caixavermelha{
    padding: 10px;
    width: 200px;
    height: 20px;
}

.col-lg-8{
    top: -150px;
}

.card-body{
    height: 200px;
}

.text-warning{
    color: #007aff !important;
}

.bemvindo{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    text-align: center;
}

.perdeusenha{
    text-align: right;
}

.login input-group{
    border: 1px solid black;
    margin: 2px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    outline: none;
    border-radius: 10px;
    justify-content: center;
}

.btnComeceAgora{
    display: none;
}

.g_id_onload{
   border-radius: 20px;
   justify-content: center;
}
.top-menu{
    justify-content: center;
}

#logotipomenu{
    display: none;
}

#whatsapp-Login {
    background-color: rgb(73, 200, 88);
}
#whatsapp-Login:hover {
    background-color: rgb(60, 165, 72); 
}
#facebookLogin{
    background-color: rgb(39, 140, 255);
}
#facebookLogin:hover{
    background-color: rgb(31, 105, 190);
}
#formLogin .btn{
    margin: 10px auto;
}


@media (min-width: 992px) {
    #content {
        position: absolute;
        display: none;
    }
    #funcionalidades {
        position: relative;
    }
    #mainNav.navbar-shrink #funcionalidades:hover {
        background-color: rgb(230, 230, 230);
    }
    #mainNav.navbar-shrink #funcionalidades:hover #content {
        background-color: rgb(240, 240, 240);
    }
    #mainNav #funcionalidades:hover {
        background-color: rgb(26, 26, 26);
        display: block;
    }
    #mainNav #funcionalidades:hover #content {
        display: block;
        background-color: rgb(36, 36, 36);
        width: 100%;
        list-style-type: square;
        list-style-position: inside;
        margin: 0px;
        padding: 0px;
    }
    #mainNav #funcionalidades #content li a.nav-link {
        padding: 10px;
        display: inline-block;
    }
}

.perfilaluno{
    font-weight: bolder;
    font-size: large;
    color: red;
}

.dicas{
    width: 98%;
}

.rodape-dicas{
    text-align: center;
    width: 80%;
    display: flex;
    align-content: baseline;
    white-space: nowrap;
}
#dica-anterior{
    text-align: left;
    margin: 10px;
}

#proxima-dica{
    text-align: right;
    margin-top: 10px;
    margin-left: 295px;
    margin-right: 400px;
}

.imagensredes-dicas{
    align-content: center;
    margin-left: 230px;
}

.quadros-dicas{
    background-color: rgb(255, 255, 255);
}

.textoSobre h4{
    text-align: center;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

.textoSobre{
    text-align: justify;
    font-size: medium;
    color:  rgb(201, 201, 201);
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}


.textoSobre p{
    margin-bottom: 30px;
}

.textoSobre a{
    color:  rgb(201, 201, 201);
    font-weight: bolder;
    text-decoration: underline;
}

.textoSobre a:hover{
    color:  #3f92a9;
    text-decoration: none;
}

.tituloInicio{
    color: white; 
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.menuTopo{
    display: flex;
    justify-content: center;
    color: white;
    font-weight: bolder;
}

.linkRodape {
    color: black;
    font-weight: bolder;
    text-decoration: underline;
}

.linkRodape:hover {
    color: #3f92a9;
    text-decoration: none;
}

.celularSobre{
    display: none;
}

@media (max-width: 500px){
    .ultimoParagrafo{
        display: none;
    }
    .textoSobre p{
        display: none;
    }
    .celularSobre{
        display: block !important;
    }

    .textoSobre{
        margin-top: 30px;
    }


     .sobre, .sobre .fixed-top{
        width: 100vw;
        display: block;
    }
    .contadores .info-box{
        min-height: auto;
        width: auto;
        height: 100%;
        padding: 10px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .caixamarrom,    
    .caixaazul,    
    .caixaverde,    
    .caixavermelha{
        padding: 10px;
        width: 150px;
        height: 150px;
        min-height: 150px;
        text-align: center;
    }

    .contadores{
        width: 100vw;
    }
    .contadores .info-box i, .contadores .info-box svg{
        width: 50px;
        height: 50px;
        margin: 0 auto;
        padding: 5px;
    }

    .contadores .info-box .count{
        font-size: 20px;
        margin: 0px;;
    }

    .btnComeceAgora{
        display: block;
    }
    #logotipomenu {
    display: block;
    }
    .login{display: none;}
}