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

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	/*este box es para q no se salgan los elementos en responsive*/
	
}



{
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;
	
font-family: 'Open Sans', sans-serif;
font-family: 'Dancing Script', cursive;
font-family: 'News Cycle', sans-serif;
font-family: 'Satisfy', cursive;
font-family: 'Merriweather Sans', sans-serif;
	
	
/*nuevas*/	
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Markazi Text', serif;
font-family: 'Noto Serif', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Rubik', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Asap', sans-serif;	
	
}


body {
	background-color: #F4F4F4;
	font-family: 'Yantramanav', sans-serif;
	color: black;
}

header {
	width: 100%;
	height: 40px;
	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: 0px;
	margin: auto;
	
	
}*/

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


.contenedor #logotipo{
	width: 50%;
	height: auto;
	margin: auto;
    float: left;
	
	
}
.contenedor #logotipo img{
	width: 78%;
	height: auto;
	margin: auto;
	text-align: center;
	position: relative;
	padding: 20px;
	padding-top: 20px;
	
	
}





.contenedor #barra-top{
	width: 100%;
	height: 90px;
	top: 0px;
   background:linear-gradient( #2A0000, #680010);
	background:-moz- linear-gradient(  #2A0000, #680010);
	 background:-ms-linear-gradient(  #2A0000, #680010);
	 background:-o-linear-gradient(  #2A0000, #680010);
	 background:-webkit-linear-gradient(  #2A0000, #680010);
	color:#fff;
	font-size: 12px;
	
		
}


header .contenedor{
	
	display: table;
	/*limpia los float de boton menu y otros del contenedor para q no se salgan*/
	}
	
	/* puse el float para probar posicion del boton responsivo*/


 .contenedor  #texto_menu{
	position: float;
	float: right;
	 font-size: 15px;
	 margin-top:  -50px;
	 margin-right: 70px;
	 color: #fff;
		
	}

	 .contenedor  .icon-menu-1{
	position: float; 
		 float: right;
		 margin-top: -60px;
		 margin-right: 20px;
		z-index: 10000;
		 color: #fff;
		 font-size: 35px;
		/* color: ghostwhite;*/
		/* puse el float para probar posicion del boton responsivo*/
	
	}


#parallax{
	
	display: none;
	
	}


/*==================Slider movíl==========*/	
section{
	width: 100%;
	margin-bottom: 0px;
	
	}

/*slider versión movil*/
#slider{
	text-align: center;
	margin-top: 75px;
	display: block;
	}






#slider  .logotipoacero3   .fondo_logo  h1 .icon-location-1{

    font-size: 40px;
	color: ghostwhite;
	
    text-decoration: none;
	
	float: left;
	position: relative;
	padding-left: 10px;
	margin-top: -20px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-: transition:all  0.5s;
	-ms-: transition:all  0.5s;
	-o-: transition:all  0.5s;
	-webkit-: transition:all  0.5s;
    display: none;

}


#slider .logotipoacero3 .contenedor1 {
	
	/*justify-content: center;*/
	/*justify-content  esto es para que se pongan en una sola linea los articulos imagenes en este caso*/
	/*flex-wrap:wrap;*/
	/*esta linea es para que cuando el contenido ya no entre en la misma linea se baje en seguida*/
	margin-top: 0px;
	width: 50%;
	height: auto;
		margin: auto;
}


	
	#slider .logotipoacero3 .contenedor1 article {
		margin: auto;
	margin-top: 50px;
	width: 130px;
	height: 130px;
	
	/*marging-right: 100px;*/
		
	display: inline-block;
	z-index: 10000100;
	background-color: rgba(163,4,6,1.00);
	border-radius: 65px;
	border: 4px solid rgba(255,255,255,1.00);
		cursor: pointer;
		-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	}

	
	
	
	
	
	#slider .logotipoacero3 .contenedor1 article:hover {
	background-color: rgba(163,4,6,1.00);
	-webkit-transform: rotate(-30deg) scale(.95);
	-o-transform: rotate(-30deg) scale(.95);
	transform: rotate(-30deg) scale(.95);
		
	-webkit-box-shadow: 0px 0px 38px;
	box-shadow: 0px 0px 38px;
}
	
	
		#slider .logotipoacero3 .contenedor1 article h1 {
	padding-top: 40px;
	text-align: center;
	font-family: 'Oswald', sans-serif;	
			font-size: 17px;
			
			letter-spacing: 1px;
			color: rgba(252,249,249,1.00);
		cursor: pointer;
			width: 100%;
	}


#slider .logotipoacero3 .contenedor1 article h1 .icon-commenting-o {
	display: block;
	text-align: center;
    position: relative;
		margin-top: -9px;
			
			font-size: 29px;
			text-decoration: none;
			color: rgba(252,249,249,1.00);
		
	}


/*slider versión escritorio, oculta en versión movil*/

#slider_2{
	text-align: center;
	margin-top: 95px;
		height: 600px;
	display: none;
	
	}


/*certificados versión movil*/

#certificados{
width: 100%;
	height: 170px;
background-color: rgba(0,0,0,1.00);	

}

#certificados h3{
width: 85%;
height: auto;
background-color: rgba(0,0,0,1.00);
color: rgba(255,255,255,1.00);
font-size: 20px;
font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}


 #certificados h3 .icon-ok-1{
color: rgba(255,255,255,1.00);
font-size: 25px;
	text-decoration: none;
padding-right: 5px;
}

#certificados .conte_logos{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
		
	height: auto;
	display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	}	
	
	#certificados .conte_logos .logotipos img{
		width: auto;
		height: 90px;
		padding: 20px;
	}




/*======================parallax versión  movil==================*/

#parallax_movil{
	margin-bottom: 0px;
	margin: auto;
	margin-top: 0px;
	height: 680px;
	width: 100%;
	float: none;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;

	display: block;
	background-image: url(../imagenes/parallax/parallax_propiedades_movil2.jpg);
	background-repeat: no-repeat;		
	text-align: center;
	background-position: center -200px;
	}
	
#parallax_movil .bloque{
		float: right;
		width: 90%;
		height: 100%;
		background-color: rgba(0,0,0,0.40);
		position: relative;
	}



.animated fadeInDown {
  animation-duration: 2s;
  animation-delay: 1s;
  
}
	

#parallax_movil .bloque h1{
	font-size: 21px;
	
	color:ghostwhite;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px 4px rgba(41,41,41,1.00);
	letter-spacing: 1px;
	font-weight: bold;
	width: 80%;
	padding-top: 190px;
	text-align: center;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	}



#parallax_movil.bloque h4{
	font-size: 25px;
	color: ghostwhite;
	font-family: 'Open Sans', sans-serif;
	background-color:#680010;
	margin: auto;
	font-weight: bold;
	
	letter-spacing: 1px;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	display: block;

	}
	



	
	#parallax_movil  .bloque p 
{
	font-size: 19px;
	padding-top:  20px; 
	margin: auto;
	margin-bottom: 10px;
	color: ghostwhite;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	text-shadow: -2px -2px 5px rgba(41,41,41,1.00);
	display: block;
    width: 80%;
	text-align: center;
	display: block;
	letter-spacing: 1px;
	cursor: pointer;
transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	}


