* {
	margin: 0; 
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	outline: none;
	box-sizing: border-box;
}

body {
	font-family: pt sans;
}

img {
	max-width: 100%;
}

.container {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}

.main-header-title {
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
	font-family: pt sans;
	font-weight: bold;
	padding-bottom: 20px;
}


.main-header {
		width: 100%;
}


.row, 
.flex {
	display: flex;

}

.f-wrap {
	flex-wrap: wrap;
}

.title-left {	
	font-size: 24px;
}

.right {
	width: 380px;	
}

.left {
	width: calc( 100% - 380px );	
}

.contact-form {
	background: linear-gradient(#fff,#e6e6e6);
	border-radius: 6px;
	padding: 30px;
}

.form-style {	
	font-size: 16px;
	margin-bottom: 18px;
}

.list-form {
	
	font-size: 14px;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 6px;
	border: 1px solid  #bbbbbb;
	display: block;
	width: 100%;
}

textarea.list-form {
	height: 206px;
	padding: 12px;
}

.button-form {	
	top: 372px;
	margin-bottom: 10px;
	height: 55px;
	width: 315px;
	border-radius: 5px;
	background-color:#e60012; 
	font-size: 22px;
    color: white;
    text-shadow: 1px 1px #133702;
	cursor: pointer;
	transition: 2ms;
}

.button-form:hover {
	background-color: #a8000e;
}


.title-contact {
	font-weight:bold;
	color: #ff6600;
	font-size: 26px;
	
}

.paragraph {
	line-height: 25px;

}

.title-left {
	text-align:left;
	font-weight:bold;
	color: #ff6600;

	}

.paragraph.white {
	font-size: 16px;
	color:white;
	
}

.fundo-topo {
	background: url(img/img-background.jpg);
}

.element-title {
	background:rgba(225,225,225,0.21);
	line-height:50px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}

.title-itens {
	background:rgba(255,255,255);
	border-style: solid;
	border-width: 1px;
	border-color: white;
	line-height: 50px;
	margin: 0 auto;
	width: 370px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 40px;
}

.list-left li {
	background:rgba(0,0,0,0.2);
    padding: 13px 15px;
    color: white;
    margin-bottom: 20px;
    padding-left: 100px;
    text-align: center;
    
}

.title-feature {
	background:linear-gradient(to right, #e60012 0%,#e54b55 47%,#e60012 100%);
	color: #ffffff;
	border-left: 30px; 
	border-top: 30px;
    padding: 10px;
    text-align: center;
    position: relative;
    line-height: 60px;
    font-size: 20px;    
}

.title-feature:after{
	height: 0px;
    width: 0px;
    border-width: 40px 22px;
    border-style: solid;
    border-color: transparent transparent transparent #e60b1c;
    content: "";
    position: absolute;
    top: 0px;      
    right: -44px;
}



.entry-content-right {	
	padding-left: 100px;
}

.img-left-bottom {
	position: absolute;
    left: -170px;
    bottom: -27px;
    width: 390px;
    z-index: 1;
}


.entry-content {
	position: relative;
}

.feature {
	font-weight: bold;
}

.entry-content-img {
	display: none;
}

/* Pagina 2 produtos in line */


.line-decoration {
	background: rgba(255,255,255,1);
	border-style: none none solid none;
	border-width: 1px;
	border-color: #dddddd;
	width: 940px;
	height: 70px;
}

.title-page2 {
	margin-top: 60px;
	margin-bottom: -25px;
	background:rgba(255,255,255,0);
	border-style: solid;
	border-width: 1px;
	border-color: #c1b7b7;
	line-height: 50px;
	width: 500px;
	font-size: 28px;
	text-align: center;
}

.coll-1 {
	height: 300px;
	width: 70%;

}

.coll-2 {
	height: 300px;
	width: 30%;
}


.title-coll-2,
.title-coll-1 {
	font-size: 24px;
	color: red;
	margin-top: 50px;
	line-height: 50px;
}

.text-line1 {
	line-height: 30px;
}


.box2 {
	margin-top: 10px;
	background:rgba(255,255,255,0);
	border-style: solid;
	border-width: 1px;
	border-color: #c1b7b7;
	
	font-size: 28px;
	width: 100%;
	height: 367px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	

.text-box {
	font-size: 22px;
	text-align: justify;
	font-style: italic;
	padding: 15px;

}


.footer-image{
	background: url(img/img-footer.jpg);
	width: 100%;
	height: 238px;
	margin-top: 70px;
}


.coll-left {
	width: 626px;
	text-align: center;
}


.coll-left-text {
	margin-top: 30px;
	font-weight: bold;
	font-size: 28px;
	color: white;

}

.button-left {
	color: white;
	font-weight: bold;
	line-height: 125px;
	background-color: #ff66008c;
	text-align: center;
	margin:  0 auto;
	width: 315px;
	border-radius: 5px;
	padding: 15px 40px 15px 40px;
	cursor: pointer;
	box-shadow: 1px 1px #521601;
}
	

.coll-right {	
	width: 314px;
	position: relative;
}

.imagem-motor-footer {
	position: absolute;
	width: 350px;
	max-width:none;
	margin-top: -30px;
}

.footer {
	margin-top: 30px;
	margin-bottom: 30px;	
}


.left-footer {
	font-size: 14px;
}


.right-footer {	
	width: 40px;	
}

.between {
	justify-content: space-between;
}


.logo {
	width: 540px;
	margin: 0 auto;	
}



@media (max-width: 900px){
	.md-none {display: none}
	.container {padding: 0 20px}
		
	.right,
	.left, 
	.line-decoration {
		width: 100%;
	}
	.img-left-bottom {
		left: -20px;
	}
	.entry-content-right {
		padding-left: 225px;
	}
	.title-feature:after {
		display: none;
	}
	.title-itens {
		margin-right: 0;
	}

}



@media (max-width: 500px){
	


	.logo {max-width: 100%;
		padding: 0 15px;
	}

	.entry-content-right{
		padding: 0;
		}
	.entry-content-right ul li{
		padding: 20px;
	}	
	.img-left-bottom{
		display: none;
	}
	.title-page2 {
		max-width: 100%;
		margin-bottom: 0;
	}
	.row.container{
		padding: 0;
	}

	.title-itens{
		margin-right: 72px;
	}

	.title-coll-1 {
		margin-top: 20px;
	}

	.title-coll-2 {
		margin-top: 20px; 
	}

	.paragraph{
		padding: 0 10px;
	}
	

	.f-wrap{
		padding: 0;
	}

	.box2 flex {
		width: 100%;
	}
	
	.text-line1 {
		width: 144%;
		margin: 0px; 
	}

	.coll-1 {
		margin: 0px 5px;
		height: auto;
	}
	
	.coll-2 {
		display: none;
	}

	.box2 {
		margin: 25px 0px;
	}
	
	.left-footer {
		margin: 0 10px;
	}

	.right-footer {
		margin-right: 10px;
	}


	.coll-right {
		display: none;
	}

	.coll-left-text {
		padding: 0 10px;
	}

	.coll-left {
		padding-top: 10px;
		position: relative;
	}
	
	.text-box {
		padding: 10px;
	}

	.footer-image {
		margin-top: 35px;
	}

	.title-contact {
		text-align: center;
	}

	.line-decoration {
		margin: -20px;
	}
	
}