@import url(fuentes/fuentes.css);
@import url(/components/Font-Awesome/web-fonts-with-css/css/fontawesome-all.min.css);
/*
Estilos estructura

 */

.productos{
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: 'AvenirLTStd-Light';
}
.productos .col-sm-4{
	padding-bottom: 20px;
}
.productos .descripcion-producto{
	border: 1px solid #eeeeee;
	margin-bottom: 30px;
}
.productos .imagen-producto{
    text-align: center;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
	min-height: 203px;
}
.productos .pedido{
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.productos .introduccion{
	padding-left: 10px;
	padding-right: 5px;
}
.productos h4{
	padding-left: 10px;
}
.productos .pedido a{
	text-decoration: none;
	color: #000000;
}
.productos .pedido a:hover{
	color: #FF7300;
}
.productos .imagen-producto img{
	text-align: center;
	width: 200px;
}
.productos h2{
	background: #FF7300;
	color: #ffffff;
	margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
	font-size: 20px;
	font-family: 'AvenirLTStd-Light';
	padding-left: 10px;
}
.productos tbody tr a{
	display: block;
}
.activo{
	border-left: 4px #0556E5 solid;
    background: #eeeeee;
}
.productos th a{
	color: #000000;
	text-decoration: none;
	font-family: 'AvenirLTStd-Light';
}
.productos th a:hover{
	color: #0556E5;
}
.padding-content{
	padding-top: 40px;
	padding-bottom: 40px;
}
.productos .buscar-producto i{
	color: #000000;
	font-size: 18px;
}
.padding-content a{
	text-decoration: none;
}
.detalle-producto .caja-imagenes{
	border:1px solid #CCCCCC;
	background: #ffffff;
}
.detalle-producto .imagen-grande{
	display: table;
	width: 100%;
	text-align:center;
}
.detalle-producto .imagen-grande div{
	display: table-cell;
	vertical-align: middle;
	height: 380px;
	padding: 10px;
}
.detalle-producto .imagen-grande img{
	
	max-height: 100%;
	max-width: 100%
}
.detalle-producto .imagenes-producto{
	border-right:1px solid #CCCCCC;
}
.detalle-producto .imagenes-producto .imagen{
	height: 80px;
	background: #EEEEEE;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
} 
.detalle-producto .imagenes-producto .imagen:last-child{
	border-bottom: 0;
}
.detalle-producto .imagenes-producto .imagen:hover{
	background: #FF7300;
}
.detalle-producto .imagenes-producto .imagen img{
	max-height: 100%;
	max-width: 100%;
	
}
.numero{
	width: 100px;
	padding-bottom: 20px;
}
.numero .boton-carrito{
	padding: 6px;
}
.anadir-pedido a{
	border: 1px solid #0556E5;
	color: #0556E5;
	text-decoration: none;
	padding: 10px;
	font-family: 'AvenirLTStd-Light';
}
.detalle-producto{
	padding-top: 40px;
	padding-bottom: 40px;
}
.descripcion{
	font-size: 16px;
	color: #333333;
	font-family: 'AvenirLTStd-Light';
}
.descripcion h3{
	position: relative;
	font-size: 40px;
}
.descripcion h3::after{
	content: " ";
	width: 70px;
	position: absolute;
	border-top: 1px solid #ffffff;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
}
.contedor-general{
	margin-top: 162px;
}
.fondo-paralax{
	background: url(/skins/page/images/fondo-frase.jpg) #333333 no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}
.fondo-paralax .descripcion{
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 300;
}


.fondo-imagen{
	background: url(/skins/page/images/fondo-personas.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fondo-blanco{
	background: #FFFFFF;
}
.fondo-gris-content{
	background: #EEEEEE;
}
.fondo-claro{
	background: url(/skins/page/images/fondo-claro.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fondo-oscuro{
	background: url(/skins/page/images/fondo-oscuro.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 9;
}
.fondo-claro-parallax{
	background: url(/skins/page/images/fondo-claro.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fondo-oscuro-parallax{
	background: url(/skins/page/images/fondo-oscuro.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 9;
}


.fondo-blanco{
	background: #ffffff;

}
.fondo-gris-content{
	background: #f5f5f5;
}

.caption-fondo-oscuro{
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	top:0px;
	bottom: 0px;
	left: 0;
	z-index: -1;
	padding-top: 90px;
}
.fondo-blanco h2,.fondo-gris-content h2,.fondo-claro h2,.fondo-claro-parallax h2, .fondo-blanco-derecha h2, .fondo-blanco-izquierda h2{
	color: #009292;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-align: left;
}
.fondo-oscuro h2,.fondo-oscuro-parallax h2{
	text-shadow: 1px 1px 1px #000000;
	color: #009292 ;
	text-align: center;
}
.fondo-oscuro .descripcion ,.fondo-oscuro-parallax .descripcion{
 	text-shadow: 1px 1px 1px #000000;
 	color: #FFFFFF;
}
.fondo-blanco h2{
	text-align: center;
	color: #000000;
}

.image-content {
    max-width: 50%;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

.fondo-blanco-izquierda .image-content{
	max-width: 50%;
    float: left;
    margin-right: 15px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.fondo-blanco-derecha .image-content{
	max-width: 50%;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

/* Fin Estructura*/
header{
	background: #FFFFFF;
  	position: fixed;
  	width: 100%;
    top: 0px;
    z-index: 99999;
}

header .logo{
	max-width: 100%;
}
header .fondo-botonera{
	width: 100%;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
header nav ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
}

header label{
	color: #009292;
    font-family: 'BrandonGrotesque-Bold';
    font-size: 18px;
    font-weight: 100;
    margin-top: 38px;
}

header nav ul li{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: -3px;
	border-right: 1px #ccc solid;
	font-size: 16px;

}
header .fondo-botonera nav ul li a{
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	font-size: 18px;
	padding: 0 6px;
	font-family: 'AvenirLTStd-Book';
}
header nav:hover ul li a:hover{
	text-decoration: none;
	color: #ffffff;
	background:  #0556E5;
	position: relative;
	
}
header .redes{
	display: inline-block;
    vertical-align: middle;
    margin-top: 35px;
	padding-bottom: 20px;
	width: 100%;
}
header .redes img{
	max-width:30px;
	padding-bottom: 3px;
}

header .redes a{
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
}

#myCarousel{
	margin-top:80px;
}
#myCarousel img {
	height: 350px !important;
	object-fit: cover;
}
.lineas{
	margin-top: 30px;
}

.lineas h1{
	font-size: 50px;
	font-family: 'AvenirLTStd-Book';
}
.cuadro-lineas h3{
	color:#009292;
	font-family: 'BrandonGrotesque-Bold';
	text-transform: uppercase;
}
.lineas .linea{
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	border: 1px #009292 solid;
	margin: 5px;
}
.lineas article{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 245px;
	
	font-size: 18px;
	font-family: 'AvenirNextLTPro-UltLtCn';
	text-align: left;
}
.lineas article h4{
	font-size: 18px;
	font-family: 'AvenirLTStd-Roman';
}

.lineas .bombillo img{
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	max-width: 100%;
	height: 250px;
	object-fit: contain;
}

.lineas .boton-productos a{
	color: #FFFFFF;
	background: #FF7300;
	padding: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border:none;
	font-family: 'AvenirLTStd-Light';
}
.lineas .boton-productos{
	margin-top: 16px;
}
.lineas a:hover{
	background: #0556E5;
	color: #ffffff;
	text-decoration: none;
}
.lineas .titulo{
	font-size: 20px;
	height: 30px;
}
.botones-azules{
	background: #0556E5;
	color: #ffffff;
	padding: 8px;
	font-family: 'AvenirLTStd-Light';
}
.botones-azules:hover{
	color: #ffffff;
	text-decoration: none;
	background: #000000;
}

.lineas .cuadro-lineas:hover .bombillo img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.inicio{
	margin-top: 40px;
    background: url(/skins/page/images/foto-naranja.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 31px;
	padding-bottom: 20px;
	position: relative;
}
 
.inicio article{
	 font-family: 'brandon_grotesquelight';
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	width: 80%;
	margin-bottom: 10px;
}
.inicio article h3{
	font-size: 50px;
	font-family: 'AvenirLTStd-Book';
}
.inicio article p{
	margin-bottom: 0px;
	font-size: 18px;
	font-family: 'AvenirLTStd-Light';
}

.inicio img{
	margin-top: -23px;
    max-width: 10%;
    margin-bottom: 30px;
}
.inicio .linea{
	width: 50px;
	margin-top: 5px;
	border: 1px #009292 solid;
}
.energia{
	background: #038913;
	text-align: left !important;
	
}
.energia .espacio{
	padding-left: 50px;
	padding-right: 50px;
}
.energia h3{
	font-size: 50px;
	color: #FFFFFF;
	text-align: left !important;
	font-family: 'AvenirLTStd-Book';
}
.energia .btn-productos{
	padding-top: 100px;
	padding-left: 100px;
}
.energia .boton-productos{
	color: #ffffff;
	background: #FF7300;
	padding: 8px;
	text-decoration: none;
}
.energia .boton-productos:hover{
	background: #0556E5;
}
.energia p{
	color: #ffffff;
	font-family: 'AvenirLTStd-Light';
	font-size: 16px;
}
.energia .text-left{
	padding-top: 40px;
	padding-bottom: 40px;
}
footer{
	background: #555555;
	padding-top: 20px;
}

footer h3{
	font-family: 'AvenirLTStd-Book';
	color:#ffffff;
	font-size: 20px;
	margin-left: 42px;
}

footer ul li{
	display: block;
	list-style: none;
}
footer ul li img{
	width: 30px;
}

footer article{
	color:#ffffff;;
	text-align: left;
	font-size: 16px;
	padding-left: 45px;
	font-family: 'AvenirLTStd-Light';
}

footer .fondo-oscuro{
	margin-top: 10px;
	padding-top:10px;
	padding-bottom: 10px;
	color:rgba(255,255,255,0.8);
	font-family: 'brandon_grotesquelight';
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

footer .fondo-oscuro img{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	margin-right: 10px;
}

footer .fondo-oscuro span{
	font-size: 18px;
	font-family: 'AvenirLTStd-Light';
}
footer .logo-footer{
	max-width: 100%;
	margin-top: 25px;
}
.pantallalinea{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.pantallalinea .video {
    position: absolute;
   	right: 33px;
    top: 30px;
}
#clientes .cajaClientes img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    max-width:100px;
    margin: 5px 5px 10px;
    border-radius: 5em;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.4);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.4);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.carousel_inner ul {
    position: relative;
    left: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 9999px;
}
#carousel_clientes #left_scroll, #carousel_clientes #right_scroll {
    display: inline-block;
    font-size: 30px;
    margin: 20px;
}
.pantallalinea .video .videoinicio{
	width: 610px;
    height: 350px;
}
.pantalla{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: -1;
}

.pantalla .video {
    position: absolute;
   	right: 33px;
    top: 30px;
}
.pantalla .video .videoinicio{
	width: 610px;
    height: 350px;
}
.content_video{
	background: #555555;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin-top:130px;
	margin-right:-11px; 
}

.content_video h3{
	color: #009292;
	text-align: left;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.content_video .linea-titulo{
	width: 100px;
	 font-family: 'brandon_grotesquelight';
	border:1px  #009292 solid;
	text-align: left;
	margin-bottom: 10px;
}
.content_video article{
	color: #FFFFFF;
	 font-family: 'brandon_grotesquelight';
	 text-align: left;
	 font-size: 16px;
}
.item{
	position: relative;
}
#myCarousel .carousel-inner .item{
	    background: rgba(0,0,0,0.8)!important;
}
#myCarousel .carousel-caption {
	padding-top: 105px;
}


#myCarousel .carousel-caption h3{
	font-size: 50px;
	font-family: 'AvenirLTStd-Book';
}
#myCarousel .carousel-caption article{
	text-align: center;
	font-family: 'brandon_grotesquelight';
	color: #FFFFFF;
	font-size: 19px;
}

#nosotros{
	padding-top: 32px;
    height: 160px;
	width: 100%;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#nosotros h1{
	display: inline-block;
	vertical-align: middle;
	font-family: 'AvenirLTStd-Book';
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 30px;
	border: 1px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#nosotros .linea{
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	border: 1px #009292 solid;
	margin: 5px;
}

#nosotros article{
	text-align: center;
	font-family: 'brandon_grotesquelight';
	color: #333333;
	width: 60%;
	font-size: 18px;
}

#nosotros img{
	max-width:100%;
}

#valor{
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(/skins/page/images/banner-generamos.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#nosotros h2{
	display: inline-block;
	vertical-align: middle;
	font-family: 'BrandonGrotesque-Bold';
	color: #ffffff;
	text-transform: uppercase;
	font-size: 34px;
	margin-bottom: 30px;
}

#nosotros h2 span{
	color: #009292;
}

#valor article{
	text-align: center;
	font-family: 'brandon_grotesquelight';
	color: #ffffff;
	width: 60%;
	font-size: 18px;
}
#valor h2{
	display: inline-block;
	vertical-align: middle;
	font-family: 'BrandonGrotesque-Bold';
	color: #ffffff;
	text-transform: uppercase;
	font-size: 34px;
	margin-bottom: 30px;
}
#valor h2 span{
	color: #009292;
}
#valor img{
	max-width:100%;
}


