body {
  font-family: 'Asap', sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
  -ms-scroll-snap-points-y: repeat(100vh);
      scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
}

.protecao {
  background-color: #49479D;
  background: url(../images/bg.jpg);
  color: #fff;
}

.protecao h2 {
  text-align: center;
  padding: 10px 5px;
  border-top: 3px solid #C9D200;
  border-bottom: 3px solid #C9D200;
  display: inline;
  margin: auto;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 5px;
}

.protecao .nav-section {
  background-color: #00AE9D;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  font-style: italic;
}

@media (max-width: 993px) {
  .protecao .nav-section .nav-item {
    border: 0px !important;
  }
  .protecao .nav-section .nav-link {
    padding: 0.5rem 0 0.5rem 17px !important;
    font-size: 0.8rem;
  }
}

.protecao .nav-section .navbar-toggler-icon {
  background-image: url(../images/menu.svg);
}

.protecao .nav-section .nav-item {
  border-right: 1px solid #C9D200;
}

.protecao .nav-section .nav-item:last-child {
  border-right: 0px;
}

.protecao .nav-section .nav-link {
  text-transform: uppercase;
  color: #fff;
  padding: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.protecao .nav-section .nav-link:hover {
  color: #C9D200;
}

.protecao #home .title {
  max-width: 60%;
}

.protecao #home .btn-title {
  border: 1px solid #C9D200;
  color: #fff;
}

.protecao #regulamento a {
  color: #fff !important;
}

.protecao #perguntas .card {
  background: transparent;
  border: 0px;
}

.protecao #perguntas .card a {
  color: #fff;
}

.protecao #perguntas .card .card-header {
  background: transparent;
  border-bottom: 1px solid #C9D200;
}

.protecao #perguntas .card .card-header .btn-link {
  color: #C9D200;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.protecao #perguntas .card .card-header .btn-link:hover {
  letter-spacing: 1px;
}

.protecao #sorte .verdec {
  color: #C9D200;
}

.protecao #sorte .input-border {
  border: 2px solid #fff;
  padding: 25px 10px;
}

.protecao #sorte .input-border:hover {
  border: 2px solid #C9D200;
}

.protecao #sorte .input-sorte {
  width: 40%;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #C9D200;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .protecao #sorte .input-sorte {
    width: 80%;
  }
}

.protecao #sorte input {
  outline: 0;
  border: 2px solid #fff;
}

.protecao #sorte input:focus-visible {
  border: 2px solid #C9D200;
}

.protecao #sorte ::-webkit-input-placeholder {
  color: #C9D200;
}

.protecao #sorte :-ms-input-placeholder {
  color: #C9D200;
}

.protecao #sorte ::-ms-input-placeholder {
  color: #C9D200;
}

.protecao #sorte ::placeholder {
  color: #C9D200;
}

.protecao #sorte .botao-group {
  display: block;
  margin-top: 10px;
  width: 40%;
  margin: auto;
  text-align: right;
}

@media (max-width: 768px) {
  .protecao #sorte .botao-group {
    width: 80%;
  }
}

.protecao #sorte .botao-regulamento {
  padding: 10px 0px 10px 20px !important;
  cursor: pointer;
}

.protecao #sorte .botao-regulamento:hover {
  color: #C9D200;
}

.protecao #sorte .btn-primary {
  background: #fff;
  border: 1px solid #fff;
  color: #013641;
}

.protecao #sorte .list-results-content {
  width: 80%;
  margin: auto;
  text-align: center;
}

.protecao #sorte .botaobuscar:hover, .protecao #sorte input.botaobuscar:focus {
  background-color: #b0c72b !important;
}

.protecao #sorte .sem_registro {
  display: none;
}

.protecao #sorte .erro-cupons {
  color: #fff;
  margin-bottom: 10px;
}

.protecao #sorte .content-produtos, .protecao #sorte .content-produtos th td, .protecao #sorte .content-produtos tbody td {
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
}

.protecao #sorte #paginacao ul {
  padding: 10px 0 40px 0;
  margin: 0px auto;
  border-top: 1px solid #e9e9e9;
  list-style: none;
  width: 80%;
  text-align: center;
}

.protecao #sorte #paginacao ul li {
  display: inline;
  padding: 0 5px;
}

.protecao #sorte #paginacao ul li a {
  padding: 2px 10px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.protecao #sorte #paginacao ul li .anterior, .protecao #sorte #paginacao ul li .proximo {
  background: #00ae9d;
  color: #fff;
  border-radius: 5px;
  font-size: 9pt;
}

.protecao #ganhadores hr {
  border-top: 1px solid #fff;
  width: 80%;
}

@media (max-width: 425px) {
  .protecao #ganhadores hr {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .protecao #ganhadores .mobile {
    width: 70%;
  }
}

@media (max-width: 425px) {
  .protecao #ganhadores .mobile {
    width: 90%;
  }
}

.protecao #ganhadores .btn-primary {
  background: #fff;
  border: 1px solid #fff;
  color: #013641;
}

@media (min-width: 768px) {
  .protecao #ganhadores .btn-primary {
    width: 100%;
  }
}

.protecao #footer img {
  max-height: 120px;
}

.protecao #footer .top {
  font-size: 0.9rem;
}

.protecao #footer .top span {
  color: #C9D200;
}

.protecao #footer .contato {
  font-size: 0.75rem;
}
/*# sourceMappingURL=styles.css.map */