.h-100 {
    height: 100vh !important;
    /* background: url('../img/bg-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
/* .h-100::before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.767);
} */
.titulo{
    padding-bottom: 1rem;
    border-bottom: 1px solid black;
}