html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    *zoom:1;
}

/*Mi codigo*/

body{
	-webkit-text-size-adjust: none;
	color: #666;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
}

h1{
	float: left;
}

h1 a{
	display: block;
}

h2{
    font-size: 48px;
    margin-bottom: 20px;
}

h3{
    font-size: 24px;
    margin-bottom: 10px;
}

h2, h3, h4{
	clear: both;
	color: #9f915d;
}

h4{
	font-size: 18px;
    margin-bottom: 4px;
}

p, li{
	/*font-family: 'Alegreya', serif;*/
	line-height: 22px;
}

a{
	text-decoration: none;
}

.header{
	background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #9f915d;
    height: 100px;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 11;
}

.main_menu{
	left: 0;
	margin: 0 auto;
	padding-top: 39px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 60%;
}

.main_menu li{
	display: inline-block;
	margin: 0 10px;
}

.main_menu a{
	color: #707270;
	padding-bottom: 25px;
	text-decoration: none;
}

.main_menu a:hover,
.main_menu .activo{
	border-bottom: 4px solid #9f915d;
	color: #9f915d;
}

.siguenos{
	float: right;
	padding-top: 23px;
}

.siguenos li{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.face{
	background: url('../images/face.png') no-repeat;	
	display: block;
	height: 28px;
	width: 29px;
}

.face:hover{
	background-position: 0 -28px;
}

.cont_variedad{
	clear: both;
	margin: 0 -0.5% 50px;
	overflow: hidden;
}

.cont_variedad li{
	float: left;
	margin: 0.5%;
	width: 19%;
}

.cont_variedad h4{
	margin-top: 5px;
}

.listas{
	overflow: hidden;
}

.mb40{
	margin-bottom: 40px;
}

.main_slide .slides li{
	position: relative;
}

.main_slide .slides .txt_large p{
	margin: -58px auto 0;
}

.main_slide .slides .txt_small p{
	margin: -30px auto 0;
}

.main_slide p{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	left: 0;
	line-height: 28px;
	margin: -44px auto 0;
	padding: 15px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	top: 50%;
	width: 70%;
}

.txt_center{
	text-align: center;
}

.cont_des{
	background: #fff;
	height: 95%;
	margin-left: 0.1%;
	padding: 50px 30px;
	position: absolute;
	top: 10px;
	width: 400px;
}

.descripcion{
	border-bottom: 1px solid #ccc;
	height: 100%;
}

.descripcion h3{
	font-weight: bold;
	margin-bottom: 30px;
}

.descripcion h4{
	color: #000;
}

.descripcion div{
	overflow: hidden;
}

.descripcion p{
	font-size: 14px;
	line-height: 18px;
}

.descripcion .number{
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
	background: #9F915D;
	color: #fff;
	float: left;
	font-size: 16px;
	margin-right: 10px;
	padding-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	width: 22px;
}

.instalaciones{
	overflow: hidden;
}

.instalacion{
	position: relative;
	text-align: center;
}

.instalacion img{
	width: 100%;
}

.instalacion h2,
.instalacion p{
	color: #fff;
	text-shadow: 1px 1px 2px #333;
}

.instalacion h2{
	padding-top: 30px;
}

.instalacion p{
	font-size: 22px;
	line-height: 26px;
}

.ins_des{
	left: 0;
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0 auto;
	width: 70%;
}

#carrusel2{
	position: relative;
}

#carrusel2 .flex-control-nav{
	position: absolute;
	top: 0;
	width: 150px;
}

#carrusel2 .flex-control-thumbs{
	margin: 0;
}

#carrusel2 .flex-control-thumbs li{
	float: none;
}

#carrusel2 .flex-control-nav li{
	display: block;
	width: 100%;
}

#carrusel2 .slides{
	margin-left: 160px;
}

#carrusel2  .slides img{
	float: left;
	margin-right: 20px;
	width: 60%;
}

.slide_txt{
	margin-top: 40px;
	overflow: hidden;
}

.mb20{
	margin-bottom: 20px !important;
}

.fila{
	margin-bottom: 20px;
}

input{
	height: 40px;
}

input, textarea{
	-webkit-appearance:none;
	-webkit-box-sizing: border-box;
  	   -moz-box-sizing: border-box;
  			box-sizing: border-box;
	border: 1px solid #999;
	padding: 4px;
	width: 100%;
}

textarea{
	resize: none;
}

.contacto p{
	font-size: 13px;
}

