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


#ancla_marcas {
	height: 60px;
	width: 100%;
	background-color: #000947;
	padding-bottom: 60px;
}




#marcas{
	height: 750px;
	width: 100%;
	z-index: 99;
	background-image: url("../imagenes/ambientacion/oropeza_hilo_blanco.png");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: -270px center ;	
	
}



#marcas #separador2 {
	background-color: #000947;
	height: 100px;
	width: 100%;
}


#marcas #icono_marcas {
	height: auto;
	width: auto;
	text-align: center;
	position: relative;
	top: -85px;
}


#marcas #texto_marcas {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	
}


#marcas #texto_marcas h2 {
	font-size: 30px;
	color: #000947;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin-top: -50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	letter-spacing: 1px;
}
#marcas #texto_marcas p {
	font-family: 'Yantramanav', sans-serif;
	font-size: 18px;
	color: #313140;
	text-align: justify;
	padding-top: 70px;
	letter-spacing: 0.6px;
}



#marcas .icon-sort-up{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-size: 45px;
	width: 20%;
	height: auto;
	display: block;
	padding-top: 60px;
	
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out .3s;
	-webkit-transition: all 0.2s ease-in-out .3s;
	-moz-transition: all 0.2s ease-in-out .3s;
	-o-transition: all 0.2s ease-in-out .3s; 
	-ms-transition: all 0.2s ease-in-out .3s;
}

#marcas .icon-sort-up:hover{
	text-decoration: none;
	color:rgba(81,81,81,1.00);
	font-size: 45px;
	width: 20%;
	display: block;
	padding-top: 60px;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	height: auto;
	
}



#marcas .icon-sort-up p{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-size: 12px;
	width: 100%;
	display: block;
	/*padding-top: -100px;*/
	margin: auto;
	text-align: center;
	font-style: bold;
	padding-top: -30px;
}





/*===============================1024px=========================*/


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

#ancla_marcas {
	height: 60px;
	width: 100%;
	background-color: #000947;
	padding-bottom: 60px;
}




#marcas{
	height: 700px;
	width: 100%;
	z-index: 99;
	background-image: url("../imagenes/ambientacion/oropeza_hilo_blanco.png");
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center 50px;	
	
}



#marcas #separador2 {
	background-color: #000947;
	height: 100px;
	width: 100%;
}


#marcas #icono_marcas {
	height: auto;
	width: auto;
	text-align: center;
	position: relative;
	top: -85px;
}


#marcas #texto_marcas {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	
}


#marcas #texto_marcas h2 {
	font-size: 24px;
	color: #000947;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin-top: -50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	letter-spacing: 1px;
}
#marcas #texto_marcas p {
	font-family: 'Yantramanav', sans-serif;
	font-size: 18px;
	color: #313140;
	text-align: justify;
	padding-top: 30px;
	letter-spacing: 0.6px;
}
	
	
	
	
	
}	



