/**
*   @author Pedro Serer
*   @version 2.0.1
*/

@charset "UTF-8";

.titulo p {
    color: #3faaff;
    font-size: 2em;
    font-weight: 640;
}

.upload {
    border: 4px solid #3faaff;
    cursor: pointer;
}

.image-upload > input {
    display: none;
}

h4 {
    color: #3faaff;
}

.stepper {
    margin-left: 2%;
    margin-bottom: 8%;
}

.linha {
    width: 2px;
    background-color: #d3d3d3 !important;
}

.linha-ativa {
    width: 2px;
    background-color: #05d628 !important;
}

.subtitulo {
    font-size: 1.1rem;
}

.rounded-circle {
    cursor: pointer;
}

.rounded-ativo {
    background-color: #05d628 !important;
}