.flex-container{
	
	width:97%;
	margin-top:40px;
	margin-bottom:5px;
	display: flex;  	
	flex-flow: row wrap; 	
	justify-content: center; 
	align-items: center; 	
	align-content: stretch; 
	
}

.flex-info{
	
	width:97%;
	margin:10px;
	display: flex;  	
	flex-flow: row wrap; 	
	justify-content: center ; 
	align-items: center ; 	
	align-content: stretch;
	
}

.label_info{
	
	width: 100%;
	background-color: #900000;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 3px;
	
}

.element_0{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 1;
	
}

.element_1{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 1;
	
}

.element_2{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 2;
	
}

.element_3{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 3;
	
}

.element_4{
	
	flex: 1 auto;
	padding:20px auto;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 4;
	
}

.element_5{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 5;
	
}

.element_6{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 6;
	
}

.element_7{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 7;
	
}

.element_8{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 8;
	
}

.element_9{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 9;
	
}

.element_10{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 10;
	
}

.element_11{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 11;
	
}

.element_12{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 12;
	
}

.element_13{
	
	flex: 1 auto;
	padding:20px auto;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 13;
	
}

.element_14{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 14;
	
}

.element_15{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 15;
	
}

.element_16{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 16;
	
}

.element_17{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 17;
	
}

.element_18{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 18;
	
}

.element_19{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 19;
	
}

.element_20{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 20;
	
}

.element_21{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 21;
	
}

.element_22{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 22;
	
}

.element_23{
	
	flex: 1 auto;
	padding:5px;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 23;
	
}

.element_btn{
	
	flex: 1 auto;
	justify-content: right ; 
	align-items: center ;
	text-align: right;
	order: 1;
	padding-bottom: 30px;
	
}

.btn_style{
	
	width: 90px;
	height: 35px;
	background-color: #404040;
	color: white;
	border-radius: 8px;
	border: none;
	margin: 25px;
	
}

.item{
	
	text-align:center;
	font-size:25px;
	
}

.container-rep{
	
	padding: 25px;
}

.divFaMan{
	
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

.divFaMan label{
	
	display: inline-flex;
	margin-right: 10px;
	font-weight: bold;
	
}

.divFaMan input{
	
	border-radius: 5px;
	border: none;
	background-color: #E5E5E5;
	display: inline-flex !important;
	width: 100%;
	padding-left: 5px;
	outline: none;	
	
}

#cuerpo{	

	color: black;
	flex: 1 auto;
	order: 1;
	justify-content: left ; 
	align-items: center ;
	text-align: left !important;
}

.not-active { 
    pointer-events: none; 
    cursor: default; 
} 

.a-active { 
    font-weight: bold;
	color: #EA3A11 !important;
} 

@keyframes latido {
  0% { width:70px; height:70px; border:10px solid gray; }
  100% { width:120px; height:120px; border:10px solid transparent; }
}

#image_tractor {
	
	flex: 1;
	order: 2;
  	width: 120px;
  	height: 10px;
}

@media screen and (max-width: 600px) {
	
.flex-container{
	
	width:90%;
	margin:20px;
	display: flex;  	
	flex-flow: row wrap; 	
	justify-content: center ; 
	align-items: center ; 	
	align-content: stretch; 
	
}

.flex-info{
	
	width:90%;
	margin:20px;
	display: flex;  	
	flex-flow: row wrap; 	
	justify-content: center ; 
	align-items: center ; 	
	align-content: stretch;
	
}
	
#cuerpo{
		
		flex: 1 100%;
		padding:20px;
		order:1;	
		text-align: center;
		
	}
	
.element_1{
	
	flex: 2 auto;
	padding:20px auto;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 1;
	
}

.element_2{
	
	flex: 2 auto;
	padding:20px auto;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 2;
	
}

.element_3{
	
	flex: 2 auto;
	padding:20px auto;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 3;
	
}

.element_4{
	
	flex: 2 auto;
	padding:20px auto;
	justify-content: center ; 
	align-items: center ;
	text-align: center;
	order: 4;
	
}
	
.item{
	
	text-align:center;
	margin:0 auto;
	padding: 10px;
	font-size:25px;
	
}
	
#info_inter{
		
		order:3;
		padding:20px auto;
		
	}


}