@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}

@keyframes bounce-arrow-slide {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    40% {
        -moz-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
        -webkit-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px);
    }
    60% {
        -moz-transform: translate(-50%, -5px);
        -ms-transform: translate(-50%, -5px);
        -webkit-transform: translate(-50%, -5px);
        transform: translate(-50%, -5px);
    }
}

/* ---Estilos gerais---*/
html, body{
	font-family: 'Raleway';
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}

	.title{
		font-size: 30px;
		font-family: 'Montserrat';
		color: #111;
		width: auto;
		margin-top: 0px;
		margin-bottom: 30px;
		text-transform: uppercase;
		font-weight: 600;
		display: inline-block;
	}

	.title-white{
		font-size: 30px;
		font-family: 'Montserrat';
		color: #fff;
		width: auto;
		margin-top: 0px;
		text-transform: uppercase;
		line-height: normal;
		font-weight: 600;
		display: inline-block;
	}

	hr{
		display: block;
	    outline: none;
	    border: none;
	    width: 100%;
	    height: 3px;
	    background: #d02421;
	    margin-top: 10px;
	}

	.alu-red{
		color: #d02421;
	}


	a, .link{
		color: #fff;
	}

	a:hover, .link:hover{
		cursor: pointer; 
		color: #d02421;
		text-decoration: none;
	}

	a:focus, .link:focus{
		color: #fff;
		text-decoration: none;
	}

	.transition{
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#go-up{
	    position: fixed;
	    bottom: 40px;
	    right:40px;
	    width: 50px;
	    height: 50px;
	    z-index: 999;
	    visibility: hidden;
	    opacity: 0;
	    background-color: #d02421;
	    color: #fff;
	}

	    #go-up.show-button{
	        opacity: 1;
	        visibility: visible;
	    }

	    #go-up:before{
	        font-size: 25px;
	        position: absolute;
	        width: 100%;
	        height: 100%;
	        line-height: 50px;
	        text-align: center;
	    }

	    #go-up:hover{
	        transform: translateY(-10px);
	    }

/* ---Menu---*/
.navbar {
	margin-bottom: 0px;
	border: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

	.navbar-default{
		background-color: #FFF;
	}

		.navbar-brand{
			font-size: 24px;
			height: 70px;
			line-height: 70px;
			font-family: "Montserrat";
			color: #222!important;
			transition: all 0.5s;
			-moz-transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			text-transform: uppercase;
			font-weight: 600;
			padding: 0 15px 0px 15px;
		}

			.navbar-brand img{
				display: inline-block;
				height: 30px;
				margin-right: 5px;
				transform: translateY(-2px);

			}

				.navbar-brand span{
					display: inline-block;
				}

			.nav li a {
				padding: 0px 20px;
				color: #222!important;
				margin-left: 10px;
				transition: all 0.3s;
				-moz-transition: all 0.3s;
				-webkit-transition: all 0.3s;
				-o-transition: all 0.3s;
				font-family: "Montserrat";
				font-size: 14px;
				line-height: 70px;
				text-transform: uppercase;
				font-weight: 600;
			}

			.nav li:not(:first-child):before{
				position: absolute;
				height: 70px;
				font-size: 22px;
				content: "/";
				left: -2px;
				line-height: 70px;
				color: #bbb;
			}

		.nav li.active a, .nav li a:hover{
			color: #d02421 !important;
			background-color: transparent !important;
		}


/*---slide--*/
#slide{
	overflow: hidden;
	position: relative;
	text-align: center;
	background: url("../img/slide.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	z-index: 15;
}

	#slide:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0,0,0, 0.5);
	}

	#slide .container-fluid .row{
		overflow: hidden;
	}

		#slide-slideshow{	
			position: relative;
	    	padding: 0;
	    	color: white;
	    	text-align: center;
	    	letter-spacing: 6px;
			text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
            			 0px 8px 13px rgba(0,0,0,0.1),
            			 0px 18px 23px rgba(0,0,0,0.1);
	    }

	    	#slide-slideshow div{
	    		outline: none;
	    		display: flex;
		    	align-items: center;
		    	height: 100vh;
	    	}

			#slide-slideshow p{
				margin: 0;
				position: relative;
				line-height: 80px;
				font-size: 50px;
				text-transform: uppercase;
				font-weight: 600;
	    		font-family: 'Montserrat';
	    		outline: none;
			}

			#slide-slideshow b{
				color: #d02421;
			}

	#slide-arrow{
	    height: 370px;
		width: 370px;
		overflow: hidden;
		position: absolute;
		background-color: #fff;
		transform: translate(-50%, 100%) rotate(45deg);
		bottom: 0;
		display: inline-block;
		z-index: 5;
	}

	#slide i{
		position: absolute;
		display: inline-block;
		bottom: 0;
		color: #d02421;
		font-size: 50px;
		z-index: 6;
		transform: translate(-50%, 0%);
		animation: bounce-arrow-slide 2s infinite;
        -webkit-animation: bounce-arrow-slide 2s infinite;
	}


