
.barra1 { 
  background-color: #F5ECCE;
  color: #1F4981;
  text-shadow: 0 1px 1px #ffffff;
  margin: -2px 0px 0px 2px;
  padding: 0px;
  position: relative;
  border: 1px solid #1F4981;
  border-radius: 5px;
}

.texto {
    display: block;
    margin-block-start: 8px;
    margin-block-end: 8px;
    margin-inline-start: 15px;
    margin-inline-end: 15px;
}
.barra2 {
  background-color: #F5ECCE;
  color: #1F4981;
  text-shadow: 0 1px 1px #ffffff;
  margin: -2px 0px 0px 2px;
  padding: 0px;
  position: relative;
  border: 1px solid #1F4981;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
}

.barra4 {
  background-color: #ffffff;
  color: #363636;
  margin: -2px 0px 0px 2px;
  padding: 0px;
  margin-top: 2px;
  position: relative;
}

.barra5 {
  background-color: #F5ECCE;
  color: #1F4981;
  text-shadow: 0 1px 1px #ffffff;
  margin: -2px 0px 0px 2px;
  padding: 0px;
  position: relative;
  border: 1px solid #1F4981;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

textarea {
  width: 100%;
}
.content-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
}
.is-center {
  text-align: center;
}
.button-success {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: rgb(28, 184, 65); /* this is a green */
}
.button-xlarge {
  font-size: 125%;
}
button {
  float: right;
}
#name, #email {
  width: 50%;
}    

.botaoradio input[type=radio], .botaoradio input[type=checkbox]{
    display:none; /* Esconde os inputs */
}
 
.botaoradio label {
    cursor: pointer;
}
.botaoradio input[type="radio"] + label:before, .botaoradio input[type="checkbox"] + label:before {
    border: 1px solid #dddddd;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .25em 0 0;
    padding:0;
    vertical-align: top;
    width: 16px;
    border-radius:4px;
}
 
.botaoradio input[type="radio"]:checked + label:before, .botaoradio input[type="checkbox"]:checked + label:before {
    background: #1F4981;
    color: #FFF;
    content: "\2713";
    text-align: center;
}
 
.botaoradio input[type=radio"]:checked + label:after, .botaoradio input[type="checkbox"]:checked + label:after{font-weight: bold;

}


