#menu-lateral {
  display: none;
}

.topbar {
  left: 0 !important;
}


.content-page {
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

.footer {
  left: 0 !important;
  height: 40px;
  padding: 10px 10px!important;
}

.wizard > .steps > ul > li {
  width: 50%;
}

.btn-group, .btn-group-vertical {
  width: 100%;
}

ul[role="tablist"] {
  display: none;
}

.wizard > .actions > ul > li:first-child {
  display: none;
}

.topbar {
  display: none;
}

.inputGroup {
  background-color: #f2f2f2;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  font-weight: 700 !important;
  display: block;
  text-align: center !important;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
}
 .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: black;
  
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  z-index: -1;
} 
.inputGroup label:before {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  opacity: 1;
  background-position: 2px 3px;
  border-radius: 0%;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(550%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
/*  .inputGroup input:checked ~ label {
  color: #fff;
}  */
/* .inputGroup input:checked ~ label {
  color:black;
}  */
 .inputGroup input:checked ~ label:before {
 /*  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1); */
  opacity: 1;
} 
.inputGroup input:checked ~ label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%55555' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-color: transparent;/* #54E0C7; */
  border-color: #c92620;/* #54E0C7; */
}
.inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.divChapa1{
  vertical-align: middle;
}

.subTxtChapa1{
  font-size: 16px !important;
}
.txtChapa1{
  margin-bottom: 3px;
}

.inputGroup label {
  display: block !important;
  margin-bottom: 0.0em !important;
}

.form {
  padding: 0 16px;
  max-width: 550px;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

body {
  background-color: #f2f2f2;
  font-family: 'Fira Sans', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

code {
  background-color: #f2f2f2;
  padding: 0 8px;
  
}


.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 250px !important;
}

.votar{
  min-width: 320px;
  max-width: 500px;
}

.logo-votar img{
  max-width: 80%;
  max-height: 80%;
}

.logo-votar{
  width: 100%;
}

#frmParte input{
  text-transform: uppercase;
}
#email{
  text-transform: lowercase!important;
}

#btn-acesso{
  background: #c92620;
  /* width: 260px!important; */
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  /* text-align: left!important; */
  width: 100%;
  text-align: center;
} 

.btn-steps{
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

  background: #c92620;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  
}
.btn-principal{
  width: 260px;
  text-align: left;
}
.btn-change-step{
  width: 100%;
  text-align: center;
}

/* #btn-acesso-externo{
  background: #c92620;
  width: 260px!important;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left!important;
}

#btn-votacao{
  background: #c92620;
  width: 260px!important;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left!important;
}

#link_href{
  background: #c92620;
  width: 260px!important;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left!important;
} */

.wizard > .actions a:hover {
    background-color: black;
    border-radius: 0px;
}

#lang-side > .nav-link{
    line-height: 0px!important;
} 

html{
  background-color: #d6d6d6!important;  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%238a8a8a' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%23d6d6d6' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23d3d3d3' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23cfcfcf' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23cccccc' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23c9c9c9' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23c5c5c5' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23c2c2c2' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23bebebe' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23bbbbbb' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23b7b7b7' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23b3b3b3' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23afafaf' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23ababab' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23a7a7a7' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23a3a3a3' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%239f9f9f' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%239b9b9b' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23969696' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E")!important;  
  background-attachment: fixed!important;  
  background-size: cover!important;  
}

body{
  background-color: transparent!important;
}

.votar{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 0px!important;    
}
.votar-group{
  border-radius: 0px!important;       
}
.votar input {
  font-family: "Roboto", sans-serif;
  /* font-weight: 500!important; */
  outline: 0!important;
  background: #f2f2f2!important;
  border: 0!important;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px!important;
  border-radius: 0!important;
  height: 40px!important;
  margin-bottom: -5px!important;
}
.error{
  margin-left: 0px!important;
  font-size: 11px!important;
}
.wizard > .content > .body label {    
  margin-bottom: 0!important;
}
label {
  font-weight: 450!important;
}
.wizard > .actions > ul {
  width: 100%!important;
}
.wizard > .actions > ul > li {
  padding: 5px!important;
  width: 100%!important;
  text-align: center!important;
  text-transform: uppercase!important;
  font-weight: 200!important;
  margin: 0 !important;
}

.wizard > .content {
min-height: 110px!important; 
}

.qrcode-modal {
  display: none;
  position: fixed;
  z-index: 9999; 
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.qrcode-modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.qrcode-close {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Estilos para a div que será clicada */
.show-qrcode {
  cursor: pointer;
}