#parallax_movil  .bloque p:hover 
{
	font-size: 19px;
	padding-top:  20px; 
	margin: auto;
	margin-bottom: 10px;
	color: ghostwhite;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	
		-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform:  scale(1.05);
	
	}




#parallax_movil .bloque .txt 
{
	font-size: 18px;
	color: ghostwhite;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-shadow: -2px -2px 5px rgba(41,41,41,1.00);
	width: 90%;
	height: auto;
	margin-top: 40px;
	margin-left: 13px;
	position: relative;
	
	float: left;
	
	cursor: pointer;
	
	
	}


	
#parallax_movil .bloque .txt a
{
	width: 100%;
	height: auto;
	color: ghostwhite;
	font-size: 18px;
	text-align: left;
	background-color: rgba(0,0,0,0.20);
	cursor: pointer;
	border: solid 2px rgba(255,255,255,0.90);
	padding: 12px;
	padding-left: auto;
	padding-right: auto;
	text-decoration: none;
	
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}
	
	
	
	#parallax_movil .bloque .txt a:hover
{
	width: 100%;
	height: auto;
background-color: rgba(0,0,0,0.60);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}








#parallax_movil .bloque .txt4 
{
	font-size: 18px;
	color: ghostwhite;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-shadow: -2px -2px 5px rgba(41,41,41,1.00);
	width: 90%;
	height: auto;
	margin-top: 40px;
	margin-left: 13px;
	position: relative;
	
	float: left;
	
	cursor: pointer;
	
	
	}


	
#parallax_movil .bloque .txt4 a
{
	width: 100%;
	height: auto;
	color: ghostwhite;
	font-size: 18px;
	text-align: left;
	background-color: rgba(0,0,0,0.20);
	cursor: pointer;
	border: solid 2px rgba(255,255,255,0.90);
	padding: 12px;
	padding-left: auto;
	padding-right: auto;
	text-decoration: none;
	
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}
	
	
	
	#parallax_movil .bloque .txt4 a:hover
{
	width: 100%;
	height: auto;
background-color: rgba(0,0,0,0.60);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}






/*	#parallax_movil    .icon-down-open
    {
	font-size: 25px;
	padding-top:  0px; 
	margin: auto;
	margin-bottom: 0px;
	color: ghostwhite;
	text-decoration: none;
	display: block;
    width: 80%;
		
	text-align: center;
	display: block;
	
	cursor: pointer;
transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	}*/


#parallax_movil .bloque .logotipoacero2{
	margin-top: 100px;
	width: 100%;
	height: auto;
	
}

#parallax_movil .bloque .logotipoacero2 img{
	
	width: 40%;
	height: auto;
	margin: auto;
	padding-left: 0px;
	text-align: center;
	margin-top: 100px;
	
}


/*================== productos =============*/

#ancla_productos{
	
	width: 100%;
	margin-top: 0px;
	height: 0px;
	padding-top: -15px;
	
}

#productos{
	
	width: 100%;
	height: auto;
	/*flex-wrap: wrap;*/
	/*margin-top: 300px;*/
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
	background-color:rgba(228,228,228,1.00);
	padding-top: 35px;
	}



#productos  #nuestros_productos  {
	text-align: center;
	font-size: 21px;
	color:rgba(253,252,252,1.00); 
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
	padding-bottom: 200px;
	}



#productos  #nuestros_productos h1  {
	text-align: center;
	font-size: 15px;
	color: #20202F;
	font-family: 'Oswald', sans-serif;
	
	letter-spacing: 0.1px;
	padding-top: 15px;
	margin-bottom: 10px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	
	
}

#productos  #nuestros_productos #mas  {
	display: none;
	
}


#productos  #nuestros_productos #slider_propiedades_movil  {
	display: block;
	position: relative;
	width: 80%;
		height: auto;
		margin: auto;
	margin-top: 0px;
		margin-bottom: 20px;
	text-decoration: none;
		
}
#productos #nuestros_productos .boton {
	font-size: 17px;
	color: rgba(0,0,0,1.00);
	text-align: center;
	text-decoration: none;
	margin-top: 50px;
	width: 280px;
		height: auto;
	
	
	margin-right: auto;
	margin-left: auto;	
}

#productos #nuestros_productos .boton a {
	font-size: 17px;
	color: rgba(0,0,0,1.00);
	text-align: center;
	text-decoration: none;
	
	border: 3px solid rgba(0,0,0,0.80);
	margin: auto;
	padding:7px;
	padding-top: 3px;
	padding-bottom: 3px;
		width: 280px;
		height: auto;
	
	border-radius: 3px;
	cursor: pointer;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	font-family: 'Oswald', sans-serif;
		
}

		
	#productos #nuestros_productos .boton a:hover {
	font-size: 17px;
	color:rgba(252,252,252,1.00);
	text-align: center;
	text-decoration: none;
	
	border: 3px solid rgba(0,0,0,0.10);
	margin: auto;
		padding:7px;
	padding-top: 3px;
	padding-bottom: 3px;
		width: 280px;
		height: auto;
	background-color:rgba(0,0,0,1.00);
	border-radius: 3px;
	cursor: pointer;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	
	
}



/*================== 4 secciones =============*/

#ancla_somos{
	
	width: 100%;
	margin-top: -195px;
	height: 0px;
	
	}


#somos{
			
	display: none;	
	
		}


/*==================Footer=============*/


footer {

margin-top: 5px;
height: 600px;
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:rgba(0,0,0,1.00);
	}

footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
	width: auto;
	font-family: 'Merriweather Sans', sans-serif;
	text-decoration: none;
		list-style-type: none;
	}

footer .contenedor #unacolumna{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-decoration: none;
	}

footer .contenedor #unacolumna #menufooter{
	list-style-type: none;
	width: 40%;
	z-index: 2000;
	padding-bottom: 10px;
	height: auto;
	margin-top: 70px;
	/*clear: both;*/
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
	}

footer .contenedor #unacolumna #menufooter ul{
	list-style-type: none;
	text-decoration: none;
	
	
	}


footer .contenedor #unacolumna #menufooter ul li{
	list-style-type: none;
	/*width: 22%;*/
	text-decoration: none;
	}

footer .contenedor #unacolumna #menufooter ul li a{
	height: auto;
	width: 90%;

	text-align:center;
	
	

	line-height: 25px;
	
	text-decoration: none;
		list-style-type: none;	
	
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	
	
	
	-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;
	
	
	}


footer .contenedor #unacolumna #menufooter ul li a:hover{
	color:rgba(151,34,52,1.00);
	font-style: bold;
	
	}


footer .contenedor #cuatrocolumnas{
	width: 60%;
	
margin-right: auto;
	margin-left: auto;
	display: none;
	}





