/* === fonts === */
@import url('../fonts/font.css');

/* === custom icon === */
@import url('custom-fonts.css');


/* ===================================
1. General
==================================== */

body {  
    background: #fff;
	margin:0;
	overflow-x: hidden;
	
}

a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2, h3, h4, h5, h6 {
	padding:5px 0 5px 0 
}

h1 {
	font-family:'blender_probook', Arial, sans-serif;
	font-size:24px;
	color: #000;
	width:100%;
	text-align:center;
	padding:40px 0 0 0
}

h2 {
	font-family:'blender_probook', Arial, sans-serif;
	font-size:22px;
	color: #222121;
}

h3 {
	font-family:'blender_probook', Arial, sans-serif;
	font-size:22px;
	color: #222121;
	font-weight:normal
}

h4 {
	font-family:'blender_probook', Arial, sans-serif;
	font-size:24px;
	color: #000;
	width:100%;
	text-align:center;
	padding:40px 0 0 0
}

ul, li {
	margin: 0
}

header, section, footer {
	width:90%;
	max-width:1100px;
	margin:0 auto;
	overflow:hidden
}

.link {
color:#0057c1;
	text-decoration: none;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.link:hover{
	text-decoration: none;
	color: #d33324
}


.usados:hover{
	text-decoration: none;
	color: #d33324
}


/* ===================================
2. layout
==================================== */

.wrapper{
	width:100%;
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.wrapper_productos{
	width:100%;
	background-image:url(../img/bg_2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.wrapper_usados{
	width:100%;
	background-image:url(../img/bg_3.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.wrapper_gallery{
	width:100%;
	background-color: #FFF;
	background-image:url(../img/bg_4.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding: 72px 0;
}

.wrapper_tabla{
	width:100%;
}

.wrapper_noticias{
	width:100%;
	background-color:#d33324;
}

.wrapper_empresa{
	width:100%;
}

.wrapper_servicios{
	width:100%;
	background-color: #FFF;
}

.wrapper_expo{
	width:100%;
	background-color:#d33324
}

.wrapper_form{
	width:100%;
	background-color:#fff;
	margin-top:70px
}

.wrapper_confirma{
	width:100%;
	background-color:#fec659;
	margin-top:70px
}


.wrapper_mapa{
	width:100%;
	background-color:#2f2f2f;
	margin-top:70px
}



.wrapper_footer{
	width:100%;
	background-color:#2f2f2f
}

/* ===================================
3. header
==================================== */



.contenedor_logos{
	
	width:45%;
	overflow:hidden;
}

.logo{
	float: left;
	width:350px;
	height:42px;
	background-image:url(../img/maquimundo.png);
	background-repeat:no-repeat;
	margin:20px 0 0 0
}

.logos{
	float: left;
	padding: 10px 0 0 0;
	width:350px;
}

.contacto_top{
	width:45%;
	float: right;
	padding: 0;
	font-family:'open_sansregular', Arial, sans-serif;
	line-height:1.6em;
	font-size:13px;
	text-align:right;
	color: #000
}

/* Nav */


#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
	z-index: 200;
	position:absolute;
	left: 50%
}

#menu {
    width: 600px;
    margin: 10px auto;
}

#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}

#menu li {
    float: left;
    position: relative;
}

#menu a {
    float: left;
    padding: 12px 10px; 
    text-transform: uppercase;
    font-family:'blender_promedium', Arial, sans-serif;
	font-size:18px;
    text-decoration: none;
	color: #000;
	 -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}

#menu li:hover > a {
    color: #fafafa;
}

*html #menu li a:hover { /* IE6 only */
    color: #fafafa;
}

#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;    
    background: #e2e2e2;   
    box-shadow: 0 -1px 0  #d5d5d5;  
    border-radius: 3px;
    transition: all .2s ease-in-out;

}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 #d5d5d5);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #d5d5d5, 0 1px 0 #d5d5d5;
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {
	font-size:13px;    
    padding: 10px;
    width: 170px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #0057c1; 
	
}

#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e2e2e2;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #e2e2e2;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #0057c1; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0057c1; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}


#menu-trigger { /* Hide it initially */
    display: none;
}




