.local {
    font-size: 13px;
}

/* =================================== */
/* ESTILOS DA SEÇÃO LOCALIZAÇÃO        */
/* =================================== */

#localizacao {
    background-color: var(--color-light); /* Fundo claro para a seção */
    padding: 5rem 0;
}

.card-localizacao {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: none;
    overflow: hidden;
}

    .card-localizacao .card-body {
        padding: 2.5rem;
    }

    .card-localizacao h4 {
        color: var(--color-purple);
        margin-bottom: 1.5rem;
    }

    .card-localizacao p {
        font-size: 1rem;
        color: var(--color-dark);
        display: flex;
        align-items: center;
    }

        .card-localizacao p i {
            font-size: 1.2rem;
            margin-right: 0.75rem;
        }

    .card-localizacao .text-orange {
        color: var(--color-orange) !important;
    }

.map-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; /* Proporção 16:9 para o mapa */
    border-radius: 0.75rem;
    overflow: hidden;
}

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* Botão primário da marca (já definido no CSS global) */
.btn-primary-brand {
    background-color: var(--color-purple);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.8rem 1.8rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .btn-primary-brand:hover {
        background-color: var(--color-dark);
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

/* Responsividade */
@media (max-width: 767.98px) {
    .card-localizacao .card-body {
        padding: 1.5rem;
    }

    .card-localizacao h4 {
        margin-bottom: 1rem;
    }

    .map-container {
        margin-top: 1.5rem;
    }
}



.destaque-card {
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
}

    .destaque-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    }

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.bg-purple {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
}

.bg-gradient {
    background: linear-gradient(135deg, #372753, #5e3d91);
}

.palestrante-img {
    border-radius: 1rem;
    transition: transform 0.4s ease;
}

    .palestrante-img:hover {
        transform: scale(1.05);
    }

.countdown-item {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .countdown-item:hover {
        transform: translateY(-8px) scale(1.05);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        background: #f8f9fa;
    }

        .countdown-item:hover span {
            color: #2575fc;
        }

/* =================================== */
/* VARIÁVEIS DE COR E ESTILOS GLOBAIS  */
/* =================================== */
:root {
    --color-purple: #372755;
    --color-orange: #ff7a00;
    --color-green: #28a745; /* Ajuste se tiver o tom exato */
    --color-blue: #2575fc;
    --color-dark: #212529;
    --color-light: #f5f4f8;
}

body {
    background-color: #fff;
    color: var(--color-dark);
}

.bg-light {
    background-color: var(--color-light) !important;
}

.text-orange {
    color: var(--color-orange);
}

/* =================================== */
/* SEÇÃO APRESENTAÇÃO E CONTADOR       */
/* =================================== */
.apresenta-contador-section {
    background: linear-gradient(var(--color-purple), #4a11cb);
    padding: 6rem 0;
    position: relative;
}

.partner-logo {
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.countdown-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: all 0.3s ease;
}

    .countdown-card:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-5px);
    }

    .countdown-card span {
        font-size: 2.5rem;
        font-weight: 700;
        display: block;
    }

    .countdown-card small {
        text-transform: uppercase;
        font-size: 0.75rem;
        opacity: 0.8;
    }

/* =================================== */
/* SEÇÃO O EVENTO                      */
/* =================================== */
.evento-imagem-wrapper {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

    .evento-imagem-wrapper img {
        transition: transform 0.5s ease;
    }

    .evento-imagem-wrapper:hover img {
        transform: scale(1.05);
    }

.btn-primary-brand {
    background-color: var(--color-purple);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.8rem 1.8rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .btn-primary-brand:hover {
        background-color: var(--color-dark);
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

/* =================================== */
/* SEÇÃO DESTAQUES                     */
/* =================================== */
.destaque-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2.5rem;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .destaque-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 35px rgba(0,0,0,0.08);
    }

.destaque-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.icon-green {
    background-color: var(--color-green);
}

.icon-blue {
    background-color: var(--color-blue);
}

.icon-orange {
    background-color: var(--color-orange);
}

/* =================================== */
/* SEÇÃO PALESTRANTE                   */
/* =================================== */
.palestrante-card-moderno {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: var(--color-light);
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

.palestrante-img-wrapper {
    flex-basis: 40%;
}

    .palestrante-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.palestrante-texto-wrapper {
    flex-basis: 60%;
    padding: 3rem;
}

@media (min-width: 992px) {
    .palestrante-card-moderno {
        flex-direction: row;
    }
}

/* =================================== */
/* SEÇÃO INSCRIÇÃO                     */
/* =================================== */
.inscricao-section {
    padding: 8rem 0;
    background-color: var(--color-light);
    position: relative;
}

.form-container {
    background-color: #fff;
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

.form-control, .form-select {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
}

    .form-control:focus, .form-select:focus {
        border-color: var(--color-purple);
        box-shadow: 0 0 0 3px rgba(55, 39, 85, 0.15);
    }

.btn-inscreva {
    background: var(--color-orange);
    border: none;
    border-radius: 50px;
    color: white;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .btn-inscreva:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(255, 122, 0, 0.3);
    }

    .btn-inscreva span {
        position: relative;
        z-index: 1;
    }

/* =================================== */
/* EFEITOS DE ONDA (WAVES)             */
/* =================================== */
.wave-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .wave-top svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 80px;
    }

    .wave-top .shape-fill {
        fill: #FFFFFF;
    }

.wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .wave-bottom svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 80px;
    }

    .wave-bottom .shape-fill {
        fill: #FFFFFF;
    }
