@import url(https://db.onlinewebfonts.com/c/80ef43d3685d74fc0e7ba8490cd6adc1?family=Avenir+LT+Pro+45+Book);

.text-amarelo {
  color: #B28659;
}

* {
  font-family: 'Walkway Black', sans-serif;
  letter-spacing: 0.3rem;
}

header {
  background: linear-gradient(#00000000, #00000048), url('../img/bg-home.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

 p{   font-family: 'Avenir LT Pro 45 Book', sans-serif; }

.box-do-grafismo {
  position: relative !important;
  width: 100%;
}

.grafismo {
  position: absolute;
  top: -2rem;
  width: 135%;
  left: -70%;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  height: 100vh;
}

header .row {
  min-height: 100vh;
}

header .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 15vh;
}

header .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  max-width: 380px;
  /* margin-left: auto;
  margin-right: 10vw; */
}

/* ========================================
   TAMANHOS BASE (até 2559px)
   ======================================== */

.hero-title {
  color: #B28659;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 24px;
  font-size: 2.5rem;
}

.hero-line {
  width: 100%;
  max-width: 420px;
  height: 1px;
  background-color: #000;
  margin-bottom: 24px;
}

.hero-subtitle {
  font-family: 'Avenir LT Pro 45 Book', sans-serif;
  color: #000;
  letter-spacing: 0.1rem;
  font-size: 1rem;
}

.form-section {
  background: url('https://images.unsplash.com/photo-1483729558449-99ef09a8c325?q=80&w=1920') center center / cover no-repeat;
  position: relative;
  padding: 50px 30px 40px;
}

.form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.form-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1483729558449-99ef09a8c325?q=80&w=1920') center center / cover no-repeat;
  filter: grayscale(100%);
  z-index: -1;
}

.form-container {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0 auto;
}

.form-title {
  font-family: 'Walkway Black', sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 20px;
}

.form-3 fieldset.form-group {
  margin-bottom: 14px;
  position: relative;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  padding: 0 10px 8px;
  background: rgba(0, 0, 0, 0.2);
}

.form-3 fieldset.form-group legend {
  font-family: 'Walkway Black', sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: auto;
  padding: 0 5px;
  margin-bottom: 0;
  float: none;
}

.form-3 .form-group {
  margin-bottom: 14px;
  position: relative;
}

.form-3 .form-control {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 6px 8px;
  font-family: 'Walkway Black', sans-serif;
  font-size: 13px;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.form-3 .form-control:focus {
  box-shadow: none;
  border: none;
}

.form-3 textarea.form-control {
  border-radius: 0;
  min-height: 70px;
  resize: none;
}

.form-3 .form-control::placeholder {
  color: transparent;
}

.bg-bege {
  background-color: #B28659 !important;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  font-family: 'Walkway Black', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #fff !important;
  transition: background 0.3s;
}

.bg-bege:hover {
  background-color: #c4976a !important;
  color: #fff !important;
}

.honeypot {
  display: none !important;
}

.form-logo {
  max-width: 200px;
  height: auto;
}

/* ========================================
   TELAS 2K/QHD (2560px+)
   ======================================== */

@media (min-width: 2000px) {
  header .container {
    max-width: 1800px;
    padding: 2rem;
  }

  header .col-md-7 {
    padding-top: 18vh;
  }

  header .col-md-4 {
    margin-right: 8vw;
    max-width: 520px;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-line {
    max-width: 600px;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .form-title {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .form-3 fieldset.form-group {
    margin-bottom: 18px;
    padding: 0 16px 12px;
    border-radius: 12px;
  }

  .form-3 fieldset.form-group legend {
    font-size: 14px;
  }

  .form-3 .form-control {
    font-size: 16px;
    padding: 12px 14px;
  }

  .form-3 textarea.form-control {
    min-height: 100px;
  }

  .bg-bege {
    padding: 16px 44px;
    font-size: 16px;
    border-radius: 12px;
  }

  .form-logo {
    max-width: 260px;
  }
}
/* ========================================
   RESPONSIVIDADE MOBILE
   ======================================== */

@media (max-width: 1500px){

header{
  overflow: hidden;
  height: unset;
}

header .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 50px;
    max-width: 380px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.form-3 fieldset.form-group {
 
    width: 100%;
}

form#principal {
    width: 100%;
}

}


@media (max-width: 991px) {
  header {
    height: auto;
    min-height: 100vh;
  }

  header .row {
    flex-direction: column;
    min-height: auto;
  }

.box-do-grafismo{
    display: none;
}

  header .col-md-7 {
    padding-top: 8vh;
    padding-bottom: 4vh;
    text-align: center;
    align-items: center;
  }

  header .col-md-4 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    justify-content: flex-end;
  }

  .hero-line {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 800px){


header{
  overflow: visible;
  height: unset;
}
 
  header {
    background-position: 70% 20%;
  }

  header .col-md-7 {
    padding-top: 5vh;
  }

  header .col-md-4 {
    padding: 3rem;
    
    max-width: 100%;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .hero-subtitle {
    font-size: 0.8rem;
  }

  .form-title {
    font-size: 14px !important;
    margin-bottom: 12px !important;
  }

  .form-3 fieldset.form-group {
    margin-bottom: 10px;
    padding: 0 8px 6px;
  }

  .form-3 fieldset.form-group legend {
    font-size: 9px;
  }

  .form-3 .form-control {
    padding: 4px 6px;
    font-size: 12px;
  }

  .form-3 textarea.form-control {
    min-height: 50px;
  }

  .bg-bege {
    padding: 10px 20px !important;
    font-size: 12px !important;
  }

  .form-logo {
    max-width: 150px;
  }
}

  @media (max-width: 800px) {
    .cookies.open {
        bottom: 0;
        display: inline-table;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        padding: 20px;
    }
}
.cookies.open {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.cookies {
    position: fixed;
    bottom: -120px;
    left: 0;
    width: 100%;
    z-index: 100;
    color: #000;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    transition: all .5s;
    background: rgb(255 255 255 / 62%);
}
@media (max-width: 800px) {
    .cookies p {
        padding-right: 2%;
        font-size: 12px;
        margin-top: unset !important;
        margin-bottom: unset !important;
    }
}
.cookies p {
  font-family: Helvetica, Arial, sans-serif !important;
  letter-spacing: .1rem;
    padding-right: 2%;
    font-size: 12px;
    margin-top: unset !important;
    margin-bottom: unset !important;
}
.cookies a, .cookies a:hover {
    color: #000;
    text-decoration: underline;
     font-family: Helvetica, Arial, sans-serif !important;
  letter-spacing: .1rem;
}
@media (max-width: 800px) {
    .cookies .btn {
        display: inline-block;
        background-color: #000000 !important  ;
         font-family: Helvetica, Arial, sans-serif !important;
        color: #fff;
        height: auto;
        padding: 5px 41px;
        border-radius: 2px;
        font-size: 12px;
        border-radius: 22px;
        border: none;
        margin-top: 27px;
    }
}
.cookies .btn {
    display: inline-block;
    background-color: #000000 !important;
     font-family: Helvetica, Arial, sans-serif !important;
    color: #fff;
    height: auto;
    padding: 4px 13px;
    border-radius: 2px;
    font-size: 12px;
    border: none;
    margin-top: 5px;
}