#home {
	background: #0c0c2c;
	color: white;
}

.valores {
	font-size: 1.2em;
}

.carousel-item {
	padding-left: 60px;
	padding-right: 50px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #0c0c2c;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
}

h1 {
	font-size: 3.0em;
}

.contatop {
	font-size: 22px;
}

img {
    border-radius: 15px;
}

.navbar {
    background-color: #0c0c2c;
}

.navbar-toggler-icon {
    filter: invert(100%); /* White color */
}

.contato {
	background-color: #0c0c2c;
}

.caixa {
	padding: 60px 0;
	border-bottom: 1px solid #e5e5e5;
}

footer p a {
	margin: 5px 15px;
}