.progress {
    height: 13px;
    width: 350px;
    margin: 10px 20px;
    background-color: #09105a21;
}

.progress-bar {
    background-color: #142cd49c;
}

.count {
    width: 350px
}

.fit-image {
    width: 300px;
    object-fit: cover
}

.card {
    padding-bottom: 20px
}

.card-header {
    padding: 20px 60px
}

.card-body {
    display: none;
    padding-left: 55px;
    padding-right: 55px
}

.card-body.show {
    display: block
}

.text_completado {
    color: #1c1d1c
}

.card-block {
    width: 235px;
    border: 1px solid lightgrey;
    padding: 20px;
    border-radius: 5px !important;
    background-color: #FAFAFA;
    margin-bottom: 30px
}

.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.radio:hover {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.radio.selected {
    border: 1px solid #F9A825;
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.fa-check {
    color: #FBC02D;
    border-radius: 50%;
    border: 2px solid #FBC02D;
    padding: 5px
}

.fa-circle {
    color: #FAFAFA;
    border-radius: 50%;
    border: 2px solid #BDBDBD;
    padding: 5px 6.155px
}

.pic,
.pic-0 {
    height: 90px;
    width: 130px
}

.pic {
    margin-top: 30px;
    margin-bottom: 20px
}

.btn-green {
    margin-top: 40px;
    background-color: #c70939;
    color: #fff;
    width: 28%;
    font-size: 11px;
}

.btn-green:hover {
    background-color: #880627;
    color:#cccccc;
}

.btn-greenn {
    margin-top: 40px;
    background-color: green;
    color: #fff;
    width: 28%;
    font-size: 11px;
}

.btn-greenn:hover {
    background-color: green;
    color:#cccccc;
}

.btn-secondary {
    margin-top: 40px;
    width: 28%;
    font-size: 11px;
}

.fa-long-arrow-right {
    float: right;
    margin-top: 4px
}

.fa-long-arrow-left {
    float: left;
    margin-top: 4px
}

select,
input,
textarea {
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    /*color: #2C3E50;
    background-color: #ECEFF1;*/
    border: 1px solid #ccc;
    font-size: 16px;
    letter-spacing: 1px
}

select:focus,
input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #4CAF50 !important;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}
