/* Encontro */
body{

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

}
.encontro {
    background-color: transparent;
}

.encontro h1 {
    font-size: 2.9rem;
    line-height: 1;
}

@media (max-width: 1200px) {
    .encontro h1 {
        font-size: calc(1.525rem + 1.934vw)
    }
}

.encontro .logo img {
    max-width: 200px;
}

@media (max-width: 768px) {
    .encontro .logo img {
        max-width: 150px;
    }
}


.hero {
    position: relative;
    background-image: linear-gradient(
        90deg,
        rgba(0, 8, 20, .92) 0%,
        rgba(0, 22, 58, .85) 35%,
        rgba(8, 37, 80, .45) 65%,
        rgba(0, 0, 0, .08) 100%
    ),
    url('/img/encontro/splash-web.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 10px 0;
}

.hero::after{

    content:'';
    position:absolute;
    inset:0;

    background:
        radial-gradient(
            circle at center,
            rgba(72,145,255,.18),
            transparent 45%
        );

    mix-blend-mode:screen;
    pointer-events:none;

}

.gold {
    color: #d4a54a;
}

@media (max-width: 768px) {

    .hero {
        text-align: center;
        padding: 60px 0;
    }

    .hero .title {
        font-size: 2.5rem;
    }

}

.content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: auto;
    padding: 35px 70px;
}

.title-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.number {
    font-size: 100px;
    line-height: 0.8;
    font-weight: 700;
    color: #d4a54a;
    letter-spacing: -12px;
    font-family: "Times New Roman", Times, sans-serif, serif !important;
}

.info h1 {
    margin: 0;
    color: white;
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight:700;
    line-height:.92;
    text-shadow:
        0 2px 12px rgba(0,0,0,.35);
    text-transform: uppercase;
}

.location {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 2px solid rgba(212, 165, 74, .35);

    color: #d4a54a;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
}

.details {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 55px;
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.detail-item i {
    color: #d4a54a;
    font-size: 28px;
}

.separator {
    margin-top: 18px;
    width: 100%;
    height:3px;
    opacity:.45;
    background: rgba(212, 165, 74, .18);
}

.hero .description {
    margin-top: 28px;
    color: white;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    max-width:520px;
    line-height:1.35;
}

@media (max-width: 768px) {

    .hero {
        min-height: auto;
    }

    .content {
        padding: 30px;
    }

    .title-row {
        text-align: center;
        gap: 10px;
    }

    .number {
        font-size: 80px;
        text-align: center;
    }

    .info h1 {
        font-size: 30px;
    }

    .location {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .details {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        font-size: 15px;
    }

    .hero .description {
        font-size: 15px;
    }

}

/*programação*/

.schedule-section {

    position: relative;
    padding: 60px 0;

    background: linear-gradient(
        180deg,
        #04152f 0%,
        #0a2447 100%
    );

    color: white;
    overflow: hidden;

}

.schedule-section::before {

    content: '';
    position: absolute;
    inset: 0;

    background: radial-gradient(circle at top,
    rgba(65, 125, 255, .15),
    transparent 35%);

    pointer-events: none;

}

.section-header {

    margin-bottom: 50px;
    text-align: center;

}

.mini-title {

    display: inline-block;

    padding: 10px 20px;

    border: 1px solid rgba(212, 165, 74, .4);

    color: #d4a54a;

    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 700;

    margin-bottom: 18px;

}

.section-header h2 {

    margin: 0;

    font-size: 56px;
    line-height: 1.1;

    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;

}

.gold-line {

    width: 120px;
    height: 3px;

    margin: 25px auto 0;

    background: #d4a54a;

}

.timeline {

    position: relative;
    max-width: 1100px;
    margin: auto;

}

.timeline::before {

    content: '';
    position: absolute;

    top: 0;
    left: 110px;

    width: 2px;
    height: 100%;

    background: linear-gradient(
        to bottom,
        rgba(212, 165, 74, .2),
        rgba(212, 165, 74, .8),
        rgba(212, 165, 74, .2)
    );

}

.timeline-item {

    position: relative;

    display: flex;
    gap: 40px;

    margin-bottom: 45px;

}

.timeline-hour {

    position: relative;
    z-index: 2;

    min-width: 90px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d4a54a;

    color: #04152f;

    font-weight: 800;
    font-size: 18px;

    border-radius: 10px;

    box-shadow: 0 0 0 6px rgba(212, 165, 74, .08);

}

.timeline-content {

    flex: 1;

    padding: 28px 30px;

    background: rgba(255, 255, 255, .04);

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 18px;

    backdrop-filter: blur(6px);

    transition: .25s ease;

}

.timeline-content:hover {

    transform: translateY(-3px);

    border-color: rgba(212, 165, 74, .45);

    background: rgba(255, 255, 255, .06);

}

.timeline-content h3 {

    margin: 0 0 14px;

    font-size: 28px;
    color: #d4a54a;

    font-family: 'Cormorant Garamond', serif;

}

.timeline-content p {

    margin: 0 0 14px;

    color: rgba(255, 255, 255, .88);

    font-size: 18px;
    line-height: 1.7;

}

.tema-com

    color: #78a9ff !important;
    font-style: italic;
    font-weight: 700;

}

.highlight-text {

    display: inline-block;

    padding: 12px 16px;

    background: rgba(212, 165, 74, .12);

    border-left: 4px solid #d4a54a;

    border-radius: 8px;

    color: #ffe5a8 !important;
    font-weight: 700;

}

.featured .timeline-content {

    border-color: rgba(212, 165, 74, .4);

}

.award .timeline-hour {

    background: #ffd46a;

}

.lunch .timeline-hour {

    background: #d95b5b;
    color: white;

}

.end .timeline-hour {

    background: #78a9ff;
    color: #04152f;

}

@media (max-width: 900px) {

    .timeline::before {

        display: none;

    }

    .timeline-item {

        flex-direction: column;
        gap: 15px;

    }

    .timeline-hour {

        width: 100px;

    }

    .section-header h2 {

        font-size: 38px;

    }

    .timeline-content h3 {

        font-size: 24px;

    }

    .timeline-content p {

        font-size: 16px;

    }

}

.homenageado-card{

    box-shadow:
        0 20px 40px rgba(0,0,0,.45);

}
