* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
body {
  background-color: #fafafa;
}

/* Estilizacao */
#customLeadFlow {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  min-height: 274px;
  min-width: 262px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 23px 0 rgb(0 0 0 / 11%);
  position: relative;
  top: 20px;
  font-family: 'AesteticoRegular',"Helvetica Neue",Helvetica,Arial,sans-serif;  
  
}
#customLeadFlow.flow-style {
  padding: 10px 20px;
}
#customLeadFlow h3 {
    position: relative;
    top: 20px;
    color: #FF670A;
    padding: 0;
    margin: 3.5vh auto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
}
#customLeadFlow h2 {
  color: #FF8C00;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
}
#customLeadFlow h3 img {
  position: absolute;
  left: -9px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#customLeadFlow h4 {
  color: #001E64;
  font-size: 16px;

}
#customLeadFlow #step_final {
    text-align: center;
    position: relative;
    top: 40px;
    
}

#customLeadFlow #step_final[data-main-flow-type="targetCNPJ"]{
  top: 0px !important;
}

#customLeadFlow span.btn-action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D6D6D6;
    appearance: none;
    background: #233768;
    border-radius: 22.5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    height: 32px;
    position: relative;
    bottom: 10px;
}

#customLeadFlow .content-form {
    min-height: 262px;
}

#customLeadFlow .content-form .saude-flow,
#customLeadFlow .content-form .odonto-flow {
  height: 190px;
}
#customLeadFlow fieldset {
  width: 100%;
  opacity: 1;
  position: relative;
  /* top: 20px; */
  transform: translateX(0px);
  transition: all .5s ease-in-out;
  z-index: 1;
}
#customLeadFlow fieldset.hidden {
  opacity: 0;
  display: none;
  transform: translateX(60px);
  transition: all .5s ease-in-out;
  z-index: -100
}

#customLeadFlow fieldset select,
#customLeadFlow fieldset input[type=text],
#customLeadFlow fieldset input[type=email],
#customLeadFlow fieldset input[type=tel],
#customLeadFlow fieldset input[type=number] {
  width: 100%;
  height: 30px;
  color: #000;
  padding: 0 16px;
  border: 1px solid #D6D6D6;
  border-radius: 30px;
  outline: none;
  appearance: none;
}

#customLeadFlow fieldset select {
  padding: 0 13px;
  appearance: auto;	
}

#customLeadFlow fieldset select:hover, #customLeadFlow fieldset select:focus,
#customLeadFlow fieldset input[type=text]:hover, #customLeadFlow fieldset input[type=text]:focus,
#customLeadFlow fieldset input[type=tel]:hover, #customLeadFlow fieldset input[type=tel]:focus,
#customLeadFlow fieldset input[type=number]:hover, #customLeadFlow fieldset input[type=number]:focus {
  background: #fafafa;
  color: #000;
  border: 1px solid #001E64;
}

#customLeadFlow fieldset .no-margin {
  margin: 0
}

#customLeadFlow fieldset .group.buttons.checkbox.target-selector {
  position: relative;
  width: 90%;
  display: block;
  margin: .5vh auto 0;
  gap: 14px;
}

#customLeadFlow fieldset .group.buttons.checkbox.targetCheckCNPJ {
  position: relative;
  width: 75%;
  display: flex;
  gap: 4px;
  margin: 1.5vh auto;
  text-align: center;
}

#customLeadFlow fieldset .group.buttons {
  position: relative;
  width: 100%;
  display: flex;
  margin: 0;
  margin: 1.5vh auto;
}
#customLeadFlow fieldset .group.buttons li{
  margin: 1.5vh auto 0;
}
#customLeadFlow fieldset .group.buttons+label.error {
  width: 125px;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#customLeadFlow fieldset .group.checkbox li input[type=checkbox],
#customLeadFlow fieldset .group.checkbox li input[type=radio] {
    /* display: none; */
    appearance: none;
    width: 71px;
    -moz-appearance: none;
}