.sociales{
	width: 100%;
	text-align: center;
	font-size: 17px;
	letter-spacing: 30px;
	padding-bottom: 0px;
	padding-top: 20px;
	
	}


.sociales a{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	}


footer .contenedor .fb-like {

margin: auto;
	
}

footer .contenedor  .icon-share
{

margin: auto;
	width: 30px;
	height: 20px;
	
}


footer .contenedor .icon-phone
{ 
onClick="return(navigator.userAgent.match(/Android | iphone | movile /i)) !=null;"
}
/*footer .contenedor a .sharethis-inline-share-buttons #data-network .st-custom-button  {
    background-color :  # 0adeff ;
   
   
   cursor :  puntero ;
 
   color :  #fff ;
   
 
   }*/


.copy{
	font-size: 12px;
	color: #fff;
	width: 80%;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: lighter;
	text-align: center;
	font-family: 'Yantramanav', sans-serif;
	display: block;
	}

.direccion{
	font-size: 12px;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: lighter;
	text-align: center;
	width: 80%;
	line-height: 15px;
	font-family: 'Yantramanav', sans-serif;
	display: block;
	letter-spacing: 0.8px;
	text-decoration: none;
	}


footer .contenedor #logo_mina{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px
		
	}
	
	
	footer .contenedor #logo_mina .logotipo{
	height: auto;
	width: 100%;
	text-align: center;
	}
	
	footer .contenedor #logo_mina .logotipo img{
	
	width: 45%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
	}

/*.contenedor #comodoTL{
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	margin-top: 20px;
	color:rgba(233,233,233,1.00);
	font-size: 13px;
	
	
}*/


.aviso{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
		}


.aviso a{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 13px;
	text-align: center;
	}
.aviso a p{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	}


footer .aviso a 
{
color: #FFF;
	font-size: 13px;
	
}


.seguro{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
		}

footer .contenedor .contenedor2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
	
	font-family: 'Merriweather Sans', sans-serif;
	height: 50px;
	}

footer .contenedor .contenedor2 .sociales2{
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding-top: 30px;
	text-decoration: none;
	}

footer .contenedor  .contenedor2 .sociales2 a{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	}

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




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


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

}


.contenedor #logotipo{
	width: 20%;
	height: auto;
	margin: 0;
	float: center;
	padding-left: 20px;
	
}
.contenedor #logotipo img{
	width: 85%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position:relative;
	padding-left: 0px;
	padding: 00px;
	padding-top: 20px;
}


.contenedor #barra-top{
	width: 100%;
	height: 85px;
	top: 0px;
   background:linear-gradient( #2A0000, #680010);
	background:-moz- linear-gradient(  #2A0000, #680010);
	 background:-ms-linear-gradient(  #2A0000, #680010);
	 background:-o-linear-gradient(  #2A0000, #680010);
	 background:-webkit-linear-gradient(  #2A0000, #680010);
	
	
	color:#fff;
	font-size: 12px;
	
		
}
	
/*	.contenedor #barra-top{
	width: 100%;
	height: 40px;
	top: 0px;
  	
}
	*/
	
.contenedor #barra-top  #cintilla{
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	}

		
	.contenedor  #texto_menu{
	display: none;
		/* puse el float para probar 
           posicion del boton responsivo*/
		}	
	
	
	#bienvenidos{
	display: none;
		
	}
	
	
	
/*==================Slider 1024==========*/

#slider{
	text-align: center;
	margin-top: 7px;
	display: none;
	}	
	
	
	#slider_2{
	text-align: center;
	margin-top: 70px;
		height: auto;
	display:block;
		margin-bottom: 0px;
		width: 100%;
	}	
	
	
	#slider_2   .logotipoacero3{
	padding-top: 0px;
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 0px;
	float: center;
	position: absolute;
	z-index: 10000;
		
	}

	
	#slider_2  .logotipoacero3  .fondo_logo 
{
	font-size: 33px;
	padding-bottom: 0px;
	padding-top: 50px;
	margin: auto;
	color: ghostwhite;
	font-family: 'Oswald', sans-serif;
	text-shadow: -2px -2px 5px rgba(41,41,41,1.00);
	display: block;
	width: 200px;
	height: 253px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	z-index: 10100;
	background-image: url(../imagenes/logotipo_200.png);
	background-position: center top;
	background-repeat: no-repeat;
	}

	
	#slider_2  .logotipoacero3 .fondo_logo  h1 
{
	font-size: 9.5px;
	padding-bottom: 0px;
	padding-top: 175px;
	margin: auto;
	margin-right: 0px;
	padding-left:   0px;
	padding-right: 0px;
	color: ghostwhite;
	font-family: 'Open Sans', sans-serif;
	text-shadow: -2px -2px 5px rgba(41,41,41,0.00);
	display: inline-block;
	width: 200px;
	height: auto;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0px;
	z-index: 10100;	
	float: right;
	}
	
	
	

.animated zoomIn {
  animation-duration: 7s;
  animation-delay: 5s;
  
}

#slider_2  .logotipoacero3   .fondo_logo  h1 .icon-location-1{

    font-size: 40px;
	color: ghostwhite;
	/*text-align: left;*/
    text-decoration: none;
	/*margin: auto;*/
	float: left;
	position: relative;
	padding-left: 23px;
	margin-top: -20px;
	cursor: pointer;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    display: none;

}
	
		
	#slider_2 .logotipoacero3 .contenedor1 {
	
	/*justify-content: center;*/
	/*justify-content  esto es para que se pongan en una sola linea los articulos imagenes en este caso*/
	/*flex-wrap:wrap;*/
	/*esta linea es para que cuando el contenido ya no entre en la misma linea se baje en seguida*/
	margin-top: 0px;
	width: 50%;
	height: auto;
		margin: auto;
}


	
	#slider_2 .logotipoacero3 .contenedor1 article {
	margin-top: 100px;
	width: 90px;
	height: 90px;
	margin-left: 30px;
	/*marging-right: 100px;*/
		
	display: inline-block;
	z-index: 10000100;
	background-color: rgba(163,4,6,1.00);
	border-radius: 45px;
	border: 4px solid rgba(255,255,255,1.00);
		cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	}

	
	#slider_2 .logotipoacero3 .contenedor1 article:first-child {
	margin-top: -30px;
	width: 90px;
	height: 90px;
	margin-left: -10px;
	/*marging-right: 100px;*/
		
	display: inline-block;
	z-index: 10000100;
	background-color: rgba(163,4,6,1.00);
	border-radius: 45px;
	border: 4px solid rgba(255,255,255,1.00);
		cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	}
	
	
	
	#slider_2 .logotipoacero3 .contenedor1 article:hover {
	background-color: rgba(163,4,6,1.00);
	-webkit-transform: rotate(-30deg) scale(.95);
	-o-transform: rotate(-30deg) scale(.95);
	transform: rotate(-30deg) scale(.95);
		
	-webkit-box-shadow: 0px 0px 38px;
	box-shadow: 0px 0px 38px;
}
	
	#slider_2 .logotipoacero3 .contenedor1 article h1 {
	padding-top: 23px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;	
	font-size: 14px;
	letter-spacing: 0px;
	color: rgba(252,249,249,1.00);
	cursor: pointer;
	width: 100%;
	}
	
	#slider_2 .logotipoacero3 .contenedor1 article h1 .icon-key-1 {
	display: block;
	text-align: center;
    position: relative;
		
			margin-top: 1px;
			font-size: 22px;
			text-decoration: none;
			color: rgba(252,249,249,1.00);
		
	}
	
	#slider_2 .logotipoacero3 .contenedor1 article h1 .icon-edit-1 {
	display: block;
	text-align: center;
    position: relative;
		margin-top: -1px;
			
			font-size: 25px;
			text-decoration: none;
			color: rgba(252,249,249,1.00);
		
	}
	
	#slider_2 .logotipoacero3 .contenedor1 article h1 .icon-shop {
	display: block;
	text-align: center;
    position: relative;
		margin-top: -5px;
			
			font-size: 25px;
			text-decoration: none;
			color: rgba(252,249,249,1.00);
		
	}
	
	
	
