.dropzone {
    background: #FFF;
    border: dashed 2px #999;
}

.img_timeline {
    width: 80%;
    margin: 0 10%;
}

.img_timeline:hover {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.progress {
    height: 2rem;
}

.btn-orange {
    color: #FFF;
    background-color: rgba(247, 148, 34, 1);
    border-color: rgba(247, 148, 34, 1);
    box-shadow: none;
}

.btn-orange:hover {
    color: #ffffff;
    background-color: rgb(190, 114, 26);
    border-color: rgb(190, 114, 26);
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
    box-sizing: border-box;
}

.carousel {
    margin-bottom: 2em;
}

.carousel-indicators {
    bottom: -2em;
}

.carousel-indicators li {
    background-color: black;
}
.bg-respuesta{
    background-color: rgba(108,141,188,0.2);
}
