html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #070707;
}

.wrapp {
  max-width: 1266px;
  margin: 0 auto;
  display: block;
  @media screen and (max-width: 600px) {
    padding: 0 15px;
  }
}

h1, a {
  font-family: 'Margem-medium';
}

h2 {
  font-family: 'Margem-regular';
  font-size: 3rem;
}

p {
  font-family: 'Source Sans Pro';
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.text-underline, .text-underline:hover {
  text-decoration: underline;
}

.text-bold-600 {
  font-weight: 600;
}

.gap-1 {
  gap: .25rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.5rem;
}

.gap-6 {
  gap: 2rem;
}

.gap-7 {
  gap: 2.5rem;
}

.gap-8 {
  gap: 3rem;
}

.zoom {
  transition: ease .4s;
}

.zoom:hover {
  transform: scale(1.1);
}

a.lp-cta {
  border-radius: 12px;
  background-color: #DD303E;
  color: #fff;
  width: fit-content;
  padding: 20px 30px;
}


.cta-efeito {
  transition: .3s ease;
}

.cta-efeito:hover {
  text-decoration: none;
  opacity: .9;
}

.margem-light {
  font-family: 'Margem-light' !important;
}

.margem-regular {
  font-family: 'Margem-regular' !important;
}

.margem-medium {
  font-family: 'Margem-medium' !important;
}

.margem-bold {
  font-family: 'Margem-bold' !important;
}

.margem-black {
  font-family: 'Margem-black' !important;
}

.loader {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #4388ba;
  border-right-color: #FEC325;
  animation: loading 1s infinite linear;
  margin: 10px auto;
  flex: none;
}

@keyframes loading {
  to {
    transform: rotate(1turn)
  }
}

.quero-participar {
  padding: 13px 20px;
  width: max-content;

  border-radius: 3px;
  border: none;

  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "Margem-regular";

  background-color: #DD303E;
}


.countdown-clock .countdown-element {
  font-family: "Margem-regular";
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #FFFFFF;
}

.countdown-clock .countdown-element span {
  font-size: 24px;
  display: flex;
  gap: 20px;
}

.countdown-clock .countdown-element span span {
  color: #757575;
}

.countdown-clock .countdown-element small {
  font-size: 12px;
  text-transform: uppercase;
  color: #757575;
  font-weight: bold;
  padding-left: 15px;
}

.countdown-clock .countdown-element.segundo {
  color: #DD303E;
}

.countdown-clock .countdown-element.segundo small {
  padding-left: 7px;
}

.countdown-clock .countdown-element.segundo {
  display: flex;
}

.lb-faltam {
  font-family: "MuseoSansBold", sans-serif;
}

@media (max-width: 342.98px) {
  .countdown-clock .countdown-element span {
    font-size: 1.5rem;
  }
}