#parallax_movil{
	
		display: none;
		}
	
	/*certificados versión 1024*/
	
#certificados{
width: 100%;
	height: 170px;
background-color: rgba(0,0,0,1.00);	
	
}

#certificados h3{
width: 80%;
height: auto;
background-color: rgba(0,0,0,1.00);
color: rgba(255,255,255,1.00);
font-size: 16px;
font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	letter-spacing: 1px;
	font-style: italic;
}


#certificados h3 .icon-ok-1{
color: rgba(255,255,255,1.00);
font-size: 20px;
	text-decoration: none;
	padding-right: 10px;

}
	


#certificados .conte_logos{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
		
	height: auto;
	display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
	
	margin-top: 10px;
	}	
	
	#certificados .conte_logos .logotipos img{
		width: auto;
		height: 90px;
		padding: 10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	#parallax{
	text-align: center;
	
	margin-top: 0px;
	background-image: url(../imagenes/parallax/slider_1900x1200.jpg);
	background-attachment: fixed;
	background-position: center -20px;
	height: 655px;
	background-size: cover;
	
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;	
	}
	

#parallax .bloque{
		float: right;
		width: 39%;
		height: 100%;
		background-color: rgba(0,0,0,0.40);
		position: relative;
	}

.animated fadeInDown {
  animation-duration: 2s;
  animation-delay: 1s;
  
}
	
	
#parallax .bloque h1{
	font-size: 24px;
	
	color:ghostwhite;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px 4px rgba(41,41,41,1.00);
	letter-spacing: 1px;
	font-weight: bold;
	width: 90%;
	

	padding-top: 170px;
	padding-left: 20px;
	padding-right: 0px;
	float: left;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	}



#parallax .bloque  h4{
	font-size: 24px;
	color: ghostwhite;
	font-family: 'Open Sans', sans-serif;
	
	background-color:#680010;
	margin: auto;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(41,41,41,1.00);
	letter-spacing: 1px;
	width: 100%;
	
	padding-left: 20px;
	padding-right: 0px;
	float: right;
	text-align: left;
	display: block;
	}
	
	
	
	
	#parallax .bloque .txt 
{
	font-size: 18px;
	color: ghostwhite;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-shadow: -2px -2px 5px rgba(41,41,41,1.00);
	
    width: 80%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 20px;
	position: relative;
	
	float: left;
	text-align: left;
	cursor: pointer;
	
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	}


	
#parallax .bloque .txt a
{
	width: 100%;
	height: auto;
	color: ghostwhite;
	font-size: 18px;
	text-align: left;
	background-color: rgba(0,0,0,0.20);
	cursor: pointer;
	border: solid 2px rgba(255,255,255,0.90);
	padding: 12px;
	padding-left: auto;
	padding-right: auto;
	text-decoration: none;
	
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}
	
	
	
	#parallax .bloque .txt a:hover
{
	width: 100%;
	height: auto;
background-color: rgba(0,0,0,0.60);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}
	
	
	
	#parallax .bloque .txt4 
{
	font-size: 18px;
	color: ghostwhite;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-shadow: -2px -2px 5px rgba(41,41,41,1.00);
	width: 60%;
	height: auto;
	margin-top: 80px;
	text-align: left;
	display: block;
	margin-left: 20px;
	cursor: pointer;
	
	
	}


	
#parallax .bloque .txt4 a
{
	width: 100%;
	height: auto;
	color: ghostwhite;
	font-size: 18px;
	text-align: left;
	background-color: rgba(0,0,0,0.20);
	cursor: pointer;
	border: solid 2px rgba(255,255,255,0.90);
	padding: 12px;
	padding-left: auto;
	padding-right: auto;
	text-decoration: none;
	
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}
	
	
	
	#parallax .bloque .txt4 a:hover
{
	width: 100%;
	height: auto;
background-color: rgba(0,0,0,0.60);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}
	
	
	
	
	
	
	
/*	#parallax .logotipoacero2{
	padding-top: 18px;
	width: 100%;
	height: auto;
	margin: auto;
	float: center;
	display: block;
	margin-bottom: 0px;
	padding-right: 130px;
		
}

#parallax .logotipoacero2 img{
	
	width: 180px;
	height: auto;
	margin: auto;
	float: right;
	
}*/

.animated fadeInDown {
  animation-duration: 2s;
  animation-delay: 1s;
  
}
	

/*================== productos =============*/

#ancla_productos{
	
	width: 100%;
	margin-top: 0px;
	height: 0px;
	padding-top: -55px;
	}

#productos{
	
	width: 100%;
	height: auto;
	/*flex-wrap: wrap;*/
	/*margin-top: 300px;*/
	display: block;
	margin-bottom: 79px;
	padding-bottom: 0px;
	
	background-color:rgba(228,228,228,1.00);
	padding-top: 55px;
	}



#productos  #nuestros_productos  {
	text-align: center;
	font-size: 21px;
	color:rgba(253,252,252,1.00); 
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
	padding-bottom: 200px;
	}



#productos  #nuestros_productos h1  {
	text-align: center;
	font-size: 16px;
	color: #20202F;
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 5px;
	margin-bottom: 15px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	
}

	#productos  #nuestros_productos #slider_propiedades_movil  {
	display: none;
	
}
	
	#productos  #nuestros_productos #mas  {
	display: block;
	position: relative;
	width: 80%;
		height: auto;
		margin: auto;
	margin-top: 0px;
		margin-bottom: 30px;
	text-decoration: none;
		
}
	
	#productos  #nuestros_productos h3 {
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	text-align: center;
	text-decoration: none;
	
	border: 3px solid rgba(0,0,0,0.80);
	margin: auto;
	padding:6px;
		width: 230px;
		height: auto;
	
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-: transition:all  0.5s;
	-ms-: transition:all  0.5s;
	-o-: transition:all  0.5s;
	-webkit-: transition:all  0.5s;
	font-family: 'Oswald', sans-serif;
	
}

		
	#productos  #nuestros_productos h3:hover {
	font-size: 20px;
	color:rgba(252,252,252,1.00);
	text-align: center;
	text-decoration: none;
	
	border: 3px solid rgba(0,0,0,0.10);
	margin: auto;
	padding:6px;
		width: 230px;
		height: auto;
	background-color:rgba(0,0,0,1.00);
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	
	}
	
	
	#productos #fondo_icono{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	padding-top: 20px;
	text-align: center;
		
	}


