body{
    font-family: 'Roboto', sans-serif;
}



/* ///////////////////////////////////////////////////////////////////////////////////////// */

.inicioMidia1{
    height: auto;
    background-image: url(https://i.pinimg.com/236x/4f/dd/d5/4fddd55b0b2ea145a09cdb47dd267cfd.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}


.inicioMidia2{
    background-color: #ffc234d5;
    backdrop-filter: blur(1px);
    height: auto;
    width: 102%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inicioMidia2 h1{
    color: rgb(255, 255, 255);
    margin-top: 5%;
    text-align: center;
    text-shadow: 2px 1px 1px rgb(94, 82, 3);
}

.inicioMidia2 p{
    color: #ffffff;
    text-align: justify;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 3%;
    font-size: 20px;
    margin-bottom: 5%;
}


/* //////////////////////////////////////////////// */
.palestras{
    background-color: rgb(239, 239, 239);
    height: auto;
}

.palestras h1{
    color: rgb(0, 0, 0);
    margin-top: 5%;
    text-align: center;
    text-shadow: 2px 1px 1px rgb(0, 0, 0);
}

.palestras p{
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 25px;
    margin-top: 2%;
    margin-bottom: 8%;
}

.col-4{
    display: flex;
    justify-content: center;
    align-items: center;
}



.img1{
    margin-top: 7%;
    width: 75%;
    margin-right: -40%;
}

.img2{
    margin-top: 7%;
    width: 75%;
}

.img3{
    margin-top: 7%;
    width: 75%;
    margin-left: -40%;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
.livros{
    background-color: rgb(0, 0, 0);
    height: auto;
}

.livros h1{
    color: rgb(255, 255, 255);
    margin-top: 5%;
    text-align: center;
    text-shadow: 2px 1px 1px rgb(34, 34, 34);
}

.livros p{
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
}




.img4{
    margin-top: 7%;
    width: 75%;
    margin-right: -30%;
}

.img5{
    margin-top: 7%;
    width: 95%;
}

.img6{
    margin-top: 7%;
    width: 75%;
    margin-left: -30%;
}




/* /////////////////////////////////////////////////////////////////////////////////////////////////// */

.premios{
    background-color: rgb(239, 239, 239);
    height: auto;
}

.premios h1{
    color: rgb(0, 0, 0);
    margin-top: 5%;
    text-align: center;
    text-shadow: 2px 1px 1px rgb(0, 0, 0);
}



.img7{
    margin-top: 3%;
    width: 75%;
    margin-right: -30%;
}

.img8{
    margin-top: 3%;
    width: 95%;
}

.img9{
    margin-top: 3%;
    width: 75%;
    margin-left: -30%;
}

.premios .pUm{
    color: #000000;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-left: 5%;
    margin-right: 5%;
}

.premios .pDois{
    font-size: 20px;
    color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}










/* ////////////////////////////////////////////////////////////////////////////////////////////// */
.video{
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 5%;
}

.videoUm, .videoTres{
    background-color: rgb(0, 0, 0);
    height: auto;
}

.videoUm h1, .videoTres h1{
    color: rgb(255, 255, 255);
    margin-top: 5%;
    text-align: center;
    text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.853);
}

.videoUm p, .videoTres p{
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 20px;
    margin-top: 3%;
    margin-left: 5%;
    margin-right: 5%;
}






/* ////////////////// */
.videoDois, .videoQuatro{
    background-color: rgb(239, 239, 239);
    height: auto;
}



.videoDois h1, .videoQuatro h1{
    color: rgb(0, 0, 0);
    margin-top: 5%;
    text-align: center;
    text-shadow: 2px 1px 1px rgb(0, 0, 0);
}


.videoDois p, .videoQuatro p{
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 20px;
    margin-top: 3%;
    margin-left: 5%;
    margin-right: 5%;
}




/* ///////////////////////////////// */





/* ////////////////////////////////////////////////////////////// */
.audios{
    background-color: rgb(0, 0, 0);
    height: auto;
}

.audios h2{
    color: rgb(255, 255, 255);
    margin-top: 5%;
    font-size: 40px;
    text-align: center;
    text-shadow: 3px 1px 1px #deab34;
}

.audios h1{
    color: rgb(255, 255, 255);
    font-size: 25px;
    margin-top: 5%;
    text-align: center;
}

.audios p{
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 25px;
    margin-top: 2%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
}



.audiosTres, .audiosQuatro{
    margin-top: 3%;
}

.bottom{
    margin-bottom: 5%;
}


.col{
    margin-top: 3%;
    justify-content: center;
    display: flex;
    align-items: center;
}

/* ///////////////////////////////////////////////////////////////////////// */
.footer{
    background-color: #1d1c1c;
    height: auto;
    color: #fff;
}

.footerUm, .footerDois, .footerTres{
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 6% 0% 6% 0%;
}

.footerUm h6{
    font-size: 25px;
    text-shadow: 1px 1px 1px #deab34;
}