/* ===================================
4. slider
==================================== */

/* --- flexslider --- */



#featured .flexslider {
	padding:0;
	margin: 20px 0 10px; 
	background: #fff; 
	position: relative; 
	zoom: 1;
}

.flex-caption {background:none;/* --- -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);*/ zoom: 1;}
.flex-caption { bottom:20%; color: #fff; margin: 0; position: absolute; left: 55%; width: 400px;}
.flex-caption h3 {color: #fff; letter-spacing: 0.5px; text-transform: uppercase; font-size:40px; padding:3px; font-family:'blender_probook', Arial, sans-serif; text-align:right}
.flex-caption p {margin: 0 0 2px;}

.sliderproductos{
width:100%;
background-color:#f3f3f3;
margin:70px auto 30px 
}

.text-productos {  color: #fff; margin: 0; width: 100%; text-align:right; padding: 0 32px;}
.text-productos h1 {color: #fff; letter-spacing: 0.5px; text-transform: uppercase; font-size:50px; line-height:45px; padding:3px; font-family:'blender_probook', Arial, sans-serif; text-align:right; margin:30px 0 10px 0 }



.productos {width:100%; max-width:600px; height:100%; background-color:#f4f4f4}

.flex-captionprod { bottom:5%;  padding:5x; position: absolute; left: 60%;   width: 8rem;
  height: 8rem;
  background: #d33324;
  border-radius: 50%;
  -ms-display: flex;
  display: flex;
  /* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;
  text-align:center;
  
  
}

.flex-captionprod h3{
 font-family:'blender_pro_boldbold', Arial, sans-serif;
font-size:22px;
  line-height:18px;
  color:#FFF;
  text-transform:uppercase;
  text-align: center;
}

.usados {width:100%;  height:100%; background-color:#f4f4f4; }

.flex-captionusados { bottom:70%;  padding:5x; position: absolute; left: 3%;   width: 150px;
  height: 150px;
  background: #d33324;
  border-radius: 50%;
  -ms-display: flex;
  display: flex;
  /* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;
  text-align:center
}

.flex-captionusados h3{
 font-family:'blender_probook', Arial, sans-serif;
font-size:24px;
  line-height:20px;
  color:#FFF;
  text-transform:uppercase;
}


.flex-captionus { bottom:25%; color: #fff; margin: 0; position: absolute; left: 58%; width: 400px;}
.flex-captionus h3 {color: #fff; letter-spacing: 0.5px; text-transform: uppercase; font-size:45px; padding:3px; font-family:'blender_probook', Arial, sans-serif; text-align:right; line-height:40px}
.flex-captionus p {letter-spacing: 0.5px; text-transform: uppercase; font-size:28px; padding:3px; font-family:'blender_probook', Arial, sans-serif; text-align:right; line-height:25px}


/* ===================================
5. section icons
==================================== */

ul#row2 {
	width: 65%;
	position:relative;
	overflow:hidden;
	float:right;
	padding:60px 0 60px 0;
	left: 5%
}

#row2 li {
		display:inline;
		width:25%
}


.row3 {
	width: 30%;
	position:relative;
	overflow:hidden;
	padding:80px 0 0 0;
	font-family:'open_sansregular', Arial, sans-serif;
	font-size:18px;
	color: # 000;
	line-height:25px;
	margin:auto;
	float:left
	
}


/* --- Iconos flat --- */

.elemento {
  width: 7rem;
  height: 7rem;
  background: #d33324;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 0 15px 60px 15px;
  border:#FFF 4px solid;
  vertical-align:top;
  -webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}

.elemento:before {
  content:'';
  background-image: linear-gradient(to right, rgba(0,0,0,.2) 60%, rgba(0,0,0,0));
  width: 100%;
  height: 90%;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 0 50% 0;
  top: 0;
  left: 2.5em;
  z-index: -1;
}

.elemento:hover {
background: #0057c1;
}


span_icon {
  top:20%;
  position: relative;
  z-index: 1;
}

.txt_icon {
  width: 7rem;
  text-align: center;
  color: #000;
  position: relative;
  display: inline-block;
  margin: 40px 3.5rem 1% 0;
  font-family:'blender_promedium', Arial, sans-serif;
	font-size:24px;
	text-transform: uppercase;
	top: 0
}



/* ===================================
6. section noticias
==================================== */

.row4 {
	width: 33%;
	position:relative;
	overflow:hidden;
	float:left;
	padding:0 0 40px 0;
	font-family:'open_sansregular', Arial, sans-serif;
	font-size:16px;
	color: #fefefe;
	line-height:22px;
	text-align:center
}
.img_noticias{
	width: 70%;
	padding:2%;
	max-width: 460px;
	height: 70%;
	background-color:#CCC;
	margin:auto

	}
	
	.img_noticias img { width: 100%; height:100%; display: block;}

/* ===================================
7. section empresa
==================================== */

.empresa_text{
	font-family:'open_sansregular', Arial, sans-serif;
	line-height:30px;
	font-size:16px;
	padding:20px 5% 0px 5%;
	color: #000;
	font-weight:normal;
	text-align:justify
}

#flecha{
	width:47px;
	height:47px;
	margin: 20px auto
}


/* ===================================
8. Servicios
==================================== */

.servicio_text{
	font-family:'open_sansregular', Arial, sans-serif;
	line-height:1.6em;
	font-size:16px;
	padding:50px 60px 50px 60px;
	color:#09324a
}

UL.col2
{
	FLOAT: none;
	MARGIN: 40px auto 80px;
	WIDTH: 95%;
	LIST-STYLE-TYPE: none;
	overflow:hidden;
	list-style-image: url(../img/social_2.png);
	text-align: center;
}
 
UL.col2 LI
{
	DISPLAY: inline;
	FLOAT: none;
	PADDING-BOTTOM: 10px;
	WIDTH: 100%;
	PADDING-TOP: 10px;
	font-family:'blender_probook', Arial, sans-serif;
	font-size:30px;
	line-height:45px;
	color:#EAEAEA;
	text-align:center
}

/* ===================================
8. expo
==================================== */

ul#row9 {
	width: 90%;
	position:relative;
	overflow:hidden;
	padding:20px 0 40px 0;
	margin:auto
}

#row9 li { 
   display:inline; 
   float:left; 
   width:28%; 
   background-color:#d33324; 
   padding:5px; 
   margin:10px; 
   text-align: center; 
}

/* ===================================
MODAL
==================================== */
.modalDialog {
	position: fixed;
	font-family:'open_sansregular', Arial, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	color:#737373;
	font-size:14px
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 60%;
	position: relative;
	margin: 5% auto;
	padding: 5px 30px 13px 30px;
	background: #fff;
}

.close {
	background: #c60702;
	color: #FFFFFF;
	line-height: 40px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 40px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}

.close:hover { background: #990602; }

.textmodal {
	text-align:left
	
}



/* ===================================
botones
==================================== */

.btn_usados {
	width:100%;
	text-align:center;
	padding:20px 0 40px 0
}

.btn1 {
	background-color: #000;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	display:inline-block;
	color: #FFF;
	font-family:'blender_probook', sans-serif;
	font-size:20px;
	font-style:normal;
	line-height:40px;
	padding:10px 40px 10px 40px;
	text-decoration:none;
	text-align:center;
	border:none;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	float:none

}
.btn1:hover {
	background-color:#2f2f2f;
}

.btn {
	background-color: #000;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	display:inline-block;
	color: #FFF;
	font-family:'blender_probook', sans-serif;
	font-size:20px;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:200px;
	text-decoration:none;
	text-align:center;
	border:none;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	float:right

}
.btn:hover {
	background-color:#2f2f2f;
}

/* ===================================
9. footer
==================================== */

.row5 {
	width: 45%;
	position:relative;
	overflow:hidden;
	float:left;
	padding:20px 2% 30px 0;
	font-family:'open_sansregular', Arial, sans-serif;
	font-size:11px;
	color: #FFF;
	line-height:20px;
}

.row6 {
	width: 45%;
	position:relative;
	overflow:hidden;
	float: right;
	padding:20px 0 30px 0;
	font-family:'open_sansregular', Arial, sans-serif;
	text-align:right;
	font-size:11px;
	color: #FFF;
	line-height:20px;
}

.social {
	padding:5px;
	float:right;
	  -webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}

.social:hover {
	opacity:0.5;
}

.copy {
	float:right;
	padding:10px 0 0 10px;
	font-family:'open_sansregular', Arial, sans-serif;
	font-size:11px;
}

.miembros {
	float:left;
	padding:10px 10px 0 0
}

.miembros_imagen{
	pading:0 0 0 10px
}

.qr{
	width:40px;
	float:right;
	padding-left:10px
}

/* ===================================
MAPA WEB
==================================== */


.mapa{
	width:100%;
	float:left;
	border-top: #333 1px solid;
	

}

ul#mapa {
	width: 60%;
	position:relative;
	overflow:hidden;
	padding:10px 0 40px 0;
	margin:auto;
	float:left
}

#mapa li {
	display:inline;
	float:left;
	width:30%;
	padding:5px;
	margin:0px;
	text-align: left;
	font-family:'blender_probook', sans-serif;
	font-size: 14px;
	color: #d33324;
	line-height:20px;
	text-transform: uppercase;

}


