body {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #666;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.row {
  width: 100%;
}

.row .row {
  width: auto;
}

.button {
  font-size: 1rem;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}

p {
  line-height: 1.2;
}

.sticky-container {
  z-index: 2;
}

.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;
  border-bottom: 2px solid #f4bc27;
  padding: 0.5rem 0;
  position: relative;
}

.title-bar > .row {
  width: 100%;
}

.top-bar-left {
  display: flex;
}

.top-bar-left img {
  position: relative;
  top: -2px;
}

.top-bar-left .top-bar-menu {
  display: inline-flex;
  margin-left: auto;
}

.top-bar-left .menu-icon {
  width: 24px;
  height: 20px;
}

.top-bar-left .menu-icon::after {
  background: #647b98 !important;
  box-shadow: 0 8px 0 #647b98, 0 16px 0 #647b98 !important;
  border-radius: 2px;
  height: 4px;
}

.top-bar-right .dropdown.menu a {
  color: #647b98;
  font-size: 0.9375rem;
  font-weight: bold;
  position: relative;
}

.top-bar-right .dropdown.menu a.active,
.top-bar-right .dropdown.menu a:hover {
  color: #f4bc27;
}
.Header-link--whatsapp {
  display: flex!important;
  vertical-align: middle!important;
  color: #25d366!important;
}
.Header-link--whatsapp svg {
  fill: #25d366;
  margin: -10px 5px 0px 0px;
  width: 32px;
}
.button.primary,
.button.secondary {
  color: #fff !important;
}

section {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 50px 0;
}

section#header {
  display: block;
  padding: 0;
}

.header-slider {
  overflow: hidden;
}

.slick-arrow {
  background-image: url(../images/btn-select.svg);
  width: 80px;
  height: 26px;
  z-index: 1;
  position: absolute;
  top: 50%;
  opacity: 0.3;
  transition: opacity 0.3s ease-out;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-prev.slick-arrow {
  transform: rotate(90deg) translate(-20px, 35px);
  left: 5%;
}

.slick-next.slick-arrow {
  transform: rotate(-90deg) translate(20px, 35px);
  right: 5%;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  margin: 0 0 20px;
}

.slick-dots li {
  list-style: none;
  width: 70px;
  height: 5px;
  margin: 0 10px;
}

.slick-dots li:first-of-type {
  margin-left: auto;
}

.slick-dots li:last-of-type {
  margin-right: auto;
}

.slick-dots li button {
  text-indent: -9999px;
  overflow: hidden;
  width: 70px;
  height: 5px;
  background-color: #fff;
  opacity: 0.3;
  transition: opacity 0.3s ease-out;
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
  opacity: 1;
}

.slider-item {
  padding: 50px 10vw 70px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.header-slider:not(.slick-initialized) > .slider-item:not(:first-of-type) {
  display: none !important;
}

.slider-item > :first-child {
  margin-top: auto;
}

.slider-item > :last-child {
  margin-bottom: auto;
}

.slider-item img:not(.app_link) {
  max-width: 20%;
  margin-bottom: 1.5rem;
}

.slider-item .download_app {
  margin-top: 1.75rem;
}

.slider-item .download_app a {
  margin: 0 1rem;
}

.slider-item h1,
#parceiros h1,
#cadastro-lojista h1,
#trabalhe-conosco h1,
#area-lojista h1 {
  margin-bottom: 0.25rem;
}

.slider-item .button {
  margin-top: 1.75rem;
}

.bg_1,
.bg_2,
.bg_3 {
  background-size: cover;
}

.bg_1 {
  background-image: url(../images/background_banner-01.jpg);
}

.bg_2 {
  background-image: url(../images/background_banner-02.jpg);
}

.bg_3 {
  background-image: url(../images/background_banner-03.jpg);
}

.items-center {
  display: flex;
  align-items: center;
}

.columns.items-center {
  flex-direction: column;
}

.columns.items-center :first-child {
  margin-top: auto !important;
}

.columns.items-center :last-child {
  margin-bottom: auto !important;
}

.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.text-white {
  color: #fff;
}

.header-slider h1 + p {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}

h3 {
  font-size: 1.75rem;
  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;
}

#quem-somos h3 {
  margin-bottom: 2.5rem;
}

.download_app {
  margin-bottom: 4rem;
}

#produtos_last .download_app {
  margin-bottom: 0;
}

.download_app a {
  display: inline-block;
  max-width: 45%;
}

.download_app > h3,
.download_app > h4 {
  color: #666;
  margin-bottom: 0.75rem !important;
}

