/* div:hover {
  outline: solid 3px rgba(123, 123, 123, 0.353);
} */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

body {
  font-family: Lato;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-top: 10 px;
  padding-bottom: 40 px;
  background-color: #f5f5f5;
}

#mensaje{
  text-align: center;
}

#mensaje h1{
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.title{
  font-weight: 900;
  text-transform: uppercase;
}

#logo-afiliado, #qr-code{
  max-height: 100px;
  /* 7rem; */
}

strong{
  font-weight: 700;
}

/*
.form-quote {
  width: 100%;
  padding: 15px;
  margin: auto;
}

.form-quote .form-floating:focus-within {
  z-index: 2;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
*/

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


ul.parsley-errors-list{
  pointer-events: none;
  display:block;
  position: relative;
  z-index: 1000;
  height:0;
  margin: 0;
  padding: 0;
}

/* li.parsley-required, li.parsley-pattern, li.parsley-custom-error-message{ */
ul.parsley-errors-list li{
  display:block;
  position: absolute;
  right: -.1rem;
  background: rgb(91, 84, 133);
  font-size: .8rem;

  margin: -1rem 0 0 0;
  padding: 0 1rem;

  list-style-type: none;
  background-color: crimson;
  border-radius: 0 6px 6px 6px;
  color:white;
  font-weight: 300;
  text-align: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#loader{
  position: fixed;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
  outline: red 1px solid;
  z-index: 100000;
  text-align: center;
}