@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

body{
	font-family: 'Roboto', sans-serif;
}

header{
	border-top: 5px #E7110F solid;
	background-image: url('../imagens/topo.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

textarea{
	resize: vertical;
	min-height: 50px;
}

a:focus, a:hover{
	text-decoration: none;
}

#logo{
	display: block;
	margin: 86px 0 246px 0;
	width: 100%;
	
}
#logo img{
	margin: 0 auto;
}

#principal{
	margin: 9px 0;
	text-transform: uppercase;
	font-weight: 700;
	border: rgba(231,17,15,.3) solid 1px;
	background-color: rgba(255,255,255,.93);
}
#menu-principal > ul > li > a{
	color: #E7110F;
}

.telefone{
	font-size: 2.4rem;
	font-weight: 700;
	color: #E7110F; 
	text-align: right;
	margin-top: 30px;
	margin-bottom:30px;
}
.telefone i{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #FFF;
	padding: 10px;
	width: 44px;
	height: 44px;
	margin-top: 20px;
	-webkit-box-shadow: 4px 3px 10px 2px rgba(0,0,0,0.3);
	box-shadow: 4px 3px 10px 2px rgba(0,0,0,0.3);
}

#main{
	background-image: url('../imagens/meio.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	padding-top: 10px;
}
#main::before{
	content: '';
	display: block;
	width: 100%;
	height: 16px;
	position: absolute;
	top: -8px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}

h1{
	color: #E7110F;
	text-transform: uppercase;
}
h4{
	border-bottom: 2px #FFF solid;
}

.apresentacao{
	font-size: 2.4rem;
	text-align: right;
}

#slide{
	margin-top: -100px;
}

footer{
	background-color: #282828;
	background-image: url('../imagens/bg-footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
	position: relative;
	padding: 20px 0;
}
footer::before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	top: 6px;
	background: -moz-linear-gradient(left, rgba(231,17,15,0) 0%, rgba(231,17,15,0) 15%, rgba(231,17,15,1) 50%, rgba(231,17,15,0) 85%, rgba(231,17,15,0) 100%);
	background: -webkit-linear-gradient(left, rgba(231,17,15,0) 0%,rgba(231,17,15,0) 15%,rgba(231,17,15,1) 50%,rgba(231,17,15,0) 85%,rgba(231,17,15,0) 100%);
	background: linear-gradient(to right, rgba(231,17,15,0) 0%,rgba(231,17,15,0) 15%,rgba(231,17,15,1) 50%,rgba(231,17,15,0) 85%,rgba(231,17,15,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7110f', endColorstr='#00e7110f',GradientType=1 );
}

ul.contato{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.contato li{
	margin-bottom: 4px;
}
ul.contato a{
	color: #FFF;
}
ul.contato a i{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-right: 8px;
}
ul.contato a:hover i{
	margin-right: 15px;
}

ul.qualidade li{
	line-height: 42px;
	position: relative;
	padding-left: 50px;
}
ul.qualidade li i{
	position: absolute;
	left: 0;
	color: #EA0F09;
}

section.copy{
	background-color: #E9E9E9;
	padding: 8px 0px;
	color: #000;
	line-height: 45px;
}
.ag{
	text-align: right;
}
@media (max-width: 767px){
	.ag{
		text-align: center;
	}
	section.copy{
		text-align: center;
	}
}

.foto-360{
	margin-bottom: 30px;
}

/*
===========================================
Services
===========================================
*/
#services.bg{
	padding: 30px 0;
}
.service-block .simple{
	margin-top: 15px;
	display: inline-block;
}

#services .service-block h3{
	color: #033566;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 0;
}
#services .service-text{
	padding: 30px;
}
#services .service-block.col-sm-12 .service-text{
	padding-left: 80px;
	padding-top: 80px;
}
.service-text .author-info{
	color: #888;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
#services .service-block.col-sm-12 .service-text h3{
	color: #033566;
	font-size: 35px;
	font-weight: 900;
	line-height: 35px;
	margin-bottom: 40px;
	margin-top: 0;
}
#services .service-block .inner{
	border: 1px solid #ebebeb;
	background-color: #fff;
}
.service-list .media-body .title{
	color: #033566;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	margin-top: 0;
	font-family: Poppins;
}

