@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
input,
textarea {
  font-family: "Poppins", sans-serif;
}

body {
    background-color: #fafafa;
}

header {
    width: 65%;
    /* border: 1px solid #000; */
    margin: auto;
    transition: .3s linear;
}

header nav {
  width: 100%;
  height: 7%;
  margin: 5px auto;
  /* border: 1px solid #000; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav h4 {
  cursor: pointer;
}

header nav .right_bx {
    display: flex;
    align-items: center;
}

header nav .right_bx ul {
    list-style: none;
    display: flex;
    align-items: center;
}

header nav .right_bx ul li {
    padding: 1vh 1.8vw;
}

header nav .right_bx ul li:nth-last-child(1) {
    border: 1px solid gray;
    border-radius: 20px;
    padding: 3px 20px;
}

header nav .right_bx ul li:nth-last-child(1) a {
    color: #000;
}

header nav .right_bx ul li:nth-last-child(1) a:hover {
    color: gray;
}

header nav .right_bx ul li a {
    text-decoration: none;
    color: gray;
    font-size: 1.6vh;
    font-weight: 500;
    transition: .3s linear;
}

header nav .right_bx ul li a:hover {
    color: #000;
}

header nav .right_bx .account_bx {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

header nav .right_bx .account_bx .bi {
    margin-left: 15px;
    color: gray;
    cursor: pointer;
    transition: .3s linear;
}

header nav .right_bx .account_bx .bi:hover {
    color: #000;
}

header .content {
    position: relative;
    width: 100%;
    height: 93%;
    /* border: 1px solid #000; */
    z-index: 5;
}

header .content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/quarto/Quarto\ \(40\).jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 0px;
    border-radius: 20px;
    z-index: -1;
}

header .content .cont_bx {
    width: 500px;
    height: auto;
    color: #000;
    padding: 50px;
    /* border: 1px solid #000; */
}

header .content .cont_bx h1 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
}

header .content .cont_bx p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}

header .content .cont_bx .weather {
    margin-top: 80px;
}

header .content .cont_bx .weather h6 {
    color: rgb(64, 64, 64);
    font-size: 10px;
    font-weight: 600;
}

header .content .cont_bx .weather h6 span {
    margin-left: 5px;
}

header .content .cont_bx .btns_cont {
    margin-top: 10px;
}

header .content .cont_bx .btns_cont i {
    border: 1px solid gray;
    padding: 0px 3.3px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s linear;
}

header .content .cont_bx .btns_cont i:hover {
    color: #000;
    background: rgb(0, 0, 0, .1);
}

header .content .cont_bx .images_bx {
    position: absolute;
    right: 20px;
    top: 40px;
    /* border: 1px solid #000; */
    width: 50px;
}

header .content .cont_bx .images_bx .card {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    background: rgb(237, 237, 237, .3);
    padding: 5px;
    border-radius: 8px;
}

header .content .cont_bx .images_bx .card i {
    width: 100%;
    height: 100%;
}

header .content .cont_bx .images_bx .card h6 {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    /* z-index: 99999; */
    color: #fff;
}

header .content .choose_bx {
    position: relative;
    width: 80%;
    height: auto;
    margin: auto;
    margin-top: 33.4vh;
    /* border: 1px solid #000; */
}

header .content .choose_bx .stay_bx {
    display: flex;
    align-items: center;
}

header .content .choose_bx .stay_bx button {
    padding: 10px 30px;
    background: #000;
    color: #fff;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: .3s linear;
}

header .content .choose_bx .stay_bx button:hover {
    background: #fff;
    color: #000;
}

header .content .choose_bx .stay_bx button:nth-child(1) {
    border-radius: 10px 0px 0px 0px;
    background: #fff;
    color: #000;
}

header .content .choose_bx .stay_bx button:nth-last-child(1) {
    border-radius: 0px 10px 0px 0px;
}

header .content .choose_bx .stay_bx button i {
    margin-right: 5px;
}

header .content .choose_bx .select {
    width: 100%;
    height: 135px;
    background: #fff;
    border-radius: 0px 10px 10px 10px;
    position: relative;
    padding: 10px 20px;
    box-shadow: 0px 5px 15px -10px rgb(214, 214, 214);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .content .choose_bx .select .card {
    width: 26%;
    height: 90%;
    border: 2px solid rgb(226, 226, 226, .7);
    border-radius: 10px;
    padding: 10px 0px 10px 30px;
}

header .content .choose_bx .select .card:nth-last-child(1) {
    width: 46%;
}

header .content .choose_bx .select .card h5 {
    font-size: 16px;
    font-weight: 500;
}

header .content .choose_bx .select .card input {
    border: none;
    outline: none;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    background: none;
    font-family: 'Poppins', sans-serif;
}

header .content .choose_bx .select .card input:nth-child(3) {
    font-size: 12px;
    font-weight: 500;
    color: gray;
}

header .content .choose_bx .select .card button {
    border: none;
    background: none;
    outline: none;
    margin-right: 20px;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: .3s linear;
}

header .content .choose_bx .select .card button:hover {
    border-bottom: 2px solid rgb(177, 177, 177);
}

header .content .choose_bx .select .card:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

header .content .choose_bx .select .card:nth-child(3) .date {
    position: relative;
    display: flex;
    align-items: center;
    /* border: 1px solid #000; */
}

header .content .choose_bx .select .card:nth-child(3) .date input {
    width: 25px;
    height: 30px;
    margin-left: 10px;
    z-index: 999999999999999999999999;
    opacity: 0;
}

header .content .choose_bx .select .card:nth-child(3) .date i {
    position: absolute;
    left: 85%;
    font-size: 23px;
    z-index: -1;
}

header .content .choose_bx .select .card:nth-child(3) .date h3 {
    width: 120px;
}

header .content .choose_bx .select .card:nth-child(3) .date h5 {
    font-size: 13px;
    font-weight: 600;
}

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #921414;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #bc1a1a);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #921414;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #be3535;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #bc1a1a;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #921414;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #bc1a1a, #921414);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #921414;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #bc1a1a, #921414);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

.texto-endereco {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #000;
  padding-bottom: 3vh;
}

.title-endereco {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  bottom: 2rem;
}

.google-maps {
  display: flex;
  justify-content: center;
}

.google-maps .map-container {
  position: relative;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.5); /* Adicione a sombra desejada */
  border-radius: 10px;
  overflow: hidden;
}

.google-maps iframe {
  width: 600px;
  height: 450px;
}


.footer {
  margin-top: 4vh;
  padding-top: 3vh;
  padding-bottom: 5vh;
  background: #000;
  color: #fff;
}

.footer a {
  text-decoration: none;
  color: inherit;
}

.footer__redes-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 45px auto;
}

.footer__redes-wrapper li {
  display: inline-block;
}

.footer__redes-wrapper li:hover {
  color: var(--gray);
}

.footer__link {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-size: rem(14);
}

.footer .fa-brands {
  margin-right: 1vh;
}

.footer__texto {
  color: var(--light-gray);
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
    min-height: unset;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }

  .texto-endereco {
    padding-bottom: 10rem;
  }
  
  header nav {
    margin-top: 1rem;
  }

  .google-maps iframe {
    width: unset;
    height: unset;
  }
}