@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.container-100-tax-news-filtros {
    background: #e0e0e0;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
    border-bottom: thin solid #150323;
    border-top: thin solid #150323;
}
.container-central-tax-news-filtros {
    max-width: 1100px;
    padding: 30px 0px 15px 0px;
    margin: auto;
    box-sizing: border-box;
}
.container-100-tax-news {
    background: #e0e0e0;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
}
.container-central-tax-news {
    max-width: 1100px;
    padding: 40px 0px 50px 0px;
    margin: auto;
    box-sizing: border-box;
}
.container-elementos {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
    grid-row-gap: 25px;
}
.elementos {
    display: none;
    background: white;
    border: thin solid #dedede;
    padding: 15px 20px;
    height: auto;
    line-height: 1.3;
}
.elementos-data {
    color: #150323;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.texto-data {
    padding-bottom: 2px;
    border-bottom: 1.5pt solid #150323;
}
.elementos h1 {
    padding: 10px 0px 15px 0px;
    margin: 0px;
    color: #150323;
    font-size: 18px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.elementos p {
    padding: 0px 0px 16px 0px;
    margin: 0px;
    color: #333;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.elementos a {
    text-decoration: none;
    color: #333333;
}
.elementos a:hover {
    text-decoration: underline;
}
.cta-leia-mais {
    font-size: 16px;
    font-weight: 600;
    border: 0;
    padding: 0;
    background: transparent;
    color: #150323;
    cursor: pointer;
    display: inline-block;
}
.cta-leia-mais:hover {
    text-decoration: underline;
}
.kpmg-blue {
    color: #150323;
}
.show {
    display: block;
}
.container-elementos {
    overflow: hidden;
}
/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 1px 4px 1px 4px;
    margin: 0px 20px 15px 0px;
    font-size: 18px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-color: transparent;
    cursor: pointer;
    border-bottom: medium solid transparent;
    color: #999;
}
.btn:hover {
    background-color: transparent;
    color: #150323;
    border-bottom: medium solid #150323;
}
.btn.active {
    background-color: transparent;
    color: #150323;
    border-bottom: medium solid #150323;
}

/* ipad */
@media only screen and (max-width: 1100px) {
.container-100-tax-news {
}
.container-central-tax-news {
}
}

/* mobile */
@media only screen and (max-width: 640px) {
.container-100-tax-news-filtros {
    padding: 0px 15px 0px 15px;
}
.container-central-tax-news-filtros {
    max-width: 100%;
    padding: 25px 0px 10px 0px;
}
.container-100-tax-news {
    padding: 0px 15px 0px 15px;
}
.container-central-tax-news {
    max-width: 1100px;
    padding: 30px 0px 50px 0px;
}
.container-elementos {
    grid-template-columns: 100%;
    grid-row-gap: 25px;
}
.elementos {
}
/* Style the buttons */
.btn {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    text-align: left;
    border-bottom: medium solid transparent;
    color: #999;
}
.btn:hover {
    background-color: transparent;
    color: #150323;
    border-bottom: medium solid #150323;
}
.btn.active {
    background-color: transparent;
    color: #150323;
    border-bottom: medium solid #150323;
}
} 