body {
    font-family: 'Arial', sans-serif;
    min-height: 100vh;
    background-color: #e3e3e3;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h5 {
    font-family: 'Bebas Neue', Arial, sans-serif;
    color: #3A9DD5;
}

.sidebar {
    width: 100%;
    padding-top: 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.sidebar h2, .sidebar h5 {
    margin-bottom: 10px;
}

.sidebar img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.main-content {
    padding: 20px;
    flex-grow: 1;
}

.custom-video {
    width: 100%;
    height: auto;
}

.link-section {
    padding: 2rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    margin-top: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
}

.footer {
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 1rem 0;
    width: 100%;
}

.img-fluid-extended {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .sidebar {
        width: 200px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 60px;
        border-right: 1px solid #dee2e6;
        border-bottom: none;
    }

    .main-content {
        margin-left: 200px;
    }

    .img-fluid-extended {
        height: calc(100% + 1.25rem);
    }
}

@media (max-width: 767.98px) {
    .subtexto, #hiperlinks {
        display: none;
    }
}
