/* ====== BASE ====== */
body {
    margin: 0;
    font-family: 'Poppins', 'Helvetica Neue', sans-serif;
}

/* ====== HERO SECTION ====== */
.hero {
    position: relative;
    height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.logo-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.logo-bar nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.nav-link:hover {
    color: #CCCF5E;
}

.hero-main-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo-central {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.logoL {
    max-width: 100%;
    height: auto;
}

.slogan-container {
    text-align: left;
}

.hero .slogan {
    font-size: 45px;
    margin-top: 40px;
}

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.tomob {
    max-width: 120px;
    height: auto;
}

.tomoh {
    height: 60px;
}

.tomow {
    max-width: 200px !important;
    height: 60px;
}

/* ====== SEÇÕES PRINCIPAIS ====== */
.oqueeh,
.episodios,
.quem-faz {
    padding: 60px 0;
    position: relative;
}

.oqueeh {
    background-color: #353d55;
    color: #fff;
}

.oqueeh .titleSection {
    font-size: 45px;
    margin-bottom: 2rem;
}

.oqueeh .titleAction {
    color: #cccf5e;
    font-weight: 700;
}

.oqueeh .bodySection {
    font-size: 33px;
    margin: 3rem 0;
}

.episodios {
    background-color: #f1efe8;
    /*padding-bottom: 200px;*/
}

.titleEpisodios {
    color: #517F6C;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 75px 0 50px;
}

.quem-faz {
    background-color: #f1efe8;
}

/* ====== EFEITOS DECORATIVOS ====== */
.efeito-container {
    position: relative;
    z-index: 1;
}

.efeito1 {
    position: absolute;
    top: 215px;
    left: 5px;
    width: 200px;
    z-index: 2;
}

.efeito2 {
    position: absolute;
    top: 440px;
    left: 0;
    z-index: 2;
}

.efeito3 {
    position: absolute;
    top: -220px;
    right: 0;
}

.efeito4 {
    position: absolute;
    top: -97px;
    right: 0;
    filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(217%) hue-rotate(18deg) brightness(95%) contrast(89%);
}

.efeito5 {
    position: absolute;
    bottom: 25%;
    left: 0;
}

.efeito6 {
    position: absolute;
    bottom: -155px;
    left: 0;
    height: 300px;
    z-index: 2;
}

.efeito7 {
    position: absolute;
    top: 930px;
    right: 0;
    z-index: 2;
}

.nomobile {
    display: block;
}

/* ====== BOTÕES ====== */
.botao {
    border: 3px solid #CCCF5E;
    border-radius: 20px;
    background-color: transparent;
    padding: 25px 60px;
    font-size: 30px;
    font-weight: 100;
    color: #C9CE67;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.botao:hover {
    background: rgba(204, 207, 94, 0.16);
    color: #C9CE67;
}

/* ====== CONTAINER DOS BOTÕES ====== */
.botoes-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

/* ====== SEÇÃO DECORATIVA ====== */
.secao-decorativa {
    background-color: #f1efe8;
    /*padding: 60px 0;*/
    position: relative;
    overflow: hidden;
}

.secao-decorativa .container-fluid {
    padding: 0;
}

.secao-decorativa .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
}

.secao-decorativa .col-md-4 {
    flex: 0 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
}

.secao-decorativa .col-md-4:first-child {
    justify-content: flex-start;
}

.secao-decorativa .col-md-4:last-child {
    justify-content: flex-end;
}

.efeito-decorativo {
    max-width: 100%;
    height: auto;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.efeito-decorativo:hover {
    transform: scale(1.02);
    opacity: 1;
}

.efeito-esquerda {
    /* Efeito 11 - lado esquerdo, sem filtros */
}

.efeito-centro {
    /* Efeito 12 - centro, sem filtros */
}

.efeito-direita {
    /* Efeito 13 - lado direito, sem filtros */
}

/* ====== CARDS E BOTÕES DE EPISÓDIOS ====== */
.card-title {
    font-size: 24px;
    color: #555555;
    margin: 0 0 8px 0;
    font-weight: 400;
}

.card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 16px;
}

.text-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.action-content {
    text-align: center;
    margin: 20px;
}

.card-text {
    font-size: 20px;
    color: #666666;
    margin-bottom: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btEp {
    background-color: #b9c46b;
    color: #fff;
    border: 2px solid #CCCF5E;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btEp:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #C9CE67;
}

.btEp::before {
    content: "▶ ";
    font-size: 16px;
    margin-right: 4px;
}

/* ====== CAROUSEL E THUMBNAILS ====== */
.main-carousel {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.main-carousel .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.thumbnail-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
    padding-bottom: 20px;
}

.thumbnail-carousel .card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.thumbnail-carousel .card:hover {
    transform: translateY(-10px);
}

.thumbnail-carousel .card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.thumbnail-carousel .card a {
    text-decoration: none;
    color: inherit;
}

.thumbnail-carousel .card .thumbnail-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 108, 54, 0.85);
    color: white;
    font-weight: 500;
    padding: 8px 16px;
    font-size: 0.9rem;
    z-index: 10;
}

