html,
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

nav {
  background-color: rgba(230, 248, 255, 1);
  position: fixed;
  top: 0;
  width: 80vw;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-top: 30px;
  height: 88px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-grow: 1;
}

nav ul li a {
  display: block;
  padding: 10px 0;
  color: rgba(0, 174, 239, 1);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: rgba(0, 140, 210, 1);
}

.cta-button {
  background-color: rgba(0, 174, 239, 1);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cta-button:hover {
  background-color: rgba(0, 140, 210, 1);
}

/* HOME CSS START */

#home {
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

#home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  z-index: -1;
}

.logo-mobile {
  display: none;
}

.delivery-home {
  display: flex;
  gap: 15px;
  background-color: #e5f8ff;
  border-radius: 10px;
  border: 1px solid #00aeef;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.delivery-text {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #056184;
  text-align: center;
}

.yellow_circle {
  height: 87px;
  width: 87px;
  background-color: #f0b801;
  border-radius: 50%;
  position: relative;
  bottom: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yellow_circle_content {
  display: flex;
  width: 100%;
  margin-left: 11%;
}

.arrow {
  font-size: 30px;
  animation: arrowUp 1.5s infinite;
  position: relative;
  color: white;
}

@keyframes arrowUp {
  0% {
    top: 40px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    top: -40px;
    opacity: 0;
  }
}

.section-home {
  padding-top: 135px;
}

.home-button {
  color: #585858;
  background-color: white;
  padding: 12px 20px;
  border: 1px solid #585858;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}

.home-button .whatsapp-icon {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.home-button .button-text {
  transform: translateX(-10px);
  transition: transform 0.5s ease;
}

.home-button:hover .whatsapp-icon {
  opacity: 1;
  transform: translateX(0);
}

.home-button:hover .button-text {
  transform: translateX(8px);
  color: rgba(0, 174, 239, 1);
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
}

section {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content-home {
  position: relative;
  margin-top: 30px;
}

.hero-wrapper {
  position: relative;
  width: 100%;
}

.hero-bg {
  width: 100%;
  height: auto;
  display: block;
}

.mobile-bg {
  display: none;
}

.content-home-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.mobile-button {
  padding: 12px 20px !important;
  margin-bottom: 45px;
  margin-top: 45px;
  display: none;
}

.mobile-button-description {
  top: -3px;
  position: relative;
  left: 3px;
}

.line-blue-content {
  flex-flow: column;
  margin-left: 18px;
}

.line-blue {
  position: relative;
  bottom: 20px;
}

/* HOME CSS END */

/* POPULAR CSS START */

#popular {
  display: flex;
  flex-flow: column;
  background-color: white;
}

.section-popular {
  padding-top: 0px;
  padding-bottom: 30px;
}

.text-section-popular-desktop {
  display: flex;
}

.text-section-popular-mobile {
  display: none;
}

.text-section-popular {
  font-size: 40px;
}

.red_spikes {
  width: 29.5px;
  height: 40px;
  transform: rotate(5.5deg);
  margin-bottom: 16px;
}

.text-red-spikes {
  color: #f00038;
  padding: 0px 16px;
}

.filter-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
  padding: 0 15px;
}

.filter-btn {
  padding: 10px 16px;
  color: #1a1a1ab2;
  font-weight: 600;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 5px;
}

.filter-btn:hover {
  color: #1a1a1a;
  font-weight: 600;
}

.filter-btn.active {
  color: #1a1a1a;
  font-weight: 600;
  border: 1.7px solid #0d0d0d;
  border-radius: 8.5px;
}

.container {
  margin-top: 37px;
}

.cards-container {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(3, 350px);
  max-width: calc(3 * 350px + 2 * 40px);
  gap: 40px;
  justify-content: center;
  margin: 0 auto;
}

.card {
  background-color: white;
  border-radius: 22.5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 450px;
  width: 100%;
  max-width: 100%;
}

.card h3 {
  margin-top: 0;
  color: #2c3e50;
}

.card p {
  color: #7f8c8d;
}

.product-content {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  justify-self: center;
  margin-top: 20px;
  width: 310px;
  height: 250px;
  background-image: url("assets/popular/background_filter.svg");
}

.product-title-content {
  display: flex;
  justify-content: space-between;
  padding: 30px 16px 6px 16px;
}

.product-title {
  font-size: 20px;
  font-weight: 500;
}

.product-description {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  padding-left: 16px;
}

.custom-btn {
  width: 311px;
  height: 54px;
  background-color: #00aeef;
  color: white;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  justify-self: center;
  margin-top: 30px;
}

.arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.arrow-icon svg {
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  transition: inherit;
  font-weight: 500;
}

.custom-btn:hover {
  background-color: #0095d9;
  padding-right: 16px;
  font-weight: 500;
}

.custom-btn:hover .arrow-icon {
  opacity: 1;
  width: 16px;
  height: 16px;
  transform: translateX(0);
  margin-left: 8px;
}

/* POPULAR CSS END */

/* PARTNERS CSS START */
#partners {
  background-color: #ffffff;
}

.section-partners {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
}

.section-partners-mobile {
  display: none;
}

.section-partners-web {
  display: flex;
}

.text-section-partners {
  font-size: 40px;
  font-weight: 700;
  font-family: Plus Jakarta Sans;
}

.line-yellow-content {
  flex-flow: column;
}

.line-yellow-image {
  position: relative;
  bottom: 6px;
}

.section-partners-description {
  margin-top: 24px;
  margin-bottom: 68px;
}

.slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 87px;
}

