/*
 Theme Name: The Farol Theme
 Author: Albert Hamoui
 Description: Tema do site oficial do The Farol
 Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

/* Reset de margens e espaçamentos */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}


.all-post-box {
	display: flex;
    align-items: center;
	margin: 15px auto;
	justify-content: center;
	width: 100%;
}

.all-post-title {
	color: #f7f7f7;
	text-decoration: none;
	font-size: 1.2vw;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

@media (min-width: 1920px) {
    .all-post-box {
	margin: 75px auto 0px;
    }

    .all-post-title {
        font-size: 1vw;
    }
}

@media (max-width: 768px) {
	.all-post-box {
		display: flex;
		align-items: center;
		margin: 10px auto;
	}

	.all-post-title {
		font-size: 1.5vw;
		text-align: center;
	}
}
@media (max-width: 568px) {
	.all-post-box {
		display: flex;
		align-items: center;
		margin: 5px auto;
	}

	.all-post-title {
		font-size: 2vw;
		text-align: center;
	}
}
@media (max-width: 320px) {
	.all-post-box {
		display: flex;
		align-items: center;
		margin: 3px auto;
	}

	.all-post-title {
		font-size: 3vw;
		text-align: center;
		color: #f7f7f7;
	}
}

/*Trading View*/
.tradingview-container{
    background-color: #f7f7f7;
}

/* Estilos base*/
header {
    display: flex;
    justify-content: space-between;
    background-color: #424245;
    position: static;
    top: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
}

.desktop-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
}

.left-side-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 50px;
}

.logo-white img {
    width: 200px;
    height: auto;
}

.desktop-menu-links {
    display: block;
    align-items: center;
}

.left-side-menu nav ul {
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    align-items: center;
}

.left-side-menu nav li {
    margin-left: 25px;
}

.desktop-menu-links a {
    color: #f7f7f7;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    align-items: center;
    display: flex;
}

.search-icon {
    width: 30px;
    height: auto;
}

.israel-icon {
    width: 70px;
    height: auto;
}

.right-side-menu {
    margin: 0 50px;
}

.right-side-menu ul {
    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: nowrap;
}

.right-side-menu li {
    margin-left: 20px;
}

.right-side-menu a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.log-in-button {
    display: none;
}

.sign-up-button {
    border-radius: 5px;
    background: #4682b4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
}

.sign-up-button a {
    display: block;
    padding: 10px 15px;
}

.menu-open-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}

.menu-open-toggle img {
    width: 24px;
    height: auto;
    background-color: transparent;
}

.mobile-menu {
    display: none;
}

.menu-close-toggle {
    background: none;
    border: none;
    cursor: pointer;
}

.menu-close-toggle img {
    width: 24px;
    height: auto;
    background-color: transparent;
}

.mobile-menu ul {
    list-style: none;
    align-items: center;
    flex-wrap: nowrap;
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
}

@media (min-width: 1920px){
    .logo-white img {
        width: 11vw;
        height: auto;
    }
    .left-side-menu nav li {
        margin-left: 1.5vw;
    }
    .desktop-menu-links a {
        font-size: 0.7vw;
    }
    .search-icon {
        width: 1.5vw;
        height: auto;
    }
    .israel-icon {
        width: 4.5vw;
        height: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .desktop-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-wrap: nowrap;
    }
    .left-side-menu {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0 50px;
    }
    .logo-white img {
        width: 200px;
        height: auto;
    }
    .desktop-menu-links {
        display: block;
        align-items: center;
    }
    .left-side-menu nav ul {
        display: flex;
        list-style: none;
        flex-wrap: nowrap;
        align-items: center;
    }
    .left-side-menu nav li {
        margin-left: 25px;
    }
    .desktop-menu-links a {
        color: #f7f7f7;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        align-items: center;
        display: flex;
    }
    .search-icon {
        width: 30px;
        height: auto;
    }
    .israel-icon {
        width: 70px;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .desktop-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-wrap: nowrap;
    }
    .left-side-menu {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0 50px;
    }
    .logo-white img {
        width: 200px;
        height: auto;
    }
    .desktop-menu-links {
        display: block;
        align-items: center;
    }
    .left-side-menu nav ul {
        display: flex;
        list-style: none;
        flex-wrap: nowrap;
        align-items: center;
    }
    .left-side-menu nav li {
        margin-left: 25px;
    }
    .desktop-menu-links a {
        color: #f7f7f7;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        align-items: center;
        display: flex;
    }
    .search-icon {
        width: 30px;
        height: auto;
    }
    .israel-icon {
        width: 70px;
        height: auto;
    }
}

@media (max-width: 768px) {
    .left-side-menu {
        margin: 0 35px;
    }
    .logo-white img {
        width: 195px;
        height: auto;
    }
    .desktop-menu-links {
        display: block;
    }
    .right-side-menu {
        margin: 0 35px;
    }
}

