





#main {
    margin-left: 300px;
}

section#home {
    width: 100%;
    height: 100vh;
    background-image: url(https://wallpapercave.com/wp/wp9314590.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

}   


section#home h2 {
    font-size: 5rem;
}

section#home span#subtitle {
    font-size: 1.4rem;
    /* margin-right: 8rem; */
}

.text-shadow {
    text-shadow: 4px 4px 10px #000000;
}


section#home div#deslize {
    width: 9rem;
    text-shadow: 1px 1px 1px #000000;

}

section#home div#deslize a {
    text-decoration: none;
    color: #fff;
    
}

section#home div#deslize a:hover  {
    filter: drop-shadow(0px 0px 1px#fce40c);

}


/* Barra de Rolagem */

*::-webkit-scrollbar {
    width: 15px;
    background-color: #021124;
}

*::-webkit-scrollbar-track {
    width: 2px;
    box-shadow: inset 0 0 0.3rem #021124;
    background-color: #fff;
    

}

*::-webkit-scrollbar-thumb {
    background-color: #021124;
    border-top: 7px solid #F25C23;
    border-bottom: 7px solid #F25C23;
}


.mensagem-div {
    padding: 3em;
    background-color: #021124;
    justify-content: center;
    display: none;
}

#btn-enviando, #msg-enviada {
    display: none;
}

.alerta{
    color: #f00;
    display: none;
}