#metodologia{
	padding-top: 50px;
	
	
}

#metodologia article{
	text-align: center;
	font-family: 'brandon_grotesquelight';
	color: #333333;
	width: 60%;
	font-size: 18px;
}
.whatss{
       position: fixed;
    left: 1%;
    z-index: 9;
    top: 51%;
    width: 48px;
}
.whatss img{
    width: 50px;
}
#metodologia img{
	max-width:100%;
}

#metodologia h2{
	display: inline-block;
	vertical-align: middle;
	font-family: 'BrandonGrotesque-Bold';
	color: #555555;
	text-transform: uppercase;
	font-size: 34px;
	margin-bottom: 30px;
}
#metodologia h2 span{
	color: #009292;
}

.subtitulo-categoria{
	    color: #009292!important;
    font-family: 'BrandonGrotesque-Bold';
    text-align: left!important;
    text-transform: uppercase;
    border-bottom: 1px #009292 solid;
    padding-bottom: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.cuadro-imagen{
	border:1px #cccccc solid;
	width: 50%;
	height: 150px;
	margin-bottom: 10px;
}
.cuadro-imagen .central{
	width: 50%;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
}
.cuadro-imagen img{
	max-width: 100%;
}
#equipo{
	padding-top: 140px;
	background: url(/skins/page/images/fondo-redes.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding-bottom: 60px;
}

#equipo h1{
	display: inline-block;
	vertical-align: middle;
	font-family: 'BrandonGrotesque-Bold';
	color: #555555;
	text-transform: uppercase;
	font-size: 34px;
	margin-bottom: 30px;
}

