* {
    box-sizing: border-box; 
    font-family: 'Open Sans', sans-serif;
}

/* Whats */
.whats {
    background: #2ba960;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed; 
	bottom: 0; 
	right: 0; 
	background: #2ba960;
}

.box-whats {
	display: flex;
	justify-content: center;
}

.box-whats img {
	width: 160px;
	padding: 10px;
}

.whats button {
	border: none;
	background: #2ba960;
	color: white;
}

@media screen and (min-width:768px) {
	.whats {
		max-width: 180px;
		margin-bottom: 10px;
		margin-right: 10px;
		border-radius: 5px;
	}

	.box-whats img {
		padding: 10px;
	}
}


/* Header */
header {
	border-bottom: none;
}

header {
	display: block;
	width: 100%;
}

.box-header {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between; 
	max-width: 992px;
	margin: 0 auto;
	padding: 10px;
}

header a {
	padding: 5px;
}

.box-menu {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.img-bar {
	max-width: 23px;
}

button {
	background: white;
	border: none;
} 

span.menu {
	color: #454545;
	font-size: 14px;
	font-family: 'Hind', sans-serif;
	margin-top: 3px;
	user-select: none;
	background: white;
}

.logo {
	width: 140px;
}

/* 
 */
 /* // Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... } */
 /* 
  */

/* @media screen and (min-width:411px) { */
@media only screen and (min-width:576px) {
	.logo {
		width: 180px;
	}
}

@media screen and (min-width:768px) {
	.logo {
		width: 200px;
	}
}

/* Menu */
.nav {
	display: none;
	justify-content: flex-end;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	right: 0;
	top: 0;
}

.ulmenu {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	width: 308px;
	margin-top: 86px;
	background: black;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	/* border: solid 1px white; */
}

ul li a {
	padding: 14px 16px;
	display: block;
	color: rgb(95, 95, 95);
	color: white;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

ul li a:hover {
	color: white;
}

.dropdown-content {
	display: none;
}

.dropdown-content a {
	display: block;
	background: rgb(24, 24, 24);
	padding: 10px;
}

.dropdown-content a:hover {
	background: rgb(55, 54, 54);
}

ul li a.active {
	background: #e76a00;
	color: white;
}

.dropdown:hover .dropdown-btn {
	color: white;
}

ul li a:hover:not(.active) {
	background: rgb(55, 54, 54);
}

.closemenu {
	width: 47px;
	height: 47px;
	width: 100%;
	width: 308px;
	height: 86px;
	/* background: #e76a00; */
	background: black;
	border-bottom: solid 1px rgb(56, 56, 56);
	color: white;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* border-radius: 4px 0 0 4px; */
	font-family: 'Open Sans', sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	/* border: solid 1px red; */
	position: inherit;
}

.set_ind {
	display: none;
}

.closemenu img {
	margin-right: 17px;
}

@media only screen and (min-width: 768px) {
	.ulmenu {
		width: 100%;
	}

	.seta {
		background-image: url("img/set_men_drop.png");
		width: 10px;
		height: 6px;
		display: inline-block;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.dropdown-btn:hover .seta, .dropdown:hover .seta {
		background-image: url("img/set_men_drop_white.png");
	}

	.closemenu {
		display: none;
	}

	ul li {
		float: left;
	}

	ul li a {
		border-radius: 3px;
		margin-right: 2px;
		color: rgb(95, 95, 95);
	}

	.dropdown:hover .dropdown-btn {
		background: rgb(55, 54, 54);
	}

	.dropdown-content {
		position: absolute;
		z-index: 1;
		min-width: 119px;
		min-width: 120px;
		min-width: 123px;
		box-shadow: 0 8px 10px 0 rgba(255, 255, 255, 0.2);
	}

	.dropdown-content a {
		color:rgb(199, 199, 199);
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	ul li.right {
		float: right;
	}

	.nav {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		width: auto;
		background: white !important;
		right: auto;
		top: auto;
		position: relative;
	}

	.ulmenu {
		list-style: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 100%;
		min-width: 550px;
		background: white;
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
		box-shadow: none;
	}

	.dropdown-content a {
		display: block;
		background: rgb(24, 24, 24);
		border-radius: 0;
		width: 100%;
	}

	.dropdown-content a:nth-child(2) {
		border-radius: 3px 3px 0 0;
	}

	.dropdown-content a:last-child {
		border-radius: 0 0 3px 3px;
	}

	.box-menu {
		display: none;
	}

	.set_ind {
		display: flex;
		justify-content: flex-end;
		margin-right: 12px;
	}
}


/* Orçamento */
.orcamento {
	min-height: 242px; 
	background: #050505;
}

.box-orcamento {
	display: flex;
	margin: 0 auto;
	padding: 25px 26px 28px 26px;
	flex-direction: column;
	align-items:flex-start;
}

.box-orcamento div:last-child {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	margin-top: 10px;
	max-width: 570px;
}

.box-orcamento div h1 {
	font-size: 28px;
	color: #e7e7e7;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}

.box-orcamento p {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	color: #c0c0c0;
	margin-bottom: 32px;
	margin-bottom: 5px;
	text-align: left;
}

.box-orcamento button {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #e9e9e9;
	border: solid 1px rgb(58, 58, 58);
	background: #050505;
	border-radius: 10px;
	width: 287px;
	height: 67px;
}

.box-orcamento button:hover {
	background: rgb(58, 58, 58);
	color: whitesmoke;
}

.box-solicitar-orcamento {
	display: flex;
	flex-direction: column;
}

.box-solicitar-orcamento div {
	width: 100%;
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

@media only screen and (min-width:517px) {
	.box-solicitar-orcamento div {
		justify-content: flex-end !important;
	}
}

@media screen and (min-width:768px) {
	.box-orcamento {
		max-width: 960px;
		padding: 25px 10px 28px 10px;
		display: flex;
	}

	.box-orcamento div:first-child {
		width: 100%;
		width: 600px;
	}

	.box-solicitar-orcamento {
		display: flex;
		flex-direction: column;
		display: flex;
		width: 100%;
		margin-top: 0px !important;
		max-width: 960px !important;
		flex-direction: row;
	}

	.box-solicitar-orcamento p {
		text-align: left;
		margin-right: 20px;
	}

	.box-solicitar-orcamento div {
		width: 100%;
		display: flex !important;
		width: 287px !important;
	}
}


/* Sobre */
.sobre {
	padding: 60px 10px 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-sobre h1 {
	color: #262626;
	font-size: 40px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	margin-bottom: 26px;
	text-align: center;
}

.box-sobre p {
	color: #a9a9a9;
	font-size: 31px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	line-height:38px;
	text-align: center;
}

@media screen and (min-width:768px) {
	.box-sobre {
		max-width: 900px;
	}
}


/* Modelos */
#modelos {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
    width: 100%;
	color: white;
	font-size: 20px;
	background: #578adb;
	padding: 68px 20px;
	line-height: 28px;
}

.box-modelos {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#modelo1, #modelo2 {
	margin-bottom: 60px;
}

#modelo1 p {
	max-width: 476px;
}

#modelo2 p {
	max-width: 476px;
}

#modelo1 img, #modelo2 img, #modelo3 img {
	margin-bottom: 20px;
	border-radius: 10px;
	width: 100%;
	max-width:100%;
	max-width: 476px;
}

#modelo3 p {
	max-width: 476px;
}

@media screen and (min-width:768px) {
	#modelo1, #modelo2, #modelo3 {
		display: flex;
		max-width: 960px;
	}

	#modelo1 img, #modelo2 img, #modelo3 img {
		margin-right: 20px;
		margin-bottom: 0;
	}
}


