.justificar{
    text-align:justify;
}

.card:hover{
    transform: scale(1.05);
    border-width:3px;
    border-color: #3e8e41;
    color:black;

}

.my-button{
    padding: 10px 20px;
    background-color: #5bb6e6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.my-button:hover {
  background-color: #c7f1bb;
  color: black;
}
.my-button:active {
  background-color: #3e8e41;
}


.my-button_selected{
    padding: 10px 20px;
    background-color: #3a985a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.elegido{
    border-color: #5bb6e6;
    border-width:5px;

}
.my-lista:hover{
  background-color: #c7f1bb;
}

.my-lista{
  background-color: #c0e0f1;
}

.avanza:hover{

    transform: scale(1.05);
}

.linea_degradado{
    border: none;
    height: 3px;
    background: linear-gradient(to right, #5bb6e6, #c0e0f1);

}

.alto_tarjeta{
  height: 16rem;
}

.ancho_tarjeta{
  width: 8rem;
}

.ancho_tarjeta_plus{
  width: 14rem;
}

.publicacion_elegida{
  background-color: #3e8e41;
  color:white;

}