.slides {
  display: flex;
  transition: transform 1s ease-in-out;
}

.slides img {
  height: auto;
  flex: 0 0 auto;
}

/* PARTNERS CSS START */

/* VIDEO SLIDES CSS START */

.video-slider {
  position: relative;
  overflow: hidden;
}

.video-container {
  gap: 20px;
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  left: 160px;
  position: relative;
}

.video-item {
  border-radius: 18px;
  background-color: #e7f8ff;
  padding: 8.5px 12.8px;
  flex-shrink: 0;
}

.nav-buttons {
  display: flex;
  gap: 10px;
  margin-top: 160px;
}

.nav-buttons-mobile {
  display: none;
}

.prev-btn-mobile,
.next-btn-mobile {
  background-color: transparent;
  border: none;
  padding-bottom: 60px;
  cursor: pointer;
  font-size: 20px;
}

.fa-chevron-right,
.fa-chevron-left {
  color: #5d5a88 !important;
}

.nav-btn {
  width: 51px;
  height: 11px;
  background-color: #cfcfcf;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nav-btn.active {
  width: 82px;
  height: 11px;
  background-color: #00aeef;
}

iframe {
  border-radius: 18px;
  overflow: hidden;
}

.section-video {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}

.section-video-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}

.content-navegation {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  padding-left: 150px;
}

.imagem-chat {
  margin-bottom: 13px;
  width: 40px;
  height: 40px;
}

.description-navegation {
  font-size: 36px;
  font-weight: 700;
  font-family: Plus Jakarta Sans;
  align-self: baseline;
}

/* VIDEO SLIDES CSS END */

/* ABOUT CSS START */

#about {
  background-image: url("assets/about/background_how_to_work.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}

.section-about {
  font-family: Plus Jakarta Sans;
  display: flex;
  flex-direction: column;
}

.about-message {
  font-family: Plus Jakarta Sans;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding-bottom: 83px;
}

.about-mobile {
  display: none;
}

.about-message-title {
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 16px;
}

.about-message-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  width: 370px;
}

.content-about-information {
  display: flex;
}

.about-information {
  font-family: Plus Jakarta Sans;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.information-title {
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 12px;
}

.information-description {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  opacity: 0.8;
  min-width: 350px;
}

/* ABOUT CSS END */

/* BANNER CSS START */

#banner {
  height: 370px;
  background-image: url("assets/banner/background.svg");
  background-color: #f0b801;
  border-radius: 27px;
  margin: 110px 11% 0 11%;
  align-items: center;
  display: flex;
}

.section-banner-content {
  width: 100%;
}

.section-banner {
  padding-top: 0px;
  justify-content: flex-start;
}

.banner-content {
  margin-left: 72px;
  align-content: center;
  flex-grow: 1;
}

