@charset "utf-8";
/* CSS Document */

#somos {
	width: 100%;
	height: auto;
		
}

#somos #separador {
	background-color: #000947;
	height: 90px;
	width: 100%;
	padding-bottom:20px;
	margin-top: 0px;
}

#somos #icono_somos {
	text-align: center;
	height: auto;
	width: auto;
	position: relative;
	top: -75px;
	margin-bottom: 0px;
}


section{
	
}

.productos{
width: 100%;
	
}



.datos{
	width: 100%;
	padding: 0px;
	
	}
	

.animado{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	
}

.mostrarArriba{
	animation: mostrarArriba 1s;
}

@keyframes mostrarArriba{
	0% {
		transform: translateY(80px);
	}
	100%{
		transform: translateY(0px);
	}
}





.productos h2{
	font-size: 80px;
	text-align: center;
	margin-top: 50px;
	
}



.productos .menu_productos{
	height: auto;
	padding-bottom: 100px;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	padding-top: -150px;
	margin-left: auto;
	margin-right: auto;
	width: 82%;
	
}




/*======================================================================
======================================================================*/
@media all and (min-width:1024px){
	
	#somos #separador {
	background-color: #000947;
	height: 150px;
	width: 100%;
	padding-bottom:-70px;
		margin-top: 68px;
	
}
	

	
	
	
	
	
	
}