body {
  font-family: "Asap", sans-serif;
  background: #00AE9D !important;
}

.pais {
  /* Geral */
  color: #013641;
  transition: 0.5s all;
  /* Sections */
}
.pais a {
  text-decoration: none !important;
}
.pais h2 {
  font-size: 3em;
}
@media (max-width: 767px) {
  .pais h2 {
    font-size: 2em;
  }
}
@media (max-width: 353px) {
  .pais h2 {
    font-size: 1.5em;
  }
}
.pais h3 {
  font-size: 2em;
  margin-bottom: 1.5rem;
}
@media (max-width: 375px) {
  .pais h3 {
    font-size: 1.75em;
  }
}
.pais h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.pais p {
  font-size: 1.25rem;
}
.pais .title {
  font-weight: 700;
  font-style: italic;
}
.pais .round {
  border-radius: 20px;
}
.pais .dad {
  position: relative;
}
.pais .son {
  position: absolute;
  top: 0;
}
.pais .t-0 {
  top: 0;
}
.pais .icon-social {
  height: 30px;
  width: auto;
}
.pais .mais-azul {
  height: 60px;
  width: 100%;
  background-image: url(../images/+azul.png);
}
.pais .mais-turq {
  height: 60px;
  width: 100%;
  background-image: url(../images/+turq.png);
}
.pais .mais-branco {
  max-width: 200px;
  width: 100%;
  background-image: url(../images/+branco.png);
  margin-top: -8rem;
}
@media (max-width: 400px) {
  .pais .mais-branco {
    margin-top: -6rem;
  }
}
.pais .mais-verde {
  height: 60px;
  width: 100%;
  background-image: url(../images/+verde.png);
}
.pais .pattern-position {
  top: -25px;
  width: 100%;
}
.pais .nav-space {
  height: 102px;
}
@media (max-width: 1200px) {
  .pais .nav-space {
    height: 124px;
  }
}
@media (max-width: 992px) {
  .pais .nav-space {
    height: 80px;
  }
}
.pais .btn-click {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.pais .btn-click:hover {
  transform: translateX(2px) translateY(2px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.pais .btn-click:active {
  transform: translateX(4px) translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.pais .nav-section {
  background: #013641;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9999;
}
.pais .nav-section .navbar-dark .navbar-toggler {
  color: rgb(255, 255, 255) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}
.pais .nav-section .navbar-dark .navbar-toggler-icon {
  background-image: url(../images/menu.svg) !important;
  width: 2em !important;
}
.pais .nav-section .navbar-dark .navbar-toggler-icon:hover {
  background-image: url(../images/menu2.svg) !important;
}
.pais .nav-section button:focus {
  outline: none !important;
}
.pais .nav-section .nav-item {
  padding: 0 0.5em;
  text-transform: uppercase;
}
.pais .nav-section .navbar-nav {
  color: #fff;
}
.pais .nav-section .nav-link {
  color: #fff;
  font-size: 0.9em;
}
.pais .nav-section .nav-link:hover {
  color: #00AE9D;
}
.pais #premio {
  background: #00AE9D !important;
  color: #013641 !important;
}
.pais #premio .vale {
  max-width: 350px;
}
.pais #regulamento {
  background: #bfd730 !important;
  color: #013641 !important;
}
.pais #regulamento .btn-primary {
  background: #013641;
  color: #bfd730;
  border-color: #013641;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
}
.pais #regulamento .btn-primary:focus, .pais #regulamento .btn-primary:focus-visible, .pais #regulamento .btn-primary:focus-within {
  outline: 0;
  box-shadow: none;
}
.pais #cupons {
  color: #fff !important;
}
.pais #cupons .row {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media (max-width: 992px) {
  .pais #cupons .row {
    background-image: none;
  }
}
.pais #cupons p.text {
  max-width: 50%;
}
@media (max-width: 1200px) {
  .pais #cupons p.text {
    max-width: 60%;
  }
}
@media (max-width: 992px) {
  .pais #cupons p.text {
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .pais #cupons p.text {
    max-width: 100%;
  }
}
.pais #cupons .sem_registro {
  display: none;
}
.pais #cupons input {
  width: 100%;
  max-width: 260px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  color: #fff;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 1rem;
}
.pais #cupons input::-moz-placeholder {
  color: #fff;
}
.pais #cupons input:-ms-input-placeholder {
  color: #fff;
}
.pais #cupons input::placeholder {
  color: #fff;
}
.pais #cupons .btn-primary {
  background: #fff;
  color: #00AE9D;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 0.5rem 1.75rem;
}
.pais #cupons #paginacao ul {
  padding: 10px 0 40px 0;
  margin: 0px auto;
  border-top: 1px solid #e9e9e9;
  list-style: none;
  width: 80%;
  text-align: center;
}
.pais #cupons #paginacao ul li {
  display: inline;
  padding: 0 5px;
}
.pais #cupons #paginacao ul li a {
  padding: 2px 10px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.pais #cupons #paginacao ul li .anterior, .pais #cupons #paginacao ul li .proximo {
  background: #00ae9d;
  color: #fff;
  border-radius: 5px;
  font-size: 9pt;
}
.pais #cupons .consulta {
  width: 50%;
}
@media (max-width: 992px) {
  .pais #cupons .consulta {
    width: 100%;
  }
}
.pais #cupons .consulta .texto-apoio {
  font-size: 1rem;
}
.pais #cupons .list-results-content {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.pais #cupons .list-results-content p {
  display: inline-block;
  margin: 0.5rem 1rem;
}
.pais #cupons .texto-apoio {
  margin-top: 30px;
}
.pais #premiacao {
  background: #013641 !important;
  color: #bfd730 !important;
}
.pais #premiacao .table {
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid #bfd730;
  box-sizing: content-box;
}
.pais #premiacao .table thead {
  border-bottom: 4px solid #bfd730;
  border-radius: 1rem;
  overflow: hidden;
}
.pais #premiacao .table thead th {
  background-color: #bfd730;
}
.pais #premiacao .table tbody {
  text-transform: uppercase;
  font-size: smaller;
}
.pais #premiacao .table td {
  color: #fff;
}
.pais #premiacao .table th {
  color: #013641;
}
.pais #premiacao .btn {
  width: 100%;
  max-width: 260px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #bfd730;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 1.25rem;
  text-align: left;
}
.pais #footer {
  background: #00AE9D;
  color: #fff;
}
.pais #footer .contato {
  font-size: 0.8em;
}
.pais #footer .logo-footer {
  height: 120px;
}
.pais .azul {
  background: #013641 !important;
}/*# sourceMappingURL=styles.css.map */