
@font-face{ font-family: 'Open Sans'}
@charset "UTF-8"; html{position:relative; min-height: 100%;}
body{ margin: 0px; overflow: auto; height: 100%; width: 100%; font-family: 'Open Sans'; position:absolute; background-color: #fff;}
a{text-decoration: none !important; color: #fff;}
area{outline: none;}
.goColor{color:#be001c;}
.goColor2{color:#bba777;}

::selection{background-color:#be001c;}



/*=========== LEFTBAR =============*/

#mobile-logo{
	height: 80px;
	width: 70px;
	background-image: url(img/logo-liftek.png);
	background-position:center;
	background-size: 70%;
	background-repeat:no-repeat;
	background-color: #fff;
	position:absolute;
	padding: 10px;
	border-radius: 2px;
	top: 10px;
	left: 10px;
	z-index: 40;
	display:none;
}

#mobile-menu{
	color: #fff;
    position: absolute;
    left: 10px;
    top: 117px;
    font-size: 15px;
    letter-spacing: 1px;
    background-image: url(img/icon-menu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    text-indent: 22px;
	cursor:pointer;
	z-index: 40;
	display:none;
}

#left-bar{
	position:fixed;
	width:10%;
	min-width: 200px;
	min-height: 650px;
	height: 100%;
	background-color: #be001c;
	transition: ease all .3s; -webkit-transition: ease all .3s;
	z-index: 50;
}

#logo{
	height: 200px;
	width: 100%;
	background-image: url(img/logo-liftek.png);
	background-position:center;
	background-size: 58%;
	background-repeat:no-repeat;
	background-color: #fff;
}
#menu{
}

#menu ul{ list-style: none; padding: 20px;}

#menu ul li{
	color:#fff; 
	height: 60px;
	background-image:url(img/whitebar.png); 
	background-repeat: no-repeat; 
	background-position: 0 40px; 
	background-size: 20%; 
}

#menu ul li a{ transition: ease all .3s; -webkit-transition: ease all .3s;}
#menu ul li a:hover{ color:#bba777;}


#contact{
	position:absolute;
	bottom: 10px;
	color: #fff;
	padding: 20px;
	font-family: 'Open Sans';
	font-size: 14px;
}

#address{ border-bottom: 2px solid #fff; padding-bottom: 10px;} 
#phone{ padding-top: 10px;} 
.bigphone{ font-size: 21px; font-weight: 800;}
#phone a{ transition: ease all .3s; -webkit-transition: ease all .3s;} 
#phone a:hover{ color:#bba777} 



/*=========== HOME CONTENT =============*/

#right-content{
	padding-left: 200px;
	box-sizing:border-box;
	width: 100%;
	height:100%;
	min-height: 680px;
	background-color: #000;	
}

#home{
	background-image: url(img/bg-home.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

#floating-elements{
	color: #fff;
	top: 32%;
	left: 90px;
	height: 300px;
	position:relative;
	width: 600px;
}

#floating-title{
	font-size: 50px;
	line-height: 55px;
	display: inline;
	background-color: #be001c;
}

#floating-text{
	background: rgba(255,255,255,.9);
    width: 620px;
    height: 220px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: -10px;
    margin-left: -13px;
}

#floating-text p{color: #4e4e4e; font-size: 14px; margin: 0;  margin-top: -5px;}

#home-logos{
	background-image: url(img/logos-home.png);
    background-size: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    width: 450px;
    height: 75px;
    display: inline-block;
}

#btn-equipos{
	float:right;
	margin-top: 0px;
	font-size: 18px;
	color:#bba777;
	transition: ease all .3s; -webkit-transition: ease all .3s;
}

#btn-equipos:hover{color: #bba777 !important;}

.plus{
	font-size: 30px; 
	color:#bba777;
	font-weight: 100;
    vertical-align: sub;	
}


/*=========== ABOUT CONTENT =============*/

#mobile-title{
	font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 800;
    position: absolute;
    right: 0;
    top: 170px;
    background-color: #be001c;
    padding: 2px 10px 2px 15px;
	display:none;
}


.sectionbg{
	background-color: #f1f1f1 !important;	
}


#about{
    background-image: url(img/bg-header.jpg);
	background-position: center;
}

.header{
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	height: 200px;
}

#section-left{
	float:left;
	width: 70%;
	background-color: #f1f1f1;
	padding: 70px;
	padding-top:35px;
	box-sizing:border-box;
}

#left-title{
	font-size:20px;
	color: #bba777;
	letter-spacing:2px;
	font-weight: 800;
}

#left-text{
	color: #4e4e4e;
	font-size: 14px;
	text-align:justify;
}

.about-destacado{
	font-size:16px;
	color: #bba777;
	letter-spacing:3px;
	font-weight: 800;
	text-align:justify;
}


#section-right{
	background-color: #fff;
	margin-top:-30px;
	width:30%;
	height: calc( 100% - 170px );
	box-sizing: border-box;
	float:right;
	padding: 20px;
}

