#pagDetalhes{
    display: flex;
    margin: 10px;
    padding: 20px;
}

.imagem-ampliada-curso{
    display: flex;
    width: 600px;
    height: 400px;
    justify-content: start;
}

#icones-word{
    display: flex;
    width: 600px;
    height: 80px;
    margin: 10px; 
    justify-content: space-around;
}

#cod-aula-word{
    display: flex;
    padding: 10px;
    justify-content: flex-start;
}

.word{
    display: flex;
    margin: 10px;
    flex-direction: row;
    justify-content: space-around;
    width: 70px;
    height: 50px;
}

#descricao1{
    margin: 20px;
    padding: 10px;
}

#descricaotitulocurso{
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
}

#preco{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

#valor-e-parcela-pai{
    display: flex;
    flex-direction: row;
    justify-items: flex-end;
}

#valor-real{
    margin-left: 50px;
    padding: 0;
    font-weight: bold;
    color: black;
    font-size: 27px; 
}

.botao-comprar-parcelas{
    display: flex;
    border: 2px solid rgb(233, 115, 72);
    width: 200px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: rgb(231, 90, 90);
    text-decoration: none;
}

#valor-real-parcelas{
    display: flex;
    text-size-adjust: 1px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 0;
    padding-right: 10px;
}

#preco{
    display: flex;
    align-items: center;
}

.descricaocs{
    display: flex;
    text-align: justify;
    color: dimgrey;
}