    @font-face {
        font-family: "Montserrat-Medium";
        src: url("./fonts/Montserrat-Medium.otf");
    }
    @font-face {
        font-family: "Montserrat-Light";
        src: url("./fonts/Montserrat-Light.ttf");
    }

    @font-face {
        font-family: "Bootcamp";
        src: url("./fonts/Bootcamp.otf");
    }

    @font-face {
        font-family: "Poppins-Regular";
        src: url("./fonts/Poppins-Regular.ttf");
    }

* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background-color: #000;
        color: #fff;
        overflow-x: hidden;
    }


/* Secao 1 */
    .container {
        position: relative;
        width: 100%;
        height: auto;
    min-height: 100vh; 
    padding-bottom: 20px;
        /* display: flex; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
        overflow: hidden;
        
    }

    .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('img/BG_1.png');
        background-size: cover;
        background-position: center;
        filter: brightness(0.4);
        z-index: -1;
        margin-bottom: 190px;
    }

    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
        margin-bottom: 10px;
    }

    .unasp-logo {
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 2px;
        margin-right: 10px;
    }

    .fat-logo {
        margin-left: 40px;
    }

    .date-location {
        font-family: "Montserrat-Light";
        text-transform: uppercase;
        font-size: 1.2rem;
        margin-bottom: 2rem;
        letter-spacing: 1px;
    }

    .conference-title {
        font-family: "Montserrat-Medium";
        text-transform: uppercase;
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
        margin-bottom: 10px;
    }

    .mission-title {
    font-size: 5rem;
    font-family: "bootcamp";
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1;
    }
    .font-interna-title{
        font-family: "Montserrat-Medium";
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    }

    .evangelism-box {
        font-family: "Montserrat-Medium";
        text-transform: uppercase;
        background-color: #404994;
        border-radius: 5px;
        padding: 0.8rem 2rem;
        display: inline-block;
        margin-bottom: 2rem;
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .journey-text {
        font-family: "Montserrat-Light";
        text-transform: uppercase;
        font-size: 1.5rem;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .know-more-btn {
        font-family: "Montserrat-Medium";
        text-transform: uppercase;
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 25px;
        padding: 12px 70px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 0.9rem;
        letter-spacing: 1px;
        margin-bottom: 10px; 
    }

    .know-more-btn:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .know-more-btn a {
        color: #fff;
        text-decoration: none;
    }


    @media (max-width: 768px) {
        .evangelism-section {
            margin-bottom: 60px;
        }
        
        .content-wrapper {
            flex-direction: column;
            text-align: center;
        }
        
        .text-content {
            padding-right: 0;
            margin-bottom: 30px;
        }

        .evangelism-title {
            margin: auto;
            margin-left: 0;
            text-align: center;
        }
        
        .evangelism-title .line1 {
            font-size: 20px;
        }
        
        .evangelism-title .line2 {
            font-size: 40px;
            margin: 5px 0;
        }
        
        .evangelism-title .line3 {
            font-size: 24px;
        }
        
        .subscribe-btn {
            width: 100%;
            max-width: 320px;
            padding: 15px;
            font-size: 16px;
            margin: 30px auto 0;
        }
        
        .image-container {
            margin-top: 30px;
            text-align: center;
        }
        
        .man-image {
            margin-top: 0;
            max-width: 80%;
        }

        /* Header section */
        .logo-container {
            margin-top: 30px;
            flex-wrap: wrap;
        }
        
        .unasp-logo {
            font-size: 2rem;
        }
        
        .mission-title {
            font-size: 2.5rem;
            margin-top: 15px;
            margin-bottom: 10px;
        }
        
        .date-location, 
        .conference-title, 
        .journey-text {
            font-size: 0.8rem;
        }
        
        .evangelism-box {
            font-size: 0.9rem;
            padding: 8px 20px;
            margin-bottom: 25px;
        }

        .journey-text {
            margin-bottom: 25px;
        }

        .know-more-btn {
            padding: 10px 25px;
            /* margin-bottom: 40px; */
        }

        .container {
            height: auto;
            min-height: 100vh;
            padding: 20px 15px;
            justify-content: flex-start;
            padding-top: 50%;
        }
    }

    @media (max-width: 480px) {
        .unasp-logo img {
            max-width: 80%;
        }

        .fat-logo img {
            max-width: 80%;
        }
        
        .mission-title {
            font-size: 2rem;
        }
        
        .evangelism-box {
            padding: 6px 15px;
        }

        .logo-container {
            margin-top: 20px;
        }

        .unasp-logo, 
        .fat-logo {
            margin: 0 5px;
        }
    }

    @media (max-width: 375px) {
        .evangelism-title .line1 {
            font-size: 20px;
        }
        
        .evangelism-title .line2 {
            font-size: 36px;
        }
        
        .evangelism-title .line3 {
            font-size: 20px;
        }
        
        .subscribe-btn {
            max-width: 280px;
        }

        .logo-container {
            margin-top: 15px;
        }

        .unasp-logo img, 
        .fat-logo img {
            max-width: 70%;
        }

        .mission-title {
            font-size: 1.8rem;
            margin-top: 10px;
        }
    }

    @media (max-width: 320px) {
        .evangelism-title .line1 {
            font-size: 18px;
        }
        
        .evangelism-title .line2 {
            font-size: 32px;
        }
        
        .evangelism-title .line3 {
            font-size: 18px;
        }
        
        .subscribe-btn {
            max-width: 250px;
            font-size: 14px;
        }

        .unasp-logo img {
            max-width: 40%;
        }

        .fat-logo img {
            max-width: 40%;
            margin-left: 5px;
        }

        .mission-title {
            font-size: 1.6rem;
        }
    }

    section {
        position: relative;
    }
    .container::before {
        content: "";
        flex: 1;
    }

    
