/* Colors */
/* Services */
/* Gameup */
/* Pacssa */
/* KristaFilms */
/* KristaFilms */
/* Joker */
/* Contacto */
/* ADMIN */
/* Login Modal */
/* Breakpoints */
/* Paddings */
.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-top-150 {
  padding-top: 150px; }

.padding-bottom-150 {
  padding-bottom: 150px; }

.padding-top-200 {
  padding-top: 200px; }

.padding-bottom-200 {
  padding-bottom: 200px; }

.padding-top-250 {
  padding-top: 250px; }

.padding-bottom-250 {
  padding-bottom: 250px; }

.no-padding {
  padding: 0; }

header.desktop-header nav ul, nav#nav-mobile ul, .social--block ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  header.desktop-header nav ul li, nav#nav-mobile ul li, .social--block ul li {
    display: inline-block; }
    header.desktop-header nav ul li a, nav#nav-mobile ul li a, .social--block ul li a {
      display: block; }

a:hover, a:active, a:focus {
  text-decoration: none; }

.controls a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.login--modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

.login--modal .login__content .form-group {
  margin-bottom: 20px; }
.login--modal .login__content input, .login--modal .login__content textarea {
  padding: 20px; }
.login--modal .login__content .btn-submit {
  width: 100%;
  padding: 15px 0; }

/* Columns of Same Height */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-xs-top {
    vertical-align: top; }

  .col-xs-middle {
    vertical-align: middle; }

  .col-xs-bottom {
    vertical-align: bottom; } }
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-sm-top {
    vertical-align: top; }

  .col-sm-middle {
    vertical-align: middle; }

  .col-sm-bottom {
    vertical-align: bottom; } }
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-md-top {
    vertical-align: top; }

  .col-md-middle {
    vertical-align: middle; }

  .col-md-bottom {
    vertical-align: bottom; } }
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-lg-top {
    vertical-align: top; }

  .col-lg-middle {
    vertical-align: middle; }

  .col-lg-bottom {
    vertical-align: bottom; } }
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

.cover, section#dashboard .client--wrapper .client__info .logo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

body {
  font-family: 'Montserrat', sans-serif; }
  body.modal-open {
    overflow: hidden !important; }

a {
  color: black; }

.text-success {
  color: #3ea134; }

.form-control {
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid black;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */ }
  .form-control:focus, .form-control:active {
    border-color: black;
    box-shadow: none; }

header.desktop-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 25px 15px 0 15px; }
  @media (min-width: 767px) {
    header.desktop-header {
      padding: 40px 80px 0 80px; } }
  header.desktop-header .logo, header.desktop-header nav, header.desktop-header .menu {
    line-height: 50px; }
  header.desktop-header nav a {
    padding: 0 20px;
    color: black; }
  header.desktop-header .menu a {
    padding: 0 20px;
    display: inline-block;
    color: black;
    margin-right: -20px; }
    header.desktop-header .menu a.open img.closed {
      -moz-transform: translate(100%, 0%);
      -o-transform: translate(100%, 0%);
      -ms-transform: translate(100%, 0%);
      -webkit-transform: translate(100%, 0%);
      transform: translate(100%, 0%); }
    header.desktop-header .menu a .menu--wrapper {
      overflow: hidden;
      position: relative;
      width: 24px; }
      header.desktop-header .menu a .menu--wrapper .firstBar, header.desktop-header .menu a .menu--wrapper .secondBar, header.desktop-header .menu a .menu--wrapper .thirdBar {
        transition: all 0.35s linear;
        transform: rotate(0deg);
        transform-origin: 2px 50%; }
      header.desktop-header .menu a .menu--wrapper #menu-icon.open .firstBar {
        transform: rotate(45deg); }
      header.desktop-header .menu a .menu--wrapper #menu-icon.open .thirdBar {
        transform: rotate(-45deg); }
      header.desktop-header .menu a .menu--wrapper #menu-icon.open .secondBar {
        width: 0;
        opacity: 0; }
    header.desktop-header .menu a img {
      width: 24px;
      vertical-align: middle; }
      header.desktop-header .menu a img.closed {
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }

