main{
/*    display: flex;
    justify-content: flex-end;*/
    font-family: Verdana, Geneva, sans-serif;
    color: #373737;
}
main .titulo{
    color: #3D87AB;
    padding: 0 14%;
    font-size: 24px;
    box-sizing: border-box;
}
main .sp{
    position: relative;
    width: 75%;
    border: 2px solid #3D87AB;
    margin-bottom: 48px;
}
main .sp img{
    display: block;
    position: absolute;
    right: -37px;
    top: -26px;
}
main form{
    padding: 0px 10% 48px 10%;
}
form #registrar{
    width: 100px;
    text-align: center;
    padding: 12px 18px;
    background: #0083a6;
    color: white;
    cursor: pointer;
    margin: 16px 0;
}
form input[type=text], form input[type=password], form input[type=email], form input[type=date], form select{
    height: 32px;
    padding: 0 12px;
    box-sizing: border-box;
    width: 100%;margin-top: 8px;
}
.callback_message{
    color: green;
    padding: 96px 64px;
    font-size: 18px;
}


.radio_btn{
    margin: 10px;
}
.radio_list{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.cero{
    width: 0%;
}
.handred{
    width: 100%;
}
.tright{
    text-align: right;
}
.entity, .sex{
    padding: 32px 0;
}