@import url("../global/fonts.css");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  justify-content: center;
  background-color: #0c1015;
  overflow-x: hidden;
}

.containerMainHome {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  transition: all 1.2s ease-in-out;
}

.iconWhatsapp {
  position: fixed;
  bottom: 2em;
  left: 2em;
  z-index: 2;
  height: 5em;
  width: 5em;
  transition: all 0.4s ease;
}

.iconWhatsapp:hover {
  transform: translateY(-0.4em);
}

.iconWhatsapp img {
  width: 100%;
  height: 100%;
}

.imageTestBody {
  position: absolute;
  top: clamp(4em, 5em, 4em);
  display: flex;
  align-self: center;
  left: clamp(3em, 6em, 8em);
}

.imageNewYear {
  display: flex;
  position: absolute;
  width: 15em;
  top: 0;
}

.imageFogos {
  left: 1em;
  opacity: 0.5;
}

.imageFogosSecun {
  right: 0;
  opacity: 0.7;
}

.containerSectionApresentation {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #0c1015;
  align-items: center;
}

.containerHeaderApresentation {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6em;
  background-color: #0c1015;
  z-index: 20;
}

.headerApresentation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em;
  width: 100%;
  height: 100%;
  max-width: 93.75em;
}

.headerApresentation img {
  width: clamp(7em, 2vw, 9em);
}

.containerButtonsHeaderApresentation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.buttonFilled,
.buttonNotFilled {
  text-decoration: none;
  font-size: clamp(0.75em, 2vw, 1em);
  font-weight: 500;
  padding: 0.5em clamp(1em, 2vw, 2.5em);
  border-radius: 0.5em;
  transition: all 0.3s ease;
  height: auto;
}

.buttonFilled {
  background-image: linear-gradient(94deg, #ffc608 0%, #ffc608 100%);
  color: #222222;
}

.buttonFilled:hover {
  background-image: linear-gradient(90deg, #ffc608, #ffc608);
}

.buttonNotFilled {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.buttonNotFilled:hover {
  background-color: #ffffff;
  color: #222222;
}

.containerBodyApresentation {
  position: relative;
  margin-top: 5em;
  display: flex;
  padding: 2em 0 2em 0;
  width: 100%;
  height: clamp(43.75em, 80vh, 50em);
  max-width: 1300px;
  background-color: #0c1015;
  overflow-y: clip;
}

.containerBodyTextsApresentation {
  position: relative;
  display: flex;
  gap: 1.6em;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  color: #fdf9f9;
  padding: 2em 2em 0 2em;
}

.containerBodyTextsApresentation > p {
  width: clamp(50ch, 46vw, 52ch);
}

.containerBodyText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: clamp(56ch, 48vw, 60ch);
}

.containerBodyText h1 {
  font-size: clamp(2.3em, 5vw + 1em, 3em);
  font-weight: 700;
  text-align: start;
}

.containerBodyText h1 span {
  color: #ffc608;
}

.containerBodyText p {
  font-size: clamp(1.1em, 2vw + 1em, 1.125em);
  font-weight: 400;
  color: #cecfd0;
  text-align: start;
}

.containerButtonsApresentation {
  display: flex;
  gap: 1.3em;
  font-size: 1.5em;
}

.containerButtonsApresentation .buttonFilled {
  padding: 1em 3em !important;
}

.containerSecurityText {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  bottom: 2em;
  left: 0;
  padding: 0 2em;
}

.containerSecurityText img {
  width: 1.7em;
}

.containerSecurityText > p {
  color: #cecfd0;
  font-size: 1em;
  font-weight: 400;
  text-align: start;
}

.containerSecurityText > p > span {
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
}

.imageOwlBackgroundRight {
  position: absolute;
  right: 0;
  bottom: 0;
  height: clamp(43em, 20vw + 1em, 50em);
  transform: translate(0em, 3em);
}

.sectionTwoTextOne {
  font-weight: 500;
  font-size: clamp(1.4em, 2vw, 1.7em);
}

.sectionTwoContainerTextDisclosure h1 {
  font-weight: 600;
  font-size: clamp(2.2em, 2vw + 1em, 2.5em);
}

.sectionTwoContainerTextDisclosure h1 span {
  color: #fed621;
}

.sectionTwoContainerTextDisclosure .buttonFilled {
  font-size: clamp(2em, 2vw + 1em, 2.4em);
  color: #03170d;
  padding: 0.1em 0.7em 0.2em 0.7em;
  transition: none;
}

.sectionTwoContainerTextDisclosure .buttonFilled:hover,
.containerSectionTwoText .buttonNotFilled:hover {
  transform: none;
  opacity: 1;
}

.containerSectionTwoText .buttonNotFilled {
  font-size: clamp(1em, 2vw, 1.2em);
  color: #fdf9f9;
  border-color: #fdf9f9;
  padding: 0.2em 1em 0.3em 1em;
}

.containerPriceAndTableResultDay {
  background-color: #ffffff;
  background-image: url("../assets/images/home/gradient-area-cotação-MD.svg");
  background-repeat: repeat-x;
}

.containerLinkResultsPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em 1em 2em 1em;
}

.containerLinkResultsPage > h1 > span {
  font-size: 1.2em;
  color: #ffc608;
}

.containerLinkResultsPage a {
  color: #000000;
  font-size: 1.2em;
  font-weight: 500;
}

.sectionPriceContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  padding: 5em 2em;
  width: 100%;
  color: #fdf9f9;
}