.thumbnail-carousel .card .card-body {
    background-color: white;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
}

.thumbnail-carousel .card .text-content {
    width: 100%;
    min-height: 140px;
}

.thumbnail-carousel .card h1 {
    font-size: 1rem;
    margin: 0;
    line-height: 1.4;
    color: #333;
    text-align: left;
}

/* ====== CAROUSEL NAVIGATION ====== */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(204, 207, 94, 0.7);
    border-radius: 50%;
    top: 40%;
    transform: translateY(-50%);
    opacity: 0.3;
    transition: all 0.3s ease;
}

.carousel-control-prev {
    left: 5%;
}

.carousel-control-next {
    right: 5%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(204, 207, 94, 1);
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 24px;
    height: 24px;
}

/* ====== DEPOIMENTOS ====== */
.depoimento {
    /*margin-top: 150px;*/
    position: relative;
}

.depoimento h2 {
    font-size: 36px;
    color: #39424e;
    margin-bottom: 3rem;
}

.quote-card {
    max-width: 800px;
    background-color: #f9f9f9;
    border-radius: 30px;
    padding: 30px 40px;
    margin: auto auto 70px;
    position: relative;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.quote-mark {
    position: absolute;
    top: -25px;
    left: -60px;
}

.quote-photo {
    position: relative;
    top: -168px;
    left: 230px;
    margin-bottom: -50px;
    z-index: 5;
    width: 120px;
}

.quote-text {
    color: #39424e;
    font-size: 18px;
    font-style: italic;
    margin: 20px 0 25px;
    line-height: 1.6;
}

.author-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 0 0 80px;
}

.author-details {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.author-name {
    font-weight: 700;
    font-size: 18px;
    color: #39424e;
}

.episode {
    font-size: 14px;
    color: #657280;
}

.btn-view {
    padding: 8px 16px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #c9d345;
    color: #c9d345;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-view:hover {
    background-color: #c9d345;
    color: #ffffff;
}

/* ====== QUEM FAZ ACONTECER ====== */
.quemFaz {
    padding-top: 80px;
    margin-bottom: 60px;
}

.quemFaz h2 {
    font-size: 36px;
    color: #39424e;
    margin-bottom: 3rem;
}

.quemFaz h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.quemFaz p {
    color: #657280;
}

.avatar2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.avatar2:hover {
    transform: scale(1.05);
}

/* ====== NEWSLETTER E FOOTER ====== */
.newsletter {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 60px;
}

.newsletter-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.newsletter-content {
    position: relative;
    z-index: 1;
    padding-top: 5rem;
    flex-grow: 1;
}

.titleNewsletter {
    font-family: Franie, sans-serif;
    color: #fff;
    font-size: 50px;
    letter-spacing: 2px;
    padding-bottom: 50px;
}

.newsletter .btn {
    font-size: 26px;
    padding: 15px 30px;
    background-color: #CCCF5E;
    border-color: #CCCF5E;
    color: #333;
    transition: all 0.3s ease;
}

.newsletter .btn:hover {
    background-color: #b9c46b;
    border-color: #b9c46b;
    color: #fff;
}

.newsletter .form-control {
    padding: 12px;
    font-size: 18px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
}

.newsletter .form-control:focus {
    box-shadow: 0 0 0 3px rgba(204, 207, 94, 0.3);
    background-color: #fff;
}

.newsletter .form-label {
    font-size: 18px;
    margin-bottom: 8px;
}

.newstitle {
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

.footer-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.4);
}

.footer {
    padding: 3rem 0;
}

.footer-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