.banner {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.tag-star {
  height: 26px;
  width: 150px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  align-content: center;
  margin-bottom: 30px;
}

.tag-star-description {
  font-family: Roboto;
  font-weight: 600;
  font-size: 14px;
}

.banner-description {
  display: flex;
  flex-direction: column;
  position: relative;
  bottom: 12px;
}

.banner-title-content {
  color: #ffffff;
  width: 421px;
  font-size: 32px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.banner-subtitle {
  align-self: baseline;
  font-family: Roboto;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 400;
}

.banner-button {
  color: #00aeef;
  background-color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  position: relative;
}

.banner-button-text {
  margin-left: 5px;
}

.banner-image {
  margin-left: auto;
}

.photo-banner-content {
  padding-top: 10px;
}

.banner-wavy-line img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.photo-banner {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-banner-mobile {
  display: none;
}

.photo-banner-content-mobile {
  display: none;
}

/* BANNER CSS END */

/* CTA CSS START */

.cta-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 110px 11% 110px 11%;
  /* padding-right: 11%;
    padding-left: 11%;
    padding-bottom: 110px; */
}

.cta-content-description {
  display: flex;
  flex-flow: column;
  align-items: baseline;
}

.cta-title {
  display: flex;
  flex-flow: column;
  align-items: baseline;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  color: #1d1d1d;
  font-size: 40px;
  padding-top: 67px;
  padding-bottom: 40px;
}

.cta-image-mobile {
  display: none;
}

.description-content {
  display: flex;
  gap: 8px;
}

.cta-description {
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  color: #090909;
  font-size: 18px;
}

/* CTA CSS END */

/* FAQ CSS START */

.faq-container {
  width: 100%;
  margin: auto;
  background: #ddf6ff;
  border-radius: 10px;
  padding: 120px 11%;
}

.faq-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  justify-self: baseline;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 55px 0px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 26px;
  font-weight: 700;
  color: #00aeef;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.5;
}

.faq-answer {
  display: none;
  margin-top: 48px;
  font-size: 16px;
  color: #5a5a5a;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question {
  opacity: 1;
}

.faq-number {
  font-size: 40px;
  font-family: DM Sans;
  line-height: 45px;
  font-weight: 700;
  color: #00aeef;
}

.toggle-btn {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
}

.faqcard.inativo {
  opacity: 0.5;
  pointer-events: none;
}

.faqcard.ativo {
  opacity: 1;
  pointer-events: all;
}

.toggle-btn img {
  cursor: pointer;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.faqcard.ativo .faq-answer {
  display: block;
}

.web-icon {
  display: block;
}

.mobile-icon {
  display: none;
}

/* FAQ CSS END */

/* FOOTER CSS START */

#footer {
  background-image: url("assets/footer/background_footer.svg");
  height: 339px;
  padding: 0px 11%;
}

.footer-container {
  width: 100%;
}

.grid-container {
  display: grid;
  grid-template-columns: 45% 20% 15% 20%;
  gap: 10px;
  width: 100%;
  height: 258px;
  align-items: center;
}

.grid-item {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: baseline;
  gap: 8px;
}

.logo-footer {
  align-self: baseline;
  width: 110px;
  padding-bottom: 20px;
}

.footer-logo-description-content,
.footer-logo-image-content {
  display: flex;
  flex-flow: column;
  align-items: baseline;
}

.footer-logo-description {
  color: #1d1d1d;
  font-family: Plus Jakarta Sans;
  line-height: 155%;
}

.footer-link,
.footer-address {
  font-family: Plus Jakarta Sans;
  color: #838e9e;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-home {
  font-weight: 500;
  font-size: 18px;
  color: #060606;
}

.link-home span {
  font-size: 20px;
}

.footer-email {
  font-family: Inter;
  color: #060606;
  font-size: 18px;
  font-weight: 500;
}

.footer-media-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 81px;
  box-shadow: 0px -0.75px 0px 0px #243752;
}

.footer-icon-container {
  display: flex;
  gap: 16px;
  cursor: pointer;
}

.footer-icon {
  width: 15px;
  height: 15px;
}

.copyright {
  font-family: Inter;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}

/* FOOTER CSS END */

/* OTHERS CSS START */

.floating-btn {
  background-color: rgba(38, 227, 129, 1);
  color: rgba(68, 29, 29, 1);
  border: none;
  border-radius: 20px;
  padding: 16px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 48px;
  gap: 5px;
}

.floating-btn:hover {
  background-color: #128c7e;
}

.floating-btn img {
  width: 20px;
  height: 20px;
}

.image1 {
  height: auto;
  width: 100%;
}

.text-section {
  font-size: 64px;
}

.d-flex {
  display: flex;
}

