* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'proxima-nova', sans-serif;
    background-color: #050505;
}

.display-360 {
    display: none;
}

.pointer {
    cursor: pointer;
}

.container-box {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* ================================
   HERO SECTION
================================ */

.hero {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    background-image: url('./assets/background.png');
    background-position: center;
    background-repeat: no-repeat;
}

.hero-card {
    width: 618px;
    margin-left: 150px;
    padding-left: 22px;
}

.hero-logos {
    display: flex;
    align-items: center;
}

.essentia-group-logo {
    width: 110px;
    margin-right: 43px;
}

.essentia-technologies-logo {
    width: 124px;
}

.image-hero-card {
    margin-top: 75px;
}

.hero-image {
    width: 446px;
}

.subtitle-text {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.44px;
    color: #FFFFFF;
    margin-top: 24px;
    font-weight: 500;
}

.info-container {
    display: flex;
    margin-top: 44px;
    align-items: top;
}

.info-item {
    width: fit-content;
    line-height: 20px;
}

.mr-0 {
    margin-right: 0 !important;
}

.info-title {
    font-size: 15px;
    font-weight: 500;
    color: #b1bbb1;
    display: block;
    margin-bottom: 12px;
}

.info-content {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.light-text {
    color: #b1bbb1;
    font-size: 15px;
    font-weight: 300;
}

.vertical-divisor {
    width: 1px;
    height: 91px;
    background-color: #b1bbb1;
    margin: 0 32px;
}

.cta-button {
    margin-top: 60px;
    padding: 8px 32px;
    border-radius: 36px;
    width: fit-content;
    background: transparent linear-gradient(258deg, #FBB03B 0%, #DC8016 100%) 0% 0% no-repeat padding-box;
    color: #050505;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.cta-button:hover {
    background-color: #ffca5e;
}

.hero-sub-text {
    text-align: center;
    margin-top: 158px;
    align-self: center;
    font-size: 35px;
    color: #FFFFFF;
    letter-spacing: -0.7px;
}

.hero-video {
    margin-top: 32px;
    align-self: center;
    width: 100%;
    max-width: 833px;
    height: 468px;
    margin-bottom: 100px;
}

/* --- Media Query (Mobile) --- */
@media screen and (max-width: 768px) {
    .display-360 {
        display: block;
    }

    .display-768 {
        display: none !important;
    }

    .essentia-group-logo {
        width: 77px;
        margin-right: 30px;
    }

    .essentia-technologies-logo {
        width: 87px;
    }

    .cta-button {
        margin-top: 60px;
    }

    .subtitle-text {
        font-size: 18px;
        max-width: 253px;
    }

    .info-title {
        margin-bottom: 4px;
    }

    .hero {
        padding-top: 50px;
        max-width: 100%;
    }

    .hero-card {
        margin-left: 0;
        max-width: 100%;
    }

    .image-hero-card {
        margin-top: 40px;
    }

    .hero-image {
        width: 262px;
    }

    .info-container {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 52px;
    }

    .vertical-divisor {
        width: 152px;
        height: 1px;
        background-color: #b1bbb1;
        margin: 8px 0px;
    }

    .hero-sub-text {
        font-size: 24px;
        margin-top: 87px;
        text-align: start;
        align-self: start;
        padding: 0px 22px;
    }

    .hero-video {
        margin-top: 32px;
        padding: 0px 20px;
        align-self: center;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        border-radius: 10px;
    }
}


/* ================================
   Section AI Benefits
 ================================ */
.section-ai-benefits {
    display: flex;
    flex-direction: column;
    background: #000;
    color: white;
    background-image: url('./assets/background-invert.png');
    background-repeat: no-repeat;
    background-position: center -200px;
}

.container {
    max-width: 835px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.section-title {
    font-size: 35px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 50px;
    letter-spacing: -0.7px;
}

.section-title strong {
    font-weight: 700;
}

.benefits-grid {
    max-width: 582px;
    align-self: flex-end;
    margin-bottom: 100px;
}

.benefit-item {
    display: flex;
}

.benefit-title {
    color: #fbb03b;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 160px;
    width: 100%;
    margin-right: 8px;
}

.benefit-item h3 span {
    display: block;
}

.benefit-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #ccc;
    margin: 0;
}

.benefit-divider {
    width: 100%;
    height: 1px;
    background-color: #fbb03b !important;
    margin: 32px 0;
    border: none;
}

.course-content {
    width: 100%;
    background-color: #E8E8E8;
    padding: 100px 20px;
    overflow: hidden;
}

.course-content h1 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #050505;
}

.course-content h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.48px;
    margin-bottom: 32px;
    color: #050505;
}

.course-content p {
    font-size: 18px;
    color: #050505;
    margin-bottom: 52px;
}

.course-content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}


.course-content-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 52px;
}

.course-card-title {
    font-size: 18px;
    color: #fbb03b;
    margin: 0;
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
}