/*---Sobre---*/
#about{
	position: relative;
	background-color: #fff;
	padding: 100px 0px;
	text-align: center;
}

	#about-text{
		text-align: justify;
		margin-bottom: 30px;
	}

	#suppliers{
		padding: 0;
	}

		#suppliers .slick-track{
			display: flex;
			align-items: center;
		}

		.supplier{
			outline: none;
			text-align: center;
		}

		.supplier img{
			max-width: 180px;
			max-height: 120px;
			margin: 0px auto;
		}



/*---Produtos---*/
#products{
	position: relative;
    padding: 100px 0px 100px 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    background-image: url('../img/produtos.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

		#products:before{
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background-color: rgba(0,0,0, 0.7);
		}

	#products-list{
		text-align: center;
		margin-top: 20px;
		padding: 0px;
		position: relative;
		z-index: 20;
	}

		.product-box{
			margin-bottom: 30px;
			height: 350px;
			overflow: hidden;
		}

		.product{
			height: 350px;
			display: block;
			position: relative;
			background-size: cover;
			background-position: center;
		}

			.product-info{
				position: absolute;
			    width: 100%;
			    height: 100%;
			    left: 0;
			    background-color: rgba(0,0,0,.5);
			    z-index: 1;
				color: #fff;
				display: flex;
				text-align: center;
				padding: 0px 40px;
				white-space: normal;
			}

				.product:hover .product-info{
					background-color: rgba(208,36,33,1);
					color: #fff;
				}

			.product-info > div{
				align-self: center;
				width: 100%;
			}

				.product-info h4{
					font-weight: 600;
					line-height: 28px;
					text-transform: uppercase;
					font-size: 18px;
					font-family: 'Montserrat';
				}

				.product-info h3{
					margin-top: 0;
					font-size: 20px;
				}
	
/*---Testemunhos---*/
#testimonials{
	display: block;
	position: relative;
    background-color: #fff;
    padding: 100px 0px;
    width: 100%;
    text-align: center;
}

    #testimonials-slick{
    	padding: 0px;
    	margin-top: 30px;
    	padding-bottom: 40px;
	}	

		.testimonial{
			outline: none;
		}

		.testimonial-img{
			display: inline-block;
			width: 80px;
			height: 80px;
			border-radius: 50%;
			overflow: hidden;
			position: relative;
			background-color: #333;
			margin-bottom: 20px;
		}

			.testimonial-img img{
				width: 100%;
				position: absolute;
			}

		.testimonial-text{
			font-size: 20px;
			max-width: 800px;
			margin: 0px auto;
		}

	    .testimonial-author{
	        font-size: 18px;
	        font-weight: 600;
	        color:#d02421;
	        padding-top: 10px;
	        text-transform: uppercase;
	    }

	    .testimonial-company{
	        font-size: 14px;
	        text-transform: uppercase;
	        font-family: 'Montserrat';
	        font-weight: 600;
	    }


