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

body {
	margin: 0px;
	font-family: 'Rubik', sans-serif;
	background-color: #FFF;
	font-size: 16px;
	color: #333;
}
p { 
margin: 0; 
}
#cabecera  {
	background-color: #FFF;
	position: fixed;
	top: 0px;
	z-index: 99;
	width: 100%;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
}
#cabecera .banda {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#cabecera .logo {
	float: left;
	margin-left: 10px;
}
#cabecera .logo_responsive {
	display: none;
}
@media only screen and (max-width:1200px) { 
#cabecera .logo img {
	width:220px;
}
}
@media only screen and (max-width:1000px) { 
#cabecera .logo {
	display: none;
}
#cabecera .logo_responsive {
	display: block;
	text-align:center
}
#cabecera .logo_responsive img {
	width: 220px;
	margin-top: px
}
}
#botonera {
	text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	min-width: 610px;
}
@media only screen and (max-width:1200px) { 
#botonera{
	margin-top: 25px;
}
}
@media only screen and (max-width:1000px) { 
#botonera{
	display:none
}
}
#botonera ul{
	padding: 0px;
	margin: 0px;
}
#botonera li {
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #000;
	cursor: pointer;
}
@media only screen and (max-width:1200px) { 
#botonera li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
}
#botonera li:hover {
	color: #F69007;
}
#botonera #cerrar_desplegable {
	display:none
}
#botonera #cerrar_desplegable a{
	color: #F69007;
}
#botonera_desplegable {
	display: none;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 420px;
	padding-right: 30px;
	padding-left: 30px;
}
#botonera_desplegable .titulo_desplegable{
	font-size: 25px;
	color: #F49100;
	padding-top: 30px;
}
#botonera_desplegable .cerrar {
	color: #999;
	float: right;
	font-size: 25px;
	font-weight: 300;
	text-decoration: none;
	padding-top: 35px;
}
#botonera_desplegable a.cerrar:hover {
	color: #333;
}
#botonera_desplegable .familias{
	margin-right: auto;
	margin-left: auto;
}
#botonera_desplegable .familias td {
	width: 300px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
#botonera_desplegable .familias .bt_familia_cerrar {
	display: none;
}
#botonera_desplegable .familias td .imagen {
	height: 200px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	object-fit:contain
}
#botonera_desplegable td .titulo {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	color: #333;
	cursor: pointer;
}
#botonera_desplegable .familias td:hover .titulo {
	color: #F09500;
}
#botonera_desplegable .bt_familia_cerrar .titulo {
	color: #F09500;
}
#botonera_desplegable .caja_sub {
	text-align: center;
	padding-top: 40px;
	font-size: 16px;
	color: #999;
	line-height: 25px;
}
#botonera_desplegable .caja_sub a{
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#botonera_desplegable .caja_sub a:hover{
	color: #F69206;
}
#botonera_responsive {
	display:none;
}
@media only screen and (max-width:1000px) { 
#botonera_responsive {
	display:block;
	float:left;
	height: 40px;
	width: 40px;
	margin-left:5px;
	margin-top:7px
}
}
#cabecera .contacto {
	float: right;
	padding-top: 35px;
	line-height: 30px;
}
@media only screen and (max-width:1200px) { 
#cabecera .contacto {
	padding-top: 20px;
}
}
#cabecera .contacto a{
	font-style: italic;
	color: #333;
	text-decoration: none;
	font-size: 16px;
}
#cabecera .contacto img{
	float: left;
	margin-left: 15px;
	margin-right: 5px
}
#cabecera .contacto a .texto{
	float: left
}
@media only screen and (max-width:1400px) { 
#cabecera .contacto a .texto{
	display:none
}
#cabecera .contacto img{
	margin-left:5px;
}
}
@media only screen and (max-width:640px) { 
#ico_mail{
	display:none
}
}
#cabecera .buscador {
	margin-left: 10px;
}
@media only screen and (max-width:640px) { 
#cabecera .buscador {
	display: none;
}
#cabecera .contacto img{
	margin-left:0px;
}
}
#caja_buscador {
	display: none;
	background-color: #DFDFDF;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#caja_buscador form {
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#caja_buscador .caja {
	width: 81%;
	font-family: 'Rubik', sans-serif;
	color: #333;
	border-radius: 10px;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 18px;
	padding: 1%;
}
#caja_buscador .bt {
	width: 14%;
	min-width: 100px;
	color: #FFF;
	background-color: #F19100;
	font-family: 'Rubik', sans-serif;
	border-radius: 10px;
	text-align: center;
	padding: 1%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
	margin-left: 1%;
	cursor: pointer
}
@media only screen and (max-width:640px) { 
#caja_buscador {
	display: none;
}
#caja_buscador .caja {
	width: 98%;
	padding: 1%;
}
#caja_buscador .bt {
	width: 98%;
	padding: 1%;
	margin-left: 0px;
	margin-top:10px
}
}
#caja_buscador_responsive .caja {
	width: 98%;
	padding: 1%;
}
#caja_buscador_responsive .bt {
	width: 98%;
	padding: 1%;
	margin-left: 0px;
	margin-top:10px
}
#caja_buscador .cerrar {
	color: #999;
	font-size: 25px;
	font-weight: 300;
	text-decoration: none;
}
#caja_buscador_responsive {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#caja_buscador_responsive .caja {
	width: 98%;
	font-family: 'Rubik', sans-serif;
	color: #333;
	border-radius: 10px;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 17px;
	padding: 1%;
	height: 30px;
}
#caja_buscador_responsive .bt {
	width: 98%;
	color: #FFF;
	background-color: #F19100;
	font-family: 'Rubik', sans-serif;
	border-radius: 10px;
	text-align: center;
	padding: 1%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
	cursor: pointer;
	height: 30px;
}
#contenido {
	margin-top: 75px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