/* ===================================
form
==================================== */


.inputs  { 
padding: 10px 0px 10px 10px; 
font-family:'blender_probook', sans-serif;
font-size: 14px; 
border: 1px solid #d9d9d9; 
border-radius: 2px; 
width: 100%;
margin-bottom:2px;
background-color:#e5e5e5;
text-transform: uppercase;
} 
.inputs:focus { 

color: #414848; 
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25); 
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25); 
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25); 
border: 1px solid #09324a; 
outline:0; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s; 
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
} 
.inputs:hover   {
	background-color: #e7f2ff
} 


::-webkit-input-placeholder { color: #09324a; } /* WebKit */
:-moz-placeholder { color: #09324a; } /* Firefox 18- */
::-moz-placeholder { color: #09324a; } /* Firefox 19+ */
:-ms-input-placeholder { color: #09324a; } /* IE 10+ */

.row10 {
	width: 35%;
	position:relative;
	overflow:hidden;
	float:left;
	padding:50px 2% 40px 0;
}

.row11 {
	width: 50%;
	position:relative;
	overflow:hidden;
	float:left;
	padding:50px 2% 40px 2%;
	font-family:'open_sansregular', Arial, sans-serif;
	font-size:19px;
	color: #222121;
	line-height:25px;
}

.row12 {
	width: 50%;
	position:relative;
	overflow:hidden;
	float:none;
	padding:20%;
	font-family:'open_sansregular', Arial, sans-serif;
	font-size:19px;
	color: #fff;
	line-height:25px;
	text-align:center;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:47px;
	height:47px;
    bottom:0px;
    right:20px;
	background-image:url(../img/flecha_1.png)
	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}





#menu-trigger { /* Hide it initially */
    display: none;
}

@media (min-width: 768px) and (max-width: 1090px) {
	.wrapper{
	background-image:url(../img/bg_1.jpg);
	}
	
	.logo{
	float: left;
	width:250px;
	height:30px;
	background-image:url(../img/maquimundo_1.png);
	background-repeat:no-repeat
	}

	#menu {
    left: 35%;
	}
	
	.flex-caption { left: 55%; width: 300px;}
	.flex-caption h3 {font-size:30px; line-height:28px;
	}
	
	ul#row2 {
	width: 100%;
	float:none;
	text-align:center;
	padding:40px 0 40px 0;
	left: 0%
	}

	#row2 li {
	width:100%
	}

	.row3 {
	width: 90%;
	float: none;
	padding:20px 0 40px 0;
	margin:auto;
	text-align:center
	
	}
	
	.row4 {
	width: 90%;
	position:relative;
	overflow:hidden;
	float:none;
	padding:20px 0 20px 0;
	margin:auto

	}
	
	 /* productos*/
	
	.text-productos { color: #fff; margin: 0; width: 100%; text-align:right; padding: 0 32px;}
	
	
	.productos {max-width:100%; height:100%;}
	
	/* empresa*/
	
	UL.col2 {WIDTH: 90%;}
 
	UL.col2 LI{ WIDTH: 90%;}
	
	/* slide usados*/	
.flex-captionusados { bottom:60%;width: 120px;height: 120px;}

.flex-captionusados h3{
font-size:22px;
line-height:20px;
}

.flex-captionus { bottom:25%; color: #fff; margin: 0; position: absolute; left: 60%; width: 300px;}
.flex-captionus h3 {font-size:35px;line-height:30px}
.flex-captionus p {font-size:25px;line-height:22px}

}
	
	
	
@media (max-width: 767px) {
	.wrapper{
	background-image:url(../img/bg_1.jpg);
	}
	
	.logo{
	float: left;
	width:250px;
	height:30px;
	background-image:url(../img/maquimundo_1.png);
	background-repeat:no-repeat
	}

	.flex-caption h3 {display: none}
	
	#menu {
    left:5%;
	margin:auto
	}
	
	.contacto_top{
	width:300px;
	float: right;
	padding: 10px 0 0 0;
	font-family:'open_sansregular', Arial, sans-serif;
	line-height:1.6em;
	font-size:13px;
	text-align:right
	}
	
	.flex-caption h3 {font-size:30px; line-height:28px;
	}
	
	ul#row2 {
	width: 100%;
	float:none;
	text-align:center;
	padding:80px 0 40px 0;
	left: 0%
	}

	#row2 li {
	width:100%;
	display: block;
		
	}

	.row3 {
	width: 90%;
	float: none;
	padding:20px 0 40px 0;
	margin:auto;
	text-align:center
	
	}
	
	.row4 {
	width: 90%;
	position:relative;
	overflow:hidden;
	float:none;
	padding:20px 0 20px 0;
	margin:auto

	}
	
	.sliderproductos{
	width:100%;
	background-color:#f3f3f3;
	margin:70px auto 30px 
	}

	.text-productos { color: #fff; margin: 0; width: 100%; text-align:right; padding: 0 32px;}
	.text-productos h1 {font-size:30px; line-height:25px }
	
	
	.productos {max-width:100%; height:100%;}
	.wrapper_productos{
	background-image: none;
	background-color:#ffc557
	}
	
	.modalDialog > div {
	width: 90%;

	}
	
	#row9 li { 
   width:100%; 
	}

