.bodyVideos {
    background-image: url(imgs/bgvideo2.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 140%;
    height: auto;
    background-attachment: fixed;
}

.tituloPgVideos {
    display: flex;
    font-family: mssb;
    font-size: 3rem;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-left: 2.2em;
    margin-right: 2.2em;
    text-shadow: 0.07em 0.07em rgba(0, 0, 0, 0.5);

}

.conteudoVideos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.boxVideos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35em;
    height: 30em;
    background-color: rgba(255, 255, 255, 0.25);
    margin-top: 2em;
    border-radius: 10px;
    margin-bottom: 1.5em;
}

.iFrame {
    margin: 0;
    margin-top: 1em;
    display: flex;
    border-radius: 15px;
    border: 1.5px solid #ffffff;
}

.iFrameYoutube {
    border-radius: 15px;
    width: 480px;
    height: 360px;
}

.tituloBoxVideo {
    color: #000000;
    font-family: msr;
    font-size: 1.3rem;
    text-align: left;
    margin-top: 1em;

}

.textoBoxVideo {
    width: 35em;
    color: #000000;
    font-style: italic;
    font-family: msr;
    font-size: 1rem;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
    margin-right: 2em;
    text-indent: 0.5em;
    text-align: center;
    height: 10em;
}



.boxTxtMunicine {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35em;
    height: 14em;
    text-indent: 1.5em;
    font-family: msr;
    background-color: rgba(255, 255, 255, 0.25);
    margin-top: 2em;

    border-radius: 0px;
    margin-bottom: 0;

}

.boxTxtMunicine p {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 0.9em;
}

.boxTxtMunicine .tituloVideoAulas {
    text-align: center;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.2em;
}

.tituloVideoAulas {
    font-size: 2rem;
    color: #ffffff;
    margin-top: 1em;
    margin-bottom: -0.8em;
    text-decoration: underline;
}

.rodape {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 100%;
    height: 3.8em;
    position: relative;
    margin-top: 7em;
}


.rodape p {

    font-family: msr;
    color: #000000;
    font-size: 0.9rem;
    background-color: #ffffff;
}

@media screen {

    @media (max-width: 515px) {

        .bodyVideos {
            background-size: 100%;
            background-color: #3b8824;
            background-image: none;
        }

        .boxVideos {
            width: 24em;
            height: 24em;
        }

        .iFrameYoutube {
            border-radius: 15px;
            width: 360px;
            height: 240px;
        }

        .navVideos {
            background-image: url(imgs/bgvideo2.png);
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: 100%;
            height: 10em;
        }

        .tituloBoxVideo {
            color: #ffffff;
        }

        .textoBoxVideo {
            color: #ffffff;
            width: 24em;
        }

        .boxTxtMunicine {
            width: 24em;
            height: 20em;
        }
    }
}