<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1024px) {
  .error-message {
    font-size: clamp(0.63rem, 0.4821rem + 0.2232vw, 0.75rem);
    height: 2rem;
  }

 

  .about-us__wrapper {
    position: relative;
    background-color: #fdead3;
    overflow: hidden;
  }

  .about-us__sun-icon {
    position: absolute;
    top: 26vw;
    right: -1.7vw;
    z-index: 2;
    width: 9.21vw;
  }

  /*  */
  /* FRAQUICIAS SECTION  */
  /*  */
  .franquicias {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    justify-items: center;
    margin: 10rem 0;
  }

  .franquicias h2 {
    font-family: "Bardy";
    color: #fd5200;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    grid-column: 2;
    line-height: 90%;

    font-size: clamp(3.31rem, -0.0446rem + 5.2455vw, 6.25rem);
    width: clamp(45.5rem, 0rem + 71.0938vw, 85.31rem);
  }

  .franchise {
    gap: 1.5rem;
  }

  .franchise h2 {
    font-size: clamp(3.31rem, -0.0446rem + 5.2455vw, 6.25rem);
    width: clamp(49.38rem, 0.0893rem + 77.0089vw, 92.5rem);
  }

  .franquicias article {
    width: 50rem;
    grid-column: 2;
    grid-row: 2;
  }

  .franchise article {
    width: clamp(48rem, 60vw, 62rem);
  }

  .franquicias article:nth-of-type(2) {
    grid-row: 3;
  }

  .franquicias article p {
    font-family: Poppins;
    font-size: clamp(1rem, 1.1vw, 1.5rem);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #591b0b;
    text-align: center;
  }

  .franquicias__strong {
    font-weight: 700;
    width: 108%;
  }

  .franquicias__text {
    width: 90%;
    margin: 0 auto;
  }

  .franchise .franquicias__text {
    width: 100%;
  }

  .franquicias article:nth-child(3) p:nth-of-type(1),
  .franquicias article:nth-child(2) p:nth-of-type(1) {
    margin-bottom: 1rem;
  }

  .franchise .franquicias article:nth-child(3) p:nth-of-type(1) {
    margin-bottom: 1.5rem;
  }

  .franquicias__heart-icon {
    width: min(6vw, 80px);
    height: auto;
    grid-column: 2;
    grid-row: 3;
    place-self: center end;
  }

  .franquicias__chicken-icon {
    width: min(4vw, 60px);
    height: auto;
    grid-column: 2;
    grid-row: 2;
    place-self: center start;
  }

  /* TEXT ESP  */
  .franquicias-esp article {
    display: grid;
    justify-items: center;
    width: clamp(34.57rem, -0.0006rem + 54.0109vw, 64.81rem);
  }

  .franquicias-esp article:nth-of-type(1) .franquicias__strong {
    width: fit-content;
    font-size: clamp(0.73rem, -0.0004rem + 1.1462vw, 1.38rem);
  }

  .franquicias-esp article:nth-of-type(1) .franquicias__text {
    width: fit-content;
    font-size: clamp(0.73rem, -0.0004rem + 1.1462vw, 1.38rem);
  }

  .franquicias-esp article:nth-of-type(2) .franquicias__strong {
    width: fit-content;
    font-size: clamp(0.73rem, -0.0004rem + 1.1462vw, 1.38rem);
  }
  .franquicias-esp article:nth-of-type(2) .franquicias__text {
    width: fit-content;
    font-size: clamp(0.73rem, -0.0004rem + 1.1462vw, 1.38rem);
  }

  /* TEXT-ENG  */
  .franquicias-eng article {
  }

  .franquicias-eng article {
    display: grid;
    justify-items: center;
    width: clamp(34.57rem, -0.0006rem + 54.0109vw, 64.81rem);
  }

  .franquicias-eng article:nth-of-type(1) .franquicias__strong {
    width: fit-content;
    font-size: clamp(0.73rem, -0.0004rem + 1.1462vw, 1.38rem);
  }

  .franquicias-eng article:nth-of-type(1) .franquicias__text {
    width: fit-content;
    font-size: clamp(0.73rem, -0.0004rem + 1.1462vw, 1.38rem);
  }

  .franquicias-eng article:nth-of-type(2) .franquicias__strong {
    width: fit-content;
    font-size: clamp(0.73rem, -0.0004rem + 1.1462vw, 1.38rem);
  }
  .franquicias-eng article:nth-of-type(2) .franquicias__text {
    width: fit-content;
    font-size: clamp(0.73rem, -0.0004rem + 1.1462vw, 1.38rem);
  }

  /*  */
  /* FORM SECTION  */
  /*  */
  .form__section {
    position: relative;
    display: grid;
    grid-template-areas:
      "heading heading heading"
      "steps form space";
    padding-inline: 10%;
    gap: 6rem 6rem;
    place-content: center;
    place-items: start center;
    margin-block: 5rem;
  }

  .form__section h2 {
    grid-area: heading;
    font-family: "Bardy";
    color: #fd5200;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 90%;

    font-size: clamp(3.31rem, -0.0446rem + 5.2455vw, 6.25rem);
    width: clamp(45.5rem, 0rem + 71.0938vw, 85.31rem);
  }

  /*  STEPS  */
  .form__section .steps__wrapper {
    grid-area: steps;
    width: 20vw;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(4, auto);
    height: fit-content;
    gap: 3rem 1rem;
    margin-top: 4rem;
  }

  .steps__wrapper .step {
    grid-column: 1;
    font-family: Poppins;
    font-weight: 600;
    color: #591b0b;
    height: fit-content;
    font-size: clamp(8px, 1.1vw, 16px);
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease-out;
  }

  .step[data-info-active] {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }

  .progress-line-opacity {
    grid-column: 2;
    grid-row: 1 / span 4;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.199);
    place-self: center center;
  }

  .steps__wrapper .progress-line {
    position: relative;
    grid-column: 2;
    grid-row: 1 / span 4;
    width: 1px;
    height: 100%;
    background-color: black;
    transform: scale(0);
    transform-origin: top;
    place-self: center center;
    transition: transform 0.5s ease-out;
  }

  .marker {
    position: relative;
    grid-column: 2;
    width: fit-content;
    height: fit-content;
    background-color: #fdead3;
    transition: transform 0.4s ease-out;
  }

  .marker img {
    vertical-align: bottom;
    width: 2rem;
    opacity: 0.5;
  }

  .marker[data-marker="1"] {
    grid-row: 1;
  }

  .marker[data-marker="2"] {
    grid-row: 2;
  }

  .marker[data-marker="3"] {
    grid-row: 3;
  }

  .marker[data-marker="4"] {
    grid-row: 4;
  }

  .marker[data-marker-active] {
    transform: scale(1.2);
    transition: all 0.4s ease-out;
  }

  .marker[data-marker-active] img {
    opacity: 1;
    transition: all 0.6s ease-out;
  }

  /* FORM */
  .form__section .form__wrapper {

    grid-area: form;
    display: grid;
    grid-template-areas:
      "stack stack"
      "prev next"
      "message message";
    width: fit-content;
    height: fit-content;
    interpolate-size: allow-keywords;
    row-gap: 2rem;
  }

  .franquicias__form {
    position: relative;
    z-index: 1;
    grid-area: stack;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 0rem 1rem;

    height: 25rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    interpolate-size: allow-keywords;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out, height 0.5s ease-out;
    /* display: none; */
    /* align-items: start; */

    max-width: 761px;
    width: clamp(25.38rem, 0.0179rem + 39.6205vw, 47.56rem);
  }

  .franquicias__form[data-formulario] {
    display: grid;
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    height: fit-content;
  }

  /* ALL INPUTS AND LABELS  */
  .franquicias__form fieldset {
    border: none;
  }

  .franquicias__form label {
    display: block;
    padding: 0.5rem 0.8rem;
    font-family: Poppins;
    font-weight: 600;
    font-size: clamp(8px, 1vw, 14px);
    color: #591b0b;
  }

  .franquicias__form span {
    color: #fd5200;
  }

  .franquicias__form fieldset input,
  .franquicias__form fieldset select {
    all: unset;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem 1rem;
    border: 2px solid #591b0b66;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-family: Poppins;
    color: #591b0b;

    font-size: clamp(0.63rem, 0.126rem + 0.7804vw, 1.06rem);
  }
  .franquicias__form fieldset select option {
    /* font-size: 10px !important; */
  }

  .franquicias__form input::placeholder {
    font-family: Poppins;
    color: #591b0b66;
    letter-spacing: 0.01rem;
  }

  .form__name__wrapper {
    grid-column: 1 / span 2;
  }

  .form__phone__wrapper #phone {
    padding-left: 6.5rem !important;
  }

  .iti__selected-dial-code {
    font-family: Poppins;
    color: #591b0b66;
    font-size: 0.8rem;
    letter-spacing: 0.01rem;
    border-right: 2px solid #591b0b66;
    padding-right: 1rem;
    font-size: clamp(0.63rem, 0.126rem + 0.7804vw, 1.06rem);
  }

  /* COUNTRY FIELD  and CITY*/
  .form__country__wrapper,
  .form__city__wrapper {
    position: relative;
    display: grid;
    grid-template-areas:
      "label"
      "input"
      "error";
  }

  .form__country__wrapper label,
  .form__city__wrapper label {
    grid-area: label;
  }

  .form__country__wrapper select {
  }

  .form__country__wrapper .error-message,
  .form__city__wrapper .error-message {
    grid-area: error;
  }

  .iti {
    display: block !important;
  }

  .form__country__wrapper #country,
  .form__city__wrapper #city {
    grid-area: input;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Poppins;
    color: #591b0b;
  }

  .form__country__wrapper #country option {
  }

  .form__country__wrapper svg,
  .form__city__wrapper svg {
    grid-area: input;
    place-self: center end;
    margin-right: 1rem;
    width: 1vw;
    pointer-events: none;
    user-select: none;
  }

  /* FORM ACCEPT TERMS 
   */
  .form__accept-terms {
    grid-column: 1 / span 2;
  }

  .form__accept-terms p {
    color: rgba(128, 128, 128, 0.681);
    font-family: Poppins;
    font-size: clamp(7px, 0.8vw, 11px);
    font-style: normal;
  }

  .form__accept-terms label {
    position: relative;
    padding: 0 0rem 0 30px;
    margin-top: 1rem;
  }

  .form__accept-terms label input {
    position: absolute;
    opacity: 0;
    height: 0px;
    width: 0px;
  }

  .form__accept-terms label .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(94, 94, 94);
    border-image: initial;
  }

  .form__accept-terms input:checked ~ .checkmark {
    background-color: #591b0b;
  }

  /* FORM BUTTONS  */
  .form__next__wrapper,
  .form__submit__wrapper,
  .form__prev__wrapper {
    position: relative;
    width: fit-content;
    place-self: center end;
  }

  .form__section[data-current-step="3"] .form__next__wrapper {
    display: none;
  }

  .form__section:not([data-current-step="3"]) .form__submit__wrapper {
    display: none;
  }

  .form__prev__wrapper {
    grid-area: prev;
  }

  .form__next__wrapper,
  .form__submit__wrapper {
    grid-area: next;
  }

  .form__prev__wrapper {
    place-self: center start;
    transition: all 0.3s ease;
  }

  .form__next-background,
  .form__submit-background,
  .form__prev-background {
    position: absolute;
    top: 8%;
    left: 1%;
    border-radius: 10rem;
    width: 100%;
    height: 100%;
    color: #591b0b;
    background-color: #591b0b;
  }

  .form__next,
  .form__submit,
  .form__prev {
    position: relative;
    width: fit-content;
    padding: 0.8rem 3.5rem 0.4rem;
    border: 2px solid #591b0b;
    border-radius: 10rem;
    background-color: #fdead3;
    font-family: Bardy;
    font-size: clamp(1rem, 2vw, 2.5rem);
    color: #591b0b;
    height: fit-content;
    cursor: pointer;
  }

  .form__section[data-current-step="0"] .form__prev__wrapper {
    opacity: 0;
    visibility: hidden;
  }

  .msg-container {
    grid-area: message;
    font-family: Poppins;
    font-size: clamp(13px, 1vw, 1rem);
    color: red;
    text-align: center;
  }

  .success__message {
    color: #591b0b;
    font-size: clamp(13px, 2vw, 2rem);
    text-align: center;
    font-family: Poppins;
    grid-area: heading;
    border: 1px solid #591b0b;
    padding: 2rem;
    border-radius: 2rem;
  }

  /* FLOATING ELEMENTS  */
  .franquicias__bang {
    position: absolute;
    right: 0rem;
    top: 45rem;
    width: min(10vw, 100px);
    height: fit-content;
  }

  .franquicias__book-icon {
    position: absolute;
    top: 10rem;
    right: 2rem;
    transform: rotate(-15deg);
  }

  .franquicias__star-icon {
    position: absolute;
    left: 15vw;
    top: 45rem;

    width: 3.5rem;
  }

  .franquicias__chicken-logo {
    position: absolute;
    top: -11vw;
    left: 0;
    height: min(20vw, 300px);
  }
}

