.centro {
    position: relative;
    margin: 0 auto;
    float: none;
    display: block;
}

#topo{
    padding-top:20px;
    padding-bottom:20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

#quiz h2{
    font-size: 22px;
}
/*.sv-completedpage{
    display: none !important;
}*/

#surveyContainer{
    border:solid 1px #ccc;
    padding:5px;
    border-radius:4px;
    margin-top:40px;
    margin-bottom:40px;
}

.sv-title {
    font-size: 22px !important;
}

.sv-question__title--answer {
    background-color: transparent !important;
   
    margin-bottom: 10px !important;
}

.sv-question__num{
    display: none !important;
}
.sv-question__title {
 padding: 0px !important;
 padding-bottom: 20px !important;
}

.sv-completedpage {    
    color: #333333;
    background-color: #ffffff;
}

.sv-boolean__switch {
    background-color: #cccccc;
}


#rodape{
    padding-top:30px;
    padding-bottom: 30px;
    line-height: 30px;
    background-color: #2c3e50;
    color:#ffffff;
}
#rodape a{
    color:#ffffff;
}

/* Estilize o label do input radio */
label {
    right: 40px;
    display: inline-block;
    padding-left: 14px;
    padding-top:8px;
    padding-bottom: 12px;   
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-radius: 20px;
    border: 2px solid #ccc;
    transition: all 0.3s ease-in-out;
  }
  label:hover{
    background-color: #2ecc71;
    border: 2px solid #27ae60;
  }
  
  /* Estilize o input radio quando estiver selecionado */
  input[type="radio"]:checked + label {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
  }
  
  /* Oculte o input radio */
  input[type="radio"] {
    display: none;
  }
  .sv-radio__svg {   
    display:none;
}  