@import url('https://fonts.googleapis.com/css?family=Exo+2&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
  scroll-behavior: smooth;
}

/* menu */
header{
  height: 90px;
  background: #35424a;
  border-bottom:#fc7700 3px solid;
}

.inner-width{
  max-width: 90%;
  padding: 0 10px;
  margin: auto;
}

.logo{
  float: left;
  padding: 5px 0;
  color: #fc7700;
  font-size: 30px;
  line-height: 80px;
  font-weight: bold;
  -webkit-text-stroke-width: .8px;
-webkit-text-stroke-color: #000;
}


.navigation-menu{
  float: right;
  display: flex;
  align-items: center;
  min-height: 90px;
  z-index: 20;
}

.navigation-menu a{
  color: #ddd;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 4px;
  transition: .3s linear;
}

.navigation-menu a:hover{
  background: #fff;
  color: #2f3640;
  transform: scale(1.1);
}

.navigation-menu i{
  margin-right: 8px;
  font-size: 16px;
  color: #fc7700;
}

.box-geral{
  width: 100%;
}

.menu-toggle-btn{
  float: right;
  height: 90px;
  line-height: 90px !important;
  color: #fff;
  font-size: 26px;
  display: none !important;
  cursor: pointer;
}


/* footer */
.btn{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    margin: 15px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #fc7700;
    overflow: hidden;
    position: relative;
  }
  .btn i{
    line-height: 40px;
    font-size: 20px;
    transition: 0.2s linear;
  }
  .btn:hover i{
    transform: scale(1.3);
    color: #f1f1f1;
  }
  .btn::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #fc7700;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
  }
  .btn:hover::before{
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
  }
  @keyframes aaa {
    0%{
      left: -110%;
      top: 90%;
    }50%{
      left: 10%;
      top: -30%;
    }100%{
      top: -10%;
      left: -10%;
    }
  }
  
  footer{
    background:#35424a;
    color:#ffffff;
    min-height: 100px;
    border-top:#fc7700 3px solid;
    z-index: 20;
    bottom: 0;
  
  }
  
  .back-to-top{
    width: 7rem;
    height: 7rem;
    background-color: #35424a;
    position: relative;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
  
  }
  
  .back-to-top i{
    color: #fff;
    font-size: 2rem;
    margin-left: 38%;
    margin-top: 15%;
    animation: up 2s infinite;
    z-index: -10;
    
  }
  
  .colunas-geral{
      width:100%; 
      display: flex !important;
      flex-direction: row !important;
      justify-content: center !important;
  }
  
  .colunas-footer{
      width:25%;
      text-align: center;
  }
  
  .titulo-colunas-footer{
      color: #fc7700 ;
      font-size: 30px;
      margin-bottom:15px;
  }
  
  
  
  .footer-menu{
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 50px;
    margin-top: -30px;
  }
  
  .footer-menu ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  
  .footer-menu ul li{
    display: inline-block;
    margin: 5px 20px;
  }
  
  .footer-menu ul li a{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  
  .footer-menu ul li a:hover{
    color: #fc7700;
    font-size: 19px;
    transition: .5s;
  }
  
  .copyright{
    background: rgba(32, 31, 35, 0.712);
    border-top: 0.5px solid #fc7600af;
    bottom: 0;
    height: 50px;
  }
  
  .copyright p{
    font-family: 'Exo 2', sans-serif;
    text-align: left;
    margin-top: 15px;
    margin-left: 80px;
  }
   .copyright a{
    color: white;
  }
     .copyright a:hover{
    color: #fc7700;
  }
  
  ::-webkit-scrollbar{
    width: 11px;
  }
  ::-webkit-scrollbar-track{
    border: 7px solid #232943;
    box-shadow:inset 0 0 2.5px 2px rgba(0,0,0,0.5);
  }
  
  ::-webkit-scrollbar-thumb{
    background-color: #fc7700;
    border-radius: 3px;
  }


  @media screen and (max-width:700px) {
    .social {
      display: flex;
      flex-direction: column;
      margin-bottom: 50px !important;
  }

  .social .colunas-footer a img{
    margin-top: -50px !important;
  }
  
    header{
      display: block !important;
      width: 100%;
    }
    .colunas-footer{
        width: 100% !important;
    }
    
    .colunas-geral{
      flex-direction: column !important;
  }
    
    .menu-toggle-btn{
      display: block !important;
    }
  
    .home-btns{
      width: 100%;
      margin: auto;
      height: 500px;
      display: flex;
      flex-direction: column;
    }
  
    .navigation-menu{
      position: fixed;
      width: 100%;
      background: #35424a;
      top: 90px;
      right: 0;
      display: none;
      padding: 20px 40px;
      box-sizing: border-box;
      margin-bottom: 30px;
    }
  
    .navigation-menu::before{
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #35424a;
      position: absolute;
      top: -10px;
      right: 10px;
    }
  
    .navigation-menu a{
      display: block;
      margin: 10px 0;
    }
  
    .navigation-menu.active{
      display: block;
    }

    .footer-menu{
      margin-top: 20px;
    }
  
  
    .footer-menu ul li{
      margin-top: 10px;
    }

    .social .colunas-footer a img {
      margin-top: 0px !important;
  }
  .copyright{
    height: 80px;
    
  }
    .copyright p,.copyright a{
      font-size: 14px;
      margin-top: 30px;
      text-align: center;
      margin-left: 0;
    }

  }
  
  @media only screen and (min-width: 700px) and (max-width:1103px){
    .logo{
      float: left;
      padding: 5px 0;
      color: #fc7700;
      font-size: 20px;
      line-height: 80px;
      font-weight: bold;
      -webkit-text-stroke-width: .8px;
    -webkit-text-stroke-color: #000;
    }
    .navigation-menu a{
      color: #ddd;
      text-transform: uppercase;
      font-size: 10px;
      padding: 10px 10px;
      border-radius: 4px;
      transition: .3s linear;
    }

  }