/* Secao 2 */
    .background-image2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('img/BG_2.png');
        background-size: cover;
        background-position: center;
        z-index: -1;
        /* margin-top: 190px; */
    }
    .container:nth-child(2) {
        padding-top: 90px;
    }

    .content {
        position: relative;
        z-index: 3;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .verse {
        margin-top: 35px;
        margin-bottom: 40px;
        letter-spacing: 2px;
        margin-left: 10%;
        position: relative;
        display: inline-block;
        color: #FFF;
        font-family: "Bootcamp";
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
        text-transform: uppercase;
    }

    .verse::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 40%;
        width: 20%;
        height: 3px;
        background-color: #ffffff;
    }

    .question1 {
        font-family: "Montserrat-Medium";
        background-color: rgba(100, 100, 100, 0.8);
        padding: 10px 20px;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        cursor: pointer;
        border-left: 4px solid transparent;
        width: 48%;
        margin-left: 10%;
    }

    .question2 {
        font-family: "Montserrat-Medium";
        background-color: rgba(100, 100, 100, 0.8);
        padding: 10px 20px;
        margin-top: 5px;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        cursor: pointer;
        border-left: 4px solid transparent;
        max-width: 100%;
        margin-left: 10%;
    }


    .people-section {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 250px;
    }

    .mission-statement {
        font-family: "Montserrat-Medium";
        text-transform: uppercase;
        background-color: rgba(100, 100, 100, 0.8);
        padding: 10px 20px;
        z-index: 5;
        margin-bottom: 2px;
        max-width: 100%;
        margin-left: 10%;
    }

    .missiion-statement {
        display: none;
    }

    @media (max-width: 768px) {
        .missiion-statement {
            display: block;
            color: #FFF;
            text-shadow: 7px 10px 4px rgba(0, 0, 0, 0.25);
            font-family: 'Bootcamp', sans-serif; 
            font-size: 39px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            width: 40%; 
            margin: 15px auto; 
            text-align: center;
            opacity: 0.1;
            letter-spacing: 0.5px; 
        }

        .missiion-statement h2 {
            margin: 0;
            padding: 0;
            font: inherit; 
            font-size: 29px;
        }
    }

    
    @media (max-width: 480px) {
        .missiion-statement {
            font-size: 24px;
            width: 220px;
        }

        .missiion-statement h2 {
            font-size: 24px;
        }
    }

    .mission-statement h2 {
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 1px;
    }

    @media screen and (max-width: 768px) {
        .verse {
            font-size: 1.8rem;
        }
    
        .question {
            font-size: 1rem;
            padding: 15px 20px;
            width: 90%;
        }
        
        .people-section {
            margin-top: 450px;
        }
        
        .mission-statement {
            width: 10%;
            padding: 15px 20px;
            margin: 2px 0;
            font-size: 0.9rem;
        }
        
        .mission-statement h2 {
            font-size: 0.9rem;
        }
    
        .question1 {
            width: 70%;
            font-size: 0.6rem;
            padding: 12px 15px;
            margin: 5px 0;
        }
    
        .question2 {
            width: 50%;
            font-size: 0.7rem;
            padding: 8px 6px;
            margin: 1px 0;
        }
        
        .grid-container {
            grid-template-columns: 1fr;
            gap: 15px;
        }
        
        .plus-sign {
            display: none;
        }
        
        .header-text {
            font-size: 20px;
        }
        
        .header-text::before,
        .header-text::after {
            font-size: 30px;
        }
        
        .subheader {
            font-size: 16px;
        }
    }
    
    @media screen and (max-width: 480px) {
        .content {
            max-width: 100%;
        }
    
        .verse {
            font-size: 1.5rem;
            margin-bottom: 30px;
            text-align: center;
            align-items: center;
            justify-content: center;
            margin-left: -3%;
        }
    
        .mission-statement {
            width: 95%;
            font-size: 0.9rem;
            padding: 12px 15px;
        }
        
        .mission-statement h2 {
            font-size: 1rem;
        }
        
        .grid-container {
            padding: 0 10px;
        }
        
        .grid-item {
            padding: 15px;
        }
        
        .grid-title {
            font-size: 22px;
        }
        
        .grid-description {
            font-size: 16px;
        }
    }


