#bloco-trabalho{
    background-color: #F2F2F2;
}

#bloco-trabalho h2{
    font-weight: 700;
    letter-spacing: 1px;
    color: #D6AA84;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1.68rem;
}

@media (min-width: 992px){
    #bloco-trabalho h2{
        font-size: 3.2rem;
    }
}

#bloco-trabalho .trabalho-texto{
    margin-bottom: 3rem;
}

#bloco-trabalho .trabalho-texto p{
    color: #434A51;
    font-size: 1.04rem;
    margin-bottom: 0;
    text-align: center;
}

#bloco-trabalho .box-video .icon{
    position: absolute;
    top: calc(50% - 1.2rem);
    left: calc(50% - 1.2rem);
    max-width: 2.4rem;
    max-height: 2.4rem;
}



#bloco-trabalho .btn-cta{
    color: #F2F2F2;
}





 

#bloco-trabalho .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#bloco-trabalho .video-vertical {
    aspect-ratio: 9 / 16;
}

#bloco-trabalho .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