/* OTHERS CSS END */

/* RESPONSIVE CSS START */

@media (max-width: 1350px) {
  #banner {
    margin: 110px 1% 0 1% !important;
  }

  .banner-content {
    margin-left: 40px;
  }

  .cta-content {
    padding: 110px 1% 110px 1% !important;
  }
}

@media (max-width: 1200px) {
  nav {
    width: 90%;
    max-width: 1200px;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .cards-container {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .card {
    width: 100%;
    max-width: 100%;
  }

  .cards-container {
    grid-template-columns: repeat(2, 350px);
    max-width: calc(2 * 350px + 1 * 40px);
  }
}

@media (max-width: 768px) {
  nav {
    display: none;
  }

  .delivery-home {
    margin-top: 45px;
  }

  #about {
    background-image: url("assets/about/background_how_to_work_mobile.jpg");
    background-position: top center;
    min-height: 200vh !important;
  }

  .about-message {
    padding-bottom: 0px !important;
  }

  .about-message-title {
    font-size: 36px !important;
    padding-bottom: 0px !important;
  }

  .about-message-description {
    font-size: 16px !important;
  }

  .about-message-description-first {
    padding-top: 26px;
  }

  .content-about-information {
    flex-direction: column;
  }

  .content-about-information img {
    height: 110px;
    width: 110px;
  }

  .about-information {
    align-items: center;
    padding-bottom: 60px;
  }

  .information-title {
    padding-top: 20px;
  }

  #banner {
    margin: 110px 0% 0 0% !important;
    background-image: url("assets/banner/background_mobile.svg");
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 145vh;
    border-radius: 0px !important;
  }

  .banner {
    justify-content: center !important;
  }

  .section-banner-content {
    position: relative;
    bottom: -8%;
  }

  .banner-content {
    margin-left: 0px !important;
    justify-items: center;
  }

  .banner-title-content {
    font-size: 20px !important;
    align-items: center;
  }

  .banner-subtitle {
    align-self: center;
    font-size: 12px;
  }

  .banner-button {
    width: 70%;
  }

  .photo-banner-content {
    display: none !important;
  }

  .photo-banner {
    padding: 45px 0px 0px 0px !important;
  }

  .photo-banner-mobile {
    display: block;
  }

  .photo-banner-content-mobile {
    display: block;
  }

  .cta-image-mobile {
    display: block;
    padding-top: 60px;
  }

  .cta-image-web {
    display: none;
  }

  .cta-content {
    flex-direction: column;
    background-color: #f2f1fa;
  }

  .cta-title {
    padding-top: 0px !important;
    font-size: 36px !important;
    align-items: center;
  }

  .description-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 34px;
    img {
      width: 24px;
    }
  }

  .cta-content-description {
    align-items: center;
    padding: 0px 10px;
  }

  .faq-title {
    font-size: 36px !important;
  }

  .faq-question {
    font-size: 14px !important;
    gap: 14px;
  }

  .faq-number {
    font-size: 22px !important;
  }

  .faq-container {
    background-color: #f9fbfd !important;
    padding: 80px 5% !important;
  }

  .faq-item {
    border: 1.15px solid #d1d9e2 !important;
    border-radius: 7px;
    padding: 0px 28px;
    min-height: 90px;
    align-content: center;
    margin-bottom: 20px;
  }

  .faq-answer {
    margin: 15px 0px !important;
  }

  .faq-item.active .faq-question {
    margin-top: 10px;
  }

  .web-icon {
    display: none;
  }

  .mobile-icon {
    display: block;
  }

  #footer {
    height: 800px !important;
    padding: 0px !important;
  }

  .footer-container {
    display: flex;
    flex-flow: column;
    height: 100%;
  }

  .footer-logo-description-content {
    align-items: center;
    padding-bottom: 20px;
  }

  .footer-link {
    padding-bottom: 35px;
  }

  .footer-address {
    padding-bottom: 30px;
  }

  .footer-media-container {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    margin-top: 90px;
  }

  .copyright {
    padding-top: 20px;
    font-size: 20px;
  }

  .footer-icon {
    width: 22px;
    height: 22px;
  }

  .logo-footer {
    width: 160px;
  }

  .footer-icon-container {
    gap: 40px;
  }

  .grid-container {
    display: flex !important;
    flex-direction: column;
    height: 65%;
    padding-top: 60px;
  }

  .grid-item {
    align-items: center !important;
  }

  .floating-btn {
    display: none;
  }

  .text-section-partners {
    font-size: 30px !important;
  }

  .column-mobile {
    justify-content: center;
  }

  .section-home {
    padding-top: 120px !important;
  }

  #home {
    margin-top: 0px !important;
    padding-top: 30px !important;
  }

  .desktop-bg {
    display: none;
  }

  .mobile-bg {
    display: block;
  }

  .logo-mobile {
    width: 200px;
    display: block;
  }

  .line-blue-content {
    width: 115px;
  }

  .content-home-description {
    display: none;
  }

  .yellow_circle_content {
    display: none;
  }

  .mobile-button {
    display: block;
  }

  .text-section {
    align-items: baseline;
    font-size: 40px !important;
  }

  .line-blue {
    width: 90%;
    bottom: 12px !important;
  }

  .filter-mobile-off {
    display: none;
  }

  .filter-menu {
    gap: 0px !important;
    padding: 0px !important;
  }

  .filter-btn {
    padding: 10px 10px !important;
  }

  .text-section-popular {
    font-size: 28px !important;
  }

  .text-section-popular-desktop {
    display: none;
  }

  .text-section-popular-mobile {
    display: flex;
    flex-direction: column;
  }

  .section-popular {
    padding-top: 60px !important;
  }

  .section-partners-mobile {
    display: block;
  }

  .section-partners-web {
    display: none;
  }

  .line-yellow-content-mobile {
    display: flex;
    justify-content: center;
  }

  .line-yellow-content {
    display: flex;
    width: 37%;
  }

  .section-partners {
    padding-top: 60px;
  }

  .text-red-spikes {
    padding: 0px 12px;
  }

  .section-partners-description {
    font-size: 16px !important;
    padding: 0px 20% !important;
  }

  .content-home-description {
    top: 270px !important;
    padding: 0px !important;
  }

  .mobile-home-description {
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 24px;
  }

  .home-button {
    margin-top: 0px !important;
    padding: 2px 10px !important;
    font-size: 12px !important;
  }

  .image1 {
    width: 170% !important;
    padding-top: 34px;
  }

  .description-navegation {
    font-size: 30px !important;
    width: 100%;
  }

  .content-navegation {
    padding-left: 0px !important;
    align-items: center;
  }

  .section-video-content {
    flex-direction: column;
  }

  .logo {
    align-self: baseline;
    width: 110px;
  }

  .floating-btn {
    bottom: 5px !important;
    right: 5px !important;
    width: 150px !important;
    height: 32px !important;
    font-size: 12px;
  }

  .cards-container {
    grid-template-columns: 320px;
    max-width: 350px;
  }

  .card {
    width: 320px;
  }

  .custom-btn {
    width: 290px;
  }

  .web-image {
    display: none;
  }

  .slides {
    display: flex !important;
    flex-direction: column !important;
    gap: 90px !important;
    padding-bottom: 90px !important;
  }

  .slider {
    width: auto !important;
    overflow: hidden;
    padding-bottom: 87px;
  }

  .nav-buttons {
    display: none;
  }

  .nav-buttons-mobile {
    display: flex !important;
    gap: 20px;
    margin-top: 20px;
  }

  .section-video {
    background-color: white !important;
  }

  .video-container {
    left: 0 !important;
  }

  .video-item {
    width: 100% !important;
    max-width: 100%;
    padding: 45px 0px 0px 0px !important;
  }

  .video-slider {
    padding: 0 20px;
  }

  iframe {
    border: 10px solid #e7f8ff;
  }

  .video-item {
    background-color: white !important;
  }

  .about-web {
    display: none !important;
  }

  .about-mobile {
    display: flex !important;
    position: relative;
    top: 240px;
    margin-bottom: 60px;
  }
}

@media (max-width: 425px) {
  .about-mobile {
    top: 120px;
  }
  .text-section {
    font-size: 30px !important;
  }

  .line-blue {
    width: 100%;
    bottom: 10px !important;
  }

  .line-blue-content {
    width: 80px;
    margin-left: 10px !important;
  }
}

@media (max-width: 480px) {
  #about {
    background-position: top center;
  }
}

@media (max-width: 540px) {
  .content-home-description {
    top: 260px !important;
    padding: 0px !important;
  }
}

/* RESPONSIVE CSS END */
