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,
ul,
li,
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;
}

html {
  scroll-behavior: smooth;
  font-size: 95%;
  height: 100%;
}

@media only screen and (min-width: 1030px) {
  html {
    font-size: 105%;
  }
}

input,
select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

button {
  cursor: pointer;
}

body > * {
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: 'Hind', sans-serif;
}

body {
  overflow-x: hidden;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

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

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

input[type='radio'] {
  margin: 0;
  margin-right: 5px;
}

input[type='text'],
input[type='email'] {
  font-family: 'Hind', sans-serif;
}

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: #170553;
  -webkit-text-fill-color: #170553;
  -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;
}

ol {
  font-size: 13px;
  margin-bottom: 20px;
  li {
    list-style: decimal;
    margin: 10px 0;
    margin-left: 15px;

    &::marker {
      font-weight: bold;
    }
  }
}

* {
  scrollbar-width: auto;
  scrollbar-color: #dfdedf #fff;
}

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

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

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

.swal2-title {
  font-family: 'Hind', sans-serif;
}

.swal2-styled {
  background-color: #002f66 !important;
  color: #fff !important;
}

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

.swal2-container {
  font-family: 'Hind', sans-serif;
}

.swal2-container strong,
.swal2-container p,
.swal2-container h2,
.swal2-container div {
  color: #000;
}

.swal2-container strong {
  font-size: 1rem;
}

.swal2-container h2 {
  font-size: 1.75rem;
}

@media only screen and (max-width: 1030px) {
  .desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 1030px) {
  .mobile {
    display: none !important;
  }
}

.hide {
  display: none;
}

html {
  overflow-x: hidden;
}

.loreal_fotoprotecao_saude {
  overflow-y: hidden;
}

.loreal_fotoprotecao_saude .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  align-items: flex-start;
  /* height: 100vh; */
}

.loreal_fotoprotecao_saude .phone-panel {
  display: none;
}

.loreal_fotoprotecao_saude .left-panel img {
  height: 100%;
}

.loreal_fotoprotecao_saude .right-panel {
  padding: 40px;
  background-color: #fff;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  margin: 0 auto;
}

.loreal_fotoprotecao_saude .right-panel span {
  font-size: 13px;
  line-height: 0.5;
  font-weight: 400;
}

.loreal_fotoprotecao_saude .right-panel #registration-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

@media only screen and (min-width: 720px) and (max-width: 1380px) {
  .loreal_fotoprotecao_saude .right-panel #registration-form {
    gap: 0px;
  }
}

.loreal_fotoprotecao_saude h2 {
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.loreal_fotoprotecao_saude .form-group {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  &.crm {
    display: flex;
    flex-direction: row;
    gap: 20px;

    > div {
      display: flex;
      width: 100%;
      flex-direction: column;

      &:first-child {
        width: 80px;
      }
    }

    select {
      margin-right: 10px;
      padding: 10px;
      height: 43px;
    }

    input {
      width: 100%;
    }
  }
}

.specialty .inputLabel {
  display: block;
}

.loreal_fotoprotecao_saude .form-group.half-width {
  width: 48%;
}

.loreal_fotoprotecao_saude .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.loreal_fotoprotecao_saude .form-group label {
  font-weight: bold;
  margin-bottom: 5px;
}

.loreal_fotoprotecao_saude .form-group input,
.loreal_fotoprotecao_saude .form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.loreal_fotoprotecao_saude .form-group.invite-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.loreal_fotoprotecao_saude .form-group.invite-options label {
  margin-left: 5px;
}

.loreal_fotoprotecao_saude .form-group.consent-text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.loreal_fotoprotecao_saude .form-group.consent-text input[type='radio'] {
  margin-right: 8px;
  margin-top: 4px;
}

.loreal_fotoprotecao_saude .ocupacao {
  font-weight: bold;
}

@media only screen and (min-width: 720px) and (max-width: 1380px) {
  .loreal_fotoprotecao_saude .ocupacao {
    margin-bottom: 10px;
  }
}

@media (max-width: 1020px) {
  .loreal_fotoprotecao_saude .ocupacao {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.loreal_fotoprotecao_saude .ocupacao .ocupacaoText {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 1020px) {
  .loreal_fotoprotecao_saude .ocupacao .ocupacaoText {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.loreal_fotoprotecao_saude .radioContainer {
  margin-bottom: 15px;
}

.loreal_fotoprotecao_saude .occupationLabel {
  font-size: 17px;
}

.loreal_fotoprotecao_saude .inputLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  font-size: 17px;
  color: #001f4a;
}

.specialty {
  display: flex;
  gap: 20px;
}

#specialty {
  display: inline-flex;
}

.specialty .inputLabel {
  display: inline-flex;
}

@media (max-width: 1020px) {
  .loreal_fotoprotecao_saude .inputLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    font-size: 18px;
  }
}

.loreal_fotoprotecao_saude .convidado {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1020px) {
  .loreal_fotoprotecao_saude .convidado {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.loreal_fotoprotecao_saude .convidado .radioContainer {
  width: 50%;
}

@media (max-width: 1020px) {
  .loreal_fotoprotecao_saude .convidado .radioContainer {
    width: 100%;
  }
}

.loreal_fotoprotecao_saude .termo {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media only screen and (min-width: 720px) and (max-width: 1380px) {
  .loreal_fotoprotecao_saude .termo {
    margin-bottom: 10px;
  }
}

.loreal_fotoprotecao_saude .colaborador-invite {
  font-weight: normal;
  color: #002f66;
  font-size: 18px;
}

.loreal_fotoprotecao_saude button[type='submit'] {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 20px 0 0;
  background-color: #002f66;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media only screen and (min-width: 720px) and (max-width: 1380px) {
  .loreal_fotoprotecao_saude button[type='submit'] {
    margin: 0;
  }
}

.loreal_fotoprotecao_saude button[type='submit']:hover {
  background-color: #001f4a;
}

@media (max-width: 1020px) {
  .loreal_fotoprotecao_saude .container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    padding: 0;
    height: auto;
  }

  .loreal_fotoprotecao_saude .left-panel {
    display: none;
  }

  .loreal_fotoprotecao_saude .right-panel {
    width: 100%;
    height: auto;
  }

  .loreal_fotoprotecao_saude .phone-panel {
    display: block;
  }

  .loreal_fotoprotecao_saude .phone-panel img {
    width: 100vw;
  }

  .loreal_fotoprotecao_saude .container::after {
    content: '';
    display: block;
    width: 100%;
    height: 600px;
    background-image: url('http://image.crm.loreal.com.br/lib/fe8d12727d62007876/m/1/1574911e-3542-4ad5-a4d7-cad01100953d.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 20px;
  }

  .loreal_fotoprotecao_saude .form-group,
  .loreal_fotoprotecao_saude .form-group.half-width {
    width: 100%;
    margin-bottom: 15px;
  }

  .loreal_fotoprotecao_saude .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .loreal_fotoprotecao_saude .descrition-text {
    margin-top: 0;
  }

  .loreal_fotoprotecao_saude .colaborador-invite {
    font-size: 18px;
  }

  .loreal_fotoprotecao_saude .termo {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    font-size: 10px;
  }

  .loreal_fotoprotecao_saude input,
  .loreal_fotoprotecao_saude select {
    padding: 10px;
    font-size: 16px;
  }
}