body,
html {
    background: #1d1e1f;
    font: 14px Verdana, Arial, Helvetica;
    margin: 0;
    padding: 0;
}



a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


#barra-superior{
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}


#banner-principal {
    background-image: url("../imagens/principal/banner-principal.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#conteudo {
    background-image: url("../imagens/principal/fundo.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #ffffff;
}



.bordas {
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-radius: 0 0 10px 10px;
}