@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import url('https://fonts.googleapis.com/css?family=Hind+Madurai:500');

@font-face{
  font-family: Arboria-light;
  src: url('../fonts/Arboria-Light.otf');
  src: url('../fonts/Arboria-Light.ttf');
}

@font-face{
  font-family: Arboria-black;
  src: url('../fonts/Arboria-Black.otf');
  src: url('../fonts/Arboria-Black.ttf');
}

@font-face{
  font-family: Arboria-thin;
  src: url('../fonts/Arboria-Thin.otf');
  src: url('../fonts/Arboria-Thin.ttf');
}

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

body::-webkit-scrollbar { width:5px; background:#e3e0d6; } /* configurando scroll */
body::-webkit-scrollbar-track { background: rgba(0,0,0,0.1); }
body::-webkit-scrollbar-thumb { border-radius:5px; background:#d8ab08;  }
body::-webkit-scrollbar-track-piece{display: none;}

body {
    background-color: #5a5a5a;
  }

  * {
    margin: 0;
    padding: 0;
  }

.pre-load{
  width: 100%;
  height: 100vh;
  background-color: #262626;
  vertical-align: middle;
  position: fixed;
  z-index: 999;
  padding: 20em;
}

.modal .modal-dialog {
  margin-top: 1%;
  width: 95%;
  height: 97%;
  padding: 0px;
}

.modal .modal-content {
  height: 100%;
  border-radius: 0;
}


.modal .modal-header{
  height: 40px !important;
}

.modal .modal-header .modal-title{
  margin-top: -7px !important
}



/*
.pre-load img{
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;  
}
*/

.bgParallax{
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.fechar{
  color: #3e4148;
}

.btn-link{
  background: transparent !important;
  border: 0px !important;
  color: #f9ca00 !important;
  font-family: Arboria-light;
  letter-spacing: 0.3rem;
  font-size: 1.5rem !important;
}

.btn-link:hover{
  text-decoration: none !important;
  color: #fff !important;
}
  

.video{
  /*background-image: url("../imgs/bg-sobre.jpg");*/
  background-color: rgba(6,6,0,0.55);
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  padding-top: 0% !important;
  position: relative;

}


.view-mob{
  background-image: url("../imgs/play.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  padding-top: 0% !important;
  position: relative;
}

.logo-mob{
  height: 80vh;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.logo-mob img{
  margin-top: 40vh;
  width: 80%;
}

.video > .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; 
  width: 100%;
  height: 100vh;
  overflow: hidden; 
}
  
.video > .bg-video > video {
  width: 100%;
}

.view-desk{
  max-height: 1194px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.5);
  -moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.5);
  -ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.5);
  -o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.5);
  box-shadow:-20px 0 20px 5px rgba(0,0,0,0.5);
}


.view-desk .controls {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; 
  width: 100%;
  height: 10vh !important;
  overflow: hidden; 
}

.menu{
  background: #f9ca00;
  float: inherit;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.menu .lateral{
  background-color: #3e4148;
  height: 100vh;
}

.menu .home{
  font-family: Arboria-black;
}

.menu ul{
  font-family: Arboria-light;
  font-size: 5.5em;
  color: #5a5a5a;
  list-style: none;
  letter-spacing: 0.5rem;
}

.menu-mob ul{
  font-family: 'Titillium Web', sans-serif;
  font-size: 5rem !important  ;
  color: #5a5a5a;
  list-style: none;
}

.menu ul li a{
  text-decoration: none;
  color: #5a5a5a;
  
}

.menu ul li a:hover{
  color: #fff;
}

.menu .social{
  margin-top: 15vh;
}

.btn-menu{
  color: #3e4148;
}

.sobre{
  background-image: url("../imgs/bg-bio.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 720px !important;
  -webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.5);
  -moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.5);
  -ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.5);
  -o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.5);
  box-shadow:-20px 0 20px 5px rgba(0,0,0,0.5);
}
.inner-sobre{
  width: 100%;
  height: 100%;
  display: table-cell;
  
}

