    @import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

    * {
      -webkit-font-smoothing: antialiased;
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0px;
      height: 100%;
    }
    
    body, html, #page, #content, .page-wrapper, .main-content {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
    }

    button:focus-visible {
      outline: 2px solid #4a90e2 !important;
      outline: -webkit-focus-ring-color auto 5px !important;
    }

    :root {
      --gray-3: rgba(130, 130, 130, 1);
      --16dp-penumbra-elevation: 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    }


    a {
      text-decoration: none;
    }

    .box-principal {
      background: linear-gradient(180deg, rgba(255, 240, 233, 1) 0%, rgba(254, 254, 254, 1) 1%);
    }

	.hero {
	  position: relative;
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
	  padding: 2rem 4rem;
	  overflow: hidden;
	  font-family: Inter, sans-serif;
	}

	.hero .hero__content {
	  display: flex;
	  flex-direction: column;
	  gap: 1.5rem;
	  max-width: 45%;
	}

	.hero .hero__image img {
	  display: block;
	  max-width: 100%;
	  height: auto;
	}

	.hero .promo {
	  display: flex;
	  align-items: center;
	  gap: 0.5rem;
	  text-transform: uppercase;
	  font-weight: 500;
	  color: rgba(0, 0, 0, 0.75);
	  font-size: 18px;
	  line-height: 20px;
	  letter-spacing: 0.18px;
	}

	.hero .promo__icon {
	  width: 23px;
	  height: 23px;
	}

	.hero .hero__title {
	  font-size: 64px;
	  max-width: 600px;
	  line-height: 70px;
	  font-weight: 600;
	  letter-spacing: 0.64px;
	  color: #000;
	}

	.hero .hero__subtitle {
	  color: rgba(0, 0, 0, 0.65);
	  font-size: 28px;
	  font-weight: 500;
	  text-transform: uppercase;
	  line-height: 45px;
	  letter-spacing: 0.28px;
	}

	.hero .hero__buttons {
	  display: flex;
	  align-items: center;
	  gap: 1rem;
	}

	.hero .btn {
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  padding: 0.75rem 1.5rem;
	  border-radius: 15px;
	  font-weight: 600;
	  line-height: 45px;
	  text-decoration: none;
	}

	.hero .btn--primary {
	  background: #267DFF;
	  color: #fff;
	  font-size: 24px;
	}

	.hero .btn--link {
	  background: none;
	  color: #267DFF;
	  text-decoration: underline;
	  font-size: 22px;
	}

	.hero .shape {
	  position: absolute;
	  border-radius: 50%;
	  filter: blur(250px);
	  transform: rotate(-164deg);
	  transform-origin: top left;
	  pointer-events: none;
	}

	.hero .shape--yellow {
	  background: #FAFF00;
	  width: 296px;
	  height: 253px;
	  top: 70%;
	  left: 50%;
	}

	.hero .shape--red {
	  background: #9A0D10;
	  width: 273px;
	  height: 233px;
	  top: 40%;
	  left: 35%;
	}
    
    .seccion {
      position: relative;
      width: 100%;
      height: 832px;
    }

.seccion .overlap {
  position: relative;
  width: 100%;
  max-width: 596px; /* Ancho máximo del texto */
  margin: 0 auto;   /* Centrado horizontal */
  top: 51px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centrado vertical interno */
}

.seccion .frame {
  display: flex;
  flex-direction: column;
  width: 372px;
  align-items: center;
  gap: 16px;
  position: relative;
  top: 14px;
  left: 11px;
}

.seccion .text-wrapper {
  position: relative;
  width: 596px;
  height: 54px;
  margin-top: -1.00px;
  margin-left: -112.00px;
  margin-right: -112.00px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #352e28;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48.1px;
  white-space: nowrap;
}

.seccion .div {
  position: relative;
  align-self: stretch;
  height: 44px;
  font-family: "Gochi Hand";
  font-weight: 700;
  color: #ff0800;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 44.2px;
  white-space: nowrap;
}

.seccion .group {
  position: relative;
  width: 44px;
  height: 27px;
  top: 0;
  left: 0;
}

.seccion .vector {
  position: relative;
  left: 228px;
  align-items: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.seccion .overlap-group {
  width: 563px;
  height: 487px;
}

.seccion .img {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 386px;
  left: 24px;
}

.seccion .vector-2 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 451px;
  left: 182px;
}

.seccion .overlap-group-2 {
  position: relative;
  height: 465px;
}

