@charset "utf-8";

/* CSS Document */

a:link {
    color: #2100F8;
    transition: all 0.3s linear;
}

a:visited {
    color: #2100F8;
}

a:active {
    color: #2100F8;
}

a:hover {
    color: #020043;
}

input {
    width: 100%;
}

input[type="submit"] {
    background-color: #0009AF;
    color: #fff;
    height: 40px;
    transition: all 0.3s linear;
    cursor: pointer;
}

input[type="submit"]:hover {
    opacity: 0.7;
}

.thumb {
    width: 33%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 10px;
}

@media screen and (max-width:800px) {
    .thumb {
        display: block;
        text-align: center;
        width: 100%;
        border: double 1px;
    }
}

.thumb1 {
    width: 24.2%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 10px;
}

@media screen and (max-width:800px) {
    .thumb1 {
        display: block;
        text-align: center;
        width: 100%;
        border: double 1px;
    }
}

.thumb2 {
    width: 49%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 10px;
}

@media screen and (max-width:800px) {
    .thumb2 {
        display: block;
        text-align: center;
        width: 100%;
        border: double 1px;
    }
}

.thumb3 {
    width: 74.5%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 10px;
}

@media screen and (max-width:800px) {
    .thumb3 {
        display: block;
        text-align: center;
        width: 100%;
    }
}

.thumb100 {
    display: block;
    text-align: center;
    width: 100%;
}

a {
    transition: all 0.3s linear;
}

a:hover {
    opacity: 0.5;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0919CF;
    color: white;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=date],
input[type=datetime-local],
input[type=time],
input[type=password],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.voltar {
    left: 0;
    position: absolute;
}

.button2 {
    background-color: white;
    color: black;
    border: 2px solid #0000B1;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    html,
    body {
        width: 297mm;
        height: 210mm;
    }
}

.center {
    text-align: center;
}