body {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #666;
}

.button {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}

p {
  line-height: 1.2;
}

#como_funciona p {
  font-size: 1.5rem;
}

.alert {
  background-color: rgba(35, 31, 32, 0.95);
  color: #fff;
  font-size: 16px;
  padding: 10px;
}

.closebtn {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 35px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 150px 0 15px;
  transition: 0.3s;
}

.closebtn:hover {
  opacity: 0.8;
}

.title-bar {
  background-color: #fff;
  color: #666;
  padding: 0.5rem 0;
  border-bottom: 2px solid #f4bc27;
}

.title-bar > .row {
  width: 100%;
}

.top-bar-left {
  margin-bottom: 0.5rem;
}

.top-bar-left img {
  position: relative;
  top: -2px;
}

.top-bar-right h4 {
  color: #666666;
  margin-bottom: 0.75rem;
}

.button.primary,
.button.secondary {
  color: #fff !important;
}

section {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 50px 0;
}

#simulacao_credito {
  background-color: #64768e;
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

#como_funciona {
  background-color: rgba(100, 123, 152, 0.1);
}

.items-center {
  display: flex;
  align-items: center;
}

.button {
  margin-bottom: 0;
}

.button.large {
  font-size: 1.125rem;
  padding: 0.875rem 1.25rem;
}

h1 {
  color: #f4bc27;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

h1 + p {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}

#simulacao_credito h1 {
  margin-bottom: 0.5rem;
}

#como_funciona h1 {
  color: #647b98;
}

#simulacao_credito h2 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 2rem 0 2.5rem;
}

#como_funciona h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0.5rem 0 1rem;
  color: #647b98;
}

#como_funciona h2 span {
  color: #f4bc27;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  color: #f4bc27;
}

h3 span {
  color: #647b98;
}

h4 {
  color: #647b98;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

.slider {
  background-color: #fff;
  margin: 0;
  border-radius: 4px;
}

.slider-fill,
.slider-handle {
  background-color: #f4bc27;
}

.slider-fill {
  border-radius: 4px 0 0 4px;
}

.slider-handle {
  border-radius: 50%;
}

.slider-handle::before {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f4bc27;
  font-size: 1.5rem;
  font-weight: bold;
}

.slider-handle[aria-controls="valor_emprestimo"]::before {
  content: "R$" attr(aria-valuenow);
}

.slider-handle[aria-controls="quantidade_parcelas"]::before {
  content: attr(aria-valuenow) "X";
}

.values_range {
  font-family: "Bitter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0.5rem;
}

.slider-button {
  max-width: 40px;
  width: 100%;
}

.icon-image {
  display: flex;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-bottom: 0.675rem;
}

.icon-image img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

footer {
  background-color: #647b98;
  color: #fff;
  padding: 1rem 0;
  font-size: 0.875rem;
}

footer a {
  color: #fff !important;
}

.text-footer {
  border-top: 1px solid #fffdfd33;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
}

.cc-color-override-1422896057.cc-window {
  align-items: center;
  background-color: rgba(35, 31, 32, 0.95);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 16px 140px;
  position: fixed;
  width: 100%;
  z-index: 99;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

.cc-message a {
  color: #fff;
  text-decoration: underline;
}

.btn-cookies {
  background-color: rgba(143, 144, 144, 0.8);
  border: 0;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin: 10px 0 0 0;
  outline: none;
  padding: 5px 10px;
  text-transform: uppercase;
}

.btn-cookies:hover {
  background-color: rgba(143, 144, 144, 0.8) !important;
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .small-text-center,
  .small-text-center * {
    text-align: center !important;
  }

  .closebtn {
    margin: 0 0 0 15px;
  }

  .cc-color-override-1422896057.cc-window {
    padding: 16px 15px;
  }

  .btn-cookies {
    margin: 0;
  }
}

@media screen and (min-width: 641px) {
  .sticky-container {
    position: fixed;
    width: 100%;
    z-index: 2;
  }

  #simulacao_credito {
    min-height: 100vh;
    padding-top: 8.25rem;
  }

  .title-bar > .row > .columns {
    display: flex;
  }

  .top-bar-left {
    margin-bottom: 0;
  }

  .top-bar-right {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
  }

  .top-bar-right h4 {
    font-size: 1.25rem;
    margin: 0 1.5rem 0 0;
  }

  .top-bar-right h4 + a {
    margin-right: 1rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }

  h1 + p {
    font-size: 1.625rem;
  }

  #simulacao_credito h2 {
    font-size: 1.75rem;
  }

  .button.large {
    font-size: 1.5rem;
    padding: 0.875rem 3.75rem;
  }
}
