body {
  background: #555;
  color: #FFF;
  font-family: Lato, Arial, sans-serif;
}
.container {
  color: #222;
}
header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1100px;
  margin-left: -550px;
  z-index: 200;
  height: 100px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
header .col-sm-3 .logo {
  width: 180px;
  height: 36px;
  display: block;
  margin: 2em;
  background: url(images/logo/innovapps.png) center center no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header .col-sm-7 ul {
  float: right;
  margin: .7em 2em 0 0;
}
header .col-sm-7 ul.info {
  font-size: 80%;
  color: #FFF;
  margin-right: 2.2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header .col-sm-7 ul.info li {
  margin-left: 3em;
}
header .col-sm-7 ul.info li i {
  font-size: 85%;
}
header .col-sm-7 nav ul {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header .col-sm-7 nav ul li a {
  color: #FFF;
}
header .col-sm-7 nav ul li a:hover {
  text-decoration: none;
}
header .col-sm-7 nav ul li a.active {
  text-decoration: underline;
}
header a {
  color: #FFF;
}
header a:hover {
  color: #FFF;
}
header a:focus {
  text-decoration: none;
}
header.fixed {
  z-index: 300;
  height: 54px;
  position: fixed;
  background: url(images/bg-sh.png);
  padding: 10px 0;
}
header.fixed .col-sm-3 .logo {
  margin: 0 2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header.fixed ul.info {
  margin-top: -40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header.fixed nav ul {
  margin: 0 2em 0 0;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header.fixed a:active {
  text-decoration: underline;
}
.container {
  max-width: 1130px;
}
#home {
  position: relative;
}
#home #slideshow {
  height: 584px;
  overflow: hidden;
}
#home #slideshow .slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 584px;
  padding-top: 300px;
}
#home #slideshow .slide h2 {
  font-weight: bold;
  color: #FFF;
  font-size: 3em;
  padding: 0 2em;
  line-height: 1em;
}
#home #slideshow .slide h2 small {
  color: #FFF;
  display: block;
}
#home #slideshow .slide-1 {
  background-image: url(images/secc/01-slide-1.jpg);
}
#home #slideshow .slide-2 {
  background-image: url(images/secc/01-slide-2.jpg);
}
#home #slideshow .slide-3 {
  background-image: url(images/secc/01-slide-3.jpg);
}
#home #slideshow .cycle-pager {
  position: absolute;
  top: 50%;
  background-image: url(images/sym/flechas2.png);
  background-repeat: no-repeat;
  width: 43px;
  height: 92px;
  display: block;
  text-indent: -9999px;
  z-index: 101;
  margin-top: -46px;
}
#home #slideshow .cycle-prev {
  background-position: left center;
  left: 0;
}
#home #slideshow .cycle-next {
  background-position: right center;
  right: 0;
}
.rojo {
  color: #bd1522;
}
.sep-1,
.sep-2,
.sep-3,
.sep-4,
.sep-5 {
  height: 44px;
  z-index: 200;
  position: relative;
  background-repeat: no-repeat;
}
.sep-1 {
  background-image: url(images/secc/sep-1.png);
}
.sep-2 {
  background-image: url(images/secc/sep-2.png);
}
.sep-3 {
  background-image: url(images/secc/sep-3.png);
}
.sep-4 {
  background-image: url(images/secc/sep-4.png);
}
.sep-5 {
  background-image: url(images/secc/sep-5.png);
}
.sep-top {
  background-position: center top;
  margin-top: -44px;
}
.sep-bottom {
  background-position: center bottom;
  margin-bottom: -44px;
}
#intro {
  min-height: 488px;
  background: #FFF;
  padding-top: 60px;
}
#intro h1 {
  height: 88px;
  background: url(images/secc/02-titulo.png) center left no-repeat;
  text-indent: -9999px;
  margin: 0 0 38px 107px;
}
#intro .boxes .box h3 {
  font-size: 1.4em;
  color: #999;
}
#intro .boxes .box p {
  color: #888;
  font-size: .8em;
  line-height: 1;
}
#intro .boxes .box ul {
  color: #888;
  font-size: .8em;
  line-height: 1;
  margin-left: -2em;
}
#intro .boxes .box .btn-default {
  color: #bd1522;
  border-color: #bd1522;
  border-radius: 0;
  padding: .4em 3em;
  font-size: 1em;
}
#intro .boxes .box .btn-default:hover {
  color: #FFF;
  background: #bd1522;
}
#experiencia {
  background: #bd1522;
  color: #FFF;
  min-height: 482px;
}
#experiencia h1 {
  padding-left: 3em;
  font-size: 200%;
  font-weight: bold;
  padding-top: 60px;
  margin-top: 0;
}
#experiencia h3 {
  font-size: 1.4em;
}
#experiencia p {
  font-size: .8em;
  line-height: 1.2;
  min-height: 12em;
}
#experiencia .boton {
  margin: 40px 0 70px;
  text-align: center;
}
#experiencia .boton .btn-default {
  color: #FFF;
  border-color: #FFF;
  border-radius: 0;
  padding: .4em 3em;
  font-size: 1em;
  background: transparent;
}
#experiencia .boton .btn-default:hover {
  color: #bd1522;
  background: #FFF;
}
#representaciones {
  background: #ECECEC;
  min-height: 200px;
}
#representaciones h1 {
  padding-left: 3em;
  font-size: 200%;
  font-weight: bold;
  margin-top: 60px;
}
#representaciones .logos {
  padding-left: 6em;
  width: 700px;
  margin: 2em 0;
}
#representaciones .logos a {
  float: left;
  border-radius: 10px;
  margin: 0 55px 45px 0;
  border: 1px solid #FFF;
}
#empresa {
  background: #F15A25;
  position: relative;
  min-height: 480px;
  color: #FFF;
}
#empresa .texto {
  padding-left: 6em;
  width: 25em;
  padding-top: 20px;
  position: relative;
  z-index: 102;
}
#empresa .texto h1 {
  font-size: 200%;
  font-weight: bold;
}
#empresa .texto h3 {
  font-size: 140%;
  font-weight: bold;
}
#empresa .texto p {
  font-size: 80%;
  margin-bottom: 3em;
  line-height: 1.3;
}
#empresa figure {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  width: 664px;
  height: 480px;
}
#empresa figure img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#empresa figure a {
  position: absolute;
  z-index: 101;
  display: block;
  width: 20px;
  height: 20px;
}
#empresa figure span {
  position: absolute;
  z-index: 101;
  bottom: 0;
  right: 0;
  display: block;
  width: 60%;
  text-align: left;
}
#servicios {
  background: #575757 url(images/secc/06-bg-2.jpg) right top no-repeat;
  min-height: 580px;
  color: #FFF;
}
#servicios .texto {
  padding-left: 6em;
  padding-top: 5em;
  width: 42em;
  min-height: 750px;
}
#servicios .texto h1 {
  font-size: 200%;
  font-weight: bold;
  margin-top: 60px;
}
#servicios .texto h3 {
  font-size: 140%;
  font-weight: bold;
}
#servicios .texto p,
#servicios .texto ul {
  font-size: 80%;
  margin-bottom: 3em;
  line-height: 1.3;
}
#servicios .texto ul {
  margin-top: 3em;
  padding-left: 1em;
}
#servicios .texto ul li {
  margin-bottom: .5em;
}
#contacto {
  background: #d7d7e2 url(images/secc/07-bg.jpg) right bottom no-repeat;
  min-height: 544px;
}
#contacto h1 {
  padding-left: 3em;
  font-size: 200%;
  font-weight: bold;
  margin-top: 60px;
}
#contacto form {
  padding: 2em 0 3em;
}
#contacto form .form-group {
  margin-bottom: 5px;
}
#contacto form .form-group .col-sm-9 {
  position: relative;
}
#contacto form .form-group span.error-no-valid {
  color: #AC2925;
  font-weight: bold;
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 8px -300px 0 0;
}
#contacto form .form-control {
  background: transparent;
}
#contacto form .form-control:focus {
  background: #FFF;
}
#contacto .info {
  text-align: center;
  padding-top: 150px;
}
#contacto .info p {
  margin-bottom: 40px;
}
#modalContacto .error-no-valid {
  color: #AC2925;
  font-size: 90%;
}
.boxes {
  margin-left: 62px;
}
.boxes .box {
  width: 235px;
  float: left;
  margin: 0 45px;
}
footer {
  background: #FFF;
  color: #000;
  padding: 3em 6%;
  font-size: 70%;
}
footer .col {
  float: left;
  width: 33%;
  line-height: 1;
}
footer form {
  float: left;
  width: 36%;
  height: 28px;
  line-height: 28px;
  position: relative;
}
footer form .input-group-sm > .form-control {
  font-size: inherit;
  height: 28px;
  background: #999;
  border-color: #777;
  color: #FFF;
}
footer form .input-group-sm > .input-group-btn {
  font-size: inherit;
  height: 28px;
}
footer form .input-group-sm > .input-group-btn > .btn {
  font-size: inherit;
  height: 28px;
  padding-top: 6px;
  margin-top: -3px;
}
footer form .form-control::-moz-placeholder {
  color: #CCC;
  opacity: 1;
}
footer form .form-control:-ms-input-placeholder {
  color: #CCC;
}
footer form .form-control::-webkit-input-placeholder {
  color: #CCC;
}
footer form span.error-no-valid {
  position: absolute;
  font-weight: bold;
  color: #AC2925;
  top: 0;
  left: 0;
  margin-top: -22px;
}
.animation-element {
  margin-top: 100px !important;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}
