.slide1{
	height: 800px; 
	width: 100%; 
	background-image: url('../images/sitio/banner2.jpg'); 
	position: relative;
	
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.logo-slide{
	width: 400px !important;
	position: absolute;
	top: 40%;
}

.div-logo{
	position: relative;
}


.p-quality{
	margin-left: 20px !important;
}

.mapa{
	margin-top: 40px;
	margin-bottom: 40px;
}

.contenedor-contacto{
	background-color: rgba(255, 255, 255, 0.6);
	padding: 25px;
}

.btn-categoria{
	background-color: #229148;
	color: #fff;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: 0.5s ease all;
	margin-bottom: 20px;
}

.btn-categoria:hover, .btn-categoria.active{
	background-color: #76bc4b;
}

.contenedor-categorias{
	margin-bottom: 40px;
}

section#about{
	padding-top: 0px;
}

.btn-categoria div.icono{
	font-size: 70px;
}

.btn-categoria div.nombre{
	font-size: 22px;
	margin-top: 20px;
}

.curl {
	width:30px;
	height:30px;
	position: absolute;
	top:0;
	left:0;
	background : 
		linear-gradient(
			135deg, 
			#fff, 
			#f3f3f3 45%, 
			#ddd 50%, 
			#aaa 50%, 
			#bbb 56%, 
			#ccc 62%, 
			#f3f3f3 80%,
			#fff 100%
		);
	/*box-shadow : 0 0 10px rgba(0, 0, 0, .5);*/
	transition: all .5s ease;
}

.curl:before,
.curl:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 12.5%;
	bottom: 5.8%;
	width: 70%;
	max-width: 300px;
	max-height: 100px;
	height: 55%;
	box-shadow: 0 12px 15px rgba(0, 0, 0, .3);
	transform: skew(-10deg) rotate(-6deg);
}
.curl:after {
	left: auto;
	right: 5.8%;
	bottom: auto;
	top: 14.16%;
	transform: skew(-15deg) rotate(-84deg);
}

.titulo-categoria{
	margin-bottom: 20px;
	line-height: 42px;
	font-size: 30px;
	padding-right: 15px;
	border-right: 8px solid #76bc4b;
	display: inline-block;
}

.categoria{
	margin-bottom: 100px;
}
.categoria.active{
	display: block;
}

.form-messages{
	font-weight: 700;
	font-size: 18px;
}
.icono{
	font-size: 31px;
	color: black;
	margin-left: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px){
	.logo-slide{
		width: 250px !important;
		top: 50%;
	}
}


@media only screen and (max-width: 575px){
	.logo-slide{
		width: 200px !important;
		top: 50%;
	}
}

.valign{
	padding-top: 116px;
}
@media(max-width: 991px){
	.valign{
		padding-top: 0px;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.valign{
		padding-top: 55px;
	}
}