#productos  #fondo_icono h2  {
	text-align: center;
	font-size: 18px;
	color:rgba(5,11,131,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 20px;
	font-style: italic;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-decoration: none;
}
	
	
	#productos  #fondo_icono  h3  {
	text-align: center;
	font-size: 15px;
	color:rgba(255,255,255,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 18px;
	padding-bottom: 0px;
	font-style: normal;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
		text-decoration: none; 
		display: none;
}
	
	
	#productos  #fondo_icono  h4  {
	text-align: center;
	font-size: 15px;
	color:rgba(255,255,255,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 17px;
	padding-bottom: 0px;
	font-style: normal;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	text-decoration: none; 	
		line-height: 25px;
		display: block;
	}
	


	#ancla_somos{
	
	width: 100%;
	/*padding-top: 60px;*/
	height: 0px;
		/*background-color:rgba(255,215,158,1.00);*/
		margin-top: -255px;
	background-color:rgba(5,11,131,1.00);
	}
	
	

/*================== NOOTROS =============*/



#cuatro_secciones{
			
	display: none;	
	
		}

#somos{
	width: 80%;
	height: auto;
	text-align: center;
	margin: auto;
margin-top: 30px;
	padding-top: 50px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;	
	
		}	


#somos  #explora  {
	padding-top: 0px;
	width: 74%;
	height: auto;
	float: center;
	position: absolute;
	margin: auto;
	z-index: 10000;

}
	
	#somos  #explora h3  {
	font-size: 20px;
	
	padding-top: 100px;
	color: rgba(253,252,252,1.00);
	font-family: 'Oswald', sans-serif;
	text-shadow: -2px -2px 6px rgba(41,41,41,1.00);
	text-align: center;
	letter-spacing: 2px;
	z-index: 10100;	
		width: 350px;
	height: auto;
	margin: auto;
		
}	
	
	
	#somos  #explora .icon-eye  {
	font-size: 30px;
	
	padding-top: 150px;
	color: rgba(253,252,252,1.00);
	font-family: 'Oswald', sans-serif;
	text-shadow: -2px -2px 6px rgba(41,41,41,1.00);
	text-align: center;
	letter-spacing: 2px;
	z-index: 10100;	
		width: 350px;
	height: auto;
	margin: auto;
		text-decoration: none;
		
}
	

#somos .tres{
	width: 100%;
	height: auto;
	margin-top: 30px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	
	
		}

	
	
	#somos .tres #nuestro_blog{
	width: 31.2%;
	height: 250px;
	float: left;
	margin-right: 3.08%;
		margin-left: 0%;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 1;
	background-image: url(../imagenes/secciones/blog250_1.jpg);
		}

	#somos .tres #nuestro_blog:hover{
	width: 31.2%;
	height: 250px;
	float: left;
	margin-right: 3.08%;
		margin-left: 0%;
	cursor: pointer;
		-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform:  scale(1.03);
	background-image: url(../imagenes/secciones/blog250.jpg);	
		opacity: 1;
		}
	
	
	#somos .tres #nuestro_blog .texto  {
	padding-top: -10px;
	width: 100%;
	height: auto;
	float: center;
	position: relative;
	margin: auto;
	z-index: 10000;
	
}
	
	
	#somos .tres #nuestro_blog .texto h1  {
	font-size: 18px;
	
	padding-top: 7px;
	color: rgba(253,252,252,1.00);
	font-family: 'Oswald', sans-serif;
	
	text-align: center;
	letter-spacing: 2px;
	z-index: 10100;	
		width: 100%;
	height: 40px;
	position: absolute;
		background-color: rgba(0,0,0,0.90);
		margin-top: -5px;
	
}
	
	
	
	
	#somos .tres #nuestro_blog a{
	width: 31.2%;
	height: 250px;
	float: right;
	margin-right: 0%;
		
	cursor: pointer;
	
		}
	
#somos .tres #nosotros{
	width: 31.2%;
	height: 250px;
	float: left;
	margin-right: 3.08%;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 1;
	background-image: url(../imagenes/secciones/somos250.jpg);
		}

	#somos .tres #nosotros:hover{
	width: 31.2%;
	height: 250px;
	float: left;
	margin-right: 3.08%;
	cursor: pointer;
		-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform:  scale(1.03);
	background-image: url(../imagenes/secciones/somos250_1.jpg);	
		opacity: 1;
		}
	
	
	#somos .tres #nosotros .texto  {
	padding-top: -10px;
	width: 100%;
	height: auto;
	float: center;
	position: relative;
	margin: auto;
	z-index: 10000;
	
}
	
	
	
	#somos .tres #nosotros .texto h1  {
	font-size: 18px;
	
	padding-top: 7px;
	color: rgba(253,252,252,1.00);
	font-family: 'Oswald', sans-serif;
	
	text-align: center;
	letter-spacing: 2px;
	z-index: 10100;	
		width: 100%;
	height: 41px;
	position: absolute;
		background-color: rgba(0,0,0,0.90);
		margin-top: -9px;
	
}
	
#somos .tres #nosotros a{
	width: 31.2%;
	height: 250px;
	float: right;
	margin-right: 0%;
		
	cursor: pointer;
	
		}
	
	
	
	
	#somos .tres #asesoria{
	width: 31.2%;
	height: 250px;
	float: right;
	margin-right: 0%;
		
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 1;
	background-image: url(../imagenes/secciones/asesoria250_1.jpg);
		}

	#somos .tres #asesoria:hover{
	width: 31.2%;
	height: 250px;
	float: right;
	margin-right: 0%;
	cursor: pointer;
		-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform:  scale(1.03);
	background-image: url(../imagenes/secciones/asesoria250.jpg);	
		opacity: 1;
		}
	
	#somos .tres #asesoria .texto  {
	padding-top: -10px;
	width: 100%;
	height: auto;
	float: center;
	position: relative;
	margin: auto;
	z-index: 10000;
	
}
	
	#somos .tres #asesoria .texto h1  {
	font-size: 18px;
	
	padding-top: 7px;
	color: rgba(253,252,252,1.00);
	font-family: 'Oswald', sans-serif;
	
	text-align: center;
	letter-spacing: 2px;
	z-index: 10100;	
		width: 100%;
	height: 40px;
	position: absolute;
		background-color: rgba(0,0,0,0.90);
		margin-top: -5px;
	
}
	
#somos .tres #asesoria a{
	width: 31.2%;
	height: 250px;
	float: right;
	margin-right: 0%;
		
	cursor: pointer;
	
		}
	
	
	
	
/*==================Footer 1024=============*/


