body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #4b4b4b;
    background: #e6e6e6;
}
a {
    color: #fff;
}
a:hover {
    color: #fff;
}
p {
    margin: 0 0 20px;
}
h2 {
    font-size: 7em;
    color: #fbb748;
    font-weight: bold;
}
h3 {
    font-size: 5em;
    color: #fbb748;
    font-weight: bold;
}
h4 {
    font-size: 3em;
    color: #fbb748;
    font-weight: bold;
    cursor: pointer;
}
h4:hover {
    color: #d09431;
}
.home {
    width: 100%;
    background: url(../img/home.jpg) no-repeat center;
    background-size: cover;
    padding-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.flecha {
    width: 84px;
    height: 43px;
    background: url(../img/flecha.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -42px;
    bottom: 40px;
    
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx{
    from {bottom:40px;}
    65% {bottom:55px;}
    to {bottom:40px;}    
}
    
@-moz-keyframes Floating{
    from {bottom:40px;}
    65% {bottom:55px;}
    to {bottom:40px;}  
}

.navbar-nav>li>a:hover {
    background: none;
}
.navbar {
    color: #fff;
    background:#000;
    background: rgb(0,0,0) transparent;
    background: rgba(0,0,0,0.5);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    zoom: 1;
}
.navbar ul li a:hover {
    color: #fbb748;
}
.navbar ul li.active a {
    color: #fbb748;
    border-bottom: 1px dashed #fbb748;
}
.navbar ul li a {
    padding-bottom: 7px;
}
.navbar .pull-left {
    margin-top: 5px;
}
.navbar .pull-left a:hover {
    border-bottom: 1px dashed #fbb748;
    color: #fbb748;
    text-decoration: none;
}
.navbar p {
    margin: 0 0 10px;
}
.navbar-nav.navbar-right {
    font-size: 13px;
    margin-top: 5px;
}
.horario {
    margin-right: 30px !important;
}
.icon-bar {
    background-color: #fbb748;
}
.navbar-toggle {
    background:#000;
    background: rgb(0,0,0) transparent;
    background: rgba(0,0,0,0.5);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    zoom: 1;
}
.logo {
    width: 260px;
    height: 257px;
    display: block;
    background: url(../img/logo.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    top: 50%;
    margin-top: -180px;
}
.logo-pq {
    width: 130px;
    height: 44px;
    display: inline-block;
    background: url(../img/logo-pq.png) no-repeat;
    text-indent: -9999px;
    margin-top: 3px;
    margin-right: 30px;
}
.intro {
    text-align: center;
    font-weight: lighter;
    top: 50px;
    padding-top: 70px;
    padding-bottom: 50px;
}
.separador-intro {
    height: 23px;
    background: url(../img/separador.png) no-repeat center;
}
#contacto .separador-intro {
    margin: 40px 0;
}
.nosotros {
    padding-top: 30px;
    background: url(../img/img1.png) no-repeat 80px 155px;
}
.cuadro {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 20px;
}
.servicio-tecnico {
    width: 1170px;
    margin: auto;
    position: relative;
    text-align: center;
}
.mask {
    width: 100%;
    height: 750px;
    background: url(../img/mask.png) no-repeat;
    position: absolute;
    top: 0;
}
.cuadro a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.marca a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.marca:hover a img {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.mapa {
    width: 100%;
    height: 500px;
}
.servicios {
    padding-top: 50px;
}
.servicios {
    background: url(../img/img2.png) no-repeat 800px 240px;
}

.galeria-justify {
    display: none;
}
#galeria {
    margin-bottom: 50px;
    padding-top: 50px;
}
#galeria ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#galeria ul li {
    position: relative;
    margin-bottom: 15px;
}
#galeria ul li a.img {
    display: block;
    border: 1px solid;
}
#galeria ul li a img {
    
}

