.btn-outline-esmalte {
  color: #59b0d3;
  border: 2px solid #59b0d3;
}

.btn-outline-esmalte:hover {
  background-color: #59b0d3;
  color: #fff;
}
.text-ella {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 100;
  color: #59b0d3;      /* color cosmético */
  letter-spacing: 0.5px;
}
.boton-ver-normal {
  color: #59b0d3;
  border: 2px solid #59b0d3;
  background-color: #bedeeb;
}


/* boton animado **/
.boton-ver-animado {
  background: linear-gradient(45deg, #59b0d3, #bedeeb);
  border: none;
  color: #fff;
  transition: background-position .4s ease, transform .4s;
  background-size: 200% auto;
}
.boton-ver-animado:hover {
  background-position: right center;
  transform: scale(1.10);
}
/* fin boton animado **/

/* Text ella Mediano */
.text-ella-mediano {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: #59b0d3;      /* color cosmético */
  letter-spacing: 0.5px;
}

/* fin Text ella Mediano */

/* boton animado **/
.boton-seguir-animado {
  background: linear-gradient(45deg, #59b0d3, #87bbcf);
  border: none;
  color: #fff;
  transition: background-position .4s ease, transform .4s;
  background-size: 200% auto;
}
.boton-seguir-animado:hover {
  background-position: right center;
  transform: scale(1.05);
}
/* fin boton animado **/

/* boton animado **/
.boton-confirmar-animado {
  background: linear-gradient(45deg, #547e32, #9cebb6);
  border: none;
  color: #fff;
  transition: background-position .4s ease, transform .4s;
  background-size: 200% auto;
}
.boton-confirmar-animado:hover {
  background-position: right center;
  transform: scale(1.05);
}
/* fin boton animado **/

/* boton animado **/
.boton-confirmar-animado-azul {
  background: linear-gradient(45deg, #194dbd, #b4e7ee) !important;
  border: none !important;
  color: #fff !important;
  transition: background-position .4s ease, transform .4s;
  background-size: 200% auto;
}
.boton-confirmar-animado-azul:hover {
  background-position: right center;
  transform: scale(1.05);
}
/* fin boton animado **/


