form.form-estabelecimento {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    padding-bottom: 15px;
}

ul.ul-estabelecimento {
    width: 90%;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif!important;
}

ul.ul-estabelecimento legend {
    text-align: center;
    margin-top: 6%;
    margin-bottom: 6%;
    color: #be0f0f;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 6%;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 400;
}

ul.ul-estabelecimento input {
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif!important;
    border-radius: 5px;
    border: none;
    border: solid 0.1em #999;
}

ul.ul-estabelecimento li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 12px;
}

ul.ul-estabelecimento li label {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif!important;
}

ul.ul-estabelecimento input {
    padding-left: 5px;
    color: #333;
    line-height: 26px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif!important;
    border-radius: 5px;
    border: none;
    border: solid 0.1em #999;
}

ul.ul-estabelecimento .span-ex {
    font-size: 12px;
    margin-top: 3px;
    letter-spacing: 0.02em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif!important;
}

ul.ul-estabelecimento textarea {
    padding-left: 5px;
    color: #333;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif!important;
    border-radius: 5px;
    border: none;
    border: solid 0.1em #999;
}

p.span-ex.span-select {
    display: flex;
    border-top: solid 0.1em #ededed;
    padding: 3px;
}

p.span-ex.span-select span {
    line-height: 16px;
    display: flex;
    flex-direction: column;
}

input.checkVertical {
    margin-right: 10px;
    margin-top: 8px;
}

legend.legendBtn {
    border-radius: 5px;
    text-align: center;
    margin-top: 0%!important;
    margin-bottom: 0%!important;
    font-size: 16px!important;
    font-weight: 400!important;
    padding: 2%!important;
}

.teln {
    width: 40px;
    text-align: center;
}

.telddd {
    width: 25px;
    text-align: center;
}

span.boxCheckWhats label {
    font-size: 12px!important;
}

.check a {
    text-decoration: none;
    font-size: 14px;
}

.check {
    margin-bottom: 15px;
    font-size: 14px;
}

input.btnEnviar {
    padding: 1%;
    color: #ffffff!important;
    font-size: 16px!important;
    border: none!important;
}

/* FORM MENORES */

form.form-estabelecimento.form-login {
    width: 270px;
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0px 10px 15px -9px #0000002b;
}

form.form-estabelecimento.form-login legend {
    font-size: 16px;
}

form.form-estabelecimento.form-login label {
    font-weight: 400;
    font-size: 14px;
}

form.form-estabelecimento.form-login .div-check {
    font-size: 12px;
    margin-top: 3px;
    letter-spacing: 0.02em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif!important;
    display: flex;
}

input.input-insta {
    background: url(../icon/IconArroba.png) no-repeat 6px -2px!important;
    padding-left: 26px!important;
    background-size: 20px!important;
    letter-spacing: 1px;
    font-size: 14px!important;
}

legend.legendBtn {
    font-size: 21px!important;
}

/* //CADASTRO USER */



  .wrapper{
    height: 30px;
    justify-content: space-between;
    border-radius: 5px;
    display: flex!important;
    align-content: center!important;
   
  
  }
  .wrapper .option{
    background: #fff;
    height: 100%;
    width: 48%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 10px; */
    border-radius: 5px;
    cursor: pointer;
    /* padding: 0 10px; */
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
  }
  .wrapper .option .dot{
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    left: -5px;
  }
  .wrapper .option .dot::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #33A7DB;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  input[type="radio"]{
    display: none;
  }
  #option-1:checked:checked ~ .option-1,
  #option-2:checked:checked ~ .option-2{
    border-color: #33A7DB;
    background: #33A7DB;
  }
  #option-1:checked:checked ~ .option-1 .dot,
  #option-2:checked:checked ~ .option-2 .dot{
    background: #fff;
  }
  #option-1:checked:checked ~ .option-1 .dot::before,
  #option-2:checked:checked ~ .option-2 .dot::before{
    opacity: 1;
    transform: scale(1);
  }
  .wrapper .option span{
    font-size: 20px;
    color: #808080;
  }
  #option-1:checked:checked ~ .option-1 span,
  #option-2:checked:checked ~ .option-2 span{
    color: #fff;
  }