footer {

margin-top: 40px;
height: 500px;
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:rgba(0,0,0,1.00);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
		
	}
	
footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
	width: auto;
	font-family: 'Merriweather Sans', sans-serif;
	text-decoration: none;
	
	}

	footer .contenedor #unacolumna{
	width: 80%;
	
margin-right: auto;
	margin-left: auto;
	display: none;
	}
	

footer .contenedor #cuatrocolumnas{
	width: 60%;
	
margin-right: auto;
	margin-left: auto;
	display: inline-block;
	text-decoration: none;
	}

footer .contenedor #cuatrocolumnas #menu3{
	list-style-type: none;
	width: 100%;
	z-index: 2000;
	padding-bottom: 0px;
	height: auto;
	margin-top: 40px;
	
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
	}

footer .contenedor #cuatrocolumnas #menu3 ul{
	list-style-type: none;
	text-decoration: none;
	}


footer .contenedor #cuatrocolumnas #menu3 ul li{
	list-style-type: none;
	/*width: 22%;*/
	text-decoration: none;	
	}

footer .contenedor #cuatrocolumnas #menu3 ul li a{
	height: auto;
	width: 28%;

	text-align:center;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #fff;
	-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;
	}

	
footer .contenedor #logo_mina{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
		
	}
	
	
	footer .contenedor #logo_mina .logotipo{
	height: auto;
	width: 100%;
	text-align: center;
	}
	
	footer .contenedor #logo_mina .logotipo img{
	
	width: 10%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
	}
	
	
	.seguro{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
		}
	
		footer .contenedor .contenedor2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
	
	font-family: 'Merriweather Sans', sans-serif;
	height: 50px;
	}

footer .contenedor .contenedor2 .sociales2{
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding-top: 30px;
	text-decoration: none;
	}

footer .contenedor  .contenedor2 .sociales2 a{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	}
}


/*======================================================================
======================================================================*/
@media all and (min-width:1280px) {

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

}


.contenedor #logotipo{
	width: 35%;
	height: auto;
	margin: 0;
	float: center;
	padding-left: 20px;
	
}
.contenedor #logotipo img{
	width: 35%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position:relative;
	padding-left: 0px;
	padding: 00px;
	padding-top: 15px;
}


.contenedor #barra-top{
	width: 100%;
	height: 85px;
	top: 0px;
   background:linear-gradient( #2A0000, #680010);
	background:-moz- linear-gradient(  #2A0000, #680010);
	 background:-ms-linear-gradient(  #2A0000, #680010);
	 background:-o-linear-gradient(  #2A0000, #680010);
	 background:-webkit-linear-gradient(  #2A0000, #680010);
	
	
	color:#fff;
	font-size: 12px;
	
		
}
	
	
.contenedor #barra-top  #cintilla{
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	}

		
	.contenedor  #texto_menu{
	display: none;
		/* puse el float para probar 
           posicion del boton responsivo*/
	
	}	
	
	
	
	#bienvenidos{
	
		display: none;
	
	}
	
	
	
/*==================Slider 1280==========*/

#slider{
	text-align: center;
	margin-top: 7px;
	display: none;
	}	
	
	
	#slider_2{
	text-align: center;
	margin-top: 70px;
		height: auto;
	display:block;
		margin-bottom: 0px;
		width: 100%;
	}	
	
	
	

	
	#slider_2 .logotipoacero3 .contenedor1 {
	
	/*justify-content: center;*/
	/*justify-content  esto es para que se pongan en una sola linea los articulos imagenes en este caso*/
	/*flex-wrap:wrap;*/
	/*esta linea es para que cuando el contenido ya no entre en la misma linea se baje en seguida*/
	margin-top: 0px;
	width: 50%;
	height: auto;
		margin: auto;
}

	
	#slider_2 .logotipoacero3 .contenedor1 article {
	margin-top: 100px;
	width: 90px;
	height: 90px;
	margin-left: 30px;
	display: inline-block;
	z-index: 10000100;
	background-color: rgba(163,4,6,1.00);
	border-radius: 45px;
	border: 4px solid rgba(255,255,255,1.00);
		cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	}

	
	#slider_2 .logotipoacero3 .contenedor1 article:first-child {
	margin-top: 0px;
	width: 90px;
	height: 90px;
	margin-left: -10px;
	display: inline-block;
	z-index: 10000100;
	background-color: rgba(163,4,6,1.00);
	border-radius: 45px;
	border: 4px solid rgba(255,255,255,1.00);
		cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	}
	
	
	#slider_2 .logotipoacero3 .contenedor1 article:hover {
	background-color: rgba(163,4,6,1.00);
	-webkit-transform: rotate(-30deg) scale(.95);
	-o-transform: rotate(-30deg) scale(.95);
		-moz-transform: rotate(-30deg) scale(.95);
		-ms-transform: rotate(-30deg) scale(.95);
	transform: rotate(-30deg) scale(.95);
		
	-webkit-box-shadow: 0px 0px 38px;
		-o-box-shadow: 0px 0px 38px;
		-moz-box-shadow: 0px 0px 38px;
		-ms-box-shadow: 0px 0px 38px;
	box-shadow: 0px 0px 38px;
}

	#slider_2 .logotipoacero3 .contenedor1 article h1 {
	padding-top: 23px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;	
			font-size: 13px;
			letter-spacing: 0.5px;
			color: rgba(252,249,249,1.00);
		cursor: pointer;
			width: 100%;
	}
	
	#slider_2 .logotipoacero3 .contenedor1 article h1 .icon-key-1 {
	display: block;
	text-align: center;
    position: relative;
			margin-top: -3px;
			font-size: 21px;
			text-decoration: none;
			color: rgba(252,249,249,1.00);
		
	}
	
	#slider_2 .logotipoacero3 .contenedor1 article h1 .icon-edit-1 {
	display: block;
	text-align: center;
    position: relative;
		margin-top: -5px;
			
			font-size: 25px;
			text-decoration: none;
			color: rgba(252,249,249,1.00);
		
	}
	
	#slider_2 .logotipoacero3 .contenedor1 article h1 .icon-shop {
	display: block;
	text-align: center;
    position: relative;
		margin-top: -3px;
			
			font-size: 24px;
			text-decoration: none;
			color: rgba(252,249,249,1.00);
		
	}
	
	
#parallax_movil{
	
		display: none;
	
	
	}
	
	
	/*certificados versión 1280*/
	
	#certificados{
width: 100%;
	height: 150px;
background-color: rgba(0,0,0,1.00);	

}

#certificados h3{
width: 80%;
height: auto;
background-color: rgba(0,0,0,1.00);
color: rgba(255,255,255,1.00);
font-size: 18px;
font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	letter-spacing: 1px;
	font-style: italic;
}


