* {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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;
}

.dad {
  position: relative;
}

.son {
  position: absolute;
  z-index: 1030;
}

.heart {
  width: 15vw;
}

@media (max-width: 450px) {
  .heart {
    width: 20vw;
  }
}

.r1 {
  top: -30px;
  right: 0;
}

@media (max-width: 630px) {
  .r1 {
    top: -15px;
  }
}

@media (max-width: 450px) {
  .r1 {
    top: -10px;
  }
}

.l1 {
  top: 430px;
  left: 0;
}

@media (max-width: 630px) {
  .l1 {
    top: 200px;
  }
}

@media (max-width: 450px) {
  .l1 {
    top: 140px;
  }
}

.nav-section {
  background-color: #00AE9D;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.nav-section .navbar-brand {
  z-index: 1040;
}

.nav-section a {
  color: #fff !important;
  font-size: 14px;
}

.main {
  background-color: #00AE9D;
}

.main .title {
  max-width: 700px;
  width: 100%;
  margin-top: -425px;
  margin-right: 399px;
}

@media (max-width: 1600px) {
  .main .title {
    max-width: 500px;
    margin-top: -200px;
    margin-right: 0px;
  }
}

@media (max-width: 1100px) {
  .main .title {
    max-width: 450px;
    margin-top: -175px;
  }
}

@media (max-width: 992px) {
  .main .title {
    max-width: 380px;
    margin-top: -150px;
  }
}

@media (max-width: 768px) {
  .main .title {
    max-width: 320px;
    margin-top: -120px;
  }
}

@media (max-width: 575px) {
  .main .title {
    max-width: 280px;
    margin-top: -90px;
  }
}

@media (max-width: 460px) {
  .main .title {
    max-width: 260px;
    margin-top: -60px;
    margin-left: 40px;
  }
}

@media (max-width: 375px) {
  .main .title {
    max-width: 250px;
    margin-top: -40px;
  }
}

.main .text-intro {
  max-width: 41%;
  color: #013641;
}

@media (max-width: 1200px) {
  .main .text-intro {
    max-width: 49%;
  }
}

@media (max-width: 992px) {
  .main .text-intro {
    max-width: 66%;
  }
}

@media (max-width: 767px) {
  .main .text-intro {
    max-width: 87%;
  }
}

@media (max-width: 540px) {
  .main .text-intro {
    max-width: 90%;
  }
}

@media (max-width: 450px) {
  .main .text-intro {
    max-width: 100%;
  }
}

.main .text-intro b {
  color: #fff;
}

.main .text-intro b span {
  font-size: 20px;
}

#regulamento {
  background-color: #013641;
}

#regulamento a {
  text-decoration: none !important;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#regulamento a img {
  width: 100px;
}

#regulamento a .btn-primary {
  padding: 30px;
  background-color: #00AE9D;
  border-radius: 15px;
  border: none;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#regulamento a h1 {
  color: #8CC526;
  letter-spacing: 2px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#regulamento a:hover .btn-primary {
  padding: 25px;
}

#regulamento a:hover h1 {
  margin-left: 1.5rem !important;
}

#regulamento a:active .btn-primary, #regulamento a:focus .btn-primary {
  padding: 20px;
}

#regulamento a:active h1, #regulamento a:focus h1 {
  margin-left: 1rem !important;
}

#sorte {
  background-color: #00AE9D;
}

#sorte h2 {
  text-align: center;
  padding: 10px 5px;
  color: #013641;
  display: inline;
  margin: auto;
  letter-spacing: 2px;
}

#sorte .verdec {
  color: #fff;
}

#sorte .input-sorte {
  width: 40%;
  padding: 15px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 10px;
}

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

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

#sorte input:focus-visible {
  border: 2px solid #013641;
}

#sorte ::-webkit-input-placeholder {
  color: #013641;
}

#sorte :-ms-input-placeholder {
  color: #013641;
}

#sorte ::-ms-input-placeholder {
  color: #013641;
}

#sorte ::placeholder {
  color: #013641;
}

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

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

#sorte .botao-regulamento {
  padding: 10px 20px !important;
  cursor: pointer;
  color: #fff;
  background: #49479D;
  border-radius: 5px;
}

#sorte .botao-regulamento:hover {
  color: #C9D200;
  font-size: 17px;
}

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

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

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

#sorte .sem_registro {
  display: none;
}

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

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

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

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

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

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

#sorte .erro, #sorte .msg_retorno {
  color: #49479D;
}

#sorte .alerta-cupom {
  display: none;
}

#ganhadores {
  background-color: #C9D200;
}

#ganhadores h2 {
  text-align: center;
  padding: 10px 5px;
  color: #013641;
  display: inline;
  letter-spacing: 2px;
}

#ganhadores .ganhador {
  border: 2px solid #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 0px;
}

#ganhadores .ganhador h2, #ganhadores .ganhador h3, #ganhadores .ganhador h4, #ganhadores .ganhador h5, #ganhadores .ganhador h6, #ganhadores .ganhador p {
  margin: 0px;
}

#ganhadores .ganhador h6, #ganhadores .ganhador h4 {
  font-weight: bold;
}

#ganhadores .ganhador .ganhador-dado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 20px;
  border-right: 2px solid #fff;
}

#ganhadores .ganhador .ganhador-dado:nth-child(1) {
  background: #fff;
}

#ganhadores .ganhador .ganhador-dado:nth-last-child(1) {
  border-right: 0px;
}

@media (max-width: 767px) {
  #ganhadores .ganhador .ganhador-dado {
    border-bottom: 2px solid #fff;
    border-right: 0px;
  }
  #ganhadores .ganhador .ganhador-dado:nth-last-child(1) {
    border-right: 0px;
    border-bottom: 0px;
  }
}

#footer {
  background-color: #013641;
}

#footer h3 {
  color: #C9D200;
  letter-spacing: 2px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: bold;
}

#footer div .col-md {
  color: #fff;
  font-size: 14px;
}

#footer div .col-md span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .logo {
  max-width: 250px;
}
/*# sourceMappingURL=styles.css.map */