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

.jumbotron {
	background: #3871c2 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: #ffffff;
	text-shadow: 1px 1px 2px #1e1e1e;
	font-size: 1.1rem;
}

section {
	padding: 5rem 0;
}
section.bg-cinza {
	background: #f6f6f6;
}

.navbar-light .navbar-nav .nav-link {
	color: #333333;
}
.nav-item {
	margin-left: 1.2rem;
}
.nav-link {
	font-size: large;
}

ul {
	list-style-type: square;
}

#empresa h5 {
	color: #3871c2;
}

#servicos h6 {
	font-weight: bolder;
	margin-bottom: 1em;
}

#servicos .quadro {
	background-color: rgb(241, 241, 241);
	-webkit-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.5);
	padding-top: 1.5rem;
	padding-bottom: .5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-bottom: 1.2rem;
	min-height: 275px;
	height: 275px;
	overflow: hidden;
}
#servicos .borda-azul {
	border-top: 5px solid #3871c2;
}
#servicos .borda-preto {
	border-top: 5px solid #333333;
}
#servicos .borda-roxo {
	border-top: 5px solid #766391;
}
#servicos .borda-amarelo {
	border-top: 5px solid #ffac42;
}
#servicos .borda-vermelho {
	border-top: 5px solid #ff1e58;
}
#servicos .quadro .btn-quadro {
	position: absolute;
	top: 1.7rem;
	right: 1.7rem;
	width: 2rem;
	text-align: center;
	color: #145dab;
	cursor: pointer;
}

.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;
	position: relative;
	bottom: 0px;
	border-top: 3px solid #ffac42;
	background: rgb(56,113,194);
	background: linear-gradient(146deg, rgba(56,113,194,1) 0%, rgba(22,55,122,1) 100%);
}

#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) {
	section {
		min-height: 100%;
	}
}
