@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*/
	
}

section {
margin-top: 90px;
}

#slider_marcas_movil{
	display: block;
	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;
	}


#slider_marcas{
display:none;
}


#slider_marcas_movil a{
	/*justify-content:center;*/
	/*flex-wrap:wrap;*/
    justify-content: center;
	flex-wrap: wrap;
	
}


#slider_marcas_movil a h1{
	margin-top: -400px;
	font-size: 28px;
	color:white;
	font-family: 'Dosis', sans-serif;
	font-weight: 800;
	line-height: 30px;
	width: 250px;
	height: 50px;
	z-index: 100000;
	margin-left:auto;
	margin-right: auto;
	
background-color: rgba(240,240,240,0.90);
	text-shadow: 2px 2px 1px 3px rgba(0, 0, 0, 0.90);
	}
	
	
	#slider_marcas_movil a p{
	margin-top: 15px;
	font-size: 17px;
	color: white;
	font-family: 'Dosis', sans-serif;
	line-height: 22px;
	width: 250px;
	height: auto;
	text-align: left;
	padding-bottom: 0px;
	margin-left:auto;
	margin-right: auto;
	font-weight: 300;
		background-color: rgba(6,6,6,0.50);
		}

	
	#slider_marcas_movil a h3{
	margin-top: 25px;
	font-size: 22px;
	color: rgba(0,0,0,1.0);
	font-family: 'Dosis', sans-serif;	
	width: 250px;
	height: auto;
	text-align: left;
	display: block;
	margin-left:auto;
	margin-right: auto;
	}
	
	
#slider_marcas_movil a h6  {
/*display: inline-block;*/
width: 250px;
position: relative;	
font-family: 'Abel', sans-serif;
color:rgba(65,65,65,1.00);
line-height: 20px;
font-weight: 800;
margin-top: 40px;
text-align: center;	
font-size: 16px;
border: solid 1px rgba(240,240,240,0.90);
background-color: rgba(240,240,240,0.90);
padding: 3px 5px;
 border-radius: 3px;
-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .10);
 box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .10);
word-spacing: normal;
display: block;
margin-left:auto;
margin-right: auto;		
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;	
}	

#slider_marcas_movil a h6:hover  {
color:rgba(239,239,239,1.00);
border: solid 1px rgba(0,0,0,0.80);
background-color:rgba(0,0,0,1.00);
  }
	
#arriba .icon-angle-circled-up{
text-align: center;
text-decoration: none;
color: rgba(0,0,0,0.30);
font-size: 60px;
margin-top: 70px;
margin-bottom: 70px;
display: block;
}



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

@media all and (min-width:1024px){
	
	#slider_marcas_movil{
		display: none;
	}
	
	section {
	margin-top:0px;
}
	
	
#slider_marcas{
	margin-top: 220px;	
	display:block;
	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;	
}
	
	
#slider_marcas a{
	/*display: block;*/
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0px;
}

#slider_marcas a h1{
	margin-top:-60px;
	font-size: 25px;
	color:  white;
	font-family: 'Open Sans', sans-serif;
	line-height: 21px;
	width: 270px;
	height: auto;
	float: right;
	margin-right: -450px;
	display: block;
	text-align: left;	
	margin-bottom: 10px;
	}
	
	
	#slider_marcas a p{
	margin-top:-30px;
		font-size: 12px;
		color:   white;
		font-family: 'Open Sans', sans-serif;
		line-height: 18px;
		font-weight: 400;
		letter-spacing:0px;
		width: 290px;
	height: auto;
	float: right;
	margin-right: -470px;
	display: block;
	text-align: left;
	margin-bottom: 10px;
		}

	
#slider_marcas a  h6  {
width: 150px;
margin-right: -470px;
position: relative;	
font-family: 'Dosis', sans-serif;
color:aliceblue;
line-height: 20px;
font-weight: 800;
margin-top:150px;
text-align: center;	
font-size: 16px;
border: solid 2px rgba(240,240,240,0.50);
padding: 10px 5px;
border-radius: 25px;
word-spacing: normal;
display: block;
float: right;
  }	

#slider_marcas a h6:hover  {

color:rgba(239,239,239,1.00);
border: solid 2px rgba(240,240,240,0.70);
background-color:rgba(240,240,240,0.20);
box-shadow: 1px 1px 6px rgba(41,41,41,0.30);
border-radius: 25px;
/*transition: all 0.2s ease-in-out 0.2s;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-moz-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s; 
	-ms-transition: all 0.2s ease-in-out 0.2s;*/
 
  }
	
	
}



/*=============================================================
=============================1280px============================
===========================================================*/



@media all and (min-width:1280px){
	
	section {
	margin-top:0px;

	
}
	#slider_marcas{
	margin-top: 220px;	
	display:block;
	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;	
}
	
	
	#slider_marcas a{
	/*display: block;*/
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0px;
}


#slider_marcas a h1{
	margin-top: -150px;
	/*margin-top: -300px;*/
		font-size: 33px;
		color:  white;
		font-family: 'Open Sans', sans-serif;
		line-height: 25px;
		width: 300px;
	height: auto;
	float: right;
	margin-right: -540px;
	display: block;
	text-align: left;	
	margin-bottom: 0px;
	}
	
	
	#slider_marcas a p{
	/*margin-top: -240px;*/
		margin-top: -110px;
		font-size: 13px;
		color:  white;
		font-family: 'Open Sans', sans-serif;
		line-height: 18px;
		font-weight: 500;
		letter-spacing:0px;
		width: 300px;
	height: auto;
	float: right;
	margin-right: -540px;
	display: block;
	text-align: left;
		padding-bottom: 0px;
		}
	
	
	
	
#slider_marcas a h6  {
width: 150px;
margin-right: -400px;
position: relative;	
font-family: 'Dosis', sans-serif;
color:aliceblue;
line-height: 20px;
font-weight: 800;
margin-top:130px;
text-align: center;	
font-size: 16px;
border: solid 2px rgba(240,240,240,0.30);
padding: 15px 10px;
border-radius: 25px;
word-spacing: normal;
display: block;
float: right;
  }	

#slider_marcas a h6:hover  {
color:rgba(239,239,239,1.00);
border: solid 2px rgba(240,240,240,0.70);
background-color:rgba(240,240,240,0.20);
box-shadow: 1px 1px 6px rgba(41,41,41,0.30);
border-radius: 25px;
/*transition: all 0.2s ease-in-out 0.2s;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-moz-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s; 
	-ms-transition: all 0.2s ease-in-out 0.2s;*/

 
  }
	
	

	
}