@font-face {
  font-family: 'airbnb--black';
  src: url('../fonts/AirbnbCerealBlack.ttf');
}

@font-face {
  font-family: 'airbnb--light';
  src: url(../fonts/AirbnbCerealLight.ttf);
}

@font-face {
  font-family: 'airbnb--bold';
  src: url(../fonts/AirbnbCerealBold.ttf);
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.covid-19 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #222222;
}

.covid-19-text {
  color: #A3A3A3CC;
  cursor: pointer;
  text-decoration: underline;
  font-family: 'airbnb--light';
  font-size: 14px;
}

.covid-19-text:hover {
  color: #7a7a7a;
}

.fundo {
  height: 800px;
  background-image: url('../images/fundo.avif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
}

.menu--flex {
  flex: 1;
}

.menus {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.item--menu {
  font-family: 'airbnb--light';
  font-weight: 500;
  font-size: 19px;
}


.logo {
    margin-left: 80px;
}

.last--menu--item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.menu--bottom {
  background: transparent;
  color: #222222;
  font-family: 'airbnb--light';
  font-size: 14px;
  font-weight: 600;
  padding: 12px 15px;
  border: 0;
  border-radius: 25px;
}

.menu--bottom:hover {
  background: #f7f7f7;
  cursor: pointer;
}

.menu--icon {
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background: transparent;
  color: #222222;
  cursor: pointer;
}

.menu--icon:hover {
    background: #f7f7f7;
}

.icon--globe {
  font-size: 20px;
}

.button--icons {
  background: white;
  font-size: 14px;
  font-weight: 600;
  padding: 8px;
  border: 0;
  border-radius: 25px;
  display: flex;
  align-items: center;
  margin-left: 15px;
  gap: 5px;
}

.icon--button {
    height: 25px;
}

.icon--button--menu {
  height: 18px;
}

.buscas {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div--buscar {
  height: 100%;
  background: white;
  border: 0;
  border-radius: 45px;
  width: 63%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item--buscar {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.item--buscar--1 {
  flex: 2;
  display: flex;
  flex-direction: column;
}

.item--buscar--4 {
  flex: 2;
  display: flex;
  flex-direction: column;
}

.buscar--1 {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  flex: 1;
}

.primeiro--item {
  font-size: 14px;
  font-family: 'airbnb--light';
  font-weight: 600;
}

.segundo--item {
    color: gray;
    font-family: 'airbnb--light';
    font-size: 16px;
    font-weight: 400;
}

.primeiro--item-1 {
  font-size: 14px;
  font-family: 'airbnb--light';
  font-weight: 600;
}

.segundo--item-1 {
    color: gray;
    font-family: 'airbnb--light';
    font-size: 16px;
    font-weight: 400;
}

b {
  border-right: 1px solid #cacaca;
}

.primeiro--item-1, .segundo--item-1 {
  border-right: 0;
}

.itens--4 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.button--buscar {
  background: #ff385c;
  border: 0;
  outline: 0;
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  color: white;
  margin-right: 8px;
}

.button--buscar:hover {
  background: #e41d5d;
}

.botao--buscar {
  flex: 1;
}

.buscar--2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.text-main-background {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 110px;
}

.text-main-background-part-o-melhor {
  font-family: 'airbnb--bold';
  font-size: 70px;
  color: #222222;
}

.text-main-background-part-da-natureza {
  font-family: 'airbnb--bold';
  font-size: 70px;
  color: #222222;
  margin-top: -20px;
}

.text-main-background p {
  font-family: 'airbnb--light';
  font-size: 25px;
  margin-top: 3px;
}

.inspire {
  padding: 8px 10px;
  border: 0;
  background: #222222;
  border-radius: 10px;
  color: white;
  width: 110px;
  font-family: 'airbnb--light';
  font-weight: 600;
  margin-top: 15px;
  font-size: 16px;
}

.explore {
  margin-left: 80px;
  margin-top: 60px;
  font-family: 'airbnb--bold';
  font-size: 30px;
  font-weight: 900;
  color: #222222;
}

.explore-1 {
  margin-left: 80px;
  margin-top: 50px;
  font-family: 'airbnb--bold';
  font-size: 30px;
  font-weight: 900;
  color: #222222;
}

.locais {
  height: 140px;
  padding: 10px 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.locais--2 {
  height: 140px;
  padding: 10px 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: -40px;
}

.local--item {
  flex: 1;
  display: flex;
  cursor: pointer;
}

.imagem--local {
    flex: 1;
}

.textos--local {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -10px;
}

.textos--local b {
  font-family: 'airbnb--bold';
  color: #222222;
  font-size: 19px;
}

.textos--local p {
  font-family: 'airbnb--light';
  color: #222222;
  font-size: 17px;
  font-weight: 600;
  margin-top: 5px;
}

.img--local {
  margin-top: 25px;
  width: 100%;
  max-width: 80px;
  border-radius: 10px;
}

.lugares {
  height: 310px;
  padding: 10px 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 15px;
}

.lugar--item {
  flex: 1;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.lugar--item img {
  width: 100%;
  max-width: 280px;
  border-radius: 12px;
}

.lugar--item p {
  font-family: 'airbnb--bold';
  color: #222222;
  font-size: 20px;
  margin-top: 1px;
  margin-left: 10px;
}

.hospedar {
  padding: 10px 80px;

}

.imagem--hospedar {
  background-image: url('../images/image.png');
  background-size: cover;
  height: 600px;
  max-width: 95%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p--1 {
  margin-top: -100px;
  font-size: 60px;
  color: white;
  margin-left: 80px;
  font-family: 'airbnb--bold';
}

.p--2 {
  font-size: 60px;
  color: white;
  margin-left: 80px;
  font-family: 'airbnb--bold';
}

.imagem--hospedar b {
    color: white;
    margin-left: 80px;
    font-family: 'airbnb--light';
    font-weight: 400;
}

.imagem--hospedar button {
  color: #222222;
  background: white;
  border: 0;
  padding: 15px 20px;
  font-family: 'airbnb--bold';
  font-size: 16px;
  width: 125px;
  margin-left: 80px;
  border-radius: 15px;
}

.footer {
  width: 100%;
  height: 780px;
  background: #f7f7f7;
  border-top: 1px solid rgb(226, 219, 219);
  padding: 45px 80px;
}

.menus--footer {
    display: flex;
    flex-direction: row;
}

.item--footer {
    flex: 1;
}

b {
  border: 0;
}

.item--footer b {
    font-family: 'airbnb--bold';
    color: #3e2222;
    font-size: 13px;
    cursor: pointer;
}

.item--footer p {
    font-family: 'airbnb--light';
    color: #222222;
    font-size: 17px;
    margin-top: 20px;
    cursor: pointer;
}

.item--footer p:hover {
  font-family: 'airbnb--light';
  color: #222222;
  font-size: 17px;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: underline;
}

.footer--end {
  border-top: 1px solid rgb(194, 188, 188);
  margin-top: 250px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer--1 {
    flex: 2;
}

.footer--1 p {
  font-family: 'airbnb--light';
  color: rgb(92, 89, 89);
  margin-top: 35px;
}

.footer--2 {
  flex: 1;
  display: flex;
  align-items: center;
  font-family: 'airbnb--light';
  color: rgb(43, 41, 41);
  margin-top: 35px;
}

.icon--globe--footer {
  font-size: 20px;
  margin-right: 10px;
}

.footer--2 b {
  font-weight: normal;
  color: rgb(168, 165, 165);
  margin-left: 25px;
}

.footer--2 p {
  font-weight: 600;
  color: rgb(68, 67, 67);
  margin-left: 25px;
  text-decoration: underline;
}

.portugues {
  margin-left: 5px !important;
}