.course-card {
    background-color: #fff;
    padding: 32px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
}

.course-card-description {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
    color: #050505;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0px !important;
}

.course-cards-container {
    display: flex;
    gap: 32px;
}

.course-content-title {
    font-size: 35px;
    font-weight: 400;
    color: #050505;
    margin: 0;
    margin-bottom: 32px;
    max-width: 586px;
}

.course-content-description {
    font-size: 18px;
    color: #050505;
    margin: 0;
    margin-bottom: 52px;
    max-width: 483px;
}

.w-754 {
    max-width: 754px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
}

.logos-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.logo-maid {
    font-size: 24px;
    color: #233284;
    font-weight: 700;
}

.logo-alphagenoma {
    font-size: 18px;
    color: #050505;
}

.logo-evo {
    font-size: 18px;
    color: #1B3E04;
    letter-spacing: 0.28px;
    font-weight: 900;
}

/* --- Media Query (Mobile) --- */
@media screen and (max-width: 768px) {
    .section-ai-benefits {
        background-image: none;
    }

    .dp-0 {
        padding: 0 !important;
    }

    .benefit-title {
        max-width: 100%;
        letter-spacing: -0.36px;
        margin-bottom: 8px;
    }

    .course-content-description {
        margin-bottom: 34px !important;
    }

    .course-content-text {
        margin-top: 52px;
    }

    .course-content-title {
        font-size: 24px;
        max-width: 230px;
    }

    .logo-maid {
        font-size: 14px;
    }

    .logo-alphagenoma {
        font-size: 14px;
    }

    .logo-evo {
        font-size: 14px;

    }

    .benefits-grid {
        margin-bottom: 40px;
    }

    .container {
        max-width: 100%;
        padding: 20px;
    }

    .section-title {
        font-size: 24px;
        text-align: start;
        margin-bottom: 52px;
    }

    .benefit-item {
        flex-direction: column;
        margin-bottom: 32px;

    }

    .course-content {
        padding: 80px 20px 80px 20px;
    }

    .course-content h1 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .course-content h2 {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .course-ul {
        flex-direction: column;
    }

    .course-ul ul {
        width: 100%;
        margin: 0;
    }

    .course-ul li {
        margin-bottom: 32px;
    }

    .benefit-item p {
        font-size: 18px;
    }

    .logos-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: start;
        align-items: center;
        column-gap: 16px;
        max-width: 100%;
    }

    .logos-grid img,
    .logos-grid span {
        display: block;
        max-width: 100%;
    }
}

/* ================================
   Section Orientator
================================ */
.section-orientator {
    display: flex;
    flex-direction: column;
    background-color: #050505;
    color: white;
    padding: 100px 0;
}

.orientator-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.orientator-description {
    font-size: 18px;
    margin: 0 !important;
    font-weight: 400;
    color: #b1bbb1;
}

.orientator-name {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 0;
}

.left-card {
    display: flex;
}

.left-card p {
    font-size: 18px;
    font-weight: 400;
}

.yellow-text {
    color: #fbb03b;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.fs-14 {
    font-size: 14px !important;
    color: #b1bbb1;
}

.orientator-info {
    max-width: 430px;
    align-self: flex-end;
}

.orientator-image {
    max-width: 331px;
}

/* --- Media Query (Mobile) --- */
@media screen and (max-width: 768px) {
    .section-orientator {
        padding: 50px 0px;
    }

    .container {
        max-width: 100%;
    }

    .orientator-container {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .orientator-image {
        align-self: center;
        max-width: 310px;
    }

    .right-card {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 64px;
    }

    .orientator-name {
        font-size: 24px;
        margin-top: 0;
    }

    .orientator-info {
        max-width: 100%;
        font-size: 18px;
    }
}


/* ================================
    Section ai-health-advancement
================================ */

.section-ai-health-advancement {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #050505;
    color: white;
    padding: 0px 100px 50px 100px;
}

.section-ai-health-advancement h1 {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
}

.timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1230px;
    width: 100%;
    margin-top: 52px;
    margin-bottom: 100px;
}


.line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fbb03b;
    transform: translateX(-50%);
}

.event {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}

.event.left {
    justify-content: flex-start;
    top: 60px;
}

.event.left-2 {
    top: -60px;
}

.event.right {
    justify-content: flex-end;
}

.event .card {
    background-color: #2F1D08;
    color: #fff;
    padding: 32px;
    border-radius: 10px;
    width: 498px;
}

.event.left .card {
    margin-right: 50px;
}

.event.right .card {
    margin-left: 50px;
}

.highlight {
    color: #f9a825;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 24px;
    letter-spacing: -0.36px;
}

.dot {
    position: absolute;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #fbb03b;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.dot-1 {
    top: 0;
}

.dot-2 {
    top: 147px;
    width: 14px;
    height: 14px;
}

.dot-3 {
    top: 304px;
    width: 14px;
    height: 14px;
}

