.description.text-default.text-center p{
    text-align: left;
}
.relacoes {
    padding: 5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.relacoes__header {
    flex: 0 0 100%;
}
.relacoes__text {
    flex: 0 0 32%;
    padding: 3rem 2rem;
    background-color: #c3261f;
}
.relacoes__form {
    flex: 0 0 67%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 0;
    background-color: #484848;
    height: 100%;
}
.relacoes__form .wpcf7-response-output{
    color: #fff;
}
div.wpcf7 {
    flex: 0 0 67%;
}
.relacoes__title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}
.relacoes__text p {
    color: #fff;
}
.relacoes__field {
    width: 100%;
    display: flex;
    align-items: center;
}
.relacoes__label {
    color: #fff;
    font-family: Bold;
    font-size: 1.8rem;
    width: 15%;
    text-align: right;
    padding-right: 1.5rem;
}
.relacoes__input {
    flex: 1;
    padding: 1rem;
    font-family: Regular;
    font-size: 1.8rem;
    border: none;
}
.relacoes__submit {
    background-color: transparent;
    border: none;
    margin-left: auto;
    color: #fff;
    font-family: Bold;
    font-size: 2rem;
    margin-top: 1rem;
}
.contato__header {
    margin-bottom: 1rem;
    flex: 100%;
}
.section-contato {
    padding: 5rem 0 5rem 0;
    display: flex;
    flex-wrap: wrap;
}
.contato__email {
    text-decoration: none;
    margin-bottom: 5rem;
    display: block;
    flex: 100%;
}
.contato__info {
    flex: 0 0 30%;
    padding: 0px 5rem 0 0;
}
.contato__info:last-child {
    padding: 0 0 0 5rem;
    border-left: 1px solid #484848;
}
.contato__link {
    margin-top: 1.5rem;
    display: block;
    text-decoration: none;
}
.section-informacoes {
    padding: 5rem 0 0;
}
.informacoes__header {
    display: flex;
    flex-wrap: wrap;
}
.informacoes__title {
    flex: 100%;
}
.informacoes__abas {
    flex: 100%;
    display: flex;
}
.informacoes__container,
.downloads__bg {
    background-image: url(../../img/cimento-listrado.png);
    background-size: contain;
}
.downloads__bg {
    padding: 0 0 5rem 0;
}
.wrapp-informacoes {
    background-color: #f1f1f1;
    padding: 4rem 3rem;
    position: relative;
}
.informacoes__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.informacoes__content.active {
    position: relative;
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: all .6s;
}
.informacoes__download {
    margin: 1rem 0;
    text-decoration: none;
}
.wrapp-downloads {
    padding: 7rem 0;
}
.downloads__table {
    position: relative;
    top: -88px;
}
.downloads__table:last-child {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all .8s;
}
.downloads__table.show:last-child {
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    padding-top: 88px;
}
.downloads__header {
    display: flex;
}
.downloads__content {
    background-color: #eaeaea;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 1s, max-height 0s;
}
.downloads__content.active {
    padding: 8rem 5rem;
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
}
.table-info {
    width: 100%;
}
.table-info, .table-info th, .table-info td {
    border-collapse: collapse;
}
.table-info tr:nth-child(even) {
    background-color: #dfdfdf;
}
.table-info tr:nth-child(odd) {
    background-color: #eaeaea;
}
.table-info td {
    padding: 1rem;
    font-size: 1.8rem;
    color: #484848;
}
.table-info th {
    padding: 2rem;
    color: #fff;
    font-family: Light;
}
.table-info th:not(:first-child) {
    background-color: #484848;
}
.table__link i {
    font-size: 2rem;
    padding: 0;
}
.table__link {
    display: block;
    text-align: center;
}
.table-info tr:nth-child(2) td:first-child {
    border-top: 1.8px solid #000;
    border-left: 1.8px solid #000;
}
.table-info tr:not(:first-child) td:first-child {
    border-left: 1.8px solid #000;
    border-right: 1.8px solid #000;
}
.table-info tr:last-child td:first-child {
    border-bottom: 1.8px solid #000;
}
.table-info tr td:last-child {
    border-right: 1.8px solid #000;
}
.table-info tr:last-child td {
    border-bottom: 1.8px solid #000;
}
.table-info tr:nth-child(2) {
    border-top: 1.8px solid #000;
}
.show-more {
    display: block;
    margin: -45px auto 0;
    background-color: transparent;
    border: none;
    font-size: 2rem;
    outline: none;   
    cursor: pointer;
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 800px) {
    .relacoes__text {
        flex: 0 0 100%;
    }
    .relacoes__form {
        flex: 0 0 100%;
        max-width: 100%;
    }
    div.wpcf7 {
        /* flex: 0 0 100%; */
        max-width: 100%;
        /* display: flex; */
    }
    .relacoes__field {
        margin: 1rem 0;
        flex-wrap: wrap;
    }
    .relacoes__label {
        width: unset;
        flex: 0 0 100%;
        text-align: left;
        margin-bottom: 1rem;
    }
    .contato__info {
        flex: 0 0 50%;
    }
    .downloads__content {
        overflow-x: scroll;
    }
    .downloads__header,
    .informacoes__abas {
        flex-wrap: wrap;
    }
    
    .downloads__header .aba-container:last-child,
    .informacoes__abas .aba-container:not(:last-child), 
    .informacoes__abas .aba-container:last-child {
        margin: 0 10px 10px;
    }
    .downloads__header .aba-container:not(:last-child){
        margin: 0 10px 30px 10px;
    }
    .downloads__content.active {
        padding: 5rem 0;
    }
    .table-info tr:not(:first-child) td:first-child {
        min-width: 220px;
    }
    .downloads__header .aba-label,
    .informacoes__abas .aba-label {
        padding: 1rem;
    }
    .downloads__header .aba-input:checked ~ .aba-label,
    .informacoes__abas .aba-input:checked ~ .aba-label {
        padding: 1.5rem;
    }
    .downloads__header .aba-label:hover,
    .informacoes__abas .aba-label:hover {
        padding: 1.5rem;
    }
    .relacoes__input {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .contato__info:last-child {
        padding: 3rem 0 0 0rem;
        border-left: none;
        border-top: 1px solid #484848;
        margin-top: 3rem;
    }
    .contato__info {
        flex: 0 0 100%;
    }
}

/* Alto contraste */
.high-contrast .section-downloads, .high-contrast .downloads__content, .high-contrast .section-informacoes, .high-contrast .relacoes__form, .high-contrast .table-info tr:nth-child(odd) {
    background-color: #343434;
}
.high-contrast .downloads__bg,
.high-contrast .wrapper.wrapp-informacoes,
.high-contrast .relacoes__text,
.high-contrast .table-info tr:nth-child(even) {
    background-color: #000;
}
.high-contrast .section-relacoes ~ .red-bottom, .high-contrast .section-relacoes {
    background-color: #464646;
}
.high-contrast .table-info tr {
    border-color: #fff;
}
.high-contrast .table-info tr:nth-child(2) td:first-child {
    border-top: 1.8px solid #fff;
    border-left: 1.8px solid #fff;
}
.high-contrast .table-info tr:not(:first-child) td:first-child {
    border-left: 1.8px solid #fff;
    border-right: 1.8px solid #fff;
}
.high-contrast .table-info tr:last-child td:first-child {
    border-bottom: 1.8px solid #fff;
}
.high-contrast .table-info tr td:last-child {
    border-right: 1.8px solid #fff;
}
.high-contrast .table-info tr:last-child td {
    border-bottom: 1.8px solid #fff;
}
.high-contrast .table-info tr:nth-child(2) {
    border-top: 1.8px solid #fff;
}





.section-additional {
    background: #f1f1f1;
    padding: 40px 0;
} 
.high-contrast .section-additional{
    background: #7e7e7e;
}

.additional {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
 

.additional .flex__title{
    flex: 0 0 80%;
    text-align: center;
    margin-bottom: 0;
    margin-bottom: 2rem;
}


.additional__btn-login {
    display: inline-block;
    width: 123px;
    padding: 12px;
    background: #c3261f;
    color: #fff; 
    font-family: "Bold";
    text-decoration: none;
    text-align: center;
    line-height: 1;
} 
@media (min-width: 768px) {
    .section-additional {
        padding: 60px 0;
    }
    .additional{
        justify-content: space-between;
    }
    .additional .flex__title{
        flex: 0 0 auto;
        text-align: left;
        margin-bottom: 0;
    } 
}


.additional-single__header {
    padding: 40px 0 0;
    color: #484848;
}
.additional-single__return {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Bold";
    font-size: 15px;
    color:  #484848;
    text-decoration: none;
    letter-spacing: 0.06em;
}

.additional-single__return::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 20px;
    height: 16px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAAASJJREFUOI2l1L8rxVEYx/HXdS+Ju5Ik0x1slPIjZLiGm7Iok2S3W5R/wGSwyGowkLLcMknXQEYsksUkJUV+RBnOUXe41/f+eOosz3nO+3zOec7npAqFgoRoxzaGMYXnYrFYtTiTAOvBIcbwgtak3Vv+mRvEeYTdYxKPjQLnUEI/ziL0KglWDbgqHDOLXeRrUVYJ2IYdbMT8GpbwWSsMUrHLeaxjGm9YxkE9oL/IYBRH6Ii5Tuw3wHpFvgU/jSipECnCXV0KRz6OEx9YjAX1jCwu0rlcDh6why6MYx5pnNQrs9wp31jBDTaFJg0IDXovX/Sf9Sq9wy3MClZbiCp7a1VYzSnHmMAdRgQLDjUDhGvBciX04RTdzQDhCTPC93WLryTgLza7NakUx282AAAAAElFTkSuQmCC);
}