.footer-logos img {
    max-height: 60px;
    width: auto;
}

.links {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.links a {
    color: #CCCF5E;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.links a:hover {
    color: #fff;
    text-decoration: underline;
}

.social-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.social-links i {
    color: #CCCF5E;
    font-size: 36px;
    transition: color 0.3s ease;
}

.social-links i:hover {
    color: #fff;
}

.footer hr {
    opacity: 0.2;
    margin: 0;
}

.copyright {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.legal-links a {
    margin-right: 1rem;
    color: #bdbdbd;
    text-decoration: none;
    transition: color 0.3s;
}

.legal-links a:hover {
    text-decoration: underline;
    color: #CCCF5E;
}

.copyright-text {
    color: #bdbdbd;
}

/* ====== RESPONSIVIDADE ====== */
@media (max-width: 1400px) {
    .quote-photo {
        left: 12%;
    }
}

@media (max-width: 1200px) {
    .quote-photo {
        left: 5%;
    }

    .thumbnail-carousel .card .text-content {
        min-height: 180px;
    }
}

@media (max-width: 992px) {
    .titleNewsletter,
    .titleEpisodios,
    .oqueeh .titleSection {
        font-size: 36px;
    }

    .oqueeh .bodySection {
        font-size: 24px;
    }

    .botao {
        padding: 15px 40px;
        font-size: 22px;
    }

    .quote-photo {
        left: -3%;
    }

    .efeito6 {
        height: 100px;
    }

    .newsletter-content {
        padding-top: 1rem;
    }

    .thumbnail-carousel {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .avatar2 {
        width: 150px;
        height: 150px;
    }

    .social-links {
        flex-direction: column;
        gap: 1rem;
    }

    .footer img {
        width: 120px;
    }

    .secao-decorativa {
        padding: 40px 0;
    }

    .efeito-decorativo {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .nomobile {
        display: none;
    }

    .hero .slogan {
        font-size: 32px;
    }

    .logo-bar {
        flex-direction: column;
        gap: 10px;
        padding: 1rem;
    }

    .logo-bar nav {
        gap: 1rem;
    }

    .botoes-container {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .secao-decorativa {
        padding: 30px 0;
    }

    .secao-decorativa .row {
        flex-direction: column;
        gap: 1.5rem;
    }

    .efeito-decorativo {
        max-width: 80%;
        margin: 0 auto;
    }

    .quote-photo {
        left: 5%;
        transform: translateX(-50%);
    }

    .card-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .copyright {
        flex-direction: column;
        text-align: center;
    }

    .legal-links a {
        margin: 0 8px;
    }

    .botao {
        padding: 12px 30px;
        font-size: 18px;
    }

    .quote-mark {
        left: -20px;
    }

    .thumbnail-carousel {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .thumbnail-carousel .card .text-content {
        min-height: 230px;
    }

    .newstitle {
        padding: 20px 0;
    }

    .links {
        text-align: center;
    }

    .social-links {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .logo-bar {
        padding: 0.5rem;
        gap: 8px;
    }

    .logo-bar nav {
        gap: 0.5rem;
        padding: 3px 0;
    }

    .nav-link {
        font-size: 14px;
    }

    .logoL {
        width: 80%;
    }

    .hero .slogan {
        font-size: 24px;
    }

    .tomob {
        width: 30%;
    }

    .tomoh {
        width: 20% !important;
    }

    .tomow {
        width: 150px;
        height: 50px;
    }

    .depoimento {
        margin-top: 0;
    }

    .titleEpisodios {
        padding-top: 0 !important;
    }

    .episodios {
        padding-bottom: 60px;
    }

    .newstitle {
        padding: 10px 0;
    }

    .newsletter-content {
        padding-top: 0;
    }

    .footer-wrapper {
        text-align: center;
    }

    .titleNewsletter,
    .titleEpisodios,
    .oqueeh .titleSection {
        font-size: 28px;
    }

    .botao {
        padding: 10px 20px;
        font-size: 16px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .newsletter .btn {
        font-size: 18px;
        padding: 10px 20px;
    }

    .avatar2 {
        width: 150px;
        height: 150px;
    }

    .thumbnail-carousel {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }

    .efeito6 {
        height: 100px;
    }

    .partners-logos {
        gap: 1rem;
    }

    .partners-logos img {
        /*max-width: 80px;*/
    }
}