@font-face {
  font-family: Gotham-Medium;
  src: url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Medium.eot.css);
  src: url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Medium.eot.css?#iefix) format("embedded-opentype"), url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Medium.svg.css#Gotham-Medium) format("svg"),
      url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Medium.ttf.css) format("truetype"), url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Medium.woff.css) format("woff"),
      url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Medium.woff2.css) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gotham-Book;
  src: url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Book.eot.css);
  src: url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Book.eot.css?#iefix) format("embedded-opentype"), url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Book.svg.css#Gotham-Book) format("svg"),
      url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Book.ttf.css) format("truetype"), url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Book.woff.css) format("woff"),
      url(https://segredosdesalao.vteximg.com.br/arquivos/Gotham-Book.woff2.css) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GothamBold;
  src: url(https://segredosdesalao.vteximg.com.br/arquivos/GothamBold.eot.css);
  src: url(https://segredosdesalao.vteximg.com.br/arquivos/GothamBold.eot.css?#iefix) format("embedded-opentype"), url(https://segredosdesalao.vteximg.com.br/arquivos/GothamBold.svg.css#GothamBold) format("svg"),
      url(https://segredosdesalao.vteximg.com.br/arquivos/GothamBold.ttf.css) format("truetype"), url(https://segredosdesalao.vteximg.com.br/arquivos/GothamBold.woff.css) format("woff"),
      url(https://segredosdesalao.vteximg.com.br/arquivos/GothamBold.woff2.css) format("woff2");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: 'Gotham-Book';
}

html {
  max-width: 1980px;
  margin: 0 auto;
  background: white;
}

body {
  background: #121212;
  width: 100%;
}


.background-kerastase {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;

  background-image: url('https://image.mail.kerastase.com.br/lib/fe8c12727d62007b76/m/2/50d02dc4-dd6c-45d2-a6e0-b6c58a7d1603.jpg');
  /*background-color: #7a7877;*/
  background-repeat: no-repeat;
  background-size: cover;

  width: 100%;
  min-width: 370px;
  min-height: 100vh;
}

.logo > img {
  width: 60%;
}

.logo {
  display: none;
  justify-content: center;
  margin-top: 5%;
}

.kerastase-container {
  display: flex;
  flex-direction: column;

  width: 90%;
  min-height: 10vh;

  padding: 1rem;
  /* margin-top: 30%; */
}

.kerastase-content {
  background-color: #bfbfbf;
  padding: 2rem
}

.kerastase-content > h1 {
  font-size: 0.7rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: 'GothamBold';
  font-weight: 600;
}

.kerastase-content > h3 {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.kerastase-form-content-items {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 0.5rem;
}

.kerastase-nome, .kerastase-celular, .kerastase-email, .kerastase-textura-cabelo, .kerastase-necessidade-cabelo {
  display: flex;
  flex-direction: column;
  width: 45%;
  font-family: 'GothamBold';
  font-size: 12px;
  font-weight: 600;
}

.kerastase-email, .kerastase-textura-cabelo, .kerastase-necessidade-cabelo {
  width: 100%;
}

.kerastase-nome input, .kerastase-celular input, .kerastase-email input {
  height: 24px;
  padding-left: 0.25rem;

  display: flex;
  align-items: center;
}

.kerastase-container-items-textura-cabelo {
  background-color: white;
  padding: 0.5rem;
  height: 3rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kerastase-items-textura-cabelo {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid black;
  padding: 0.25rem 0;
  box-sizing: border-box;
  min-width: 24%;
  font-size: 0.6rem;
}

.kerastase-items-textura-cabelo > img {
  width: 25px;
  height: 25px;
  margin-right: 2px;
}

.kerastase-items-textura-cabelo > input[type="radio"], .kerastase-items-necessidade-cabelo > input[type="radio"] {
  display: none;
}

.kerastase-container-items-necessidade-cabelo {
  background-color: white;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kerastase-items-necessidade-cabelo {
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 6rem;
  margin: 3px;
  box-sizing: border-box;
  min-width: 24%;
  font-size: 0.6rem;
  padding: 0.2rem 0;
}

.kerastase-items-necessidade-cabelo > img {
  width:25px;
  height: 25px;
  margin-right: 5px;
  padding-left: 0.3rem;
}

.kerastase-items-columns {
  width: 100%;
}

.kerastase-form-checkbox-content {
  display: flex;
  flex-direction: column;
}

.kerastase-form-checkbox-content > div > label {
  font-size: 0.8rem;
  font-weight: 600;
}

.kerastase-form-checkbox-content > div  {
  margin: 0.25rem 0;
}

.kerastase-form-checkbox-content > p  {
  font-size: 0.6rem;
  font-family: 'Gotham-Book';
  font-weight: 600;
}

.kerastase-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btn-enviar {
  background-color: black;
  color: white;
  margin-top: 1rem;
  padding: 0.3rem 2rem;
  font-size: 1rem;
  cursor: pointer;
}

.btn-enviar:hover {
  background-color: rgb(47, 47, 47);
  transition: background-color 0.4s;
}

input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 5%;
  height: 20px;
  cursor: pointer;
}

input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

input[type=checkbox] + label::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background-color: white;
  vertical-align: bottom;
}

input[type=checkbox]:checked + label::after {
  content: '';
  background-color: #000;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 2px;
  top: 4px;
}

@media (min-width: 100px) {
  .background-kerastase {
    /* min-height: 1300px; */
  }

  .kerastase-content {
    margin-top: 60%;
  }

  .background-kerastase {
    background-size: contain;
  }
}

@media (min-width: 300px) {
  .background-kerastase {
    /* min-height: 1300px; */
  }

  .background-kerastase {
    background-size: contain;
  }

  .kerastase-content {
    margin-top: 60%;
  }
}

@media (min-width: 350px) {

}

@media (min-width: 530px) {
  .background-kerastase {
    /* min-height: 1400px; */
  }

  .kerastase-container {
    /* margin-top: 45%; */
  }

  .background-kerastase {
    background-size: cover;
  }
}

@media (min-width: 650px) {
  .background-kerastase {
    min-height: 1000px;
  }

  .kerastase-content {
    margin-top: 85%;
  }

  .kerastase-container {
    /* margin-top: 40%; */
    width: 70%;
  }

  .background-kerastase {
    background-size: cover;
  }
}

@media (min-width: 850px) {
  .background-kerastase {
    min-height: 1000px;
  }

  .kerastase-content {
    margin-top: 80%;
  }

  .kerastase-container {
    /* margin-top: 45%; */
  }

  .kerastase-content > h1 {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
  }

  .kerastase-content > h3 {
    font-size: 0.7rem;
  }
}

@media (min-width: 1024px) {
  body {
      background: linear-gradient(180deg, rgb(230 230 231) 70%, rgb(205 205 203) 95%, rgb(199 198 200) 100%);
    }

  .background-kerastase {
    align-items: flex-end;
    justify-content: flex-start;
    background-image: url('https://image.mail.kerastase.com.br/lib/fe8c12727d62007b76/m/2/7c80eef3-571f-4e55-82c8-411033391e38.jpg');
    /*background-color: #7a7877;*/
    background-size: contain;
    /* min-height: 100vh; */
    padding-right: 2%;
    font-family: 'GothamBold';
  }

  .kerastase-content {
    margin-top: 15%;
  }

  .logo {
    display: flex;
  }

  .kerastase-container {
    width: 50%;
    margin-top: 0;
  }

  .kerastase-nome input, .kerastase-celular input, .kerastase-email input {
    height: 2rem;
    font-size: 1rem;
  }
}

@media (min-width: 1300px) {
  .background-kerastase {
    /*background-size: cover;*/
  }
}

@media (min-width: 1400px) {

  .kerastase-container {
    width: 50%;
    /* margin-top: 5%; */
  }

  .kerastase-nome, .kerastase-celular, .kerastase-email, .kerastase-textura-cabelo, .kerastase-necessidade-cabelo {
    font-size: 0.8rem;
  }

  .kerastase-items-textura-cabelo {
    border: 1px solid black;
    padding: 0.2rem 0;
    min-width: 24%;
    font-size: 0.8rem;
  }

  .kerastase-items-necessidade-cabelo {
    margin: 5px;
    min-width: 24%;
    font-size: 0.8rem;
    padding: 0.1rem 0;
  }

  .kerastase-form-checkbox-content > div > label {
    font-size: 0.8rem;
  }

  .kerastase-form-checkbox-content > p  {
    font-size: 0.8rem;
  }
  .kerastase-container-items-textura-cabelo {
    height: 2.5rem;
  }

  .kerastase-items-textura-cabelo > img, .kerastase-items-necessidade-cabelo > img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
}

@media (min-width: 1600px) {

  .kerastase-container {
    width: 50%;
    /* margin-top: 10%; */
  }
}

#toast-container {
  margin-top: 1rem;
}