.header-formulario{
  background-color: #371292;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 5px 10px black;
}

.body-formulario{
  background-color: #e0e2ee;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 5px 10px black;
}

.cursor-pointer{ 
  cursor: pointer;
}

.btn-formulario:hover{
  background-color: #FF8A00;
  border: solid 1px #FF8A00;
  color: white;
}

.bg-titulo-formulario{
  border-radius: 10px;
  background-color: #371292;
  color: #ffffff;
}

.bg-llanos{
  background-color: #371292 !important;
  color: #ffffff !important;
}
.bl-white{
  border-left: solid 1px #ffffff !important;
}
.br-white{
  border-right: solid 1px #ffffff !important;
}
.bl-llanos{
  border-left: solid 1px #371292 !important;
}
.br-llanos{
  border-right: solid 1px #371292 !important;
}
.bb-llanos{
  border-bottom: solid 1px #371292 !important;
}
.bt-llanos{
  border-top: solid 1px #371292 !important;
}
.text-llanos{
  color: #371292;
}

textarea{
	min-width: 100%;
	max-width: 100%;
	max-height: 85px;
}
.bg-primary-gradient{ 
  background: #0198d8;
  font-weight: 600;
  color: white;
}
.bg-primary-gradient:hover{ 
  background-color: #371292;
  transition: background-color 0.4s ease 0s;
}

.bg-verde{
  background-color: #00c603 !important;
  color: #ffffff !important;
}

.bg-rojo{
  background-color: #ff0000 !important;
  color: #ffffff !important;
}