.sectionPriceContainer > h1 {
  font-size: clamp(1.8em, 2vw, 2.1em);
  color: #0c1015;
  font-weight: 700;
  line-height: 80%;
}

.sectionPriceContainer > p {
  color: #0c1015;
  font-weight: 400;
  font-size: clamp(1em, 2vw, 1.3em);
  line-height: 21.6px;
  max-width: 850px;
  text-align: center;
}

.containerTablePrices {
  display: flex;
  justify-content: center;
  color: #090b0f;
  overflow-x: scroll;
  width: 100%;
}

@media (max-width: 1024px) {
  .containerTablePrices {
    display: block;
  }

  .sectionPriceContainer > h1,
  .sectionPriceContainer > p {
    text-align: start;
    width: 100%;
  }

  .containerBodyTextsApresentation > p {
    width: clamp(18ch, 86vw, 52ch);
  }

  .containerBodyText {
    width: clamp(23ch, 78vw, 68ch);
  }
}

.tablePrices {
  border-collapse: collapse;
  border-radius: 0.5em;
  width: 1024px;
}

.tablePrices tr:nth-child(1) {
  background: linear-gradient(91deg, #ffc608 -7.3%, #ffc608 100%);
}

.tablePrices tr {
  background: #090b0f;
}

.tablePrices th {
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
}

.tablePrices th,
.tablePrices td {
  padding: 1em 1.5em;
}

.tablePrices td {
  color: #ffffff;
  text-align: start;
  font-size: 1.1em;
  font-weight: 400;
}

.tablePrices .moneyTablePrices {
  color: #cecfd0;
  font-size: 1em;
  font-weight: 300;
}

.sectionLearnPlayContainer {
  display: flex;
  gap: 1.5em;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4em 2em;
  background-color: #0c1015;
  color: #fdf9f9;
}

.sectionLearnPlayContainer h1 {
  font-size: clamp(1.7em, 2vw + 1em, 2.1em);
  font-weight: 700;
}

.sectionLearnPlayContainer h1 span {
  color: #ffc608;
}

.sectionLearnPlayContainer p {
  font-size: clamp(1em, 2vw, 1.125em);
  max-width: 850px;
  font-weight: 400;
  text-align: center;
  color: #cecfd0;
}

.videoLearnPlayContainer {
  width: 560px;
  height: 310px;
}

.containerDownloadMobile {
  display: flex;
  padding: 2em 0 2em 0;
  background: #0c1015 url("../assets/images/home/background-waves.png")
    no-repeat;
  background-size: cover;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.containerDownloadMobileContent {
  display: flex;
  flex-direction: column;
  padding: 0 2em 0 2em;
  width: 100%;
  max-width: 650px;
  text-align: center;
  align-items: center;
}

.titleMobileContent {
  font-size: 3.5em;
  font-weight: 700;
}

h2 > b {
  color: #ffc608;
}

.textMobileContent {
  text-align: center;
  padding: 1em 0 2em 0;
  width: 100%;
}

.titleMobileContentBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.containerDownloadMobileContent > h2:nth-child(2) {
  font-size: 2.6em;
  font-weight: 700;
  padding-top: 0.4em;
}

.DownloadMobileImage {
  padding: 6em 2em 6em 0;
  width: 100%;
  height: auto;
  max-width: 650px;
  padding-left: 0;
}

.buttonsMobileContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.buttonsMobileContent button {
  display: flex;
  width: 240px;
  height: 70px;
  justify-content: center;
  align-items: center;
  text-align: start;
  gap: 2em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 30px;
  padding: 1em 1.5em;
  background-image: linear-gradient(90deg, #ffc608, #ffc608);
  border: none;
  transition: all 0.5s ease;

  &:hover {
    cursor: pointer;
    filter: drop-shadow(#1b642bac 0 0 30px);
    transform: scale(1.1);
  }
}

.buttonsMobileContent button > img {
  height: auto;
  width: 30%;
  max-width: 35px;
}

.buttonsMobileContent button > p {
  width: 70%;
}

.containerWhatIsJogoDoBicho {
  display: flex;
  justify-content: center;
  padding: 3em 2em;
}

.contentWhatIsJogoDoBicho {
  display: flex;
  gap: 1em;
  max-width: 1500px;
  flex-direction: column;
}

.contentWhatIsJogoDoBicho > h1 {
  font-size: clamp(1.7em, 2vw + 1em, 2.2em);
  color: #ffc608;
}

.containerTextsWhatIsJogoDoBicho {
  display: flex;
  gap: 2em;
}

.containerTextsWhatIsJogoDoBicho > p {
  width: 50%;
  line-height: 1.5;
  text-align: left;
  font-size: 1em;
  color: #dfd0d0;
}

.rectangleMobile {
  content: " ";
  background-color: #000000;
  height: 100%;
  width: 2px;
}

.containerGroupWhats {
  padding: 1em;
  background-color: #fff;
  color: #090b0f;
  font-size: 1.2em;
  font-weight: 700;
}

.textGroupWhatsBox {
  font-size: 1em;
  font-weight: 600;
}

.containerGroupWhatsBox {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  align-items: center;
}

.anchorGroupWhatsBox {
  color: #025f16;
  text-decoration: none;
  transition: all 0.3s ease;

  &:hover {
    opacity: 0.9;
    filter: grayscale(0.5) drop-shadow(#025f16 0 0 20px);
    font-size: 1.1em;
  }
}

.containerTableScrollMobile {
  background-color: #090b0f;
  color: #fff;
  height: 100%;
  width: min(100%, 30em);
  max-width: 120em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0.8em 0.6em 2em;
  overflow-x: scroll;
  overflow-y: hidden;
}

.navBarTableScrollMobile {
  padding: 0 0 1.2em 0;
  display: flex;
  align-items: center;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}

.tableResultsNumbers {
  display: flex;
  flex-direction: column;
}

.tableResultsNumbersAnimals {
  display: flex;
  flex-direction: column;
}

.tableResultsBox {
  display: flex;
  height: 100%;
}

.tableResultsBox > tbody {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.tableResultsBox > tbody tr {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.listLotteryResultsBox {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
}

.sectionNotWasteTime {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #0c1015;
  color: #ffffff;
}

.contentNotWasteTime {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  padding: 4em 2em;
}

.containerTextsNotWastedTime {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 70%;
  gap: clamp(1em, 2vw, 2.5em);
}

.containerMainTextsNotWastedTime h1 {
  font-weight: 700;
  line-height: normal;
  font-size: clamp(1.5em, 3vw + 1em, 2em);
}

.containerMainTextsNotWastedTime h1 span {
  color: #ffc608;
}

.containerButtonsNotWastedTime {
  display: flex;
  gap: 1.5em;
}

.containerPaymentsMethodNotWastedTime {
  display: flex;
  gap: 0.8em;
  flex-direction: column;
  align-items: flex-start;
}

.containerPaymentsMethodNotWastedTime p {
  color: #cecfd0;
  font-size: 1em;
  font-weight: 400;
}

.containerPaymentsMethodNotWastedTime img {
  width: 26.875em;
}

.owlImageNotWastedTime {
  height: 20em;
}

.rectangleMobile {
  display: none;
}

.containerTableScrollMobile {
  display: none;
}

.containerTableResultsDay {
  display: flex;
}

.textWhiteAbout {
  font-size: 1em;
  color: #ffffff;
  text-align: justify;
  font-weight: 400;
}

.titlesWhiteAbout {
  font-size: 1.5em;
  color: #ffffff;
  text-align: justify;
  font-weight: 400;
}

.urlLinkSeo {
  color: #ffffff;
  text-decoration: underline;
}
.containerBannerHome {
  width: 100%;
  height: 100vw;
  min-height: 130px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: visible; 
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #0227e5;
}

.bannerHome {
  height: 100%; 
  width: auto; 
  transform: translateZ(0); 
}

/* BREAKPOINTS */

@media (max-width: 768px) {

  .containerBannerHome {
    overflow: unset;
    margin-top: -60px !important;
  }
  .bannerHome {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .containerBannerHome {
    margin-top: -100px;
  }

  .headerApresentation img {
    width: 8em;
  }

  .containerBodyApresentation {
    flex-direction: column;
    gap: 3em;
    height: auto;
  }

  .containerBodyTextsApresentation {
    width: 100%;
  }

  .imageOwlBackgroundRight {
    display: flex;
    align-self: end;
    position: initial;
    width: 45%;
    height: auto;
    transform: translate(-20px, -100px);
  }

  .containerSecurityText > p {
    max-width: 150px
  }

  .containerSecurityText {
    position: initial;
    padding: 0;
    margin-top: 2em;
  }

  .sectionLearnPlayContainer h1,
  .sectionLearnPlayContainer p {
    text-align: start;
    width: 100%;
  }

  .containerBodyImageApresentation img {
    width: 40%;
  }

  .containerCardApresentation {
    text-align: center;
  }

  .containerCardApresentation img {
    padding: 2em 0 0 0;
  }

  .containerSectionTwoLogoOwl,
  .containerSectionTwoText {
    width: 100%;
    text-align: center;
  }

  .containerSectionTwo {
    flex-direction: column;
    align-items: center;
    gap: 2em;
  }

  .sectionTwoContainerTextDisclosure h1 {
    font-size: clamp(1.5em, 2vw + 1em, 2em);
  }

  .sectionTwoContainerTextDisclosure .buttonFilled {
    font-size: clamp(1em, 2vw, 1.5em);
    margin-top: 1em;
  }

  .containerPrices {
    height: auto;
  }

  .containerPrices p {
    width: 100%;
  }

  .containerSectionTwoLogoOwl img {
    width: 100%;
    max-width: 30em;
  }

  .containerTextsNotWastedTime {
    width: 100%;
  }

  .containerMainTextsNotWastedTime h1 {
    font-size: 1.7em;
  }

  .containerPaymentsMethodNotWastedTime,
  .owlImageNotWastedTime {
    display: none;
  }

  .containerTextsWhatIsJogoDoBicho {
    flex-direction: column;
  }

  .containerTextsWhatIsJogoDoBicho > p {
    width: 100%;
  }
}

@media screen and (max-width: 1070px) {
  .titleMobileContentBox {
    display: none;
  }

  .containerDownloadMobile {
    flex-direction: column-reverse;
    align-items: center;
    padding: 4em 0;
  }

  .rectangleMobile {
    display: flex;
  }

  .rectangleMobile {
    display: flex;
  }

  .DownloadMobileImage {
    width: 300px;
    height: 300px;
    padding: 0;
  }
}

@media screen and (max-width: 625px) {
  .containerGroupWhatsBox img {
    display: none;
  }
}

@media screen and (min-width: 578px) {
  .containerDownloadMobileContent > h2:nth-child(2) {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 578px) {
  .buttonsMobileContent {
    flex-direction: column;
  }

  .containerDownloadMobileContent > h2:nth-child(2) {
    font-size: 2em;
  }

  .buttonsMobileContent button {
    width: 300px;
    height: 90px;

    &:hover {
      width: 300px;
      height: 90px;
      cursor: pointer;
      filter: drop-shadow(#1b642bac 0 0 30px);
    }
  }
}

@media (max-width: 578px) {
  .videoLearnPlayContainer {
    width: 100%;
    height: 165px;
  }

  .imageFogos {
    left: 0;
  }

  .imageFogosSecun {
    left: 2em;
  }

  .imageTestBody {
    left: clamp(0.6em, 3vw, 3em);
  }

  .containerPrices {
    width: 90%;
  }

  .sectionLearnPlayContainer,
  .sectionLearnPlayContainer p {
    text-align: start;
  }

  .sectionResults > form,
  .textMainResult {
    flex-direction: column;
  }

  .textMainResult {
    gap: 0.3em;
  }

  .textMainResult input {
    font-size: 0.5em;
  }
}
