﻿#navMenuShadow {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.mud-nav-link {
    text-decoration: none !important;
}

#carosel {
    height: 60vh;
}

@media (max-width: 768px) {
    #carosel {
        height: 50vh !important;
    }
}

@media (max-width: 600px) {
    #carosel {
        height: 40vh !important;
    }
    
}

.mytopbar-bs {
    height: 60px;
    display: flex;
    align-items: center;
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 1rem;
}

.pdf-container {
    margin-top: 60px !important; /* evita sobreposição da barra */
}

.pdf-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

#pdfViewer {
    background: white;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: auto;
    width: 80%;
    max-width: 900px;
}

    #pdfViewer canvas {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

.cursor-plus {
    cursor: crosshair !important;
}