/*---contacts---*/
#contacts{
	position: relative;
    padding:0px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
    height: 800px;
}

	#map{
	    width: 100%;
	    height: 800px;
	}

	#show-info{
        position: absolute;
        top:0;
        left: 50%;
        font-size: 12px;
        font-weight: 600;
        z-index: 30;
        padding: 20px 30px;
        background-color: #333;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: 'Montserrat';
        cursor: pointer;
        opacity: 0;
        -webkit-transform: translate(-50%, -30%);
        -moz-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
        -webkit-transition: -webkit-transform 0.5s, visibility 0.6s, opacity 0.5s, background-color 0.5s, color 0.5s;
        -moz-transition: -moz-transform 0.5s, visibility 0.6s, opacity 0.5s, background-color 0.5s, color 0.5s;
        transition: transform 0.5s, visibility 0.6s, opacity 0.5s, background-color 0.2s;
        visibility: hidden;
    }

        #show-info:hover{
            background-color: #d02421;
        }

	    .show-info-show{
	        -webkit-transform: translate(-50%, 0)!important;
	        -moz-transform: translate(-50%, 0)!important;
	        transform: translate(-50%, 0)!important;
	        opacity: 1!important;
	        visibility: visible!important;
	    }

		#contacts .container{
			padding:0px 100px;
			position: absolute;
			z-index: 11;
			-webkit-transition: -webkit-transform 0.5s, visibility 0.6s, opacity 0.5s;
            -moz-transition: -moz-transform 0.5s, visibility 0.6s, opacity 0.5s;
            transition: transform 0.5s, visibility 0.6s, opacity 0.5s;
            visibility: visible;
		}

			.contacts-hide{
                -webkit-transform: translateY(10%);
                -moz-transform: translateY(10%);
                transform: translateY(10%);
                opacity: 0;
                visibility: hidden!important;
            }

			#contacts .container > .row{
				background-color: #fff;
				padding: 50px 80px;
				display: flex;
				align-items: center;
			}

				#contacts-title{
					display: none;
				}

				#contacts-info{
					font-weight: 600;
				}

					#contacts-info i{
						font-size: 40px;
						margin-bottom: 10px;
						color: #d02421;
						display: block;
						float: left;
						margin-right: 15px;
					}

					#contacts-phone {
						margin-bottom: 30px;
						padding-left: 20px;
					}

						#contacts-phone i{
							margin-top: 5px;
							margin-bottom: 5px;
						}

					#contacts-address{
						margin-bottom: 30px;
						padding-left: 20px;
					}

						#contacts-address i{
							font-size: 38px;
						}

					#contacts-email{
						line-height: 34px;
						margin-bottom: 30px;
					}

						#contacts-email i{
							font-size: 34px;
						}

					#contacts-map{
						line-height: 34px;
					}

						#contacts-map i{
							font-size: 34px;
						}

						#contacts-map a{
							color: #333;
						}

							#contacts-map a:hover{
								color:#d02421;
								text-decoration: none;
							}

#contacts-form{
}

	#contacts-form label{
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		color: #333;
		margin-top: 20px; 
		font-family: 'Montserrat';
	}

 #contacts-form input[type='text'],
#contacts-form input[type='email']{
    border:none;
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
    padding: 7px 10px;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}

#contacts-form textarea{
    border:none;
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
    padding: 10px 0 0 15px;
    box-shadow: none;
    height: 118px;
    resize: none;
    font-size: 14px;
    color: #333;
}

#form-email, #form-phone{
    width: 49%;
    float: left;
}

#form-email{
    margin-right: 2%;
}

#contacts-form input.error, #contacts-form textarea.error{
    border: 1px solid red !important;
}

#contacts-form input[type=number]::-webkit-inner-spin-button, 
#contacts-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#contacts-form input[type=number]{
    -moz-appearance: textfield;
}

	#contacts-btn{
		display: inline-block;
		background: #333;
		color: #FFF;
		font-family: "Montserrat";
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-size: 12px;
		border: none;
	    float: right;
	    padding: 7px 20px;
	    margin-top: 10px;
	    font-weight: 600;
	}

		#contacts-btn:hover{
		    background: #d02421;
		    color: #fff;
		}

/*---Footer---*/
#footer {
    font-size: 12px;
    padding: 50px 0px 45px 0px;
    position: relative;
    background-color: #fff;
    color: #666;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Montserrat';
}

	#footer a{
	    color: #666;
	    text-decoration: none;
	}

		#footer a:hover{
		    color: #d02421;
		}

	#credits{
	    text-align: right;
	}
