footer{
    background: #040609!important;
}
footer .textSub{
    font-size:11px;
    font-weight:300
}
footer .links{
    border-bottom:1px solid rgba(18, 24, 35, 0.39);
    margin-bottom:30px;
    padding-bottom:15px;
}
footer .links a{
   font-weight:500;
   text-transform: uppercase;
   font-size:13px;
}
footer .textSub2{
    border-top:1px solid rgba(18, 24, 35, 0.39);
    padding-top:15px;
    margin-top:25px;
    font-weight:300;
    font-size:13px;
}
header .logo img{
    width: 180px;
}

header nav a{
    font-size:14px;
    font-weight:600;
    letter-spacing:-0.5px;
}
.wp-block-rank-math-toc-block{
    background: #cccccc33;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #bebebe;
}
.wp-block-rank-math-toc-block ul{
  display: inline-block!important;
}
.wp-block-rank-math-toc-block h2{
  margin: 0!important;
  margin-bottom: 10px!important;
}
hr {
    display: inline-block;
    border: none;
    height: 2px;
    width: 100%;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    background: linear-gradient(
        to right,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
}
.wp-block-separator.is-style-wide,
.wp-block-separator.alignwide,
.wp-block-separator.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.m-0{
    margin:0!important;
}
.bg-red{
    background: linear-gradient(45deg, rgb(0 191 99) 0%, rgb(0 190 89) 100%);
    padding: 183px 0px;
}
.pageHeader{
    padding: 185px 0px;
}
.posts .item .description{
    font-weight: 300;
    font-size:13.5px;
    letter-spacing:-0.5px;
}
.posts .item .title{

}
.posts .item a:hover{
    opacity:0.8;
}
.posts .item img{
    border-radius:10px!important;
}
.posts .item .img{
    border-radius:10px!important;
}
.posts .item img {
    transition: transform 0.3s ease; /* Suaviza o efeito */
}
.posts .item img:hover {
    transform: scale(1.1);
    border-radius:10px!important;
}
.posts .item .category{
    text-transform: uppercase;
    font-size:12px;
    opacity:0.7;
    margin-top:10px;
}






.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    line-height: 1.3;
}

.single-content h1 { font-size: 2rem; }
.single-content h2 { font-size: 1.75rem; }
.single-content h3 { font-size: 1.5rem; }
.single-content h4 { font-size: 1.25rem; }
.single-content h5 { font-size: 1.1rem; }
.single-content h6 { font-size: 1rem; }

.single-content p {
    margin-bottom: 1.2rem;
}

.single-content strong {
    font-weight: bold;
    color: #222;
}

.single-content em {
    font-style: italic;
}

.single-content a {
    color: #111;
    text-decoration: underline;
    transition: 0.2s ease;
}

.single-content a:hover {
    color: #425903;
}

.single-content ul,
.single-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.single-content ul {
    list-style-type: disc;
}

.single-content ol {
    list-style-type: decimal;
}

.single-content li {
    margin-bottom: 0.5rem;
}

.single-content blockquote {
    border-left: 4px solid #e53e3e;
    padding-left: 1rem;
    color: #555;
    font-style: italic;
    margin: 2rem 0;
    background: #f9f9f9;
}

.single-content hr {
    margin: 2rem 0;
    border: none;
    border-top: 1px solid #ddd;
}

.single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1rem 0;
}

.single-content figure {
    margin: 2rem 0;
    text-align: center;
}

.single-content figcaption {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.5rem;
}

.single-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.95rem;
}

.single-content th,
.single-content td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: left;
}

.single-content thead {
    background-color: #f1f1f1;
}

.single-content pre {
    background: #1a202c;
    color: #fefefe;
    padding: 1rem;
    overflow-x: auto;
    font-size: 0.9rem;
    border-radius: 5px;
    margin: 2rem 0;
}

.single-content code {
    background-color: #edf2f7;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.95em;
}

.single-content pre code {
    background: none;
    padding: 0;
}

.single-content iframe {
    max-width: 100%;
    margin: 2rem 0;
}

.single-content video {
    max-width: 100%;
    display: block;
    margin: 2rem 0;
}

.single-content caption {
    caption-side: bottom;
    font-size: 0.875rem;
    color: #666;
    padding: 0.5rem 0;
}

.single-content h1{
    font-size:40px;
    color:#333;
    margin-bottom:15px!important;
}
.single-content .content-post{
    font-size:16px;
    font-weight:300;
    color:#333;
}
.single-content .category{
    font-weight:300;
    text-align:center;
    font-size:13px;
}
.single-content .category a{
    text-decoration: none;
}
.single-content .single-data{
    font-weight:300;
    text-align:center;
    font-size:11px;
}
@media (max-width: 767px) {
    .single-content h1 {
        font-size: 26px;
    }
}
.line {
    height: 1px;
    background: linear-gradient(to right, white, #f0f0f0, white);
    width: 100%;
}
.more-posts a{
    text-decoration:none;
}
.more-posts .posts h2{
    font-size:20px;
    margin:0;
}
.more-posts .posts h5{
    margin-bottom:10px;
    text-align:left;
}
.more-posts .posts img{
  margin:0;
}




.list-tags {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    margin-top: 8px;
}
.list-tags .title{
    float:left;
    margin-right:10px;
    padding-top:5px;
}

.list-tags ul {

    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.list-tags li a {
    font-size:12px;
    display: inline-block;
    padding: 6px 12px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 500;
}

.list-tags li a:hover {
    background-color: #333;
    color: #fff;
}

header .logo{
    width: 240px;
}


.page-archive .pageHeader{
    padding: 40px 50px;
}

#menu-header li{
	margin-right:10px;
	display: inline-flex;
}
#menu-footer  li{
	margin-right:10px;
	display: inline-flex;
}
