﻿main.content {
    padding: 0;
    margin: 0;
    width: 100%;
}

a {
    text-decoration: none;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    padding: 10px 0;
    z-index: 10;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.codtur-tabela {
    font-weight: 600;
    color: #5b9bbd;
}

.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 30px;
    font-weight: 500;
}

.menu-right a {
    color: white !important;
    margin: 0 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.banner {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.5rem, 1.3576rem + 0.814vw, 2.375rem);
    color: white;
}

.banner-text .esaj-txt {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
}

.parallax-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-225deg, rgba(0, 0, 0, 0.442) 0%, rgba(27, 27, 27, 0.60) 20%), url(https://esaj.tjrj.jus.br/site-antigo/images/palacio-1.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    z-index: 2;
}

.fast-nav a {
    color: var(--branco);
    text-shadow: 1px 1px 2px black;
}

.fast-nav a:hover {
    color: #5b9bbd;
}

.fast-nav {
    display: flex;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 7px 15px;
    font-size: 15px;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
    z-index: 9999;
    flex-direction: column;
    text-align: right;
    background: radial-gradient(ellipse at bottom right, black -10%, transparent 70%);
}

.nome-tabela {
    display: flex;
    justify-content: center;
    color: #5b9bbd;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-family: 'LeagueSpartan', sans-serif;
    letter-spacing: -0.03em;
}

.intro {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    min-height: 40px;
    background-color: var(--preto);
    padding: 20px;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 750px;
    margin-bottom: 45px;
}

.intro {
    display: flex;
    align-items: center;
    min-height: 40px;
    background-color: var(--preto);
    padding: 20px;
    text-align: center;
}

.intro span {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #9d9d9d;
}

th, td {
    padding: 10px;
    text-align: left;
    border: 2px solid var(--branco);
    font-size: 15px;
    font-family: "Poppins", serif;
    color: var(--preto);
}

th {
    background-color: var(--preto);
    color: var(--branco);
    padding: 5px 35px;
}

td {
    padding: 20px 25px;
}

tr:nth-child(even) {
    background-color: lightgray;
}

.tabela-prog-cursos td .centralizar {
    text-align: center;
}

.isHover tr:hover {
    background-color: #5b9bbd;
    cursor: pointer;
}

.search-bar {
    margin: 20px 0;
    text-align: center;
}

.search-bar input {
    width: 50%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.search-bar input:focus {
    outline: none;
    border-color: var(--preto);
}

.footer {
    background-color: var(--preto);
    color: var(--branco);
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    font-family: "Poppins", serif;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer p {
    margin: 0;
}