.contact-form input {
    width: 49%;
    float: left;
    padding: 12px 15px;
    height: auto;
    border-bottom: 4px solid #ccc;
}
.contact-form input:first-child {
    margin-right: 2%;
}
.contact-form textarea {
    height: 200px;
    margin-top: 2%;
    border-bottom: 4px solid #ccc;
    padding: 12px 15px;
}
.submit {
    background-color: #fbb748;
    color: #fff;
    border: none;
    border-bottom: 4px solid #d09431;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 35px;
    float: right;
    margin-top: 2%;
}
.submit:active {
    border-top: 2px solid #fbb748;
    border-bottom: 2px solid #d77e1e;
}
.resul {
    float: left;
    margin-top: 22px;
    color: #fbb748;
}
.contacto {
    padding-bottom: 30px;
}
.contacto h2 {
    margin-bottom: 40px;
}
.siguenos span {
    display: inline-block;
    vertical-align: top;
    margin: 15px 10px 0 0;
}
.siguenos a {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 10px;
}
.copyright {
    text-align: center;
}

/* HELPERS */
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.top-50 {
    margin-top: 50px;
}
.gradient {
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top,  #e6e6e6 0%, #d4d4d4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#d4d4d4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e6e6e6 0%,#d4d4d4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e6e6e6 0%,#d4d4d4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e6e6e6 0%,#d4d4d4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e6e6e6 0%,#d4d4d4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
}
.separador {
    width: 100%;
    border-bottom: 1px solid #fbb748;
    margin: 40px 0;
    z-index: 1;
    position: relative;
}
.separador a {
    width: 20px;
    height: 15px;
    display: block;
    float: right;
    background-color: #fbb748;
    margin-top: -15px;
}
.separador a:before {
    content: '';
    width: 0; 
	height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    margin: 4px 3px;
}
.separador a:hover:before {
    border-bottom-color: #e1e1e1;
}
.underline {
    border-bottom: 1px dashed #4b4b4b;
}
.rojo {
    color: #fbb748;
}
.mobile {
    display: none;
}
.no-mobile {
    display: block;
}
.tablet {
    display: none;
}
.no-tablet {
    display: block;
}

/* PACE - PAGELOAD*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
    
    width: 100%;
  height: 100%;
  background: #222;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fbb748;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 5px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fbb748, 0 0 5px #fbb748;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: solid 2px transparent;
  border-top-color: #fbb748;
  border-left-color: #fbb748;
  border-radius: 50%;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

.inherit {
    color: inherit;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/loader.gif) no-repeat center center}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(../img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}

@media (min-width: 768px) and (max-width: 1185px) {
    .servicio-tecnico {
        width: 100%;
    }
    .mask {
        height: 100%;
    }
}
@media (max-width: 992px) {
    h2 {
        font-size: 6em;
    }
    .navbar-nav.navbar-right {
        font-size: 11px;
    }
    .horario {
        margin-right: 0 !important;
    }
    .tablet {
        display: block;
    }
    .no-tablet {
        display: none;
    }
}
@media (max-width: 768px) {
    .mobile {
        display: block;
    }
    .no-mobile {
        display: none;
    }
    h2 {
        font-size: 5em;
    }
    .intro {
        font-size: 30px;
    }
    .nosotros, .servicios {
        background-position: bottom right;
    }
    .servicio-tecnico {
        width: 100%;
    }
    .mask {
        display: none;
    }
    .navbar {
        background: none;
    }
    .logo-pq {
        display: none;
    }
    .navbar ul li a {
        text-align: center;
    }
    .navbar-collapse.collapse.in {
        background:#000;
        background: rgb(0,0,0) transparent;
        background: rgba(0,0,0,0.5);
        -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
        zoom: 1;
    }
    .horario {
        margin-left: 10px !important;
    }
    .navbar-nav .align-right {
        float: right !important;
        margin-right: 10px !important;
    }
}
@media (max-width: 600px) {
    .logo {
        width: 130px;
        height: 128px;
        margin-left: -65px;
        background-size: 100%;
        margin-top: -90px;
    }
}
@media (max-width: 480px) {
    h2 {
        font-size: 4em;
    }
    .intro {
        font-size: 24px;
    }
    .contact-form input {
        width: 100%;
        margin-right: 0;
    }
    .contact-form input:first-child {
        margin-bottom: 2%;
    }
}