nav#nav-mobile {
  position: fixed;
  z-index: 11;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100px;
  padding: 0 80px;
  display: none; }
  @media (min-width: 992px) {
    nav#nav-mobile {
      display: none !important; } }
  nav#nav-mobile ul {
    margin-top: 95px;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0; }
  nav#nav-mobile li {
    display: block !important; }
    nav#nav-mobile li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    nav#nav-mobile li a {
      text-align: center;
      padding: 20px 15px;
      font-size: 24px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      nav#nav-mobile li a:hover, nav#nav-mobile li a:focus {
        font-weight: bold; }

@media (min-width: 992px) {
  .content--wrapper {
    opacity: 1 !important; } }

section {
  color: black;
  min-height: 100vh;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    section {
      padding: 100px 15px; } }
  section:before {
    font-size: 24em;
    opacity: 0.1;
    text-transform: uppercase;
    position: absolute;
    z-index: 0;
    bottom: -100px;
    left: -30px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    font-weight: bold;
    overflow: hidden; }
  @media (max-width: 767px) {
    section:before {
      font-size: 15em;
      bottom: 0;
      left: -70px; } }
  @media (max-width: 767px) {
    section .image--wrapper {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    section#dashboard {
      padding: 130px 15px; } }
  section#dashboard .client--wrapper .client__info .logo, section#dashboard .client--wrapper .client__info h1 {
    display: inline-block;
    vertical-align: middle; }
  section#dashboard .client--wrapper .client__info .logo {
    width: 55px;
    height: 55px;
    position: relative;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  section#dashboard .client--wrapper .client__info h1 {
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    padding-left: 85px; }
  section#dashboard .client--wrapper p {
    margin: 40px 0;
    font-size: 16px; }
  section#dashboard .progress--wrapper .hours--column:not(:last-child) {
    border-right: 2px solid #282d33; }
  section#dashboard .progress--wrapper .progress__hours {
    text-align: center; }
    section#dashboard .progress--wrapper .progress__hours h2 {
      margin: 15px 0;
      font-size: 3em; }
      section#dashboard .progress--wrapper .progress__hours h2.highlight {
        font-size: 4em;
        margin-top: 0; }
    section#dashboard .progress--wrapper .progress__hours span {
      font-size: 14px; }
  section#dashboard .progress--wrapper .progress__bar {
    height: 20px;
    /* Can be anything */
    position: relative;
    background: #1a1f24;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 3px 4px;
    margin-top: 30px; }
    section#dashboard .progress--wrapper .progress__bar span {
      display: block;
      height: 100%;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      background-color: #f5b018;
      position: relative;
      overflow: hidden;
      -webkit-animation-delay: 3s;
      /* Safari 4.0 - 8.0 */
      animation-delay: 3s;
      -webkit-animation: expandWidth 3s linear;
      /* Safari 4.0 - 8.0 */
      animation: expandWidth 3s linear; }
@keyframes expandWidth {
  0% {
    width: 0; } }
@-webkit-keyframes expandWidth {
  0% {
    width: 0; } }
    section#dashboard .progress--wrapper .progress__bar--extralimited span {
      background-color: red;
      -webkit-animation-delay: 3s;
      /* Safari 4.0 - 8.0 */
      animation-delay: 3s;
      -webkit-animation: expandWidthExtralimited 3s linear;
      /* Safari 4.0 - 8.0 */
      animation: expandWidthExtralimited 3s linear; }