@media only screen and (max-width:1200px) { 
#contenido {
	margin-top: 60px;
}
}
@media only screen and (max-width:1000px) { 
#contenido {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
}

.contenido2 {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}

#detalle_producto .nombre {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #F49700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#detalle_producto .caja_tipos_precio {
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	line-height: 40px;
}
#detalle_producto .precio {
	font-size: 25px;
	color: #666;
}
#detalle_producto .precio .anterior {
	color: #CCCCCC;
	text-decoration: line-through;
	margin-right: 20px;
	padding-right: 5px;
	padding-left: 5px;
}


#detalle_producto .tipos {
	font-size: 14px;
	float: left;
	z-index: 2;
	position: absolute;
}
#detalle_producto .tipos_responsive {
	display: none;
}
@media only screen and (max-width:640px) { 
#detalle_producto .tipos {
	display: none;
}
#detalle_producto .tipos_responsive {
	display: block;
}
}

#detalle_producto .tipos .nuevo, #detalle_producto .tipos_responsive .nuevo {
	color: #FFF;
	background-color: #ed8e00;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#detalle_producto .tipos .oferta, #detalle_producto .tipos_responsive .oferta {
	color: #FFF;
	background-color: #b90721;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#detalle_producto .tipos .oportunidad, #detalle_producto .tipos_responsive .oportunidad {
	color: #FFF;
	background-color: #868789;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#detalle_producto .tipos .usado, #detalle_producto .tipos_responsive .usado {
	color: #FFF;
	background-color: #3b3a3f;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
@media only screen and (max-width:640px) { 
#detalle_producto .nombre {
	padding-top: 30px;
}
#detalle_producto .tipos {
	text-align: center
}
}
#detalle_producto #galeria {
	width: 100%;
	height: 70%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	margin-top: 30px;
}
@media only screen and (max-width:640px) { 
#detalle_producto #galeria {
	height:300px; 
	margin-bottom: 50px
}
}

#detalle_producto #ficha_tecnica {
	width: 900px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-right: 40px;
	padding-left: 40px;
}
#detalle_producto #ficha_tecnica .titulo {
	float: left;
	font-size: 26px;
	color: #F19100;
}
#detalle_producto #ficha_tecnica .cuadro {
	float: left;
	width: 470px;
	margin-left: 40px;
	line-height: 23px;
	padding-bottom: 30px;
}
@media only screen and (max-width:1000px) { 
#detalle_producto #ficha_tecnica {
	width: 90%;
		padding-right: 5%;
	padding-left: 5%;
}
#detalle_producto #ficha_tecnica .titulo {
	float: none;
	width: 100%;
	text-align:center;
	padding-bottom:20px
}
#detalle_producto #ficha_tecnica .cuadro {
	float: none;
	width: 470px;
	margin-left: 0px;
	margin-right: auto;
	margin-left: auto;

}

}
@media only screen and (max-width:640px) { 
#detalle_producto #ficha_tecnica .cuadro {
	width: 100%;
}
}
#detalle_producto #ficha_tecnica .cuadro .linea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

