.bannerSection {
  background-color: #1e1e1e;
  height: 55vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-align: center;
  align-content: center;

}

.bannerSection h1 {
  padding-top: 5%;
  text-transform: uppercase;
  font-size: 4rem;
  color: var(--branco);
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  pointer-events: none;
}

.containerApousada {
  background-color: var(--branco);
  height: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 11% 0 11%;
  padding-bottom: 10%;
}

.containerApousada h1 {
  font-size: 2.5rem;
  color: var(--cinzaEscuro);
  text-align: center;
  margin: auto;
  display: block;
  padding-top: 40px;
  border-bottom: 3px solid var(--verdeAzul);
  width: 20%;
}

.group {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
  height: auto;
  justify-content: space-around;
  align-items: center;
}

.group p {
  width: 50%;
  font-weight: 400;
  text-align: justify;
  color: var(--cinzaEscuro);
  font-size: 22px;
}

.imagemPousada {
  justify-content: center;
  display: flex;
  height: 100%;
  width: 50%;
}

.imagemPousada img {
  border-radius: 10px;
}

.btn-reserva {
  background-color: var(--verdeAzul);
  height: 50px;
  width: 300px;
  border: none;
  color: var(--branco);
  border-radius: 8px;
  font-size: 17px;
  text-transform: uppercase;
  align-items: center;
  cursor: pointer;
  display: grid;
  place-items: center;
  margin: auto;
  font-weight: 700;
}
.btn-reserva:hover {
  background-color: var(--verdeClaro);
  transition: 0.4s;
}

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

  .bannerSection {
    background-color: #1e1e1e;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    align-content: center;
    background-position: center;

}

.bannerSection h1 {
    padding-top: 20%;
    text-transform: uppercase;
    font-size: 3rem;
    color: var(--branco);
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
}

  .containerApousada {
    background-color: var(--branco);
    height: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 8% 0 8%;
    padding-bottom: 10%;
  }

  .containerApousada h1 {
    font-size: 2.5rem;
    color: var(--cinzaEscuro);
    text-align: center;
    margin: auto;
    display: block;
    padding-top: 40px;
    border-bottom: 3px solid var(--verdeAzul);
    width: 80%;
  }

  .group {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .group p {
    margin-right: 0%;
    width: 100%;
    font-weight: 400;
    text-align: justify;
    color: var(--cinzaEscuro);
    font-size: 20px;
  }

  .imagemPousada {
    justify-content: center;
    display: flex;
    height: 100%;
    width: 100%;
    margin: 7% 8% 0 8%;
  }
  
  .imagemPousada img {
    width: 100%;
    border-radius: 10px;
  }

  .btn-reserva {
    background-color: var(--verdeAzul);
    height: 50px;
    width: 300px;
    border: none;
    color: var(--branco);
    border-radius: 8px;
    font-size: 17px;
    text-transform: uppercase;
    align-items: center;
    cursor: pointer;
    display: grid;
    place-items: center;
    margin: auto;
  }
}