@keyframes expandWidthExtralimited {
  0% {
    width: 0;
    background-color: #f5b018; }
  100% {
    background-color: red; } }
@-webkit-keyframes expandWidthExtralimited {
  0% {
    width: 0;
    background-color: #f5b018; }
  100% {
    background-color: red; } }
  section#dashboard .progress--wrapper .progress__info {
    padding: 15px;
    margin-bottom: 50px; }
  section#dashboard .activity--wrapper .activity__display {
    height: 55px;
    margin-bottom: 60px; }
    section#dashboard .activity--wrapper .activity__display h3, section#dashboard .activity--wrapper .activity__display .select__date {
      line-height: 55px;
      display: inline-block;
      width: auto; }
    section#dashboard .activity--wrapper .activity__display h3 {
      font-size: 18px;
      margin: 0; }
    section#dashboard .activity--wrapper .activity__display .select__dropdown {
      display: inline-block;
      text-transform: uppercase;
      padding: 10px 15px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      border: 2px solid white;
      background-color: transparent;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-transform: capitalize; }
      section#dashboard .activity--wrapper .activity__display .select__dropdown:hover, section#dashboard .activity--wrapper .activity__display .select__dropdown:active, section#dashboard .activity--wrapper .activity__display .select__dropdown:focus {
        color: #41494f;
        background-color: white; }
      section#dashboard .activity--wrapper .activity__display .select__dropdown span {
        margin: 0 10px 0 10px; }
  section#dashboard .activity--wrapper .activity__item {
    background-color: white;
    border-color: #FF8010; }
    section#dashboard .activity--wrapper .activity__item:nth-child(odd) {
      background-color: #f5f7fa; }
    section#dashboard .activity--wrapper .activity__item:hover, section#dashboard .activity--wrapper .activity__item:active, section#dashboard .activity--wrapper .activity__item:focus {
      background-color: #eeeeee;
      color: black; }
      section#dashboard .activity--wrapper .activity__item:hover a, section#dashboard .activity--wrapper .activity__item:active a, section#dashboard .activity--wrapper .activity__item:focus a {
        border-left-color: #f67300; }
    section#dashboard .activity--wrapper .activity__item p {
      margin: 0; }
  section#dashboard .activity--wrapper .activity__toggle {
    border-left: 3px solid transparent;
    padding: 15px;
    display: block;
    border-left-color: #f67300; }
    section#dashboard .activity--wrapper .activity__toggle:hover, section#dashboard .activity--wrapper .activity__toggle:active, section#dashboard .activity--wrapper .activity__toggle:focus {
      color: black; }
    section#dashboard .activity--wrapper .activity__toggle.collapsed {
      border-color: transparent; }
  section#dashboard .activity--wrapper .collapse.in .activity__description {
    border-left-color: #ffb676; }
  section#dashboard .activity--wrapper .activity__description {
    border: 1px solid #cbd2d6;
    background-color: #FFF;
    border-left: 3px solid transparent; }
    section#dashboard .activity--wrapper .activity__description__inner {
      padding: 20px 0; }
  section#dashboard .activity--wrapper ul.activity__story {
    padding-left: 60px;
    list-style-type: none;
    margin-bottom: 60px; }
    section#dashboard .activity--wrapper ul.activity__story li {
      position: relative;
      /* so that pseudoelements are positioned relatively to their "li"s*/
      /* use padding-bottom instead of margin-bottom.*/
      margin-bottom: 0;
      /* This overrides previously specified margin-bottom */
      padding-bottom: 2.5em; }
      section#dashboard .activity--wrapper ul.activity__story li:after {
        /* bullets */
        content: '';
        width: 22px;
        height: 22px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #ef7f1a;
        border: 6px solid #282d33;
        position: absolute;
        left: -41px;
        /*adjust manually*/
        top: 2px; }
      section#dashboard .activity--wrapper ul.activity__story li:before {
        /* lines */
        content: "";
        position: absolute;
        left: -31px;
        /* adjust manually */
        border-left: 2px solid #282d33;
        height: 100%;
        width: 2px; }
      section#dashboard .activity--wrapper ul.activity__story li:first-child:before {
        /* first li's line */
        top: 6px;
        /* moves the line down so that it disappears under the bullet. Adjust manually */ }
      section#dashboard .activity--wrapper ul.activity__story li:last-child:before {
        /* last li's line */
        height: 6px;
        /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */ }
  section#dashboard .activity--wrapper .activity__description {
    position: relative; }
    section#dashboard .activity--wrapper .activity__description .activity__date {
      color: #7f8386;
      padding-left: 3px; }
    section#dashboard .activity--wrapper .activity__description .activity__hours {
      position: absolute;
      right: 0;
      bottom: 0;
      color: #7f8386; }
    section#dashboard .activity--wrapper .activity__description .activity__text::after {
      content: '\f106';
      font-family: 'FontAwesome';
      display: inline-block;
      vertical-align: middle;
      padding: 0 15px;
      cursor: pointer; }
    section#dashboard .activity--wrapper .activity__description .activity__text.collapsed::after {
      content: '\f107'; }
  section#dashboard .activity--wrapper .activity__resume {
    text-align: center; }
    section#dashboard .activity--wrapper .activity__resume a {
      display: inline-block;
      text-transform: uppercase;
      padding: 10px 30px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      border: 2px solid white;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      section#dashboard .activity--wrapper .activity__resume a:hover, section#dashboard .activity--wrapper .activity__resume a:active, section#dashboard .activity--wrapper .activity__resume a:focus {
        color: #41494f;
        background-color: white; }

