f* {
      box-sizing: content-box;
}
 
html {
      margin: 0;
      padding: 0;
      width: 100%;
}
 
body {
      margin: 0;
      padding: 0;
      width: 100%;
      font-family: 'Montserrat', sans-serif;;
      font-weight: 400;
      font-size: 16px;
      color: #777;
      -webkit-font-smoothing: antialiased;

}
 
nav {
      padding: 0 5%;
      height: 20vh;
      text-transform: uppercase;
}


p {
      margin: 0;
}

a {
      text-decoration: none;
}




.logo {
      float: left;
      padding: 0px;
      margin:0;
      height: 20vh;
}

.logo-header {
      color: #000;
      height: 60px;
      position: absolute;
      top: 10vh;
      transform: translate(0, -30px);
} 



/*-------------------------
       MENU
--------------------------*/

nav ul {
      float: right;
      height: 15vh;
      min-height: 80px;
      display: block;
      margin: 0 auto;
}
 
nav ul li {
      display: inline-block;
      float: left;
      color: #fff;
}
 
nav ul li:not(:first-child) {
      margin-left: 3vw;
}
 
nav ul li:last-child {
      margin-right: 0;
}
 
nav ul li a {
      display: inline-block;
      outline: none;
      color: #fff;
      text-decoration: none;
      font-size: 1.2em;
      line-height: 20vh;
}

nav ul li a:hover,
nav ul li a .current{
    color: #f06400;
}



a {}
 
@media screen and (max-width: 864px) {
      .logo {
            padding: 0;
      }
 
      .nav-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: #3f3282;
            opacity: 0;
            transition: all 0.2s ease;
      }
 
      .nav-wrapper ul {
            position: absolute;
            top: 20vh;
            transform: translateY(-50%);
            width: 100%;
            padding: 0;
      }
 
      .nav-wrapper ul li {
            display: block;
            float: none;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
      }
 
      .nav-wrapper ul li:nth-child(1) a {
            transition-delay: 0.2s;
      }
 
      .nav-wrapper ul li:nth-child(2) a {
            transition-delay: 0.3s;
      }
 
      .nav-wrapper ul li:nth-child(3) a {
            transition-delay: 0.4s;
      }
 
      .nav-wrapper ul li:nth-child(4) a {
            transition-delay: 0.5s;
      }
 
      .nav-wrapper ul li:not(:first-child) {
            margin-left: 0;
      }
 
      .nav-wrapper ul li a {
            padding: 10px 24px;
            opacity: 0;
            color: #fff;
            font-size: 2em;
            font-weight: 400;
            line-height: 10vh;
            transform: translateX(-20px);
            transition: all 0.2s ease;
      }
 
      .nav-btn {
            position: absolute;
            right: 10%;
            top: 10vh;
            display: block;
            cursor: pointer;
            z-index: 9999;
            transform: translate(0, -8px);
      }
 
      .nav-btn i {
            display: block;
            width: 30px;
            height: 2px;
            background: #fff;
            border-radius: 2px;
            margin: 0;
      }
 
      .nav-btn i:nth-child(1) {
            margin-top: 0;
      }
 
      .nav-btn i:nth-child(2) {
            margin-top: 5px;
            opacity: 1;
      }
 
      .nav-btn i:nth-child(3) {
            margin-top: 5px;
      }
}
 
#nav:checked + .nav-btn {
      transform: rotate(45deg);
}
 
#nav:checked + .nav-btn i {
      background: #fff;
      transition: transform 0.2s ease;
}
 
#nav:checked + .nav-btn i:nth-child(1) {
      transform: translateY(6px) rotate(180deg);
}
 
#nav:checked + .nav-btn i:nth-child(2) {
      opacity: 0;
}
 
#nav:checked + .nav-btn i:nth-child(3) {
      transform: translateY(-6px) rotate(90deg);
}
 
#nav:checked ~ .nav-wrapper {
      z-index: 9990;
      opacity: 1;
}
 
#nav:checked ~ .nav-wrapper ul li a {
      opacity: 1;
      transform: translateX(0);
}
 
.hidden {
      display: none;
}

.container-fluid {
      padding: 0;
}


/* Languages menu */
.lang {
     text-transform: lowercase;
     color: #999;
     font-size: 1em;
}
.lang.current {
     color: #f06400;
 }



