{% static %}

@charset "utf-8";

#linea de progreso campaña de crowfonding

.barra {
    width:80%;
    height: 19px;
    background-color: #007bff;
    border-radius: 4rem;
    transition: width 0.5s ease-in-out;

}

.porcent {

    color: #ddd;
    font-weight:400;
    font-size: 12px;
    text-align:right;
    padding-right: 10px
}

.text_progreso{
    background-color:#27B2B0;
    animation: prog 2s forwards;
    border-radius: 4rem;
}

@keyframes text_progreso{
    0%{
    width:0;
    }
    50%{
    width:50;
    }
    100%{
     width:100%
    }
}




/*
 * Barra de progreso de pago
 * -----------------------------------------------
*/


.informacion-progreso {
    margin-top: 5px;
    text-align: center;
}

.total, .pagado {
    display: inline-block;
    margin: 0 5px;
}

/*
 * recompensas texto de parrafo oculto
 * -----------------------------------------------
*/
.list-unstyled li  #mostrar_texto{
 cursor:pointer;
}
 .list-unstyled li #ocultar_parrafo{

}

/*
 * bloque-con-scroll
 * -----------------------------------------------
*/

fijar_bloque{
    position: sticky;
    top: 0;
    height: 700px;

}


.bloque-con-scroll {

    border: 1px solid #ccc;
    padding: 10px;
    max-height: 700px;
    overflow-y: auto;
    position: relative;
}

.bloque-con-scroll::-webkit-scrollbar {
    width: 13px;
    background-color: #ddd;
}

.bloque-con-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
/*
 * fotter iconos
 * -----------------------------------------------
*/
#footer > .footer_icons > li {
    display: inline-block;
}

.footer > h5 {
      color:rgb(255 255 255);
}