.custom-navbar-text {
    font-size: 1.2rem;
    font-weight: bold;
}

.dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
}

img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 80%;
    overflow: hidden;
}

.carousel,
.carousel-inner {
    background-color: transparent !important;
    box-shadow: none;
    border: none;
}

.bg-light {
    background-color: transparent !important;
}

.texto_p {
    font-size: 14px;
}

.carousel-image {
    background-color: transparent;
    display: block !important;
    width: auto !important;
    height: auto !important;
    object-fit: cover !important;
    max-height: 400px !important;
    margin: 0 auto !important;
    border-radius: 5% !important;
}

.field-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
}

.field {
    flex: 1 1 calc(33.33% - 20px);
    min-width: 200px;
    box-sizing: border-box;
}

.label, .text-end {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.content {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .field {
        flex: 1 1 100%;
    }
}

label {
    font-size: 14px;
}

.pdf-container {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
}

canvas {
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pdf-navigation {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#prev-page, #next-page {
    padding: 5px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#prev-page:hover, #next-page:hover {
    background-color: #0056b3;
}

.pdf-open-link {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-open-pdf {
    text-decoration: none;
}

.pdf-open-link button {
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.pdf-open-link button:hover {
    background-color: #218838;
}

.grafico_unico {
    width: 100%;
    height: 500px;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.grafico_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.grafico_triplo {
    flex: 1 1 30%;
    height: 400px;
    min-width: 200px;
    border: 2px solid #ddd;
    border-radius: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
}
p {
    margin: 10px 0;
}
.link {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}
.link:hover {
    text-decoration: underline;
}
footer {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}

.sobre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 600px;
    padding: 20px;
    margin: auto;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}