.service-list .media-body .title a{
	color: #033566;
}

.service-list .pull-left{
	margin-right: 15px;
}

.service-block .service-list{
	margin-bottom: 30px;
}

.service-block .button .simple{
	margin-top: 0;
}
#services .service-block:not(:nth-last-child(-n+3)){
	margin-bottom: 50px;
}
.service-image{
	position: relative;
}
.service-image img{
	width: 100%;
}
.service-image .hover{
	background-color: rgba(231,17,15,.3);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 28px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-block:hover .service-image .hover{
	opacity: 1;
	margin: auto;
}
.simple{
	color: #023669;
	font-weight: 700;
	padding: 0;
}
.simple:hover i{
	margin-left: 10px;
}
.simple i{
	margin-left: 5px;
	transition: all 0.2s ease-in-out 0s;
}

/*newsletter*/
.subscribe-section{
	background-image: url('../imagens/bg-news.jpg');
	padding: 60px 0 65px;
}
.subscribe-section, .subscribe-section *{
	outline: none;
}
.subscribe-head h2{
	color: #fff;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0 0 13px;
	text-transform: uppercase;
}
.subscribe-head p{
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 39px;
}
.subscribe-head{
	text-align: center;
}
.form-section input[type="email"]{
	padding: 0 20px;
	border: 0 none;
	color: #9b9b9b;
	font-size: 16px;
	font-style: normal;
	height: 51px;
	width: 460px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.form-section input[type="submit"]{
	padding: 0 20px;
	background-color: #fdb801;
	border: none;
	color: #fff;
	height: 51px;
	margin-left: -60px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
@media (max-width: 655px){
	.form-section input{
		width: 100% !important;
		margin-left: 0px !important;
		margin-top: 4px;
	}
}
/*fim newsletter*/

@media (max-width: 767px){
	#services .service-block:not(:last-child){
		margin-bottom: 30px;
	}
	#services .service-block.col-sm-12 .service-text{
		padding-left: 15px;
		padding-top: 20px;
		padding-right: 15px;
	}
	#services .service-block.col-sm-12 .service-text h3{
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px){
	.telefone{
		text-align: center;
	}
	header{
		background-position: center top;
	}
	#logo{
		margin: 30px 0;
	
	}
	.telefone{
		margin-top: 0;
	}
	#principal{
		margin: 30px 0;
	}
	.apresentacao{
		text-align: center;
	}
	#slide{
		margin-top: 0px;
		margin-left: 30px;
	}
}
@media (max-width: 550px){
	.apresentacao{
		font-size: 14px;
	}
}

/*blog*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,600,500,300,200,100,800);
section{
	font-family: 'Raleway', sans-serif;
}
h2{
	color: #4C4C4C;
	word-spacing: 5px;
	font-size: 30px;
	font-weight: 700;
	margin-bottom:30px;
	font-family: 'Raleway', sans-serif;
}
.ion-minus{
	padding: 0px 10px;
}
.blog .card{
	background-color: #FFF;
	border: 1px solid #eceaea;
	margin: 20px 0px;
}
.blog .card-block{
	padding: 15px;
}
.btn.btn-default{
	background-color: #3F515B;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 13px 20px;
	font-size: 13px;
	font-weight: 600;
	margin-top: 10px;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
.btn.btn-default:hover{
	background-color: #E7110F;
}
/*fim blog*/

/*contato*/
#contact{
	font-family: 'Roboto', sans-serif;
}
#contact .form-control{
	border-radius: 0;
	border:2px solid #1e1e1e;
}
#contact button{
	border-radius:0;
	border:2px solid #1e1e1e;
	margin-bottom: 15px;
}
#contact .row{
	margin-bottom:30px;
}
@media (max-width: 768px){ 
	#contact iframe{
		margin-bottom: 15px;
	}
}
/*fim contato*/

#menu-categoria{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}
#menu-categoria a{
	color: #E7110F;
	text-transform: uppercase;
}
