@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: 'OpenSans', Helvetica, Arial, sans-serif;
}
a{
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover{
  cursor: pointer;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
#navbar{
  display: block;
  position: fixed;
  width: 100%;
  height: 75px;
  color: #FFF;
  border-color: #FFF;
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

  background: white\9;
}
#navbar.scrolled{
  color: #2F366B;
  background: #FFF;
  height: 60px;
  border-color: #2F366B;
}
  #navbar::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29000000', endColorstr='#00000000',GradientType=0 );
  }
  #sombra {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 7px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #sombra.scrolled{
    opacity: 1;
  }
  #menubtn{
    position: absolute;
    display: none;
    font-size: 2em;
    left: 20px;
    top: 50%;
    margin: -18px 0px 0px 0px;
  }
  #menu{
    position: absolute;
    left: 50px;
    top: 50%;
    margin: -13px 0px 0px 0px;
    padding: 0px;
  }
    #menu li{
      font-family: 'BebasNeue-Bold';
      font-size: 1.4em;
      list-style: none;
      margin: 0px 30px 0px 0px;
      float: left;
    }
    #menu li a{
      color: inherit;
      text-decoration: none;
      outline: none;
      border-bottom: none;
    }
    #menu li a:hover{
      border-bottom: solid 2px;
    }
  .logomenu{
    position: absolute;
    top: 0px;
    right: 50px;
    width: 180px;
  }
#darkside{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 80;
}
#menumovil{
  position: fixed;
  display: block;
  height: 100%;
  background: #EEE;
  padding: 20px;
  z-index: 90;
  transform: translateX(-100%);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
#menumovil.desplegado{
  transform: translateX(-0);
}
 #menumovil ul{
   position: relative;
   display: block;
   margin: 50px 40px 0 0;
   padding: 0px;
   font-family: 'BebasNeue-Bold';
   font-size: 1.5em;
   color: #2F366B;
 }
 #menumovil ul li{
   list-style: none;
   margin-bottom: 10px;
 }
#inicio{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
  #header{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0px;
    padding: 50px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
  }
  .title{
    font-family: 'BebasNeue-Bold';
    font-size: 3em;
    line-height: 1em;
    color: #FFF;
    margin: 0px;
  }
  #header .contacto{
    position: absolute;
    display: inline-block;
    right: 0px;
    bottom: 0px;
    color: #FFF;
    font-size: 0.9em;
    margin: 0px;
    padding: 50px;
  }
  .contacto br{
    display: none;
  }
  .separador{
    display: inline;
  }
#preview{
  display: block;
  position: relative;
  width: 100%;
  background: #555;
  color: #FFF;
  text-align: center;
  padding: 50px 0px;
  box-sizing: border-box;
}
  #precontainer{
    position: relative;
    display: table;
    margin: auto;
  }
  .pregaleria{
    position: relative;
    display: table-cell;
    padding: 15px;
    width: 350px;
    box-sizing: border-box;
    text-align: left;
    font-size: 0.8em;
  }
  .vergaleria{
    display: block;
    font-family: 'BebasNeue-Bold';
    font-size: 1.5em;
    width: 100%;
    color: inherit;
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
    line-height: 1em;
    background: #888;
    text-decoration: none;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .vergaleria:hover{
    background: #00A1E4;
    cursor: pointer;
  }
.subtitle{
  font-family: 'BebasNeue-Bold';
  font-size: 2.2em;
  line-height: 1em;
  color: inherit;
  margin: 0px;
  padding: 0px;
}
.subsubtitle{
  font-family: 'BebasNeue-Bold';
  font-size: 1.5em;
  line-height: 1em;
  color: inherit;
  margin: 0px;
  padding: 0px;
}
.seccion{
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 40px;
  box-sizing: border-box;
  background: #00A1E4;
  color: #FFF;
}
#nosotros{
  display: block;
  position: relative;
  width: 100%;
  background: #EEE;
  background-image: url(src/wall1.png);
  background-repeat: no-repeat;
  background-position: left;
  color: #00A1E4;
  text-align: center;
  padding: 50px 0px;
  box-sizing: border-box;
  overflow: hidden;
}
  #slidecontainer{
    position: relative;
    display: inline-block;
    width: 1020px;
    height: auto;
  }
    .slide{
      display: table;
      width: 100%;
      height:100%;
    }
      .colx1{
        display: table-cell;
        width: 37%;
        margin: 0px;
        padding: 0px;
        text-align: left;
        vertical-align: middle;
      }
      .colx2{
        display: table-cell;
        width: 63%;
        margin: 0px;
        padding: 0px;
        text-align: left;
        vertical-align: middle;
      }
      .spacex1{
        display: table-cell;
        width: 5%;
        margin: 0px;
        padding: 0px;
      }
      .whiteframe{
        display: block;
        width: 100%;
        height: 100%;
        /*background: #FFF;*/
        padding: 15px;
        box-sizing: border-box;
      }
