.interna_produtos {
	background: url("../img/sistema-notebook.jpg") no-repeat center;
	background-size: cover;
}

.produto_item {
	padding-top: 60px;
	border-color: #696969;
	border-width: 2px;
}

.produto_item h2{
	color: #373435;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	position: relative;
	top: -280px;
	right: 150px;
	text-align: center;
	margin-bottom: -56px;
}

.produto_item h2:after, .produto_item h2:before{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #107B4A;
	margin: 6px auto 8px auto;
}

.produto_icone {
	background: #696969;
	padding: 60px 0;
	height: 194px;
}

.produto_icone img{
	margin: -50px 0px;
	padding-bottom: 40px;
}

.produto_info {
	background: #696969;
	margin-top: 20px;
}

.produto_info p{
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	height: 60px;
	padding: 10px 10px;
}


.produto_info ul li {
	background: #A2CC49;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	float: left;
	width: 229px;
	height: 49px;
	text-align: center;
	padding-top: 16px;
}

.produto_info ul li:nth-child(1), .produto_info ul li:nth-child(2) {
	margin-bottom: 2px;
}

.produto_info ul li:nth-child(even) {
	margin-left: 2px;
}

/*Orçamento*/

.orcamento {
	background: #B9B9BB;
	width: 100%;
	margin-top: 60px;
	padding: 40px 0;
}

.orcamento h2 {
	color: #107B4A;
}

.orcamento h2:after {
	background: #373435;
}

.form {
	padding-right: 60px;
}

.form label{
	display: block;
	color: #373435;
	font-family: Century Gothic, "Times New Roman", serif;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 4px;
}

.form input {
	display: block;
	width: 100%;
	border: 1px solid #107B4A;
	background: none;
	color: #fff;
	padding: 7px 10px;
	margin-bottom: 10px;
	outline: none;
	font-size: 14px;
	font-family: Century Gothic, "Times New Roman", serif;
}

.form textarea {
	display: block;
	width: 100%;
	height: 120px;
	border: 1px solid #107B4A;
	background: none;
	color: #fff;
	padding: 7px 10px;
	margin-bottom: 20px;
	outline: none;
	font-size: 14px;
	font-family: Century Gothic, "Times New Roman", serif;
}

.form button {
	padding: 4px 40px;
	background: none;
}

.orcamento_dados {
	color: #373435;
}

.orcamento_dados h3{
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	color: #107B4A;
	font-weight: bold;
}

.orcamento_dados span {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-family: Century Gothic, "Times New Roman", serif;
}

.orcamento_dados span:nth-of-type(2) {
	margin-bottom: 40px;
}

.orcamento_dados ul {
	padding-right: 60px
}

.orcamento_dados ul li {
	font-family: Century Gothic, "Times New Roman", serif;
	font-size: 14px;
	padding: 10px 15px;
}

.orcamento_dados ul li:nth-child(odd) {
	border: 1px solid #107B4A;
	background: #B9B9BB;

}

.orcamento_dados p {
	margin: 8px 0;
}

.carousel{
	width: 100%;
	size: 100%;
	text-align: center;
}

.card-deck{
	border: none;
}

.carousel {
  width: 100px;
  margin: 0 auto;
}

.MultiCarousel { float: left; overflow: hidden; padding: 0px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:0px; margin:10px; background:#B9B9BB; color:#B9B9BB;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#B9B9BB; }


.Descricao{
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #107b4a;
	text-transform: uppercase;
	margin-bottom: 20px;
}