@font-face {
font-family: "OpenSans";
    src: url("OPENSANS_SEMICONDENSED-MEDIUM.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSanssemibold";
        src: url("OPENSANS_CONDENSED-SEMIBOLD.TTF") format("truetype");
        font-weight: normal;
        font-style: normal;
    }

@font-face {
    font-family: "OpenSansExtrabold";
        src: url("OpenSans-ExtraBold.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }
:root {
    --acessibilidade: 1;
}

form {
    display: unset;
    margin-top: 0em;
    margin-block-end: 0em !important;
}

body
{
    font-family: "OpenSans";
    margin: 0px !important;
    /* overflow: hidden; */
}

.dilemaDigital {
    width: 100%;
    height: calc(100vh - 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: calc(50px * var(--acessibilidade));
    line-height: calc(55px * var(--acessibilidade));
}
.dilemaDigital p{
    margin-block-start: 0.5em !important;
    margin-block-end: 0.5em !important;
}

.dilemaDigital .botaoproximo{
    position: absolute;
    top: 75%;
    left: 60%;
    width: 18%;
}

.dilemaDigital .botaoproximo.abertura{
    left: 64%;
}

.dilemaDigital .botaoproximo img {
    width: 100%;
}

.dilemaDigital .img_background
{
    width: 100%;
    position: absolute;
    top: 0;
}
.dilemaDigital .cabecalho
{
    width: 100%;
    max-width: 1920px;
    height: 7%;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    position: relative;
    z-index: 10;
    padding: 0px 2px;
    box-sizing: border-box;
}

.dilemaDigital .menu_professor
{
    width: 25%;
    max-width: 480px;
    height: 100%;
    position: absolute;
    z-index: 50;
    background-color: #802cb0;
    top: 0;
    display: flex;
    flex-direction: column;
}

.dilemaDigital .menu_professor .area_util_menu
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.dilemaDigital .menu_professor .area_util_menu .barra_branca
{
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    border-radius: 1px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.dilemaDigital .menu_professor .area_util_menu a
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: calc(37px * var(--acessibilidade));
    width: 100%;
}


.dilemaDigital .menu_professor img
{
    width: 100%;
    max-width: 46px;
}
.dilemaDigital .menu_professor a
{
    display: inline-block;
    width: 17.6%;
    margin: 0px 5px;
    margin-top: 18.5;
}

.dilemaDigital .cabecalho img
{
    height: 100%;
}

.dilemaDigital .caixa
{
    position: relative;
    overflow: hidden;
}


.dilemaDigital .texto
{
    color: #2e409c;
    position: absolute;
    width: 58%;
    height: 90%;
    overflow: hidden;
    top: 10vh;
    padding-left: 4vw;
}

.dilemaDigital .imagem-card
{
    position: absolute;
    max-width: 45%;
    top: 10vh;
    left: 0px;
    max-height: 85%;
}

.dilemaDigital .botoes, .dilemaDigital .botoes4
{
    color: #2e409c;
    position: absolute;
    width: 36%;
    overflow: hidden;
    top: 10%;
    left: 60%;
    background-image: url(../arquivos/titulo-chamada-acao_E-AGORA.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.dilemaDigital .botoes_avancar
{
    position: absolute;
    top: 0;
    height: 100%;
    justify-content: center;
    width: 23%;
    left: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.dilemaDigital .botoes_avancar .avancar
{
    width: 50%;
	cursor: pointer;
}
.dilemaDigital .botoes .botao
{
    width: 70%;
    aspect-ratio: 500 / 260;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5%;
    padding: calc(15px * var(--acessibilidade)) calc(22px * var(--acessibilidade));
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: calc(37px * var(--acessibilidade));
    line-height: calc(44px * var(--acessibilidade));
	cursor: pointer;
}

.dilemaDigital .botoes4 .botao
{
    width: 70%;
    aspect-ratio: 200 / 85;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 3%;
    padding: calc(15px * var(--acessibilidade)) calc(22px * var(--acessibilidade));
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: calc(37px * var(--acessibilidade));
    line-height: calc(44px * var(--acessibilidade));
}

.dilemaDigital .botoes .botaoA
{
    background-image: url(../arquivos/botao-escolha-A.png);
}
.dilemaDigital .botoes .botaoB
{
    background-image: url(../arquivos/botao-escolha-B.png);
}
.dilemaDigital .botoes .botaoC
{
    background-image: url(../arquivos/botao-escolha-C.png);
}

.dilemaDigital .botoes .botaoAPress
{
    background-image: url(../arquivos/botao-escolha-press-A.png);
}
.dilemaDigital .botoes .botaoBPress
{
    background-image: url(../arquivos/botao-escolha-press-B.png);
}
.dilemaDigital .botoes .botaoCPress
{
    background-image: url(../arquivos/botao-escolha-press-C.png);
}
.dilemaDigital .botoes4 .botaoA
{
    background-image: url(../arquivos/botao4-escolha-A.png);
}
.dilemaDigital .botoes4 .botaoB
{
    background-image: url(../arquivos/botao4-escolha-B.png);
}
.dilemaDigital .botoes4 .botaoC
{
    background-image: url(../arquivos/botao4-escolha-C.png);
}
.dilemaDigital .botoes4 .botaoD
{
    background-image: url(../arquivos/botao4-escolha-D.png);
}

.dilemaDigital .botoes4 .botaoAPress
{
    background-image: url(../arquivos/botao4-escolha-press-A.png);
}
.dilemaDigital .botoes4 .botaoBPress
{
    background-image: url(../arquivos/botao4-escolha-press-B.png);
}
.dilemaDigital .botoes4 .botaoCPress
{
    background-image: url(../arquivos/botao4-escolha-press-C.png);
}
.dilemaDigital .botoes4 .botaoDPress
{
    background-image: url(../arquivos/botao4-escolha-press-D.png);
}

/* -------------------------------------- */

.dilemas_capa
{
    background-color: #cc8223;
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.dilemas_capa img
{
    max-width: 100vw;
    max-height: 100vh;
}

.dilemaDigital .bloco_menu
{
    position: absolute;
    top: 18%;
    left: 0px;
    width: 100%;
    height: 82%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 10;
}

.dilemaDigital .bloco_menu .opcao
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #4447b3;
    font-weight: bold;
    width: 30%;
    font-family: "OpenSanssemibold";
    font-size: calc(50px * var(--acessibilidade));
}

.dilemaDigital .titulo_menu
{
    position: absolute;
    top: 6%;
    left: 0px;
    width: 100%;
    height: 10%;
    color: #4447b3;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "OpenSanssemibold";
    font-size: calc(70px * var(--acessibilidade));
}


.dilemaDigital .bloco_menu .opcao img
{
    width: 100%;
}

.dilemaDigital .bloco_menu .opcao .botao
{
    position: absolute;
    top: 86%;
    width: 16%;
	cursor: pointer;
}

.mobile_retrato
{
    display: flex;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    justify-content: center;
    align-content: center;
    background-color: #fff3e6;
    z-index: 100;
}

.mobile_retrato img{
    height: 90vh;
}