.download_app h4 + a,
.download_app h3 + a {
  margin-right: 1rem;
}

#produtos {
  background-color: rgba(100, 123, 152, 0.25);
}

#produtos h1 {
  color: #647b98;
}

#produtos .callout,
#area-lojista .callout {
  border: none;
  border-radius: 1.25rem;
  color: #666;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

#area-lojista .callout {
  padding: 1rem 1rem 2rem;
}

#produtos .callout h2 {
  color: #f4bc27;
}

.off-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}

#area-lojista .off-content {
  left: 10%;
  right: 10%;
  max-width: 80%;
}

.off-content .button.large {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.625rem 1.25rem;
}

#cadastre-se {
  background-color: #647b98;
}

#cadastre-se h1,
#cadastre-se h3 {
  color: #fff;
}

#cadastre-se .callout {
  background-color: #f4bc27;
  border: none;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  padding: 1rem;
}

#cadastre-se .callout h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 0.25rem;
}

#cadastre-se .callout img {
  width: 100px;
  height: 100%;
  margin-right: 1rem;
}

.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;
}

#contato h5 {
  font-family: "Raleway", sans-serif;
  margin-bottom: 1rem;
}

#contato p {
  font-size: 1rem;
}

#contato a:not(.button) {
  font-size: 1.25rem;
  color: #666 !important;
}

#contato a b {
  color: #f4bc27 !important;
}

#contato .button {
  padding: 0.875rem 1.5rem;
}

form.contato {
  margin-top: 2rem;
}

form.contato input:not([type="submit"]),
form.contato textarea {
  background-color: rgba(100, 123, 152, 0.1);
  color: #666 !important;
  border: none !important;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  height: auto;
}

form.contato ::-webkit-input-placeholder {
  color: #666;
}
form.contato ::-moz-placeholder {
  color: #666;
}
form.contato :-ms-input-placeholder {
  color: #666;
}
form.contato :-moz-placeholder {
  color: #666;
}

form.contato .button {
  font-size: 1.625rem;
  padding: 1.25rem 2.75rem;
}

form.contato h4 {
  margin-bottom: 1rem;
}

#g-recaptcha-token, #g-recaptcha-action {
  display: none;
}

.gradient_background {
  background: -moz-linear-gradient(top, rgba(223, 227, 234, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(223, 227, 234, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(223, 227, 234, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66dfe3ea', endColorstr='#66ffffff',GradientType=0 );
}

#produtos_first h1 {
  margin-bottom: 2rem;
}

#produtos_first img {
  margin-bottom: 0.5rem;
}

#produtos_first p {
  margin-bottom: 0;
}

#produtos_vantagens {
  background-color: #647b98;
  color: #fff;
}

#produtos_vantagens img {
  display: block;
  margin: 0 auto 1rem;
}

#produtos_vantagens li {
  position: relative;
  list-style: none;
}

#produtos_vantagens li::before {
  content: "";
  font-weight: bold;
  background-color: #f4bc27;
  position: absolute;
  top: 12px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

#produtos_last h3 {
  color: #647b98;
  margin-bottom: 0.25rem;
}

#produtos_last h3 + p {
  margin-bottom: 2rem;
}

#produtos_last .button {
  margin-bottom: 4rem;
}

#produtos_last p small {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 4rem;
  text-align: left;
}

#parceiros h4 {
  color: #666;
  margin-bottom: 0.25rem;
}

#parceiros h4,
#parceiros h5 {
  font-family: "Raleway", sans-serif;
}

#parceiros .resultado-busca p {
  margin-bottom: 0.25rem;
}

#parceiros .resultado-busca h5 {
  margin-bottom: 3rem;
}

#parceiros form {
  margin: 2rem auto;
  max-width: 520px;
}

#parceiros form select,
#trabalhe-conosco form select {
  background-image: url(../images/btn-select.svg);
  background-position: right -2rem center;
  background-size: 24px 8px;
  padding-right: 1.5rem;
  background-color: #647b98;
  color: #fff !important;
  border: none !important;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.75rem 2.75rem 0.75rem 1.25rem;
  height: auto;
}

#parceiros form select:last-of-type {
  margin-bottom: 3rem;
}

#parceiros form ::-webkit-input-placeholder {
  color: #fff;
}
#parceiros form ::-moz-placeholder {
  color: #fff;
}
#parceiros form :-ms-input-placeholder {
  color: #fff;
}
#parceiros form :-moz-placeholder {
  color: #fff;
}

#parceiros .button {
  font-size: 1.625rem;
  padding: 1.25rem 2.75rem;
}

