@font-face {
  font-family: 'Gotham_Medium';
  src: url('https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Medium.woff.css')
    format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
  
@font-face {
  font-family: 'Gotham_Book';
  src: url('https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Book.ttf.css')
    format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
  
embed,
iframe,
iframe[style],
img,
object,
video {
  height: auto;
  max-width: 100%;
}

img{
  min-height: 100%;
}

a {
  text-decoration: none;
}
  
a img {
  border: 0;
}

b,
strong {
  font-weight: 700;
}

ul {
  list-style: none;
}

.is--10 {
  width: calc(10%);
}

.is--15 {
  width: calc(15% - 15px);
}

.is--20 {
  width: calc(20% - 15px);
}

.is--30 {
  width: calc(30% - 15px);
}

.is--40 {
  width: calc(40% - 15px);
}

.is--45 {
  width: calc(45% - 15px);
}

.is--50 {
  width: calc(50% - 15px);
}

.is--60 {
  width: calc(60% - 15px);
}

.is--70 {
  width: calc(70% - 15px);
}

.is--80 {
  width: calc(80% - 15px);
}

.is--90 {
  width: calc(90% - 15px);
}

.is--100 {
  width: calc(100% - 15px);
}

.flex {
  display: flex;
}

.center {
  align-items: center;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #f4f4f4;
}

main {
  min-height: 100vh;
  font-family: 'Gotham_Book';
}

.x-header {
  background: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-header-logo {
  margin: 30px 0;
}

.x-header-logo img {
  margin: 0 auto;
  height: 80px;
}

.x-header-logo p {
  font-size: 2rem;
  color: #fff;
  font-family: 'Gotham_Book', sans-serif;
  text-align: center;
  margin-top: -1rem;
  font-weight: 900;
}

.x-kerastase__top {
  padding: 2rem 0 0.5rem 0;
  color: #fff;
}

.x-kerastase__top-banner {
  background-image: url('https://image.mail.kerastase.com.br/lib/fe8c12727d62007b76/m/1/8e0b3dce-e5c5-4990-98b8-9ed658f02aa0.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 2rem;
}

.x-kerastase__top-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.x-kerastase__top-title {
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  font-family: 'Gotham_Book';
  text-align: center;
  padding-top: 2rem;
}

.x-kerastase__top-title strong {
  font-size: 67px;
  line-height: 70px;
  text-transform: uppercase;
}

.x-kerastase__top-logo {
  text-align: center;
}

.x-kerastase__top-logo img {
  width: 50%;
  min-height: 100%;
}

.x-kerastase__top-description {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin: 0.5rem 0;
}

.x-kerastase__menu {
  width: 95%;
  display: flex;
  justify-content: center;
  z-index: 1;
  gap: 1rem;
  flex: 1;
  align-items: self-end;
  margin-bottom: 2rem;
}

.x-kerastase__menu a {
  background-color: #cccccc;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem;
  border-radius: 15px;
  border: 3px solid #fff;
  cursor: pointer;
  text-align: center;
  height: max-content;
  height: 5rem;
  display: grid;
  place-items: center;
  flex: 1;
  font-family: 'Gotham_Medium';
}

.x-link {
  background: none !important;
  color: #000 !important;
  border-radius: unset !important;
  padding: 0 !important;
  text-decoration: underline;
  font-family: 'Gotham_Medium';
}

.image-background {
  width: 45%;
  background-image: url('https://image.mail.kerastase.com.br/lib/fe8c12727d62007b76/m/1/a4e40db2-d36f-413c-a087-4ab1e9a7b527.jpg');        
  flex-grow: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-background__two {
  width: 70%;
  background-image: url('https://image.mail.kerastase.com.br/lib/fe8c12727d62007b76/m/1/fcdd9999-40c1-497f-a754-69213df6210d.jpg');        
  flex-grow: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .x-header-logo {
    margin: 0.75rem 0;
  }

  .x-header-logo img {
    height: 3rem;
  }

  .x-header-logo p {
    font-size: 1.25rem;
    margin-top: -0.5rem;
  }

  .image-background, .image-background__two { 
    display: none;
  }
}

.x-kerastase__wrapper {
  width: 90%;
  max-width: 80rem;
  margin: 0 auto;
}

.x-kerastase__about {
  background-color: #e9e9eb;
  margin-top: 1rem;
}

.watch-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 1rem;
}

.watch-video p {
  background-color: #000;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  padding: 1.5rem;
  font-size: 2.5rem;
  font-family: 'Gotham_Medium', sans-serif;
}

.x-kerastase__about-top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #e0e0e0;
}

@media (max-width: 767px) {
  .x-kerastase__about-top {
    flex-direction: column;
  }
}

.x-kerastase__about-top h2 {
  font-size: 2rem;
  line-height: 2;
  font-family: 'Kepler Std';
  text-transform: uppercase;
  background: #E8E8EA;
  font-weight: 400;
  padding: 0 2rem;
}

.x-kerastase__about-top p {
  font-size: 19px;
  line-height: 25px;
  width: 100%;
  padding: 1.5rem 5%;
  background: #F4F4F4;
}

.x-kerastase__about-top h2 strong {
  font-size: 72px;
  line-height: 72px;
}

.x-kerastase__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.x-kerastase__text > div {
  background-color: #E8E8EA;
  display: flex;
  gap: 2rem;
}

.x-kerastase__text > div .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 65%;
  padding: 1rem 1rem 1rem 0;
}

.x-kerastase__text > div p {
  font-size: 1.625rem;
  line-height: 1.875rem;
}

.x-kerastase__text a {
  background-color: #000;
  margin: 1.5rem 0;
  border-radius: 16px;
  font-size: 1.25rem;
  color: #fff;
  height: 3.5rem;
  padding-inline: 1.25rem;
  font-family: 'Gotham_Book', sans-serif;
  display: grid;
  place-items: center;
}

.x-kerastase__participar {
  background-color: #e9e9eb;
  margin-bottom: 1.5rem;
}

.x-kerastase__participar h2, .x-kerastase__criterios h2 {
  font-size: 2rem;
  font-family: 'Kepler Std';
  padding: 1rem 2.5rem;
  font-weight: 400;
  background: #E8E8EA;
}

.x-kerastase__participar > div {
  border-top: 16px solid #f4f6f5;
  display: flex;
  gap: 1rem;
  background: #E8E8EA;
}

.x-kerastase__participar > div > div {
  padding: 1rem 1rem 0 1rem;
  background: #E8E8EA;
}

.x-kerastase__criterios > div {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  justify-content: center;
}

.x-kerastase__criterios > div > img {
  width: 80px;
}

.x-kerastase__criterios > div > section {
  width: 30%;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.x-kerastase__criterios > div > section a {
  color: #000;
  font-family: 'Gotham_Medium';
}

.x-kerastase__participar > div h3, .x-kerastase__criterios > div h3 {
  text-transform: uppercase;
  font-size: 1.45rem;
  margin-bottom: 1rem;
  font-family: 'Gotham_Medium';
}

.x-kerastase__participar > div p {
  font-size: 1.25rem;
  margin-bottom: 2.25rem;
}

.x-kerastase__criterios > div p {
  font-size: 1.25rem;
}

.x-kerastase__form {
  padding: 0 5%;
}

.x-kerastase__form-wrapper {
  margin-top: 1rem;
}

.x-kerastase__form-title {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: 'Kepler Std';
  background-color: #E8E8EA;
  padding-block: 1.25rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.x-kerastase__form-subTitle {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.x-kerastase__form-session {
  background-color: #E8E8EA;
  padding: 30px 15px;
  margin: 1rem 0 1rem 0;
}

.x-kerastase__form-group {
  display: flex;
  flex-direction: column;
}

.x-kerastase__form-group:not(:last-child) {
  margin-bottom: 20px;
}

.x-kerastase__form-group input,
.x-kerastase__form-group select {
  height: 37px;
  font-family: inherit;
}

.x-kerastase__form-group.is--instagram {
  justify-content: center;
}

.x-kerastase__form-group.is--instagram small {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-left: 0.625rem;
}

.x-kerastase__form-group.is--instagram span {
  font-size: 32px;
  font-weight: bold;
  margin-right: 10px;
}

.x-kerastase__form-session small,
.x-kerastase__form-session h4,
.x-kerastase__form-group label {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Gotham_Medium';
}

.x-kerastase__form-session small {
  font-weight: normal;
  font-family: 'Gotham_Book';
  font-size: 1rem;
}

.x-kerastase__form-group:not(:last-child) {
  margin-right: 15px;
}

.is--instagram {
  font-size: 9px;
}

.fale-conosco .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.fale-conosco .text img {
  width: 60px;
}

.fale-conosco .text a {
  color: #000;
  font-family: 'Gotham_Medium';
}

.x-footer__wrapper {
  font-family: 'Gotham_Book';
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding: 40px 0 25px;
}

.x-footer__wrapper a {
  color: #fff;
  margin-bottom: 15px;
  font-size: 27px;
  display: flex;
  align-items: center;
}

.x-footer__wrapper img {
  width: 25px;
  height: 25px;
}

.x-footer__wrapper a img {
  margin-right: 5px;
}

.x-footer__wrapper a:hover {
  text-decoration: underline;
}

.x-kerastase__more h3 {
  font-size: 43px;
  line-height: 56px;
  text-transform: uppercase;
  font-family: 'Kepler Std';
}

.x-kerastase__disclaimer {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2rem;
  background: #fff;
  padding: 1rem 3rem;
}

.x-kerastase__more h4 {
  font-size: 43px;
  line-height: 52px;
  margin-bottom: 10px;
  font-family: 'Kepler Std';
  text-transform: uppercase;
}

.x-kerastase__more-wrapper {
  background-color: #e9e9eb;
  padding: 60px 56px;
  margin-bottom: 73px;
}

.x-kerastase__more-wrapper h2 {
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 15px;
}

.x-kerastase__more-wrapper p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}

.x-kerastase__steps {
  margin: 0 auto 1.5rem;
}

.x-kerastase__steps h2 {
  background-color: #e9e9eb;
  padding: 60px 56px;
  margin-bottom: 73px;
}

.x-kerastase__steps-item {
  display: flex;
  margin-left: 3rem;
  margin-bottom: 53px;
}

.x-kerastase__steps h3 {
  font-size: 2rem;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  font-family: 'Kepler Std';
  font-weight: 400;;
  margin-bottom: 2rem;
  background: #E8E8EA;
}

.x-kerastase__steps h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-family: 'Gotham_Bold', sans-serif;
}

.x-kerastase__steps p {
  font-size: 0.875rem;
  line-height: normal;
}

.x-kerastase__steps-text {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 4px solid #E8E8EA;
  width: 60%;
}

.x-kerastase__steps-text ul {
  list-style: disc;
  padding-left: 1rem;
}

.x-kerastase__steps-text a {
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .x-kerastase__steps-text a {
    width: auto;
    padding: 0.35rem;
    font-size: 0.75rem;
    display: grid;
    place-items: center;
    text-align: center;
  }
}

.x-kerastase__more-doubts {
  text-align: center;
  margin: 43px auto 0;
}

.x-kerastase__more-doubts h5 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.x-kerastase__more-doubts p {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 10px;
}

.x-kerastase__form--small {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 1rem;
}

.x-kerastase__form-legal {
  margin-bottom: 30px;
}

.x-kerastase__form--submit {
  margin: 0 auto 70px;
  text-align: center;
}

.x-kerastase__form-select {
  display: grid;
  grid-template-areas: 'select';
  align-items: center;
  position: relative;
  min-width: 15ch;
  max-width: 18ch;
  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

.x-kerastase__form-select select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
  grid-area: select;
}

.x-confirm {
  background: #E8E8EA;
  text-align: center;
  padding: 2rem 25%;
  margin-bottom: 1rem;
}

.x-confirm h1 {
  font-family: 'Kepler Std';
  font-weight: 400;
  font-size: 2.5rem;
}

.x-confirm h2 {
  font-family: 'Gotham_Book';
}

.x-confirm p {
  margin-bottom: 0.5rem;
}

.x-kerastase__form-select::after {
  content: '';
  grid-area: select;
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #171717;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.only-numbers {
  font-family: 'Gotham_Book';
  margin: -0.5rem 0 1rem 0;
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .x-kerastase__wrapper {
    max-width: 100%;
  }
}

.x-kerastase__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .x-kerastase__flex {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
  }
}

.x-kerastase__left {
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10vh;
}

@media (max-width: 767px) {
  .x-kerastase__left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .x-kerastase__banner {
    max-width: 50%;
    width: 100%;
  }
}

.x-kerastase__right {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  padding: 25px 7% 50px 0;
}

@media (max-width: 767px) {
  .x-kerastase__right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 25px 5%;
  }
}

@media (max-width: 767px) {
  .x-kerastase__wrapper {
    max-height: initial;
    overflow: initial;
  }
}

.x-kerastase__form--all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.x-kerastase__form--title {
  font-family: 'Gotham_Bold';
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.x-kerastase__form--infos {
  padding-right: 10%;
}

.imagem-mob{
    display: none;
  }

@media (max-width: 767px) {
  .x-kerastase__form--infos {
    padding: 0;
  }
  .imagem-desk{
    display: none;
  }
  .imagem-mob{
    display: flex;
  }
}
.x-kerastase__form--group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
}

.x-kerastase__form--group label {
  position: relative;
  font-family: 'Gotham_Book';
  font-size: 12px;
  line-height: 18px;
  width: 100%;
}

@media (max-width: 767px) {
  .x-kerastase__form--group label {
    font-size: 13px;
    line-height: 19px;
  }
}

.x-kerastase__form--group input {
  width: 100%;
  background: #fff;
  height: 40px;
  border: 1px solid #cecece;
  padding: 0 10px;
}

.x-kerastase__form--group small {
  position: absolute;
  left: 0;
  bottom: -15px;
  display: inline-block;
}

.x-kerastase__form--group.is--50 {
  width: 49%;
}

@media (max-width: 767px) {
  .x-kerastase__form--group.is--50 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .x-kerastase__form--group.has--small {
    margin-top: 10px;
  }
}

.x-kerastase__form--group.has--small label {
  transform: translateY(-15px);
}

.x-kerastase__form--radio {
  width: 100%;
  border: 1px solid #cecece;
  margin: 0 0 35px;
  padding: 16px 36px 8px 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .x-kerastase__form--radio {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0 20px;
  }
}

.x-kerastase__form--radio.flex {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 14px 8px;
  margin-bottom: 8px;
}

.x-kerastase__form--radio.flex p {
  width: 100%;
  margin-bottom: 10px;
}

.x-kerastase__form--radio.flex .x-kerastase__form--radio-group {
  width: 100%;
  padding: 0;
}

.x-kerastase__form--radio p {
  width: 50%;
  font-family: 'Gotham_Book';
  font-size: 13px;
  line-height: 19px;
}

@media (max-width: 767px) {
  .x-kerastase__form--radio p {
    width: 100%;
    line-height: 15px;
    margin-bottom: 20px;
    padding-right: 10%;
  }
}

.x-kerastase__form--radio-group {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5% 0 10%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .x-kerastase__form--radio-group {
    width: 100%;
    padding: 0 35% 0 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.x-kerastase__form--radio-group div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .x-kerastase__form--radio-group div {
    margin-bottom: 5px;
  }
}

.x-kerastase__form--radio-group div input {
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;
  background-color: #fff;
  border: 1px solid #707070;
}

.x-kerastase__form--radio-group div .input-other {
  width: 150px;
  height: 24px;
  margin: 0 0 0 5px;
  background-color: #fff;
  border-bottom: 1px solid #707070;
  opacity: 0.5;
  padding: 0 8px;
}

.x-kerastase__form--radio-group div .input-other.is--active {
  opacity: 1;
}

.x-kerastase__form--radio-group div label {
  font-family: 'Gotham_Book';
  font-size: 13px;
  line-height: 13px;
  margin-top: 2px;
  text-transform: uppercase;
}

.x-kerastase__form--check input {
  width: 35px;
  height: 30px;
  margin: 0 10px 0 0;
  background-color: #fff;
}

.x-kerastase__form--check-left {
  margin-right: 40px;
}

.x-kerastase__form-legal input {
  border: 1px solid #000;
  width: 30px;
}

.x-kerastase__form-legal label {
  font-size: 22px;
  font-weight: normal;
}

.x-kerastase__form--check label {
  width: 100%;
  font-size: 22px;
  line-height: 41px;
  font-family: 'Gotham_Book';
  font-weight: normal;
  margin: 0;
}

.x-kerastase__form--check-item {
  display: flex;
  align-items: center;
}

.x-kerastase__form--check a {
  color: #171717;
  text-decoration: underline;
  font-family: 'Gotham_Medium';
}

.x-kerastase__form--small a {
  color: #171717;
  text-decoration: underline;
  font-weight: bold;
  font-family: 'Gotham_Medium';
}

.x-kerastase__form--small h5 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 900;
}

.x-kerastase__form--submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.x-kerastase__form--message {
  text-align: center;
  font-size: 24px;
  margin-top: 27px;
  font-weight: bold;
}

.x-kerastase__form--submit input {
  background: #171717;
  color: #fff;
  font-size: 1.375rem;
  text-transform: uppercase;
  padding: 0 45px;
  height: 3.5rem;
  transition: all ease 0.4s;
  font-family: 'Gotham_Book';
  margin-top: 20px;
  border-radius: 16px;
}

.x-kerastase__form--submit input:hover {
  background: #585657;
}

.x-kerastase__steps-img {
  font-family: 'Kepler Std';
  font-weight: 700;
  font-size: 4rem;
  line-height: 3.5rem;
}

.links-uteis h2 {
  background-color: #E8E8EA;
  font-size: 2rem;
  padding: 1rem 2.5rem;
  margin-bottom: 1rem;
  font-family: 'Kepler Std';
  font-weight: 400;
}

.links-uteis > div {
  background-color: #e9e9eb;
  display: flex;
  margin-bottom: 4rem;
}

.links-uteis > div > div {
  padding: 1rem;
  background-color: #fff;
}

.links-uteis > div > div p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.links-uteis a {
  color: #fff;
  background-color: #000;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  max-width: 50%;
  padding-block: 1rem;
  font-size: 1.5rem;
  margin: 2rem auto 0;
}

@media (max-width: 767px) {
  .links-uteis > div {
    flex-direction: column-reverse;
    background: #f4f4f4;
    padding-top: 1rem;
  }

  .links-uteis > div > div {
    padding: 1rem 0.5rem;
  }

  .links-uteis > div > div p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .links-uteis a {
    font-size: 1rem;
  }
}

.fale-conosco h2 {
  background-color: #E8E8EA;
  font-size: 2rem;
  padding: 1rem 2.5rem;
  margin-bottom: 1rem;
  font-family: 'Kepler Std';
  font-weight: 400;
}

.fale-conosco img {
  width: 100%;
}

.fale-conosco .text {
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 1rem;
}

input[type='text'],
input[type='email'],
input[type='number'] {
  padding: 0 1rem;
  font-family: 'Gotham_Book';
}

.flex-column {
  display: flex;
  flex-direction: column;
}

#revalidate, #carecoach-sice {
  width: 40%;
}