.additional-single__subtitle {
    text-align: center;
    margin-bottom: 24px;
    font-family: Regular;
    font-weight: normal;
    color: #484848;
}

.additional-single__header .flex__title {
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
}  

.additional__download-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0;
}
.additional__download-list .informacoes__download {
    display: block;
}
.additional__download-list .informacoes__download:first-child {
    margin-top: 0;
}
.additional__download-list .informacoes__download:last-child {
    margin-bottom: 0;   
}

@media (min-width: 768px) {
    .additional-single__header {
        padding: 74px 0 0;
    }
    .additional-single__return {
        margin-bottom: 60px;
    }
    .additional-single__subtitle { 
        font-size: 20px;
    }
    .additional__download-list {
        padding: 5rem 0;
    }

}
.additional__form {
    width: 100%;
    max-width: 460px;
    margin: auto;
}
.additional__form .relacoes__form{
    background-color: transparent;
}
.additional__form .relacoes__label {
    color: #484848;
    padding-right: 0;
    margin-right: 1.5rem;
}
.additional__form .relacoes__field {
    margin-bottom: 20px;    
}
.additional__form .relacoes__input {
    width: 100%;
}
.additional__checkPolitica {
    color: #484848;
    font-size: 14px;
    position: relative;
}
.additional__checkPolitica input {
    position: absolute; 
    top: 0; left: 0;
}
.additional__checkPolitica {
    padding-left: 20px;
}
.additional__form  .additional__btn-login {
    margin: 20px auto;
    cursor: pointer;
}
@media (min-width: 768px) {
    .additional__checkPolitica{
        margin-left: 70px;
    }  
}