/*contacto */
.row10 {
	width: 100%;
	float:none;
	padding:50px 0 40px 0;
	text-align:center
}

.row11 {
	width: 100%;
	float:none;
	padding:20px 0 40px 0;
	font-family:'open_sansregular', Arial, sans-serif;
	text-align:center
}

/* empresa*/
	
UL.col2 {WIDTH: 90%;}
 
UL.col2 LI{ WIDTH: 90%;}
	
/* slide usados*/	
.flex-captionusados { bottom:60%;width: 100px;height: 100px;}

.flex-captionusados h3{
font-size:20px;
line-height:18px;
}

.flex-captionus { bottom:25%; color: #fff; margin: 0; position: absolute; left: 60%; width: 240px;}
.flex-captionus h3 {font-size:30px;line-height:25px}
.flex-captionus p {font-size:20px;line-height:22px}


	}

@media screen and (max-width: 600px) {

.contenedor_logos{
	width:100%;
}

.logo{
	width:100%;
}

.logos{
	width:100%;
}




.contacto_top{
	width:90%;
	float:
	left;
	text-align:left
}




	.wrapper{
	background-image: none;
	background-color:#ffc557
	}
	
	
	

    #menu-wrap {
        position: absolute;
		z-index:300;
		width:90%;
		margin-top:20px
    }

    #menu-wrap * {
        box-sizing: border-box;
    }

    #menu-trigger {
		font-family:'blender_probook', sans-serif;
		font-size: 22px; 
		text-transform:uppercase;
        display: block; /* Show it now */
        height: 40px;
        line-height: 40px;
        cursor: pointer;        
        padding: 0 0 0 35px;
        border: 1px solid #ae0400;
        color: #fff;
        background-color: #c60702;
        /* Multiple backgrounds here, the first is base64 encoded */
        border-radius: 2px;
    }

    #menu {
        margin: 0; padding: 10px;
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 300;
        display: none;
        box-shadow: none; 
		left: 0 ;
		background-color: #fff;    
    }

    #menu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #444;
    }   

    #menu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: none;
        box-shadow: none;            
    }

    #menu ul ul {
        margin: 0 0 0 20px !important;
        box-shadow: none;       
    }

    #menu li {
        position: static;
        display: block;
        float: none;
        border: 0;
        margin: 5px;
        box-shadow: none;           
    }

    #menu ul li{
        margin-left: 20px;
        box-shadow: none;       
    }

    #menu a{
        display: block;
        float: none;
        padding: 0;
        color: #F00;
		font-size:20px
    }

    #menu a:hover{
       color: #222121;
    }
	
	#menu li:hover > a {