/* Secao 3 */
.container_section3 {
    position: relative;
    width: 100%;
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding-bottom: 100px;
    margin-top: 90px;
}

    .background-image3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('img/BG_3.png');
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    .header {
        position: relative;
        margin-bottom: 40px;
        margin-top: 100px;
        padding: 0 20px;
    }
    
    .header-text {
        font-family: "Montserrat-Medium";
        color: white;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.3;
        text-transform: uppercase;
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }
    
    .header-text::before, .header-text::after {
        /* content: "「"; */
        content: "";
        position: absolute;
        color: #fff;
        border-left: 2px solid #fff; 
        border-top: 2px solid #fff;
        font-size: 40px;
        width: 20px;
        height: 20px;
    }
    
    .header-text::before{
        left: -20px;
        top: -10px;
    }
    
    .header-text::after {
        /* content: "」"; */
        right: -10px;
        bottom: -5px;
        border-left: none; 
        border-top: none; 
        border-right: 2px solid #fff; 
        border-bottom: 2px solid #fff;
    }
    
    .subheader {
        font-size: 20px;
        margin: 30px 0;
        text-align: center; 
        color: #DA7A2A;
        font-family: "Montserrat-Medium";
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    
    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 650px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
    }   
    
    .grid-item {
        border: 0.5px solid #FFF;
        background: linear-gradient(100deg, rgba(3, 3, 3, 0.15) 4.13%, rgba(21, 21, 21, 0.08) 94.28%);
        backdrop-filter: blur(41px);
        height: auto; 
        flex-shrink: 0;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    
    .grid-title {
        background: linear-gradient(90deg, #DA7A2A 0%, #BB5E10 74%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Montserrat-Medium";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
    .grid-description {
        color: #FFF;
        font-family: "Montserrat-Medium";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        text-align: left;
    }
    
    .plus-sign {
        position: absolute;
        top: 47.5%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* top: 73%;
        right: 460px; */
        font-size: 30px;
        color: #fff;
        /* width: 335px; */
        z-index: 2;
    }

@media screen and (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr; 
        gap: 20px;
        padding: 0 20px;
        max-width: 100%;
    }

    .container_section3 {
        /* margin-top: 0 !important;  */
        margin-top: 8%;
    }

    .plus-sign {
        display: none; 
    }

    .grid-item {
        padding: 15px;
    }

    .header {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .header-text {
        font-size: 18px;
    }

    .subheader {
        font-size: 16px;
        margin: 20px 0;
    }
}

@media screen and (max-height: 700px) and (max-width: 768px) {
    .container_section3 {
        height: auto;
        min-height: auto;
        padding-bottom: 50px;
        margin-top: 0 !important; 
    }
}


/* Secao 4 */
    .evangelism-section {
        width: 100%;
        padding: 80px 20px;
        position: relative;
        overflow: hidden;
        background-image: url('img/BG_4.png');
        background-size: cover;
        background-position: center;
        overflow: hidden;
        padding-bottom: 0;
        margin-bottom: 50px;
    }

    .content-wrapper {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .text-content {
        flex: 1;
        z-index: 2;
        /* padding-right: 40px; */ 
    }

    .evangelism-title {
        text-transform: uppercase;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 30px;
        /* word-break: break-word; */
        font-family: "Montserrat-Medium";
        margin: 0 auto;
        /* margin-left: 90px; */
        padding-left: 20px; 

    }

    .evangelism-title .line1 {
        font-size: 32px;
        display: block;
    }

    .evangelism-title .line2 {
        font-size: 44px;
        color: #DA7A2A;
        display: block;
        margin: 10px 0;
        word-break: break-word;
    }

    .evangelism-title .line3 {
        font-size: 32px;
        display: block;
        word-break: break-word;
    }

    .subscribee-btn {
        background-color: transparent;
        color: white;
        border: 1px solid white;
        border-radius: 80px;
        padding: 18px 30px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s;
        margin-top: 40px;
        /* margin-left: 90px; */
        padding-left: 20px;
        max-width: 100%;
        width: 340px;
        display: block; 
        /* margin-left: auto;
        margin-right: auto; */
    }

    .subscribee-btn:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .subscribee-btn a {
        color: white;
        text-decoration: none;
    }

    .image-container {
        flex: 1;
        position: relative;
        z-index: 1;
        text-align: right;
    }

    .man-image {
        max-width: 100%;
        height: auto;
        margin-top: -50px;
    }
    @media screen and (max-width: 768px) {
        .content-wrapper {
            flex-direction: column;
            text-align: center;
        }
        
        .text-content {
            padding-right: 0;
            margin-bottom: 40px;
        }
        
        .evangelism-title {
            padding-left: 0;
            text-align: center;
        }
        
        .image-container {
            text-align: center;
        }
        
        .man-image {
            margin-top: 0;
        }
    }

/* Secao 5 */
    .background-image5 {
        /* position: absolute; */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('img/BG_5.png');
        background-size: cover;
        background-position: center;
        /* z-index: -1; */
    }

    .carousel-container {
        width: 100%;
        max-width: 100;
        overflow: hidden;
        margin-bottom: 2rem;
    }

    .carousel {
        display: flex;
        padding: 1rem 0;
        width: calc(240px * 10); /* 10 cartas para completar o loop */
    }

    .carousel.reverse {
        animation: scrollRight 60s linear infinite;
    }

    .carousel.forward {
        animation: scrollLeft 60s linear infinite;
    }

    @keyframes scrollLeft {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-240px * 5));
        }
    }

    @keyframes scrollRight {
        0% {
            transform: translateX(calc(-240px * 5));
        }
        100% {
            transform: translateX(0);
        }
    }

    .card {
        font-family: "Montserrat-Medium";
        flex: 0 0 200px;
        height: 180px;
        /* background-color: #1e1e1e; */
        /* border-radius: 8px; */
        margin: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 1rem;
        transition: transform 0.3s, box-shadow 0.3s;
        color: #ff6b00;
        position: relative;

        border-radius: 15px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%), #0f0e0e;
    }

    .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(255, 107, 0, 0.2);
    }

    .card-icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .card-title {
        font-size: 0.9rem;
        font-weight: bold;
        text-transform: uppercase;
    }

    .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
        fill: #ff6b00;
    }

