@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

body{
  margin: 0;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.fechar-faixa:hover{
  cursor: pointer;
}
.main-nav.dark .full-wrapper{
  height: 55px!important;
  background-color: #000;
  margin: 0;
  padding: 0 2%;
}
.faixaGo.desktop{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.faixaGo{
  font-family: 'Titillium Web', sans-serif;
   background-image: linear-gradient(91deg, #EDF1F4, #FFFFFF);
   position: relative;
   padding: 1% 0;
}
.faixaGo a:nth-child(1){
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.faixaGo a:nth-child(n+2){
  margin-right: 1.5%;
}
.faixaGo .container{
  display: flex;
  align-items: center;
  padding: 0;
}
.faixaGo p{
  font-size: 22px;
  font-weight: 600;
  color: rgba(67, 67, 67, 1)!important;
  margin: 0;
  margin-right: 3%;
}
.faixaGo.mb{
  display: none;
}
.stuck{
  height: 182px;
}
.faixaGo+.header-inner{
  top: initial;
}

@media only screen and (max-width:768px){
  .faixaGo.desktop{
    display: none;
  }
  .faixaGo.mb{
    display: block;
  }
  .faixaGo{
    text-align: center;
    padding: 7% 0;
    position: fixed;
    bottom: 0;
    border-radius: 8px 8px 0 0;
    z-index: 99999;
  }
  .faixaGo a{
    flex-wrap: wrap;
    justify-content: center;
  }
  .faixaGo p{
    font-size: 6.8vw;
    margin: 0;
    font-weight: normal;
    margin-bottom: 3vw;
  }
  .fechar-faixa{
    position: absolute;
    top: 0;
    right: 5%;
    transform: translateY(-50%);
    z-index: 99999;
    width: 6.25%;
  }
  .imgs-mobile{
    display: flex;
    align-items: center;
        justify-content: space-around;

  }
  .logo-go{
    width: 58%;
  }
  .android, .ios{
    width: 27%;
  }
}