#logos-equipos{
	background-size: 85%;
	background-image: url(img/logos-liftek.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	margin:auto;
	height: 200px;
	margin-top: 20px;
	margin-bottom:20px;
}

#line-breaker{
	height: 3px;
    width: 40px;
    background-color: #be001c;
    float: right;
	margin: 15px 0px;
}
#foto-about{
	background-size: cover;
	background-image: url(img/foto-about.jpg);
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	margin:auto;
	height: 200px;
	top: 40px;
	position:relative;
}


/*=========== ALQUILER CONTENT =============*/

.alquiler-detail{
	font-size: 16px;
	color: #be001c;
	height: 60px;
	font-weight:200;
    line-height: 50px;
	text-align: left;
}

.alquiler-icon{
	background-size: 90%;
	background-repeat:no-repeat;
	background-position: center;
	width: 45px;
	height: 45px;
	float:left;
	display:inline-block;	
	margin-right:10px;
}

.variedad{ background-image: url(img/icon-variedad.png); }
.estado{ background-image: url(img/icon-estado.png); }
.mantenimiento{ background-image: url(img/icon-mantenimiento.png); }
.baterias{ background-image: url(img/icon-baterias.png); }

#foto-alquiler1{
	background-size: cover;
	background-image: url(img/foto-alquiler1.jpg);
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	margin:auto;
	height: 200px;
	position:relative;
}
#foto-alquiler2{
	background-size: cover;
	background-image: url(img/foto-alquiler2.jpg);
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	margin:auto;
	height: 200px;
	top: 10px;
	position:relative;
}


/*=========== SERVICIOS CONTENT =============*/


#banner-anim{
    float: right;
    margin-right: 30px;
    margin-top: 30px;
    height: 110px;
    width: 290px;
	border-radius:4px;
	background-size: cover;
	background-position:bottom left;
	background-repeat:no-repeat;
	background-image:url(img/banner-anim.png);
	}

#servicios{
    background-image: url(img/bg-servicios.jpg);
	background-position: center bottom;
}

.section-services {
	padding: 0px !important; background-color: #000 !important;
}

.section-services ul {
	width: 100%;
	padding: 0px;
    margin: 0px;
}

.section-services ul li{
	list-style:none;
	width: 50%;
	float:left;
	height: 250px;
	background-size: cover;
	background-position:center;
	cursor:pointer;
	transition: ease all .3s;
	-webkit-transition: ease all .3s;
	position:relative;
}

.section-services ul li:hover .serv-hidden{
	/* opacity: 1; */
}

.serv-tecnico{background-image:url(img/servicios-servicio-tecnico.jpg);}
.serv-capacitacion{background-image:url(img/servicios-capacitacion.jpg);}
.serv-repuestos{background-image:url(img/servicios-repuestos.jpg);}
.serv-instalaciones{background-image:url(img/servicios-instalaciones.jpg);}
.serv-asesoramiento{background-image:url(img/servicios-asesoramiento.jpg);}
.serv-baterias{background-image:url(img/servicios-baterias.jpg);}


.serv-text{
	width: 100%;
    height: 100%;
    background-position: bottom;
    background-image: url(img/bg-shadow.png);
    background-repeat: repeat-x;
    color: #fff;
    text-indent: 25px;
    padding-top: 210px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 200;
}

.serv-plus{
	font-size: 30px;
    color: #bba777;
    font-weight: 100;
    float: right;
    margin-right: 20px;
    line-height: 25px;
}


.serv-hidden{
	width: 100%;
    height: 100%;
    background-color: rgba(187,167,119,.9);
    color: #fff;
    padding-top: 20%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 200;
    position: absolute;
	opacity:0;
	transition: ease all .3s;
	-webkit-transition: ease all .3s;
}


#right-title{
	font-size:20px;
	color: #bba777;
	letter-spacing:2px;
	font-weight: 800;
}

#right-text{
	color: #4e4e4e;
	font-size: 14px;
	text-align:justify;
}

#fotos-container {
	margin-top: 60px;
}

#fotos-container ul{
	padding:0px;
	margin:0px;
}

#fotos-container ul li{
	list-style: none;
    width: 50%;
    float: left;
    cursor: pointer;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
	transition: ease all .3s;
	-webkit-transition: ease all .3s;
	    margin-bottom: 3px;
}

#fotos-container ul li:hover{
	opacity:.7;
}

/*=========== EQUIPOS CONTENT =============*/


#equipos{
    background-image: url(img/bg-equipos.jpg);
	background-position: center bottom; margin-left: 60%;
}

.equipos-home{
	visibility:hidden;
}

.section-equipos {
	padding: 0px !important; background-color: #000 !important; margin-top: -200px;
}


.right-equipos{
	padding-top: 20px;
	height: 100% !important;
	margin-top: -200px !important;
	}
	