#detalle_producto #ficha_tecnica .cuadro .linea .tit {
	width: 40%;
	float: left;
	font-weight: 700;
}
#detalle_producto #ficha_tecnica .cuadro .linea .txt  {
	width: 60%;
	float: right;
}
#detalle_producto .consultar {
	background-color: #333;
	border-radius: 10px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 135px;
}
#detalle_producto .consultar.ML {
	background-color: #F19100;
	margin-bottom: 10px;
}
@media only screen and (max-width:1000px) { 
#detalle_producto .consultar {
	float: none;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
}

#detalle_producto div.consultar:hover {
	background-color: #F39200;
}
#detalle_producto .consultar a {
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	padding-right: 15px;
}
#detalle_producto .consultar img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 15px;
}
#pie {
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	clear: both;
	width: 100%;
	max-width: 1200px;
	font-size: 15px;
}
#pie .izq {
	float: left;
}

@media only screen and (max-width:600px) { 
#pie .izq {
	display: none;
}
}
#pie .izq ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#pie .izq  ul li {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#pie .izq .col1 {
	float: left;
	padding-right: 50px;
}
#pie .izq .col1 a {
	color:#F09500;
	text-decoration:none
}
#pie .izq .col1 a:hover {
	color: #333;
}
#pie .izq .col2 {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#pie .izq .col3 {
	float: left;

}
#pie .izq .col2 a, #pie .izq .col3 a{
	color:#333;
	text-decoration:none
}
#pie .izq .col2 a:hover, #pie .izq .col3 a:hover{
	color: #F09500;
}
@media only screen and (max-width:1100px) { 
#pie .izq .col3 {
	display: none;
}
}
@media only screen and (max-width:730px) { 
#pie .izq .col1 {
	float: none;
}
#pie .izq .col2 {
	float: none;
}
}
#pie .der {
	float: right;
}
@media only screen and (max-width:600px) { 
#pie .der {
	width: 100%;
	text-align:center;
	border:none
}
}
#pie .der .col1 {
	float: left;
}

@media only screen and (max-width:950px) { 
#pie .der .col1 {
	display: none;
}
#pie .der .col2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
}
#pie .der .col1 img{
	width: 200px;
}
#pie .der .col2 {
	float: right;
	line-height: 25px;
	padding-right: 30px;
	padding-left: 40px;
}
#pie .der .col2 .logo {
	width: 220px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
@media only screen and (max-width:600px) { 
#pie .der .col2 {
	float: none;
	width: 100%;
	padding:0px;
	border:none
}
#pie .der .col2 .logo {
	width: 90%;
	max-width:280px
}
}
#pie .der .col2 .ico{
	float: left;
	margin-right: 7px;
	width:20px
}
#pie .der .col2 span {
	padding-left: 28px;
}