.inner-sobre .sobre-title{
  font-family: Arboria-light;
  text-align: right;
  line-height: 7rem;
  letter-spacing: 1rem;
  font-size: 8rem;
  color: #f9ca00;
  margin-top: 1.5em;
}

.sobre-title-mob{
  padding-top: 30px;
  font-family: Arboria-light;
  text-align: center;
  line-height: 4rem;
  font-size: 2em;
  color: #f9ca00;
}

.title-up{
  font-family: Arboria-light;
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 3.5rem;
  letter-spacing: 0.3rem;
  color: #f9ca00;
  margin-top: 11em;
  width: 550px !important;
}

.title-up-mob{
  font-family: Arboria-light;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #f9ca00;
}

.text{
  font-family: Arboria-thin;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2rem;
  line-height: 2.3rem;
  color: #fff;
  width: 85%;
  max-width: 500px;
}

.text-mob{
  padding: 25px;
  font-family: Arboria-thin;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #fff;
}

.portfolio{
  width: 100%;
  height: 110vh;
  min-height: 720px !important; 
}

.portfolio .inner-portfolio{
  width: 100%;
  height: 110vh;
}

.portfolio .inner-portfolio .jobs{
  margin-top: 7.5vh;
  height: 95vh; 
  width: 80%;
}

.portfolio .inner-portfolio .jobs-mob {
  vertical-align: middle;
  margin-top: 5vh;
  margin-bottom: 5vh !important;
}