#right-text-equipos{
	color: #4e4e4e;
	font-size: 14px;
	text-align:justify;
	margin-top: 150px !important;
}


#equipos-raymond{background-image:url(img/bg-equipos-raymond.jpg);}
#equipos-bt{background-image:url(img/bg-equipos-bt.jpg);}
#equipos-alumalift{background-image:url(img/bg-equipos-alumalift.jpg);}

.cada-equipo{
	width: 100%;
	height: 260px;
	background-size: cover;
	background-position:center;
	position: relative;
	cursor: pointer;
	transition: ease all .3s;
	-webkit-transition: ease all .3s;
}

.cada-equipo:hover {
	opacity: .9;
}

.cada-equipo:hover .descripcion-equipos{ opacity: 1.5;}

.descripcion-equipos{
	top: 40px;
    left: 30px;
    width: 80%;
    font-size: 14px;
    color: #fff;
    position: absolute;
	opacity: 0;
	text-align:justify;
	padding:5px;
	background: rgba(0,0,0,.5);
}


#logo-raymond{ 
	width: 250px;
    height: 70px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/logo-raymond.png);
    top: 140px;
    left: 30px;
    position: absolute;
	z-index:30;
}
#logo-bt{ 
	width: 70px;
    height: 70px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/logo-bt.png);
    top: 130px;
    left: 30px;
    position: absolute;
	z-index:30;
}
#logo-alumalift{ 
	width: 220px;
    height: 70px;
    background-size: 90%;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url(img/logo-alumalift.png);
    top: 140px;
    left: 30px;
    position: absolute;
	z-index:30;
}

.equipos-ver{
	width: 100%;
    height: 100%;
    background-image: url(img/bg-shadow.png);
    background-position: bottom;
    background-repeat: repeat-x;
    position: absolute;
    text-align: right;
    padding-right: 20px;
    padding-top: 200px;
    box-sizing: border-box;
	color: #fff;
	font-size: 18px;
    font-weight: 200;
}

.equipos-ver2{
	width: 100%;
    height: 100%;
    background-image: url(img/bg-shadow2.png);
    background-position: bottom;
    background-repeat: repeat-x;
    position: absolute;
    text-align: right;
    padding-right: 20px;
    padding-top: 200px;
    box-sizing: border-box;
	color: #fff;
	font-size: 18px;
    font-weight: 200;
}

#siluetas{margin-top: 50px;}

.cada-silueta{width: 50%;float:left; height: 100px;}
.silueta{background-position:center; background-repeat:no-repeat; background-size: 80%; height: 100px; cursor:pointer;}

.silueta:hover{opacity: .7;}

#sil1{background-image: url(img/silueta-1.jpg);}
#sil2{background-image: url(img/silueta-2.jpg); background-size: 75%; }
#sil3{background-image: url(img/silueta-3.jpg); background-size: 70%; }
#sil4{background-image: url(img/silueta-4.jpg);}
#sil5{background-image: url(img/silueta-5.jpg);}
#sil6{background-image: url(img/silueta-6.jpg); background-size: 65%; }
#sil7{background-image: url(img/silueta-7.jpg); background-size: 65%; }
#sil8{background-image: url(img/silueta-8.jpg); background-size: 70%; }


/* ========================================================================== 
TOOLTIPS
========================================================================== */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
    padding: 8px;
    width: 140px;
    border-radius: 2px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 60px;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: 55px;
  bottom: -52px;
  border-top-color: rgba(0,0,0,.7);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -15px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}



/* ========================================================================== 
EQUIPOS · SECCIONES INDIVIDUALES
========================================================================== */

#logo-raymond-equipos{
	width: 220px;
    height: 70px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/logo-raymond-2.png);
    position: relative;
    z-index: 30;
}

#logo-bt-equipos{
	width: 70px;
    height: 70px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/logo-bt.png);
    position: relative;
    z-index: 30;
}

#logo-alumalift-equipos{
	width: 200px;
    height: 60px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/logo-alumalift.png);
    position: relative;
    z-index: 30;
}


#volver a{
	color: #bba777;
	float: right;
    font-size: 14px;
    margin-top: -30px;
    letter-spacing: 3px;
}

#equipos-container{
	width: 100%;
	margin:auto;
	background-color: #fff;
	padding: 20px;
	box-sizing:border-box;
	margin-top: 10px;
}

.cada-equipo-detail{
	width: 100%;
	margin-bottom: 30px;
	display:inline-table;
}

.equipo-img{
	width: 150px;
	height: 150px;
	margin-right: 20px;
	float:left;
	text-align:center;
	line-height: 120px;
}

.equipo-name{
	font-size: 18px;
	margin-top: 15px;
	color: #bba777;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-weight: 800;
}

.equipo-text{
	font-size: 14righpx; 
	color: #4e4e4e;
}

.equipo-masinfo{
	float:right;
	font-size: 15px;
	margin-top:10px;
	color: #999;
	margin-top: 15px;
}

.equipo-masinfo a{ color: #999;}