* {
  font-family: 'Montserrat', sans-serif;
}

#header-esquerdo {
  height: 700px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px){
  #header-esquerdo {
    height: 800px;
  }  
}


h1 {
  font-size: 48px;
}

@media (max-width: 768px){
  h1 {
    padding-top: 80px;
    font-size: 34px;
  }
}

h2 {
  margin-top: 12px;
  margin-bottom: 21px;
  font-size: 16px;
}

#container-mb-background-header {
  justify-content: center;
  align-items: center;
}

#header-direito {
  padding-top: 80px;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#container-logos-empresas {
  height: 200px;
}

#btn-saiba-mais {
  width: 169px;
  height: 44px;
  border-radius: 0;
  color: white;
  background-color: #2C3E50;

  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

@media (max-width: 768px){
  #btn-saiba-mais {
    width: 100%;
    height: 44px;
  }  
}


#btn-saiba-mais > i {
  display: flex;
  align-items: center;
  justify-content: center;
}

#container-lojas {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 768px){
  #container-lojas {
    margin-top: 50px;
    flex-direction: column;
  }  
}

#link-playstore {
  display: flex;
  justify-content: center;
  align-items: center;
}

#container-apple-store {
  width: 180px;
  height: 53px;
  display: flex;
  align-items: center;
  border: 1px solid #cbced2;
  border-radius: 5px;
  margin-left: 20px;
}

@media (max-width: 768px){
  #container-apple-store {
    margin-top: 20px;
    margin-left: 0;
  }  
}

#botao-playstore {
  height: 60px;
}

#texto-playstore {
  margin-left: 7px;
  font-size: 10px;
}

#texto-empresas {
  width: 100%;
  font-size: 14px;
}

#logos-restaurantes {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}