:root {
    --color_principal: #10608b;
}

body {
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    color: #424242;
}

a {
    color: #424242;
    text-decoration: none;
}

a:link {
    color: #424242;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--color_principal);
    text-decoration: underline;
}

input {
    height: 32px;
    background-color: #e0e0e0;
    border: 2px solid #aeaeae;
    width: 100%;
    padding-left: 6px;
    color: #424242;
    font-weight: normal;
}

input:focus {
    border: 2px solid #9accff;
}

textarea {
    height: 144px;
    background-color: #e0e0e0;
    border: 2px solid #aeaeae;
    width: 100%;
    padding-left: 6px;
    color: #424242;
    font-weight: normal;
    resize: none;
}

textarea:focus {
    border: 2px solid #9accff;
}

select {
    height: 32px;
    background-color: #e0e0e0;
    border: 2px solid #aeaeae;
    width: 100%;
    padding-left: 6px;
    color: #424242;
    font-weight: normal;
}

select:focus {
    border: 2px solid #9accff;
}

td {
    border-bottom: solid 10px transparent;
}

input[type="checkbox"] {
    width: 30px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 4px;
}

button {
    outline: none;
}

campo {
    display: inline-block;
}
