.elementor-8503 .elementor-element.elementor-element-b84fd78{--display:flex;}/* Start custom CSS */h1 {
  text-align: center;  
}

input, select, textarea {
    width: 100% !important;
    /* border: 1px solid #666; */
    border-radius: 3px !important;
    padding: .5rem 1rem !important;
    /* transition: all .3s; */
    padding: 10px !important;
    width: 100% !important;
    border: 1px solid white !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    color: #c5c5c5 !important;
}

#responsive-form select {
  padding: .75rem !important;
  width: 100%;
  font-size: 17px;
  font-family: poppins;
  border: 2px solid #ff5400 !important;
  border-radius: 50px !important;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #f472b6;
}

.titulogrande{
    color:#ff5400;
    font-family:Poppins; 
    font-size:30px; 
    text-align:left;
    font-weight:600;
}

.texto{
    color:#ff5400;
    font-family:Poppins; 
    font-size:16px; 
    text-align:left;
    font-weight:400;
}
.titulorosado{
    color:#000;
    font-family:Poppins; 
    font-size:20px; 
    text-align:left;
    font-weight:600;
}

.titulo{
    color:#000;
    font-family:Poppins; 
    font-size:20px; 
    text-align:left;
    font-weight:600;
}

.row{
    margin-top:32px !important;
    margin-bot:32px !important;
}

.row>div{
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .row{
    margin-top:20px !important;
    margin-bot:20px !important;
}
}


input{
   
    padding: .75rem !important;
    width: 100%;
    font-size: 17px;
    font-family: poppins;
    border: 2px solid #ff5400 !important;
    border-radius: 50px !important;

}

form.woo_search input#keyword {
    border: none !important;
}/* End custom CSS */