* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: Helvetica, Arial, sans-serif;
   color: #fff;
 }

 body {
   display: flex;
 }

 #x-form__step1 .x-logo-event, .step1__userIdentified #x-form__step1 .x-logo-event {
   display: none;
 }

 .step1__userIdentified #x-form__step1 {
   grid-template-columns: 1fr;
 }

 .step1__userIdentified #x-form__step1 .x-section__global {
   flex-grow: unset;
 }

 #x-form__step1 .x-section__global {
   flex-grow: 1;
   margin-bottom: 0;
 }

 #x-form__step1 #crmPrefix, #x-form__step2 #crmPrefixTwo {
   text-decoration: none;
   text-align: center;
   width: 35px;
   border-right: 0px;
   margin: -32px 0 0 0px;
   background: transparent;
   border: 0;
   pointer-events: none;
   display: none;
 }

 #x-form__step1 #crmPrefix {
   margin-top: 2px;
   position: absolute;
   left: 27.5%;
 }

 #x-form__step2 #crmPrefixTwo {
   margin: -24px 0 0 0px;
 }

 .x-container {
   min-height: 100vh;
   background-image: url('http://image.crm.loreal.com.br/lib/fe8d12727d62007876/m/1/f520f032-5819-4d71-9b29-45529279ab84.png');
   background-repeat: no-repeat;
   background-size: cover;
   display: flex;
   flex-grow: 1;
 }

 img {
   width: 100%;
 }

 .x-logo {
   width: 100%;
   text-align: center;
   padding: 1rem 0;
 }

 .x-logo img {
   width: 55%;
 }

 #x-form__step1 {
   display: flex;
   flex-direction: column;
   height: 100%;
   flex-grow: 1;
 }

 #x-form__step1 div {
   display: flex;
   flex-direction: column;
   width: 80%;
   margin: 0 auto;
 }

 #x-desktop-showCalendar {
   display: none;
 }

 #x-form__step1 label, #x-form__step2 label, #x-register_draw label {
   font-weight: 900;
 }

 #x-form__step1 input, #x-form__step2 input:not(input[type="radio"]), .x-input__options select, #x-register_draw input, select {
   width: 100%;
   border: 1px solid #fff;
   border-radius: 12px;
   background: transparent;
   font-weight: 900;
   padding: 2px 6px;
   outline: none;
 }

 #x-form__step1 input::placeholder, #x-form__step2 input::placeholder {
   color: #fff;
 }

 #x-form__step1 section {
   display: flex;
   flex-direction: column;
   justify-content: start;
   margin: 0.5rem 0;
   gap: 0.5rem;
 }

 #x-form__step1 select:nth-child(1),
 #x-form__step2 .x-input__twoColumn section > input:nth-child(1),
 #x-form__step2 #x-number {
   width: 25%;
 }

 #x-form__step1 input:nth-child(2),
 #x-form__step2 .x-input__twoColumn section > input:nth-child(2), .x-input__maskRj {
   width: 73%;
 }

 #x-form__step1 button, #x-form__step2 button, #x-register button, #x-register_draw button {
   background: #fff;
   color: #0B427A;
   font-weight: bold;
   border-radius: 12px;
   border: 0;
   padding: 0.25rem 1rem;
   cursor: pointer;
   width: fit-content;
 }

 #x-form__step1 .x-logos {
   display: none;
 }

 #x-form__step2 {
   display: none;
   flex-direction: column;
   margin: 0 5%;
 }

 #x-form__step2 > div .x-logos {
   display: none;
 }

 ::-webkit-calendar-picker-indicator {
   filter: invert(1);
 }

 .x-input__oneColumn, .x-input__twoColumn {
   margin: 0.5rem 0;
 }

 .x-input__options {
   display: flex;
   flex-direction: column;
   margin: 0.5rem 0;
 }

 .x-input__options select, #x-form__step1 #x-uf {
   background-color: #032F55;
 }

 .x-input__terms {
   display: flex;
   margin: 0.5rem 0;
 }

 #x-form__step2 .x-input__terms label {
   font-size: 12px;
   font-weight: 400;
   margin-left: 0.5rem;
 }

 .x-disclaimer {
   display: flex;
   flex-direction: column;
   margin: 1rem 0;
 }

 .x-disclaimer h6 {
   font-size: 10px;
   font-weight: 400;
   text-align: justify;
   margin: 0.5rem 0;
 }

 .x-disclaimer .x-logos {
   display: flex;
   gap: 0.2rem;
   align-items: center;
   margin: 0.5rem;
 }

 #x-register, #x-register_draw {
   margin: 0 10%;
   display: flex;
   flex-direction: column;
 }

 #x-register h1, #x-register_draw h1 {
   font-size: 1.3rem;
   margin: 1rem 0;
 }

 #x-register p, #x-register button, #x-register_draw p, #x-register_draw button {
   font-size: 1rem;
   margin: 1rem 0;
 }

 #x-register button, #x-register_draw button {
   width: 75%;
   padding: 0.4rem 0;
   align-self: center;
 }

 #x-register {
   display: none;
 }

 #x-register .x-logos {
   display: grid;
   grid-template-columns: 1fr;
   width: 40%;
   gap: 1rem;
   align-self: center;
   margin-top: 2rem;
 }

 #x-register_draw {
   display: none;
 }

 #x-register_draw button {
   width: 85%;
 }

 #x-register_draw a {
   font-size: 14px;
   text-align: center;
 }

 #x-register_draw .x-input {
   margin: 0.5rem 0;
 }

 #x-register_draw .x-input section {
   margin: 0.5rem 0;
 }

 #x-register_draw h6 {
   font-size: 11px;
   font-weight: 400;
   text-align: justify;
 }

 .x-modal-rules {
   min-height: 100vh;
   background-image: url(http://image.crm.loreal.com.br/lib/fe8d12727d62007876/m/1/f520f032-5819-4d71-9b29-45529279ab84.png);
   background-repeat: no-repeat;
   background-size: cover;
   position: absolute;
   z-index: 5;
   top: 0;
 }

 .x-close-modal-rules {
   position: absolute;
   right: 20px;
   top: 20px;
   background: transparent;
   border: 0;
   cursor: pointer;
   font-weight: 900;
   font-size: 1rem;
 }

 .x-modal-rules .x-logo {
   padding: 2rem 0 0.5rem 0;
 }

 .x-modal-rules .x-logos {
   display: flex;
   gap: 0.5rem;
   padding: 0 20%;
 }

 .x-modal-rules .x-infos {
   margin: 1rem 5%;
 }

 .x-modal-rules .x-infos h1 {
   margin: 0.3rem 0;
 }

 .x-modal-rules .x-infos p {
   font-size: 0.8rem;
   margin: 0.5rem 0;
}

#x-form__step1 .x-mobile--contentStep1 {
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   margin-top: 20vh;
   flex-grow: 1;
   background: #fff;
}

 #x-form__step1  .x-mobile--content_banner {
   width: 100%;
   display: grid;
   grid-template-columns: 1fr;
   gap: 1rem;
   align-items: center;
   justify-items: center;
   padding: 2rem 1rem;
 }

 .x-mobile--content_banner a {
   width: 90%;
   height: fit-content;
   padding: 0.5rem 0;
   text-align: center;
   text-decoration: none;
   font-weight: 600;
   font-size: 0.8rem;
   border-radius: 1rem;
 }

 .x-mobile--content_banner img {
   width: 100%;
 }

 #x-form__step1 .x-mobile--content_logos {
   width: 100%;
   display: flex;
   flex-direction: row;
   gap: 0.5rem;
   padding: 1rem;
   align-items: center;
 }

 .x-new_content p {
   margin: 1rem 0;
 }

 .x-new_content h1 {
   margin-top: 2rem;
 }

 .x-logos--responsiveis {
   display: flex;
   align-items: center;
   flex-direction: row !important;
   gap: 0.5rem;
 }

 .x-logo-event a, .x-mobile--content_banner a {
   background: #068292;
   text-decoration: none;
   font-family: Helvetica, sans-serif;
   font-weight: 600;
   padding: 0.5rem 0;
   border-radius: 2rem;
   width: 70%;
   text-align: center;
   margin-top: 0.5rem;
}