/*-------------------------
   TYPOGRAPHY
--------------------------*/

h1 {
      margin:0;
      font-weight: 400;
}

h2 {
      font-weight: 400;
      margin: 0 0 0.5em;
}

h3 {
      font-size: 0.8em;
      line-height: 2em;
      margin: 0;
      font-weight: 400;
}





/*-------------------------
   INDEX
--------------------------*/

.index-header{
      /*background-color: #3f3282;*/
      background: url(../img/index-background.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
      height: 60vh;
}

.index-header h1{
      color: #fff;
      text-transform: uppercase;
      text-align: center;

      margin-top: 10vh;
}



.index-services{
      background-color: #fff;
      padding: 12vh 5% 15vh;
      text-align: center;
      line-height: 1.5em;
      contain: content;
      
}

/* languages */
.index-services h2{
      text-transform: uppercase;
      font-size: 0.8em;
      color: #f06400;
}

.index-services p{
      margin: 0 auto;
      max-width: 50vw;
      padding: 1vh 5%;
      font-size: 1.5em;
      line-height: 1.5em;
}

.index-services .features{
      margin: 2vh auto 0;
      max-width: 70vw;
      contain: content;
}
.index-services .feature span{
      max-width: 20vw;
      display: inline-block;
}

.index-services .feature img{
      max-width: 48px;
}


.about-button{
      border: none;
      height: 60px;
      width: 260px;
      display: block;
      margin: 10vh auto 0;

      background-color: #f06400;

     
      text-align: center;
      text-transform: uppercase;
      color: white;
      line-height: 60px;
}

.about-button:hover{
      background-color: #3f3282;
      color: #fff;
}


.index-clients{
      background-color: #eee;
      padding: 15vh 15%;
      text-align: center;
      contain: content;
}

.index-clients h1{
      color: #666;
      text-transform: uppercase;
      margin-bottom: 10vh;
      font-size: 1em;
      font-weight: 900;
      letter-spacing: 0.1em;

}

.index-clients img{
      margin-right: 4vw;
      height: 45px;
}




.index-instagram{
      background-color: #fff;
      padding: 15vh 10%;
      text-align: center;
}

.index-instagram h1{
      color: #ff8d00;
      text-transform: uppercase;
      margin-bottom: 8vh;
      font-size: 1.5em;
      font-weight: 900;
      letter-spacing: 0.1em;

}




.index-contact{
      /*background-color: #ff8d00;*/
      background: url(../img/index-contact-background.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
      color: #fff;
      padding: 15vh 5%;
      text-align: center;
      height: 20vh;
      text-transform: uppercase;
}

.index-contact h1{
     text-transform: uppercase;
     font-size: 1.5em;
}

.contact-button{
      border: none;
      height: 60px;
      width: 240px;
      display: block;
      margin: 6vh auto 0;

      background-color: #3f3282;      
     
      text-align: center;
      text-transform: uppercase;
      color: white;
      line-height: 60px;
}

.contact-button:hover{
      background-color: #fff;
      color: #4900ff;
}








/*-------------------------
   ABOUT 
--------------------------*/

.about-intro{
      background-color: #eee;
      padding: 15vh 5%;
      text-align: center;
      position: relative;
      z-index: -1;

      overflow: auto;
}
.about-intro p{
      max-width: 750px;
      margin: 0 auto;
      line-height: 1.5em;
      font-size: 1.5em;
}


.about {
      background-color: #fff;
      padding: 15vh 5%;
      overflow: hidden;
}

.about-photo {
      position: absolute;
      
      /*transform: translate(610px,-880px);*/
      
      top: 75%;
      left: 50%;
      -webkit-transform: translate(-50%, -75%);
      -moz-transform: translate(-50%, -75%);
      -ms-transform: translate(-50%, -75%);
      -o-transform: translate(-50%, -75%);
      transform: translate(-50%, -75%);
}
.about-photo img{
      height: 120px;
      border-radius: 50%;
      margin: 0 auto;

}

.about .about-me{
      margin: 0 auto 12vh;
      text-align: center;
      width: 90vw;
}
.about .about-me img{
      position: relative;
      height: 120px;
      border-radius: 50%;   
      margin-bottom: 10px;
}
.about .about-me h1{
      font-size: 1em;
      line-height: 1.5em;
}
.about .about-me h2{
      font-size: 0.8em;
      color: #999;
}


.about h3{
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0.1em;
      color: #f06400;
}
.about .formacao h1{
      font-size: 1em;
      line-height: 1.2em;
      margin: 2vh 0 1vh;
}
.about .formacao h2{
      font-size: 0.8em;
      margin-bottom: 4vh;
}
.about .formacao .icon{
      height: 40px;
}
.about .formacao a{
      color: #aaa;
      font-size: 0.9em;
}
.about .formacao a:hover{
      color: #f06400;
}


.about p{
      margin: 2vh 0;
      max-width: 900px;
      line-height: 1.8em;
}


.about-references{
      background-color: #3f3282;
      padding: 15vh 5%;
      line-height: 1.5em;
      
      overflow: auto;

      color: #fff;
}
.about-references hr{
      max-width: 2vw;
      border: 3px solid #f06400;
      margin: 0 0 2vh;
}

.about-references h1{
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 600;
      letter-spacing: 0.1em;

      padding-right: 5%;
}

.about-references ul{
      list-style-type: none;
      font-size: 0.9em;
      margin: 0;
      padding: 0;
}

.about-references li{
      margin-bottom: 7vh;
}

.about-references li a{
      color: #bbb;
}

.about-contact{
      background-color: #eee;
      padding: 20vh 5%;
      color: #3f3282;
      text-align: center;
      text-transform: uppercase;
      line-height: 2em;
      font-size: 0.8em;
      height: 20vh;
}

.about-contact .contact-button{
      background-color: #f06400;
      font-size: 1.2em;
      color: #fff;
      margin-top: 5vh;
}

.about-contact .contact-button:hover{
      background-color: #3f3282;
      color: #fff;
}




/*-------------------------
   CONTACT 
--------------------------*/

.contact{
      background-color: #eee;
      padding: 15vh 5%;
      overflow: hidden;
}

.contact .desc{
      max-width: 35vw; 
      padding-right: 9vw;
      font-size: 0.8em;
}

.contact .desc h1{
      text-transform: uppercase;
      margin-bottom: 4vh
}

.contact h2 a{
      color: #f06400;
      text-decoration: underline;
}

.alert{
      text-align: center;
}
.alert-success{
      color: #3c763d;
}

.alert-danger{
      color: #a94442;
}
 




/*-------------------------
   CONTACT FORM
--------------------------*/

.formContato input, select, textarea {  
      width: 100%;  
      height: 40px;
      box-sizing: border-box;
      
      padding: 10px;     
      border: 1px solid #E5E5E5; 
      border-radius: 0;    
        
      font-size: 12pt;
      color: #999999;    
}
.formContato textarea {  
      font-family: 'Montserrat', sans serif;      
      height: 150px;     
      margin-bottom: 0;
      resize: vertical;
      
      border-radius: 0;
      font-size: 12pt;
      
      line-height: 18px; 
} 

.formContato .input-group{
      width: 100%;
}

.formContato select{
      width: 35%;
}

.formContato input:hover, textarea:hover, input:focus, textarea:focus {   
      border-color: 1px solid #C9C9C9;    
} 

.formContato label {            
      display: block; 
      text-transform: uppercase;
      font-weight: 600;
      margin: 2vh 0 1vh;
} 

.formContato .submit input{     
      width: 140px;    
      height: 35px;   
      margin-top: 40px;
      border: 0;
      background-color: #f06400;  
      color: #FFF;            
      font-weight: 400;
      text-transform: uppercase;
}

.formContato .submit input:hover{     
      cursor: pointer;
}

.formContato .obs{
      font-size: 15px;
}

/* Bootstrap Validator */
.has-error .control-label,
.has-success .control-label{
      color: #999;
}
.has-error .help-block{
      color: #e71919;
}
.has-error .form-control, 
.has-error .form-control:focus{
      border-color: #e71919;
}






/*-------------------------
   FOOTER
--------------------------*/

.footer{
      background-color: #3f3282;
      height: 20vh;
      padding: 8vh 5%;
      text-align: center;
      color: #fff;
      font-weight: 100;
      font-size: 1em;

}
.footer img{
      height: 90px;
      margin-bottom: 4vh;
}
.footer a{
      color: #fff;
      text-decoration: underline;
}





/*-------------------------
      COLUMNS
--------------------------*/

.col-9{
      width: 75%;
      float: left;
      display: block;
}

.col-6{
      width: 50%;
      float: left;
      position: relative;
}

.col-4{
      width: 33.3333%;
      float: left;
      position: relative;
}

.col-3{
      width: 25%;
      float: left;
      position: relative;
}









 





@media screen and (max-width: 768px){
      nav{
            padding: 0 10%;
      }

      .col-3{
            width: 100%;
      }
      .col-4{
            width: 100%;
      }
      .col-6{
            width: 100%;
      }
      .col-9{
            width: 100%;
      }



      .logo-header{
            height: 40px;
            transform: translate(0, -20px);
      }
     
     .index-header h1{
          font-size: 1.5em;
          padding-right: 10%;
          padding-left: 10%;
     }
      
      .index-services{
            font-size: 0.8em;
            padding: 8vh 10% 10vh;
      }
      .index-services p{
            max-width: 70vw;
      }

      .index-services .features{
            max-width: 90vw;
      }

      .index-services .features .feature{
            margin: 3vh 0;
      }

      .index-services .feature span{
            max-width: 90%;
      }

      .about-button{
            height: 40px;
            padding-bottom: 5%;
      }

      .index-clients{
           /* height: 68vh;*/
      }

      .index-clients img{
            width: 35vw;
            margin-bottom: 5vh;
      }

      .index-contact h1{
            font-size: 1em;
      }





      .about-intro{
            padding-left: 10%;
            padding-right: 10%;
      }

      .about-intro p{
            font-size: 1em;
      }

      .about .about-me{
            width: 100%;
      }

      .about-photo{
            top: 80%;
            left: 50%;
            -webkit-transform: translate(-50%, -75%);
            -moz-transform: translate(-50%, -75%);
            -ms-transform: translate(-50%, -75%);
            -o-transform: translate(-50%, -75%);
            transform: translate(-50%, -80%);
      }


      .about h3{
            padding-top: 4vh;
      }
      .about .historico{
            padding-top: 8vh;
      }

      .about-references{
            padding-left: 10%;
            padding-right: 10%;
      }
      .about-references ul {
            margin-top: 8vh;
      }
      .about-contact{
            padding-left: 10%;
            padding-right: 10%;
            font-size: 0.6em;
            line-height: 2.2em;
      }





      .contact, .about{
            padding: 15vh 10%;    
      }
      .contact .desc{
            max-width: 75vw;
      }
      .contact .desc h1{
            font-size: 1.5em;
      }
      .contact .desc h2{
            font-size: 1.1em;
      }

      .alert{
            margin-top: 8vh;
      }

      .contact .formContato{
            margin-top: 10vh;
            padding-right: 5%;
      }

      .formContato select {
          width: 80%;
      }





      .footer{
            padding: 15vh 10%;
      }
      .footer h3{
            line-height: 1.5em;
      }

}

@media screen and (max-width: 990px){
      

      


      h3{
            font-size: 0.80em;
      }


}





/*-------------------------
   BACK TO TOP BUTTON
--------------------------*/
.back-to-top {
  background: none;
  margin: 0 2vw 1vh;
  position: fixed;
  border: 50%;
  bottom: 0;
  right: 0;

  z-index: 100;
  display: inline;
  color: #fff;
  background-color: #0a;
  opacity: 0.8;
}

.back-to-top:hover,
.back-to-top:focus{
      color: #bbb;
}
 
.back-to-top i {
  font-size: 2.5em;
}

.wow {
   visibility: hidden;
}






/*-------------------------
      UTIL
--------------------------*/

.div-menu{
      height: 20vh;

      background: url(../img/index-background.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;

      /*background-color: #3f3282;*/
}


.colorOrange{     
      color: #f06400;/*#ff8d00;*/
}

.colorPurple{     
      color: #3f3282;/*#4900ff;*/
}


.images{
      width: 100%;
      height: auto;
      display: block;
}



.responsive{
      position: absolute;
      display: block;
      width: 100%;
      height: auto;
      overflow: auto;
      /* box-sizing: border-box; */
}



/* For google material icons vertical aligment */
.vertical-align-middle { 
    vertical-align: middle; 
}
.padding-bottom-3 {
    padding-bottom: 3px;
}