#topBar {
	background-color: #1a2a36 !important;
}		

section.dark.page-header {
	color: #fff;
	background-color: #1a2a36 !important;
}	
video {
  width: 100%;
  height: auto;
}			

hr {
	margin-top: 2rem;
	margin-bottom: 3rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
.btn-teal {
	background-color: #1A2A36;
	color: #FFF !important;
}	
.card-img-wrapper {
	position: relative;
	overflow: hidden;
}

.green-stripe {
	display: flex;
	flex-direction: column;
	/* CENTRALIZA VERTICALMENTE */
	justify-content: center; 
	/* CENTRALIZA HORIZONTALMENTE */
	align-items: center; 
	height: 70px;
	background-color: green;
	padding: 10px;
}

.green-stripe p {
	margin: 0;
	color: white;
	/* ÍTALICO */
	font-style: italic; 
}
.btn-success {
    color: #fff;
    background-color: #1A2A36;
    border-color: #1A2A36;
}
.green-stripe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    background-color: #1A2A36;
    padding: 10px;
}
/* Estilos quando o cursor está sobre o botão */
.btn-success:hover {
	color: #FF0004;
	background-color: #fff;
	border-color: #1A2A36;
}
