
.img-apps{
    width: 60%;
    height: auto;
}

.descripcion-modal a{
    color: #ffffff;
    text-decoration: none;
    font-size: x-large;
}

.col-lg-2.col-md-4.col-6.pt-4.pb-4.shadow.btn-denunciar {
    border-radius: 15px 0px  0px 15px;
}

.textoCandidato{
    text-align:center;
    margin-top: 0;
    margin-bottom: 0;
    font-size:smaller;
    font-weight: 700;
}

.imagenCandidato{
    border-radius:50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.imagenCandidato_Im{
    border-radius:50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

svg {
    display: none !important;
}

.Vercandidato {
    color: black;
    text-decoration: none;

}
.Vercandidato:hover {
    color: rgb(49, 49, 49);
    text-decoration: none;

}
#candidato{
    background-color: white;
    
}
#candidato:hover{
    background-color:rgb(233, 233, 233);
    
}
.VER{
    height:20px;
    width:100px;
    padding: 0.5rem 3.5rem;
    border-radius: 0.1rem;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    background-color: #f51e63;
    border-color: #f51e63;
    box-shadow: none;
    border-radius: 10px;
    text-decoration: none;
}
.VER:hover{
    height:20px;
    width:100px;
    padding: 0.5rem 3.5rem;
    border-radius: 0.1rem;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    background-color: #f51e63;
    border-color: #f51e63;
    box-shadow: none;
    border-radius: 10px;
    text-decoration: none;
}
.descargar{
    height:20px;
    width:100px;
    margin: -20px -50px;
    top:50%;
    left:45%;
    padding: 0.5rem 2.5rem;
    border-radius: 0.1rem;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #5FC34E;
    border-color: #5FC34E;
    box-shadow: none;
    border-radius: 10px;
    text-decoration: none;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    font-size: .75rem;
    border-radius: 5px;

}
.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.boton-continuar{
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: #6c757d;
}

.btn-congreso{

    padding-top: 15%;

}

@media (max-width:1024px){

    .btn-congreso{

        padding-top: 25%;

    }
}

@media (max-width:768px){

    .btn-congreso{

        padding-top: 30%;

    }
}

@media (max-width:425px) and (min-width:320px){

    .btn-congreso{

        padding-top: 5%;

    }
}


  .img-fluid {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(130, 149, 22, 0.8);
    width: 200px!important;
    height: 200px!important;
    object-fit: cover;
  }




  