#equipo .linea{
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	border: 1px #009292 solid;
	margin: 5px;
}

#equipo article{
	text-align: center;
	font-family: 'brandon_grotesquelight';
	color: #333333;
	
	font-size: 18px;
}

#equipo img{
	max-width:100%;
}

#equipo .linea-equipo{
	border-bottom: 3px #009292 solid;
	width: 50px;
	margin-top: 15px;
}
#contacto{
	padding-top: 50px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#contacto .row .row{
	padding-left: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.lineas article p{
	font-family: 'AvenirLTStd-Light';
	color: #6C6E70;
	text-align: center !important;
}
#contacto h1{
	display: inline-block;
	vertical-align: middle;
	font-family: 'BrandonGrotesque-Bold';
	color: #555555;
	text-transform: uppercase;
	font-size: 34px;
	margin-bottom: 30px;
}

#contacto .linea{
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	border: 1px #009292 solid;
	margin: 5px;
}

#contacto article{
	text-align: left;
	color: #333333;
	margin-top: 44px;
	font-size: 18px;
	font-family: 'AvenirLTStd-Light';
}
#contacto article strong{
	color:#009292;
}
#contacto img{
	max-width:100%;
}
#contacto .descripcion-contacto{
	margin-bottom: 15px;
	margin-top:0px;
	margin-left: 15px;
	font-family: 'AvenirLTStd-Light';
}
#contacto .linea-equipo{
	border-bottom: 3px #009292 solid;
	width: 50px;
	margin-top: 15px;
	font-family: 'AvenirLTStd-Light';
}
.mapa{
	margin-top: 40px;
	width:100%;
	height: 300px;
}
#formulario{
	margin-top: 10px;
}
#formulario input[type="text"] {
	width: 100%;
	font-family: 'AvenirLTStd-Light';
	margin-bottom: 10px;
	border:1px #ccc solid;
}
#formulario input[type="email"] {
	width: 100%;
	font-family: 'AvenirLTStd-Light';
	margin-bottom: 10px;
	border:1px #ccc solid;
}
#formulario input[type="number"] {
	width: 100%;
	font-family: 'AvenirLTStd-Light';
	margin-bottom: 10px;
	border:1px #ccc solid;
}