#destacados{
  display: block;
  position: relative;
  width: 100%;
  background: #555;
  background-image: url(src/wall2.jpg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 50px 0px;
  box-sizing: border-box;
  overflow: hidden;
}
  #cuadro{
    position: relative;
    display: block;
    width: 1020px;
    left: 50%;
    margin-left: -510px;
    padding: 25px;
    box-sizing: border-box;
    background: #EEE;
    height: 250px;
    text-align: left;
    font-family: 'BebasNeue-Bold';
    color: #2F366B;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
  }
    #cuadro p{
      display: inline-block;
      margin: 0px auto auto 0px;
      padding: 0px;
      width: 25%;
      font-size: 3em;
      line-height: 0.85em;
    }
  #container{
    width: 63%;
    margin-right: 8px;
    padding: 0px;
    float: right;
  }
  #carouselnext{
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em !important;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  #carouselnext:hover{
    cursor: pointer;
    color: #00A1E4;
  }
#footer{
  position: relative;
  display: block;
  width: 100%;
  /*background: #2F366B;*/
  background: #103080;
  padding: 15px 50px;
  box-sizing: border-box;
}
#footer .contacto{
  position: relative;
  display: inline-block;
  left: 0px;
  bottom: 0px;
  color: #FFF;
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
}
/* PORTFOLIO */
#marco{
  position: relative;
  display: inline-block;
  margin-top: 60px;
  width: 1020px;
  left: 50%;
  margin-left: -510px;
}
#clase{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  text-align: left;
  background: -moz-linear-gradient(top,  rgba(221,221,221,0) 90%, rgba(221,221,221,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(221,221,221,0) 90%,rgba(221,221,221,1) 100%);
  background: linear-gradient(to bottom,  rgba(221,221,221,0) 90%,rgba(221,221,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#dddddd',GradientType=0 );
}
#clase ul{
  display: inline-block;
  padding: 10px 0px;
  margin: 0px;
}
#clase ul li{
  list-style: none;
  float: left;
  padding: 10px;
}
#clase ul li a{
  font-family: 'BebasNeue-Bold';
  font-size: 1.5em;
  color: #DDD;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#clase ul li a:hover{
  color: #00A1E4;
}
  .active{
    color: #00A1E4 !important;
  }
#galería{
  display: block;
  position: relative;
  width: 100%;
}
.item{
  display: inline-block;
  width: 33%;
  height: 200px;
}
.itemh{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 161, 228, 0.7);
  opacity: 0;
  margin: 0px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.itemh:hover{
  opacity: 1;
}
.itemh p{
  position: absolute;
  display: block;
  bottom: 20px;
  left: 20px;
  margin: 0px;
  font-family: 'BebasNeue-Bold';
  font-size: 2.5em;
  line-height: 1em;
  color: #FFF;
}
#cinema{
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}
#pantalla{
  position: absolute;
  width: 1020px;
  height: 80%;
  left: 50%;
  top: 10%;
  margin-left: -510px;
  border: solid 3px #FFF;
  background-color: lightgrey;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.6);
  overflow: hidden;
  box-sizing: border-box;
}
#cerrar{
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  color: #FFF;
  font-size: 2.5em;
  z-index: 102;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#cerrar:hover{
  color: #00A1E4;
}