@media screen and (max-width: 1023px) {
  .error-message {
    font-size: clamp(0.69rem, 0.2896rem + 1.6975vw, 1.38rem);
    height: 1.5rem;
  }

  .about-us__wrapper {
    position: relative;
    background-color: #fdead3;
    overflow: hidden;
  }

  .about-us__sun-icon {
    position: absolute;
    top: 95.2vw;
    right: 0;
    z-index: 2;
    width: 21.53vw;
  }

  /*  */
  /* FRAQUICIAS SECTION  */
  /*  */
  .franquicias {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    gap: 2rem 1rem;
    justify-items: center;
    margin: 6rem 0;
    padding-inline: 5vw;
  }

  .franquicias h2 {
    font-family: "Bardy";
    color: #fd5200;
    font-size: 12vw;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    grid-column: 1;
    grid-row: 2;
    line-height: 90%;
  }

  .franquicias article {
    grid-column: 1;
    grid-row: 3;
  }

  .franquicias article:nth-of-type(1) {
    grid-column: 1;
    grid-row: 4;
  }

  .franquicias article:nth-of-type(2) {
    grid-row: 5;
  }

  .franquicias article p {
    font-family: Poppins;
    font-size: clamp(0.94rem, 0rem + 4vw, 2.56rem);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #591b0b;
    text-align: center;
  }

  .franquicias__strong {
    font-weight: 700;
  }

  .franquicias__text {
    margin: 0 auto;
  }

  .franquicias article:nth-child(3) p:nth-of-type(1),
  .franquicias article:nth-child(2) p:nth-of-type(1) {
    margin-bottom: 1rem;
  }

  .franquicias__heart-icon {
    width: 12vw;
    height: auto;
    grid-column: 1;
    grid-row: 3;
    place-self: center end;
    margin-top: -4rem;



  }

  .franquicias-eng .franquicias__heart-icon {
    margin-top: -2rem;
  }

  .franquicias__chicken-icon {
    width: 12vw;
    grid-column: 1;
    grid-row: 1;
    height: auto;
    place-self: center start;


  }

  /* TEXT ESP  */
  .franquicias-esp article {
    display: grid;
    justify-items: center;
    width: clamp(21.13rem, 21.1256rem + -0.0025vw, 21.12rem);
    width: 930px;

    width: clamp(21.13rem, -0.287rem + 91.358vw, 58.13rem);

    width: 100%;
  }

  .franquicias-esp article:nth-of-type(1) .franquicias__strong {
    width: fit-content;
  }

  .franquicias-esp article:nth-of-type(1) .franquicias__text {
    width: fit-content;
    font-size: clamp(0.94rem, 0rem + 4vw, 2.56rem);
  }

  .franquicias-esp article:nth-of-type(2) .franquicias__strong {
    width: fit-content;
  }
  .franquicias-esp article:nth-of-type(2) .franquicias__text {
    width: fit-content;
    font-size: clamp(0.94rem, 0rem + 4vw, 2.56rem);
  }

  /*  */
  /* FORM SECTION  */
  /*  */
  .form__section {
    position: relative;
    display: grid;
    grid-template-areas:
      "heading"
      "steps"
      "form";
    padding-inline: 5vw;
    row-gap: 4rem;
    place-content: center;
    place-items: center;
    /* margin-block: 5rem; */
  }

  .form__section h2 {
    grid-area: heading;
    font-family: "Bardy";
    color: #fd5200;
    font-size: 11.3vw;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    line-height: 90%;
  }

  /*  STEPS  */
  .form__section .steps__wrapper {
    grid-area: steps;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: repeat(2, auto);
    place-items: center;
    height: fit-content;
    row-gap: 1rem;
  }

  .steps__wrapper .step {
    grid-row: 1;
    font-family: Poppins;
    font-size: 2.7vw;
    font-weight: 600;
    color: #591b0b;
    height: fit-content;
    visibility: hidden;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease-out;
  }

  .step[data-info-active] {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }

  .progress-line-opacity {
    grid-column: 1 / span 4;
    grid-row: 2;
    width: 78%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.199);
    place-self: center center;
  }

  .steps__wrapper .progress-line {
    position: relative;
    grid-column: 1 / span 4;
    grid-row: 2;
    width: 78%;
    height: 1px;
    background-color: black;
    transform: scale(0);
    transform-origin: left;
    place-self: center center;
    transition: transform 0.5s ease-out;
  }

  .marker {
    position: relative;
    grid-row: 2;
    width: fit-content;
    height: fit-content;
    background-color: #fdead3;
    transition: transform 0.4s ease-out;
  }

  .marker img {
    vertical-align: bottom;
    width: 1.5rem;
    opacity: 0.5;
  }

  .marker[data-marker="1"] {
    grid-column: 1;
  }

  .marker[data-marker="2"] {
    grid-column: 2;
  }

  .marker[data-marker="3"] {
    grid-column: 3;
  }

  .marker[data-marker="4"] {
    grid-column: 4;
  }

  .marker[data-marker-active] {
    transform: scale(1.2);
    transition: all 0.4s ease-out;
  }

  .marker[data-marker-active] img {
    opacity: 1;
    transition: all 0.6s ease-out;
  }

  /* FORM */
  .form__section .form__wrapper {
    grid-area: form;
    display: grid;
    grid-template-areas:
      "stack stack"
      "prev next"
      "message message";
    width: 100%;
    height: fit-content;
    row-gap: 2rem;
    height: fit-content;
    interpolate-size: allow-keywords;
  }

  .franquicias__form {
    grid-area: stack;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0rem 1rem;
    width: 100%;
    height: 35rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out, height 0.3s ease-out;
  }

  .franquicias__form[data-formulario] {
    display: grid;
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    height: fit-content;
  }

  /* ALL INPUTS AND LABELS  */
  .franquicias__form fieldset {
    border: none;
  }

  .franquicias__form label {
    display: block;
    padding: 0.5rem 0.8rem;
    font-family: Poppins;
    font-weight: 600;
    color: #591b0b;
    font-size: 3.4vw;
  }

  .franquicias__form span {
    color: #fd5200;
  }

  .franquicias__form fieldset input,
  .franquicias__form fieldset select {
    all: unset;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem 1rem;
    border: 2px solid #591b0b66;
    border-radius: 1rem;
    font-family: Poppins;
    color: #591b0b;
    background-color: #fdead3;
    font-size: 3.2vw;
  }

  .franquicias__form input::placeholder {
    font-family: Poppins;
    color: #591b0b66;
    letter-spacing: 0.01rem;
    font-size: 3.2vw;
  }

  .form__name__wrapper,
  .form__email__wrapper,
  .form__phone__wrapper,
  .form__country__wrapper,
  .form__city__wrapper {
    grid-column: 1 / span 2;
  }

  .form__phone__wrapper #phone {
    padding-left: 6.5rem !important;
  }

  .iti__selected-dial-code {
    font-family: Poppins;
    color: #591b0b66;
    font-size: 0.8rem;
    letter-spacing: 0.01rem;
    border-right: 2px solid #591b0b66;
    padding-right: 1rem;
  }

  /* COUNTRY FIELD  */
  .form__country__wrapper,
  .form__city__wrapper {
    position: relative;
    display: grid;
    grid-template-areas:
      "label"
      "input"
      "error";
  }

  .form__country__wrapper label,
  .form__city__wrapper label {
    grid-area: label;
  }

  .form__country__wrapper select {
  }

  .form__country__wrapper .error-message,
  .form__city__wrapper .error-message {
    grid-area: error;
  }

  .form__country__wrapper #country,
  .form__city__wrapper #city {
    appearance: none;
    grid-area: input;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Poppins;
    color: #591b0b;
  }

  .iti {
    width: 100%;
  }

  .form__country__wrapper svg,
  .form__city__wrapper svg {
    grid-area: input;
    place-self: center end;
    width: 1rem;
    pointer-events: none;
    user-select: none;
    margin-right: 1rem;
  }

  /* FORM BUTTONS  */
  .form__next__wrapper,
  .form__submit__wrapper,
  .form__prev__wrapper {
    position: relative;
    width: fit-content;
    place-self: center end;
  }

  .form__prev__wrapper {
    grid-area: prev;
    place-self: center start;
  }

  .form__next__wrapper,
  .form__submit__wrapper {
    grid-area: next;
  }

  .form__next-background,
  .form__submit-background,
  .form__prev-background {
    position: absolute;
    top: 8%;
    left: 1%;
    border-radius: 10rem;
    width: 100%;
    height: 100%;
    color: #591b0b;
    background-color: #591b0b;
  }

  .form__next,
  .form__submit,
  .form__prev {
    position: relative;
    z-index: 1;
    width: fit-content;
    padding: 0.8rem 2rem 0.3rem;
    border: 2px solid #591b0b;
    border-radius: 10rem;
    background-color: #fdead3;
    font-family: Bardy;
    font-size: 5vw;
    color: #591b0b;
    height: fit-content;
    cursor: pointer;
    min-width: 20vw;
  }

  .form__section[data-current-step="0"] .form__prev__wrapper {
    opacity: 0;
    visibility: hidden;
  }

  .form__next {
    grid-area: next;
  }

  /* FORM ACCEPT TERMS 
   */
  .form__accept-terms {
    grid-column: 1 / span 2;
  }

  .form__accept-terms p {
    color: rgba(128, 128, 128, 0.681);
    font-family: Poppins;
    font-size: 2.5vw;
    font-style: normal;
  }

  .form__accept-terms label {
    position: relative;
    padding: 0 0rem 0 30px;
    margin-top: 1rem;
  }

  .form__accept-terms label input {
    position: absolute;
    opacity: 0;
    height: 0px;
    width: 0px;
  }

  .form__accept-terms label .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(94, 94, 94);
    border-image: initial;
  }

  .form__accept-terms input:checked ~ .checkmark {
    background-color: #591b0b;
  }

  .form__section[data-current-step="3"] .form__next__wrapper {
    display: none;
  }

  .form__section:not([data-current-step="3"]) .form__submit__wrapper {
    display: none;
  }

  .msg-container {
    grid-area: message;
    font-family: Poppins;
    font-size: 3.5vw;
    color: red;
    text-align: center;
  }

  /* FLOATING ELEMENTS  */

  .franquicias__book-icon {
    display: none;
  }

  .franquicias__chicken-logo {
    position: absolute;
    top: 168vw;
    left: 0;
    height: min(35vw, 300px);
    z-index: 0;
  }

  .franquicias__bang {
    position: absolute;
    right: 0rem;
    top: 94vw;
    width: min(18vw, 160px);
    height: fit-content;
    z-index: 0;
  }

  .franquicias__star-icon {
    display: none;
  }

  .success__message {
    color: #591b0b;
    font-size: 4vw;
    text-align: center;
    font-family: Poppins;
    grid-area: heading;
    border: 1px solid #591b0b;
    padding: 1rem;
    border-radius: 1rem;
  }

  /*  */
  /* MOVING TEXT  */
  /*  */
  .texto-movimiento-home {
    height: fit-content;
    padding-block: 10rem;
  }
}

.button-disabled {
  opacity: 0.5;
  cursor: none;
}

.button-disabled button {
  cursor: not-allowed;
}

.terms-link {
  color: #fd5200;
}

.error-message {
  color: #fd5200;
  font-family: Poppins;
  display: inline-block;
  width: 100%;
  text-align: center;
}
</pre></body></html>