@media only screen and (max-width:600px) { 
#pie .der .col2 .ico{
	display: block;
	float:none;
	margin-left:auto;
	margin-right:auto
}
#pie .der .col2 span {
	padding-left: 0px;
}
}
#pie .der .col2 a {
	color:#333;
	text-decoration:none
}
#pie .der .ico_instagram {
	display:none
}
@media only screen and (max-width:600px) { 
#pie .der .ico_instagram {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px
}
}
#copy {
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
	font-size: 14px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#copy a{
	color:#333
}
#barra_navegacion {
	font-size: 14px;
}
#barra_navegacion a{
	color:#333;
	text-decoration:none
}
#barra_navegacion a:hover{
	color: #F39200;
}
.titulo_productos_peque {
	font-size: 20px;
	color: #F39200;
	text-align: center;
	text-transform: uppercase;
}
.titulo_productos_gde {
	font-size: 33px;
	color: #F39200;
	text-align: center;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.titulo_productos_sub {
	text-align: center;
	padding-bottom: 50px;
}
.titulo_productos_sub a{
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
}
.titulo_productos_sub a:hover{
	color: #F69206;
}
.bloque_producto {
	width: 319px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: center;
	cursor: pointer;
	margin-bottom: 40px;
	height: 360px;
	display: block;
	float: left;
}
@media only screen and (max-width:740px) { 
#productos .bloque_producto {
	width: 320px;
	border-right: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
}
.bloque_producto_hover {
	display: none;
	z-index: 5;
	height: 360px;
	width: 319px;
	position: absolute;
}
.bloque_producto_hover .mas{
	color: #FFF;
	font-size: 50px;
	height: 50px;
	width: 50px;
	line-height: 45px;
	background-color: #F39200;
	border-radius: 50%;
	text-align: center;
	font-weight: 300;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40%;
	opacity: 0.9
}
div.bloque_producto:hover .bloque_producto_hover {
	display:block
}
.bloque_producto .tipos {
	z-index: 2;
	width: 319px;
	position: absolute;
	text-align: left;
	padding-left: 25px;
	line-height: 25px;
	font-size: 14px;
}
.bloque_producto .tipos .nuevo {
	color: #FFF;
	background-color: #ed8e00;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bloque_producto .tipos .oferta {
	color: #FFF;
	background-color: #b90721;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bloque_producto .tipos .oportunidad {
	color: #FFF;
	background-color: #868789;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bloque_producto .tipos .usado {
	color: #FFF;
	background-color: #3b3a3f;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bloque_producto img {
	height: 270px;
	width: 270px;
	object-fit: contain;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bloque_producto .nombre {
	padding-left: 32px;
	padding-right: 32px;
	font-size: 20px;
	color: #F39200;
	text-transform: uppercase;
}
.bloque_producto .precio {
	color: #666;
	padding-top: 5px;
}
.bloque_producto .precio .anterior {
	color: #CCCCCC;
	text-decoration: line-through;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#menu li {
	background-color:#666
}
#menu li a{
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
#menu li a:hover {

}
#menu li li {
	background-color: #999;
}
@media only screen and (min-width:420px) { 
#productos {
	width: 320px;
	margin-right:auto;
	margin-left:auto
}
}
@media only screen and (min-width:740px) { 
#productos {
	width: 640px;
	margin-right:auto;
	margin-left:auto
}
}
@media only screen and (min-width:1060px) { 
#productos {
	width: 960px;
	margin-right:auto;
	margin-left:auto
}
}
@media only screen and (min-width:1380px) { 
#productos {
	width: 1280px;
	margin-right:auto;
	margin-left:auto
}
}
@media only screen and (min-width:1700px) { 
#productos {
	width: 1600px;
	margin-right:auto;
	margin-left:auto
}
}
@media only screen and (min-width:2020px) { 
#productos {
	width: 1920px;
	margin-right:auto;
	margin-left:auto
}
}
.textos {
	width: 100%;
	max-width: 1100px;
	margin-left:auto;
	margin-right:auto
}



@media only screen and (min-width:640px) { 
#productos_home {
	width: 640px;
	margin-right:auto;
	margin-left:auto
}
}
@media only screen and (min-width:1380px) { 
#productos_home {
	width: 1280px;
	margin-right:auto;
	margin-left:auto
}
}
@media only screen and (max-width:700px) { 
#productos_home .bloque_producto, #bicis .bloque_producto, #productos_home .bloque_producto_hover, #bicis .bloque_producto_hover{
	width: 49%;
	height: 220px;
	margin-bottom: 20px;
}
#productos_home .bloque_producto img,#bicis .bloque_producto img {
	height: 90%;
	width: 90%;
	max-height:150px;
	object-fit: contain;
	margin-top: 5px;
	margin-bottom: 5px;
}
}
@media only screen and (max-width:400px) { 
#productos_home .bloque_producto .nombre,#bicis .bloque_producto .nombre {
	font-size: 16px;
}
}
.caja_izq {
	float: left;
	line-height: 22px;
}
.caja_der {
	float: right;
	width:640px
}
.mapa {
	height: 200px;
	width: 640px;
}
@media only screen and (max-width:1000px) { 
.caja_izq {
	float: none;
	text-align:center;
	padding-bottom: 30px
}
.caja_der {
	float: none;
	width: 100%;
	text-align: center;
}
.mapa {
	height: 150px;
	width: 100%;
}

}
.titulo_dire {
	font-size: 20px;
	font-weight: 700;
}
.naranja {
	color: #D98200;
}
.subtitulo {
	font-size: 20px;
	color: #F39200;
}