/* Palestrantes section Carousel */
.speakers-section {
    background: url('img/BG_4.png') center/cover no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: "Montserrat-Medium";
    overflow: hidden;
}

.speakers-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

.speakers-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

.speakers-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #FF6B00;
    margin: 15px auto 0;
}

.carousels-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 90px;
}

.speakers-carousel-container {
    flex: 1 1 400px;
    min-width: 300px;
    max-width: 500px;
    margin: 0 auto;
    /* width: 100%; */
    position: relative;
}

.carousel-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #FF6B00;
    font-weight: 600;
}

/* Carousel styles */
.speakers-carousel {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    height: 500px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease;
}

.speakers-carousel:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* .speaker-info {
    padding: 25px;
    background: rgba(0,0,0,0.6);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
} */

.speaker-card {
    flex: 0 0 100%;
    min-width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.speaker-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    /* background: linear-gradient(to top, #ff6a0038 0%, rgba(0,0,0,0) 100%); */
    z-index: 1;
}

.speaker-card:hover .speaker-image {
    transform: scale(1);
    opacity: 1;
}

.speaker-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease, opacity 0.5s ease;
    transform: scale(1.1);
    opacity: 0.9;
    object-position: center top;
}

@keyframes zoomOut {
    from { transform: scale(1.1); opacity: 0.9; }
    to { transform: scale(1); opacity: 1; }
}

