@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
body {
  font-family: "Open Sans", sans-serif;
 /*
  background: rgb(196,158,241);
  background: radial-gradient(circle, rgba(196,158,241,1) 0%, rgba(238,174,202,1) 100%);
 */
  color: #2e153f;
}

#arcoiris {
  background-image: url("../img/arcoiris.png");
  background-size: 200px 143px;
  background-repeat: repeat-x;
}

b {
  color: #77008a;
}

.form-check-label {
  margin-bottom: 3px;
  margin-top: 3px;

}
.form-check-input{
  margin-top: 8px;

}

label{
  width: 100%;
}



h3{
  color: black;
  text-align: center;
}
.alert-purple{
  color: #6f42c1;
  background-color: white;
  border-color: #6f42c1;
  padding-top: 0px;
}
.preguntas{
  padding-top: 5px;
  padding-bottom: 0px;
  font-weight: bold;
  margin-top: 10px;
}
.ejes{
margin-top: 15px;
}
p{
  margin-top: 15px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #6f42c1;
  border-bottom: 16px solid #6f42c1;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}


.error{
  color:#856404;
  background-color:#fff3cd;
  padding: 10px;
  margin-top: 5px;
}


select.error{
  color:#856404;
  background-color:#fff3cd;
  height: calc(2.25rem + 9px) !important;
}


hr.morado {
  border-top: 1px solid #6f42c1;
}


