*{
	margin:0; 
	padding:0; 
	border:0; 
	outline: none;   
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body,
textarea,
input {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

input[type="email"] { 
} 

body{
    background-image: url("../img/green_cup.png");
    background-repeat: repeat-x repeat-y;
}

header{
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #eaeaea;
	position: fixed;
	z-index: 10;
	top: 0;
}

	.contentHeader{
		max-width: 1024px;
		width: 100%;
		margin: 0 auto;
		height: auto;
		text-align: center;
	}
		.contentHeader img{
			padding-top: 10px;
		}


.box-logo{
	display: inline-block;
	vertical-align: top;
	float: left;
}

.box-login{
	display: inline-block;
	vertical-align: top;
	float: right;
	padding-top: 18px;
}
	
	.contentLogin01{
		display: inline-block;
		vertical-align: top;
	}

	.login01{
		display: block;
		vertical-align: top;
		height: 25px;
		width: 150px;
		margin: 8px 4px;
		background-color: #ffffff;
		border: 1px solid #cecece;
		color: #808080;
	    font-size: 14px;
	    padding-left: 6px;
	}
	.login02{
		background-color: #db8b00;
	    border: 1px solid #cecece;
	    display: inline-block;
	    height: 62px;
	    margin-top: 8px;
	    vertical-align: top;
	    width: 62px;
	    color: #ffffff;
	    font-size: 14px;
	}

#contenido{
	margin:auto;
	max-width:1024px;
	width: 100%;
}


.content{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.bgVideo{
	width: 100%;
	background-color: #ffffff;
}

.bgcontact{
	width: 100%;
	background: url('../img/map-image.png') no-repeat center;
	background-color: #222222;
}

.image1 {
	position:relative;
	background: url('../img/bg-silos.jpg') no-repeat fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 500px;
	height: auto;

}

.image2 {
	position:relative;
	background: url('../img/bg-silos.jpg') no-repeat fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 500px;
	height: auto;

}


.content-tit {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	z-index:2;
}

	.contentTit{
		margin-top: 12%;
		margin-bottom: 0%;
		margin-left: 20%;
		/*background-image: url("../img/az_subtle.png");
	    background-repeat: repeat-x repeat-y;*/
		background-color: rgba(255,255,255,0.8);  
	    border-top-left-radius:50px;  
	    border-bottom-left-radius:50px; 
	    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.4);
		-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.4);
		box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.4);
		position: relative;
	}

		.tit{
			font-size: 120px;
			color: #FAAC06;
			font-weight: 200;
			font-family: 'Roboto', sans-serif;
			font-variant: small-caps;
			padding-bottom: 30px;
			letter-spacing: -3px; 
			text-align: left;
			padding-left: 15%;
			text-shadow: 0px 15px 5px rgba(0,0,0,0.1),
	                 10px 20px 5px rgba(0,0,0,0.05),
	                 -10px 20px 5px rgba(0,0,0,0.05);
	             
		}
			.tit span{
				color: #328E3B;
				font-weight: bold;
				letter-spacing: 0px;
			}

#info{
	margin: 30px auto 150px;
	padding: 5px;
	vertical-align: top;
	width: 100%;
	max-width: 1024px;
}

		.tit-01{
			font-size: 38px;
			color: #ffffff;
			font-weight: 300;
			font-family: 'Roboto', sans-serif;
			font-variant: small-caps;
			line-height: 34px;
		}

		.tit-02{
			font-size: 54px;
			line-height: 34px;
			color: #ffffff;
			font-weight: bold;
			font-family: 'Roboto', sans-serif;
			font-variant: small-caps;
		}

		.tit-03{
			padding-top: 12px;
			font-size: 20px;
			line-height: 18px;
			color: #ffffff;
			font-weight: 300;
			font-family: 'Roboto', sans-serif;
			font-variant: small-caps;
			font-style: oblique;
		}

.content01{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
	height: auto;
}

h3{
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-variant: small-caps;
	text-align: center;
	padding: 50px 0;
	text-shadow: -2px 2px 0px #000000;
}

h4{
	font-size: 48px;
	color: #808080;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-variant: small-caps;
	text-align: center;
	padding: 50px 0;
}

