.header {
    --background-color: color-mix(in srgb, rgb(0 0 0), #000000 30%);
    --heading-color: #ffffff;
    color: var(--default-color);
    transition: all 0.5s;
    z-index: 997;
    background-color: var(--background-color);
}
/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
/* Blog Section - Blog Page
------------------------------*/
.blog .posts-list article {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 25%);
    padding: 0px;
    height: 450px;
    overflow: hidden;
    margin-bottom: 60px;
    background: #c4c4c40d;
}
.menu-isotopico {
    text-align: center;
    margin-bottom: 20px;
}
.menu-isotopico button {
    margin: 5px;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f0f0f0;
    cursor: pointer;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.share-link {
    margin-right: 10px;
}
.whatsapp {
    color: green;
}
.facebook {
    color: blue;
}
.instagram {
    color: purple;
}
.blog .posts-list .post-img {
    margin: 0;
    overflow: hidden;
}
.blog .posts-list .post-category {
    font-size: 16px;
    color: rgba(var(--color-2), 0.6);
    margin-bottom: 10px;
}
.blog .posts-list .title {
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
    margin: 0 0 30px 0;
    text-align: left;
}
.title-home-blog {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
    color: var(--color-1);
}
.posts-list .description {
    font-size: 18px;
}
.blog .posts-list .title a {
    color: var(--cor-2);
    transition: 0.3s;
}
.blog .posts-list .title a:hover {
    color: var(--color-1);
}
.blog .posts-list .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.blog .posts-list .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}
.blog .posts-list .post-date {
    font-size: 14px;
    color: rgba(var(--color-2), 0.6);
    margin-bottom: 0;
}
.blog .pagination {
    margin-top: 30px;
    color: rgba(var(--color-2), 0.6);
}
.blog .pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog .pagination li {
    margin: 0 5px;
    transition: 0.3s;
}
.blog .pagination li a {
    color: rgba(var(--color-2), 0.6);
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog .pagination li.active,
.blog .pagination li:hover {
    background: var(--color-1);
    color: var(--cor-3);
}
.blog .pagination li.active a,
.blog .pagination li:hover a {
    color: var(--cor-3);
}
.post-img img {
    border-radius: 0;
    margin-bottom: 30px;
    width: 100%;
}
.category ul {
    margin-top: 15px;
    margin-left: 0px;
    padding: 0;
}
.category ul li {
    list-style: none;
    padding: 3px 0px 3px 0px;
}
.category ul li a {
    color: var(--color-2);
}
.category ul li a:hover {
    color: var(--color-1);
}
#scrollspy-content {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
    height: auto;
    padding: 20px;
}
#scrollspy-content .social {
    border-bottom: 1px solid #c4c4c4a3;
    padding-bottom: 10px;
}
.post .social {
    transition: ease-in-out 0.3s;
    text-align: center;
}
.post .social a {
    transition: color 0.3s;
    color: #151515;
    margin: 0 3px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.8);
    transition: ease-in-out 0.3s;
    color: #484848;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.post .social a:hover {
    color: #151515;
    background: var(--color-1);
}
.post .social i {
    font-size: 18px;
    line-height: 0;
}
.form-control {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.search {
    width: 350px;
}
.btn-search {
    background: #0c5d4c;
    color: #fff;
    border: 1px solid #0c5d4c;
}
.btn-search:hover {
    color: var(--color-3);
    background-color: var(--color-5);
    border-color: var(--color-5);
}
/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
/* Blog-details Section - Blog Details Page
------------------------------*/
.post .article {
    background-color: var(--color-3);
    box-shadow: 0 4px 16px rgba(var(--color-2), 0.1);
    padding: 0px 30px 0px 30px;
}
.post .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}
.post .title {
    color: var(--cor-2);
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.post .content {
    margin-top: 20px;
}
.post .content figure img {
    width: 100% !important;
    height: auto !important;
}
.post .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}
.post .content blockquote {
    overflow: hidden;
    background-color: rgba(var(--color-2), 0.05);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.post .content blockquote p {
    color: var(--color-2);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}
.post .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-1);
    margin-top: 20px;
    margin-bottom: 20px;
}
.post .meta-top {
    margin-top: 20px;
    color: rgba(var(--color-2), 0.6);
}
.post .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}
.post .meta-top ul li+li {
    padding-left: 20px;
}
.post .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(var(--color-2), 0.6);
}
.post .meta-top a {
    color: rgba(var(--color-2), 0.6);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}
