body,
html {
    font-family: "Open sans", sans-serif;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #eeeeee;
}

html {
    scroll-behavior: smooth;
}

.labelhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#posts,
#post {
    margin: 80px auto;
}

#posts a,
#posts a:hover {
    color: #221e1f;
}

#posts h1 {
    font-size: 18px;
    font-family: 'Batusa', Georgia;
    margin-top: 0;
    margin-bottom: 15px;
    color: #221e1f;
}

#posts .detalhes {
    font-weight: bold;
    font-family: 'Batusa', Georgia;
    text-transform: uppercase;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: end;
    color: #9e9e9e;
}

.destaque {
    padding: 0.25rem 1rem;
    background-color: #9B6D4C;
    color: #ffffff;
    position: absolute;
    top: 1rem;
    z-index: 1;
    font-family: 'Batusa', Georgia;
    font-weight: bold;
    left: 0;
}

.tituloPosts{
    background-color: #9B6D4C;
    color: #ffffff;
    font-family: 'Batusa', Georgia;
    font-weight: bold;
}

.detalhes span {
    color: #9B6D4C;
}

.post {
    margin: 15px 0;
    padding: 15px;
    /*box-shadow: 0 10px 20px rgba(227,227,227,1), 0 6px 6px rgba(227,227,227,0);*/
    box-shadow: 0px 10px 20px rgba(227, 227, 227, 1),
        0px 0px 1px rgba(227, 227, 227, 1);
    height: 500px;
    background-color: #fff;
}

.post img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.post .imagemprincipal {
    max-height: 220px;
    margin: -15px -15px 0 -15px;
}

.postD {
    background: #fff;
    /*border-radius: 10px;*/
    padding: 50px;
    text-align: justify;
    margin-bottom: 15px;
    box-shadow: 0px 10px 20px rgba(227, 227, 227, 1),
        0px 0px 1px rgba(227, 227, 227, 1);
}

.postD a {
    color: #4d5061;
}

.postD h2 {
    color: #4d5061;
}

.postD img {
    max-width: 100%;
    height: auto;
}

.postD .imagemprincipal {
    max-height: 500px;
    margin: -50px -50px 25px -50px;
}

.postD .imagemprincipal img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    /*border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/
}

.post h2 {
    color: #4d5061;
}

.postr {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 10px 20px rgba(227, 227, 227, 1),
        0px 0px 1px rgba(227, 227, 227, 1);
    margin-bottom: 15px;
    font-size: 12px;
}

.postr .imagemprincipal {
    max-height: 250px;
    margin: -15px -15px -10px -15px;
}

.postr .imagemprincipal img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.postr h3 {
    color: #4d5061;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 20px 0;
}

.postr .detalhes {
    text-align: end;
    padding: 0;
    margin-top: 25px;
}

.postr p {
    font-size: 12px;
}

#post a,
#post a:hover {
    color: #4d5061;
    text-decoration: none;
}

.conteudo {
    padding-left: 40px;
}

#post h1 {
    text-align: left;
    margin-bottom: 0;
    font-size: 36px;
}
.titulo {
    margin-bottom: 40px;
}

.leia {
    padding: 15px 0 10px 0;
}

.leia a {
    color: #4d5061;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 0;
    text-decoration: none;
    position: absolute;
    bottom: 0;
}

/*.texto{
	padding: 0 15px 15px 15px;
}
*/

.data0 .dt { position: absolute; bottom: 1%; }

.data .dt { position: absolute; bottom: 2%; }

.paginacao {
    padding-top: 20px;
    text-align: center;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid transparent;
    background-color: #f8f9fa;
    color: #4d5061;
}

.page-item.active .page-link {
    border: 1px solid transparent;
    color: #fff !important;
    background-color: #9B6D4C;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid transparent;
    color: #fff !important;
    background-color: #af7c57;
}

#post-rodape{
    padding-top: 5rem;
    padding-bottom: 5rem;

    border-top: 1px solid #9e9e9e;
}

#post-rodape h1{
    text-align: center;
    text-transform: capitalize;
    font-size: 2.2rem;
    font-weight: 700;
}

#post-rodape .imagemprincipal{
    background: #fff;
}

#post-rodape img{
    opacity: 0.5;
}

#post-rodape .post{
    height: 220px;

    position: relative;
}

#post-rodape .texto{
    position: absolute;
    top: 45px;

}

#post-rodape .detalhes{
    text-align: right;
    padding-right: 15px;
}

#post-rodape .detalhes span{
    color: #ffff;
    font-family: 'Batusa', Georgia;
    font-weight: 600;
    background: #9B6D4C;
    border-radius: 5px;
    padding: 5px;
}