@media (max-width: 767px) {
  .content__block {
    padding: 0 !important;
    text-align: center; }
    .content__block p {
      text-align: left; } }
.content__block h2 {
  margin-bottom: 40px;
  margin-top: 0;
  font-size: 36px; }
.content__block p {
  margin-bottom: 55px;
  font-size: 16px; }
.content__block a {
  padding: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid white;
  display: inline-block; }
  .content__block a:hover, .content__block a:active, .content__block a:focus {
    color: white; }

.controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  z-index: 10;
  pointer-events: none; }
  @media (max-width: 992px) {
    .controls {
      display: none; } }
  .controls a {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid white;
    position: relative;
    pointer-events: all; }
    .controls a:hover, .controls a:focus {
      color: white; }
      .controls a:hover span, .controls a:focus span {
        opacity: 1;
        -moz-transform: translate(-200%, -50%);
        -o-transform: translate(-200%, -50%);
        -ms-transform: translate(-200%, -50%);
        -webkit-transform: translate(-200%, -50%);
        transform: translate(-200%, -50%); }
    .controls a span {
      opacity: 0;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .controls a i {
      margin: 0;
      line-height: 50px;
      width: 100%;
      text-align: center; }

.social--block {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 10; }
  .social--block a {
    padding: 5px 15px; }

/* Login Modal */
.modal-backdrop.in {
  opacity: 0.8; }

.login--modal .modal-content {
  border-radius: 0; }
.login--modal .modal-dialog {
  margin: 0 auto;
  padding: 0 15px;
  width: 430px;
  max-width: 100%; }
  @media (min-width: 992px) {
    .login--modal .modal-dialog {
      width: 430px; } }
.login--modal .modal-header {
  padding: 0; }
  .login--modal .modal-header .close {
    text-shadow: none;
    padding: 10px;
    color: white;
    opacity: 1; }
    .login--modal .modal-header .close:hover, .login--modal .modal-header .close:focus {
      opacity: .8; }
.login--modal .login__logo {
  padding: 30px 15px;
  text-align: center;
  background-color: #252525; }
  .login--modal .login__logo img {
    display: inline-block; }
.login--modal .login__content {
  padding: 50px 30px; }
  @media (max-width: 767px) {
    .login--modal .login__content {
      padding: 30px; } }
  .login--modal .login__content input {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px; }
  .login--modal .login__content .btn-submit {
    margin-top: 40px; }
  .login--modal .login__content h1 {
    margin: 0;
    margin-bottom: 40px;
    font-size: 22px; }

/* FullPage.JS / LightSlider Custom Styles */
@media (max-width: 767px) {
  .fp-auto-height-xs.fp-section {
    height: auto !important; } }

@media (max-width: 991px) {
  .fp-auto-height-sm.fp-section {
    height: auto !important; } }

.fp-slidesNav {
  z-index: 10; }
  @media (min-width: 992px) {
    .fp-slidesNav {
      display: none;
      opacity: 0; } }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  height: auto !important; }

.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -moz-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important; }

.lSSlideOuter .lSPager.lSpg > li a, .fp-slidesNav ul li a span {
  background-color: rgba(255, 255, 255, 0.4);
  width: 10px;
  height: 10px; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a,
.fp-slidesNav ul li a.active span, .fp-slidesNav ul li a:hover span {
  background-color: white;
  margin: 0;
  width: 10px;
  height: 10px; }

.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span, .fp-slidesNav ul li:hover a span {
  background-color: white;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px; }

.search-form a {
  border: 0; }
.search-form button {
  border: 0;
  border-radius: 0; }
  .search-form button:hover, .search-form button.active, .search-form button:focus {
    background-color: black;
    color: white; }

/*# sourceMappingURL=app.css.map */