#formulario .form-check label{
	font-weight: 100; 
	padding-left: 0px;
	font-family: 'AvenirLTStd-Light';
	padding-top: 7px;
}

#formulario textarea{
	width: 100%;
	font-family: 'AvenirLTStd-Light';
	resize: none;
	margin-bottom: 10px;
	background: #ffffff;
}

#formulario #botoncontacto{
	margin-bottom: 15px;
	margin-top: 20px;
	width: 100%;
	font-family: 'AvenirLTStd-Light';
	background: #0556E5;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
}

.envio{
	text-align: center;
	font-family: 'AvenirLTStd-Light';
	margin-top: 10px;
	color: #009292;
}

#lineas-interna{
	padding-bottom: 30px;
}

#lineas-interna h2{
	color:#009292;
	font-family: 'brandon_grotesquelight';
	font-size: 20px;
}
#lineas-interna h3{
	color:#009292;
	font-family: 'brandon_grotesquelight';
	font-size: 20px;
}
#lineas-interna article{
	font-size: 18px;
	font-family: 'brandon_grotesquelight';
}

.creemos, .hacemos{
	margin-top: 150px;
}

.lineas-logos{
	display: inline-block;
	vertical-align: middle;
	width: 300px;
}

.logo-linea{
	margin-bottom: 15px;
}