@media (max-width: 568px) {
    .left-side-menu {
        margin: 0 25px;
    }
    .desktop-menu-links {
        display: none;
    }
    .right-side-menu {
        margin: 0 25px;
    }
    .menu-open-toggle {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
    }
    .menu-close-toggle {
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1100;
        margin-left: auto;
    }
    .menu-close-toggle img {
        width: 24px;
        height: auto;
    }
    .mobile-menu {
        background: #f7f7f7;
        display: block;
        z-index: 1000;
        top: 0;
        left: -1000px;
        width: 100%;
        height: 100%;
        padding: 0 25px;
        position: fixed;
        transition: left 0.5s ease;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .mobile-menu::-webkit-scrollbar {
        display: none;
    }
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu li {
        margin: 15px 0;
    }
    .mobile-menu li a {
        color: black;
    }
    .mobile-menu-quick-stack {
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1050;
        width: 100%;
    }
    .logo-white img {
        width: 185px;
        height: auto;
    }
    .logo-black img {
        width: 185px;
        height: auto;
    }
}

@media (max-width: 320px) {
    .right-side-menu {
        margin: 0 10px;
    }
    .left-side-menu {
        margin: 0 10px;
    }
    .logo-white img {
        width: 175px;
        height: auto;
    }
    .mobile-menu {
        background: #f7f7f7;
        display: block;
        z-index: 1000;
        top: 0;
        left: -1000px;
        width: 100%;
        height: 100%;
        padding: 0 10px;
        position: fixed;
        transition: left 0.5s ease;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .mobile-menu::-webkit-scrollbar {
        display: none;
    }
    .logo-black img {
        width: 175px;
        height: auto;
    }
    .mobile-menu li {
        margin: 15px 0;
    }
}

/* Featured Section */
.featured-section {
    padding: 25px 40px;
    background-color: #f7f7f7;
}

.featured-tags-container {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    max-width: none;
    justify-content: space-between;
}

.tag {
    text-decoration: none;
    color: black;
    font-weight: 600;
    padding: auto;
    border-bottom: 0.5px solid black;
    display: flex;
    width: 550px;
    margin: 0 10px;
    height: 35px;
    font-size: 1.1vw;
}

.featured-articles-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    max-width: 1920px;
    margin: 0 10px;
    height: 45vw;
}

.left-articles, .right-articles {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 25%;
}

.main-article {
    width: 50%;
}

.article {
    background-color: transparent;
    display: block;
    text-decoration: none;
    color: inherit;
}

.left-articles .article {
    height: calc(45vw / 2);
    background-color: white;
}

.right-articles .article {
    height: calc(45vw / 5);
    border-bottom: 0.5px solid #c2c2c2;
}

.main-article .article {
    height: 45vw;
    background-color: white;
}

.main-article .article h2 {
    font-size: 2.45vw; /* Corrigido para 2.45vw */
    margin: 6vh 15px 5px 15px;
    text-transform: capitalize;
}

.main-article .article-meta {
    font-size: 0.9vw;
    color: #424245;
    margin: 0 15px;
}

.left-articles .article h2,
.right-articles .article h2 {
    font-size: 1.1vw;
    margin: 0 15px 5px 15px;
    text-transform: capitalize;
}

.left-articles .article-meta,
.right-articles .article-meta {
    font-size: 0.8vw;
    text-decoration: none;
    margin: 0 15px;
}

.article h2 {
    font-size: 2.50;
    font-weight: 600;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    text-transform: capitalize;
}

.article-meta {
    font-size: 0.9vw;
    color: #424245;
    margin-top: 5px;
    text-decoration: none;
    font-weight: 400;
}

.article p {
    font-size: 14px;
    color: #424245;
    font-family: 'Montserrat', sans-serif;
}

.article-image {
    margin-bottom: 10px;
}

.article-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.featured-mobile-slider {
    display: none;
}

/* Estilos para telas acima de 1920px */
@media (min-width: 1920px) {
    .featured-section {
        padding: 50px 40px;
    }

    .featured-tags-container {
        margin-bottom: 60px;
        max-width: none;
        justify-content: space-between;
    }

    .tag {
        text-decoration: none;
        color: black;
        font-weight: 600;
        padding: auto;
        border-bottom: 0.5px solid black;
        display: flex;
        width: 50vw;
        margin: 0 10px;
        height: 2vw;
        font-size: 0.8vw;
    }

    .featured-articles-container {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        max-width: none;
        margin: 0 10px;
        height: 45vw;
    }

    .left-articles, .right-articles {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 25%;
    }

    .main-article {
        width: 50%;
    }

    .article {
        background-color: transparent;
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .left-articles .article {
        height: calc(45vw / 2);
        background-color: white;
    }

    .right-articles .article {
        height: calc(45vw / 5);
        border-bottom: 0.5px solid #c2c2c2;
    }

    .main-article .article {
        height: 45vw;
        background-color: white;
    }

    .main-article .article h2 {
        font-size: 2.20vw; /* Corrigido para 2.45vw */
        margin: 4vh 15px 15px 15px;
    }

    .main-article .article-meta {
        font-size: 0.9vw;
        margin: 0 15px;
    }

    .left-articles .article h2,
    .right-articles .article h2 {
        font-size: 1.1vw;
        margin: 0 15px 15px 15px;
        text-transform: capitalize;
    }

    .left-articles .article-meta,
    .right-articles .article-meta {
        font-size: 0.8vw;
        text-decoration: none;
        margin: 0 15px;
    }

    .article h2 {
        font-size: 2.50;
        font-weight: 600;
        color: black;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        text-transform: capitalize;
    }

    .article-meta {
        font-size: 0.9vw;
        color: #424245;
        margin-top: 5px;
        text-decoration: none;
        font-weight: 400;
    }

    .article p {
        font-size: 14px;
        color: #424245;
        font-family: 'Montserrat', sans-serif;
    }

    .article-image {
        margin-bottom: 10px;
    }

    .article-image img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .featured-mobile-slider {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .featured-section {
        padding: 25px 40px;
    }

    .featured-tags-container {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        max-width: none;
        justify-content: space-between;
    }

    .tag {
        text-decoration: none;
        color: black;
        font-weight: 600;
        padding: auto;
        border-bottom: 0.5px solid black;
        display: flex;
        width: 550px;
        margin: 0 10px;
        height: 25px;
        font-size: 1.1vw;
    }

    .featured-articles-container {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        max-width: 1920px;
        margin: 0 10px;
        height: 45vw;
    }

    .left-articles, .right-articles {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 25%;
    }

    .main-article {
        width: 50%;
    }

    .article {
        background-color: transparent;
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .left-articles .article {
        height: calc(45vw / 2);
        background-color: white;
    }

    .right-articles .article {
        height: calc(45vw / 5);
        border-bottom: 0.5px solid #c2c2c2;
    }

    .main-article .article {
        height: 45vw;
        background-color: white;
    }

    .main-article .article h2 {
        font-size: 2.45vw; /* Corrigido para 2.45vw */
        margin: 3vh 15px 5px 15px;
        text-transform: capitalize;
    }

    .main-article .article-meta {
        font-size: 0.9vw;
        color: #424245;
        margin: 0 15px;
    }

    .left-articles .article h2,
    .right-articles .article h2 {
        font-size: 1.2vw;
        margin: 0 15px 5px 15px;
        text-transform: capitalize;
    }

    .left-articles .article-meta,
    .right-articles .article-meta {
        font-size: 0.8vw;
        text-decoration: none;
        margin: 0 15px;
    }

    .article h2 {
        font-size: 2.50;
        font-weight: 600;
        color: black;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        text-transform: capitalize;
    }

    .article-meta {
        font-size: 0.9vw;
        color: #424245;
        margin-top: 5px;
        text-decoration: none;
        font-weight: 400;
    }

    .article p {
        font-size: 14px;
        color: #424245;
        font-family: 'Montserrat', sans-serif;
    }

    .article-image {
        margin-bottom: 10px;
    }

    .article-image img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .featured-mobile-slider {
        display: none;
    }
}

/* Estilos para telas acima de 1200px */
@media (max-width: 1200px) {
    .featured-section {
        padding: 25px 40px;
        background-color: #f7f7f7;
    }

    .featured-tags-container {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        max-width: none;
        justify-content: space-between;
    }

    .tag {
        text-decoration: none;
        color: black;
        font-weight: 600;
        padding: auto;
        border-bottom: 0.5px solid black;
        display: flex;
        width: 550px;
        margin: 0 10px;
        height: 25px;
        font-size: 1.1vw;
    }

    .featured-articles-container {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        max-width: 1920px;
        margin: 0 10px;
        height: 45vw;
    }

    .left-articles, .right-articles {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 25%;
    }

    .main-article {
        width: 50%;
    }

    .article {
        background-color: transparent;
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .left-articles .article {
        height: calc(45vw / 2);
        background-color: white;
    }

    .right-articles .article {
        height: calc(45vw / 5);
        border-bottom: 0.5px solid #c2c2c2;
    }

    .main-article .article {
        height: 45vw;
        background-color: white;
    }

    .main-article .article h2 {
        font-size: 2.45vw; /* Corrigido para 2.45vw */
        margin: 2vh 15px 5px 15px;
        text-transform: capitalize;
    }

    .main-article .article-meta {
        font-size: 0.9vw;
        color: #424245;
        margin: 0 15px;
    }

    .left-articles .article h2,
    .right-articles .article h2 {
        font-size: 1.1vw;
        margin: 0 15px 5px 15px;
        text-transform: capitalize;
    }

    .left-articles .article-meta,
    .right-articles .article-meta {
        font-size: 0.8vw;
        text-decoration: none;
        margin: 0 15px;
    }

    .article h2 {
        font-size: 2.50;
        font-weight: 600;
        color: black;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        text-transform: capitalize;
    }

    .article-meta {
        font-size: 0.9vw;
        color: #424245;
        margin-top: 5px;
        text-decoration: none;
        font-weight: 400;
    }

    .article p {
        font-size: 14px;
        color: #424245;
        font-family: 'Montserrat', sans-serif;
    }

    .article-image {
        margin-bottom: 10px;
    }

    .article-image img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .featured-mobile-slider {
        display: none;
    }
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .featured-section {
        padding: 25px 25px;
    }
    .featured-tags-container {
        margin-bottom: 25px;
    }
    .tag {
        height: 25px;
        font-size: 1.4vw;
    }
    .featured-articles-container {
        height: 40vw;
    }
    .left-articles .article {
        height: calc(40vw / 2);
    }
    .right-articles .article {
        height: calc(40vw / 5);
    }
    .main-article .article {
        height: 40vw;
    }
    .main-article .article h2 {
        font-size: 2.5vw;
        margin: 10px 15px 5px 15px;
        text-transform: capitalize;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
    .main-article .article-meta {
        font-size: 1vw;
    }
    .left-articles .article-meta,
    .right-articles .article-meta {
        font-size: 0.7vw;
        margin: 0 10px;
    }
    .right-articles .article h2,
    .left-articles .article h2 {
        font-size: 1.1vw;
        margin: 0 10px 0 10px;
        text-transform: capitalize;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .main-article .article h2 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }
    .article-image {
        margin-bottom: 5px;
    }
    .featured-mobile-slider {
        display: none;
    }
}

/* Telas menores que 568px */
@media (max-width: 568px) {
    .featured-section {
        padding: 25px 15px;
    }
    .featured-tags-container {
        margin-bottom: 25px;
    }
    .tag {
        height: 5vw;
        font-size: 2vw;
        justify-content: center;
    }
    .featured-articles-container {
        display: none;
    }
    .mobile-log-in-button {
        display: none;
    }
    .mobile-sign-up-button {
        display: none;
    }
    .featured-mobile-slider {
        display: block !important;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .slider-container {
        display: flex;
        transition: transform 0.2s ease;
        width: 100%;
    }
    .slider-link {
        text-decoration: none;
    }
    .slider-item {
        flex: 0 0 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .slider-item .article-image {
        margin-bottom: 10px;
    }
    .slider-item .article-image img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    .slider-item h2 {
        font-size: 4vw;
        font-weight: 600;
        color: #424245;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }
    .slider-item h2 a {
        color: #424245;
        text-decoration: none;
        text-transform: capitalize;
    }
    .slider-item .article-meta {
        font-size: 2.7vw;
        color: #424245;
        font-family: 'Montserrat', sans-serif;
    }
    .slider-prev, .slider-next {
        position: absolute;
        top: 50%;
        background-color: transparent;
        transform: translateY(-50%);
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 18px;
        z-index: 10;
    }
    .slider-prev {
        left: 0.5vw;
        top: 25vw;
    }
    .slider-prev img {
        width: 3vw;
    }
    .slider-next {
        right: 0.5vw;
        top: 25vw;
    }
    .slider-next img {
        width: 3vw;
    }
}

/* Telas menores que 320px */
@media (max-width: 320px) {
    .featured-section {
        padding: 15px 0px;
    }
    .featured-tags-container {
        margin-bottom: 25px;
    }
    .tag {
        height: 5vw;
        font-size: 2.5vw;
    }
    .slider-item .article-image {
        margin-bottom: 5px;
    }
    .slider-item h2 {
        font-size: 4.5vw;
        text-transform: capitalize;
    }
    .slider-item .article-meta {
        font-size: 2.5vw;
    }
    .slider-prev {
        left: 0.5vw;
        top: 23vw;
    }
    .slider-prev img {
        width: 3vw;
    }
    .slider-next {
        right: 0.5vw;
        top: 23vw;
    }
    .slider-next img {
        width: 3vw;
    }
}

/*Israel News Section*/
.israel-news {
    padding: 20px 50px;
    background-color: #424245;
}


.section-title {
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.blue-title {
    color: #4682b4;
}

.normal-title {
    color: #f7f7f7;
}

.israel-slider {
    position: relative;
    overflow: hidden;
}

.israel-slider-container {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.israel-slider-item {
    flex: 0 0 calc(25% - 15px); /* Ajusta a largura considerando o gap (20px * 3/4) */  
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.israel-slider-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.israel-image {
    margin-bottom: 5px;
}

.israel-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.israel-slider-item h3 {
    font-size: 1vw;
    font-weight: 500;
    color: #f7f7f7;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.israel-meta {
    font-size: 0.7vw;
    color: #f7f7f7;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.israel-slider-prev, .israel-slider-next {
    position: absolute;
    top: 50%;
    background-color: transparent;
    transform: translateY(-50%);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
}

.israel-slider-prev {
    left: -1vw;
    top: 7vw;
}

.israel-slider-prev img {
    width: 1.3vw;
}

.israel-slider-next {
    right: -1vw;
    top:  7vw;
}

.israel-slider-next img{
    width: 1.3vw;
}

@media (min-width: 1920px) {
    .israel-news {
        padding: 50px 50px;
        background-color: #424245;
    }

    .section-title {
        padding-bottom: 25px;
    }

    .blue-title {
        color: #4682b4;
        font-size: 1vw;
        margin-bottom: 20px;
    }

    .normal-title {
        color: #f7f7f7;
        font-size: 1vw;
        margin-bottom: 20px;
    }

    .israel-image {
        margin-bottom: 5px;
    }

    .israel-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .israel-slider-item h3 {
        font-size: 0.9vw;
    }

    .israel-meta {
        font-size: 0.6vw;
    }

    .israel-slider-prev, .israel-slider-next {
        position: absolute;
        top: 50%;
        background-color: transparent;
        transform: translateY(-50%);
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 18px;
        z-index: 10;
    }

    .israel-slider-prev {
        left: 0vw;
        top: 7vw;
    }

    .israel-slider-prev img {
        width: 1.3vw;
    }

    .israel-slider-next {
        right: 0vw;
        top:  7vw;
    }

    .israel-slider-next img{
        width: 1.3vw;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
        .israel-slider-prev, .israel-slider-next {
        position: absolute;
        top: 50%;
        background-color: transparent;
        transform: translateY(-50%);
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 18px;
        z-index: 10;
    }

    .israel-slider-prev {
        left: 0vw;
        top: 7vw;
    }

    .israel-slider-prev img {
        width: 1.3vw;
    }

    .israel-slider-next {
        right: 0vw;
        top:  7vw;
    }

    .israel-slider-next img{
        width: 1.3vw;
    }
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .israel-news {
        padding: 20px 35px;
    }

    .blue-title{
        font-size: 1.5vw;
    }

    .normal-title{
        font-size: 1.5vw;
    }
    
    .israel-slider-item {
        flex: 0 0 calc(25% - 15px); /* Ajusta a largura considerando o gap (20px * 3/4) */  
    }
    
    .israel-image {
        margin-bottom: 5px;
    }
    
    .israel-slider-item h3 {
        font-size: 1.5vw;
        margin: 0 0 5px 0;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .israel-meta {
        font-size: 0.8vw;
        margin: 0 0 10px 0;

    }

    .israel-slider-prev {
        left: -1vw;
        top: 6.5vw;
    }
    
    .israel-slider-prev img {
        width: 2vw;
    }
    
    .israel-slider-next {
        right: -1vw;
        top:  6.5vw;
    }
    
    .israel-slider-next img{
        width: 2vw;
    }
}

/* Telas menores que 568px */
@media (max-width: 568px) {
    .israel-news {
        padding: 20px 25px;
    }
    
    .section-title {
        font-size: 2vw;
    }

    .blue-title {
        font-size: 2vw;
        padding-right: 3px;
    }

    .normal-title{
        font-size: 2vw;
    }
    
    .israel-slider-item {
        flex: 0 0 calc(50% - 10px); /* 2 itens por vez, ajusta o gap */    
    }
    
    .israel-image {
        margin-bottom: 5px;
    }
    
    .israel-slider-item h3 {
        font-size: 2.7vw;
        margin: 0 0 5px 0;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .israel-meta {
        font-size: 2.2vw;
        margin: 0 0 10px 0;

    }

    .israel-slider-prev {
        left: -1vw;
        top: 12vw;
    }
    
    .israel-slider-prev img {
        width: 3vw;
    }
    
    .israel-slider-next {
        right: -1vw;
        top:  12vw;
    }
    
    .israel-slider-next img{
        width: 3vw;
    }
}


/* Telas menores que 320px */
@media (max-width: 320px) {
    .israel-news {
        padding: 20px 10px;
    }

    .blue-title{
        font-size: 3vw;
    }

    .normal-title{
        font-size: 3vw;
    }
    
    .israel-slider-item {
        flex: 0 0 calc(50% - 10px); /* Continua 2 itens por vez */
    }
    
    .israel-image {
        margin-bottom: 5px;
    }
    
    .israel-slider-item h3 {
        font-size: 3.7vw;
        margin: 0 0 2px 0;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .israel-meta {
        font-size: 2.5vw;
        margin: 0 0 10px 0;

    }

    .israel-slider-prev {
        left: -3vw;
        top: 10.5vw;
    }
    
    .israel-slider-prev img {
        width: 2vw;
    }
    
    .israel-slider-next {
        right: -3vw;
        top: 10.5vw;
    }
    
    .israel-slider-next img{
        width: 2vw;
    }
}

/*Recent Posts*/
.recent-news {
    padding: 25px 50px;
}

.top-news {
    margin-bottom: 25px;
}

.section-title{
    font-size: 1.2vw;
    margin-bottom: 5px;
}

.top-news h2{
    font-size: 1.2vw;
    margin-bottom: 5px;
}

.top-news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.top-news-item {
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.top-news-image {
    margin-bottom: 5px;
}

.top-news-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.top-news-item h3 {
    font-size: 1vw;
    font-weight: 500;
    color: black;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.top-news-meta {
    font-size: 0.7vw;
    color: black;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

@media (min-width: 1920px) {
    .recent-news {
    padding: 50px 50px;
    }

    .top-news {
        margin-bottom: 25px;
    }

    .section-title{
        font-size: 1vw;
        margin-bottom: 5px;
    }

    .top-news h2{
        font-size: 1vw;
        margin-bottom: 5px;
    }

    .top-news-image {
        margin-bottom: 5px;
    }

    .top-news-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .top-news-item h3 {
        font-size: 0.9vw;
        font-weight: 500;
        color: black;
        margin: 0 0 5px 0;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }

    .top-news-meta {
        font-size: 0.6vw;
        color: black;
        margin: 0 0 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .recent-news {
        padding: 20px 35px;
    }
    
    .top-news h2 {
        font-size: 1.5vw;
        margin-bottom: 5px;
    }
    
    .top-news-image {
        margin-bottom: 5px;
    }
    
    .top-news-item h3 {
        font-size: 1.5vw;
        margin: 0 0 5px 0;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .top-news-meta {
        font-size: 0.8vw;
        margin: 0 0 10px 0;

    }
}


/* Telas menores que 568px */
@media (max-width: 568px) {
    .recent-news {
        padding: 20px 25px;
    }

    .top-news-grid{
        display: list-item;
        list-style: none;
        gap: 20px;
    }

    .top-news h2 {
        font-size: 2vw;
        margin-bottom: 10px;
    }

    .top-news-item {
        background-color: transparent;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 0.5px solid black;
        padding-bottom: 20px;
    }
    
    .top-news-image {
        margin-bottom: 5px;
    }

    .top-news-image img {
        width: 35vw;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        margin-right: 5px;
    }

    .news-details {
        display: flex;
        flex-direction: column;
    }
    
    .top-news-item h3 {
        font-size: 2.7vw;
        text-transform: capitalize;
        font-weight: 500;
    }
    
    .top-news-meta {
        font-size: 2.2vw;
        margin: 0 0 10px 0;
    }
}


/* Telas menores que 320px */
@media (max-width: 320px) {
    .recent-news {
        padding: 20px 10px;
    }

    .top-news-item{
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .top-news h2 {
        font-size: 3vw;
        margin-bottom:10px;
    }
    
    .top-news-image  {
        margin-bottom: 5px;
    }

    .top-news-image img{
        width: 40vw;
    }
    
    .top-news-item h3 {
        font-size: 3.7vw;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 2px;
    }
    
    .top-news-meta {
        font-size: 2.5vw;
    }
}

/*Original News*/
.original-news {
    background-color: #424245;
    padding: 20px 50px;
}

.original-slider {
    position: relative;
    overflow: hidden;
}

.original-slider-container {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.original-slider-item {
    flex: 0 0 calc(25% - 15px); /* Ajusta a largura considerando o gap (20px * 3/4) */  
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.original-slider-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.original-image {
    margin-bottom: 10px;
}

.original-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.original-slider-item h3 {
    font-size: 1vw;
    font-weight: 500;
    color: #f7f7f7;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.original-meta {
    font-size: 0.7vw;
    color: #f7f7f7;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.original-slider-prev, .original-slider-next {
    position: absolute;
    top: 50%;
    background-color: transparent;
    transform: translateY(-50%);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
}

.original-slider-prev {
    left: -1vw;
    top: 14vw;
}

.original-slider-prev img{
    width: 1.3vw;
}

.original-slider-next {
    right: -1vw;
    top: 14vw;
}

.original-slider-next img {
    width: 1.3vw;

}

@media (min-width: 1920px) {
    .original-news {
        background-color: #424245;
        padding: 50px 50px;
    }

    .original-image {
        margin-bottom: 10px;
    }

    .original-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .original-slider-item h3 {
        font-size: 0.9vw;
        font-weight: 500;
        color: #f7f7f7;
        margin: 0 0 5px 0;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }

    .original-meta {
        font-size: 0.6vw;
        color: #f7f7f7;
        margin: 0 0 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .original-slider-prev, .original-slider-next {
        position: absolute;
        top: 50%;
        background-color: transparent;
        transform: translateY(-50%);
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 18px;
        z-index: 10;
    }

    .original-slider-prev {
        left: 0vw;
        top: 14vw;
    }

    .original-slider-prev img{
        width: 1.3vw;
    }

    .original-slider-next {
        right: 0vw;
        top: 14vw;
    }

    .original-slider-next img {
        width: 1.3vw;

    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .original-slider-prev, .original-slider-next {
        position: absolute;
        top: 50%;
        background-color: transparent;
        transform: translateY(-50%);
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 18px;
        z-index: 10;
    }

    .original-slider-prev {
        left: 0vw;
        top: 14vw;
    }

    .original-slider-prev img{
        width: 1.3vw;
    }

    .original-slider-next {
        right: 0vw;
        top: 14vw;
    }

    .original-slider-next img {
        width: 1.3vw;

    }
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .original-news {
        padding: 20px 35px;
    }
    
    .original-slider-item {
        flex: 0 0 25%; /* 4 itens por vez (100% / 4 = 25%) */
    }
    
    .original-slider-item h3 {
        font-size: 1.5vw;
        font-weight: 500;
        margin: 0 0 5px 0;
        text-transform: capitalize;
    }
    
    .original-meta {
        font-size: 0.8vw;
        margin: 0 0 10px 0;
    }
    
    .original-slider-prev {
        left: -1vw;
        top: 14vw;
    }
    
    .original-slider-prev img{
        width: 2vw;
    }
    
    .original-slider-next {
        right: -1vw;
        top: 14vw;
    }
    
    .original-slider-next img {
        width: 2vw;
    
    }
}

/* Telas menores que 568px */
@media (max-width: 568px) {
    .original-news {
        padding: 20px 25px;
    }
    
    .original-slider-item {
        flex: 0 0 calc(50% - 10px); /* 2 itens por vez, ajusta o gap */    
    }
    
    .original-slider-item h3 {
        font-size: 2.7vw;
        margin: 0 0 5px 0;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .original-meta {
        font-size: 2.2vw;
        margin: 0 0 10px 0;
    }
    
    .original-slider-prev {
        left: -1vw;
        top: 26vw;
    }
    
    .original-slider-prev img{
        width: 3vw;
    }
    
    .original-slider-next {
        right: -1vw;
        top: 26vw;
    }
    
    .original-slider-next img {
        width: 3vw;
    
    }
}

/* Telas menores que 320px */
@media (max-width: 320px) {
    .original-news {
        padding: 10px 10px;
    }
    
    .original-slider-item {
        flex: 0 0 calc(50% - 10px); /* Continua 2 itens por vez */
    }
    
    .original-slider-item h3 {
        font-size: 3.7vw;
        margin: 0 0 2px 0;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .original-meta {
        font-size: 2.5vw;
        margin: 0 0 10px 0;
    }
    
    .original-slider-prev {
        left: -3vw;
        top: 23vw;
    }
    
    .original-slider-prev img{
        width: 3vw;
    }
    
    .original-slider-next {
        right: -3vw;
        top: 23vw;
    }
    
    .original-slider-next img {
        width: 3vw;
    }
}

/*More news*/
.all-news{
    padding: 25px 50px;
}

.more-news{
    margin-bottom: 25px; 
}

.more-news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.more-news-item {
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.more-news-image {
    margin-bottom: 5px;
}

.more-news-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.more-news-item h3 {
    font-size: 1vw;
    font-weight: 500;
    color: black;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.more-news-meta {
    font-size: 0.7vw;
    color: black;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.load-more-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 1.2vw;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    background-color: transparent;
}

@media (min-width: 1920px) {
    .all-news{
        padding: 50px 50px;
    }

    .more-news{
        margin-bottom: 25px; 
    }

    .more-news-image {
        margin-bottom: 5px;
    }

    .more-news-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .more-news-item h3 {
        font-size: 0.9vw;
        font-weight: 500;
        color: black;
        margin: 0 0 5px 0;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }

    .more-news-meta {
        font-size: 0.6vw;
        color: black;
        margin: 0 0 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .load-more-button {
        display: block;
        margin: 20px auto;
        padding: 10px 20px;
        font-size: 1vw !important;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        cursor: pointer;
        transition: background-color 0.3s ease;
        border: none;
        background-color: transparent;
    }
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .all-news {
        padding: 20px 35px;
    }
    
    .section-title {
        font-size: 1.5vw;
    }
    
    .more-news-image {
        margin-bottom: 5px;
    }
    
    .more-news-item h3 {
        font-size: 1.5vw;
        margin: 0 0 5px 0;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .more-news-meta {
        font-size: 0.8vw;
        margin: 0 0 10px 0;

    }

    .load-more-button{
        margin: 20px auto;
        padding: 10px 20px;
        font-size: 1.4vw;
        transition: background-color 0.3s ease;
    }
}

/* Telas menores que 568px */
@media (max-width: 568px) {
    .all-news {
        padding: 20px 25px;
    }

    .more-news-grid {
        display: list-item;
        list-style: none;
        gap: 20px;
    }

    .more-news-item {
        background-color: transparent;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 0.5px solid black;
        padding-bottom: 20px;
    }
    
    .more-news-image {
        margin-bottom: 5px;
    }

    .more-news-image img {
        width: 35vw;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        margin-right: 10px;
    }

    .news-details {
        display: flex;
        flex-direction: column;
    }
    
    .more-news-item h3 {
        font-size: 2.7vw;
        text-transform: capitalize;
        font-weight: 500;
    }
    
    .more-news-meta {
        font-size: 2.2vw;
        margin: 0 0 10px 0;
    }

    .load-more-button{
        margin: 20px auto;
        padding: 10px 20px;
        font-size: 10px;
        transition: background-color 0.3s ease;
    }
}


/* Telas menores que 320px */
@media (max-width: 320px) {
    .all-news {
        padding: 10px 10px;
    }

    .more-news-item{
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .more-news-image  {
        margin-bottom: 5px;
    }

    .more-news-image img{
        width: 40vw;
    }
    
    .more-news-item h3 {
        font-size: 3.7vw;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 2px;
    }
    
    .more-news-meta {
        font-size: 2.5vw;
    }

    .load-more-button{
        margin: 0 auto;
        padding: 5px 20px;
        font-size: 8px;
        transition: background-color 0.3s ease;
    }
}

/*Single Posts*/
.single-post {
    margin: 0 auto;
    padding: 50px 150px;
}

.post-header {
    margin-bottom: 10px;
}

.post-meta {
    margin-bottom: 20px;
    text-decoration: none;
}

.post-type {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4682b4; /* Azul do tema */
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.post-title {
    font-size: 2.5vw;
    font-weight: 600;
    color: #424245;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.post-meta-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #424245;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.post-meta-info .post-author {
    color: #4682b4;
    font-weight: 600;
    text-decoration: none !important;
}

.post-meta-info .post-author a{
    text-decoration: none;
    color: #4682b4;
    font-weight: 600;
}

.post-author a{
    text-decoration: none !important;
    color: #4682b4;
}

.post-meta-info .social-share {
    display: flex;
    gap: 5px;
}

.post-meta-info .social-share .social-icon img {
    width: 32px;
}

.post-image {
    margin-bottom: 5px;
}

.post-image img {
    width: 100%;
    height: auto;
    display: block;
}

.image-credits {
    font-size: 0.8vw;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

.post-content {
    font-size: 1.5vw;
    line-height: 2.2vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0 50px;
}

.post-content a {
    color: black;
}

.post-footer {
    padding: 10px 40px 0 40px;
    display: flex;
    align-items: center;
    width: auto;
}

.post-footer .icon-tags{
    width: 24px;
}

.post-tags {
    border-bottom: none;
    display: flex;
    padding: 0 5px;
    font-size: 0;
    color: #4682b4;
    font-weight: 400;
    flex-wrap: wrap;
    align-items: center;
}

.post-tags .tag {
    padding: 0 5px;
    width: auto;
    margin: auto;
    max-width: 400px;
    border: none;
    align-items: center;
}

.post-tags .tag a{
    color: #4682b4;
    font-weight: 400;
}

.post-footer .social-share {
    display: flex;
}

.post-footer .social-share .social-icon img {
    width: 24px;
}

.next-article {
    margin: 0 0 25px 0;
    padding: 0 75px;
    background-color: #424245;
    height: 18vw;
    display: flex;
    align-items: center;
}

.next-article-title {
    font-size: 1.8vw;
    font-weight: 600;
    color: #4682b4;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

.next-post {
    display: flex;
    text-decoration: none;
}

.next-post-image{
    align-items: center;
    justify-content: center;
    display: block;
}

.next-post-image img {
    width: 35vw;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: block;
}

.next-post-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.next-post-type {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #4682b4;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

.next-post-info h3 {
    font-size: 2.3vw;
    font-weight: 500;
    color: #f7f7f7;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.next-post-author {
    font-size: 1.3vw;
    color: #f7f7f7;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 1920px) {
    .single-post {
        margin: 25px auto;
        padding: 50px 15vw;
    }

    .post-type {
        font-size: 1.2vw;
    }

    .post-title {
        font-size: 2.3vw;
        margin-bottom: 25px;
    }

    .post-meta-info {
        font-size: 0.8vw;
    }

    .post-meta-info .social-share {
        gap: 10px;
    }

    .post-meta-info .social-share .social-icon img {
        width: 56px;
    }

    .post-image {
        margin-bottom: 5px;
    }

    .image-credits {
        font-size: 0.7vw;
    }

    .post-content {
        font-size: 1.2vw;
        line-height: 2.2vw;
    }

    .post-footer {
        padding: 10px 40px 0 40px;
    }

    .post-footer .icon-tags{
        width: 56px;
    }

    .post-tags {
        padding: 0 5px;
    }

    .post-tags .tag {
        padding: 0 10px;
    }

    .post-footer .social-share .social-icon img {
        width: 56px;
    }

    .next-article {
        margin: 0 0 25px 0;
        padding: 0 10vw;
        height: 18vw;
    }

    .next-article-title {
        font-size: 1.8vw;
    }

    .next-post-image img {
        width: 35vw;
    }

    .next-post-info {
        padding: 10px;
    }

    .next-post-type {
        font-size: 1vw;
        font-weight: 600;
    }

    .next-post-info h3 {
        font-size: 2vw;
        font-weight: 500;
    }

    .next-post-author {
        font-size: 0.9vw;
    }
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .single-post {
        padding: 35px 35px;
    }
    
    .post-title {
        font-size: 3.5vw;
        margin-bottom: 2px;
        font-weight: 600;
        text-transform: capitalize;
    }
    
    .post-meta-info {
        gap: 5px;
        font-size: 10px;
    }
    
    .post-meta-info .social-share {
        gap: 4px;
    }
    
    .post-meta-info .social-share .social-icon img {
        width: 24px;
    }
    
    .post-image {
        margin-bottom: 3px;
    }
    
    .image-credits {
        margin-bottom: 1px;
        font-size: 1.2vw;
    }
    
    .post-content {
        font-size: 2.5vw;
        line-height: 4.7vh;
        padding: 0 10px;
    }
    
    .post-footer{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .post-footer .icon-tags{
        width: 18px;
    }
    
    .post-tags {
        padding: 0 1px;
        flex-wrap: wrap;
    }

    .post-tags .tag{
        padding: 0 5px;
        width: auto;
        margin: auto;
        max-width: 400px;
    }
    
    .post-footer .social-share .social-icon img {
        width: 24px;
    }
    
    .next-article {
        height: 17vw;
    }
    
    .next-article-title {
        font-size: 1.6vw;
        margin-bottom: 3px;
        text-transform: capitalize;
    }
    
    .next-post-image img {
        width: 35vw;
    }
    
    .next-post-info h3 {
        font-size: 2vw;
        margin-bottom: 3px;
        text-transform: capitalize;
    }
    
    .next-post-author {
        font-size: 1vw;
    }
}


/* Telas menores que 568px */
@media (max-width: 568px) {
    .single-post {
        padding: 35px 25px;
    }

    .post-type {
        font-size: 3.2vw;
    }
    
    .post-title {
        font-size: 6vw;
        margin-bottom: 5px;
        font-weight: 600;
        text-transform: capitalize;
    }
    
    .post-meta-info {
        gap: 5px;
        font-size: 2.5vw;
        flex-wrap: wrap;
    }
    
    .post-meta-info .social-share {
        gap: 2px;
    }
    
    .post-meta-info .social-share .social-icon img {
        width: 24px;
    }
    
    .post-image {
        margin-bottom: 3px;
    }
    
    .image-credits {
        margin-bottom: 10px;
        font-size: 2vw;
    }
    
    .post-content {
        font-size: 4vw;
        line-height: 5.7vw;
        padding: 0 25px;
    }

    .post-footer{
        vertical-align: middle;
    }
    
    .post-footer .icon-tags{
        width: 16px;
    }
    
    .post-tags {
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .post-tags .tag {
        padding: 0 5px;
        width: auto;
        margin: auto;
        max-width: 400px;
    }

    .post-tags .tag a{
        font-size: 2vw;
    }
    
    .post-footer .social-share .social-icon img {
        width: 24px;
    }
    
    .next-article {
        display: none;
        height: 17vw;
        padding: 1px 5px;
    }
    
    .next-article-title {
        font-size: 1.3vw;
        margin-bottom: 1px;
        text-transform: capitalize;
    }
    
    .next-post-image img {
        width: 35vw;
    }
    
    .next-post-info h3 {
        font-size: 1.7vw;
        margin-bottom: 3px;
        text-transform: capitalize;
    }
    
    .next-post-author {
        font-size: 1.2vw;
    }
}


/* Telas menores que 320px */
@media (max-width: 320px) {
    .single-post {
        padding: 25px 10px;
    }

    .post-type {
        font-size: 4vw;
        font-weight: 600;
    }
    
    .post-title {
        font-size: 7.3vw;
        margin-bottom: 5px;
        text-transform: capitalize;
    }
    
    .post-meta-info {
        gap: 2.5px;
        font-size: 10px;
        flex-wrap: wrap;
    }
    
    .post-meta-info .social-share {
        gap: 2px;
    }
    
    .post-meta-info .social-share .social-icon img {
        width: 16px;
    }
    
    .post-image {
        margin-bottom: 3px;
    }
    
    .image-credits {
        margin-bottom: 3vw;
    }
    
    .post-content {
        font-size: 5.5vw;
        line-height: 7.5vw;
        padding: 0 5px;
    }

    .post-footer{
        padding: 0 10px;
    }
    
    .post-footer .icon-tags{
        width: 10px;
    }

    
    .post-tags {
        display: flex;
        flex-wrap: wrap;
    }

    .post-tags .tag {
        padding: 0 5px;
        width: auto;
        margin: auto;
    }

    .post-tags .tag a{
        font-size: 3.2vw;
    }
    
    .post-footer .social-share .social-icon img {
        width: 16px;
    }
    
    .next-article {
        display: none;
        height: 17vw;
        padding: 1px 5px;
    }
    
    .next-article-title {
        font-size: 1.3vw;
        margin-bottom: 1px;
        text-transform: capitalize;
    }
    
    .next-post-image img {
        width: 35vw;
    }
    
    .next-post-info h3 {
        font-size: 1.5vw;
        margin-bottom: 3px;
        text-transform: capitalize;
    }
    
    .next-post-author {
        font-size: 1vw;
    }
}

/*Single Posts Other Posts*/
.single-featured-articles {
    margin: 50px auto;
    padding: 0 50px;
}

.grid-title {
    font-size: 2.5vw;
    font-weight: 500;
    color: black;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.grid-subtitle {
    font-size: 1vw;
    font-weight: 400;
    color: black;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 75px;
}

.grid-item {
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.grid-image {
    margin-bottom: 5px;
}

.grid-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.grid-item h3 {
    font-size: 1vw;
    font-weight: 500;
    color: black;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.grid-meta {
    font-size: 0.7vw;
    color: black;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/* Telas maiores que 1920px (ex.: 4K) */
@media (min-width: 1920px) {
    .single-featured-articles {
        margin: 100px auto;
    }

    .grid-title {
        font-size: 2.3vw;
    }

    .grid-subtitle {
        font-size: 0.9vw;
    }

    .grid-item h3 {
        font-size: 0.9vw;
        font-weight: 500;
        color: black;
        margin: 0 0 5px 0;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }

    .grid-meta {
        font-size: 0.6vw;
        color: black;
        margin: 0 0 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .single-featured-articles {
        margin: 50px auto;
        padding: 0 35px;
    }
    
    .grid-title {
        font-size: 4vw;
        font-weight: 500;
        color: black;
        margin-bottom: 5px;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
    }
    
    .grid-subtitle {
        font-size: 1.5vw;
        font-weight: 400;
        color: black;
        margin-bottom: 40px;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
    }
    
    .grid-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-bottom: 75px;
    }
    
    .grid-item {
        background-color: transparent;
        text-decoration: none;
        display: flex;
        flex-direction: column;
    }
    
    .grid-image {
        margin-bottom: 5px;
    }
    
    .grid-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    
    .grid-item h3 {
        font-size: 1.5vw;
        font-weight: 500;
        color: black;
        margin: 0 0 5px 0;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }
    
    .grid-meta {
        font-size: 0.8vw;
        color: black;
        margin: 0 0 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
}


/* Telas menores que 568px */
@media (max-width: 568px) {
    .single-featured-articles {
        margin: 5px auto;
        padding: 0 25px;
    }
    
    .grid-title {
        font-size: 4.4vw;
        font-weight: 500;
    }
    
    .grid-subtitle {
        font-size: 1.8vw;
        margin-bottom: 25px;
    }
    
    .grid-container {
        display: list-item;
        gap: 20px;
        margin-bottom: 25px;
        list-style: none;
    }
    
    .grid-item {
        background-color: transparent;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 0.5px solid black;
        padding-bottom: 20px;
    }
    
    .grid-image {
        margin-bottom: 5px;
    }
    
    .grid-image img {
        width: 35vw;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        margin-right: 10px;       
    }

    .grid-details {
        display: flex;
        flex-direction: column;
    }
    
    .grid-item h3 {
        font-size: 2.7vw;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .grid-meta {
        font-size: 2.2vw;
        color: black;
        margin: 0 0 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
}


/* Telas menores que 320px */
@media (max-width: 320px) {
    .single-featured-articles {
        margin: 25px auto;
        padding: 0 10px;
    }
    
    .grid-title {
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
    }
    
    .grid-subtitle {
        font-size: 12px;
        margin-bottom: 25px;
    }
    
    .grid-container {
        display: list-item;
        gap: 20px;
        margin-bottom: 25px;
        list-style: none;
    }
    
    .grid-item {
        background-color: transparent;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .grid-image {
        margin-bottom: 5px;
    }
    
    .grid-image img {
        width: 40vw;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        margin-right: 10px;       
    }

    .grid-details {
        display: flex;
        flex-direction: column;
    }
    
    .grid-item h3 {
        font-size: 3.7vw;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 2px;
    }
    
    .grid-meta {
        font-size: 2.5vw;
        color: black;
        margin: 0 0 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
}

/* Search Page */
.search-page {
    padding: 25vh 50px;
	height: 100vh !important;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-container {
	height: 100%;
    width: 100%;
    text-align: center;
}

.search-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 25px;
}

.search-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #4682b4;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    height: 40px; /* Fina */
}

.search-submit {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #4682b4;
    color: #f7f7f7;
    border: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.search-results-title {
    font-size: 1.8vw;
    font-weight: 500;
    color: #424245;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.search-result-item {
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-align: start;
}

.search-result-image {
    margin-bottom: 5px;
}

.search-result-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.search-result-details {
    display: flex;
    flex-direction: column;
}

.search-result-item h3 {
    font-size: 1vw;
    font-weight: 500;
    color: black;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.search-result-meta {
    font-size: 0.7vw;
    color: black;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.no-results {
    font-size: 1.2vw;
    color: #424245;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
}

.load-more-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 1.2vw;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    background-color: transparent;
}

@media (min-width: 1920px) {
    .search-page {
        height: 100vh !important;
        overflow-x: hidden;
    }

    .search-field {
        width: 100%;
        padding: 1.3vw;
        border: 1px solid #4682b4;
        border-radius: 5px;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3vw;
    }

    .search-submit {
        padding: 15px 25px;
        margin-top: 50px;
        font-size: 1vw;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .search-results-title {
        font-size: 1.7vw;
    }

    .search-result-item h3 {
        font-size: 0.9vw;
        font-weight: 500;
        color: black;
        margin: 0 0 5px 0;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }

    .search-result-meta {
        font-size: 0.6vw;
        color: black;
        margin: 0 0 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .no-results {
        font-size: 1vw;
        color: #424245;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .load-more-button {
        display: block;
        margin: 20px auto;
        padding: 10px 20px;
        font-size: 1vw !important;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        cursor: pointer;
        transition: background-color 0.3s ease;
        border: none;
        background-color: transparent;
    }
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .search-page {
        padding: 25px 35px;
        height: 100vh !important;
        overflow-x: hidden;
    }
    
    .search-form {
        margin-bottom: 15px;
    }
    
    .search-field {
        padding: 5px;
        height: 30px; /* Fina */
    }
    
    .search-submit {
        padding: 10px 15px;
    }
    
    .search-results-title {
        font-size: 2.2vw;
    }

    .search-result-image img {
        width: 100%;
        height: auto;
    }
    
    .search-result-item h3 {
        font-size: 1.5vw;
        margin: 0 0 5px 0;
        text-transform: capitalize;
        font-weight: 500;
    }
    
    .search-result-meta {
        font-size: 0.8vw;
        margin: 0 0 10px 0;
    }
    
    .no-results {
        font-size: 1.8vw;
    }
    
    .load-more-button {
        margin: 5px auto;
        font-size: 1.2vw;
    }
}


/* Telas menores que 568px */
@media (max-width: 568px) {
    .search-page {
        padding: 20px 25px;
        height: 100vh !important;
        overflow-x: hidden;
    }
    
    .search-field {
        padding: 5px;
        height: 30px; /* Fina */
    }
    
    .search-submit {
        padding: 10px 15px;
    }
    
    .search-results-title {
        font-size: 3vw;
    }

    .search-results-grid {
        display: list-item;
        list-style: none;
        gap: 20px;
    }

    .search-result-item {
        background-color: transparent;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 0.5px solid black;
        padding-bottom: 20px;
    }

    .search-result-image img {
        width: 35vw;
        height: auto;
        margin-right: 5px;
    }

    .search-result-details{
        display: flex;
        flex-direction: column;
    }
    
    .search-result-item h3 {
        font-size: 2.7vw;
        text-transform: capitalize;
        font-weight: 500;
    }
    
    .search-result-meta {
        font-size: 2.2vw;
    }
    
    .no-results {
        font-size: 2vw;
    }
    
    .load-more-button {
        margin: 5px auto;
        font-size: 1.8vw;
    }
}


/* Telas menores que 320px */
@media (max-width: 320px) {
    .search-page {
        padding: 20px 10px;
        height: 100vh !important;
        overflow-x: hidden;
    }
    
    .search-field {
        padding: 5px;
        height: 20px; /* Fina */
        font-size: 12px;
    }
    
    .search-submit {
        padding: 5px 10px;
        font-size: 12px;
    }
    
    .search-results-title {
        font-size: 4vw;
    }

    .search-results-grid {
        display: list-item;
        list-style: none;
        gap: 20px;
    }

    .search-result-item {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .search-result-image img {
        width: 40vw;
    }
    
    .search-result-item h3 {
        font-size: 3.7vw;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 2px;
    }
    
    .search-result-meta {
        font-size: 2.5vw;
    }
    
    .no-results {
        font-size: 2.8vw;
    }
    
    .load-more-button {
        margin: 5px auto;
        font-size: 2.3vw;
    }
}

/* Author Page */
.author-page {
    padding: 25px 50px;
}

.author-header {
    text-align: center;
    margin-bottom: 25px;
}

.author-image {
    margin-bottom: 15px;
}

.author-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.author-name {
    font-size: 2.5vw;
    font-weight: 600;
    color: #424245;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.author-social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.author-social-links .social-icon img {
    width: 32px;
    height: auto;
}

.author-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.author-post-item {
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-align: start;
}

.author-post-image {
    margin-bottom: 5px;
}

.author-post-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.author-post-details {
    display: flex;
    flex-direction: column;
}

.author-post-item h3 {
    font-size: 1vw;
    font-weight: 500;
    color: black;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.author-post-meta {
    font-size: 0.7vw;
    color: black;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.no-results {
    font-size: 1.2vw;
    color: #424245;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
}

.load-more-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 1.2vw;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    background-color: transparent;
}

@media (min-width: 1920px) {
    .author-page {
        padding: 50px 50px;
    }

    .author-image {
        margin-bottom: 25px;
    }

    .author-image img {
        width: 150px;
        height: 150px;
    }

    .author-name {
        font-size: 2vw;
    }

    .author-social-links {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 25px;
    }

    .author-social-links .social-icon img {
        width: 32px;
        height: auto;
    }

    .author-post-image {
        margin-bottom: 5px;
    }

    .author-post-item h3 {
        font-size: 0.9vw;
        font-weight: 500;
        color: black;
        margin: 0 0 5px 0;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }

    .author-post-meta {
        font-size: 0.6vw;
        color: black;
        margin: 0 0 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .no-results {
        font-size: 1vw;
        color: #424245;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .load-more-button {
        display: block;
        margin: 20px auto;
        padding: 10px 20px;
        font-size: 1vw !important; 
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        cursor: pointer;
        transition: background-color 0.3s ease;
        border: none;
        background-color: transparent;
    }
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .author-page {
        padding: 25px 35px;
    }

    .author-image img {
        width: 120px;
        height: 120px;
    }

    .author-name {
        font-size: 2.2vw;
    }

    .author-social-links .social-icon img {
        width: 24px;
    }

    .author-post-item h3 {
        font-size: 1.5vw;
        margin: 0 0 5px 0;
        text-transform: capitalize;
        font-weight: 500;
    }

    .author-post-meta {
        font-size: 0.8vw;
        margin: 0 0 10px 0;
    }

    .no-results {
        font-size: 1.8vw;
    }

    .load-more-button {
        margin: 5px auto;
        font-size: 1.2vw;
    }
}

/* Telas menores que 568px */
@media (max-width: 568px) {
    .author-page {
        padding: 20px 25px;
        min-height: 100vh !important;
    }

    .author-image img {
        width: 100px;
        height: 100px;
    }

    .author-name {
        font-size: 3vw;
    }

    .author-social-links .social-icon img {
        width: 20px;
    }

    .author-posts-grid {
        display: list-item;
        list-style: none;
        gap: 20px;
    }

    .author-post-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 0.5px solid black;
        padding-bottom: 20px;
    }

    .author-post-image img {
        width: 35vw;
        height: auto;
        margin-right: 5px;
    }

    .author-post-details {
        display: flex;
        flex-direction: column;
    }

    .author-post-item h3 {
        font-size: 2.7vw;
        text-transform: capitalize;
        font-weight: 500;
    }

    .author-post-meta {
        font-size: 2.2vw;
    }

    .no-results {
        font-size: 2vw;
    }

    .load-more-button {
        margin: 5px auto;
        font-size: 1.8vw;
    }
}

/* Telas menores que 320px */
@media (max-width: 320px) {
    .author-page {
        padding: 20px 10px;
    }

    .author-image img {
        width: 80px;
        height: 80px;
    }

    .author-name {
        font-size: 4vw;
    }

    .author-social-links .social-icon img {
        width: 16px;
    }

    .author-posts-grid {
        display: list-item;
        list-style: none;
        gap: 20px;
    }

    .author-post-item {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .author-post-image img {
        width: 40vw;
    }

    .author-post-item h3 {
        font-size: 3.7vw;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .author-post-meta {
        font-size: 2.5vw;
    }

    .no-results {
        font-size: 2.8vw;
    }

    .load-more-button {
        margin: 5px auto;
        font-size: 2.3vw;
    }
}

/* Tag Page */
.tag-page {
    padding: 25px 50px;
}

.tag-header {
    text-align: center;
    margin-bottom: 25px;
}

.tag-image {
    margin-bottom: 15px;
}

.tag-image img {
    width: 200px;
    height: 180px; /* Quase quadrada, um pouco maior que a imagem do autor */
    object-fit: cover;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.tag-name {
    font-size: 2.5vw;
    font-weight: 600;
    color: #424245;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.tag-description {
    font-size: 1.2vw;
    color: #424245;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.tag-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.tag-post-item {
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-align: start;
}

.tag-post-image {
    margin-bottom: 5px;
}

.tag-post-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.tag-post-details {
    display: flex;
    flex-direction: column;
}

.tag-post-item h3 {
    font-size: 1vw;
    font-weight: 500;
    color: black;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.tag-post-meta {
    font-size: 0.7vw;
    color: black;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.no-results {
    font-size: 1.2vw;
    color: #424245;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
}

.load-more-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 1.2vw;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    background-color: transparent;
}

@media (min-width: 1920px) {
    .tag-page {
        padding: 50px 50px;
    }

    .tag-image img {
        width: 200px;
        height: 180px;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        margin: 0 auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .tag-name {
        font-size: 2.3vw;
    }

    .tag-description {
        font-size: 1vw;
    }

    .tag-post-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .tag-post-item h3 {
        font-size: 0.9vw;
        font-weight: 500;
        color: black;
        margin: 0 0 5px 0;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }

    .tag-post-meta {
        font-size: 0.6vw;
        color: black;
        margin: 0 0 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .no-results {
        font-size: 1vw;
        color: #424245;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .load-more-button {
        display: block;
        margin: 20px auto;
        padding: 10px 20px;
        font-size: 1vw;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        cursor: pointer;
        transition: background-color 0.3s ease;
        border: none;
        background-color: transparent;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .tag-page {
        padding: 50px 50px;
    }    
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .tag-page {
        padding: 25px 35px;
        height: 100vh !important;
        overflow-x: hidden;
    }

    .tag-image img {
        width: 160px;
        height: 144px;
    }

    .tag-name {
        font-size: 2.2vw;
    }

    .tag-description {
        font-size: 1.8vw;
    }

    .tag-post-item h3 {
        font-size: 1.5vw;
        margin: 0 0 5px 0;
        text-transform: capitalize;
        font-weight: 500;
    }

    .tag-post-meta {
        font-size: 0.8vw;
        margin: 0 0 10px 0;
    }

    .no-results {
        font-size: 1.8vw;
    }

    .load-more-button {
        margin: 5px auto;
        font-size: 1.2vw;
    }
}

/* Telas menores que 568px */
@media (max-width: 568px) {
    .tag-page {
        padding: 20px 25px;
        height: 100vh !important;
        overflow-x: hidden;
    }

    .tag-image img {
        width: 120px;
        height: 108px;
    }

    .tag-name {
        font-size: 3vw;
    }

    .tag-description {
        font-size: 2vw;
    }

    .tag-posts-grid {
        display: list-item;
        list-style: none;
        gap: 20px;
    }

    .tag-post-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 0.5px solid black;
        padding-bottom: 20px;
    }

    .tag-post-image img {
        width: 35vw;
        height: auto;
        margin-right: 5px;
    }

    .tag-post-details {
        display: flex;
        flex-direction: column;
    }

    .tag-post-item h3 {
        font-size: 2.7vw;
        text-transform: capitalize;
        font-weight: 500;
    }

    .tag-post-meta {
        font-size: 2.2vw;
    }

    .no-results {
        font-size: 2vw;
    }

    .load-more-button {
        margin: 5px auto;
        font-size: 1.8vw;
    }
}

/* Telas menores que 320px */
@media (max-width: 320px) {
    .tag-page {
        padding: 20px 10px;
        height: 100vh !important;
        overflow-x: hidden;
    }

    .tag-image img {
        width: 100px;
        height: 90px;
    }

    .tag-name {
        font-size: 4vw;
    }

    .tag-description {
        font-size: 2.8vw;
    }

    .tag-posts-grid {
        display: list-item;
        list-style: none;
        gap: 20px;
    }

    .tag-post-item {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .tag-post-image img {
        width: 40vw;
    }

    .tag-post-item h3 {
        font-size: 3.7vw;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .tag-post-meta {
        font-size: 2.5vw;
    }

    .no-results {
        font-size: 2.8vw;
    }

    .load-more-button {
        margin: 5px auto;
        font-size: 2.3vw;
    }
}

/* Jurídico, Termos e Política */
.footer-page {
    padding: 25px 50px;
    height: 100vh;
    overflow-x: hidden;
}

.footer-page a {
    text-decoration: none;
    color: #424245;
}

.footer-page-container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.footer-page-title {
    font-size: 2.5vw;
    font-weight: 600;
    color: #424245;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.footer-page-content {
    font-size: 1.2vw;
    color: #424245;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    margin-bottom: 40px;
}

.footer-page-content p {
    margin-bottom: 15px;
}

/* Telas maiores que 1920px*/
@media (min-width: 1920px) {
    .footer-page {
        padding: 50px 50px;
        min-height: 100vh;
        overflow-x: hidden;
    }

    .footer-page-title {
        font-size: 2.3vw;
    }

    .footer-page-content {
        font-size: 1vw;
        color: #424245;
        font-family: 'Montserrat', sans-serif;
        line-height: 2;
        margin-bottom: 40px;
    }
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .footer-page {
        padding: 25px 35px;
        height: 100vh;
        overflow-x: hidden;
    }

    .footer-page-title {
        font-size: 2.2vw;
    }

    .footer-page-content {
        font-size: 1.8vw;
    }
}

/* Telas menores que 568px */
@media (max-width: 568px) {
    .footer-page {
        padding: 20px 25px;
        height: 100vh;
        overflow-x: hidden;
    }

    .footer-page-title {
        font-size: 3vw;
    }

    .footer-page-content {
        font-size: 2vw;
    }
}

/* Telas menores que 320px */
@media (max-width: 320px) {
    .footer-page {
        padding: 20px 10px;
        height: 100vh;
        overflow-x: hidden;
    }

    .footer-page-title {
        font-size: 4vw;
    }

    .footer-page-content {
        font-size: 2.8vw;
    }
}

/* Contact Page */
.contact-page {
    padding: 25px 50px;
    min-height: 60vh; /* Garante que a página ocupe a maior parte da tela */
}

.contact-page-container {
    width: 100%;
    max-width: 1200px; /* Limite máximo pra o conteúdo */
    margin: 0 auto;
}

.contact-page-title {
    font-size: 2.5vw;
    font-weight: 600;
    color: #424245;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.contact-page-content {
    font-size: 1.2vw;
    color: #424245;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    margin-bottom: 40px;
}

.contact-page-content p {
    margin-bottom: 15px;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

/* Estilos para o formulário */
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form h3 {
    font-size: 1.5vw;
    font-weight: 600;
    color: #424245;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-form .form-field {
    flex: 1;
}

.contact-form .form-field.half-width {
    flex: 1 1 48%; /* 48% pra garantir espaço entre os campos */
}

.contact-form .form-field.full-width {
    flex: 1 1 100%;
}

.contact-form label {
    font-size: 1vw;
    font-family: 'Montserrat', sans-serif;
    color: #424245;
    display: block;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
}

.contact-form textarea {
    height: 150px;
}

.contact-form input[type="checkbox"] {
    margin-right: 5px;
}

.contact-form button {
    padding: 10px 20px;
    background-color: #4682b4;
    color: #f7f7f7;
    border: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.contact-form button:hover {
    background-color: #1a1a1a;
}

.contact-form .form-note {
    font-size: 0.9vw;
    color: #424245;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    font-style: italic;
}

.contact-success,
.contact-error {
    font-size: 1vw;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
}

.contact-success {
    color: #4682b4;
}

.contact-error {
    color: #ff0000;
}

/* Telas menores que 768px */
@media (max-width: 768px) {
    .contact-page {
        padding: 25px 35px;
    }

    .contact-page-title {
        font-size: 2.2vw;
    }

    .contact-page-content {
        font-size: 1.8vw;
    }

    .contact-form h3 {
        font-size: 2.2vw;
    }

    .contact-form label,
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"],
    .contact-form textarea,
    .contact-form select,
    .contact-form button,
    .contact-form .form-note,
    .contact-success,
    .contact-error {
        font-size: 1.8vw;
    }

    .contact-form .form-field.half-width {
        flex: 1 1 100%; /* Campos ocupam a largura total em telas menores */
    }
}

/* Telas menores que 568px */
@media (max-width: 568px) {
    .contact-page {
        padding: 20px 25px;
        height: auto;
    }

    .contact-page-title {
        font-size: 3vw;
    }

    .contact-page-content {
        font-size: 2vw;
    }

    .contact-form h3 {
        font-size: 3vw;
    }

    .contact-form label,
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"],
    .contact-form textarea,
    .contact-form select,
    .contact-form button,
    .contact-form .form-note,
    .contact-success,
    .contact-error {
        font-size: 2vw;
    }
}

/* Telas menores que 320px */
@media (max-width: 320px) {
    .contact-page {
        padding: 20px 10px;
    }

    .contact-page-title {
        font-size: 4vw;
    }

    .contact-page-content {
        font-size: 2.8vw;
    }

    .contact-form h3 {
        font-size: 4vw;
    }

    .contact-form label,
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"],
    .contact-form textarea,
    .contact-form select,
    .contact-form button,
    .contact-form .form-note,
    .contact-success,
    .contact-error {
        font-size: 2.8vw;
    }
}

/*Footer*/
.site-footer {
    background-color: #424245;
    color: #f7f7f7;
    padding: 10px 50px;
    font-family: 'Montserrat', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between; /* Links à esquerda, texto no centro, ícones à direita */
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap; 
}

.footer-links {
    display: flex;
    gap: 20px; /* Espaço entre os links */
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    padding: 2px 0;
}

.footer-links a {
    color: #f7f7f7;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}

.footer-text {
    display: flex;
    font-size: 10px;
    font-weight: 400;
    padding: 5px 0 5px 0;
    justify-content: center;
    background-color: #424245;
    color: #f7f7f7;
    border-top: 0.5px solid #c2c2c2;
}

.footer-text a {
    color: #f7f7f7;
    margin: 0 3px 0 3px;
}

.footer-social {
    display: flex;
    gap: 5px; /* Espaço entre os ícones */
}

.footer-social .social-icon {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.footer-social .social-icon img {
    width: 24px;
}

/* Telas maiores que 1920px */
@media (min-width: 1920px) {
    .site-footer {
        background-color: #424245;
        padding: 50px 50px;
    }

    .footer-links {
        display: flex;
        gap: 20px;
    }

    .footer-links ul {
        list-style: none;
    }

    .footer-links ul li {
        padding: 7px 0;
    }

    .footer-links a {
        font-size: 0.7vw;
    }

    .footer-text {
        font-size: 0.5vw;
        font-weight: 400;
    }

    .footer-social {
        display: flex;
        gap: 10px;
    }

    .footer-social .social-icon {
        color: #f7f7f7;
        font-size: 18px;
        text-decoration: none;
    }

    .footer-social .social-icon img {
        width: 48px;
    }
}

/* Telas menores que 320px */
@media (max-width: 320px) {
    .footer-links a {
        font-size: 3vw;
        margin: 0 2px 0 2px;
    }

    .footer-text {
        display: flex;
        font-size: 2vw;
        font-weight: 400;
        padding: 3px 0 3px 0;
        justify-content: center;
        background-color: #424245;
        color: #f7f7f7;
        border-top: 0.5px solid #c2c2c2;
    }
}

/*Página 404*/
.error-404 {
    margin: 0 auto;
    padding: 40px 2%;
    text-align: center;
    height: 120vh;
}

.error-404-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh; /* Garante que a seção ocupe uma boa parte da tela */
}

.error-404-image img {
    width: 60%;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.error-404-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.error-404-link {
    font-size: 18px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
}

.error-404-link a {
    color: #4682b4;
    text-decoration: none;
    font-weight: 700;
}

@media (min-width: 1920px) {
    .error-404 {
        padding: 10vw 2%;
        height: 100vh;
    }

    .error-404-container {
        min-height: 50vh; 
    }

    .error-404-image img {
        width: 75vh;
        height: auto;
    }

    .error-404-title {
        font-size: 1.5vw;
    }

    .error-404-link {
        font-size: 0.9vw;
        color: #666;
        font-family: 'Montserrat', sans-serif;
    }
}

.ad-container {
    width: 100%;
    padding: 10px 10px 0 10px;
    text-align: center;
    min-height: auto;
	display: block;
	background-color: #f7f7f7;
	
}

.ad-label {
    font-size: 1vw;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
	font-weight: 500;
}