html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
}
.menu nav {
  background-color: #070719;
  display: flex;
  justify-content: flex-end;
  /* position: fixed;
  top:0;
  left: 0;
  width: 100%; -- menu fixo */
}
.menu nav ul {
  display: flex;
  justify-content: flex-end;
}
.menu nav ul li{
  display: inline-block;
  margin-top: 8px;
  margin-right: 20px;
  color: #fff;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: -10px;
}
.menu nav ul li a {
  text-decoration: none;
  color: #fff;
  padding: 10px 0px 10px 0px; 
}
.menu nav ul li:hover{
  background-color: seagreen;
}
.logo img{
  height: 50px;
  display: flex;
  justify-content: flex-start;
}
.carousel-caption h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}
.carousel-caption p {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}
.cafes {
  font-family: 'Rubik', sans-serif;  
  color: #fff;
  background-color: #190710;
}
.cafes h3 {
  padding-top: 15px;
}
.fotos-cafes {
  display: flex;
}
.fotos-cafes img {
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.fotos-cafes p {
  margin-top: -20px;
}
.espaco {
  color: #190710;
  background-color: #fff;
}
.espaco h3 {
  margin-top: 20px;
}
.espaco p, .espaco h3 {
  font-family: 'Rubik', sans-serif;  
  color: #190710;
}
.espaco img {
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.fotos-espaco {
  display: flex;
}
.contato {
  font-family: 'Rubik', sans-serif;  
  background-color: #190710;
  display: flex;
  justify-content: center;
}
.contato h3, .contato h5 {
  color: #fff;
  margin-top: 15px;
}
.form-group {
  color: #fff;
}
.btn-primary {
  margin-left: 12px;
  width: 97.5% !important;
  margin-top: 5px;
  margin-bottom: 10px;
}
#subir{
  position: fixed;
  padding: 20px;
  border-radius: 5px;
  height: 65px;
  bottom:0px;
  right:0px;
  cursor: pointer;
}
.rodape {
  color: #fff;
  background-color: #000;
  width: 100%;
  height: 45px;
}
.rodape p {
  padding-top:5px;
}

@media (min-width: 320px) and (max-width: 375px){
  .logo img {
    display: none;
  }
  .menu nav ul li {
    margin-right: 0;
  }
  .carousel-caption h4 {
    font-size: 14px;
    margin-top: 20px;
  }
  .carousel-caption p {
    font-size: 10px;
  }
  .fotos-cafes {
    display: flex;
    flex-direction: column;
  }
  .fotos-cafes img {
    width: 98%;
    height: auto;
    margin-right: 10px;
  }
  .fotos-espaco {
    display: flex;
    flex-direction: column;
  }
  .fotos-espaco img {
    width: 98%;
    height: auto;
    margin-right: 10px;
  }
  .btn-primary {
    width: 91% !important;
  }
}
@media (min-width: 376px) and (max-width: 425px){
  .btn-primary {
    width: 93% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .btn-primary {
    width: 97% !important;
  }
}
