/* folder */
.folder {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #585858;
    font-weight: 400;
    margin: 10%;
}

.folder .imagem {
    margin: 30px 0;
    text-align: center;
}

.folder .imagem img {
    max-width: 300px;
}

.folder h2 {
    color: #00642a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 50px 0 10px;
    text-transform: uppercase;
}

.folder h2.nome {    
    font-size: 29px;
}

.folder .voltagem .titulo {
    font-weight: 600;
}

.folder .descricao {
    margin-top: 30px;
}

.folder .descricao h2, 
.folder .descricao h3 {
    color: #585858;
    font-weight: 400;
    margin: 10px 0;
    font-size: 16px;
}

.folder .diferenciais h3 {
    border-bottom: 1px solid #cccc;
    color: #00642a;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
}

.folder .diferenciais .diferencial-item {
    display: flex;
    justify-content: space-between;
    page-break-inside: avoid;
}

.folder .diferenciais .diferencial-item div:first-of-type {
    margin-right: 30px;
}

.folder .diferenciais .diferencial-item .description {
    width: 80%;
}

.folder .especificacoes h3 {
    border-bottom: 1px solid #cccc;
    color: #00642a;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.folder .especificacoes .table-content {
    page-break-inside: avoid;
}

.folder .especificacoes .table-content table {
    text-align: left;
    border-spacing: 0;
    color: #585858;
    width: 100%;
}

.folder .especificacoes .table-content table tbody tr td {
    width: 50%;
}

.folder .especificacoes .table-content.two-tables {
    display: flex;
}

.folder .especificacoes .table-content.two-tables table {
    width: 45%;
    margin-right: 5%;
}

.folder .especificacoes .table-content table tbody tr {
    height: 30px;
}

.folder .especificacoes .table-content table tbody tr:nth-child(even) {
    background: #eee !important;
    -webkit-print-color-adjust: exact; 
}

.folder .gabaritos .description h4 {
    color: #09873e;
}

.folder .gabaritos .gabarito-item {
    page-break-inside: avoid;
}

.folder .gabaritos .gabarito-item img {
    max-width: 100%;
}

.folder .rodape {
    page-break-before: always;
    margin-top: 15vh;
    text-align: center;
    color: #777;
}

.folder .rodape h3 {
    font-weight: 400;
    margin: 0;
    font-size: 30px;
}

.folder .rodape p {
    margin: 0;
}

.folder .rodape p.endereco {
    margin: 30vh 0 0 0;
}

.folder .rodape .marcas {
    margin: 20px;
}

.folder .rodape .marcas img {
    max-width: 100%;
}

.folder .rodape .telefones {
    margin: 10vh 0;
}

.folder .rodape .telefones .telefone {
    margin: 30px 0;
}

.folder .rodape .telefones .telefone .titulo {
    width: 100%;
    text-transform: uppercase;
    float: left;
    line-height: 10px;
}

.folder .rodape .telefones .telefone .numero a {
    font-size: 26px;
    text-decoration: none;
    color: #666;
    font-weight: 600;
}