.contacto{
	margin-bottom: 50px;
}

.boton{
	background: #333;
	color: #9f915d;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 40px;
}

.boton:hover{
	background: #9f915d;
	color: #333;
}

.contenido{
	margin-top: 100px;
}

.tablet{
	display: none;
}

.main_menu .tablet{
	display: none;
}

.despliega{
	float: left;
}

.face_mob{
	float: right;
}

.mobile_menu{
	clear: both;
	display: none;
}

.mobile_menu a{
	background: #9A9060;
	color: #fff;
	display: block;
	padding: 5px 20px;
}

.cont_mob{
	display: none;
	margin-top: -20px;
	overflow: hidden;
}

.cont_mob li{
	vertical-align: bottom;
}

.despliega{
    color: #9a9060;
    font-weight: bold;
    padding-bottom: 10px;
}

.cont_mob .active{
	border-bottom: 4px solid;
}

.mobile{
	display: none;
}

.cont_variedad li img{
	width: 100%;
}

.flexslider .slides li .mobile,
.flecha_der .slides li .mobile{
	display: none;
}

.error{
	color: #B70000;
	display: none;
}

.contacto .gracias{
	color: #B70000;
	display: none;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

/*media queries*/

@media (max-width: 1024px) {
	h1{
		float: none;
		text-align: center;
	}
	.header{
		height: auto;
	}
	.desktop{
		display: none;
	}
	.flecha_der .flex-control-nav .tablet,
	.tablet{
		display: block;
	}
	.main_menu{
		padding-top: 20px;
		position: inherit;
		width: 100%;
	}
	.main_menu li{
		vertical-align: middle;
	}
	.main_menu a{
		padding-bottom: 10px;
	}
	.main_menu .tablet{
		display: inline-block;
	}
	.cont_variedad li{
		margin-bottom: 20px;
		width: 49%;
	}
	.cont_variedad p{
		min-height: 100px;
	}
	.cont_des{
		margin-left: 60px;
		padding: 20px 10px;
		position: inherit;
		width: 86%;
	}
	.descripcion{
		padding-bottom: 20px;
	}
	.flecha_der .flex-direction-nav .flex-next{
		top: 26%;
	}
	.flecha_der .flex-direction-nav .flex-prev{
		top: 38%;
	}
	.instalacion h2{
		padding-top: 0;
	}
	.ins_des{
		width: 90%;
	}
	.instalacion p{
		font-size: 18px;
		line-height: 22px;
	}
	#carrusel2 .slides img{
		margin: 0 10px 10px 0;
		width: 100%;
	}
	.mt20{
		margin-top: 20px;
	}
	.contenido {
    	margin-top: 142px;
	}
	.flecha_der .flex-control-nav{
		bottom: -15px;
	}
}

@media (max-width: 640px) {
	.cont_mob,
	.mobile,
	.flexslider .slides li .mobile{
		display: block;
	}
	.main_menu,
	.desktop_tablet,
	.flexslider li .desktop_tablet,
	.flecha_der li .desktop_tablet{
		display: none;
	}
	.cont_variedad{
		margin: 0 0 50px 0;
	}
	.cont_variedad li{
		margin: 0;
		width: 100%;
	}
	.cont_des{
		margin-left: 0;
		width: 100%;
	}
	.flecha_der .flex-direction-nav .flex-next{
		top: 60px;
	}
	.flecha_der .flex-direction-nav .flex-prev{
		top: 130px;
	}
	.flecha_der .flex-control-nav{
		bottom: -15px;
	}
	.flex-control-nav{
		bottom: 5px;
	}
	.instalacion h2{
		font-size: 28px;
	}
	.instalacion p {
    	font-size: 14px;
    	line-height: 18px;
	}
	#carrusel2 .flex-control-nav{
		width: 40px;
	}
	#carrusel2 .slides{
		margin-left: 50px;
	}
	.contenido {
    	margin-top: 102px;
	}
	.main_slide p{
		border: 0 none;
		font-size: 16px;
		line-height: 20px;
	}
	.main_slide .slides .txt_large p{
		margin: -76px auto 0;
	}
	.main_slide .slides .txt_small p{
		margin: -46px auto 0;
	}
	.header{
		height: 100px;
	}
	.contenido{
		margin-top: 100px;
	}
	.slide_txt{
		overflow: visible;
	}
	.mb10{
		margin-bottom: 10px;
	}
}