* {
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


*::-webkit-scrollbar {
  width: 13px
}

*::-webkit-scrollbar-track {
  background: #fff
}

*::-webkit-scrollbar-thumb {
  background-color: #dfdedf;
  border-radius: 10px;
  border: 3px solid #fff
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "gotham", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}


a,
a:visited,
a:focus {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: #f67eb4;
  -webkit-text-fill-color: #f67eb4;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body {
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.efeitoMakeup-publicSection {
  max-width: 805px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.efeitoMakeup-publicWrapper {
  display: flex;
  justify-content: center;
  max-width: 805px;
  width: 100%;
  margin: 41px auto 50px;
}

.efeitoMakeup-public {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.questions {
  max-width: 805px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
}

.efeitoMakeupForm__questions__title {
  background: #ff7fb7;
  text-align: center;
  font-size: clamp(0.9375rem, 0.723rem + 1.0726vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  padding: 10px 0px;
  width: 100%;
  max-width: 618px;
  margin: 0 auto 30px;
}

.efeitoMakeupForm__questions__description,
.break-line {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

.break-line {
  margin: 25px 0;
}

.question-group {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  margin-top: 25px;
  border-bottom: 2px solid #ff7fb7;
}

.question-group>p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
  text-transform: uppercase;
}

.question-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 25px auto;
}

.margin-none {
  margin: 0;
}

.line-height {
  line-height: 20px;
  margin-bottom: 6px;
}

.question-textarea {
  width: 100%;
  min-height: 28px;
  border: 2px solid #dadada;
  resize: none;
  overflow: hidden;
  font-size: 13px;
  padding: 4px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

@supports (field-sizing: content) {
  .question-textarea {
    field-sizing: content;
  }
}

.question-textarea:hover,
.question-textarea:focus {
  border-color: #ff7fb7;
  outline: none;
}

.content-textarea {
  width: 100%;
  display: flex;
  align-items: center;
}

.content-input {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px;
}

.content-input input {
  flex: 1;
  border: 2px solid #ff7fb7;
  border-radius: 0;
  outline: none;
  padding: 6px 8px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  font-weight: 400;
  width: 100%;
  max-width: 350px;
}

.content-input input:focus {
  border-color: #ff7fb7;
  outline: none;
}

.ta-text {
  inline-size: fit-content;
  min-width: 140px;
  max-width: 190px;
  width: 100%;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.1;
}

.ta-text-other {
  inline-size: fit-content;
  min-width: 85px;
  max-width: 85px;
  width: 100%;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.1;
}


.subtone-description {
  margin: 15px 0px 17px 17px;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 8px 15px 8px 0;
  font-size: 16px;
  color: #000;
  user-select: none;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}


/* Crear el cuadrado personalizado */
.custom-radio::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #ff7fb7;
  border-radius: 3px;
  /* Esquinas ligeramente redondeadas para el cuadrado */
  margin-right: 10px;
  background-color: #fff;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* Cuando está seleccionado */
.custom-radio input[type="radio"]:checked+.custom-radio::before,
.custom-radio:has(input[type="radio"]:checked)::before {
  background-color: #ff7fb7;
  border-color: #ff7fb7;
}

/* Hover effect */
.custom-radio:hover::before {
  border-color: #ff7fb7;
}

label[for="q8_5"] {
  margin-right: 0px;
}

.radio-options-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 15px;
}

.radio-options-row .custom-radio {
  margin: 4px 0;
}

.error {
  font-size: 12px;
  color: #e73040;
  min-height: 14px;
  display: block;
  margin: 2px 0;
}

#form-error-message {
  font-family: "gotham", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  color: #e73040;
  margin-top: 10px;
  font-weight: bold;
  display: none;
  text-align: center;
  line-height: 130%;
  font-size: 16px;

}

.efeitoMakeup_submit {
  display: block;
  width: 309px;
  height: 47px;
  background: #000000;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 30px auto;
}

.efeitoMakeup_submit:hover {
  background: #ff7fb7
}

.swal2-error {
  margin: 3.75em auto .6em
}

.swal2-html-container {
  padding: 0;
}

.swal2-confirm.swal2-styled {
  background-color: #000 !important;
  color: #fff !important;
}

.swal2-confirm.swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 3px #e0e0e0 !important;
  box-shadow: 0 0 0 3px #e0e0e0 !important;
}

.swal2-image {
  margin: 0 auto;
}

.swal2-popup.swal2-modal.swal2-show {
  padding: 0;
}

.checkLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  margin-top: 16px;
}

.checkLine a {
  text-decoration: underline;
  font-size: 9px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
}

.checkLine input[type="checkbox"] {
  display: none;
}

.checkLine .fake {
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #ff7fb7;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0px;
}

.checkLine input:checked+.fake::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #ff7fb7;
}

.minCheck {
  padding: 2px 0 8px 24px;
  min-height: 0px !important;
  margin-top: 0;
}

.form_footer__text {
  margin: 20px auto 30px;
  max-width: 470px;
  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
  color: #000;
  text-align: center;
  text-transform: none !important;
}

.form_footer__text a {
  text-decoration: underline;
  color: #000;
  font-weight: 400;
}


@media (max-width: 768px) {
  .efeitoMakeup-bg-hero {
    flex-direction: column-reverse;
    background-position: right center;
  }


  .questions,
  .custom-radio {
    padding: 0 15px;
    line-height: 130%;
  }

  .efeitoMakeup-public>img {
    width: 100%;
    height: auto;
  }

  .content-input {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin: 12px 12px 0px;
  }

  .content-input input {
    width: 100%;
  }

  .content-textarea {
    flex-direction: column;
    align-items: flex-start;
  }

  label[for="q8_5"] {
    align-items: flex-start;
    padding-right: 0px;
  }

  .question-group>p {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .efeitoMakeup_submit {
    width: 265px;
    font-size: 18px
  }
}

@media (max-width: 690px) {
  .radio-options-row {
    gap: 5px;
  }
}