input:checked,
select:checked {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 835.000000 614.000000'%3E%3Cg transform='translate(0.000000,614.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M7195 6106 c-56 -24 -177 -143 -2006 -1972 l-1946 -1946 -1010 1016 c-1138 1144 -1056 1072 -1208 1070 -134 -1 -130 3 -568 -433 -448 -446 -442 -438 -441 -586 0 -162 -281 138 2369 -2523 483 -486 673 -671 710 -690 43 -23 62 -27 140 -27 78 0 97 4 145 27 47 23 428 401 2486 2460 2708 2710 2469 2457 2469 2608 0 140 10 127 -429 568 -439 442 -441 443 -575 449 -64 3 -85 0 -136 -21z'/%3E%3C/g%3E%3C/svg%3E")
    center no-repeat;
  background-size: 17px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .address {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .address .x-kerastase__form-group {
    width: 91% !important;
    margin: 0 0 10px;
  }

  .x-kerastase__menu {
    flex-direction: column;
    width: 100%;
    background: #5b5b5b;
    align-items: center;
    padding-block: 1rem;
    margin: 0.5vh 0 0 0;
  }

  .x-kerastase__top-title {
    font-size: 1.5rem;
    line-height: normal;
  }

  .x-kerastase__top-logo img {
    width: 35%;
    text-align: center;
    margin: 0 auto;
  }

  .x-kerastase__top-title strong {
    font-size: 2rem;
    line-height: normal;
    font-family: 'Gotham_Medium';
  }

  .x-kerastase__form-session small,
  .x-kerastase__form-session h4,
  .x-kerastase__form-group label {
    font-size: 14px;
    line-height: 19px;
  }

  .x-kerastase__steps h4 {
    font-size: 17px;
    line-height: 19px;
  }

  .x-kerastase__steps-item {
    margin: 0 1rem 32px;
  }

  .x-kerastase__steps {
    background: #e9e9eb;
  }

  .x-kerastase__steps-items {
    background: #f4f4f4;
    padding-top: 1rem;
  }

  .x-kerastase__steps h3 {
    font-size: 20px;
    line-height: 2;
    padding: 0;
    margin: 0 0 0 1rem;
  }

  .x-kerastase__disclaimer {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
  }

  .x-kerastase__steps-img {
    font-size: 2rem;
  }

  .x-kerastase__steps-text {
    width: 90%;
  }

  .x-kerastase__more-doubts h5 {
    font-size: 16px;
  }

  .x-kerastase__about-top h2 {
    font-size: 20px;
    line-height: 2;
    margin: 0 0 0 1rem;
    padding: 0;
  }

  /* .x-kerastase__changed {
    margin-top: 50px;
  }

  .x-kerastase__changed a {
    font-size: 15px;
    padding: 10px 30px;
    height: 30px;
    line-height: 18px;
    border-radius: 6px;
  }

  .x-kerastase__changed-wrapper p {
    font-size: 11px;
    line-height: 14px;
  } */

  .x-kerastase__about-top h2 strong {
    font-size: 47px;
    line-height: 49px;
  }

  .x-kerastase__about-top p {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .x-kerastase__form-title {
    font-size: 20px;
    line-height: 2;
    padding: 0;
    margin: 0 0 0 1rem;
  }

  .x-kerastase__form-subTitle {
    font-size: 18px;
    line-height: 21px;
  }

  .x-kerastase__form-group input,
  .x-kerastase__form-group select {
    height: 1.5rem;
    padding: 0 0.25rem;
    font-size: 0.75rem;
    width: 100%;
  }

  .x-kerastase__form-group.is--instagram small {
    font-size: 9px;
    line-height: 10px;
    max-width: 30%;
  }

  .x-kerastase__form-group.is--instagram span {
    font-size: 21px;
  }

  .x-kerastase__form-session {
    margin-bottom: 30px;
    padding: 18px 15px;
  }

  .x-kerastase__form-select {
    font-size: 14px;
  }

  .x-kerastase__form--check-item {
    margin-bottom: 10px;
  }

  .x-kerastase__form--check input {
    width: 17px;
    height: 17px;
  }

  .x-footer__wrapper a {
    font-size: 18px;
  }

  .x-kerastase__more h4 {
    font-size: 28px;
    line-height: 30px;
  }

  .x-kerastase__more p {
    font-size: 14px;
    line-height: 19px;
  }

  .x-kerastase__more-wrapper {
    padding: 40px 30px;
  }

  .x-kerastase__more h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .x-kerastase__form-legal .x-kerastase__form--check label {
    font-size: 14px;
    line-height: 19px;
  }

  .x-kerastase__form-legal .x-kerastase__form--check {
    margin-bottom: 10px;
  }

  input:checked,
  select:checked {
    background-size: 10px;
  }

  .x-kerastase__form--small {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }

  .x-kerastase__form--small h5 {
    font-size: 15px;
  }

  .x-kerastase__form--submit input {
    font-size: 1rem;
    padding: 1rem 1.75rem;
    border-radius: 8px;
  }

  .x-kerastase__form--submit {
    margin-bottom: 55px;
  }

  .x-kerastase__form-wrapper {
    margin-top: 32px;
    background: #e9e9eb;
  }

  .x-kerastase__form {
    background: #f4f4f4;
    padding-top: 1rem;
  }

  .x-kerastase__top {
    height: auto;
  }

  .x-kerastase__about {
    margin-top: 1rem;
  }

  .x-kerastase__top-banner {
    background-size: 100% 40vh;
    background-position: top;
  }

  .watch-video p {
    font-size: 1rem;
    padding: 1rem;
  }

  .x-kerastase__text img {
    display: none;
  }

  .x-kerastase__menu a {
    width: 85%;
    text-align: center;
    padding: 0.25rem 0;
    border-radius: 2rem;
    font-size: 1.125rem;
    height: 1rem;
  }

  .x-kerastase__text .text-wrapper {
    width: 85% !important;
    margin-inline: auto;
    padding-block: 1.5rem;
  }

  .x-kerastase__text .text-wrapper p {
    font-size: 1rem;
    line-height: normal;
  }

  .x-kerastase__text a {
    font-size: 1rem;
  }

  .x-kerastase__criterios {
    background: #e9e9eb;
  }

  .x-kerastase__participar h2, .x-kerastase__criterios h2 {
    font-size: 20px;
    padding: 0;
    line-height: 2;
    margin: 0 0 0 1rem;
  }

  .x-kerastase__participar img {
    display: none;
  }

  .x-kerastase__participar > div, .x-kerastase__criterios > div {
    background: #f4f4f4;
  }

  .x-kerastase__participar h3, .x-kerastase__criterios h3 {
    font-size: 1.25rem !important;
  }

  .x-kerastase__participar > div p, .x-kerastase__criterios > div p {
    font-size: 0.875rem;
  }

  .form-column {
    flex-direction: column;
  }

  .form-column .is--50,
  .form-column .is--60,
  .form-column .is--40 {
    width: 100% !important;
  }

  .is--instagram {
    margin-top: 1rem;
  }

  .links-uteis h2,
  .fale-conosco h2 {
    font-size: 20px;
    line-height: 2;
    padding: 0;
    margin: 0 0 0 1rem;
  }

  .links-uteis > div > img {
    width: 100% !important;
  }

  .links-uteis, .fale-conosco {
    background: #e9e9eb;
  }

  .fale-conosco .text {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .x-kerastase__criterios > div > img {
    width: 60px;
  }

  .x-kerastase__criterios > div > section {
    width: 60%;
  }

  .x-confirm {
    padding: 2rem 8%;
    margin-bottom: 1rem;
  }
  
  .x-confirm h1 {
    font-size: 1.75rem;
  }
  
  .x-confirm h2 {
    margin: 1rem 0;
  }

  #revalidate, #carecoach-sice, .x-kerastase__form-group {
    width: 100%;
  }

  .x-kerastase__text > div .text-wrapper {
    padding: 1rem 0;
  }
}

.error {
  border: 2px solid red;
  background-color: #ffe6e6;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .x-kerastase__menu {
    flex-wrap: wrap;
  }

  .image-background, .image-background__two { 
    display: none;
  }

  .x-kerastase__text > div .text-wrapper {
    width: 95%;
  }

  .x-kerastase__text > div {
    justify-content: center;
  }

  .x-kerastase__menu a {
    background-color: #cccccc;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem;
    border-radius: 15px;
    border: 3px solid #fff;
    cursor: pointer;
    text-align: center;
    height: 5rem;
    display: grid;
    place-items: center;
    flex: 1;
    font-family: 'Gotham_Medium';
  }

  #revalidate, #carecoach-sice, .x-kerastase__form-group {
    width: 100%;
  }

  .flex.address {
    flex-wrap: wrap;
  }

  .x-kerastase__participar {
    margin-bottom: 0;
  }

  .x-kerastase__participar > div > div {
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .x-kerastase__participar > div {
    margin-bottom: 1rem;
  }
}
