@import '../../fonts/fonts.css';
.text-beige {
  color: #d8c3b5;
}
.text-beige-2 {
  color: #bfafa6;
}
.space {
  margin: 0 10px;
}
.font-nexa {
  font-family: 'Montserrat', sans-serif;
}
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.font-openSans {
  font-family: 'Open Sans', sans-serif;
}
.size-big {
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: clamp(2.7rem, 4vw, 4.5rem);
}
.size-h1 {
  font-size: clamp(1.5rem, 3.5vw, 3.6rem);
  line-height: clamp(1.5rem, 3.5vw, 4rem);
}
.size-h2b {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: clamp(2.1rem, 3.6vw, 3rem);
}
.size-h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
}
.size-h3 {
  font-size: clamp(1.3rem, 3.5vw, 2.25rem);
  line-height: clamp(1.6rem, 3.6vw, 2.55rem);
}
.size-h4 {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: clamp(1.6rem, 3.6vw, 2rem);
}
.button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
.button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
.button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
#button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
#button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
#button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
.cf {
  max-width: 1300px;
  margin: auto;
  padding-top: 5rem;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1023px) {
  .cf {
    padding-top: 15rem;
  }
}
@media only screen and (max-width: 576px) {
  .cf {
    padding-top: 7rem;
  }
}
.cf__header {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .cf__header {
    margin-top: 50px;
  }
}
.cf__desc {
  color: #575757;
  max-width: 695px;
  margin: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .cf__desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cf__title {
  display: block;
  margin: 0.5rem auto;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 1rem 0;
}
.cf__container {
  text-align: center;
}
.cf__container-rooms,
.cf__container-budget {
  height: 15rem;
}
@media only screen and (max-width: 576px) {
  .cf__container-rooms,
  .cf__container-budget {
    height: fit-content;
  }
}
.cf__container-rooms select,
.cf__container-budget select {
  display: none;
  max-width: 1000px;
  margin: auto;
  display: block;
  overflow: auto;
  height: 10rem;
}
@media only screen and (max-width: 1024px) {
  .cf__container-rooms select,
  .cf__container-budget select {
    max-width: 765px;
  }
}
@media only screen and (max-width: 1023px) {
  .cf__container-rooms select,
  .cf__container-budget select {
    display: none;
  }
}
.cf__container-rooms-mobile,
.cf__container-budget-mobile {
  width: 40%;
  margin: auto;
  padding-left: 20px;
  text-align: left;
  flex-wrap: wrap;
  margin-bottom: 0px;
  display: flex;
}
@media only screen and (max-width: 1366px) {
  .cf__container-rooms-mobile,
  .cf__container-budget-mobile {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .cf__container-rooms-mobile,
  .cf__container-budget-mobile {
    width: 95%;
    margin-bottom: 30px;
  }
}
.cf__container-rooms-mobile li,
.cf__container-budget-mobile li {
  width: 33%;
  padding: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .cf__container-rooms-mobile li,
  .cf__container-budget-mobile li {
    width: 50%;
  }
}
.cf__container-rooms option,
.cf__container-budget option {
  border: 2px solid #cccdce;
  display: inline-block;
  float: left;
  margin: 0.5rem;
  padding: 7px 10px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) {
  .cf__container-rooms option,
  .cf__container-budget option {
    width: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .cf__container-rooms option,
  .cf__container-budget option {
    width: 175px;
  }
}
@media only screen and (max-width: 576px) {
  .cf__container-rooms option,
  .cf__container-budget option {
    width: 170px;
    padding: 10px 0;
  }
}
.cf__container-budget {
  height: 10rem;
}
@media only screen and (max-width: 576px) {
  .cf__container-budget {
    height: 12rem;
  }
}
@media only screen and (max-width: 375px) {
  .cf__container-budget {
    height: 15rem;
  }
}
@media only screen and (max-width: 576px) {
  .cf__container-budget select {
    height: 12rem;
  }
}
@media only screen and (max-width: 375px) {
  .cf__container-budget select {
    height: 15rem;
  }
}
.cf__container-personalInfo {
  max-width: 955px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cf__container-personalInfo input {
  border-bottom: #cccdce 1px solid;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  margin: 1rem;
  width: 445px;
  font-weight: 500;
  font-size: 0.8rem;
  color: black;
}
@media only screen and (max-width: 1024px) {
  .cf__container-personalInfo input {
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .cf__container-personalInfo input {
    width: 250px;
  }
}
@media only screen and (max-width: 576px) {
  .cf__container-personalInfo input {
    width: 150px;
  }
}
.cf__container-message {
  margin-top: 2rem;
  max-width: 955px;
  margin: auto;
  text-align: center;
}
.cf__container-message textarea {
  border: 1px solid #cccdce;
  width: 100%;
  margin: auto;
  padding: 1rem;
}
@media only screen and (max-width: 1023px) {
  .cf__container-message textarea {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .cf__container-message {
    text-align: center;
  }
}
.cf__container-button {
  font-size: 0.8rem;
  padding: 0.3rem 3rem;
  border: 1px solid #3f3f3f;
  background-color: transparent;
  margin: 2rem;
  cursor: pointer;
  font-weight: 500;
  display: block;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}
.cf__container-button:hover {
  background-color: #8b8b8b;
  border: 1px solid #cccdce;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .cf__container-button {
    display: block;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
