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

* {
	margin: 0px;
	padding: 0px;
	
}

{font-family: 'Inder', sans-serif;
font-family: 'La Belle Aurore', cursive;
font-family: 'Megrim', cursive;
font-family: 'Averia Sans Libre', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Yantramanav', sans-serif;
font-family: 'Fauna One', serif;
}


body {
	background-color:#F8F8F8;
	font-family: 'Oswald', sans-serif;
	
}


#ancla_encabezado
	
	{
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
		
}

	

header {
	width: 100%;
	height: 95px;
	background-color: #F8F8F8;
	opacity: .9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	
	transition: all ease .10s;

	-moz-: transition:all ease .10s;
	-ms-: transition:all ease .10s;
	-o-: transition:all ease .10s;
	-webkit-: transition:all ease .10s;
	
	
}



.contenedor{
	width: 100%;
	height: 95px;
	margin: auto;
	
}



 .contenedor #encabezado{
    height: 95px;
	width: 43%;
	top:0px;
	 display: inline-block;
}




 .contenedor #encabezado #logo a img {
    height: auto;
	width: 100%;
	position: relative;
	padding-top: 4px;
	 padding-left: 10px;
	 
}

header .contenedor{
	
	display: table;
	/*limpia los float de boton menu y otros del contenedor para q no se salgan*/
	}
	
	
 .contenedor #texto_menu{
	position: float; 
		 float: right;
	 font-size: 10px;
	 padding-top: 35px;
		/* puse el float para probar posicion del boton responsivo*/
	
	}

	 .contenedor .icon-menu-1{
	position: float; 
		 float: right;
		 margin-top: 25px;
		 margin-right: 20px;
		/* puse el float para probar posicion del boton responsivo*/
	
	}



	
#slider {
	margin-top: 0px;
	padding-top: 95px;
	width: 100%;
	
	
}


#separador0 {
	background-color: darkgray;
	height: 10px;
	width: 100%;
	padding-bottom: 0px;
	background-image: -webkit-linear-gradient(3deg,rgba(140,140,140,1.00) 0%,rgba(228,228,228,1.00) 55.96%,rgba(124,122,122,1.00) 100%);
	background-image: -moz-linear-gradient(3deg,rgba(140,140,140,1.00) 0%,rgba(228,228,228,1.00) 55.96%,rgba(124,122,122,1.00) 100%);
	background-image: -o-linear-gradient(3deg,rgba(140,140,140,1.00) 0%,rgba(228,228,228,1.00) 55.96%,rgba(124,122,122,1.00) 100%);
	background-image: linear-gradient(87deg,rgba(140,140,140,1.00) 0%,rgba(228,228,228,1.00) 55.96%,rgba(124,122,122,1.00) 100%);
}

#ancla_somos {
	width: 100%;
	background-color: #000947;
	height: 40px;
	padding-bottom: 50px;
}

#slidermovil {
	margin-top: 0px;
	padding-top: 95px;
	width: 100%;
	display: block;
	
}


	#slider {
	margin-top: 0px;
	padding-top: 95px;
	width: 100%;
	height: 510px;
	display: none;
	
}








#somos {
	width: 100%;
	height: 610px;
		
}

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

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

#somos #texto_somos  {
	
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 100px;
}



#somos #texto_somos h1 {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	color: #000947;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	margin-top: -70px;
	margin-bottom: 20px;
}



#somos #menu2 {
	list-style-type: none;
	width: 100%;
	z-index: 2000;
	padding-bottom: 50px;
	height: auto;
	margin-top: 0px;
	clear: both;
	}
	
#somos #menu2 ul {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

#somos #menu2 ul li {
	list-style-type: none;
}

#somos #menu2 ul li a {
	height: auto;
	width: 20%;
	background-color: rgba(248,248,255,0.30);
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	float: left;
	padding-top: 10px;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	padding-right: 15px;
	padding-bottom: 15px;
	border-radius: 12px;
	padding-left: 15px;

}