.speaker-card.loaded .speaker-image {
    animation: zoomOut 1.5s ease forwards;
}

/* .speaker-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 2;
    color: white;
    text-align: left;
} */

.speaker-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 2;
    text-align: center;
}

.speaker-name-bg {
    display: inline-block;
    background-color: #FF6B00;
    padding: 8px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    max-width: 90%;
}

.speaker-name {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.speaker-role {
    font-size: 1rem;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}


.carousel-nav {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Setas de navegação */
.carousel-controls {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 40px !important;
    gap: 10px !important;
}

.carousel-arrow-nav {
    width: 30px !important;
    height: 30px !important;
    background-color: rgba(255, 107, 0, 0.8) !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    border: none !important;
    font-size: 1rem !important;
    padding: 0 !important;
    margin: 0 !important;
}


.carousel-arrow-nav:hover {
    background-color: #FF6B00;
    transform: scale(1.1);
}

.speakers-counter {
    font-size: 1rem !important;
    /* font-weight: bold !important; */
    min-width: 50px !important;
    text-align: center !important;
    margin: 0 5px !important;
    order: 1 !important; 
}

.carousel-arrow-nav.left {
    order: 0 !important;
}

.carousel-arrow-nav.right {
    order: 2 !important;
}

.carousel-arrow {
    position: static;
    transform: none;
}

.carousel-controls {
    position: relative;
    width: 100%;
    height: 0;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 20px;
}

.dot.active {
    background-color: #FF6B00;
    transform: scale(1.2);
}

.dot:hover {
    transform: scale(1.2);
}


.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255,107,0,0.8);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border: none;
    font-size: 1.2rem;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* .carousel-arrow:hover {
    background-color: #FF6B00;
    transform: translateY(-50%) scale(1.1);
}

.carousel-arrow.left {
    left: 10px;
}

.carousel-arrow.right {
    right: 10px;
} */


.speaker-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #FF6B00;
    color: white;
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: bold;
    z-index: 3;
    text-transform: uppercase;
    font-size: 0.9rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}


