@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');

._ff-p {
	font-family: 'Poppins';
}

._fw100 {
	font-weight: 100;
}

._fw200 {
	font-weight: 200;
}

._fw300 {
	font-weight: 300;
}

._fw400 {
	font-weight: 400;
}

._fw500 {
	font-weight: 500;
}

._fw600 {
	font-weight: 600;
}

._fw700 {
	font-weight: 700;
}

._fw800 {
	font-weight: 800;
}

._fw900 {
	font-weight: 900;
}

* {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

img {
	max-width: 100%;
}

a:visited,
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	white: 30px;
}

/**/

._c936228 {
	color: #936228;
}

._ca3a3a3 {
	color: #a3a3a3;
}

._ced1925 {
	color: #ed1925;
}

._c717171 {
	color: #717171;
}

._c555555 {
	color: #555555;
}

._c6a6a6a {
	color: #6a6a6a;
}

._bgcffffff {
	background-color: #fff;
}

._bgc000000 {
	background-color: #000;
}

/**/

._box1 {
	border: 1px solid #f0f0f0;
}

._box1 > .info {
	border-top: 1px solid #f0f0f0;
}

._box2 {
	border: 1px solid #fff;
}

._box3 {
	border: 1px solid #975f35;
}

._hr1 {
	height: 1px;
	background-color: #f0f0f0;
}

._hr2 {
	height: 2px;
	background-color: #4c4c4c;
}

/**/

header .linha1 {
	background-color: #975f2c;
	padding: 8px 0;
}

/**/

.logo {
	margin: 0;
	background: url('../../img/frontend/madeireira-voss-logo.png') no-repeat center center;
	width: 265px;
	height: 68px;
	font-size: 0;
}

/**/

._link1 {
	font: 500 14px 'Poppins';
	color: #3c3c3c;
	text-transform: uppercase;
	position: relative;
}

._link1:hover {
	color: #975f2c;
}

._link1::before {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	content: '';
	height: 0;
	width: 3px;
	background-color: #975f2c;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -5px;
}

._link1:hover::before {
	height: 10px;
}

._link2 {
	display: inline-block;
	font: 700 13px 'Poppins';
	color: #936228;
	text-transform: uppercase;
	border-top: 1px solid #f2f2f2;
	padding-right: 15px;
	padding-top: 5px;
}

._link3 {
	font: 700 13px 'Poppins';
	color: #936228;
}

/**/

.section1 {
	background: url('../../img/frontend/section1-bg.png') repeat-x left top;
}

/**/

.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ccc;
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators li.active {
	background-color: #936228;
	width: 15px;
	height: 15px;
	margin: 0 4px;
}

/**/

.section2 {
	background: url('../../img/frontend/section2-bg.png') repeat-x left top;
}

.section2 .carousel-indicators {
	bottom: -50px;
	/*border: 1px solid red;*/
}

/**/

._btn1 {
	font: 12px 'Poppins';
	color: #555;
	display: inline-block;
	border: 1px solid #e2e2e2;
	padding: 12px 20px;
}

._btn1:hover {
	background-color: #555;
	color: #fff;
}

/**/

footer .linha1 {
	background-color: #3a3531;
}

footer .linha2 {
	background-color: #34302c;
}

/**/

._page-header {
	text-transform: uppercase;
	background: url('../../img/frontend/banner.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
}

/**/

._breadcrumb {
	/*background-color: #f3f3f3;*/
	color: #000;
	border-bottom: 1px solid #eee
}

._breadcrumb a {
	color: #000;
}


/**/

#formMensagem label.error {
	margin-top: 5px;
	font-weight: normal;
	color: red;
	font-size: 12px;
}

/**/

.error {
	margin-top: 5px;
	font-weight: normal;
	color: red;
	font-size: 12px;
}

/**/

._btn-whatsapp {
	background: #60eb36;
	background: -moz-linear-gradient(top,  #60eb36 0%, #6cbc53 100%);
	background: -webkit-linear-gradient(top,  #60eb36 0%,#6cbc53 100%);
	background: linear-gradient(to bottom,  #60eb36 0%,#6cbc53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60eb36', endColorstr='#6cbc53',GradientType=0 );
	display: inline-block;
	border-radius: 7px;
	padding: 0 15px;
	margin-bottom: -9px;
}

._btn-whatsapp2 {
	background: #60eb35;
	background: -moz-linear-gradient(top,  #60eb35 23%, #6cbc53 100%);
	background: -webkit-linear-gradient(top,  #60eb35 23%,#6cbc53 100%);
	background: linear-gradient(to bottom,  #60eb35 23%,#6cbc53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60eb35', endColorstr='#6cbc53',GradientType=0 );
	display: inline-block;
	padding: 7px 20px;
	border-radius: 9px;
	text-shadow: 0px 1px 2px #666;
}

/**/

.section3 {
	background: #936228;
	background: -moz-linear-gradient(top,  #936228 0%, #d19c43 100%);
	background: -webkit-linear-gradient(top,  #936228 0%,#d19c43 100%);
	background: linear-gradient(to bottom,  #936228 0%,#d19c43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#936228', endColorstr='#d19c43',GradientType=0 );

}

/**/

.div-bg {
	background-position: center center;
	background-size: cover;
	position: relative;
}

.div-bg strong {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	display: block;
	text-align: center;
}