
/* Visualización de Errores */
.callout {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  /*background-color: #fff;*/
  border-left: 4px solid #EBEBEB;
  margin-bottom: 1rem;
  padding: 1rem;
  margin-top: 10px;
}

.callout.callout-errors {
  background-color: #FFF;
  border-left-color: #CF1A1A;
}

.callout.callout-errors .title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.callout.callout-errors > ul > li {
  font-size: 13px;
  color: #991515;
}

.none{
    display: none;
}

/* ESTILO DE WHATSAPP  */
.float-wa{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}
