* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

/* Estiliza a barra de rolagem */
::-webkit-scrollbar {
    width: 10px; /* Largura da barra de rolagem */
}

/* Estiliza o "polegar" (a parte móvel da barra de rolagem) */
::-webkit-scrollbar-thumb {
    background-color: #cdcdcd; /* Cor do polegar */
}

/* Estiliza a trilha (a parte fixa da barra de rolagem) */
::-webkit-scrollbar-track {
    background-color: #fff; /* Cor da trilha */
}

.ads-amazon {

    margin-top: 35px;
}
.ads-amazon .center {

    padding: 20px;
    background-color: #d9d9d9;
    border: 1px solid #a7aaad;
}

.ads-amazon ul {

    margin-left: 15px;
    margin-top: 10px;
}

.ads-amazon ul li {

    line-height: 21px;
}

.ads-amazon a {

    color: #a32a00;
}

.ads-amazon a:hover {

    color: #ff6900;
}

body.single-post {

	background-color: #f9f9f9;
}

.title-h2 {

    margin-bottom: 10px;
    color: #878787;
}

.books-container {

    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;

}

.title-other-books {

    margin-bottom: 20px;
    font-size: 21px;
}

.book-item {

    width: 100px;
    border: 1px solid #f2f2f2;
    flex: 0 0 auto;
}

.title-page {

    font-size: 21px;
    margin-bottom: 30px;
}

.list-categories {

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.list-categories.list-tags {

    justify-content: center;
}

.list-categories.list-tags li a {

    border: none;
}

.list-categories li {

    list-style: none;

}

.list-categories li:hover a {

    background-color: #117aa6;
    color: #fff;
}

.list-categories li a {

    border: 1px solid #117aa6;
    transition: all ease-in 0.1s;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 12px;
    color: #117aa6;
    display: inline-block;
}

.rank-math-breadcrumb {

    color: #222;
    font-size: 17px;
    text-decoration: none;
}


.rank-math-breadcrumb a {

    font-size: inherit;
    text-decoration: none;
    display: inline-flex;
    height: 100%;
    align-items: center;
}

.banner {

    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.buy {

    padding: 5px;
    background-color: #A32A00;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 100%;
    gap: 5px;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    text-decoration: none;
    transition: all ease-in 0.2s;
}

.buy:hover {

    background-color: #f44336;
}

.books-description {

    display: flex;
    flex-direction: column;
}

.book-item-description:nth-child(even) {

    background: #fff;
}

.book-item-description:nth-child(odd) {

    background: #efefef;
}

.book-item-description .group {

    display: grid;
    grid-template-columns: 200px auto;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.book-item-description {

    border-bottom: 1px solid #c9c9c9;
}

.list-books {

    padding-top: 30px;
    padding-bottom: 30px;
}


.list-books h3 {

    font-size: 21px;
    margin-bottom: 30px;
}

.list-books h4 {

    font-size: 21px;
    margin-bottom: 10px;
    color: #5a5a5a;
}

.list-books .buy {

    font-size: 12px;
    gap: 5px;
    display: inline-flex;
    padding: 5px 20px;
    width: auto;
}


h1, h2, h3, h4, h5, h6 {

	margin: 0;
	padding: 0;
}

a {

	color: #000;
}

p {

	padding-bottom: 20px;
    line-height: 21px;
}

.buttons {

	display: flex;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	gap: 20px;
}

.buttons li {

	list-style: none;
}

.buttons li a {

	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
}

.button-1 {

	border: 2px solid #306b33;
    background-color: #fff;
    color: #306b33;
    font-weight: 800;
    transition: .2s;
}

.button-1:hover {

	color: #ffffff;
    background-color: #123911;
    border: 2px solid #123911;
}

.button-2 {

	border: 2px solid transparent;
    background-color: #306b33;
    color: #fff;
    font-weight: 800;
    box-shadow: 0px 0px 18px #0cffc000;
    transition: .2s;
}

.button-2:hover {

	background-color: #123911;
}

.center {

	width: 1000px;
	margin: 0 auto;
}

.format-post h1 {

	font-size: 2em;
	margin-bottom: 0px;
}

.format-post ol,
.format-post ul {

	margin-left: 15px;
}

.format-post ul.buttons {

	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.wrapper-post {

	display: grid;
	grid-template-columns: 250px auto;
	gap: 20px;
}

.wrapper-post .image {

    top: -15px;
    position: relative;
}

.product-detail .description {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    width: 100%;
}

.product-detail .detail:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.product-detail .detail:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #eaeaea;
}

.product-detail .detail a {
    text-decoration: none
}

.product-detail .detail a:hover {
    text-decoration: underline
}

.product-detail .detail label {
    font-weight: 700;
    display: block;
    color: rgb(64, 52, 40)
}

.product-detail .detail {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    text-align: center;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 10px 5px 10px;
    margin-top: -1px;
    margin-left: -1px;
    vertical-align: top;
}

.rank-math-breadcrumb {

    margin-left: 270px;
    height: auto;
    display: flex;
    align-items: center;
}

.rank-math-breadcrumb p {

    padding-bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}

.other-books {

    background-color: #F0F0F0;
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}


@media screen and (max-width: 1000px) {

    .center {

        width: 100%;
    }

    .rank-math-breadcrumb {

        margin-left: 0px;
    }

    .wrapper-post .image {

        top: 0;
        margin-top: 15px;
    }
}

@media screen and (max-width: 800px) {

    .list-categories {

        padding-left: 15px;
        padding-right: 15px;
    }

    .rank-math-breadcrumb p {

        font-size: 13px;
    }

    .title-padding-mobile {

        padding-left: 15px;
        padding-right: 15px;
    }

    .other-books {

        margin-left: 0px;
        margin-right: 0px;
    }

    .book-item-description {

        padding-left: 15px;
        padding-right: 15px;
    }

    .book-item-description .image {

        width: 120px;
        margin: 0 auto;
    }

    .book-item-description .group {

        grid-template-columns: 1fr;
    }

    .books-container {

        margin-left: 15px;
        margin-right: 15px;
    }

}

@media screen and (max-width: 560px) {

    .wrapper-post {

        grid-template-columns: 1fr;
    }

    .wrapper-post .image {

        padding-left: 80px;
        padding-right: 80px;
    }

    .product-detail .detail {

        padding: 10px 5px 7px;

    }
}