#somos #menu2 ul li a .ver {
	
	
	/*margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;*/
	margin-top: 10px;
	float: right;
	padding-top: 0px;
	font-size: 15px;
	/*padding-right: 15px;
	padding-bottom: 15px;
	border-radius: 12px;
	padding-left: 15px;*/
	color:black;

}




#somos #menu2 ul li a h3 {
	font-size: 23px;
	font-family: 'Oswald', sans-serif;
	color: #000947;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
}

#somos #menu2 ul li a img {
	width: 60px;
	height: auto;
	
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
	
}



#somos #menu2 li a p {
	font-family: 'Yantramanav', sans-serif;
	font-size: 14px;
	color: #313140;
	text-align: justify;
	padding-top: 10px;
	
}


#somos #menu2 ul li a:hover {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	background-color: rgba(248,248,255,0.60);
	
	webkit-:box-shadow: 3px 3px 7px rgba(90,89,869,0.15); 
	-moz-:box-shadow: 3px 3px 7px rgba(90,89,89,0.15);
	-ms-:box-shadow: 3px 3px 7px rgba(90,89,89,0.15);
	-o-:box-shadow: 3px 3px 7px rgba(90,89,89,0.15);
	box-shadow: 3px 3px 7px rgba(90,89,89,0.15);
	
	}
	
	#fija {
		display: none;
	margin-bottom: -10px;
	margin-top: 0px;
	height: auto;
	width: 100%;
	float:none;
		
	
		
}
	#fija img {
	
	display: none;
	height: auto;
	width: 100%;
	float:none;
		
	
		
}



#ancla_contacto {
	width: 100%;
	height: 40px;
	background-color: #7B7A80;
	padding-bottom: 0px;
	margin-top: 0px;
	
}








/*=====================================================
=====================================================*/




@media all and (min-width:1024px) {

 .contenedor #encabezado{
    height: 95px;
	width: 30%;
	top:0px;
	 display: inline-block;
	 /*margin-right: 100px;*/
}
	
	
	
	
 .contenedor #encabezado #logo a img {
	 /*max-height: 70px;*/
height: auto;
	width: 55%;
	 /*top:20px;*/
	 position: relative;
	 padding-top: 3px;
	 padding-left: 10px;
	 
}	
	
	.contenedor #texto_menu{
	display: none;
		/* puse el float para probar posicion del boton responsivo*/
	
	}	
	
	
	#slidermovil {
	margin-top: 0px;
	padding-top: 95px;
	width: 100%;
	display: none;
	
	
}
	
	
	
	#slider {
	margin-top: 0px;
	padding-top: 95px;
	width: 100%;
	height: 510px;
	display: block;
	
}
	
	#ancla_somos {
	width: 100%;
	background-color: #000947;
	height: 70px;
	padding-bottom: 50px;
		margin-top: -50px;
}
	
/*	#somos #icono_somos {
	text-align: center;
	height: auto;
	width: auto;
	position: relative;
	top: -85px;
	margin-bottom: 0px;
}
	
	
	#somos #separador {
	background-color: #000947;
	height: 70px;
	width: 100%;
	padding-bottom:20px;
	
}
	
	
	#somos {
	width: 100%;
	height: 890px;
	background-image: url(../imagenes/ambientacion/oropeza_hilo_blanco_2.png);
	background-size: auto 890px;
	background-repeat: no-repeat;
		
	background-position: 0% 100%;
	left: 0px;
	bottom: 0px;
	top: 165px;
	
}*/
	
	#somos #menu2 {
	list-style-type: none;
	width: 90%;
	z-index: 10;
	padding-bottom: 140px;
		padding-left: 10%;
	height: auto;
	margin-top: 0px;
		margin-right: auto;
	margin-left: auto;
	
	position: relative;
	/*clear: both;*/
	}
	
#somos #menu2 ul {
	list-style-type: none;
	width: 100%;
	
}



#somos #menu2 ul li a {
	height: auto;
	width: 38%;
	background-color: rgba(248,248,255,0.30);
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	padding-top: 10px;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	padding-right: 15px;
	padding-bottom: 15px;
	border-radius: 12px;
	padding-left: 15px;

}

	
	
	
	
	
	
	
	

}





	
	
	
	
	
	