.box01{
	display: block;
	vertical-align: top;
	width: 100%;
	border-left: 1px dashed #ffffff;
	border-right: 1px dashed #ffffff;
	padding: 20px 0;
	margin-bottom: 100px;
}

	.box01 img{
		display: inline-block;
		vertical-align: top;
	}

	.box01 p{
		width: 40%;
		display: inline-block;
		vertical-align: top;
		font-size: 42px;
		color: #ffffff;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
		font-variant: small-caps;
		padding: 0px 0;
		line-height: 32px;
		text-align: left;
		padding: 85px 0 0;
		text-shadow: -2px 2px 0px #000000;
	}


.box02{
	display: block;
	vertical-align: top;
	width: 100%;
	border-left: 1px dashed #ffffff;
	border-right: 1px dashed #ffffff;
	padding: 20px 0 60px;
}

	.box02 video{
		display: inline-block;
		vertical-align: top;
	}

	.txt-video01{
		width: 40%;
		display: inline-block;
		vertical-align: top;
		font-size: 42px;
		color: #FAAC06;
		font-weight: 300;
		font-family: 'Roboto', sans-serif;
		font-variant: small-caps;
		padding: 0px 0;
		line-height: 36px;
		text-align: left;
		padding: 4%;
	}

.contentVideo01{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.contentVideo02{
	width: 41%;
	display: inline-block;
	vertical-align: top;
	padding: 60px 1%;
}

.contentVideo03{
	width: 22%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 0 5.2%;
}


.txt-video02{
	font-size: 30px;
	color: #328E3B;
	line-height: 26px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-variant: small-caps;
}

.line-dashed{
	width: 100%;
	border-top: 1px dashed #808080;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	

		.contacto{
			font-size: 48px;
			color: #ffffff;
			font-weight: bold;
			font-family: 'Roboto', sans-serif;
			font-variant: small-caps;
			text-align: center;
			padding: 40px 0;
		}


	#formulario{
		display: inline-block;
		padding: 10px;
		margin-left: 15px;
		vertical-align: top;
		width: 45%;
		color: #808080;
	}

	.textbox{
	  height:40px;
	  width:100%;
	  background-color: #ffffff;
	  border-radius:0px;
	  box-sizing:border-box;
	  padding:10px;
	  margin-bottom:30px;
	  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
	  -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.5);
	  box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.5);
	}

	select{
	  height:40px;
	  width:100%;
	  background-color: #ffffff;
	  border-radius:0px;
	  box-sizing:border-box;
	  padding:10px;
	  margin-bottom:30px;
	  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
	  -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.5);
	  box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.5);
	}

	textarea{
		height:180px;
		width:100%;
		box-sizing:border-box;
		padding:10px;
		margin-top: 18px;
		margin-bottom:30px;
		resize: none;
		background-color: #ffffff;
		-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.5);
	}


	.button{
	  height:50px;
	  width:100%;
	  box-sizing:border-box;
	  padding:10px;
	  margin-bottom:30px;
	  background:#328E3B;
	  color:#FFF;
	  font-weight:bold;
	  font-size: 12pt;
	  transition:background .4s;
	  cursor:pointer;
	}

	.invalid{
		border-color: red;
	}

	#respuesta{
		text-align: center;
		display:none;
	}

	.boxCheck{
		color: #ffffff;
	}


footer{
	width: 100%;
	height: 50px;
	background-color: #141414;
	bottom: 0;
	text-align: center;
}

	footer a{
		color: #f3cb00;
	    display: block;
	    font-size: 12px;
	    padding-top: 15px;
	    text-align: center;
	    text-decoration: none;
	}
		footer a p{
			display: inline-block;
			vertical-align: top;
		}

		footer a img{
			display: inline-block;
			vertical-align: top;
			padding-left: 5px;
			padding-top: 3px;
		}

/* RESPONSIVE DESIGN */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 240px) and (max-width: 768px) {
	#slider{
		display: none;  
	}

	.textExtra{
		display: none;
	}

	#contenido, #info, #cabecera {
		width: auto;
		margin-bottom: 5px;
		display: block;
	}

	#cabecera {
		width: auto;
		margin-bottom: 0px;
		display: block;
	}

	#info img{
		width: 20%;
	}

	#formulario{
		padding: 10px;
		margin-left: 0;
		margin-top: 15px;
		width: auto;
	}

	
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width: 1024px) {
	#contenido{
		width: auto;
	}

	#info{
		padding: 5px;
		width: auto;
	}

	#formulario{
		padding: 10px;
		margin-left: 0;
		margin-top: 15px;
		width: auto;
	}
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

}