#btnRadio {
    position: absolute;
    opacity: 0;
}

.voltarAoTopo {
    color: white;
    background: rgb(0, 60, 255);
    padding: 10px 5px;
    position: fixed;
    bottom: 40px;
    right: 5px;
    cursor: pointer;
    visibility: hidden;
}

.boasVindas {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    align-content: center;
    justify-content: space-between;
    padding: 0px 40px;
    color: white;
    /* background-color: rgb(0, 60, 255); */
    /* background-image: url("../img/pessoas1.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}

.boasVindas>div:nth-child(1) {
    background-image: url("../img/pessoas1.jpg");
    
    background-repeat: no-repeat;
    background-position: cover;
    width: 100%;
    /* padding: 20px 40px; */

    /* background: rgba(0, 60, 255, 0.863); */
    transition: all 0.3s linear;
    /* filter: grayscale(1); */
}

.smsDeBoasVindas {
    background: rgba(0, 60, 255, 0.678);
    width: 50%;
    height: 100%;
    padding: 20px;
    font-size: 45pt;
}

.boasVindas>div:nth-child(2) {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.imgDeBoasVindas>img {
    width: 100%;
}

.boasVindas>div:nth-child(2)>div {
    text-align: center;

}

/* .boasVindas>div:nth-child(2)>div:nth-child(1) {

} */

.boasVindas>div:nth-child(2)>div:nth-child(2) {
    width: 250px;
    height: 250px;
    background: rgba(0, 60, 255, 0.678);
    top: 100px;
}

.boasVindas>div:nth-child(2)>div:nth-child(3) {
    width: 200px;
    height: 200px;
    background: rgb(0, 60, 255);
    left: -110px;
    top: -40px;
}

.boasVindas>div:nth-child(2)>div:nth-child(4) {
    width: 300px;
    height: 300px;
    border: solid 5px rgb(0, 60, 255);
    background: none;
    left: 0px;
    top: -250px;
}