.dot-4 {
    top: 471px;
    width: 14px;
    height: 14px;
}

.dot-5 {
    bottom: 0;
}

.left-line::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    width: 150px;
    height: 2px;
    background-color: #fbb03b;
    z-index: 1;
}

.right-line::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 150px;
    height: 2px;
    background-color: #fbb03b;
    z-index: 1;
}

/* --- Media Query (Mobile) --- */
@media screen and (max-width: 768px) {
    .left-line::before {
        display: none;
    }

    .right-line::after {
        display: none;
    }

    .section-ai-health-advancement {
        padding: 0px 20px 50px 20px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .event {
        margin-bottom: 60px;
    }

    .section-ai-health-advancement h1 {
        font-size: 24px;
    }

    .event.left .card {
        margin-right: 0px;
    }

    .event.right .card {
        margin-left: 0px;
    }

    .event.left {
        top: 0px;
    }

    .event.left-2 {
        top: 0px;
    }

    .timeline {
        margin-bottom: 80px;
    }

}

/* ================================
   Section cta
================================ */
.section-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #050505;
    color: white;
    padding-top: 50px;
    background-image: url('./assets/background-invert.png');
    background-repeat: no-repeat;
    background-position: center -200px;
}

.cta-container {
    max-width: 753px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-image {
    width: 312px;
}

.cta-title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 72px;
}

.cta-infos {
    display: flex;
    max-width: 615px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.cta-info-itens ul {
    list-style: none;
    padding-left: 0;
}

.cta-info-location {
    font-size: 24px;
    font-weight: 400;
}

.thin {
    font-weight: 300;
    color: #b1bbb1;
}

.cta-info-date {
    margin-bottom: 52px;
    display: flex;
    align-items: center;
}

.cta-info-date img {
    width: 34px;
    margin-right: 13px;
}

.cta-info-city {
    display: flex;
    align-items: center;
}

.cta-info-city img {
    width: 34px;
    margin-right: 13px;
}

.cta-info-itens li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.cta-info-itens li img {
    width: 16px;
    margin-right: 8px;
}

.yellow-title {
    font-size: 35px;
    text-align: center;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    color: #fbb03b;
    margin-top: 21px;
    margin-bottom: 6px;
    font-weight: 400;
}

.cta-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 77px;
    width: 100%;
}

.title-price {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.title-price::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fbb03b;
    transform: rotate(-10deg);
    transform-origin: left bottom;
}

.cta-carrousel {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    background-color: #E8E8E8;
    width: 100%;
    justify-content: center;
    padding: 100px;
    overflow: hidden;
}

.cta-carrousel-title {
    font-size: 24px;
    color: #050505;
    text-align: center;
    font-weight: 400;
}

.cta-carrousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 52px;
}

.cta-carrousel-container img {
    max-width: 185px;
}

.video-embed {
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: block;
    border-radius: 10px;
}

.div-lotes {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 40px;
}

.lote-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
}

.lote-description {
    font-size: 14px;
}

.lote-title {
    font-size: 18px;
    font-weight: 400;
    color: #fbb03b;
    margin: 0;
    text-transform: uppercase;
}

/* --- Media Query (Mobile) --- */
@media screen and (max-width: 768px) {
    .section-cta {
        background-image: none;
    }

    .cta-container {
        display: flex;
    }

    .cta-image {
        width: 260px;
    }

    .cta-info-date {
        font-size: 18px;
    }

    .cta-info-date img {
        width: 26px;
    }

    .cta-info-city {
        font-size: 18px;
    }

    .cta-info-city img {
        width: 26px;
    }

    .cta-button-container {
        margin-top: 0;
    }

    .cta-infos {
        flex-direction: column;
        padding: 0 20px;
    }

    .cta-info-location {
        align-self: flex-start;
    }

    .cta-info-itens {
        align-self: start;
        margin-top: 32px;
        margin-bottom: 52px;
    }

    .cta-carrousel {
        padding: 80px 0px;
    }

    .cta-carrousel-title {
        font-size: 24px;
        padding: 0 20px;
        margin: 0 0 32px 0;
        letter-spacing: -1.4px;
    }

    .div-lotes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0px 20px;
    }

}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #050505;
    color: white;
    padding: 100px 20px;
}

footer h1 {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 80px 20px;
    }

    footer h1 {
        font-size: 30px;
        letter-spacing: -1px;
    }

}

.carousel-viewport-divs {
    max-width: 316px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-track-divs {
    display: flex;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    gap: 32px;
}

.carousel-track-divs div-img {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
}

.carousel-viewport {
    width: 185px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 32px;
}

.carousel-track img {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 32px;
}

.carousel-btn {
    background-color: transparent;
    border: none;
}

.carousel-btn2 {
    background-color: transparent;
    border: none;
}

.disabled svg, .disabled circle { 
    stroke: #b1bbb1;
    opacity: 0.5;
}