


.imagen-1 {
    background-image: url('../img/votaciones.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 250% 120%;
    /* Otras propiedades de estilo que desees */
}



.form-control, btn {
    min-height: 3.125rem;
    line-height: initial;
}

.finalizar {
    text-align: end;
}


.fixed {
    position: fixed;
    top: auto;
}
#id{
margin-top: 8%;
}



#regresar a{
    display: block;
    text-decoration: none;
    background: #005E56;
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500mx ease;
}

.contenedor-imagen {
    position: relative;
  }
  
  .rectangulo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.5;
    z-index: 1;
  }

  