/* tripulacao.css */

/* ===== TOPO ===== */
.os-manos{
    background-image: url(../img/1134207.jpg);
    background-color: rgba(0, 0, 0, 0.897);
    background-blend-mode: darken;
    background-size: cover;
    background-position: right;
    height: 1100px;
}

.topo-tripulacao {
    padding: 60px 50px 30px;
    text-align: center;
}

.topo-tripulacao h2 {
    font-size: 42px;
    color: #ffcc00;
    margin-bottom: 16px;
}

.topo-tripulacao p {
    font-size: 18px;
    color: #aaa;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ===== TABELA ===== */

.tabela-section {
    padding: 40px 50px;
}

.tabela-section h2 {
    font-size: 36px;
    color: #ffcc00;
    margin-bottom: 24px;
    text-align: center;
}

.tabela-wrapper {
    overflow-x: auto;
}

.tabela-tripulacao {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 600px;
}

.tabela-tripulacao thead {
    background-color: #c62828;
}

.tabela-tripulacao th {
    padding: 14px 16px;
    text-align: left;
    font-weight: bold;
    color: white;
    font-size: 15px;
}

.tabela-tripulacao td {
    padding: 12px 16px;
    border-bottom: 1px solid #2a2a2a;
    color: #ddd;
    line-height: 1.4;
}

.tabela-tripulacao tbody tr {
    background-color: #1a1a1a;
}

.tabela-tripulacao tbody tr:nth-child(even) {
    background-color: #1e1e1e;
}

.tabela-tripulacao tbody tr:hover {
    background-color: #2a1a1a;
}

.tabela-tripulacao tbody tr:first-child td {
    color: #ffcc00;
    font-weight: bold;
}

/* ===== CARDS NAKAMA ===== */

.nakama-cards {
    padding: 40px 50px 60px;
    background-color: #1a1a1a;
}

.nakama-cards h2 {
    font-size: 36px;
    color: #ffcc00;
    margin-bottom: 30px;
    text-align: center;
}

.nakama-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.nakama-card {
    background-color: #1e1e1e;
    border: 1px solid #333;
    border-radius: 14px;
    padding: 24px 20px;
    width: 240px;
    text-align: center;
}

.nakama-card:hover {
    border-color: #64b5f6;
}

.nakama-emoji {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 10px;
}

.nakama-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #64b5f6;
    margin-bottom: 8px;
}

.nakama-card p {
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}

.nakama-card img {
    width: 200px;
    height: 250px;
}

.careca {
    width: 200px;
    height: 200px;

}