#tela-escolha {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 1080px;
    width: 1920px;
    background-color: white;
    z-index: 20;
    background-color: #E5E5E5;
}

.logo{
    height: auto;
    width: 200px;
}


#tela-escolha .conteudo-centro h1 {
    font-family: MontserratBold;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 88px;
}

#tela-escolha .conteudo-centro p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
}

#tela-escolha .conteudo-centro .content {
    padding: 54px 0px 0px 54px;
}

#tela-escolha .bloco-esquerda .content {
    width: 100%;
    height: 1080px;
    background: #00B0B9;
    color: #ffffff;
}

#tela-escolha .bloco-direita .content{
    width: 100%;
    height: 1080px;
    background:
    #B4458D;
    /*color: #00B0B9;*/
    color: white;
}

#tela-escolha .card-gympass h1 {
    font-family: MontserratBold;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #F37767;
}

#tela-escolha .centro-seta{
    top: 150px;
    right: 90px;
    position: relative;
}

#tela-escolha .margin-footer{
    margin-top: 25%;
}

#tela-escolha .margin-middle{
    margin-top: 20%;
}