#mensaje{
	resize: none;
	border: 1px #009292 solid;
	height: 70px;
}

.boton-verde{
	background: #009292;
	border: none;
	color: #ffffff;
	width: 100%;
	margin-top: 5px;
}
.franjamenu{
	display: none;
}
.cerrar{
	display: none;
}
.redesresponsive{
	display: none;
}
.logo-responsive{
	display: none;
}
.formulario-linea-responsive{
	display: none;
}
.carousel-caption p{
	font-size: 25px;
}
#detalle-carrito{
	position: absolute;
	z-index: 99;
	width: 320px;
	right: 0;
	float: right;
	max-height: 300px;
	background: #ffffff;
	overflow: auto;
}
#detalle-carrito .imagen-detalle img{
	height: 50px;
    width: 50px;
}
.detalle-carrito .boton-detalle i{
	font-size: 20px;
	padding-top: 10px;
}
#detalle-carrito h2{
	background: #FF7300;
	margin: 0;
	font-size: 21px;
	color: #FFFFFF;
	font-weight: 300;
	font-family: 'AvenirLTStd-Book';
	padding: 5px;
}
.detalle-carrito .row{
	padding-bottom: 20px;
}
.menu-carrito .fa-angle-down{
	right: 0;
    position: absolute;
    padding-top: 4px;
    padding-right: 43px;
    font-size: 25px;
    color: #ffffff;
	z-index: 999;
	display: block;
}
.menu-carrito .fa-times{
	right: 0;
    position: absolute;
    padding-top: 6px;
    padding-right: 17px;
    font-size: 22px;
    color: #ffffff;
	z-index: 999;
	display: block;
}
.cotizacion{
	padding-bottom: 30px;
	padding-top: 30px;
}
.detalle-cotizacion{
	padding-bottom: 110px;
}
.detalle-cotizacion img{
	height: 30px;
	width: 30px;
}
.detalle-cotizacion .row{
	border: 1px solid;
}
.boton-cotizacion .btn-primary{
	background: #0556E5;
	border: none;
	font-family: 'AvenirLTStd-Book';
}
.boton-cotizacion .btn-primary:hover{
	background: #FF7300;
}
.boton-detalle-carrito .btn-success{
	background: #0556E5;
	border: none;
	font-family: 'AvenirLTStd-Book';
}
.boton-detalle-carrito .btn-success:hover{
	background: #FF7300;
}

