html, body {
	min-height: 100%;
	font-family: 'Lato', sans-serif;
}

.jumbotron {
	background: #fff url("../img/banner.jpg") no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	min-height: 50vh;
	color: #f8f9fa;
	font-size: 1.3rem;
}

section {
	padding: 5rem 0;
}
section.bg-cinza {
	background: #f6f6f6;
}
#myTabContent {
	font-size: .900rem;
	padding: 2.5rem 0;
}
.nav-pills .nav-link.active {
    background-color: #145dab;
}
.nav-link {
	color: inherit;
}

ul {
	list-style-type: circle;
}

#clientes img {
	padding: .500rem;
}

.btn-contato {
	color: #fff;
	background-color: #11608e;
	border-color: #145dab;
}
.btn-contato:hover {
	background-color: #4eabd2;
	border-color: #11608e;
}

#alerta-contato {
	display: none;
}

.msg-erro {
	display: none;
	color: #a94442;
}

footer {
	height: 80px;
	line-height: 40px;
	padding: 20px;
	background-color: #333333;
	border-top: 2px solid #7d7d7d;
	position: relative;
	bottom: 0px;
	background: #fff url("../img/banner-footer.jpg") no-repeat center center;
	background-size: cover;
	border-top: 3px solid #FFB74B;
}

#topbutton {
	display: block;
	background-color: #404040;
	color: #f8f9fa;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	position: fixed;
	bottom: -40px;
	right: 15px;
	transition: all .3s ease;
	z-index: 1000;
}
#topbutton.show {
	bottom: 30px;
}
#topbutton:hover {
	cursor: pointer;
	background-color: #636363;
}

/* Smartphones */
@media only screen and (min-width : 576px) {
}

/* Tablets */
@media only screen and (min-width : 768px) {
}

/* Desktops */
@media only screen and (min-width : 992px) {
	#clientes img {
		padding: 1.7rem;
	}
	section {
		min-height: 100%;
	}
}
