/* font family */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&display=swap');



* {
    font-family: "Montserrat", sans-serif;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.text-warning {
    color: #fbb03b !important;
}


/* background */
.bg-principal {
    min-height: 100vh;
    background-image: url('../images/bg-principal.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.letter-spacing-01 {
    letter-spacing: 0.1em;
}

.banner-principal {
    min-height: 90vh;
    background-image: url('../images/banner/banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .banner-principal {
        min-height: 70vh;
    }
}

.bg-tematica {
    background-image: url('../images/tematica/fundo-tematica.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.montserrat-font {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}


.assistant-font {
    font-family: "Assistant", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.orbitron-font {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.time-unit {
    font-size: 3em !important;
    font-weight: bold;
    margin-bottom: 20px;
}

:root {
    --azul-bg: #07293b !important;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif !important;
}

.nome-cidade {
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-stroke: 1px #fff;
    color: rgba(255, 255, 255, 0);
    margin-bottom: 10px !important;
}

.table p {
    margin: 0px !important;
}


.custom-shape-divider-bottom-1742825231 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1742825231 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 96px;
}

.custom-shape-divider-bottom-1742825231 .shape-fill {
    fill: #07293B;
}


.flutuar-1 {
    animation: float 10s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

.flutuar-2 {
    animation: float 9s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

.pulsar {
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.apontar {
    animation: apontar 2s infinite;
}

@keyframes apontar {
    0% {
        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
        transform: scale(0.9);
    }
}

.text-shadow {
    text-shadow: 5px 5px 30px #00011f !important;
}

.bg-azul {
    background-color: var(--azul-bg);
}

.header-body {
    background-color: var(--azul-bg) !important;
}

.text-azul {
    color: var(--azul-bg);
}

.toggle-content p {
    color: #FFFFFF;
}

.sleep-video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

#seta {
    position: absolute;
    bottom: 0;
    z-index: 999;
}

.tabela p {
    font-size: 1.2em;
    color: #FFFFFF;
    margin: 0;
    padding: 0px;
}

.tabela-2 p {
    font-size: 1.8em;
    color: #FFFFFF;
    margin: 2px;
    padding: 2px;
}

.tabela-2 td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


#myVideo {
    position: fixed;
    z-index: inherit;
    right: 0;
    bottom: 0;
    min-width: 120%;
    min-height: 120%;
}

.custom-shape-divider-bottom-1742836314 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1742836314 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1742836314 .shape-fill {
    fill: #031A26;
}

.mouse_scroll {
    display: inline-block;
    line-height: 18px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    margin: 0 auto;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    animation: mouse-wheel 1.2s ease infinite;
}

@keyframes mouse-wheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(6px);
    }
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    animation: mouse-scroll 1s infinite;
    animation-direction: alternate;
}

.unu {
    animation-delay: .1s;
}

.doi {
    animation-delay: .2s;
}

.trei {
    animation-delay: .3s;
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/* Estilos para os cronogramas */
.cronograma-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.cronograma-card h3 {
    color: #fbb03b !important;
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.cronograma-table {
    width: 100%;
}

.cronograma-header {
    display: flex;
    background: linear-gradient(90deg, #00b4d8 0%, #0077b6 100%);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.cronograma-row {
    display: flex;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cronograma-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cronograma-col {
    flex: 1;
    padding: 12px 15px;
    font-weight: 500;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.cronograma-header .cronograma-col {
    color: white;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cronograma-row .cronograma-col {
    color: #333;
    font-weight: 500;
}

.cronograma-row .cronograma-col:first-child {
    font-weight: 600;
    color: #2c3e50;
}

.cronograma-row .cronograma-col:last-child {
    font-weight: 700;
    color: #e74c3c;
    text-align: center;
    justify-content: center;
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
    .cronograma-card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .cronograma-card h3 {
        font-size: 1.2rem;
    }

    .cronograma-col {
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    .cronograma-header .cronograma-col {
        font-size: 0.9rem;
    }

    .cronograma-row {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .cronograma-row .cronograma-col {
        text-align: center;
        justify-content: center;
    }

    .cronograma-row .cronograma-col:first-child {
        border-bottom: 1px solid #eee;
        background: rgba(52, 152, 219, 0.1);
    }
}

@media (max-width: 576px) {
    .cronograma-card {
        padding: 12px;
    }

    .cronograma-col {
        padding: 8px 10px;
        font-size: 0.8rem;
    }

    .cronograma-header .cronograma-col {
        font-size: 0.85rem;
    }
}