
#banner {
  position: relative;
  z-index: 1;
}

#banner .container {
  /* display: flex;
  align-items: center; */
}

#banner .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 550px;
}

#banner .content h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px;
}

#banner .content p {
  color: #fff;
}

@media screen and (max-width: 900px) {
  #site {
    margin-top: 43px !important;
  }
  #banner .content {
    /* width: 100%;
    padding: 0 20px; */
    width: 450px;
  }
  #banner .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 800px) {
  #banner img {
    width: 100%;
  }
  #banner .content {
    max-width: 450px;
    width: 100%;
    left: 50%;
    top: 65%;
    transform: translateX(-50%);
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
 
  #banner .content {
  
    top: 50%;
  
  }
}

#contato {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#contato h1, #contato h2 {
  text-align: center;
}

#contato h2 {
  font-size: 16px;
  margin-top: 10px;
}

#contato .formas-de-contato {
  margin: 30px auto;
  justify-content: space-between;
}

#contato .formas-de-contato .flex {
  align-items: center;
  padding: 10px 5px;
  border-radius: 5px;
  transition: ease all 0.5s;
}

#contato .formas-de-contato .flex a {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

#contato form.flex {
  flex-wrap: wrap;
}

#contato .formulario h3 {
  font-size: 16px;
  font-weight: bold;
}

#contato .formulario {
  margin: 60px 0 30px 0;
}

#contato .formulario form .button {
  width: 100%;
  margin-top: 25px;
}

#contato .formulario form button[type='submit'] {
  float: right;
  color: white;
  background: var(--theme-color);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 40px;
}

#contato .formulario form button[type='submit']:hover {
  background-color: #74b52b;
}

.navigation-buttons button {
  background: var(--theme-color);
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  margin-top: 20px;

}
.navigation-buttons button[type='submit'] {
margin-left: 10px;

}

#contato .formas-de-contato .contatos:hover {
  background-color: #ddd;
}

div[class^=step] .inner {
  position: relative;
  margin-top: 20px;
}

div[class^=step] .inner textarea {
  width: 709px;
  max-width: 100%;
  min-width: 100%;
  margin: 0px;
  min-height: 105px;
  max-height: 105px;
}

div[class^="step"] input:not([type="submit"])::-webkit-input-placeholder, div[class^="step"] textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

div[class^="step"] input:not([type="submit"]):-ms-input-placeholder, div[class^="step"] textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

div[class^="step"] input:not([type="submit"])::-moz-placeholder, div[class^="step"] textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

div[class^="step"] input:not([type="submit"])::-ms-input-placeholder, div[class^="step"] textarea::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

div[class^="step"] input:not([type="submit"])::placeholder, div[class^="step"] textarea::placeholder {
  color: #000;
  opacity: 1;
}

/* .step:first-of-type .inner {
  margin-right: 10px;
} */

.step:not(.w12):nth-child(odd) .inner {
  margin-right: 10px;
}
.etapa { display: none; }

.etapa.um .step:nth-child(odd)  .inner{

margin-right: 0px;
}
.etapa.um .step:nth-child(even) .inner{

  margin-right: 10px;
  }



.step .inner {
  border: 1px solid #ddd;

}
div[class^=step] label {
  display: block;
  position: relative;
  width: 100%;
}

div[class^=step] label span {
  transition: 0.3s all;
  position: absolute;
  z-index: 9;
  top: -9px;
  font-size: 14px;
  background: white;
  padding: 0 5px;
  left: 5px;
  font-weight: 500 !important;
}


div[class^=step] input:not([type=submit]), div[class^=step] textarea, div[class^=step] select {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 10px;
  border: none;

}
div[class^=step] select {
 cursor: pointer;
}

div[class^=step].select label::after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  right: 10px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}




::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

@media (max-width:768px) {
  #contato .formas-de-contato .flex {
     text-align: center;
     margin: 0 auto;
  }
  #contato .formas-de-contato {
     flex-wrap: wrap;
  }
  #contato form.flex div {
     width: 100%;
  }
  div[class^=step] .inner textarea {
     width: 100%;
  }
  #contato {
     padding-top: 30px;
  }
}

.wc_valid * {
  color: #000 !important;
}

.wc_invalid * {
  color: #000 !important;
}

.formato_atendimento h3{
  margin-bottom: 10px;
}
.formato_atendimento  .inner {
 border: none;
}
.formato_atendimento  input {
 -webkit-appearance: auto;
    -moz-appearance: auto;
         appearance: auto;
         width: auto !important;
}
.formato_atendimento  label span  {
position: static !important;
}
.formato_atendimento  label   {
display: flex !important;
align-items: center !important;
}

.etapa{
  flex-wrap: wrap;
}

.aceite .inner{
  border: none;
}
.aceite .inner input{
  width: auto !important;
  padding: 0 !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
       appearance: auto !important;
}
.aceite .inner label span{
  position: static !important;

}
.aceite .inner label {
 display: flex !important;

}
.aceite .inner label a {
font-size: 14px;
text-decoration: underline;

}

#programa{
  padding: 50px 0;
  padding-bottom: 30px;
}
#programa h2{
 line-height: 45px;
 text-align: center;
 margin-bottom: 50px;
}
#programa h3{

 margin-bottom: 30px;
}
#programa p{

 margin-bottom: 20px;
}
#programa ul li{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}
#programa .itens{
display: flex;
grid-template-columns: repeat(5, 1fr);
justify-content: space-between;
flex-wrap: wrap;
gap: 10px;
}
@media  screen and (max-width: 1200px){
  #programa .itens{
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
  }

  #programa h2{
    font-size: 20px;
    line-height: 30px;
  }
  
  
}
#programa .itens .item{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
text-align: center;
width: 200px;
/* width: 15%; */
}
#programa .itens img{
width: 50px;
/* width: 15%; */
}

.ultimo .inner{
  border: none !important;
}