.in-view {
  margin-top: 0 !important;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 1180px) {
  #empresa figure {
    overflow: hidden;
    width: 60%;
    height: 530px;
  }
  #empresa figure span {
    width: 80%;
  }
  #empresa .texto {
    width: 42%;
  }
}
@media (max-width: 640px) {
  header {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  header .row .col-sm-3 {
    padding: 1em 0;
  }
  header .row .col-sm-3 .logo {
    width: 100%;
    background-size: contain;
    margin: 0;
  }
  header .row .col-sm-7 ul.info {
    display: none;
  }
  header .row .col-sm-7 nav {
    text-align: center;
  }
  header .row .col-sm-7 nav ul {
    float: none;
    margin: 0;
  }
  header.fixed {
    padding: 0;
    height: auto;
  }
  header.fixed .row .col-sm-3 {
    padding: 0.5em 0;
  }
  header.fixed .row .col-sm-7 nav {
    padding-bottom: 1em;
  }
  header.fixed .row .col-sm-7 nav ul {
    height: auto;
    line-height: 1;
  }
  #intro h1 {
    margin: 0 0.5em;
    background-size: contain;
    background-position: center center;
  }
  #intro .boxes {
    margin-left: 0;
    width: 325px;
    margin: 0 auto;
  }
  #intro .boxes .box {
    margin-bottom: 1em;
  }
  #empresa {
    position: relative;
  }
  #empresa .texto {
    padding: 2em 3em;
    width: 100%;
  }
  #empresa figure {
    position: relative;
    height: 480px;
    width: 100%;
    overflow: hidden;
  }
  #empresa figure span {
    bottom: auto;
    top: 0;
    width: 100%;
  }
  #experiencia h1 {
    padding-left: 1.5em;
  }
  #experiencia .boxes {
    width: 100%;
    margin: 0;
    padding: 0 3em;
  }
  #experiencia .boxes .box {
    width: 100%;
    float: none;
    margin: 0;
  }
  #experiencia .boxes .box img {
    width: 235px;
    margin: 0 auto;
    display: block;
  }
  #servicios .texto {
    padding: 0 3em;
    width: auto;
  }
  #contacto h1 {
    padding-left: 1.5em;
  }
  #contacto form {
    padding: 2em 3em;
  }
  footer .col {
    float: none;
    width: 100%;
    padding: 0 3em 1em;
  }
  footer .col ul {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  #home #slideshow .slide h2 {
    padding: 1em 1em 0 1em;
    font-size: 2.5em;
  }
}