#certificados h3 .icon-ok-1{
color: rgba(255,255,255,1.00);
font-size: 20px;
	text-decoration: none;
	padding-right: 10px;

}
	

	#certificados .conte_logos{
		width: 45%;
		
		
		height: auto;
		display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	}	
	
	#certificados .conte_logos .logotipos img{
		width: auto;
		height: 100px;
		padding: 20px;
	}
	
	
	
	
		
	#parallax{
	text-align: center;
	
	margin-top: 0px;
	background-image: url(../imagenes/parallax/slider_1900x1200.jpg);
	background-attachment: fixed;
	background-position: center -20px;
	height: 655px;
	background-size: cover;
	
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;	
	}
	
	
	
	#parallax .bloque{
		float: right;
		width: 39%;
		height: 100%;
		background-color: rgba(0,0,0,0.40);
		position: relative;
	}

.animated fadeInDown {
  animation-duration: 2s;
  animation-delay: 1s;
  
}
	
	
#parallax .bloque h1{
	font-size: 24px;
	
	color:ghostwhite;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px 4px rgba(41,41,41,1.00);
	letter-spacing: 1px;
	font-weight: bold;
	width: 90%;
	

	padding-top: 170px;
	padding-left: 20px;
	padding-right: 0px;
	float: left;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	}



#parallax .bloque  h4{
	font-size: 24px;
	color: ghostwhite;
	font-family: 'Open Sans', sans-serif;
	
	background-color:#680010;
	margin: auto;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(41,41,41,1.00);
	letter-spacing: 1px;
	width: 100%;
	
	padding-left: 20px;
	padding-right: 0px;
	float: right;
	text-align: left;
	display: block;
	}
	
	
	
	
	#parallax .bloque .txt 
{
	font-size: 18px;
	color: ghostwhite;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-shadow: -2px -2px 5px rgba(41,41,41,1.00);
	
    width: 60%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 20px;
	position: relative;
	
	float: left;
	text-align: left;
	cursor: pointer;
	
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	}


	
#parallax .bloque .txt a
{
	width: 100%;
	height: auto;
	color: ghostwhite;
	font-size: 18px;
	text-align: left;
	background-color: rgba(0,0,0,0.20);
	cursor: pointer;
	border: solid 2px rgba(255,255,255,0.90);
	padding: 12px;
	padding-left: auto;
	padding-right: auto;
	text-decoration: none;
	
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}
	
	
	
	#parallax .bloque .txt a:hover
{
	width: 100%;
	height: auto;
background-color: rgba(0,0,0,0.60);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}
	
	
	
	#parallax .bloque .txt4 
{
	font-size: 18px;
	color: ghostwhite;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-shadow: -2px -2px 5px rgba(41,41,41,1.00);
	width: 60%;
	height: auto;
	margin-top: 80px;
	text-align: left;
	display: block;
	margin-left: 20px;
	cursor: pointer;
	
	
	}


	
#parallax .bloque .txt4 a
{
	width: 100%;
	height: auto;
	color: ghostwhite;
	font-size: 18px;
	text-align: left;
	background-color: rgba(0,0,0,0.20);
	cursor: pointer;
	border: solid 2px rgba(255,255,255,0.90);
	padding: 12px;
	padding-left: auto;
	padding-right: auto;
	text-decoration: none;
	
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}
	
	
	
	#parallax .bloque .txt4 a:hover
{
	width: 100%;
	height: auto;
background-color: rgba(0,0,0,0.60);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	}

	
	
	
	
	
/*================== productos =============*/

#ancla_productos{
	
	width: 100%;
	margin-top: 0px;
	height: 0px;
	padding-top: -55px;
	}

#productos{
	
	width: 100%;
	height: auto;
	/*flex-wrap: wrap;*/
	/*margin-top: 300px;*/
	display: block;
	margin-bottom: 79px;
	padding-bottom: 0px;
	
	background-color:rgba(228,228,228,1.00);
	padding-top: 55px;
	}



#productos  #nuestros_productos  {
	text-align: center;
	font-size: 21px;
	color:rgba(253,252,252,1.00); 
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
	padding-bottom: 200px;
	}



#productos  #nuestros_productos h1  {
	text-align: center;
	font-size: 16px;
	color: #20202F;
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 5px;
	margin-bottom: 20px;
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	
}

		
	#productos  #nuestros_productos #mas  {
	display: block;
	position: relative;
	width: 100%;
		height: auto;
		margin: auto;
	margin-top: 0px;
		margin-bottom: 20px;
	text-decoration: none;
		
}
	
	#productos  #nuestros_productos h3 {
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	text-align: center;
	text-decoration: none;
	
	border: 3px solid rgba(0,0,0,0.80);
	margin: auto;
	padding:6px;
		width: 230px;
		height: auto;
	
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition:all  0.5s;
	-ms-transition:all  0.5s;
	-o-transition:all  0.5s;
	-webkit-transition:all  0.5s;
	font-family: 'Oswald', sans-serif;
	
}


	#productos  #nuestros_productos h3:hover {
	font-size: 20px;
	color:rgba(252,252,252,1.00);
	text-align: center;
	text-decoration: none;
	
	border: 3px solid rgba(0,0,0,0.10);
	margin: auto;
	padding:6px;
		width: 230px;
		height: auto;
	background-color:rgba(0,0,0,1.00);
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-: transition:all  0.5s;
	-ms-: transition:all  0.5s;
	-o-: transition:all  0.5s;
	-webkit-: transition:all  0.5s;
	}
	
	
	#productos #fondo_icono{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	padding-top: 20px;
	text-align: center;
		
	}


#productos  #fondo_icono h2  {
	text-align: center;
	font-size: 18px;
	color:rgba(5,11,131,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 20px;
	font-style: italic;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-decoration: none;
}
	

	#productos  #fondo_icono  h3  {
	text-align: center;
	font-size: 15px;
	color:rgba(255,255,255,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 18px;
	padding-bottom: 0px;
	font-style: normal;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
		text-decoration: none; 
		display: none;
}
	
	
	#productos  #fondo_icono  h4  {
	text-align: center;
	font-size: 15px;
	color:rgba(255,255,255,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 17px;
	padding-bottom: 0px;
	font-style: normal;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	text-decoration: none; 	
		line-height: 25px;
		display: block;
	
	
}
	


	#ancla_somos{
	
	width: 100%;
	height: 0px;
	margin-top: -245px;
	background-color:rgba(5,11,131,1.00);
	}
	
	

/*================== NOOTROS =============*/



#somos{
	width: 74%;
	height: auto;
	text-align: center;
	margin: auto;
margin-top: 30px;
	padding-top: 50px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;	
	
		}