#form_contacto {
	margin: 0px;
	padding: 0px;
}
#form_contacto .caja {
	color: #333;
	padding: 5px;
	width: 100%;
	border: 1px solid #CCC;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 15px;
	border-radius: 10px;
	font-size: 16px;
}
#form_contacto .bt_enviar {
	color: #FFF;
	border: none;
	font-family: 'Rubik', sans-serif;
	margin-top: 15px;
	border-radius: 10px;
	background-color: #F39200;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor:pointer
}
.destacado {
	font-size: 18px;
	color: #666;
	text-align: center;
	padding-bottom: 50px;
}
.titulo_home {
	font-size: 30px;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 50px;
}
#animacion {
	margin-top: 75px;
}
@media only screen and (max-width:1200px) { 
#animacion {
	margin-top: 60px;
}
}
#animacion .swiper-container{
	cursor:pointer
}
@media only screen and (max-width:1200px) { 
#animacion {
	margin-top: 60px;
}
}
#animacion .txt{
	color: #FFF;
	position: absolute;
	z-index: 2;
	padding-top: 200px;
	font-size: 27px;
	padding-left: 50px;
}
@media only screen and (max-width:1200px) { 
#animacion .txt{
	padding-top: 100px;
}
}
@media only screen and (max-width:850px) { 
#animacion .txt{
	padding-top: 50px;
}
}
#animacion .txt .titulo{
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	padding-bottom: 10px;
}
#animacion .diapo {
	width: 100%;
}
@media only screen and (max-width:720px) { 
#animacion .diapo {
	width: 100%;
	height:400px;
	object-fit: cover;
}
#animacion .txt{
	padding-left: 20px;
}
}
#animacion .mas{
	color: #FFF;
	font-size: 50px;
	height: 50px;
	width: 50px;
	line-height: 45px;
	background-color: #F39200;
	border-radius: 50%;
	text-align: center;
	font-weight: 300;
	opacity: 0.9;
	margin-top: 20px;
}
@media only screen and (max-width:640px) { 
#bicis {
	margin-right:auto;
	margin-left:auto
}
}
#bicis .responsive{
	display:none
}
@media only screen and (max-width:1380px) { 
#bicis .noresponsive{
	display:none
}
#bicis .responsive{
	display:block
}
}
#banner_reparacion {
	clear: both;
	margin-top: 10px;
}
#banner_reparacion img {
	width: 100%;
	height: 300px;
	object-fit: cover
}
#banner_reparacion .txt {
	color: #FFF;
	position: absolute;
	z-index: 2;
	padding-top: 70px;
	font-size: 20px;
	padding-left: 100px;
	font-weight: 300;
}
#banner_reparacion .titulo1 {
	color: #F19100;
	font-size: 33px;
	font-weight: 400;
}
#banner_reparacion .titulo2 {
	font-size: 45px;
	font-weight: 700;
}
@media only screen and (max-width:1200px) { 
#banner_reparacion .txt {
	padding-left:50px
}
}
@media only screen and (max-width:650px) {

#banner_reparacion .txt {
	padding-left: 20px;
	padding-top: 130px;
}
}
@media only screen and (max-width:400px) {

#banner_reparacion .txt {
	padding-left: 20px;
	padding-top: 180px;
	font-size:16px
}
#banner_reparacion .titulo1 {
	color: #F19100;
	font-size: 22px;
	font-weight: 400;
}
#banner_reparacion .titulo2 {
	font-size: 30px;
	font-weight: 700;
}
}
#banner_trayectoria  {
	margin-top:20px
}
#banner_trayectoria .txt{
	color: #F39200;
	position: absolute;
	z-index: 2;
	padding-top: 120px;
	font-size: 35px;
	right: 0px;
	padding-right: 100px;
}
@media only screen and (max-width:900px) { 
#banner_trayectoria .txt{
	padding-right: 50px;
}
}
#banner_trayectoria .txt .titulo{
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
}
#banner_trayectoria img{
	width:100%;
	height:400px; 
	object-fit:cover
}
@media only screen and (max-width:640px) { 
#banner_trayectoria .txt{
	padding-top: 120px;
	font-size: 25px;
	padding-right: 20px;
}
#banner_trayectoria .txt .titulo{
	font-size: 35px;
}
#banner_trayectoria img{
	height:270px; 
}
}
