select[multiple] {
    overflow: hidden;
    background: #f5f5f5;
    width:100%;
    height:auto;
    padding: 0px 5px;
    margin:0;
    border-width: 2px;
    border-radius: 5px;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
  }
  /* select single */
  .required .chosen-single {
    background: #F5F5F5;
    border-radius: 5px;
    border: 1px #D3D3D3;
    padding: 5px;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
}
/* select multiple */
.required .chosen-choices {
    background: #F5F5F5;
    border-radius: 5px;
    border: 1px #D3D3D3;
    padding: 0px 5px;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.titulo-cad {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    color: #2B2B2B;
    padding-top: 10px;
}
.boxinfo {
    background: #FFFF;
    width: 100%;
    height: 43px;
    padding: 5px;
    text-align: start;
    margin-bottom: 10px; /* Add margin-bottom to create spacing */
    border-radius: 5px;
    border: 2px solid rgba(230, 230, 230, 1);
}
.boxchild{
    background: #FFFFFF;
    box-shadow: 5px 3px 11px 0px rgba(106, 32, 44, 0.34);
    border-radius: 20px;
    padding: 34px;
    width: 65%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.vinculo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.form-check{
    margin-right: 35px;
}

.radios{
    margin:5px;
}

.main_title{
    font-weight: 600;
    font-size: 30px;
    line-height: 47px;
    display: flex;
    align-items: center;
    color: #590B10;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom:10px
}

.form-control{
    box-shadow: none;
}

.images{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 5%;
}

.botaosalvar{
    border-radius: 10px;
    background: #2B8C64;
    height: 45px;
    padding: 10px 5rem;
    justify-content: center;
    align-items: center;
    border: #2B8C64;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.botaovoltar {
    border-radius: 10px;
    border: 1px solid #DACFCF;
    background: #FFF;
    height: 45px;
    padding: 10px 5rem;
    justify-content: center;
    align-items: center;
    color: #6B6B6B;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.divisor{
    color:#5C1C26;
    background-color: #5C1C26;
    align-self: center;
}

.container-botoes{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap:5%
}
