* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lucida Sans',
        'Lucida Sans Regular', 'Lucida Grande',
        'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.container {
    display: flex;
    /* Ativa o flexbox para colocar as divs lado a lado */

}

.div-lateral img {
    width: 170px;
    margin-top: 20px;

}

.div-central {
    display: flex;
    align-items: center;
    margin-left: 80px;

}


.div-central img {
    width: 100px;
    height: 100px;
    margin: 20px;
    padding: 20px;
}

.div-central a {



    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    -webkit-text-stroke: 0, 8px rgb(12, 12, 12);

    /* Define a cor de dentro (preenchimento) do texto */
    -webkit-text-fill-color: #d4c711;

    /* Adiciona um fallback de sombra caso deseje suporte estrito a navegadores antigos */
    text-shadow: 1px 1px 0 #0c0c0c, -1px -1px 0 #111111;

}

.div-central a:hover {
    color: green;
    font-size: 30px;
    text-decoration: underline;
    ;
    /* Adiciona sublinhado ao passar o mouse */
    transition: 0.5s ease-in-out;
}

.div-release1 {

    width: 40%;
    color: hwb(56 5% 11%);
    font-size: 13px;
    text-shadow: 0 0 100 black;
    background-color: black;
    padding: 20px;
}



.home {
    display: flex;
    align-items: center;
    padding: 80px;
    justify-content: space-around;
    height: 100vh;


}

.caixa-video {
    position: fixed;
    top: 0;
    z-index: -1;

}

.patrocinio {
    width: 20px;
    height: 20px;
}

.caixa-video {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;

}

.mascaravideo {

    background: linear-gradient (109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.caixa-patrocinio {
    display: grid;
    background-color: brown;
    color: azure;
    position: fixed;
    top: 30px;
    right: 0px;
    padding: 10px;



}

.caixa-patrocinio img {
    width: 130px;
    padding: 10px;

}



.caixa-videosexemplos {}

.acusticobar {
    margin-top: 0;
    /* Dá um espaço entre o vídeo e o texto */
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    -webkit-text-stroke: 0, 8px white;
    text-shadow: 1px 1px 0 #0c0c0c, -1px -1px 0 #111111;
    color: #d4c711;
    padding: 20px;

}

.acusticositio {
    margin-top: 0;
    /* Dá um espaço entre o vídeo e o texto */
    margin-bottom: 10px;
    font-size: 20px;
    -webkit-text-stroke: 0, 8px white;
    text-shadow: 1px 1px 0 #0c0c0c, -1px -1px 0 #111111;
    font-weight: bold;
    color: #d4c711;
    padding: 20px;
}

.quartetopalco {
    margin-top: 0;
    /* Dá um espaço entre o vídeo e o texto */
    margin-bottom: 10px;
    font-size: 20px;
    -webkit-text-stroke: 0, 8px white;
    text-shadow: 1px 1px 0 #0c0c0c, -1px -1px 0 #111111;
    font-weight: bold;
    color: #d4c711;
    padding: 20px;
}


@media (max-width: 1100px) {
    .mascaravideo {
        top: o;
        bottom: o;
        left: 0;
        right: 0;
    }

    .div-release2 {

        display: none;
    }

    .div-release1 {

        width: 70%;
        color: hwb(64 12% 19%);
        font-size: 8px;
        text-shadow: 0 0 100 black;
        background-color: black;
        padding: 10px;
        margin-bottom: 300px;
        margin-right: 60px;
    }

    .home {
        display: flex;
        align-items: center;
        padding: 30px;
        
        
        margin-top: 20px;


    }

    .caixa-patrocinio {
        
        background-color: brown;
        color: azure;
       
        margin-top: 490px;
       
        
        padding: 10px;
        bottom: 0;
        display: flex;
        position: fixed;
     /* Coloca na parte de baixo da tela */
  left: 0;        /* Alinha à esquerda */
  width: 100%;




    }

    .caixa-patrocinio img {
        width: 50px;
        padding: 10px;
        margin-top: 30px;

    }

    .patrocinio {
        width: 8px;
        height: 8px;
    }

    h2 {
        width: 4px;
        font-size: small;
    }

    .div-lateral img {
        width: 70px;
        margin-top: 10px;

    }

    .div-central {
        display: flex;
        align-items: center;
        margin-left: 10px;

    }


    .div-central img {
        width: 40px;
        height: 40px;
        margin: 8px;
        padding: 8px;
    }

    .div-central a {



        font-size: 8px;
        font-weight: bold;
        cursor: pointer;
        -webkit-text-stroke: 0, 8px rgb(12, 12, 12);

        /* Define a cor de dentro (preenchimento) do texto */
        -webkit-text-fill-color: #d4c711;

        /* Adiciona um fallback de sombra caso deseje suporte estrito a navegadores antigos */
        text-shadow: 1px 1px 0 #0c0c0c, -1px -1px 0 #111111;

    }
    

   
    .acusticobar {
    margin-top: 0;
    /* Dá um espaço entre o vídeo e o texto */
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    -webkit-text-stroke: 0, 8px white;
    text-shadow: 1px 1px 0 #0c0c0c, -1px -1px 0 #111111;
    color: #d4c711;
    padding: 20px;
    }
    .acusticositio {
    margin-top: 0;
    /* Dá um espaço entre o vídeo e o texto */
    margin-bottom: 10px;
    font-size: 15px;
    -webkit-text-stroke: 0, 8px white;
    text-shadow: 1px 1px 0 #0c0c0c, -1px -1px 0 #111111;
    font-weight: bold;
    color: #d4c711;
    padding: 20px;
}

.quartetopalco {
    margin-top: 0;
    /* Dá um espaço entre o vídeo e o texto */
    margin-bottom: 10px;
    font-size: 15px;
    -webkit-text-stroke: 0, 8px white;
    text-shadow: 1px 1px 0 #0c0c0c, -1px -1px 0 #111111;
    font-weight: bold;
    color: #d4c711;
    padding: 20px;
}
}