@media (max-width:1024px) and (min-width:0px)
{
	#myCarousel .carousel-caption .introduccion{
		font-size: 30px;
		margin-top: 0px;
	}
	.content_video{
		width: 260px;
	}
	footer #newsletter input{
		width:280px;
	}
	.lineas-logos{
		display: inline-block;
    	vertical-align: middle;
    	width: 210px;
	}
	#mensaje { 
    resize: none;
    border: 1px #009292 solid;
    height: 70px;
    width: 77%;
    margin-bottom: 10px;
	}
	header nav ul li{
		margin-left: 5px;
		margin-right: 5px;
	}
	header .logo{
		max-width:100%;
	}
}
@media (max-width:990px) and (min-width:0px)
{
	header nav ul{
		display: none;
		width: 260px;
	    height: 100%;
	    background: #ffffff;
	    right: 0;
	    position: fixed;
	    z-index: 1000;
	    top: 0;
	    overflow: auto;
	    color: #FFFFFF;
	    margin-top: 0;
	    padding:0px;
	}
	.logo-noresponsive{
		display: none;
	}
	.logo-responsive{
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px #FFFFFF solid;
	}
	header nav ul li{
		display: block;
		border-bottom:1px #0556E5 solid;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	header .fondo-botonera nav ul li a{
		color: #0556E5;
	}
	.cerrar{
		display: block;
		background: #555555;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	header .redes{
		display: none;
	}
	.redesresponsive{
		display: block;
		margin-top:10px;
	}
	header .redesresponsive img {
		max-width: 30px;
		padding-bottom: 3px;
	}
	#myCarousel .carousel-caption .introduccion{
		font-size: 20px;
		margin-top: 0px;
	}
	#myCarousel .carousel-caption article{
		font-size: 16px;
	}
	.lineas article{
		height: 230px;
	}
	.cuadro-lineas{
		margin-bottom: 25px;
	}
	.redesinicio .facebook{
		width: 350px;
		margin-bottom: 10px;
	}
	.redesinicio .twitter{
		width: 350px;
		margin-bottom: 10px;
	}
	.redesinicio .linkedin{
		width:  350px;
		margin-bottom: 10px;
	}
	.content_video{
		width: 95%;
		margin-right: 0px;
		margin-top: 0px;
	}
	footer #newsletter input{
		width: 100%;
	}
	footer #newsletter button{
		margin-top: 10px;
	}
	footer #newsletter{
		padding-bottom: 30px;
	}
	.franjamenu{
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		background: #555555;
	}
	footer{
		text-align: center;
	}
	footer nav ul li img{
		display: none;
	}
	footer article{
		padding-left: 0px;
		text-align: center;
	}
	.contedor-general {
		margin-top: 155px;
	}
	.energia .btn-productos{
		padding-left: 55px;
	}
	.productos .descripcion-producto {
		border: 1px solid #eeeeee;
		margin-bottom: 30px;
	}
	.logo-responsive{
		text-align: center;
	}
}
@media (max-width:768px) and (min-width:0px)
{
	.lineas-logos{
		width: 100%;
	}
	.logo-linea{
		display: inline-block;
	    vertical-align: middle;
	    width: 200px;
	}
	.formulario-linea{
		display: none;
	}
	.formulario-linea-responsive{
		display: block;
	}
	.creemos, .hacemos{
		margin-top: 50px;
	}
	#mensaje{
		width: 100%;
    	margin-bottom: 0px;
	}
	header .logo{
		max-width: 300px;
	}
	header label{
		margin-top: 8px;
	}
	.lineas article{
		height: auto;
	}
	.logo-responsive .logo{
		max-width: 100%;
	}
	header nav ul li a{
		color: #FFFFFF;
	}
	.logo-responsive{
		padding-bottom: 0px;
	}
	.lineas .boton-productos {
		margin-top: 96px;
	}
}
@media (max-width:767px) and (min-width:0px){
	.contedor-general {
		margin-top: 142px;
	}
	.energia .btn-productos {
		/* padding-top: 100px; */
		margin-top: -130px;
		margin-left: -51px;
	}
	.carousel-caption p {
		font-size: 20px;
	}
	.lineas .boton-productos {
		margin-top: 30px;
	}
}
@media (max-width:713px) and (min-width:0px){
	.carousel-caption p {
		font-size: 17px;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img {
		line-height: 1;
		height: 230px;
	}
}
@media (max-width:487px) and (min-width:0px){
	.carousel-caption p {
		font-size: 14px;
	}
	#nosotros{
		padding-top: 45px;
	}
}
@media (max-width:425px) and (min-width:0px)
{
   #carousel_clientes1 .carousel_inner ul li{display: initial;}
      #carousel_clientes1  .carousel_inner{display: contents;}
	#myCarousel {
	    margin-top: 150px;
	}
	.lineas .boton-productos {
		margin-top: 70px;
	}
	.equipo{
		margin-bottom: 10px;
	}
	
	.subtitulo-categoria{
		font-size:24px;
	}
	.pantallalinea .video{
		right: 20px;
	    top: 14px;
	    width: 90%;
	}
	.pantallalinea .video .videoinicio {
    width: 100%;
    height: 205px;
	}
	.pantalla img{
		max-width:100%;
	}
	.pantalla .video {
    	right: 20px;
	    top: 14px;
	    width: 90%;
	}
	.pantalla .video .videoinicio {
    width: 100%;
    height: 205px;
	}
	.lineas article{
		height: auto;
	}
	.redesinicio .twitter{
		width:90%;
	}
	.redesinicio .facebook{
		width:90%;
	}
	.redesinicio .linkedin{
		width: 90%;
	}
	.lineas h1{
		font-size: 40px;
	}
}
@media (max-width:391px) and (min-width:0px)
{
	.lineas article p{
		font-size: 17px;
	}
	.lineas .boton-productos {
		margin-top: 120px;
	}
}
@media (max-width:372px) and (min-width:0px){
	#nosotros h1{
		font-size: 32px;
	}
}
@media (max-width:320px) and (min-width:0px)
{
	.pantalla .video .videoinicio {
	    width: 100%;
	    height: 150px;
	}
	.pantalla .video {
		right:13px;
	}
	.content_video{
		margin-left: -15px;
	}
	.inicio article{
		font-size: 18px;
	}
	.lineas article{
		height: auto;
	}
}