/* Fabricantes */
.fabricantes {
	color: #131313;
	font-family: 'Hind', sans-serif;
	font-size: 32px;
	padding: 25px 30px 25px;
}

.box-fabricantes {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box-fabricantes h1 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.box-img-fabricantes {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	max-width: 260px;
	margin-bottom: 40px;
}

.box-img-fabricantes img {
	width: 180px;
	margin-bottom: 60px;
}


@media screen and (min-width:768px) {
	.box-img-fabricantes {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: 900px;
		align-content: center;
		padding: 0 20px 0;
	}

	.box-img-fabricantes img {
		width: 140px;
		margin-bottom: 0;
	}

	.box-img-fabricantes img:last-child {
		padding-right: 0;
	}
}


/* Footer */
footer {
	color: white;
	background: #0b0b0b;
	background-image: linear-gradient(#353535, #0b0b0b);
}

.box-footer {
	padding: 44px 20px 80px !important;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.contato p {
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

.tel {
	color: #e76a00;
	font-family: 'Hind', sans-serif;
	font-weight: bolder;
	margin-bottom: 34px;
}

.redes-sociais{
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}

.box-img-redes-sociais a {
	text-decoration: none;
}

.box-img-redes-sociais a img:first-child {
	margin-right: 6px;
}


@media screen and (min-width: 576px) {
	.box-footer {
		flex-direction: row;
		justify-content: space-between;
		padding-bottom: 60px !important;
	}
}

@media screen and (min-width: 768px) {
	.box-footer {
		padding-bottom: 20px !important;
		max-width: 960px;
	}
}

