*{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

input, select{
    height: 30px !important;
    border-radius: 5px !important;
}

input.radio{
    margin-top: 0;
}
input.radio:hover{
    cursor: pointer;
}

fieldset{
    margin-bottom: 15px;
    background-color: #f3f3f3;
}

legend{
    font-weight: 600;
    font-size: 18px;
}

body {
    margin: 0;
}

.logo{
    display: block;
    margin: 0 auto;
}

.assinatura {
    margin: 2px auto;
    margin-top: 60px;
}
.assinatura input{
    border-width: 0px 0px 2px 0px;
    border-radius: unset !important;
    outline: none;
    border-color: black;
    text-align: center;
    background-color: white;
    font-size: large;
}

.minorFont label{
    font-size: 14px !important;
}

#modal {
    top: 0;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 56%);
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.5s ease;
}
#modal label{
    width: 100%;
    text-align: center;
    font-size: 35px;
}

.modal-hidden{
    opacity: 0 !important;
    pointer-events: none;
}
.modal-visible{
    opacity: 1 !important;
}

.inline-block{
    display: flex;
}

#corpo{
    position: relative;
    margin: 25px auto;
    width: 1000px;
}

h3{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.campo-arquivo {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
.campo-arquivo label{
    font-family: monospace;
}

.text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.text-center {
    text-align: center;
    font-weight: 500;
    margin-top: 0px;
}

.content {
    display: flex;
    flex-direction: column;
}
.content button{
    font-size: large;
    padding: 15px 30px;
    margin: 0 auto;
}

.content button:hover{
    cursor: pointer;
}

.internal-button{
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: large;
    color: white;
    background-color: #52A892;
    border-radius: 8px;
    border: 0;
}

.internal-button:hover{
    cursor: pointer;
    background-color: #3e8170;
}

.description{
    width: 100%;
}
.title{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.is-hidden {
    display: none !important;
}

.form-control-radio{
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.select-form-type{
    background-color: #52A892;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    margin: 0px 20px;
    width: 100%;   
    padding: 12px 25px;
    transition: 0.5s;
}

.radio:checked + .select-form-type {
    background-color: #1c453a;
}

.select-form-type:hover{
    cursor: pointer;
}
.label:hover{
    cursor: pointer;
}



.form-control:not([type="radio"]) {
    width: 100%;
}

.row > .col-100, .row > .col {
    width: 100%;
}

.row > .col-90 {
    width: 90%;
}

.row > .col-85 {
    width: 85%;
}

.row > .col-80 {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row > .col-75 {
    width: 75%;
}

.row > .col-70 {
    width: 70%;
}

.row > .col-68 {
    width: 68%;
}

.row > .col-65 {
    width: 65%;
}

.row > .col-60 {
    width: 60%;
}

.row > .col-52 {
    width: 52%;
}

.row > .col-50 {
    width: 50%;
}

.row > .col-45 {
    width: 45%;
}

.row > .col-40 {
    width: 40%;
}

.row > .col-38 {
    width: 38%;
}

.row > .col-35 {
    width: 35%;
}

.row > .col-34 {
    width: 34%;
}

.row > .col-33 {
    width: 33%;
}

.row > .col-30 {
    width: 30%;
}

.row > .col-28 {
    width: 28%;
}

.row > .col-25 {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row > .col-23 {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row > .col-20 {
    width: 20%;
}

.row > .col-17 {
    width: 17%;
}

.row > .col-16 {
    width: 16%;
}

.row > .col-15 {
    width: 15%;
}

.row > .col-10 {
    width: 10%;
}


.row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-spacing: 10px 0;
    border-collapse: separate;
    margin: 10px 0;
}

.form-group{
    margin: 0px 2px;
}

input, select {
    background-color: #f7f7f7;
    border: 1px solid #a5a5a5;
}

input[type="file"]{
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}