.block-home {
  background-color: #F2F2F2;
  overflow-x: hidden;
  max-width: 100%;
}
.block-home .flex-container {
  align-items: flex-start;
}
.block-home .flex-container .flex-item {
  width: 90%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

@media (max-width: 1200px) {
  .block-home .flex-container .flex-item {
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .border, .border-left, .border-right, .border-top {
    display: none !important;
  }
  .border-vertical-mobile {
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /*FIRST DIV*/
  .days-left-block {
    height: auto;
    margin-top: 0;
    justify-content: flex-start;
  }
  .days-left-block .text-container .text {
    flex-direction: column;
    justify-content: space-around;
    height: auto;
  }
  .days-left-block .text-container .text .text-content {
    width: 100%;
  }
  .days-left-block .text-container .text .days-remaining-container {
    display: flex;
    justify-content: center;
    width: 50%;
  }
  .days-left-block .text .days-remaining-container .days-remaining {
    width: 45%;
    height: 60px;
  }
}
@media (max-width: 992px) {
  .days-left-block .head-container .head-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .head-container .head-subtitle {
    font-size: 24px;
    margin: 0 auto;
  }
  /*FIRST DIV*/
  .days-left-block .text .days-remaining-container .days-remaining {
    width: 80%;
    height: 60px;
  }
  /*FIRST DIV*/
}
@media (max-width: 500px) {
  /*FIRST DIV*/
  .days-left-block .text .days-remaining-container .days-remaining {
    width: 80%;
    height: 60px;
  }
  .days-left-block .text-container .text {
    padding-left: 0;
    padding-right: 0;
  }
  .days-left-block .text-container .head-container {
    padding-left: 0;
    padding-right: 0;
  }
  /*FIRST DIV*/
}
@media (max-width: 375px) {
  /*FIRST DIV*/
  .days-left-block .text .days-remaining-container .days-remaining {
    width: 100%;
    height: 40px;
    padding: 0px;
  }
  /*FIRST DIV*/
}
@media (max-width: 340px) {
  .head-container .head-subtitle {
    font-size: 20px;
    margin: 0 auto;
  }
}
.flex-direction-nav a:before {
  font-size: 31px;
}

.flex-direction-nav .flex-next {
  right: 0px !important;
}

.how-to-participate-wrapper h3 {
  text-align: center;
}

.coupon-btn-link {
  cursor: pointer;
  transition-duration: 0.4s;
}
.coupon-btn-link:hover {
  transform: scale(1.05);
}

.regulation-block {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.participate {
  max-width: 150px;
  margin: 10px 5px 5px 5px;
  padding-bottom: 15px;
}
@media (max-width: 700px) {
  .participate {
    max-width: 138px;
  }
}

.award-home {
  max-width: 690px;
}
@media (max-width: 768px) {
  .award-home {
    width: 500px;
    height: 227px;
  }
}
@media (max-width: 525px) {
  .award-home {
    width: 400px;
    height: 182px;
  }
}
@media (max-width: 400px) {
  .award-home {
    width: 350px;
    height: 159px;
  }
}
@media (max-width: 374px) {
  .award-home {
    width: 310px;
    height: 145px;
  }
}

.awards-block {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 1500px) {
  .awards-block img {
    max-width: 1200px;
  }
}

.info-day {
  display: flex;
  justify-content: center;
  padding: 40px;
  color: #969696;
}
.info-day p {
  font-size: 23px;
  text-align: center;
}
.info-day span {
  font-weight: 700;
  color: #E72172;
}
@media (max-width: 500px) {
  .info-day {
    font-size: 15px;
  }
}

.item-home-image-desktop, .box-1, .brands-desktop {
  display: none;
}
@media (min-width: 991px) {
  .item-home-image-desktop, .box-1, .brands-desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
}

.item-home-image-mobile, .box-mobile, .brands-mobile {
  display: none;
  background-color: #D9D9D9;
}
@media (max-width: 991px) {
  .item-home-image-mobile, .box-mobile, .brands-mobile {
    display: block;
  }
}

.item-menu-desktop {
  display: none !important;
}
@media (min-width: 992px) {
  .item-menu-desktop {
    display: block !important;
  }
}

.item-menu-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .item-menu-mobile {
    display: block !important;
  }
}

.banner-home {
  max-width: 100%;
}

.img-awards {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .img-awards {
    display: none;
  }
}

.footer-responsivenes {
  display: flex;
  justify-content: center;
}

.container-home-desktop {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 100px 14%;
  gap: 50px;
}
.container-home-desktop .content-main-banner-home {
  background: radial-gradient(circle, #B50D58 0%, #740F3C 100%);
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  max-height: 640px;
  width: 100%;
  padding: 173px 80px;
}
.container-home-desktop .content-main-banner-home p {
  font-size: 12px;
}
.container-home-desktop .content-main-banner-home img {
  transform: translate(28px, -205px);
}
.container-home-desktop .container-interative-home {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-start;
}
.container-home-desktop .container-interative-home h3 {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .container-home-desktop {
    padding: 100px 10%;
  }
}

.carousel-brands {
  background: #fff;
  border-radius: 32px;
  padding: 32px;
  margin-top: 40px;
  position: relative;
}

.carousel-title {
  text-align: left;
  letter-spacing: 1px;
  font-size: 24px;
  margin-bottom: 16px;
  color: #333;
}

.swiper-container-wrapper {
  position: relative;
  width: 100%;
}

.swiper-container {
  width: 100%;
  padding: 42px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .swiper-container {
    padding: 26px 0;
  }
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.brand-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}

.brand-logo {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-logo:hover {
  transform: scale(1.05);
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.custom-swiper-button-prev {
  left: -20px;
}

.custom-swiper-button-next {
  right: -20px;
}

.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover {
  background: #f8f8f8;
  transform: translateY(-50%) scale(1.05);
}

.triangle-left,
.triangle-right {
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.3s ease;
}

.triangle-left {
  border-width: 10px 15px 10px 0;
  border-color: transparent #E72172 transparent transparent;
  margin-right: 2px;
}

.triangle-right {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #E72172;
  margin-left: 2px;
}

.custom-swiper-button-prev:hover .triangle-left {
  border-right-color: #E72172;
}

.custom-swiper-button-next:hover .triangle-right {
  border-left-color: #E72172;
}

/* Responsividade */
@media (max-width: 768px) {
  .brand-logo {
    max-height: 40px;
  }
  .custom-swiper-button-prev,
  .custom-swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .triangle-left {
    border-width: 8px 12px 8px 0;
  }
  .triangle-right {
    border-width: 8px 0 8px 12px;
  }
  .custom-swiper-button-prev {
    left: -10px;
  }
  .custom-swiper-button-next {
    right: -10px;
  }
  .carousel-brands {
    padding: 18px;
    bottom: 157px;
    width: 82%;
    z-index: 2;
    border-radius: 8px;
  }
  .carousel-brands .carousel-title {
    font-size: 14px;
  }
}
.box-banner-prize {
  display: flex;
  flex-direction: row;
  background-color: #FFF;
  padding: 10px 20px;
  border-radius: 20px;
  text-align: start;
  display: flex;
  flex-direction: row;
  width: 50%;
  gap: 20px;
}
.box-banner-prize .text-div {
  padding-top: 10px;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-self: anchor-center;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.box-banner-prize .box-title {
  font-size: 30px;
  font-weight: 800;
  color: #41454F;
}
@media (max-width: 1450px) {
  .box-banner-prize .box-title {
    font-size: 22px;
  }
}
.box-banner-prize .box-sub-title {
  font-size: 20px;
  font-weight: 500;
  color: #858585;
}
@media (max-width: 1450px) {
  .box-banner-prize .box-sub-title {
    font-size: 18px;
  }
}
.box-banner-prize img {
  vertical-align: middle;
  width: 50%;
}

.block-boxes {
  display: flex;
  flex-direction: row;
  gap: 40px;
  position: relative;
  top: -12%;
  position: relative;
}

.left-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
  justify-content: space-evenly;
}
.left-box .info-div {
  height: 55%;
}
.left-box .info-div label {
  padding: 30px 20px;
  font-weight: 600;
  place-content: center;
  height: 100%;
}
.left-box .button-register {
  font-size: 24px;
  height: 35%;
  min-height: 70px;
}

.blur-box {
  border-radius: 16px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  font-size: 18px;
  background-color: rgba(68, 68, 68, 0.2);
}
.blur-box label {
  padding: 30px 20px;
  font-weight: 600;
  place-content: center;
  height: 100%;
}

.label-box-mobile {
  text-align: left;
}

.content-mobile {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  gap: 20px;
  align-items: flex-start;
  padding: 50px 20px 0;
  max-width: 91%;
}

.mobile-banner {
  width: 100%;
}
.mobile-banner img {
  width: 100%;
}

.item-home-image-mobile {
  position: relative;
}

.banner-home-mobile {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}

.mobile-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 600px;
  align-self: center;
}

.register-button-mobile {
  background-color: #FFFFFF;
  border: none;
  border-radius: 11px !important;
  color: #A80E52;
  font-size: 14px;
  font-weight: 500;
  min-height: 46px;
  padding: 14.7px 23.2px;
}

.button-stores {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 11px !important;
  color: #fff !important;
  font-weight: 500;
}

.box-banner-prize-mobile {
  display: flex;
  background-color: #FFF;
  padding: 10px 20px;
  border-radius: 20px;
  text-align: start;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-self: center;
  width: 100%;
}
.box-banner-prize-mobile .text-div-mobile {
  padding-top: 10px;
  width: 50%;
}
.box-banner-prize-mobile .box-title-mobile {
  font-size: 25px;
  font-weight: 800;
  color: #41454F;
}
.box-banner-prize-mobile .box-sub-title-mobile {
  font-size: 20px;
  font-weight: 500;
  color: #858585;
  margin-top: 30px;
}
@media (max-width: 1450px) {
  .box-banner-prize-mobile .box-sub-title-mobile {
    font-size: 18px;
  }
}
.box-banner-prize-mobile img {
  vertical-align: middle;
  width: 100%;
}

.how-to-particate-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 50%;
  justify-self: center;
}
@media (max-width: 991px) {
  .how-to-particate-buttons {
    width: 90%;
    flex-direction: column;
  }
}
.how-to-particate-buttons .primary-button {
  min-height: 80px;
  width: 100%;
  font-size: 22px;
}
@media (max-width: 1230px) {
  .how-to-particate-buttons .primary-button {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .how-to-particate-buttons .primary-button {
    font-size: 22px;
  }
}
.how-to-particate-buttons .secondary-button {
  min-height: 80px;
  width: 100%;
  font-size: 22px;
}
@media (max-width: 1230px) {
  .how-to-particate-buttons .secondary-button {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .how-to-particate-buttons .secondary-button {
    font-size: 22px;
  }
}

.prize-button {
  min-height: 80px;
  width: 50%;
  font-size: 22px;
}
@media (max-width: 1230px) {
  .prize-button {
    min-height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .prize-button {
    align-self: center;
    width: 100%;
  }
}

.step-prize {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .step-prize {
    flex-direction: column;
  }
}

.prize-right {
  text-align: start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .prize-right {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.prize-right img {
  width: 3vw;
}
@media (max-width: 991px) {
  .prize-right img {
    width: 10vw;
  }
}

.prize-image {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  grid-gap: 10px;
  max-width: 70%;
  float: inline-end;
}
@media (max-width: 991px) {
  .prize-image {
    max-width: 100%;
    float: none;
  }
}

.prize-title {
  font-size: 4vw;
  color: #9F9F9F;
  text-align: start;
}
@media (max-width: 991px) {
  .prize-title {
    font-size: 10vw;
  }
}

.prize-subtitle {
  font-size: 2vw;
  color: #9F9F9F;
  text-align: start;
  font-weight: 400;
  letter-spacing: 0.9rem;
}
@media (max-width: 991px) {
  .prize-subtitle {
    font-size: 8vw;
  }
}

.prize-mobile {
  display: none;
}
@media (max-width: 991px) {
  .prize-mobile {
    display: block;
  }
}

.prize-desktop {
  display: block;
}
@media (max-width: 991px) {
  .prize-desktop {
    display: none;
  }
}

.full-image-banner {
  margin-top: 128px;
  background-image: url("/img/como-participar-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 32px;
  height: 512.13px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-overlay-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 39%;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.banner-overlay-content h1 {
  font-size: 48px;
  margin-bottom: 1rem;
  font-weight: bold;
}

.banner-overlay-content p {
  font-size: 24px;
  margin-bottom: 38px;
}

.secondary-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsividade */
@media (max-width: 992px) {
  .banner-overlay-content {
    max-width: 60%;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .full-image-banner {
    height: 566px;
  }
  .banner-overlay-content {
    max-width: 80%;
    left: 4%;
    text-align: left;
    top: 65%;
  }
  .banner-overlay-content h1 {
    font-size: 24px;
  }
  .banner-overlay-content p {
    font-size: 16px;
  }
}