.main-blog {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
}


.ribbon-blog .bg-video-blog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    object-fit: cover;
    z-index: -1;
}


.video-overlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    object-fit: cover;
    z-index: 1;
}

.ribbon-container-blog {
    max-width: 1440px;
    width: 100vw;
    padding: 6.5rem 5px 0 5.5rem;
    position: relative;
    z-index: 500;
    height: 230px;
}

.blur-radial {
    background-size: 100% !important;
    background: url('/wp-content/uploads/2025/11/footerbackground.png')
}

.ribbon-container-blog h2 {
    font-size: 36px;
    font-weight: 600;
    color: white;
    margin-bottom: auto;
    margin-top: 32px;
    width: 230px;
}

.main-100 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.search-bar {
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
}

.search-input,
.search-button,
.search-select {
    height: 40px;
    box-sizing: border-box;
    background: rgb(255 0 0 / 0%);
}

.search-input::placeholder {
  color: white;
}

.search-input::-webkit-input-placeholder {
  color: white;
}

.search-input:-ms-input-placeholder {
  color: white;
}

.search-input::-ms-input-placeholder {
  color: white;
}
.search-input {
    width: 405px;
    padding: 0 14px;
    border: 1px solid #405361;
    border-radius: 4px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: white;
    ;
}

.search-button {
    background: linear-gradient(90deg, #009EE2, #00CFFF);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0 16px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    line-height: 100%;
}

.search-button svg {

    background-image: url('/wp-content/themes/hello-elementor-child-theme/styles/icons/search-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% auto;
    width: 28px;
    height: auto;
}

.search-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 314px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: white;
    padding: 0 40px 0 14px;
    border: 1px solid #405361;
    border-radius: 6px;
    font-style: italic;
    margin-left: 50px;
    height: 40px;
    box-sizing: border-box;

    background: rgba(0, 0, 0, 0.05) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path d="M6 9L12 15L18 9" stroke="%23868889" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 12px center;
    background-size: 18px 18px;
    cursor: pointer;
}
.search-select option {
  background-color: #011224;
  color: #fff;
}

/* Midia */

.section-transacoes {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.section-transacoes h2 {
    color: white;
    font-size: 26px;
    text-align: left;
    width: 100%;
    padding: 48px 3.1em;
    padding-bottom: 0px;
    margin-bottom: -20px;
    font-weight: 300;
}

.cards-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5.2rem;
    padding-right: 5.2rem;
    padding-top: 60px;

}

.news-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 48px 5.2em;
    padding-bottom: 0px;
}

.card {
    width: 48%;
    background: transparent;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    color: #FFF;
    align-items: center;
    justify-content: center;
    border: none;
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #F4F3EE1A;
}


.card-cover img {
    width: 150px;
    height: 182px;
    background: #333;
    border-radius: 4px;
    object-fit: cover;
}

.card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card-inner .data {
    opacity: .7;
    font-size: 14px;
    margin: 1px;
}

.card-inner .empresa {
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 6px;
    overflow: hidden;
}

.card-inner .descricao {
    font-size: 15px;
    line-height: 1.5;
    opacity: .8;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.card-inner button {
    background: transparent;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    transition: transform .2s ease;
}

.card-inner button:hover{
    transform: scale(1.1)
}

.card-inner button span {
    font-size: 18px;
    margin-top: -2px;
}

.info-noticia {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    padding-top: 8px;
    gap: 10px;
    height: 45px;
    padding-bottom: 6px;
}

/* podcast */


.podcast-section {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 48px 5.2em;
}


.podcast-column {
    width: 48%;
	height: 562px;
}

.podcast-column .podcast-item:last-of-type {
    border-bottom: none !important;
}

.podcast-heading {
    font-size: 26px;
    color: #012840;
    font-weight: 400;
    margin-bottom: 30px;
}

.podcast-heading strong {
    color: #009EE2;
    font-weight: 600;
}

.podcast-item {
    display: flex;
    gap: 20px;
    height: 185px;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.podcast-thumb {
    width: 220px;
    height: 120px;
    background: #111;
    border-radius: 8px;
    background-position: center;
    background-size: contain;
}

.podcast-meta {
    font-size: 14px;
    color: #012840;
    margin-bottom: 10px;
}

.podcast-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
    width: 380px;
}

.podcast-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 35px;
    border: 2px solid #00a5ff;
    color: #00a5ff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.podcast-button:hover {
    background: #00a5ff;
    color: #fff;
}

@media (max-width: 480px) {

    .section-transacoes,
    .cards-container,
    .card,
    .podcast-section,
    .podcast-column,
    .podcast-item {
        flex-direction: column !important;
        width: 100% !important;
    }

    .card-cover img,
    .podcast-thumb {
        width: 100%;

    }

    .podcast-section {
        padding: 20px;
    }


    .cards-container {
        padding: 20px;
    }


    .card-cover,
    .card-inner .empresa,
    .card-inner .descricao,
    .podcast-title {
        width: 100%;
    }


    .podcast-button {
        width: 100%;
    }

}

.podcast-item {
    height: max-content;
}

.podcast-heading {
    margin-bottom: 0px;
}

.news-container {
    padding: 0px;
}




.cards-container h2 {
    text-align: left;
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 0;
    margin-bottom: 25px;
}








.newsletter-wrapper {
    width: 100%;
    background-color: #f6f5ef;
    padding: 32px 24px;
    box-sizing: border-box;
}

.newsletter {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 180px;
    flex-wrap: wrap;
}

.newsletter-text {
    font-size: 28px;
    color: #0b2c3d;
    line-height: 1.2;
}

.data-notice {
    z-index: 1001;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.06px;
    color: #F4F3EE;
    background-color: #009EE2;
    padding: 2px 4px;
    border-radius: 2px;
    right: 0;
    margin-bottom: 0;
    width: 75px;
}

.area-noticia {
    padding: 2px 8px;
    align-items: center;
    background-color: #F4F3EE;
    gap: 8px;
    width: auto;
    display: flex;
    border-radius: 6px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: #012840;
    line-height: 25px;
    margin: 0;
}

.newsletter-highlight {
    color: #00a3e0;
    font-weight: 600;
}

.newsletter-button {
    background-color: #00a3e0;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
}

@media (max-width: 767px) {

	.podcast-column {
		height:100%
	}
	
	
    .ribbon,
    .bg-video,
    .ribbon-container,
    .ribbon-container::after {
        height: 30vh;
    }

    .podcast-button {
        width: 100%;
    }

    .search-input {
        width: 100%;
    }

    .search-bar {
        position: relative;
        flex-wrap: wrap;
        padding: 0px 20px;
        margin-bottom: 20px;
    }

    .search-button {
        position: absolute;
        top: 5px;
        right: 18px;
    }

    .lista-noticias {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    }

    .card-noticia {
        width: 100% !important;

    }

    .section-transacoes h2,
    .news-container {
        padding: 0px 0px 45px 0px !important;
    }

    .search-select {
        margin: 0px;
        width: 100%;
    }

    .main-blog .home-card {
        width: 360px;
        padding: 0px 22px;
    }

    .main-blog .home-card-link {
        margin-left: 22px;
    }

    .podcast-item {
        height: 100%
    }

    .newsletter {
        gap: 40px;
    }

    .newsletter-wrapper {
        padding: 24px 16px;
    }

    .newsletter-text {
        font-size: 20px;
    }
}