article.quemsomos{
    padding-top: 120px;
    position: relative;
    height: 100vh;
}

article.quemsomos img{
    width: 35vw;
    border-radius: 8px;
    border: 2px solid #fff;
    filter: drop-shadow(2px 4px 12px rgba(0, 0, 0, .15));
    -webkit-filter: drop-shadow(2px 4px 12px rgba(0, 0, 0, .15));
    position: absolute;
    animation-name: float;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

article.quemsomos img.i1{
    top: 20%;
    right: 5%;
    animation-delay: -1.5s;
}

article.quemsomos img.i2{
    top: 35%;
    right: 45%;
    animation-delay: -4s;
}

article.quemsomos img.i3{
    top: 50%;
    right: 10%;
    animation-delay: -5;
}

article.missao-acao svg{
    z-index: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: var(--darkgrey);
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, .4));
}

article.missao-acao div{
    position: relative;
    z-index: 10;
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

article.missao-acao div.acao{
    text-align: right;
    align-items: flex-end;
    margin-top: 5rem;
}

article.missao-acao h3{
    width: fit-content;
}

article.missao-acao h3 b{
    transition: .5s;
}

article.missao-acao h3 b:hover{
    color: var(--gold);
}

article.missao-acao h3:nth-child(2)::after{
    content: '\A' url(../../img/effects/underline.svg);
    display: flex;
    align-items: flex-start;
    justify-content: right;
}

article.missao-acao div.acao h3:nth-child(2)::after{
    transform: scaleX(-70%);
    margin-right: -900px;
}

article.missao-acao div.locais{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: auto;
    margin-top: 36px;
    position: relative;
}

article.missao-acao div.locais h5{
    font-weight: bold;
    position: relative;
    margin: 0;
    padding: 0;
    color: var(--lightergrey);
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    justify-content: space-around;
    text-align: center;
}

article.missao-acao div.locais h5:not(:last-child)::after{
    content: '\A';
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    display: block;
}

article.vozes{
    position: relative;
    overflow: visible;
}

article.vozes h2, article.vozes h3{
    display: block;
    position: relative;
    filter: drop-shadow(2px 4px 12px rgba(0, 0, 0, .15));
    -webkit-filter: drop-shadow(2px 4px 12px rgba(0, 0, 0, .15));
    z-index: 10;
}

article.vozes div.img{
    position: absolute;
    display: block;
    animation-name: float;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

article.vozes div.img.guitar{
    left: -6rem;
    top: 5rem;
    z-index: 0;
    filter: blur(3px);
}
article.vozes img.guitar{
    transform: rotate(20deg);
}

article.vozes div.img.trumpet{
    animation-delay: -2s;
    right: -5rem;
    top: 23rem;
    z-index: 15;
    filter: blur(1px);
}
article.vozes img.trumpet{
    transform: rotate(-15deg);
}

article.vozes div.cantores{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-bottom: 50%;
}

article.vozes div.cantores div.cantor{
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 200%;
    border-radius: 8px;
    display: flex;
    filter: drop-shadow(2px 4px 12px rgba(0, 0, 0, .15));
    -webkit-filter: drop-shadow(2px 4px 12px rgba(0, 0, 0, .15));
    background-position: center 15%;
}

article.vozes div.cantores div.cantor.mariana{
    background-image: url(../../img/photos/cantores/mariana_cantor.jpg);
}
article.vozes div.cantores div.cantor.andre{
    background-image: url(../../img/photos/cantores/andre_cantor.jpg);
}
article.vozes div.cantores div.cantor.dinis{
    background-image: url(../../img/photos/cantores/dinis_cantor.jpg);
}

article.vozes div.cantores div.cantor div.txt{
    width: 100%;
    height: fit-content;
    align-self: flex-end;
    padding: 12px;
    padding-bottom: 36px;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 8px;
}


article.david div.content.david{
    grid-column: 1/6;
}

article.david div.presentation{
    display: flex;
    gap: 24px;
    align-items: center;
}

article.david div.presentation div.img{
    background-image: url(../../img/photos/members/individual/DavidMaranteMousa_guitarra.jpg);
    aspect-ratio: 1/1;
    width: 20%;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 1rem solid var(--gold);
    filter: drop-shadow(2px 4px 12px rgba(0, 0, 0, .15));
    -webkit-filter: drop-shadow(2px 4px 12px rgba(0, 0, 0, .15));
}

article.david h5{
    margin-bottom: -2rem;
    padding: 0;
}


@media (max-width: 1200px){
    article.missao-acao h3:nth-child(2)::after{
        transform: scale(80%);
    }

    article.jovemorquestra img{
        width: 80vw;
        position: absolute;
    }
    article.jovemorquestra img#orquestra{
        right: 0px;
        top: 70vw;
        z-index: 1;
    }
    article.jovemorquestra img#grupo{
        left: 0;
        z-index: 2;
    }
    span.concprd {
        top: 120vw;
        font-size: 1rem;
        line-height: 1.2rem;
    }
    article.jovemorquestra div.grid{
        margin-top: 120vw;
    }
}

@media (max-width: 1000px){
    article.quemsomos img{
        width: 45vw;
    }
    article.missao-acao div.locais{
        width: 90%;
        flex-wrap: wrap;
    }
    article.missao-acao div.locais h5{
        width: fit-content;
    }
    article.missao-acao div.locais h5:not(:last-child)::after{
        display: none;
    }
    article.missao-acao svg{
        width: 90%;
        margin-top: -30%;
    }

    article.vozes div.cantores{
        grid-template-columns: 1fr;
        gap: 300px;
    }

    article.david div.presentation div.img{
        border: .5rem solid var(--gold);
        width: 45%;
    }
}

@media screen and (max-width: 700px) {
    div.img.trumpet{
        width: 60%;
        left: 50%;
    }
    img.trumpet{
        width: 100%;
    }
    article.david div.presentation{
        flex-wrap: wrap;
    }

    article.david div.presentation div.img{
        width: 50%;
    }
}