.jobs .job a{
  width: 25%;
  height: 23.75vh; 
  float: left;
  overflow: hidden;
  position: block;
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.col-xs-6{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.job-mob{
  background-color: #f9ca00;
}

.job-mob-u{
  padding-bottom: 5vh;
}

.job-mob a{
  width: 100%; 
  float: left;
  position: block;
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.jobs .job a img{
  float: left;
  min-height: 23.75vh;
}

.grid-hover{
  width: 24.3%;
  height: 23.75vh;
  max-height: 258px;
  background-color: transparent;
  color: transparent;
  position: absolute;
  overflow: hidden;
  z-index: 99;
  float: left; 
  transition-duration: 0.7s;
  vertical-align: middle;
  text-align: center;
}

.grid-hover p{
  margin-top: 23%;
  font-size: 15px;
  font-family: Arboria-black;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px !important;
  padding: 10px;
}

.grid-hover:hover{
  background-color: rgba(0,0,0,0.55);
  visibility: visible;
  color: #fff;
}

.grid-hover-u{
  width: 24.3%;
  height: 23.75vh;;
  background-color: transparent;
  color: transparent;
  position: absolute;
  overflow: hidden;
  z-index: 99;
  float: left; 
  transition-duration: 0.7s;
  vertical-align: middle;
  text-align: center;
}

.grid-hover-u p{
  margin-top: 23%;
  font-size: 15px;
  font-family: Arboria-black;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px !important;
  padding: 10px;
}

.grid-hover-u:hover{
  background-color: rgba(0,0,0,0.55);
  visibility: visible;
  color: #fff;
}


/*
.jobs .job:hover{
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}*/

.contato{
  background-image: url("../imgs/bg-contato.jpg");
  background-size: cover;
  background-position: center;
  display: table;
  width: 100vw;
  height: 500px !important;
  overflow: hidden;
  -webkit-box-shadow: 0px -7px 14px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -7px 14px -5px rgba(0,0,0,0.75);
  box-shadow: 0px -7px 14px -5px rgba(0,0,0,0.75);
	background-repeat: repeat-x;
}

.contato:hover{
  animation: animatedBackground 20s linear infinite;
}

@keyframes animatedBackground {
	0% { background-size: 100%; }
  50% { background-size: 120%; }
  100% { background-size: 100%; }
}

.contato-mob{
  background-image: url("../imgs/bg-contato.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden;
  -webkit-box-shadow: 0px -7px 14px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -7px 14px -5px rgba(0,0,0,0.75);
  box-shadow: 0px -7px 14px -5px rgba(0,0,0,0.75); 

}

.contato-mob > .container{
  padding-top: 10%; 
}

@media(max-width: 320px) {
  .contato-mob > .container{
      padding-top: 5%; 
    }

    .container .ende-mob p{
      font-family: Arboria-black;
      color: #fff;  
      font-size: 11px !important;
      letter-spacing: 0.3rem;  
    }

    .container .tel p{
      width: 300px;
      font-family: Arboria-black;
      color: #fff;
      font-size: 18px !important;
      letter-spacing: 0.3rem;  
    }

    .container .email-mob p{
      font-family: Arboria-light;
      color: #fff;
      font-size: 12px !important;
      letter-spacing: 0.1rem;
    }
}

@media(max-height: 533px){
  .contato-mob > .container{
    padding-top: 3% !important; 
  }

  h1.sal-mob{
      margin-top: -10px;
      margin-bottom: 10px;
  }
}

.contato-mob > .container .endereco h2{
    margin-left: -15px;
    font-family: Arboria-thin;
    color: #fff;
    font-size: 2rem;
    margin-top: -10px;
    letter-spacing: 0.1rem;
}

.inner-contato{
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.inner-contato .box{
  margin-top: 3em;
}

.inner-contato .endereco{
  font-family: Arboria-light;
  color: #fff;
}

.inner-contato .endereco h1{
  font-family: Arboria-black;
  max-width: 340px;
  color: #fff;
  font-size: 6rem;
  letter-spacing: 0.2rem;
}

.container .endereco .sal-mob{
  font-family: Arboria-black;
  color: #fff;
  font-size: 6rem;
  letter-spacing: 0.2rem;
  font-size: 5rem;
}

.inner-contato .endereco h2{
  width: 340px;
  font-family: Arboria-thin;
  color: #fff;
  font-size: 2.5rem;
  margin-top: -10px;
  letter-spacing: 0.1rem;
}

.inner-contato .endereco > p{
  font-family: Arboria-thin;
  color: #fff;
  letter-spacing: 0.5rem !important; 
  font-size: 4rem;
  line-height: 1em;
  
}

.container .endereco > p{
  font-family: Arboria-thin;
  color: #fff;
  letter-spacing: 0.5rem !important; 
  font-size: 4rem;
  line-height: 1em;
  padding: 0;
}

.inner-contato .ende-md{
  margin-top: -15px;
  min-width: 460px;
}

.inner-contato .email a:hover{
  text-decoration: none;
}

.inner-contato .email a:link{
  text-decoration: none;
}

.inner-contato .ende p{
  width: 400px;
  font-family: Arboria-black;
  color: #fff;  
  font-size: 20px;
  letter-spacing: 0.3rem;
}

.container .ende-mob p{
  max-width: 350px;
  font-family: Arboria-black;
  color: #fff;  
  font-size: 14px;
  letter-spacing: 0.3rem;  
}

.inner-contato .tel p{
  width: 300px;
  font-family: Arboria-black;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.3rem;  
}

.container .tel p{
  width: 300px;
  font-family: Arboria-black;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.3rem;  
}

.inner-contato .email p{
  font-family: Arboria-light;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1rem;
}



.container .email-mob p{
  font-family: Arboria-light;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1rem;
}

.line{
  width: 2px;
  height: 350px;
  background-color: #ffdd19;
  transform: rotate(40deg);
}

.line-mob{
  width: 80%;
  height: 2px;
  background-color: #ffdd19;
  padding: 0;
}

.footer{
  background-color: #262626;
  padding: 5px;
  color: #666;
}

.footer p{
  margin-top: 6px;
}

.footer .powered{
  display: inline-flex; 
  color: #f6f6f6
}

.footer .container p{
  font-size: 11px; 
  margin-top: 12px
}

.container-geral{
  height: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}