/* CSS Document */

*:focus {
  outline: none !important;
}
html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  background: linear-gradient(160deg, rgba(191,44,87,1) 0%, rgba(88,63,153,1) 60%);
  font-size: 16px;
  font-weight: 400;
  padding-right: 15px;
  overflow-x: hidden;
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 5px 0;
}
.logo {
  background-repeat: no-repeat;
  width: 173px;
  height: 57px;
}
h1 {
  font-size: 32px;
  font-weight: 800;
  margin: 5px 0 0 20px;
  color: #f0b537;
}
h3 {
  font-size: 13px;
  margin: 0;
}
h4 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
h4 a {
  text-decoration: none;
}
a {
  color: #f0b537;
  text-decoration: underline;
}
a:hover {
  color: white;
}
a[role="button"] {
  color: #fff;
}
h4 a[role="button"] {
  color: #000;
}

hr {
  border-color: #fff;
}
.input-label {
  margin-top: 8px;
}
label {
  font-size: 14px;
  text-transform: uppercase;
}
p:last-child {
  margin-bottom: 0;
}
ol,
ul {
  margin-bottom: 20px;
}
li {
  margin-bottom: 10px;
}
[role="button"] {
  padding: 0 5px 0 0;
  display: inline-block;
}
label.disabled {
  opacity: 0.5;
}
.opcao-contribuicao {
  width: 50%;
  display: flex;
  flex: 1;
}
.tipo-contribuicao {
  display: flex;
  flex: 1;
  align-items: start;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  margin: 0;
  border-bottom: none;
}
.tipo-contribuicao span {
  padding: 0 0 0 5px !important;
}
.btn {
  border: none;
  padding: 7px 13px;
  text-decoration: none;
  min-width: 34px;
  overflow: hidden;
}
.btn-primary {
  background-color: #fea45f;
}
.btn-primary[disabled]:hover, 
.btn-primary:focus, 
.btn-primary:hover {
  background-color: #eab082 !important;
}
.btn-success {
  background-color: #179145;
}
.btn-warning {
  background-color: #ef580a;
}
.buttons-group {
  text-align: center;
  margin-top: 25px;
}
.buttons-group-header {
  margin-top: 10px;
}
.small {
  font-size: 90%;
  line-height: 1.2;
}
.popover {
  width: 275px;
  color: #666;
}
.form-control {
  font-size: 16px;
  border: none;
  min-width: 128px;
}
.form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.6);
}
.form-group {
  margin-bottom: 10px;
}
.form-group label {
  font-size: 0.8em;
}
.container {
  position: relative;
  color: #fff;
}
.panel-group:last-child {
  margin-bottom: 0;
}
#contribuicao {
  width: 58px;
  margin-right: 5px;
  float: left;
}
#aviso {
  color: #f0b537;
}
.input-transparent {
  border: 0;
  background-color: transparent;
  max-width: 90px;
}
.link-small-button {
  font-size: 12px;
}
.input-label {
  display: -webkit-inline-box;
  -webkit-box-align: end;
}
.resultado {
  border-left: 1px solid white;
}
.resultado-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.main-resultado {
  background-color: #7051c1;
  border-radius: 10px;
  padding: 5px 0;
}
#gerar-mobile {
  display: none;
}
#aumentar-mobile {
  display: none;
}
#confira-button {
  text-align: end;
  margin-right: 20px;
}
.pig-bank-svg {
  position: absolute;
  width: 23%;
  top: -45px;
  left: 102%;
}
.coin-svg {
  position: absolute;
  width: 75%;
  top: -65px;
  left: 215%;
}
.graph-svg {
  position: absolute;
  width: 25%;
  bottom: 0;
  left: 105%;
}

.top-bar-choice {
  display:grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  width: 35%;
}


.text-menu h4 {
  text-align: center;
}

.btn-menu {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 5px;
}
.btn-menu button {
  width:90px;
}
.padding-15 {
  padding: 15px;
}

.input-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  box-shadow: none !important;
  color: #f0b537;
  font-weight: bold;
}

.margin-12 {
  padding-left: 24px;
}
.flex-line {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.margin-percent {
  margin-left: 8px;
  width: 165px;
}

.rmv-margin {
  margin-left:0;
}

.padding-10 {
  padding-left: 10px;
}
.rmv-padding {
  padding-left:0;
}

.width-100 {
  width: 80%;
}

.bg-red {
  background-color:red;
}
.margin-ng {
  margin-top: -30px;
}

.min-wdt {
  min-width: 185px;
}

.modal-body a:hover{
    color: #f0b537;
}

@media screen and (max-width: 1200px) {
  #confira-button {
    margin-right: 10px;
  }
  .top-bar-choice {
    grid-template-columns: repeat(1,1fr);
  }
  .text-menu h4 {
    text-align: left;
  }
  .flex-line {
    flex-direction: row
  }

  .margin-ng {
    margin-top:0 !important;
  }
}

@media screen and (max-width: 991px) {
  .resultado {
    border-left: none;
  }
  .pig-bank-svg {
    display: none;
  }
  .coin-svg {
    display: none;
  }
  .graph-svg {
    display: none;
  }
  #confira-button {
    margin-right: 33px !important;
  }
  .menu {
    display: grid;
    grid-template-rows: repeat(2,1fr);
    grid-template-columns: repeat(2,1fr);
  }
  .top-bar-choice {
    width: 100%;
    grid-column: 1/3;
    order: -1;
    grid-template-columns: repeat(2,1fr);
  }
  .btn-menu {
    grid-gap: 5px;
  }
  .top-bar-img {
    display: flex;
    flex-direction: row-reverse;
  }
  .top-bar-space {
    grid-column: 1/3;
  }
  .text-menu {
    grid-column: 1/2;
  }
  .text-menu h4 {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
  .text-right {
    text-align: left !important;
  }
  .container {
    top: auto;
    transform: none;
  }
  .col-md-5 {
    margin-left: 0 !important;
  }
  .buttons-group {
    margin-bottom: 35px;
  }
  .buttons-group-header {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 650px) {
  #aumentar-desktop {
    display: none;
  }
  #aumentar-mobile {
    display: block;
    margin-top: 10px;
  }
  #gerar-desktop {
    display: none;
  }
  #gerar-mobile {
    display: block;
    margin-top: 10px;
  }
  #confira-button {
    text-align: center;
  }
  .margin-ng {
    margin: auto;
  }
}