@media (max-width: 768px) {
    .speakers-carousel-container {
        flex: 1 1 100%;
        max-width: 85%;
        margin: 30px;
    }

    .carousel-dots {
        gap: 6px;
    }
    
    .dot {
        width: 8px;
        height: 8px;
    }
    
    .speakers-carousel {
        height: 400px;
    }
    
    .speaker-card {
        height: 400px;
    }
}


@media (min-width: 1200px) {
    .speakers-carousel-container {
        max-width: 450px;
    }
}

@media (max-width: 992px) {
    .speakers-carousel-container {
        flex: 1 1 350px;
    }
}

@media (max-width: 768px) {
    .speakers-carousel-container {
        flex: 1 1 100%;
        max-width: 100%;
    }
}



@media (max-width: 480px) {
    .speakers-carousel {
        height: 350px;
    }
    
    .speaker-card {
        height: 350px;
    }
    .speakers-title {
        font-size: 1.8rem; 
    }
    
    .speaker-name {
        font-size: 0.9rem; 
        white-space: normal; 
    }
    
    .speaker-name-bg {
        padding: 6px 12px; 
    }
}


/* Secao 6*/
.background-image6 {
    width: 100%;
    height: 100%;
    background-image: url('img/BG_6.png');
    background-size: cover;
    background-position: center;
    padding-bottom: 90px;
}

.titl-container {
    justify-items: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}

