.header-tema-livre {
    background: linear-gradient(to bottom, #014085 185px, #FFFFFF 0%);
    height: 100%;
    width: 100%;
}

.custom-div-tema-livre {
    margin-top: 7%;
}

.custom-div-imagem-tarefa {
    margin-top: 10%;
}

.btn-acessar-tema{
    background-color: #014085;
    border-radius: 22px;
    width: 60%;
}

.img-principal-tema-livre {
    width: 100%;
}

.sub-titulo-tema-livre{
    font-size: 2em;
    color: #FFFFFF;
}

.titulo-tema-livre {
    font-size: 4em;
    color: #FFFFFF;
}

@media (min-width: 320px) and (max-width: 499px) {

    .header-tema-livre {
        background: linear-gradient(to bottom, #014085 90px, #FFFFFF 0%);
        height: 100%;
        width: 100%;
    }

    .img-principal-tema-livre {
        width: 100%;
        height: 20vh;
    }

    .custom-div-imagem-tarefa{
        display: none;
    }

    .btn-acessar-tema{
        display: none;
    }

    .custom-div-tema-livre{
        padding-right: 0;
        margin-left: 0.5%;
        margin-bottom: 10%;
    }

    .div-descricao-tema-livre{
        font-size: 20px;
        line-height: 1;
    }

    .sub-titulo-tema-livre{
        font-size: 1em;
        color: #6c95d3 !important;
    }

    .titulo-tema-livre {
        font-size: 2em;
        color: #6c95d3 !important;
        margin-bottom: 1%;
    }

}

@media (min-width: 720px) and (max-width: 1200px) {

    .header-tema-livre {
        background: linear-gradient(to bottom, #014085 155px, #FFFFFF 0%) !important;
        height: 100%;
        width: 100%;
    }

    .img-principal-tema-livre {
        width: 100%;
        height: 25vh;
    }

    .custom-div-tema-livre {
        padding-right: 0;
        margin-left: 0.5%;
        margin-bottom: 10%;
    }

    .div-descricao-tema-livre {
        font-size: 20px;
        line-height: 1;
    }

    .sub-titulo-tema-livre {
        font-size: 1.5em;
        color: #6c95d3 !important;
    }

    .titulo-tema-livre {
        font-size: 4em;
        color: #6c95d3 !important;
        margin-bottom: 1%;
    }

    .btn-acessar-tema {
        background-color: #014085;
        border-radius: 22px;
        width: 88%;
    }

    .custom-div-imagem-tarefa {
        margin-top: 14% !important;
    }

}