.post .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(var(--color-2), 0.1);
}
.post .meta-bottom i {
    color: rgba(var(--color-2), 0.6);
    display: inline;
}
.post .meta-bottom a {
    color: rgba(var(--color-2), 0.6);
    transition: 0.3s;
}
.post .meta-bottom a:hover {
    color: var(--color-1);
}
.post .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}
.post .meta-bottom .cats li {
    display: inline-block;
}
.post .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}
.post .meta-bottom .tags li {
    display: inline-block;
}
.post .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-2);
    content: ",";
}
.post .meta-bottom .share {
    font-size: 16px;
}
.post .meta-bottom .share i {
    padding-left: 5px;
}
.post .sidebar {
    background-color: var(--color-3);
    padding: 30px;
    box-shadow: 0 4px 16px rgba(var(--color-2), 0.1);
}
.post .sidebar .sidebar-title {
    color: var(--cor-2);
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.post .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
}
.post .sidebar .search-form form {
    background: transparent;
    border: 1px solid var(--color-1);
    padding: 3px 10px;
    position: relative;
    border-radius: 5px;
}
.post .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
    background-color: var(--color-3);
    color: var(--color-2);
}
.post .sidebar .search-form form input[type=text]:focus {
    outline: none;
}
.post .sidebar .search-form form button {
    background: var(--color-1);
    color: var(--color-2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}
.post .sidebar .search-form form button i {
    line-height: 0;
}
.post .sidebar .search-form form button:hover {
    background: rgba(var(--color-1), 0.8);
}
.post .sidebar .categories ul {
    list-style: none;
    padding: 0;
}
.post .sidebar .categories ul li+li {
    padding-top: 10px;
}
.post .sidebar .categories ul a {
    color: rgba(var(--color-2), 0.8);
    transition: 0.3s;
}
.post .sidebar .categories ul a:hover {
    color: var(--color-1);
}
.post .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(var(--color-2), 0.5);
    font-size: 14px;
}
.post .sidebar .recent-posts .post-item {
    display: flex;
    margin-top: 15px;
}
.post .sidebar .recent-posts img {
    width: 120px;
    margin-right: 15px;
    height: 100%;
    border-radius: 5px;
}
.post .sidebar .recent-posts h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.post .sidebar .recent-posts h4 a {
    color: var(--color-2);
    transition: 0.3s;
}
.post .sidebar .recent-posts h4 a:hover {
    color: var(--color-1);
}
.post .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(var(--color-2), 0.5);
}
.post .sidebar .tags {
    margin-bottom: -10px;
}
.post .sidebar .tags ul {
    list-style: none;
    padding: 0;
}
.post .sidebar .tags ul li {
    display: inline-block;
}
.post .sidebar .tags ul a {
    color: rgba(var(--color-2), 0.7);
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(var(--color-2), 0.4);
    display: inline-block;
    transition: 0.3s;
}
.post .sidebar .tags ul a:hover {
    color: var(--color-2);
    border: 1px solid var(--color-1);
    background: var(--color-1);
    border-radius: 5px;
    font-weight: 700;
}
.post .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(var(--color-2), 0.4);
    font-size: 14px;
}
.post .blog-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(var(--color-2), 0.1);
}
.post .blog-author img {
    max-width: 120px;
    margin-right: 20px;
}
.post .blog-author h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0;
    color: rgba(var(--color-2), 0.8);
}
.post .blog-author .social-links {
    margin: 0 10px 10px 0;
}
.post .blog-author .social-links a {
    color: rgba(var(--color-2), 0.4);
    margin-right: 5px;
}
.post .blog-author p {
    font-style: italic;
    color: rgba(var(--color-2), 0.7);
    margin-bottom: 0;
}
.post .comments {
    margin-top: 30px;
}
.post .comments .comments-count {
    font-weight: bold;
}
.post .comments .comment {
    margin-top: 30px;
    position: relative;
}
.post .comments .comment .comment-img {
    margin-right: 14px;
}
.post .comments .comment .comment-img img {
    width: 60px;
}
.post .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}
.post .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-2);
    transition: 0.3s;
}
.post .comments .comment h5 a:hover {
    color: var(--color-1);
}
.post .comments .comment h5 .reply {
    padding-left: 10px;
    color: rgba(var(--color-2), 0.8);
}
.post .comments .comment h5 .reply i {
    font-size: 20px;
}
.post .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(var(--color-2), 0.6);
    margin-bottom: 5px;
}
.post .comments .comment.comment-reply {
    padding-left: 40px;
}
.post .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(var(--color-2), 0.1);
}
.post .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}
.post .comments .reply-form p {
    font-size: 14px;
}
.post .comments .reply-form input {
    background-color: var(--color-2);
    color: var(--color-2);
    border: 1px solid rgba(var(--color-2), 0.3);
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 10px;
}
.post .comments .reply-form input:focus {
    box-shadow: none;
    border-color: var(--color-1);
}
.post .comments .reply-form textarea {
    background-color: var(--color-2);
    color: var(--color-2);
    border: 1px solid rgba(var(--color-2), 0.3);
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
    height: 120px;
}
.post .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: var(--color-1);
}
.post .comments .reply-form .form-group {
    margin-bottom: 25px;
}
.post .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--color-1);
    color: var(--cor-3);
}
.post .comments .reply-form .btn-primary:hover {
    color: var(--cor-3);
    background-color: rgba(var(--color-1), 0.8);
}
/*--------------------------------------------------------------
    # Posts | Home
    --------------------------------------------------------------*/
.post {
    background: #fff;
    padding: 60px 0;
}
.post .post-item {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.post .post-item .post-item-img {
    position: relative;
    overflow: hidden;
}
.post .post-item .post-item-img img {
    width: 100%;
    max-height: 230px;
    height: auto;
}
.post .post-item .read-more {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}
.post .post-item .read-more a {
    transition: color 0.3s;
    color: #151515;
    margin: 0 3px;
    border-radius: 4px;
    height: 36px;
    background: rgba(255, 255, 255, 0.8);
    transition: ease-in-out 0.3s;
    color: #484848;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 15px;
}
.post .post-item .read-more a:hover {
    background: #0c5d4c;
    color: #fff;
}
.post .post-item .read-more i {
    font-size: 18px;
    line-height: 0;
}
.post .post-item .post-item-info {
    padding: 25px 15px;
}
.post .post-item .post-item-info h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #151515;
}
.post .post-item .post-item-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}
.post .post-item .post-item-info p {
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    color: #777777;
}
.post .post-item:hover .read-more {
    opacity: 1;
    bottom: 15px;
}
.post .know-more {
    font-family: Jost, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    margin: 10px;
    border: 2px solid var(--color-3);
    background: var(--color-2);
    color: var(--color-3);
}
.post .know-more:hover {
    background: #fff;
    border: 3px solid;
    color: var(--color-2);
}