#somos  #explora  {
	padding-top: 0px;
	width: 74%;
	height: auto;
	float: center;
	position: absolute;
	margin: auto;
	z-index: 10000;

}
	
	#somos  #explora h3  {
	font-size: 20px;
	
	padding-top: 150px;
	color: rgba(253,252,252,1.00);
	font-family: 'Oswald', sans-serif;
	text-shadow: -2px -2px 6px rgba(41,41,41,1.00);
	text-align: center;
	letter-spacing: 2px;
	z-index: 10100;	
		width: 350px;
	height: auto;
	margin: auto;
		
}	
	
	
	
	#somos  #explora .icon-eye  {
	font-size: 30px;
	
	padding-top: 150px;
	color: rgba(253,252,252,1.00);
	font-family: 'Oswald', sans-serif;
	text-shadow: -2px -2px 6px rgba(41,41,41,1.00);
	text-align: center;
	letter-spacing: 2px;
	z-index: 10100;	
		width: 350px;
	height: auto;
	margin: auto;
		text-decoration: none;
		
}
	
	
#somos .tres{
	width: 100%;
	height: auto;
	margin-top: 30px;
	

	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
			}

	
	
	#somos .tres #nuestro_blog{
	width: 31.2%;
	height: 300px;
	float: left;
	margin-right: 3.08%;
		margin-left: 0%;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 1;
	background-image: url(../imagenes/secciones/blog1.jpg);
		}

	#somos .tres #nuestro_blog:hover{
	width: 31.2%;
	height: 300px;
	float: left;
	margin-right: 3.08%;
		margin-left: 0%;
	cursor: pointer;
		-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform:  scale(1.03);
	background-image: url(../imagenes/secciones/blog.jpg);	
		opacity: 1;
		}
	
	
	#somos .tres #nuestro_blog .texto  {
	padding-top: -10px;
	width: 100%;
	height: auto;
	float: center;
	position: relative;
	margin: auto;
	z-index: 10000;
	
}
	
	
	#somos .tres #nuestro_blog .texto h1  {
	font-size: 18px;
	
	padding-top: 7px;
	color: rgba(253,252,252,1.00);
	font-family: 'Oswald', sans-serif;
	
	text-align: center;
	letter-spacing: 2px;
	z-index: 10100;	
		width: 100%;
	height: 40px;
	position: absolute;
		background-color: rgba(0,0,0,0.90);
		margin-top: -5px;
	
}
	
	#somos .tres #nuestro_blog a{
	width: 31.2%;
	height: 300px;
	float: right;
	margin-right: 0%;
		
	cursor: pointer;
	
		}
	
	
	
	
	
	
#somos .tres #nosotros{
	width: 31.2%;
	height: 300px;
	float: left;
	margin-right: 3.08%;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 1;
	background-image: url(../imagenes/secciones/somos.jpg);
		}

	#somos .tres #nosotros:hover{
	width: 31.2%;
	height: 300px;
	float: left;
	margin-right: 3.08%;
	cursor: pointer;
		-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform:  scale(1.03);
	background-image: url(../imagenes/secciones/somos2.jpg);	
		opacity: 1;
		}
		
	#somos .tres #nosotros .texto  {
	padding-top: -10px;
	width: 100%;
	height: auto;
	float: center;
	position: relative;
	margin: auto;
	z-index: 10000;
	
}
		
	#somos .tres #nosotros .texto h1  {
	font-size: 18px;
	
	padding-top: 7px;
	color: rgba(253,252,252,1.00);
	font-family: 'Oswald', sans-serif;
	
	text-align: center;
	letter-spacing: 2px;
	z-index: 10100;	
		width: 100%;
	height: 41px;
	position: absolute;
		background-color: rgba(0,0,0,0.90);
		margin-top: -9px;
	
}
	
	#somos .tres #nosotros a{
	width: 31.2%;
	height: 300px;
	float: right;
	margin-right: 0%;
		
	cursor: pointer;
	
		}
	
	
	/*#somos .tres #nosotros img{
	width: 100%;
	height: 300px;
		position: relative;
	
			}
	*/
	
	
	#somos .tres #asesoria{
	width: 31.2%;
	height: 300px;
	float: right;
	margin-right: 0%;
		
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 1;
	background-image: url(../imagenes/secciones/asesoria1.jpg);
		
		}

	#somos .tres #asesoria:hover{
	width: 31.2%;
	height: 300px;
	float: right;
	margin-right: 0%;
	cursor: pointer;
		-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform:  scale(1.03);
	background-image: url(../imagenes/secciones/asesoria.jpg);	
		opacity: 1;
		}
	
	#somos .tres #asesoria .texto  {
	padding-top: -10px;
	width: 100%;
	height: auto;
	float: center;
	position: relative;
	margin: auto;
	z-index: 10000;
	
}
		
	#somos .tres #asesoria .texto h1  {
	font-size: 18px;
	
	padding-top: 7px;
	color: rgba(253,252,252,1.00);
	font-family: 'Oswald', sans-serif;
	
	text-align: center;
	letter-spacing: 2px;
	z-index: 10100;	
		width: 100%;
	height: 40px;
	position: absolute;
		background-color: rgba(0,0,0,0.90);
		margin-top: -5px;
	
}
	
#somos .tres #asesoria a{
	width: 31.2%;
	height: 300px;
	float: right;
	margin-right: 0%;
		
	cursor: pointer;
	
		}
	

/*==================Footer 1280=============*/


footer {

margin-top: 50px;
height: 600px;
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:rgba(0,0,0,1.00);
	transition: all 0.5s;
	-moz-transition:all  0.5s;
	-ms-transition:all  0.5s;
	-o-transition:all  0.5s;
	-webkit-transition:all  0.5s;
	
	}
	
footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
	width: auto;
	font-family: 'Merriweather Sans', sans-serif;
	text-decoration: none;
	
	}

	footer .contenedor #unacolumna{
	width: 80%;
	
margin-right: auto;
	margin-left: auto;
	display: none;
	}
	

footer .contenedor #cuatrocolumnas{
	width: 80%;
	
margin-right: auto;
	margin-left: auto;
	/*display: block;*/
	text-decoration: none;
	}

footer .contenedor #cuatrocolumnas #menu3{
	list-style-type: none;
	width: 30%;
	z-index: 2000;
	
	height: auto;
	margin-top: 30px;
	
	margin-right: auto;
	margin-left: auto;
	
	text-decoration: none;
	}

footer .contenedor #cuatrocolumnas #menu3 ul{
	list-style-type: none;
	text-decoration: none;
	}


footer .contenedor #cuatrocolumnas #menu3 ul li{
	list-style-type: none;
	
	text-decoration: none;	
	}

footer .contenedor #cuatrocolumnas #menu3 ul li a{
	height: auto;
	width: 30%;
	text-align:center;
	margin-bottom: 2px;
	margin-top: 2px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #fff;
	-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;
	
	
	}

footer .contenedor #logo_mina{
	width: 100%;
	
	height: auto;
	margin-top: 30px;
	margin-bottom: 10px;
		
	}
	
	footer .contenedor #logo_mina .logotipo{
	
	height: auto;
	width: 100%;
	text-align: center;
		
	}
	
	footer .contenedor #logo_mina .logotipo img{
	
	width: 10%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
	}
	
	footer .contenedor .contenedor2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
	
	font-family: 'Merriweather Sans', sans-serif;
	height: 50px;
	}

footer .contenedor .contenedor2 .sociales2{
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding-top: 30px;
	text-decoration: none;
	}

footer .contenedor  .contenedor2 .sociales2 a{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	}
	
	
	
}
