html, body {
	font-family: 'Lato', sans-serif;
}

.logo-text {
	font-size: 1.3rem;
	color: #982455;
}

.jumbotron {
	background: #fff url("../img/banner.png") 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.5rem;
	font-weight: 300;
	border-radius: 0%;
	padding: 10vw 5vw;
}

.myCarousel {
	color: #f8f9fa;
	font-size: 1.5rem;
	font-weight: 300;
	padding: 10vw 5vw;
}

.myCarousel-img1 {
	background: #fff url("../img/banner.png") no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.myCarousel-img2 {
	background: #fff url("../img/banner2.png") no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: 70%;
}

.jumbo-title {
	/* font-size: 3rem; */
	font-weight: 600;
}

#servicos {
	font-size: 3rem;
	color: #f5ae42;
}

#servicos .font-light {
	font-size: 1.5rem;
	font-weight: 300;
	color: #404040;
}

section {
	padding: 3rem 0;
}

.bg-alt {
	background: #d4d4d4;
}

#imagens_grid img {
	min-width: 210px;
}

.font_italico {
	font-style: italic;
	font-weight: 300;
}
/* section > div > div {
	display: inline-flex;
} */

.info-contato {
	font-size: 1.5rem;
	font-weight: 300;
}

.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: #390b1e;
	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 #f5ae42;
}

#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) {
}
