/*
Vermelho = df3337
Preto = 000
Cinza = f8f9fa
*/

/* Navbar */
.navbar_brand{
	height: 80px;
	margin: 20px 0px;
}
.navbar-link {
	font-family: 'Secular One', sans-serif;
	font-size: 24px;
	color: #df3337;
	margin: 0px 20px;
	text-decoration: none;
}
.navbar-link:hover {
	color: #000;
}

/* Home */
.home-title {
	font-family: 'Secular One', sans-serif;
	font-size: 48px;
	color: #df3337;
	text-align: center;
	margin: 50px 0px;
}
.home-text-empresa {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
}
.home-title-produtos {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #000;
	text-align: center;
}
.home-div {
	background-color: #f8f9fa;
	padding-bottom: 70px;
}
.img-slider {
	margin-bottom: 30px;
}
.contato-input {
	height: 50px;
	margin: 10px 0px;
}
.contato-textarea {
	height: 100px;
	margin: 10px 0px;
}

/* Footer */
.footer-title {
	font-family: 'Secular One', sans-serif;
	font-size: 48px;
	color: #000;
}
.footer-text {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #000;
}

/* Geral */
.scrollToTop{   
	background-color: #fff;
	/*border-radius: 65px;*/
	bottom: 20px;
	box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, .75);
	color: #d9a000;
	cursor: pointer;
	border-radius: 50%;
    width: 60px;
    height: 60px;
	position: fixed;
	right: 22px;
	z-index: 3;
}
.img-top {
	height: 30px;
	margin-top: 15px;
}
.scrollToWa{   
	/*background-color: #fff;*/
	/*border-radius: 65px;*/
	bottom: 20px;
	/*box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, .75);*/
	color: #d9a000;
	cursor: pointer;
	border-radius: 50%;
    width: 60px;
    height: 60px;
	position: fixed;
	right: 92px;
	z-index: 3;
}
.img-wa {
	height: 60px;
}

/* Modal */
.modal-title {
	font-family: 'Secular One', sans-serif;
	font-size: 28px;
	color: #000;
	margin-bottom: 10px;
}
.modal-text {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
}