
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins:wght@300;600&family=REM:ital,wght@0,100;1,100;1,200;1,300;1,400;1,500&family=Roboto:ital,wght@1,300&family=Rubik:wght@300&display=swap');

*{
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'REM', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Rubik', sans-serif;

	margin: 0;
	padding: 0;

	box-sizing: border-box;
}
header {
	background-color: #990000;
	width: 100%;
	box-sizing: border-box;
}
.sucesso-email {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 200px;
	padding: 10px;
	background-color: red;
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.sucesso-email a {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	margin-bottom: 10px;
	background-color: #CD1717;
}
.sucesso-email a:hover {
	text-decoration: none;
	color: #fff;
} 
.sucesso-email h1 {
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.menu img {
	width: 100%;
	max-width: 170px;
}
.menu {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.menu a {
	color: #fff;
}
.menu a:hover {
	color: red;
	transition: 0.3s;
}
.menu i {
	color: #fff;
	font-weight: 600;
	font-size: 32px;
}
.dropdown-top a{
	color: red;
	font-weight: 600;
}
.dropdown-top a:hover{
	color: #fff;
	background-color: red;
}
.sociais i {
	margin-left: 4px;
	font-size: 24px;
	cursor: pointer;
}
.sociais i:hover {
	color: red;
	transition: 0.3s;
}
.slide, .carousel-item img {
	width: 100%;
}
.infor-top {
	margin-top: 20px;
	padding: 5px;
	
}
.infor-top h1 {
	font-size: 18px;
	font-weight: 600;
}
.infor-top h2 {
	font-size: 14px;
	font-weight: 600;
	color: #7D7E7E;
}
.infor-top i {
	color: #990000;
	font-size: 22px;
}
.titulo {
	width: 100%;
	height: 40px;
	padding-top: 6px;
	margin-top: 40px;
	margin-bottom: 10px;
	background-color: #A2A2A3;
}
.titulo h1 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.venda_imp {
	padding: 10px;

}
.venda_imp img {
	width: 100%;
}
.impressorasvenda {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
	box-shadow: 0px 0px 6px #CCC;
}
.impressorasvenda:hover {
	border: 1px solid red;
	transition: 0.3s;
	box-shadow: 0px 0px 6px #FC0404;
}
.impressorasvenda a {
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}
.impressorasvenda i {
	font-size: 15px;
	font-weight: 700;
}
.prod-descr p {
	font-weight: 600;
	font-size: 18px;
}
.prod-descr img {
	width: 40px;
	margin-bottom: 10px;
	margin-top: -10px;
}
.valor-prod {
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #990000;
	min-height: 28px;
	padding-top: 2px;
	padding-left: 5px;
}
.valor-prod h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;

}
.valor-prod i {
	font-size: 20px;
	font-weight: 700;
}
.valor-prod a:hover {
	text-decoration: none;
}
.inform {
	font-size: 12px;
	font-weight: 600;
	color: #555556;
}
.locacao {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 20px;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 60px;

	background-image: url("../imagens/fundo-form.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
}
.locacao h1 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.locacao h2 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
#form-locacao {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	width: 70%;
}
#form-locacao label {
	margin-bottom: -6px;
	font-weight: 600;
	color: #fff;
}
#form-locacao input {
	height: 37px;
	padding: 7px;
	border: none;
}
#form-locacao select {
	height: 37px;
	padding: 4px;
	border: none;
}
#form-locacao button {
	height: 37px;
	border: none;
	margin-top: 10px;
	background: none;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 700;
}
#form-locacao button:hover {
	border: 2px solid #ccc;
	color: #ccc;
	transition: 0.3s;
}
.btn-naveg {
	width: 34px;
	height: 34px;
	border: none;
	font-weight: 600;
	color: #fff;
	margin-right: 6px;
	background-color: #990000;
}
.btn-naveg:hover {
	background-color: red;
	transition: 0.3s;
}
.panination {
	color: #990000;
	font-weight: 700;
	text-align: right;
}
.clientes-tc {
	padding: 20px;

}
.clientes-tc img {
	width: 100%;
	box-shadow: 0px 10px 15px -3px #B8B9B9;
}
.clientes-titl {
	margin-top: 60px;
}
.clientes-titl h1 {
	font-size: 24px;
	font-weight: 700;
	color: #484849;
	text-align: center;
}
/*QUEM SOMOS*/
.somos img {
	width: 100%;
}
.quemsomos {
	padding-top: 30px;
}
.quemsomos h1 {
	font-size: 30px;
}
.quemsomos p {
	text-align: justify;
	text-indent: 20px;
	font-size: 17px;
}
.img-equipe {
	padding-top: 30px;
}
.img-equipe img {
	width: 100%;
}
.vermais-somos {
	color: red;
}
.vermais-somos:hover {
	color: blue;
	text-decoration: none;
	transition: 0.3s;
}
/*//QUEM SOMOS*/
/*FORM - LOCAÇÃO*/
.span-required {
	display: none;
	font-size: 14px;
	font-weight: 600;
	color: #F9F0B6;
}
.span-required i {
	font-size: 15px;
	color: #F9E509;
}

/*//FORM - LOCAÇÃO*/
.footerbox {
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #990000;
}
.footerbox h1 {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
}
.footerbox h1 i{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.footerbox a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.footerbox a:hover {
	color: red;
	text-decoration: none;
	transition: 0.3s;
}
.footerbox a i:hover {
	color: red;
	transition: 0.3s;
}
.boxfooter {
	margin-bottom: 20px;
}
.boxfooter img {
	width: 100%;
	margin-bottom: 20px;
}
.boxfooter p {
	font-size: 18px;
	color: #fff;
}
.horarios-footer {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #fff;
}
.sociais-footer {
	display: flex;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #fff;
}
.sociais-footer i {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-right: 7px;
	margin-left: 7px;
	line-height: 20px;
	cursor: pointer;
}
.sociais-footer i:hover {
	color: #5E0404;
}
.sociais-footer h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.copy {
	text-align: center;
	color: #39393A;
	padding-top: 6px;
}
.copy span {
	font-weight: 700;
	color: #4F5050;
}
.copy a {
	color: #39393A;
	font-weight: 600;
}
.copy a:hover {
	color: #797A7B;
	text-decoration: none;
}
.copy img {
	width: 100%;
	max-width: 85px;
}
