@font-face {
    font-family: 'Bebas';
    src: url('bebas.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anodina';
    src: url('anodina.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Guerilla';
    src: url('guerilla.otf');
    font-weight: normal;
    font-style: normal;
}

.btn-primary {
  color: #fff;
  background-color: #5e23a4;
  border-color: #422758;
  margin-bottom: 15px;
  margin-top: 30px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #422758;;
  border-color: #5e23a4;
}

body {
  color: #2D0D5B;
  width: 100%;
  font-family: Anodina;
  background-color: #FFDC83;
}

.asterisco {
  color: #bf1a2f;
}

.tit-cad {
  text-align: center;
  color: #5e23a4;
  font-size: 21px;
  line-height: 21px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bolder;
}

a {
  color: #6423C1;
}

input[type=radio] {
  max-width: 20px;
  height: 20px;
  float: left;
  clear: none;
  margin: 0px 10px 0 2px;
}

input[type=checkbox] {
  max-width: 20px;
  height: 20px;
  float: left;
  clear: none;
  margin: 0px 10px 0 2px;
}

label {
  width: 100%;
}

.rodape {
  background-color: #410148;
  border-top: 3px solid #f5b400;
}

.img-rodape {
  max-width: 200px;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.centralizando {
  display:flex;
  justify-content:center;
  align-items:center; 
}

