*,
::before,
::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  font-family: "Open Sans", Sans-serif;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

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

.w-full {
  width: 100%;
}

.bg-yellow {
  background-image: linear-gradient(180deg, #ffbd20 0%, #ffd359 100%) !important;
}
.border-yellow {
  border: 1px solid #fed249;
}

.space-between {
  justify-content: space-between;
}
.section-main {
  padding: 10rem 0 12rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
  overflow: hidden;
  background-color: black;
}
.main-image {
  position: absolute;
  right: calc(50% - 60px);
  top: -50%;
  z-index: -1;
  max-width: 600px;
}
.section-2 {
  background-image: url(../assets/bg-2.webp);
  padding: 5rem 0 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.section-2 .container {
  max-width: 750px;
}
.section-3 {
  padding: 2rem 0 4rem;
}
.section-4 {
  padding: 3rem 0 8rem;
  background-color: #142239;
  background-image: url(../assets/bg-4.webp);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.motivo {
  max-width: 600px;
}
.motivo.m1 {
  margin-left: 30px;
}
.motivo.m2 {
  margin-left: 90px;
  margin-top: 45px;
}
.band {
  position: absolute;
  top: 20px;
  background: #ffca45;
  width: 100%;
  padding: 10px 0;
  z-index: 1;
}
.cta-2 {
  color: black;
  width: fit-content;
  padding: 5px 60px;
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 18px;
  cursor: pointer;
  font-size: 26px;
}
.text-center {
  text-align: center;
}
.section-main .container {
  position: relative;
  z-index: 0;
}
.bg-main {
  background-image: url(../assets/fundo\ 1.webp);
}
.gap-5 {
  gap: .5rem;
}
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}

.max-50 {
  max-width: 40%;
}
.max-35 {
  max-width: 45%;
}
.max-80 {
  max-width: 80%;
}
.m-auto {
  margin: auto;
}

.copy-1 {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.copy-3 {
  font-size: 20px;
  color: white;
  font-weight: 300;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}
.bolder {
  font-weight: 800 !important;
}
.-yellow {
  color: #f8dc73;
}

.items-center {
  align-items: center;
}

.-blue {
  color: #222c2f;
}

.headline {
  color: white;
  font-size: 29px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: -1px;
  display: inline-block;
}

.headline .bold {
  color: #222c2f;
  background: #ffc230;
  line-height: 1;
  display: inline-block;
  font-weight: 700;
}

.content-main {
  margin-left: auto;
  margin-right: 10%;
}

.align-start {
  align-items: flex-start;
}

.headline-1 {
  color: #FFFFFF;
  font-size: 41px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
}

.headline-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.headline-3 {
  font-size: 29px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -2px;
}

.-gray {
  color: #8f8fa0;
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.-black {
  color: #101014;
}

.-orange {
  color: #ff892a;
}

.scrolling-text-inner {
  animation: var(--direction) var(--marquee-speed) linear infinite;
}
.cta-banner {
  background-color: #ffc230;
  color: black;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 18px;
}
p.body-3 {
  color: #fef493;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px;
}
.divider {
  height: 15px;
  width: 50%;
  background-color: #fef493;
  margin-bottom: 45px;
}
.archivments {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
}
p.a1 {
  border: 1px solid #222c2f;
  border-radius: 5px;
  padding: 0px 10px;
  text-align: center;
}
.rodrigo {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 2rem;
}
.col-2 {
  max-width: 50%;
}
.underline {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}
.underline::after {
  content: '';
  height: 5px;
  width: 100%;
  background: #ffd357;
  position: absolute;
  left: 0;
  bottom: 0;
}
.date {
  color: #ffdb60;
  font-weight: bold;
  border: 1px solid #ffdb60;
  padding: 0 10px;
}
.l-content {
  max-width: 400px;
}
.section-5 {
  max-width: 750px;
  align-items: center;
  margin: 0 auto;
  margin-top: 5rem;
}
.body-5 {
  color: white; 
  font-size: 18px;
}
.text-gradient {
  background: linear-gradient(180deg, #ffd352 29%, #e6a507 59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
img.ret {
  position: absolute;
  width: calc(100% + 210px);
  left: -70px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 0;
  margin-left: -30px;
  max-width: none;
  z-index: -1;
  /* max-height: 30px; */
  height: 200px;
}
.gift-left {
  position: absolute;
  left: -185px;
  top: -150px;
  transform: rotate(60deg);
  max-width: 130px;
}
.gift-right {
  position: absolute;
  right: -205px;
  top: -105px;
  /* transform: rotate(45deg); */
  max-width: 130px;
}
@media (min-width: 993px) {
  .d-hide {
    display: none;
  }
}
@media(max-width: 400px) {
  .gift-right {
    right: -47px !important;
    top: 171px !important;
    max-width: 90px !important;
  }
}
@media (max-width: 992px) {
  .gift-left {
    position: absolute;
    left: -73px;
    top: -82px;
    transform: rotate(51deg);
    max-width: 100px;
  }
  .gift-right {
    position: absolute;
    right: -37px;
    top: 191px;
    max-width: 110px;
  }
  .body-5 {
    font-size: 16px;
  }
  .scrolling-text-inner {
    animation: var(--direction) 10s linear infinite;
  }

  .m-m-auto {
    margin: 0 auto !important;
  }
  
  .container {
    padding: 0 15px;
  }

  .m-flex-col {
    flex-direction: column;
  }
  .m-w-full {
    max-width: 100% !important;
  }
  .m-center {
    align-items: center;
  }
  .m-text-center {
    text-align: center;
  }
  .m-just-center {
    justify-content: center;
  }
  .m-hide {
    display: none;
  }
  .cta-2 {
    font-size: 22px;
  }
  .headline-2 {
    font-size: 24px;
    line-height: 30px;
  }
  p.body-3 {
    font-size: 9px;
    margin: 0;
  }
  .divider {
    height: 8px;
    margin-bottom: 15px;
  }
  .section-2 {
    padding: 2rem 0 .5rem;
  }
  .motivos {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .motivo.m1 {
    margin-left: -15px !important;
  }
  .motivo.m2 {
    margin-left: 15px !important;
  }
  .main-image {
    position: relative;
    inset: auto;
    z-index: 1;
    max-width: 100%;
  }
  .section-main {
    padding-top: 2.5rem;
    background-image: url(../assets/123.webp);
    background-size: contain;
    background-size: contain;
    padding-bottom: 4rem;
    border-bottom: 8px solid #fef493;
  }
  .band {
    font-size: 12px;
  }
  .m-items-center {
    align-items: center;
  }
  .headline {
    font-size: 26px;
    line-height: 34px;
  }
  .copy-1 {
    font-size: 14px;
    margin: 0 20px .5rem;
  }
  .section-4 {
    overflow: hidden;
  }
  .section-5 {
    margin-top: 2rem;
  }
}


/* Container styles */
.scrolling-text-container {
  background-color: #440000;
  overflow: hidden;
}

/* Inner container styles */
.scrolling-text-inner {
  display: flex;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
}

.scrolling-text .copy-4:nth-child(odd) {
  color: #f8cc57;
}

.scrolling-text .copy-4:nth-child(even) {
  color: white;
}

/* Text styles */
.scrolling-text {
  display: flex;
  gap: 15px;
}

.scrolling-text-item {
  padding: 0 13px;
  display: flex;
}

.scrolling-text-item > * {
  margin-right: 15px;
}

/* Apply the animation to the text items */


/* Pause the animation when a user hovers over it */
.scrolling-text-container:hover .scrolling-text-inner>div {
  animation-play-state: paused;
}

/* Setting the Animation using Keyframes */
@keyframes scroll-left {
  0% {
      transform: translateX(0%);
  }

  100% {
      transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
      transform: translateX(-100%);
  }

  100% {
      transform: translateX(0%);
  }
}