#x-form__step1 .x-content__crm {
   flex-direction: row;
   width: 90%;
   position: relative;
}

.x-open-modal-rules {
   text-decoration: underline;
   cursor: pointer;
}

.x-finishLP {
   display: flex;
   flex-direction: column;
   gap: 1rem;
   margin: 0 5%;
}

.x-finishLP .x-logo {
   text-align: center;
   margin: 0;
}

 @media (min-width: 500px) {
   .x-mobile--content_banner img {
      width: 85%;
   }

   #x-form__step1 .x-mobile--content_banner {
      width: 70%;
   }
 }

 @media (min-width: 600px) {
   .x-finishLP {
      margin: 0 auto;
      max-width: 500px;
      justify-content: center;
   }
 }

 @media (min-width: 1024px) {
  .x-container {
    background-image: url(http://image.crm.loreal.com.br/lib/fe8d12727d62007876/m/1/bd28c170-2714-4673-9f15-eaa3b48f697b.jpg);
    display: grid;
    grid-template-columns: 1.5fr;
  }

  #x-form__step1 .x-content__crm {
   flex-direction: row;
   width: 70%;
  }

  #x-form__step1 .x-logos {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }

   #x-form__step1 .x-logo-event {
      display: flex;
      align-items: center;
      background: #fff;
      height: 100%;
      width: 100%;
      justify-content: center;
   }

   .x-logo-event a {
      width: 45%;
   }

   .x-logo-event a:hover {
      opacity: 0.8;
   }

   .x-logo-event img {
      width: 60%;
   }

   #x-form__step1 .x-section__global {
      padding: 0 12%;
      width: 70%;
      align-items: center;
      margin: 0 auto;
      justify-content: center;
    }

  .x-logo {
    padding-bottom: 0;
  }

  #x-desktop-showCalendar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    padding: 5rem 10% 0 10%;
  }

  #x-desktop-showCalendar img {
    width: 65%;
  }

  #x-desktop-showCalendar figure {
    text-align: center;
  }

  #x-desktop-showCalendar a {
    text-decoration: none;
    background: #895881;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 1rem;
    padding: 0.3rem;
    width: 80%;
    text-align: center;
    margin: 2rem 0;
  }

  #x-desktop-showCalendar a:hover {
    filter: brightness(1.2);
  }

  #x-form__step2 .x-logos {
    display: none;
  }

  #x-form__step2 > div {
    display: flex;
    align-items: center;
  }

  #x-form__step2 .x-logos figure {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #x-form__step2 > div .x-logos {
    display: flex;
    width: 60%;
    gap: 0.5rem;
  }

  .x-logo {
    text-align: unset;
    margin-left: -3rem;
  }

  .x-logo img {
    width: 40%;
  }

  #x-form__step2 {
    margin: 0 20%;
  }

  .x-content-responsive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }

  #x-form__step2 .x-input__terms label {
    font-size: 14px;
  }

  .x-disclaimer h6 {
    font-size: 12px;
  }

  #x-register, #x-register_draw {
    margin: 0 25%;
    justify-content: center;
  }

  #x-register .x-logo, #x-register_draw .x-logo, .x-modal-rules .x-logo, #x-form__step1 .x-logo {
    text-align: center;
    margin-left: 0;
  }

  #x-register button, #x-register_draw button {
    width: fit-content;
    align-self: baseline;
    padding: 0.6rem 3rem;
    border-radius: 18px;
  }

  #x-register .x-logos, #x-register_draw .x-logos {
    display: none;
  }

  .x-logos--responsiveis {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .x-logos--responsiveis figure {
    width: 120px;
  }

  #x-register_draw input {
    width: 30%;
  }

  #x-register_draw h6 {
    font-size: 0.75rem;
  }

  .x-modal-rules {
    display: flex;
    flex-direction: column;
    padding: 0 25%;
    background-image: url('http://image.crm.loreal.com.br/lib/fe8d12727d62007876/m/1/bd28c170-2714-4673-9f15-eaa3b48f697b.jpg');
  }

  .x-modal-rules .x-logos {
    align-items: center;
  }

  .x-modal-rules .x-logos figure {
    width: 85%;
  }

  .x-modal-rules .x-infos {
    margin-top: 2rem;
  }

  .x-modal-rules .x-infos p {
    font-size: 1.2rem;
    margin: 0.8rem 0;
  }

  #x-register_draw {
    justify-content: flex-start;
  }

  #x-register_draw p {
    margin: 0.5rem 0;
    font-size: 1.2rem;
  }

  #x-register_draw h1 {
    font-size: 1.5rem;
    margin: 4rem 0 0 0 ;
  }

  #x-register_draw .x-logo {
    padding-top: 3rem;
  }

  .x-new_content .x-logo {
    display: none;
  }

  #x-form__step1 .x-new_content > .x-logos--responsiveis {
   display: none;
  }

  .step1__userIdentified #x-form__step1 {
    padding: 1rem 25% 0 25%;
    justify-content: flex-start;
  }

  .x-new_content p {
      font-size: 1.5rem;
      margin: 1rem 0;
   }

   .x-goToDraw {
      font-size: 1.2rem;
      width: fit-content;
      padding: 0.4rem 1rem !important;
   }

   .x-close-modal-rules {
      font-size: 1.5rem;
      right: 20px;
      top: 20px;
   }

   .x-mobile--contentStep1 {
      display: none !important;
   }

   .x-token__info {
      text-align: center;
      border: 2px solid #1451b2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      margin: 1rem 0;
   }

   #x-register_draw .x-token__info p {
      font-size: 1.2rem;
   }

   #x-register_draw .x-token__info strong {
      font-size: 1.3rem;
   }
 }