.titl {
    font-family: "Montserrat-Medium";
    text-transform: uppercase;
    background: linear-gradient(90deg, #947245 0%, #596657 100%);
    color: white;
    padding: 15px 90px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    align-items: center;
    z-index: 3;
    margin-bottom: 5px;
}

.content-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.image-container {
    flex: 1;
    max-width: 500px;
    margin-top: 30px;
}

.cardd {
    width: 100%;
    height: 400px;
    background-color: #2c2c2c;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.cardd:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

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

.text-container {
    flex: 1;
    max-width: 500px;
    color: white;
    font-family: "Montserrat-Medium";
    padding-top: 20px;
    margin-top: 30px;
}

.text-content {
    margin-bottom: 30px;
    line-height: 1.6;
}

.desktop-button {
    font-family: "Montserrat-Medium";
    background-color: #DA7A2A;
    border-radius: 70px;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: normal;
    /* cursor: pointer; */
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: auto;
    max-width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* .desktop-button:hover {
    background-color: #d35400;
    transform: scale(1.05);
}

.blur-overlay, .gradient-overlay, .bttn-container {
    display: none; 
} */

[data-aos="zoom-in"] {
    transform: scale(0.95);
    transition-property: transform;
}

[data-aos="zoom-in"].aos-animate {
    transform: scale(1);
}

@media (max-width: 480px) {
    .titl {
        font-size: 0.9rem;
        padding: 4px 8px;
    }
    
    .titl-container {
        padding: 20px 10px;
    }
}

@media (max-width: 768px) {
    .titl-container {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    
    .titl {
        font-size: 1rem;
        padding: 5px 10px;
        line-height: 1.3;
    }

    .content-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .image-container {
        order: 2;
        width: 100%;
        max-width: 340px;
        margin-top: 0;
    }

    .text-container {
        order: 1;
        text-align: center;
        padding: 0 20px;
    }

    .desktop-button {
        display: none; 
    }

    .blur-overlay, .gradient-overlay, .bttn-container {
        display: block;
    }

    .cardd {
        width: 100%;
        max-width: 340px;
        margin-bottom: 30px;
    }

    .blur-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px; 
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px); 
        background: rgba(0, 0, 0, 0.3); 
        fill: linear-gradient(46deg, rgba(191, 170, 142, 0.15) 1.34%, rgba(238, 212, 180, 0.08) 43.23%);
    }

    .gradient-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
    }

    .bttn-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        z-index: 10; 
    }

    .bttn {
        font-family: "Montserrat-Medium";
        background-color: #DA7A2A;
        border-radius: 70px;
        color: white;
        border: none;
        padding: 12px 30px;
        font-size: 16px;
        font-weight: normal;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        text-align: center;
        display: block;
        width: 100%;
        max-width: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .bttn:hover {
        background-color: #d35400;
        transform: scale(1.05);
    }
}


/* Section7 */
    .background-image7 {
        /* position: absolute; */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('img/BG_7.png');
        background-size: cover;
        background-position: center;
        /* z-index: -1; */
    }

    .inscription-section {
        position: relative;
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background-image: url('img/BG_7.png');
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .inscription-section::before {
        content: '';
        /* position: absolute; */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0, 0, 0, 0.7); */
        z-index: 1;
    }

    .agora-title {
        font-family: "Montserrat-Medium";
        font-style: normal;
        position: relative;
        z-index: 2;
        color: #FFF;
        font-size: 2.5rem;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
        line-height: 1.2;
        margin-top: 50px;
    }

    .car-ssel {
        font-family: "Montserrat-Medium";
        font-style: normal;
        position: relative;
        z-index: 2;
        color: #FFF;
        font-size: 2.5rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
        line-height: 1.2;
        margin-top: 50px;
        width: 680px;
    }

    .description {
        font-family: "Montserrat-Medium";
        font-style: normal;
        position: relative;
        z-index: 2;
        color: #FFF;
        font-size: 1.2rem;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px;
        line-height: 1.6;
        font-weight: 400;
    }

    .description b {
        font-weight: 700;
    }

    .inscription-box {
        /* background-color: rgba(38, 70, 83, 0.9); */
        border: 0.45px solid #FFF;
        background: linear-gradient(100deg, rgba(0, 0, 0, 0.40) 4.13%, rgba(0, 0, 0, 0.03) 94.28%);
        backdrop-filter: blur(36.89999771118164px);
        padding: 2rem;
        border-radius: 10px;
        /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
        text-align: center;
        /* margin: 50px auto 0; */
        max-width: 500px;
        flex-shrink: 0;
    }

    .mission-text {
        color: #FFF;
        font-size: 1.2rem;
        font-weight: 600;
        margin-top: 1rem;
        margin-bottom: 2rem;
        text-transform: uppercase;
        font-family: "Montserrat-Medium";
        font-style: normal;
    }

    .deadline-text {
        font-size: 1.1rem;
        margin-bottom: 2.5rem;
        color: #DA7A2A;
        font-family: "Poppins-Regular";
    }

    .countdown {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 1.5rem;
        max-width: 400px;
    }

    .countdown-item {
        flex: 1;
        margin: 0 5px;
        background: rgba(255, 255, 255, 0.06);
        padding: 10px 0;
        border-radius: 2px;
        font-weight: 100;
        font-family: "Montserrat-Medium";
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 141.859px;
        /* height: 96.899px; */
        flex-shrink: 0;
        
    }

    .countdown-number {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 5px;
        color: #FFF;
        text-align: center;
        font-family: "Montserrat-Medium";
        font-size: 30px;
        font-style: normal;
        font-weight: 100;
        line-height: 37.8px; /* 100% */
        display: flex;
        width: 46.8px;
        height: 41.528px;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
    }

    .countdown-label {
        font-size: 0.7rem;
        text-transform: uppercase;
    }

    /* .price-section::before {
    content: '';
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto 20px;
    width: 100%;
    } */

    .separator-line {
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
        margin: 0 auto;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .price-section {
        margin: 1.5rem 0;
    }

    .price-original {
        /* font-size: 0.9rem;
        color: #f0f0f0; */
        color: #FFF;
        text-align: center;
        font-family: "Montserrat-Medium";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.9px; /* 100% */
        letter-spacing: 0.36px;
        text-transform: uppercase;
        /* margin-top: 30px;
        margin-bottom: 20px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
    }

    .price-container {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        max-width: 500px;
        margin-bottom: 1.5rem;
        margin-top: 0rem;
    }

    .currency-symbol {
        font-size: 1rem;
        color: #ffffff;
        margin-right: 5px;
        line-height: 1;
        align-self: flex-start;
        font-family: "Montserrat-Medium";
        margin-top: 2rem;
    }

    .price-value {
        font-size: 5rem;
        font-weight: bold;
        color: #ffffff;
        line-height: 1;
        font-family: "Montserrat-Medium";
    }

    .subscribe-btn {
        border: 0.9px solid #cecece;
        background: #DA7A2A;
        color: white;
        padding: 15px 30px;
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    

    .subscribe-btn:hover {
        background-color: #db9459;
    }

    .subscribe-btn a {
        color: white;
        text-decoration: none;
    }

    .verse-text {
        position: relative;
        z-index: 2;
        margin-top: 40px;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
    }

    @media (max-width: 768px) {
        .agora-title {
            font-size: 2rem;
            margin: 0 auto;
        }

        .car-ssel{
            font-size: 1rem;
            margin-bottom: 20px;
            width: 100%;
            text-align: center;
        }
        
        .description {
            font-size: 1rem;
            padding: 0 15px;
        }
        
        .inscription-box {
            padding: 1.5rem;
        }
        
        .countdown-number {
            font-size: 1.5rem;
        }
        
        .price-value {
            font-size: 2rem;
        }
    }

    @media (max-width: 480px) {
        .agora-title {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        .car-ssel {
            font-size: 1rem;
            margin-bottom: 20px;
            width: 100%;
            text-align: center;
        }
        
        .description {
            font-size: 0.9rem;
            margin-bottom: 30px;
        }
        
        .countdown {
            margin-bottom: 1rem;
        }
        
        .countdown-item {
            padding: 8px 0;
            margin: 0 3px;
            align-items: center;
            align-self: center;
            text-align: center;
            width: auto;
        }
        
        .countdown-number {
            font-size: 1.2rem;
        }
        
        .countdown-label {
            font-size: 0.6rem;
        }
        
        .price-value {
            font-size: 1.8rem;
        }
        
        .subscribe-btn {
            padding: 12px 20px;
            font-size: 0.9rem;
        }
        
        .verse-text {
            font-size: 1rem;
            margin-top: 30px;
        }
    }





/* Footer */
    footer {
        background-color: #111;
        padding: 20px;
        /* margin-top: 90px;41 */
    }

    .footer-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .footer-logo {
        height: 60px;
        width: auto;
        object-fit: contain;
    }

    .scrolling-text {
        /* flex: 1; */
        text-align: center;
        overflow: hidden;
        /* position: relative; */
        white-space: nowrap;
    }

    .scrolling-text p {
        display: inline-block;
        animation: scrollText 20s linear infinite;
        color: #DA7A2A;
        font-weight: 700;
        font-size: 1rem;
        font-family: "Montserrat-Medium";
        text-transform: uppercase;
        /* padding: 0 20px; */
        margin: 0;
        padding-left: 100%;
    }

    @keyframes scrollText {
        0% { transform: translateX(0); }
        100% { transform: translateX(-100%); }
    }


    @media (max-width: 992px) {
        .scrolling-text p {
            font-size: 1.2rem;
        }
    }

    @media (max-width: 768px) {
        .footer-container {
            flex-direction: column;
            gap: 30px;
        }
        
        .scrolling-text {
            order: 0;
            width: 100%;
            margin: 15px 0;
            overflow: hidden;
        }
        
        .scrolling-text p {
            white-space: nowrap; 
            animation: scrollText 25s linear infinite; 
            font-size: 1.1rem;
            text-align: center;
            display: inline-block;
            padding: 0 20px;
        }

        @keyframes scrollText {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100%); }
            }
        .scrolling-text p {
            animation: scrollText 34s linear infinite;
        }
    }

    @media (max-width: 480px) {a
        
        .scrolling-text p {
            font-size: 1rem;
        }
        .btn-subscribe {
            color: red;
        }
    }