/* CSS Document */
.menu,
.footer { display: none}
 .hero-landing {
  color: #fff;
  text-align: center;
  position: relative;            /* ancora o ::before */
  padding: 140px 0 520px;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-blend-mode: multiply, normal, normal, normal, normal, normal;
  backdrop-filter: blur(10.100000381469727px);
  isolation: isolate;
}

 .hero-landing::before {
  content: "";
  position: absolute;
  right: -1787px;
  bottom: -840px;
  width: 4025px;
  height: 3139px;
  z-index: 0;
  transform: scaleX(-1);
  /* transform: rotate(180deg); */
  pointer-events: none;

  /* gradiente (top) + imagem (baixo), como no Figma */
  background:
    linear-gradient(
      90deg,
      var(--cream, rgba(247, 238, 229, 0.02)) 0%,
      var(--leather, rgba(35, 7, 4, 0.02)) 50%,
      var(--champagne, rgba(239, 217, 175, 0.02)) 75%,
      var(--leather, rgba(35, 7, 4, 0.02)) 100%
    ),
    url('/wp-content/themes/infinity/assets/img/svgeta.svg') center / cover no-repeat;

   
}

 .hero-landing > * {
  position: relative;
  z-index: 1;
}


section.parallax-reviews.parallax.section-white.scroll-section {
    display: none;
}

section.site-footer.section-white.scroll-section.parallax {
    display: none;
}

.logo-nav img {
     max-width: 390px;
     pointer-events: none;
}

h1.hero-title {
    color: #230704;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}
.info-row {
    margin: 40px 0 0;
}
.info-row .hero-lede {
    text-align: center;
    max-width: 100%;
}
.contact-4lnj {
    margin: 50px 0 0;
}
.contact-4lnj .h1-style {
    color: #fff;
    margin: 0 0 20px 
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
    color: #fff!important;
    background: transparent;
    border: solid 1px #fff;
}
input::placeholder,
selec::placeholder,
textarea::placeholder {
    color: #fff;
}


/* ===== Newsletter Card ===== */
.newsletter-card{
  display:flex;
  align-items:center;
  /* justify-content:space-between; */
  gap: 36px;
  padding: 50px 80px;
  background: #F7EEE5; /* creme suave */
  border-radius: 18px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04), 0 12px 28px rgba(0,0,0,0.07);
  margin: 28px auto 0;
  max-width: 900px;
}

.newsletter-copy{
  min-width: 260px;
  text-align: left;
}

.newsletter-title{
  margin: 0 0 20px 0;
  color: var(--leather, #230704);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.newsletter-text{
  color: var(--leather, #230704);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 310px;
}

.newsletter-form{
  /* flex:1; */
  /* display: flex; */
  /* flex-flow: row; */
}
div#gform_confirmation_message_2 {
    color: var(--leather, #230704);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#gform_wrapper_2 .gfield input[type="email"]{
    border:1px solid #230704;
     
}

/* Texto digitado nos campos */
#gform_wrapper_2 .gfield input[type="email"],
#gform_wrapper_2 .gfield input[type="text"],
#gform_wrapper_2 .gfield textarea,
#gform_wrapper_2 .gfield select{
  color: #230704!important;
  border:1px solid #230704;
  font-family: 'montserrat';
}
form#gform_2 {
    display: flex;
    gap: 20px;
    place-items: anchor-center;
}


/* Placeholder */
#gform_wrapper_2 .gfield input::placeholder,
#gform_wrapper_2 .gfield textarea::placeholder{
  color: #230704;   
  opacity: 1;      
font-family:montserrat;
font-size:18px
}

 
#gform_wrapper_2 .gfield_label,
#gform_wrapper_2 .gfield_description,
#gform_wrapper_2 .instruction{
  color: #230704;
}

 
 #gform_wrapper_2 input:-webkit-autofill,
#gform_wrapper_2 textarea:-webkit-autofill,
#gform_wrapper_2 select:-webkit-autofill{
  -webkit-text-fill-color: #230704;
  transition: background-color 9999s ease-out;
}

.gform_wrapper.gravity-theme .gform_footer button,.gform_wrapper.gravity-theme .gform_footer input,.gform_wrapper.gravity-theme .gform_page_footer button,.gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0px!important;
}

@media (max-width: 840px){
  .newsletter-card{
    flex-direction:column;
    align-items:stretch;
    gap:16px;
    padding:20px;
  }

 /* section.section.hero-landing.scroll .container {padding: 0;}
 */

  #gform_wrapper_2 form{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }
  #gform_wrapper_2 .gform_fields{
    flex-direction:column;
    gap:10px;
  }
  #gform_wrapper_2 .gform_footer{
    justify-content:flex-start;
  }
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
.newsletter-card{
margin:20px;
}}
@media (max-width: 568px) {

.logo-nav img {
     
    max-width: 270px;
}}