#post-rodape h2{
    font-size: 24px;

    color: #333;
}

#newsletter{
    padding-top: 5rem;
    padding-bottom: 5rem;

    background: rgb(160 161 161);

/*    border-top: 1px solid rgba(0, 0, 0, 0.25);*/
}

#newsletter h1{
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

#newsletter p{
    color: #ffffff;
    text-align: center;
}

.form-newsletter{
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-newsletter input{
    border: 0;
    border-radius: 0;
/*    border: 1px solid #d0a967;*/
    background: #fbf9f5;
    margin-bottom: 0.5rem;
    color: #333333;
}

.form-newsletter .btn-enviar{
    background: rgb(100 100 99);
    color: #fff;

    transition: all 0.5s ease;
}

.form-newsletter .btn-enviar:hover, .form-newsletter .btn-enviar:focus {
    background: #333333;
    color: #fff;
}

@media (min-width: 992px) {
    .form-newsletter form {
        width: 70%;
    }
}

footer {
    background: #f9f9f9;
    padding-top: 60px;
    border-top: solid 1px rgba(0, 0, 0, 0.25);
}

footer a {
    cursor: pointer;
    display: inline-block;
    transition: all ease-in-out 150ms;
}

footer a:hover,
footer a:visited,
footer a:link,
footer a:active {
    text-decoration: none;
}

.powered {
    text-align: center;
}

.powered img {
    padding-bottom: 15px;
    margin: auto;
    width: 200px;
}

.sociallinks {
    padding-bottom: 25px;
    text-align: center;
}

.sociallinks a:nth-child(1) {
    color: #4867aa;
}

.sociallinks a:nth-child(2) {
    color: #d6249f;
}

.sociallinks a:nth-child(3) {
    color: #c4302b;
}

.sociallinks a:hover {
    transform: translate(0, -5px);
}

/*.sociallinks img{
    padding: 5px;
    }*/

#erro {
    height: 100vh;

    display: flex;
    align-items: center;
}

#erro h1 {
    font-size: 200px;
    margin: 0;
}

#erro span {
    font-size: 24px;
}

.vazio {
    margin: 180px 0;
}

.vazio p {
    text-align: center;
    font-size: 28px;
}

.post {
    animation: fadein 1s;
    transition: all ease-in-out 150ms;
}

.post:hover {
    box-shadow: 0px 10px 20px rgba(204, 204, 204, 1),
        0px 0px 1px rgba(227, 227, 227, 1);
    transform: translate(0, -5px);
}

.addthis_inline_share_toolbox_xfop {
    display: flex;
    justify-content: flex-end;
    /*margin-bottom: 40px;*/
}

#downloads {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: #f1e7d6;
    border-top: 1px solid #d0a967;
}

.downloads {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    gap: 3rem;
}

.downloads a {
    color: #221e1f;
    text-decoration: none;
}

.download {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

    height: 100%;

    text-align: center;

    padding: 2.5rem 1.5rem;

    box-shadow: 0px 10px 20px rgb(230, 226, 217, 0.6),
        0px 0px 1px rgb(230, 226, 217, 0.6);
    background-color: #fff;
}

.download img {
    max-height: 6.4rem;
}

.download h1 {
    font-size: 2.1rem;
    width: 70%;
}

.scrollToTopBtn {
    background-color: #fff;

    border: none;
    border-radius: 5px;

    font-size: 2.4rem;
    line-height: 48px;
    color: #221e1f;

    cursor: pointer;

    width: 48px;

    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 100;

    opacity: 0;

    transform: translateY(100px);

    transition: all 0.5s ease;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .post {
        height: 540px;
    }
}

@media only screen and (max-width: 991px) {
    .post {
        height: 500px;
    }

    .dt { right: 4%; }
}

@media only screen and (max-width: 1440px) {
    .vazio {
        margin: 140px 0;
    }
}

@media only screen and (max-width: 767px) {
    .post {
        height: auto;
    }

    #erro h1 {
        font-size: 180px;
    }
}

@media only screen and (max-width: 425px) {
    .form-newsletter{
        display: block;
    }

    .vazio {
        margin: 88px 0;
    }

    .vazio p {
        font-size: 24px;
    }

    .postD {
        padding: 25px;
    }

    .postD .imagemprincipal {
        margin: -25px -25px 25px -25px;
    }

    #post h1 {
        font-size: 24px;
    }

    .titulo {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 320px) {
    #post {
        padding: 40px 0;
    }
}