a {
  color: inherit;
  color: inherit;
  text-decoration: none;
  color: inherit;
}

.container.d-flex.d-xl-flex.flex-column.justify-content-xl-center {
  max-width: 1900px !important;
}

.filter {
  text-align: center;
  max-width: 1900px;
  margin: 0px;
  padding: 0px;
}

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.underline,
nav a:hover,
nav a:visited {
  text-decoration: none;
}

.underline:hover {
  color: #d3d3d3;
}

.form-control {
  border-style: none;
}

.carousel {
  margin-bottom: 0;
  padding: 0 40px 30px;
}

.colPontos,
.menu-bar {
  display: flex;
}

@media (min-width: 1200px) {
  .footerInner {
    width: 100%;
    max-width: 1400px;
  }
}

@media (min-width: 1200px) {
  .head4 {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .head4 {
    font-size: 13px;
  }
}

.headEmpresas {
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.0025em;
  color: #272727;
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .colPontos {
    max-width: 30% !important;
  }
}

.headHome {
  border-radius: 0 0 32px 32px !important;
  background: #fff;
}

@media (min-width: 900px) {
  .podeGanhar {
    margin-left: 10px !important;
  }
}

.headEmpresas > span {
  color: #820096;
  text-decoration: none !important;
}

.sectionSlides {
  border-radius: 32px !important;
  width: 100%;
  max-width: 1500px;
}

.filterHome {
  width: 100%;
}

.novidades {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.novidades > div > div > img,
.novidades > div > img {
  max-height: 172px;
  left: 32px;
  bottom: 54px;
}

@media (max-width: 500px) {
  .colPontos {
    padding: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  .pontosSygs,
  .sygsPontos {
    font-size: 28px !important;
    line-height: 32px;
  }
}

.semSorteios {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -1px;
  max-width: 100%;
  margin: 0;
}

.container.containerNav {
  max-width: 1300px !important;
}

.aderir.slider > div > img {
  width: 130px !important;
  height: 106px !important;
  margin: auto;
}

.saldoSygs {
  font-size: 1em !important;
}

@media (max-width: 951px) {
  .navBar {
    display: none !important;
  }
}

.hiddenBar,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
  display: none;
}

.row,
Body {
  margin: 0;
}

.sygsPontos {
  background: -webkit-linear-gradient(#fea119, #9b00b3);
  text-align: initial;
  margin-left: 1.5em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.procurarItem {
  max-width: 300px;
  min-width: 200px;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.formFilter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}

.filter select {
  width: 170px;
  padding: 5px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 2px #aaa;
  margin: 10px;
  background: #eee;
}

.filter input {
  margin-bottom: 10px;
  width: 60%;
  padding: 10px 0px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: 1px solid #820096;
} */

*,
.slick-dots li button:focus,
.slick-dots li button:hover,
input:focus {
  outline: 0;
}

.menubar {
  margin: 10px 0;
}

.menubar nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menubar nav ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.menubar nav ul li a {
  display: block;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  padding: 25px 0;
  letter-spacing: 0.5px;
  color: #000;
  /* text-transform: uppercase; */
  text-decoration: none;
  transition: 0.3s;
}

.menubar nav ul li:hover > a {
  text-decoration: none;
  color: #dd7e2e;
}

.menubar nav ul li .mega-menu ul {
  width: 25%;
  float: left;
}

.menubar nav ul li .mega-menu ul li {
  display: block;
  margin: 0;
  padding: 6px 0;
}

.menubar nav ul li .mega-menu ul li a {
  text-transform: none;
  font-size: 13px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .menubar nav ul li .mega-menu ul {
    width: 100%;
    float: left;
    margin: 0 0 22px;
  }
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sygLogo {
  max-width: 150px;
}

.navBarLinkDesativado {
  color: #232b55 !important;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.4px;
  font-weight: 700;
  margin-right: 18px;
}

.navBarLinkAtivado {
  color: #fe9819 !important;
  line-height: 22px;
  letter-spacing: -0.4px;
  font-weight: 700;
  margin-right: 18px;
}

a:hover {
  filter: brightness(1.05);
  text-decoration: none;
}

@media (max-width: 576px) {
  .navbar-nav {
    margin-left: 20px !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 576px) {
  .sygLogo {
    margin-left: 20px !important;
  }
}

@media (max-width: 765px) {
  #navcol-1 {
    padding-bottom: 10px !important;
  }
}

span {
  font-style: inherit;
  font-weight: inherit;
}

@media (max-width: 706px) {
  .navbar.navbar-light.navbar-expand-md.d-sm-flex {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .headParticipar {
    font-weight: 800;
    font-size: 65px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px;
    color: #fff;
  }
}

@media (min-width: 1200px) {
  #navcol-1 {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .navbar.navbar-light.navbar-expand-md {
    padding: 16px 0 !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between !important;
    width: 1200px !important;
    height: 70px;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .navbar-light .navbar-brand {
    margin-left: 30px;
  }
}

/* @media (min-width: 768px) {
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item,
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item,
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
}

@media (min-width: 768px) {
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item,
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    transition: none;
  }
}

@media (min-width: 768px) {
  .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: 1;
    display: block;
    visibility: visible;
  }
} */

@media (min-width: 768px) {
  .menubar nav ul li .mega-menu ul {
    width: 100%;
    float: left;
    margin: 0 0 22px;
  }
}

@media (min-width: 768px) {
  #navcol-1 {
    margin: 0;
  }
}

@media (min-width: 1250px) {
  #navcol-1 {
    margin-right: 40px;
  }
}

.navbar-expand-md .navbar-nav {
  justify-content: flex-end;
}

.iconNavBar {
  margin-right: 0.5em;
}

@media (min-width: 718px) {
  .navbar.navbar-light.navbar-expand-md.d-sm-flex {
    min-width: 100%;
  }
}

@media (max-width: 992px) {
  #navcol-1 {
    margin-right: 0 !important;
  }
}

@media (max-width: 992px) {
  .navBar {
    padding-left: 0 !important;
    max-height: 300px !important;
  }
}

/* @media (max-width: 1200px) {
  .sygLogo {
    margin: 0 !important;
  }
} */

.navBar {
  padding-left: 0 !important;
}

@media (min-width: 2px) {
  .navBar {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  #navcol-1 {
    justify-content: flex-end;
    margin-right: 70px !important;
  }
}

@media (min-width: 1200px) {
  .navbar-light .navbar-brand {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-md .navbar-nav {
    flex-flow: row nowrap;
    align-content: center;
  }
}

@media (min-width: 1200px) {
  .sygLogo {
    margin-left: 10%;
  }
}

@media (min-width: 1200px) {
  .containerNav {
    margin: 0 auto !important;
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .rowHome {
    margin-top: 70px;
  }
}

@media (max-width: 1200px) {
  .containerNav {
    margin: 0 3% !important;
    min-width: 95%;
  }
}

@media (max-width: 768px) {
  .navBar {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .containerNav {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .menubar nav ul li .mega-menu ul {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .navBar {
    max-width: 1400px;
    max-height: 70px !important;
  }
}

.slick-loading .slick-list {
  background: url('/media/sygpointweb/assets/img/ajax-loader.gif') center center
    no-repeat #fff;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next.slick-disabled:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev.slick-disabled:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 0.8;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before,
[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-next:before,
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 0.9;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.95;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* @media all and (min-width: 951px) {
  .nav > nav {
    max-width: 900px;
    max-width: 900px;
    margin: 0;
  }
} */

/* @media all and (min-width: 951px) {
  .nav {
    width: 100%;
    background: #fff;
  }
} */

@media all and (min-width: 951px) {
  nav {
    width: 100%;
  }
}

@media all and (min-width: 951px) {
  .menu [aria-haspopup='true'] ~ ul,
  .mobile-menu-back-item,
  .mobile-menu-header,
  .mobile-menu-trigger {
    display: none;
  }
}

@media all and (max-width: 950px) {
  .nav {
    padding: 0;
  }
}

@media all and (max-width: 950px) {
  .menu-bar {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh !important;
    width: 3s50px;
    max-width: 350px;
    max-width: 90%;
    overflow-x: hidden;
    transition: left 0.3s;
    box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.25);
  }
}

@media all and (max-width: 950px) {
  .mobile-menu-trigger {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between !important;
    align-items: center;
    background: #fff;
    color: #000;
    border: 0;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
  }
}

/* @media all and (max-width: 950px) {
  .menu-bar > li > [aria-haspopup='true'] ~ ul {
    display: flex;
    flex-direction: column;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    max-height: 100vh;
    width: 100%;
    transition: left 0.3s;
    margin-top: calc(1.4em + 40px);
  }
} */

.btn:hover {
  filter: brightness(1.01);
}

.head1 {
  font-weight: 800;
  font-size: 34px;
  line-height: 39px;
  letter-spacing: 0.0025em;
  color: #fff;
}

.head2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0.0025em;
  color: #fff;
}

@media (min-width: 300px) {
  .hojePodeGanhar {
    padding: 15px !important;
  }
}

@media (min-width: 300px) {
  .headSemSorteio {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1px;
    color: #fff;
  }
}

@media (min-width: 300px) {
  .head2 {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 0;
    letter-spacing: 0.0025em;
    color: #fff;
  }
}

.head3 {
  font-style: normal;
  color: #fff;
  letter-spacing: 0.0025em;
  font-weight: 800;
  font-size: 28px;
  line-height: 24px;
}

@media (max-width: 700px) {
  .iconHome {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 700px) {
  .head1 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 0;
  }
}

.btnGanhe {
  background: url(media/sygpointweb/assets/img/ganheSygsbotao.png) top/cover
    no-repeat;
  box-shadow: 0 6px 6px rgba(145, 0, 167, 0.18);
  border-radius: 8px;
  width: 172.22px;
  height: 50px;
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #820096;
  margin-top: 123px;
  background-color: transparent !important;
  border: none;
  box-shadow: none;
}

@media (min-width: 1500px) {
  .btnGanhe {
    margin-top: 178px !important;
  }
}

@media (max-width: 711px) {
  .btnGanhe {
    margin-top: 139px;
  }
}

@media (min-width: 712px) {
  .btnGanhe {
    margin-top: 60px;
  }
}

.slider {
  width: 100%;
  margin: 0;
}

.slick-slide {
  margin: 0 0px;
  transition: 0.4s ease-in-out;
  opacity: 0.2;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-active {
  opacity: 1.5;
}

.slick-current {
  opacity: 0.95;
}

.sygsPontos {
  color: linear-gradient(136.51deg, #fea119 -17.8%, #9b00b3 82.5%);
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
}

.sygsPontos2 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .headHome {
    height: 800px !important;
    max-width: 1500px !important;
  }
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed !important;
  opacity: 0.5;
  text-decoration: none;
}

.menu-link > img {
  margin-right: 0.7em;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: nunito sans;
}

nav li,
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav a {
  display: block;
  text-decoration: none;
}

.menu-bar {
  background: #fff;
  display: flex;
  /* text-transform: uppercase; */
}

.menu-link {
  padding: 20px 25px;
  background: #fff;
  color: #820096;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
}

.menu-link[aria-haspopup='true'] {
  padding-right: 40px;
}

.menu-link[aria-haspopup='true']:after {
  content: '';
  background-image: url('/media/sygpointweb/assets/img/arrowTop.png');
  filter: hue-rotate(126deg);
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mega-menu-header {
  font-size: 1.2em;
  /* text-transform: uppercase; */
  font-weight: 700;
  color: #820096;
}

.mega-menu--multiLevel {
  flex-direction: column;
}

@media all and (min-width: 951px) {
  .nav > nav {
    max-width: 900px;
    margin: 0;
  }
}

.rowSticky {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  justify-items: center;
}

.fixedParagraph {
  font-weight: 500;
  font-size: 22px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  margin-left: 2px;
}

/* @media (max-width: 950px) {
  .nav,
  .nav > nav > a,
  nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
} */

@media (max-width: 950px) {
  #sticky.fixed {
    margin-top: 65px;
    padding: 5px;
  }
}

@media (max-width: 950px) {
  .fixedParagraph {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 950px) {
  .fixedImg {
    width: auto;
  }
}

.slider {
  cursor: grab;
}

/* .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  border-color: transparent!important;
  box-shadow: none;
  border-radius: initial!important;
} */
.rowVerVideos {
  margin: 15px 0;
}

.menu-link {
  padding: 5px 15px;
  color: #820096 !important;
}

.mega-menu--multiLevel {
  background-color: transparent;
}

@media (min-width: 951px) {
  .mega-menu--multiLevel [aria-haspopup='true'] ~ ul:last-child {
    position: absolute;
    margin-top: -40px;
    height: auto;
  }
}

@media (min-width: 951px) {
  .mega-menu--multiLevel li:focus-within > [aria-haspopup='true'],
  .mega-menu--multiLevel li:focus-within > a,
  .mega-menu--multiLevel li:hover > [aria-haspopup='true'],
  .mega-menu--multiLevel li:hover > a {
    background: #820096;
    color: white !important;
  }
}

@media (min-width: 951px) {
  .ganhar-sygs--multiLevel li:focus-within > [aria-haspopup='true'],
  .ganhar-sygs--multiLevel li:focus-within > a,
  .ganhar-sygs--multiLevel li:hover > [aria-haspopup='true'],
  .ganhar-sygs--multiLevel li:hover > a {
    color: white !important;
    background-color: #ffa500 !important;
  }
}

@media (min-width: 951px) {
  .ganhar-sygs--multiLevel .menu-link[aria-haspopup='true']:after {
    filter: hue-rotate(540px);
    -webkit-filter: hue-rotate(540px) !important;
  }
}

@media (min-width: 951px) {
  .mega-menu--multiLevel > li > [aria-haspopup='true'] ~ ul {
    left: 33.33333333%;
    width: auto;
    min-width: 240px;
  }
}

.novidades > div > div > img,
.novidades > div > img,
.section.novidades > span > div > img {
  max-height: 172px !important;
  left: 32px;
  bottom: 54px;
}

@media (max-width: 900px) {
  .novidades > div > div > img,
  .novidades > div > img,
  .section.novidades > span > div > img {
    left: 16px;
  }
}

#header,
section,
.mealheirosHome {
  padding: 32px;
}

@media (max-width: 900px) {
  #header,
  section,
  .mealheirosHome {
    padding: 16px;
  }
}

.pontosSygs > strong {
  display: flex;
  align-items: center;
  font-size: 24px;
}

.fixedImg {
  margin-left: 6px;
}

@media (min-width: 1492px) {
  .semSorteiosSticky {
    flex-direction: row !important;
  }
}

.btn-primary,
.btn-primary::selection,
.btn-primary:active,
.btn-primary::after {
  border-color: inherit !important;
  box-shadow: none;
}

.empresas.slider {
  display: flex;
  align-content: center;
  text-align: center;
  color: black !important;
}

.responsive.slider {
  display: flex;
}

.responsive.slider > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.textoCarrossel {
  margin-left: 1em !important;
  margin-top: -3px;
}

.fixedParagraph {
  display: flex;
  align-items: center;
  justify-items: center;
}

.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.1) !important;
  margin-bottom: 15px;
  margin-top: 15px;
  opacity: 1 !important;
}

.center > .slick-list > .slick-track > .slick-slide {
  transform: scale(0.75);
  margin-bottom: 15px;
  margin-top: 15px;
  /* opacity: 1; */
}

.menu-link {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
  color: #8d8d8d !important;
  opacity: 1 !important;
  height: 40px;
}

/* .mega-menu--multiLevel {
  text-transform: capitalize;
} */

.menu-link:active {
  background-color: #fff;
}

a.menu-link.menu-bar-link {
  display: flex;
  text-align: center;
  align-self: center;
  align-items: center;
}

.menu-bar {
  height: 40px;
}

.menu-list-link > .menu-list {
  background-color: #000 !important;
}

.slick-slider {
  padding: 0px !important;
}

.sygsPontos {
  margin-top: -5px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .participeParceiros {
    padding: 10px 70px;
  }
}

.filterButton {
  background-image: url(../img/filtrarIcon.png);
  width: 130px;
  background-color: transparent;
  border: none;
  height: 50px;
}

@media (max-width: 700px) {
  .formFilter {
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
}

@media (max-width: 700px) {
  .filterButton {
    margin-top: 15px;
  }
}

.mealheiroTexto {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 58px;
  line-height: 62px;
  color: #ff8e11;
  letter-spacing: -2.4px;
  max-width: 834px;
}

/* @media (max-width: 700px) {
  .fixedParagraph {
    font-size: 10px !important;
  }
} */
@media (max-width: 700px) {
  .mealheiroTexto {
    font-size: 36px !important;
    line-height: 36px !important;
  }
}

.modal-dialog {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  display: flex;
  align-items: center;
}

/* .btn,
.btn-primary,
.btn-primary::after,
.btn-primary::selection,
.btn-primary:active,
.btn.btn-default:hover,
.btn:hover,
.btn:focus,
button:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
} */

.menu-link .mega-menu-link {
  font-size: 1.2em;
}

@media (max-width: 950px) {
  .menu-bar > li > [aria-haspopup='true'] ~ ul [aria-haspopup='true'] ~ ul,
  .menu-bar > li > ul ~ ul,
  .menu-link {
    line-height: 1em !important;
    font-size: 1em !important;
  }
}

.d-md-flex.d-lg-flex.d-xl-flex.justify-content-md-center.align-items-md-end.align-items-lg-center.justify-content-xl-center.align-items-xl-center.pontosSygs {
  font-size: 1.8em;
  margin: 0px;
  line-height: 1.8em;
  margin-left: 15px;
}

.nav-item.d-xl-flex.justify-content-xl-center.align-items-xl-center {
  margin: 0 5px !important;
}

.colunaNovidades {
  padding: 0px !important;
}

.responsive > .slick-list > .slick-track {
  margin-left: 32px;
}

.responsive > .slick-list > .slick-track > .slick-slide {
  margin: 0px 11px 0 0 !important;
}

@media (max-width: 930px) {
  #header {
    background: url('../img/cabecalhoHome.png') top / 115% 50% no-repeat,
      #ffffff !important;
  }
}

@media (max-width: 790px) {
  #header {
    background: url('../img/cabecalhoHome.png') top / 180% no-repeat, #ffffff !important;
  }
}

@media (max-width: 800px) {
  .semSorteiosSticky {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .participarGanharHead {
    margin: auto;
  }
}

@media (max-width: 920px) {
  .slick-slider {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .text-center.d-flex.participarGanhar {
    font-size: 72px;
    font-weight: 900;
  }
}
@media (max-width: 1199px) {
  .text-center.d-flex.participarGanhar {
    font-size: 55px;
    font-weight: 900;
  }
}
@media (max-width: 920px) {
  .text-center.d-flex.participarGanhar {
    font-size: 54px !important;
    line-height: 62px;
  }
}

@media (max-width: 720px) {
  .text-center.d-flex.participarGanhar {
    font-size: 28px !important;
    line-height: 32px;
  }
}

@media (max-width: 520px) {
  .slick-slider {
    margin-top: 0px;
  }
}

@media (max-width: 520px) {
  .participarGanharHead {
    margin-top: 50px;
  }
}

@media (max-width: 900px) {
  .btnMealheiro {
    background: url('../img/botaoGanharSygsMobile.png') right/ contain no-repeat !important;
  }
}

@media (max-width: 700px) {
  .sygsPontos {
    font-size: 12px !important;
  }
}

.formFilter {
  padding: 0px 32px !important;
}

@media (max-width: 500px) {
  .novidades {
    margin: 16px !important;
  }
}

@media (max-width: 500px) {
  .formFilter {
    padding: 0px 16px !important;
  }
}

/* .col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 0px !important;
  padding-left: 0px !important;
} */

@media all and (min-width: 951px) {
  .mega-menu a:hover {
    background: #dceced;
    color: #820096;
  }
}

@media all and (min-width: 951px) {
  .menu-bar-link {
    color: #820096 !important;
    font-weight: 800;
  }
}

.menu-bar-link :hover {
  filter: brightness(1.5);
}

@media all and (min-width: 951px) {
  .menuGanharSygs {
    color: orange !important;
    background-color: #fff;
  }
}

@media all and (min-width: 951px) {
  .sygsPontos {
    margin-top: -10px;
  }
}

/* @media all and (min-width: 951px) {
  .megaMenuList a:hover {
    color: black !important;
    background-color: #fff !important;
  }
} */
@media all and (max-width: 551px) {
  .colPodeGanhar {
    min-width: 70%;
  }
}

@media all and (max-width: 551px) {
  .rowSticky {
    padding: 0 10px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/media/sygpointweb/assets/img/ajax-loader.gif') center
    center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.8;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.8;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.9;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.95;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
}

.responsive {
  background-color: #f2f2f2;
  padding: 10px 0px !important;
}

@media (min-width: 951px) {
  .rowNAVSec {
    margin-top: 70px !important;
  }

  #header {
    margin-top: 50px;
  }
}

.rowNAVSec {
  top: 0;
  position: fixed;
  z-index: 1000;
}

@media (min-width: 951px) {
  .ganhar-sygs--multiLevel li > [aria-haspopup='true'],
  .ganhar-sygs--multiLevel li > a {
    /* color: orange !important; */
    font-weight: 600;
  }
}

@media (min-width: 951px) {
  .utilitariossygs li > [aria-haspopup='true'],
  .utilitariossygs li > a {
    font-weight: 600;
  }
}

@media (min-width: 951px) {
  .utilitariossygs--multiLevel li:focus-within > [aria-haspopup='true'],
  .utilitariossygs--multiLevel li:focus-within > a,
  .utilitariossygs--multiLevel li:hover > [aria-haspopup='true'],
  .utilitariossygs--multiLevel li:hover > a {
    background: white !important;
    color: #820096 !important;
  }
}

.price-slider {
  width: 300px;
  margin: auto;
  text-align: center;
  position: relative;
  height: 6em;
}
.price-slider svg,
.price-slider input[type='range'] {
  position: absolute;
  left: 0;
  bottom: 0;
}
input[type='number'] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.6em;
  -moz-appearance: textfield;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number']:invalid,
input[type='number']:out-of-range {
  border: 2px solid #e60023;
}
input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
}
input[type='range']:focus {
  outline: none;
}
input[type='range']:focus::-webkit-slider-runnable-track {
  background: #820096;
}
input[type='range']:focus::-ms-fill-lower {
  background: #820096;
}
input[type='range']:focus::-ms-fill-upper {
  background: #820096;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #820096;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type='range']::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #820096;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #820097;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type='range']::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #820096;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type='range']::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #820096;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #820097;
  cursor: pointer;
}
input[type='range']::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type='range']::-ms-fill-lower,
input[type='range']::-ms-fill-upper {
  background: #820096;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type='range']::-ms-thumb {
  z-index: 2;
  /* position: relative; */
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #820096;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #820097;
  cursor: pointer;
}

.price-slider > span {
  display: flex;
  flex-direction: row;
}

.checkBoxFilter {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.checkBoxIndividual > input {
  margin: 0%;
  max-width: 50px;
}
.checkBoxIndividual {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.checkBoxIndividual > label {
  margin: 0;
}

.menu-bar-link {
  color: #8d8d8d !important;
}

.menu-bar-link:hover,
.menu-bar-link:active {
  color: #fff !important;
  background-color: #ac00c6 !important;
}

.menuGanharSygs:focus,
.menuGanharSygs:hover,
.menuGanharSygs:active {
  background-color: orange !important;
}

.utilitariossygs li:hover,
.utilitariossygs li:active {
  background-color: #ac00c6 !important;
}

.nav-link {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 900;
}

.dropdown-menu {
  right: 0 !important;
  left: inherit;
}

.dropdown-toggle {
  border: none !important;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.dropdown-toggle::after {
  content: unset !important;
}

.dropdownNavLogin {
  min-width: 300px;
  padding: 0;
}

.dropLoginForm {
  padding: 8px 32px;
  color: #fff;
  background: url(../img/bgLoginForm.png);
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}

.dropLoginForm p {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 12px;
}

.dropLoginForm h3 {
  margin: 10px 0px 2px;
  font-weight: 900;
}

.dropLoginForm a {
  border: none !important;
  background-color: transparent !important;
}

.buttonDropLogin {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 64px 32px;
}

.buttonDropLogin a {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 8px 0px;
}

.dropdownPesquisar {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.dropdownPesquisar input {
  border: none;
  padding: 6px;
  margin: 0px;
}

@media (max-width: 1267px) {
  .menuOverLap {
    right: 100% !important;
    left: inherit !important;
    z-index: 100;
    background-color: lightgray !important;
  }
}

.entrarCard {
  background-color: #ffffff;
  height: 492px;
  width: 90%;
  max-width: 592px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 32px;
}

.entrarCard .card-header {
  background: #fff;
}

.entrarCard h3 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #820096;
  text-align: start;
  margin-bottom: 0px;
  margin-left: 8px;
}

.entrarCard h5 {
  font-family: Nunito Sans;
  font-style: normal;
  text-align: start;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  margin-left: 8px;
}

.entrarCard .qrCodeEntrar {
  font-size: 14px;
  line-height: 18px;
  color: #820096;
}

.bgEntrar {
  width: 100%;
  min-height: 90px;
  color: #c4c4c4;
  display: flex;
  justify-content: center;
}

.entrarCardButtons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qrCodeRow {
  display: flex;
  justify-content: center;
  margin-top: 50px !important;
}

.registroCard {
  max-height: 100%;
  max-width: 100%;
  width: unset;
  height: unset;
  margin: 0;
}

.group {
  position: relative;
  margin-bottom: 45px;
}

.rowRegistar input {
  font-size: 18px;
  padding: 10px;
  display: flex;
  border: 1px solid #757575;
  border-radius: 16px;
  justify-content: center;
  margin-top: -3px;
}

.rowRegistar label {
  margin-left: 16px;
}

/* input:focus {
  outline: none;
}

label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
}

input:focus ~ label,
input:valid ~ label {
  top: -35px;
  font-size: 14px;
} */

.bar {
  position: relative;
  display: block;
  width: 300px;
}

.bar:before,
.bar:after {
  content: '';
  height: 12px;
  width: 0;
  bottom: 1px;
  position: absolute;
  transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

/* .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
} */

.rowEntrarLinha,
.rowIniciarSessao {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  margin: auto !important;
}

.formCheckEntrar {
  display: flex;
  flex-direction: row;
}
.entrarFormRow input {
  width: 100%;
}
.verificarCard p,
.verificarCard input {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #bdbdbd;
  max-width: 240px;
  margin: auto;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.verificarCard input {
  margin: 16px auto;
}

.verificarCard a {
  color: #820096;
}

.recuperarCard {
  height: 100%;
  max-height: 650px;
}

.participarGanharHead {
  min-width: 50%;
  margin-top: 0px !important;
}

@media (max-width: 580px) {
  #header {
    background: url('../img/cabecalhoHome.png') 30% -270px / auto no-repeat,
      #ffffff !important;
    margin-top: 50px;
  }
}

@media (max-width: 780px) {
  /* .row > .col-md-12 > .text-center {
    font-size: 26px !important;
    line-height: 28px !important;
  } */

  .col-md-6.d-flex.flex-column.justify-content-between.align-items-start.flex-sm-column.justify-content-sm-center.flex-md-column.justify-content-md-center.flex-lg-column.justify-content-lg-center.flex-xl-column.justify-content-xl-center {
    width: 100% !important;
    max-width: 100% !important;
  }

  .col-md-12.d-flex.d-xl-flex.flex-column.justify-content-xl-center > p {
    text-align: center;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 12px !important;
  }

  /* .col-md-12.d-flex.d-xl-flex.flex-column.justify-content-xl-center > h1 {
  margin-top: 0px;
} */
  .semSorteios {
    margin-top: 0px;
  }

  /* header#header > .container {
    margin-top: 0px !important;
  } */
  .col-md-4.d-flex.d-xl-flex.justify-content-center.justify-content-sm-center.justify-content-xl-end
    > a
    > img {
    width: 80%;
  }

  .col-md-4.d-flex.d-xl-flex.justify-content-center.justify-content-sm-center.justify-content-xl-end
    > a {
    text-align: center;
    margin-top: 0px;
  }

  .col-md-4 > .text-center {
    margin-bottom: 5px;
  }

  .participeParceiros > .headEmpresas {
    font-size: 21px;
    padding: 0 32px;
  }
}

p.text-nowrap.text-truncate.d-sm-flex.d-lg-flex.align-items-sm-center.justify-content-lg-start.align-items-lg-center.align-items-xl-center.saldoSygs {
  display: flex;
  align-items: center;
}

@media (max-width: 770px) {
  /* .center > .slick-list > .slick-track > .slick-slide {
    transform: scale(1.1) !important;
    margin: 0px 0 10px;
  } */
  .col-md-6.d-flex.flex-column.justify-content-between.align-items-start.flex-sm-column.justify-content-sm-center.flex-md-column.justify-content-md-center.flex-lg-column.justify-content-lg-center.flex-xl-column.justify-content-xl-center {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
  }

  h1.d-flex.justify-content-sm-start.align-items-sm-center.align-items-md-center.align-items-lg-center.pontosSygs {
    justify-content: center;
    align-items: center;
  }

  h1.d-md-flex.d-lg-flex.d-xl-flex.justify-content-md-center.align-items-md-end.align-items-lg-center.justify-content-xl-center.align-items-xl-center.pontosSygs
    strong {
    font-size: 21px;
  }

  col-md-6
    d-flex
    flex-column
    justify-content-between
    align-items-start
    flex-sm-column
    justify-content-sm-center
    flex-md-column
    justify-content-md-center
    flex-lg-column
    justify-content-lg-center
    flex-xl-column
    justify-content-xl-center
    > row
    > col-md-12
    d-flex
    d-xl-flex
    flex-column
    justify-content-xl-center {
    margin-top: 6px;
  }
}

/* .section.center.slider.slick-initialized.slick-slider {
  width: 70%;
} */

.row.text-center.d-flex.d-xl-flex.flex-row {
  justify-content: center;
}

@media (max-width: 942px) {
  .participarGanharHead {
    margin: 0;
  }
}

.row.d-flex.d-xl-flex.justify-content-center.align-items-center.align-content-center.justify-content-xl-center.align-items-xl-center {
  min-width: 100%;
}

.col.d-flex.d-xl-flex.align-items-center.justify-content-xl-end {
  justify-content: flex-end;
}

.empresas img {
  height: 120px;
}