.seccion .ellipse-wrapper {
  position: absolute;
  width: 465px;
  height: 465px;
  top: 0;
  left: 0;
  background-color: #ff0000;
  border-radius: 232.34px;
}

.seccion .frame-2 {
  display: flex;
  width: 323px;
  height: 71px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 15px;
  position: absolute;
  top: 416px;
  left: 120px;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid;
  border-color: #00000026;
  box-shadow: 0px 4px 50px #0000001a;
}

.seccion .group-2 {
  position: relative;
  width: 170px;
  height: 48px;
}

.seccion .male-memojis {
  position: absolute;
  width: 47px;
  height: 47px;
  top: 0;
  left: 0;
  background-color: #fee9de;
  border-radius: 50px;
}

.seccion .element {
  position: absolute;
  width: 47px;
  height: 47px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.seccion .text-wrapper-2 {
  position: absolute;
  top: 1px;
  left: 71px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #352e28;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}

.seccion .text-wrapper-3 {
  position: absolute;
  top: 25px;
  left: 71px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: var(--gray-3);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}

.seccion .plus-wrapper {
  position: relative;
  width: 41px;
  height: 41px;
  background-color: #ff0000d4;
  border-radius: 50px;
  overflow: hidden;
}

.seccion .plus {
  position: relative;
  width: 17px;
  height: 17px;
  top: 12px;
  left: 12px;
}

.seccion .group-3 {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 1px;
}

.seccion .market {
  object-fit: cover;
}

.seccion .overlap-2 {
  width: 567px;
  height: 531px;
}

.seccion .vector-3 {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 289px;
  left: 513px;
}

.seccion .vector-4 {
  position: absolute;
  width: 54px;
  height: 19px;
  top: 427px;
  left: 326px;
}

.seccion .frame-3 {
  display: flex;
  flex-direction: column;
  width: 559px;
  align-items: flex-start;
  gap: 31px;
  position: relative;
  top: 0;
  left: 0;
}

.seccion .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.seccion .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  padding: 0px 18px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.seccion .p {
  position: relative;
  width: 548px;
  margin-top: -1.00px;
  margin-right: -7.00px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #352e28;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 45.4px;
}

.seccion .text-wrapper-4 {
  position: relative;
  width: 100%;
  margin-right: -18.00px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #686363;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 38.9px;
}

.seccion .div-wrapper {
  position: relative;
  width: 248px;
  height: 64px;
}

.seccion .overlap-group-3 {
  position: relative;
  width: 246px;
  height: 64px;
}

.seccion .ellipse-2 {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.seccion .ellipse-3 {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 43px;
  object-fit: cover;
}

.seccion .ellipse-4 {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 85px;
  object-fit: cover;
}

.seccion .ellipse-5 {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 131px;
  object-fit: cover;
}

.seccion .ellipse-6 {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 182px;
  background-color: #ff0000d4;
  border-radius: 32px;
  border: 3px solid;
  border-color: #ffffff;
}

.seccion .text-wrapper-5 {
  position: absolute;
  top: 21px;
  left: 193px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}

.seccion .frame-6 {
  position: relative;
  width: 486px;
  height: 63px;
  background-color: #ff0000d4;
  border-radius: 44px;
  overflow: hidden;
  box-shadow: 0px 4px 50px #0000001a;
}

.seccion .text-wrapper-6 {
  position: absolute;
  top: 22px;
  left: 59px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}

.seccion .vector-5 {
  position: relative;
  width: 28px;
  height: 28px;
}

.dual-wrapper {
  position: relative;
  top: 80px;            /* mantiene tu desplazamiento vertical */
  left: 50%;            /* punto de anclaje al centro del contenedor */
  transform: translateX(-50%);  /* retrocede la mitad de su propio ancho */
  display: flex;
  align-items: flex-start;
  gap: 20px;
  /* opcional: si quieres que su ancho se ajuste al contenido */
  width: max-content;
}

.seccion .overlap-group,
.seccion .overlap-2 {
  position: static;
  top: auto;
  left: auto;
}

.overlap-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* 1) SVGs (círculo rojo y vector) responden al ancho del contenedor */
.overlap-group .img,
.overlap-group .vector-2 {
  width: clamp(24px, 8vw, 28px);  /* nunca menor de 24px, ideal 8% viewport, nunca mayor de 28px */
  height: auto;
}

/* 2) Elipse exterior: que escale según ancho de su wrapper */
.overlap-group .ellipse-wrapper {
  width: clamp(200px, 40vw, 465px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 1; /* fuerza proporción cuadrada */
}

/* 3) Elipse interior: 75% del tamaño exterior */
.overlap-group .ellipse {
  width: 75%;
  height: 75%;
  margin: auto;      /* centrado dentro de su wrapper */
  border-radius: 50%;
}

/* 4) Imagen del repartidor: que no se desborde */
.overlap-group .market {
  width: clamp(150px, 35vw, 393px);
  height: 237px;
  display: block;
}

/* 5) Contenedor general adapta su ancho */
.dual-wrapper .overlap-group {
  max-width: 600px;
  margin: 0 auto;
}


.box-2 {
  position: relative;
}

.box-2 .restaurants-section {
  position: relative;
  margin-top: 60px;
  margin-left: 50px;
}

.box-2 .overlap-group {
  position: relative;
  width: 100%;
  height: 155px;
}

.box-2 .group {
  position: relative;
  width: 100%;
  height: 150px;
  top: 5px;
  left: 0;
}

.box-2 .div-wrapper {
  position: relative;
  width: 480px;
  height: 150px;
}

.box-2 .text-wrapper {
  position: relative;
  width: 478px;
  font-family: "Outfit";
  font-weight: 700;
  color: #424242;
  font-size: 61px;
  letter-spacing: 0.61px;
  line-height: 75px;
}

.box-2 .div {
  position: absolute;
  width: 208px;
  height: 78px;
  top: 72px;
  right: 0;
  margin-right: 80px;
}

.box-2 .button {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 25px 33px;
  position: absolute;
  top: 0;
  left: 114px;
  background-color: #ef5b5b;
  border-radius: 50px;
}

.box-2 .icon-fill-arrow {
  background-image: url(./img/arrow-right.svg);
  position: relative;
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
}

.box-2 .icon-fill-arrow-left-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 25px 33px;
  position: absolute;
  border-radius: 50px;
  border: 1px solid;
  border-color: #e0e0e0;
}

.box-2 .icon-fill-arrow-left {
  background-image: url(./img/arrow-left.svg);
  position: relative;
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
}

.box-2 .rectangle {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 119px;
  left: 503px;
  background-color: #ef5b5b;
  border-radius: 2px;
  transform: rotate(45deg);
}

.box-2 .rectangle-2 {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 1px;
  left: 634px;
  background-color: #ffc529;
  border-radius: 3px;
  transform: rotate(15.00deg);
}

.box-2 .rectangle-3 {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 69px;
  left: 792px;
  background-color: #ef5b5b;
  border-radius: 3px;
  transform: rotate(75.00deg);
}

.box-2 .frame-wrapper {
  all: unset;
  box-sizing: border-box;
  display: block;
  margin: 20px auto;
  padding: 24px 40px;
  background-color: #ef5b5b;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.box-2 .frame {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.box-2 .button-2 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: #fefefe;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.box-2 .icon-fill-arrow-2 {
  background-image: url(./img/arrow-right-2.svg);
  position: relative;
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
}


.box-2 .group-2 {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  overflow-x: auto;
  padding-bottom: 20px; /* Espacio para scroll */
  width: 100%;
  scrollbar-width: none; /* Ocultar scroll Firefox */
  -ms-overflow-style: none; /* Ocultar scroll IE/Edge */
}

.box-2 .group-2::-webkit-scrollbar {
  display: none; /* Ocultar scroll Chrome/Safari */
}

.box-2 .general-card {
  width: 431px;
  min-width: 431px; /* Fijo en todos los casos */
  height: 409px;
  background-color: #fefefe;
  border-radius: 40px;
  box-shadow: 0px 16px 40px #0000000d;
  position: relative;
  flex-shrink: 0; /* Evita que se reduzca */
  transition: opacity 0.3s ease;
}

[class^="icon-fill-pin-"],
[class^="icon-fill-clock-"] {
  display: inline-block !important;
}

.box-2 .frame-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: absolute;
  top: 258px;
  left: 24px;
}

.box-2 .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.box-2 .frame-4 {
  display: flex;
  width: 431px;
  align-items: center;
  gap: 57px;
  position: relative;
  flex: 0 0 auto;
}

.box-2 .oriental-restaurant {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: #424242;
  font-size: 25px;
  letter-spacing: 0.50px;
  line-height: 35px;
  white-space: nowrap;
}

.box-2 .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.box-2 .icon-fill-star {
  position: relative;
  width: 20px;
  height: 20px;
}

.box-2 .element {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 20px;
  line-height: 20px;
}

.box-2 .span {
  font-weight: 500;
  color: #ef5b5b;
  letter-spacing: 0.08px;
  line-height: 30px;
}

.box-2 .text-wrapper-2 {
  font-weight: 500;
  color: #ef5b5b;
  font-size: 12px;
  letter-spacing: 0;
}

.box-2 .text-wrapper-3 {
  font-family: "Outfit-Light", Helvetica;
  font-weight: 300;
  color: #757575;
  letter-spacing: 0;
  line-height: 30px;
}

.box-2 .text-wrapper-4 {
  font-family: "Outfit-Light", Helvetica;
  font-weight: 300;
  color: #bdbdbd;
  letter-spacing: 0;
  line-height: 30px;
}

.box-2 .frame-6 {
  display: flex;
  align-items: flex-start;
  gap: 114px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.box-2 .frame-7 {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.box-2 .icon-fill-pin {
  background-image: url(./img/pin-3.svg);
  position: relative;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}

.box-2 .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Light", Helvetica;
  font-weight: 300;
  color: #757575;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.box-2 .icon-fill-clock {
  background-image: url(./img/clock.svg);
  position: relative;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}

.box-2 .frame-8 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.box-2 .frame-9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f5f5f5;
  border-radius: 12px;
}

.box-2 .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.box-2 .mask-group {
  position: absolute;
  width: 479px;
  height: 238px;
}

.box-3 {
  position: relative;
}

.box-3 .group {
  position: relative;
}

.box-3 .rectangle {
  position: relative;
  top: -181px;
  left: 3384px;
}

.box-3 .img {
  position: absolute;
  width: 6px;
  height: 10px;
  top: 51px;
  left: 10px;
}

.box-3 .div {
  position: relative;
  height: 145px;
}

.box-3 .c-MO-FUNCIONA {
  position: relative;
  left: 628px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.box-3 .text-wrapper {
  color: #342a2a;
}

.box-3 .span {
  color: #f13b3b;
}

.box-3 .ellipse {
  width: 12px;
  height: 12px;
  top: 65px;
  left: 1245px;
  border-radius: 6px;
  position: absolute;
  background-color: #f13b3b;
}

.box-3 .ellipse-2 {
  width: 13px;
  height: 13px;
  top: 160px;
  left: 193px;
  border-radius: 6.5px;
  position: absolute;
  background-color: #f13b3b;
}

.box-3 .star {
  top: 653px;
  left: 521px;
  position: absolute;
  width: 21px;
  height: 20px;
}

.box-3 .star-2 {
  top: 360px;
  left: 940px;
  position: absolute;
  width: 21px;
  height: 20px;
}

.box-3 .p {
  position: relative;
  width: 671px;
  left: 392px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #424242;
  font-size: 61px;
  text-align: center;
  letter-spacing: 0.61px;
  line-height: 75px;
}

.box-3 .frame {
  display: flex;
  flex-direction: column;
  width: 270px;
  align-items: center;
  gap: 16px;
  position: relative;
}

.box-3 .frame-2 {
  display: flex;
  flex-direction: column;
  width: 270px;
  align-items: center;
  gap: 16px;
  position: relative;
}

.box-3 .frame-3 {
  display: flex;
  flex-direction: column;
  width: 270px;
  align-items: center;
  gap: 16px;
  position: relative;
}

.box-3 .frames {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 20px;
}

.box-3 .frame,
.box-3 .frame-2,
.box-3 .frame-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    min-height: 400px;
    gap: 16px;
    position: relative;
    left: 0 !important;
}

.box-3 .overlap-wrapper,
.box-3 .delivery-address,
.box-3 .group-34 {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
}

.box-3 .text-wrapper-2,
.box-3 .text-wrapper-4 {
    position: relative;
    margin-top: -1.00px;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #424242;
    font-size: 31px;
    text-align: center;
    letter-spacing: 0.31px;
    line-height: 38px;
    width: 100%;
}

.box-3 .text-wrapper-3,
.box-3 .text-wrapper-5 {
  position: relative;
  font-family: "Outfit-Light", Helvetica;
  font-weight: 300;
  color: #424242;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
    text-align: center;
    padding: 0 15px;
}

.box-3 .group {
  padding: 40px 20px; /* Espaciado vertical y horizontal */
}

/* Títulos responsivos */
.box-3 .c-MO-FUNCIONA {
  left: 0;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 18px;
  width: 100%;
}

.box-3 .p {
  width: 90%;
  left: 0;
  margin: 0 auto 40px;
  font-size: 36px;
  line-height: 1.3;
}

/* Contenedor de frames responsivo */
.box-3 .frames {
  flex-wrap: wrap; /* Permitir que los items se apilen */
  justify-content: center;
  gap: 40px;
  padding: 0;
}

/* Frames individuales */
.box-3 .frame,
.box-3 .frame-2,
.box-3 .frame-3 {
  width: 100%;
  max-width: 400px; /* Ancho máximo para móvil */
  min-height: auto;
  padding: 20px;
  margin: 0 auto;
}

/* Imágenes responsivas */
.box-3 .overlap-wrapper,
.box-3 .delivery-address,
.box-3 .group-34 {
  max-width: 180px !important; /* Tamaño reducido para móvil */
  height: auto;
}

.box-3 .text-wrapper-2,
.box-3 .text-wrapper-4 {
  font-size: 24px !important;
  line-height: 1.2 !important;
}

.box-3 .text-wrapper-3,
.box-3 .text-wrapper-5 {
  font-size: 16px !important;
  padding: 0 !important;
}

.box-3 .ellipse,
.box-3 .ellipse-2,
.box-3 .star,
.box-3 .star-2,
.box-3 .rectangle {
  display: none;
}

@media (max-width: 910px) {
  .hero {
      align-items: center;
  }

  .hero,
  .hero .hero__buttons {
      flex-direction: column;
  }

  .hero__image .dotlottie-player {
      width: 100% !important;
      height: 100% !important;
  }

  .hero .hero__title {
      font-size: 40px;
      line-height: 50px;
  }

  .hero .hero__subtitle {
      font-size: 22px;
      line-height: 35px;
  }

  .hero .hero__content{
      max-width: unset;
  }

  .hero .btn--primary,
  .hero .btn--link {
      font-size: 20px;
  }

  .seccion {
      width: unset;
      height: unset;
  }

  .seccion .overlap {
      width: unset;
      max-width: unset;
      top: unset;
  }
  
  .seccion .frame {
      width: unset;
      top: unset;
      left: unset;
  }

  .seccion .overlap-2 {
      width: unset;
      height: unset;
  }
  
  .seccion .text-wrapper {
      width: unset;
      height: unset;
      font-size: 29px;
      line-height: 37px;
      margin-top: unset;
      margin-left: unset;
      margin-right: unset;
      white-space: unset;
  }

  .seccion .div {
      height: unset;
      line-height: unset;
      font-size: 26px;
      white-space: unset;
  }

  .seccion .overlap-group {
    width: unset;
    height: unset;
  }

  .seccion .vector,
  .seccion .vector-2,
  .seccion .vector-3,
  .seccion .group,
  .seccion .vector-5,
  .seccion .vector-2,
  .seccion .img {
      display: none;
  }

  .seccion .text-wrapper-6 {
      font-size: 21px;
      position: unset;
      top: unset;
      left: unset;
  }

  .seccion .ellipse-wrapper {
      position: unset;
      height: unset;
  }

  .seccion .frame-3 {
    width: unset;
    align-items: center;
  }

  .seccion .frame-5 {
      width: unset;
  }

  .seccion .frame-6 {
      width: 90%;
  }

  .seccion .p {
      width: unset;
      margin-top: unset;
      margin-right: unset;
      text-align: center;
      font-size: 23px;
      line-height: 35.4px;
  }

  .seccion .text-wrapper-4 {
      width: unset;
      margin-right: unset;
      text-align: center;
      font-size: 18px;
      line-height: 29px;
  }

  .overlap-group .market {
      height: 40%;
  }

  .dual-wrapper {
      width: unset;
      top: unset;
      left: unset;
      transform: unset;
      flex-direction: column;
      align-items: center;
      padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .box-3 .frames {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  
  .box-3 .frame,
  .box-3 .frame-2,
  .box-3 .frame-3 {
    width: 30%;
    max-width: none;
  }
  
  .box-3 .p {
    font-size: 48px;
    width: 80%;
  }
  
  .box-3 .overlap-wrapper,
  .box-3 .delivery-address,
  .box-3 .group-34 {
    height: 200px;
    max-width: 250px !important;
  }
  
  .box-3 .text-wrapper-2,
  .box-3 .text-wrapper-4 {
    font-size: 31px !important;
  }
  
  .box-3 .ellipse,
  .box-3 .ellipse-2,
  .box-3 .star,
  .box-3 .star-2,
  .box-3 .rectangle {
    display: block;
  }
}

@media (min-width: 1024px) {
  .box-3 .p {
    font-size: 61px;
    width: 671px;
  }
}