.display-muygrande {
	display: none;
}

.display-grande {
	display: none;
}

.display-mediano {
	display: none;
}

.display-chico {
	display: none;
}

body{
	width:100%;
	height:100%;
}


.vertical-left-text {
		  -ms-display: flex;
		  display: flex;
		  /* alineacion vertical */
		  align-items: center;
		   /* alineacion horizontal */
		  justify-content: left;
}
.vertical-centered-text {
		  -ms-display: flex;
		  display: flex;
		  /* alineacion vertical */
		  align-items: center;
		   /* alineacion horizontal */
		  justify-content: center;
}




/* ----------------------------------------------
 * Generated by Animista on 2020-4-20 20:55:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes flicker-1{0%,100%{opacity:1}41.99%{opacity:1}42%{opacity:0}43%{opacity:0}43.01%{opacity:1}47.99%{opacity:1}48%{opacity:0}49%{opacity:0}49.01%{opacity:1}}@keyframes flicker-1{0%,100%{opacity:1}41.99%{opacity:1}42%{opacity:0}43%{opacity:0}43.01%{opacity:1}47.99%{opacity:1}48%{opacity:0}49%{opacity:0}49.01%{opacity:1}}


header{
	height:70px;
	width:100%;
	top:0px;
	background-color:#EFB347;
	box-sizing: border-box;
	left:0px;
	position: fixed;
	z-index: 2000;

}





#fabrica{
	width: 100%; 
	height: 80%; 
	background-color: rgba(255,255,255,0.9);
	background-image: url("imagenes/fabrica.jpg");
	background-position: bottom center; 
	background-repeat: no-repeat; 
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;	
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
	
}

.iso{
	width: 175px;
	height: 250px;
	background-image: url("imagenes/iso.svg");
	background-repeat: no-repeat;
	background-size: cover;
	left: 50%;
	margin-bottom: 50px;
	
}

h1{
	color: #4c4c4c;
    font-family: 'Archivo Black', sans-serif;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	margin: 100px 0px 50px;

}
h2{
	color: #4c4c4c;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 35px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;

}

#formulario{
	width: 100%; 
	height: auto; 
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 100px;
	
}



.formulario{
	width: 100%; 
	height: 300px;  
	position:relative;
	z-index: 2;

}

#footer{
	width: 100%;  
	position: relative;
	background-color: #fff;
	color: #4c4c4c;
	font-family: 'Montserrat', sans-serif;
	font-size: 8px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}

#footer a{
	
	color: #4c4c4c;
	font-family: 'Montserrat', sans-serif;
	font-size: 8px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}


