div.carousel-inner {
    box-align: center;
    margin-bottom: 30px;
}

.texto-sobreposto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

h1.bebas {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 50px;
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

h1.titulo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 50px;
    margin: 30px;
}

h3 {
    margin-left: 30px;
}

p {
    text-align: justify;
    font-family: arial;
    font-size: 20px;
    margin: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-indent: 5%;
}

.informacoes {
    margin-right: 5%;
}

.rodape {
    background-color: #000000;
    color: #ffffff;
    padding: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5%;
}

.container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.informacoes,
.redes-sociais {
    flex: 1;
}

.informacoes h3,
.redes-sociais h3 {
    margin-bottom: 20px;
}

.informacoes ul,
.redes-sociais ul {
    list-style: none;
    padding: 0;
}

.informacoes ul li,
.redes-sociais ul li {
    margin-bottom: 10px;
}

.informacoes ul li a,
.redes-sociais ul li a {
    color: #fff;
    text-decoration: none;
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.container-footer {
    display: flex;
    width: 100%;
}

.logo-footer {
    display: flex;
    width: 40%;
}

@media (min-width: 481px) and (max-width: 768px) {
    h1.bebas {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 50px;
        text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    .video {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .logo-footer {
        display: flex;
        width: 40%;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    h1.bebas {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 50px;
        text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    .video {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .logo-footer {
        display: flex;
        width: 40%;
    }

}

@media (min-width: 1025px) {
    h1.bebas {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 80px;
        text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    .video {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .logo-footer {
        display: flex;
        width: 40%;

    }
}