#customLeadFlow .main_step .group, #customLeadFlow .odonto-flow .group{
  display: flex;
  justify-content: center;
  gap: 5px;
  z-index: 1;
}

#customLeadFlow .main_step .img-responsive {
    width: 100%;
    border-radius: 10px;
    position: relative;
    top: -34px;
    height: 100px;
}

#customLeadFlow .odonto-flow .group li{
  width: 90%;
  display: inline-block;
  margin-top: .5vh;
}
#customLeadFlow .main_step .group li{
  width: 80px;
  display: inline-block;
  margin-top: .5vh;
}
#customLeadFlow .main_step .group li a, #customLeadFlow .odonto-flow .group li a {
  background: #233768;
  width: 100%;
  height: 32px;
  font-size: 16px;
  color: #FFFF;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #233768;
  border-radius: 50px;
  text-align: center;
}
#customLeadFlow .main_step .group li a:hover, #customLeadFlow .odonto-flow .group li a:hover{
  color: #ffffff;
  background-color: #126DFA;
  border: 1px solid #126DFA;
  text-decoration: inherit;
  cursor: pointer;
}
#customLeadFlow fieldset .group.checkbox li label, #customLeadFlow fieldset .group.checkbox li label {
    background: #233768;
    width: 100%;
    height: 32px;
    font-size: 16px;
    color: #FFFF;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #233768;
    border-radius: 50px;
    text-align: center;
}
#customLeadFlow fieldset .group.checkbox li input[type=checkbox]:checked + label,
#customLeadFlow fieldset .group.checkbox li input[type=radio]:checked + label {
  background: #126DFA;
  border: 1px solid #126DFA;
  color: #fff
}
#customLeadFlow fieldset p {
  margin: 0 auto 6px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #233768;
}
#customLeadFlow .main_step p, #customLeadFlow .odonto-flow p {
  margin: 0 auto 6px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #233768;
}
#customLeadFlow fieldset ul li {
  position: relative;
  margin-bottom: .5vh;
}
#customLeadFlow fieldset ul li label.error {
  position: absolute;
  background: #FF2E2E;
  height: 20px;
  font-size: 12px;
  color: #fff;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
  padding: 2px 8px;
}

#customLeadFlow fieldset ul li #contactCPF-error.error, 
#customLeadFlow fieldset ul li #contactCNPJ-error.error {
	bottom: -60px;
}

#customLeadFlow fieldset .group.buttons.checkbox.quantity-selector li label{
  border: 0;
  color: #001E64;
  background: #ffff;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline;
  vertical-align: middle;;
}
#customLeadFlow fieldset .group.checkbox.quantity-selector li input[type=checkbox],
#customLeadFlow fieldset .group.checkbox.quantity-selector li input[type=radio] {
  display: none;
  appearance: none;
  -moz-appearance: none;
}
#customLeadFlow fieldset .group.checkbox.quantity-selector li input[type=checkbox] + label:before,
#customLeadFlow fieldset .group.checkbox.quantity-selector li input[type=radio] + label:before {
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 0 1px #FF8C00 inset;
}

#customLeadFlow fieldset .group.checkbox.quantity-selector li input[type=checkbox]:checked + label:before,
#customLeadFlow fieldset .group.checkbox.quantity-selector li input[type=radio]:checked + label:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.601' height='6.904' viewBox='0 0 9.601 6.904'%3E%3Cpath id='check' d='M6.982,12.456l-.077,0a1,1,0,0,1-.716-.387L3.738,8.878A1,1,0,0,1,5.323,7.659L7.1,9.966l4.344-4.137A1,1,0,0,1,12.82,7.277l-5.149,4.9A1,1,0,0,1,6.982,12.456Z' transform='translate(-3.53 -5.553)' fill='%23ff8c00'/%3E%3C/svg%3E%0A") center center no-repeat;
}

#customLeadFlow fieldset .group.checkbox.quantity-selector li input[type=checkbox]:checked + label,
#customLeadFlow fieldset .group.checkbox.quantity-selector li input[type=radio]:checked + label {
  background-color: transparent !important;
  color: #FF8C00;
  border: none !important;
}