@font-face {
    font-family: gotham-light;
    src: url('../../fonts/Gotham-Rounded-Light.ttf');
}
@font-face {
    font-family: gotham-medium;
    src: url('../../fonts/Gotham-Rounded-Medium.ttf');
}
body{
    font-family: gotham-medium;
}
.nav-link{color: #FFF!important;}
.bg-solucoes{
    background: #eaeaea;
    padding-right: 3rem!important;
}
form#contact-form input, form#contact-form textarea{
    width: 100%;
    margin: 20px auto 0;
    padding: 8px;
    border: 0px;
    font-weight: 800;
}

.navbar-nav{
  background: #f36d20;
}
.navbar-nav .nav-item{
  margin: 0 auto;
}
.navbar-nav .nav-link{
  text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background: #f36d20!important;
  color: white!important;
}
.text-home{

    position: absolute;
    text-align: center;
    width: -webkit-fill-available;
    padding-top: 35%;
    color: white;

}
.text-home h3{
  font-size: 40px;
  padding-top: 5%;
}
@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy");

.text-home h1 { 
  font-weight: 900;
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  margin: auto;
  display: block;
  text-align: center;
}

.text-home h1 span {
  position: relative;
  top: 20px;
  display: inline-block;
  -webkit-animation: bounce 0.5s ease infinite alternate;
  font-size: 120px;
  color: #fff;
  text-shadow: 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc,
    0 6px 0 #ccc, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent,
    0 10px 0 transparent, 0 11px 11px rgba(0, 0, 0, 0.4);
}

.text-home h1 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
}

.text-home h1 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
}

.text-home h1 span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
}

.text-home h1 span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
}

.text-home h1 span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
}

.text-home h1 span:nth-child(7) {
  -webkit-animation-delay: 0.1s;
}

.text-home h1 span:nth-child(8) {
  -webkit-animation-delay: 0.2s;
}

.text-home h1 span:nth-child(9) {
  -webkit-animation-delay: 0.3s;
}

.text-home h1 span:nth-child(10) {
  -webkit-animation-delay: 0.4s;
}

.text-home h1 span:nth-child(11) {
  -webkit-animation-delay: 0.5s;
}

.text-home h1 span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
}

.text-home h1 span:nth-child(13) {
  -webkit-animation-delay: 0.7s;
}

.text-home h1 span:nth-child(14) {
  -webkit-animation-delay: 0.8s;
}

/* ANIMATION */
@-webkit-keyframes bounce {
  100% {
    top: -10px;
    text-shadow: 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc,
      0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 10px 0 #ccc, 0 11px 0 #ccc,
      0 50px 25px rgba(0, 0, 0, 0.2);
  }
}
.portfolio-img img{
  height: 250px;
  border: 1px solid #4242;
  width: 100%;
}
.portfolio-img{
  margin-bottom: 30px;
}
@media only screen and (max-width: 1800px){
  .text-home h1 span {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1530px){
  .text-home h1 span {
    font-size: 80px;
  }
  .text-home{
    padding-top: 45%;
  }
  .text-home h3{
    font-size: 30px;
    padding-top: 0%;
  }
}
@media only screen and (max-width: 1100px){
  .text-home h1 span {
    font-size: 60px;
  }
  .text-home{
    padding-top: 40%;
  }
  .text-home h3{
    font-size: 25px;
  }
}
@media only screen and (max-width: 990px){
  #logo a{
    justify-content: center;
    display: flex;
    padding-top: 70px;
  }
  #logo img{
    margin-top: -65px!important;
  }
  .home-text h1{
    padding-top: 120px;
  }
  #menu-mob{
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 950px){
  .text-home h1{
    padding-top: 12%;
  }
    .text-home h3{
    display: none;
  }
}
@media only screen and (min-width: 767px){
  .navbar-nav #inicio{
    display: none;
  }
  
}
@media only screen and (max-width: 767px){
  .home-text h1{
    font-size: 30px!important;
  }

}

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

  .home-text h1{
    font-size: 24px!important;
  }
  #logo-link{
    justify-content: center;
    display: flex;
  }
  .text-home h1{
    padding-top: 15%;
  }

  #logo img{
    margin-top: -75px!important;
  }
}
#enviar_mensagem:hover {
  color: white!important;
  cursor: pointer;
}
.txt-center{
  text-align: center;
}
.txt-justify{
  text-align: justify;
}
.float-l{
  float: left;
}
.home-text{
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;

}
.home-text h1{
    width: 100%;
    color: white;
    text-align: center;
    font-size: 40px;
}
.navbar-light .navbar-toggler{
  border-color: white;
}