#parceiros .result_item {
  margin-bottom: 3rem;
}

#parceiros .result_item .endereco,
#parceiros .result_item .telefone {
  background-repeat: no-repeat;
  background-position: top 2px left;
  padding-left: 30px;
}

#parceiros .result_item .endereco {
  background-image: url(../images/icon-endereco.svg);
  background-size: 18px 25px;
  margin-bottom: 0.25rem;
}

#parceiros .result_item .telefone {
  background-image: url(../images/icon-telefone.svg);
  background-size: 23px 23px;
}

#cadastro-lojista h1 + p,
#trabalhe-conosco h1 + p,
#area-lojista h1 + p {
  margin-bottom: 3rem;
}

#area-lojista h4 {
  margin-bottom: 0.75rem;
}

#area-lojista .button.large.off-content {
  padding: 0.875rem;
}

.form_control {
  margin-top: 2rem;
  width: 100%;
}

.form_control .button.large {
  margin: 0 0.9375rem;
  width: 280px;
  max-width: 40%;
}

.word_file {
  position: relative;
  height: 48px;
}

.word_file input {
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px !important;
}

.word_file > label {
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  background-color: #647b98;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  position: absolute;
  width: 100%;
  transition: background-color 0.25s ease-out;
  pointer-events: none;
}

.word_file > input:focus + label,
.word_file > input:hover + label {
  background-color: #50627a;
}

.word_file + p {
  font-size: 0.9375rem;
  margin-bottom: 3rem;
}

footer {
  background-color: #647b98;
  color: #fff;
  padding: 1rem 0;
  font-size: 0.875rem;
  margin-top: auto;
}

footer a {
  color: #fff !important;
  text-decoration: underline;
}

.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) {
  .form_control .button.large {
    margin: 0 0.25rem;
    padding: 0.75rem 0.5rem;
  }

  .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 (max-width: 1023px) {
  .top-bar-left {
    width: 100%;
  }

  .top-bar-right {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background-color: rgb(244, 188, 39);
  }

  .top-bar-right .dropdown.menu {
    width: 100%;
  }

  .top-bar-right .dropdown.menu li {
    width: 100%;
    margin: 6px 0;
    text-align: right;
  }

  .top-bar-right .dropdown.menu a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .Header-link--whatsapp {
    float: right;
  }

  .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) {
  .home section {
    padding: 100px 0;
  }

  .slick-arrow {
    width: 120px;
    height: 40px;
  }

  .slick-prev.slick-arrow {
    transform: rotate(90deg) translate(-20px, 60px);
    left: 5%;
  }

  .slick-next.slick-arrow {
    transform: rotate(-90deg) translate(20px, 60px);
    right: 5%;
  }

  .download_app {
    display: flex;
    align-items: center;
  }

  .callout {
    padding: 1rem 3rem 2rem;
  }

  .title-bar > .row > .columns {
    display: flex;
  }

  .top-bar-right {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
  }

  h4 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 3.125rem;
    margin-bottom: 3.5rem;
  }

  .header-slider h1 + p {
    font-size: 1.625rem;
  }

  .download_app > h3,
  .download_app > h4 {
    display: inline-block;
    margin: 0 1.5rem 0 0 !important;
  }

  #cadastre-se .callout h3 {
    font-size: 1.75rem;
  }

  .button.large {
    font-size: 1.5rem;
    padding: 0.875rem 3.75rem;
  }

  .off-content .button.large {
    padding: 0.875rem 2rem;
  }

  form.contato {
    margin-top: 0;
  }

  #area-lojista .callout {
    padding: 1rem 1rem 0rem;
    height: 100%;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .top-bar-right .dropdown.menu li:not(:first-of-type) a::before {
    content: "";
    background-color: #caced4;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: -3px 0 0 -3px;
    position: absolute;
    top: 50%;
    left: 0px;
  }
}

.Form-response {
  margin: 10px 0 0 0;
}

.Form-response.success {
  color: #0d8800;
}

.Form-response.failure {
  color: #ea000f;
}

.form-error-message {
  color: #ea000f;
}

.Button-wrapper {
  position: relative;
}

.Button-wrapper .button {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.Button-wrapper .loading {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.Button-wrapper .button.fadeOut{
  opacity: 0;
}

.Button-wrapper .loading.fadeIn {
  opacity: 1;
}

.Button-wrapper .text {
  color: #fbae17;
  display: inline-block;
  margin-left: 5px;
}

.Button-wrapper .bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}

.Button-wrapper .bounceball:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fbae17;
  transform-origin: 50%;
  animation: bounce 500ms alternate infinite ease;
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