color: #0057c1;
}  


    #menu ul a{
        padding: 0;
        width: auto;
		font-size:15px        
    }

    #menu ul a:hover{
        background: none;   
    }

    #menu ul li:first-child a:after,
    #menu ul ul li:first-child a:after {
        border: 0;
    }
	
	#elemento_cont {
		width:100%;
		margin:auto;
		text-align:center
	} 
	
.mapa{
	width:100%;
	text-align:center;
	float:none

}
ul#mapa {
	display: none
}

#mapa li { 
   display:none
}


	
	
/*productos */
	.wrapper_productos{
	background-image: none;
	background-color:#ffc557;
	}
	.productos {width:100%; max-width:600px; height:100%; background-color:#f4f4f4}
	
	.text-productos { color: #fff; margin: 0; width: 100%; text-align:right; padding: 0 32px;}
	.text-productos h1 {color: #fff; letter-spacing: 0.5px; text-transform: uppercase; font-size:50px; line-height:45px; padding:3px; font-family:'blender_probook', Arial, sans-serif; text-align: right; margin:50px 0 5px 0 }
	
/*usados */

.wrapper_usados{
	background-image: none;
	background-color:#ffc557
	}
.flex-captionus { bottom:25%; color: #fff; margin: 0; position: relative; left: 0%; width: 90%; padding:2%}
.flex-captionus h3 {color: #fff; letter-spacing: 0.5px; text-transform: uppercase; font-size:45px; padding:3px; font-family:'blender_probook', Arial, sans-serif; text-align:left; line-height:40px}
.flex-captionus p {letter-spacing: 0.5px; text-transform: uppercase; font-size:28px; padding:3px; font-family:'blender_probook', Arial, sans-serif; text-align:left; line-height:25px}
.flex-captionusados { bottom:70%;  padding:5x; position: absolute; left: 55%;  width: 120px; height: 120px;}

	
		
	
	.row5 {
	width: 100%;
	position:relative;
	overflow:hidden;
	float:none;
	padding:20px 2% 30px 0;
	font-family:'open_sansregular', Arial, sans-serif;
	font-size:11px;
	color: #FFF;
	line-height:20px;
	text-align:center
}

.row6 {
	width: 100%;
	float:none;
	padding:20px 2% 0px 0;
	text-align:center;

}

.copy {
	float:none;
	padding:10px 0 0 10px
}

.social {
	padding:5px;
	float:none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.miembros {
	float:none;
	padding:10px 0 0 0
}

.miembros_imagen{
	float:none;
	pading:0 0 0 10px
}
.qr{
	float:none;
}

/*contacto */
.row10 {
	width: 100%;
	float:none;
	padding:50px 0 40px 0;
	text-align:center
}

.row11 {
	width: 100%;
	float:none;
	padding:20px 0 40px 0;
	font-family:'open_sansregular', Arial, sans-serif;
	text-align:center
}

	/* empresa*/
	
	UL.col2 {WIDTH: 90%;}
 
	UL.col2 LI{ WIDTH: 90%;}


}

@media screen and (min-width: 600px) {
    #menu {
        display: block !important;
    }
} 


@media screen and (max-width:240px) {
.logo{
	float: left;
	width:180px;
	height:22px;
	background-image:url(../img/maquimundo_2.png);
	background-repeat:no-repeat;
}
}


/* iPad */
.no-transition {
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;          
}

#menu li:hover > .no-transition {
    display: block;
}


/* bootstrap carousel */
.productos {width:100%; max-width:600px; height:100%; background-color:#f4f4f4}