/* Estilos responsivos */
@media screen and (max-width: 768px) {
    .navbar {
        text-align: center;
    }

    .carousel {
        flex-direction: column;
    }

    .carousel img {
        width: 100%;
    }
}