header{
    background: url(../img/capas/capa7.jpg) no-repeat;
    height: 500px;
    background-position-y: -200px;
    background-size: cover;
}

.galeria{
    margin-top: 50px;
    margin-bottom: 50px;
}

.galeria img{
    max-width: 100%;
    border-radius: 25px;
    width: 640px;
    height: 200px;
}

.galeria img:hover{
    transform: scale(1.1);
}

.atividades{
    padding: 50px;
}
.atividades h2{
    font-weight: bold;
    color: #41B1F1;
    font-size: 30pt;
}

.imagem-celular{
    position: relative;

}

.direita{
    transform: rotate(-5deg);
}

.esquerda{
    transform: rotate(5deg);
}
#myVideo {
    position: absolute;
    left: 29%;
    bottom: 8%;
    width: 42%;
    height: 500px;
    opacity: 100%;
}

.box-atividade{
    background-color: #41B1F1;
    padding: 50px;
    color: #fff;
    position: relative;
    border-radius: 25px;
}

.box-atividade::before{
    position: absolute;
    width: 60px;
    height: 60px;
}