body{
    background-color: #393939;
}
.curriculott{
    margin-top: 100px;
}

.curriculo h2{
    color:  #ffffff;
    font-size: 32px;
    margin-left: 240px;
    font-weight: bold;
    
}

.curriculo .pc{
    color: #ffffff;
    font-size: 29px;
    margin-left: 240px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
}

.checkbox-wrapper a{
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

textarea{
  background-color: #ededed;
  border: none;
  padding-top: 10px;
  padding-bottom: 200px;
  padding-right: 620px;
  padding-left: 20px;
  margin-top: 30px;
  border-radius: 10px;
}

textarea::placeholder{
  color: #646464;
  font-size: 15px;

}

.curriculo .p5{
  color: #06cbcd;
  font-weight: 900;
  font-size: 32px;
}

form{
  margin-left: 240px;
}

.formulario{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas */
    gap: 24px;
    margin-right: 240px;
}

label .curriculo{
  display: flex;
}

.file-upload {
    display: flex;
    background-color: #ededed;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: fit-content;
    gap: 10px;
    font-family: sans-serif;
  }

  .file-upload input[type="file"] {
    display: none;
  }

  .curriculo span {
    color: #646464;
    font-size: 15px;
    margin-right: 148px;
    text-align: start;
    font-weight: 500;
  }

  .file-button {
    background-color: #06cbcd;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
  }

  .file-button:hover {
    background-color: #06cbcd;
  }

  .menu-mobile a{
    display: flex;
    flex-direction: column;
    font-size: 25px;
    padding: 20px;
  }

  .menu-mobile a:hover{
    background-color: black;
  }

  .curriculott {
    margin: 0px 0px 50px 0px;
    width: 100%;
    height: 80vh;
    padding: 100px 0;
    background: url(imagens/trabalhe.png) no-repeat bottom center scroll;
    background-position: 30% 45%;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
  }



  form label p{
    margin-top: 4px;
    margin-left: -150px;
}

form button{
    margin-top: 30px;
    margin-bottom: 100px;
    padding: 25px;
    font-size: 17px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #06cbcd;
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 10px;
}

form input{
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 15px;
    padding-right: 160px;
    background-color: #ededed;
    border: none;
    border-radius: 10px;
}


.checkbox-wrapper {
    color: #06cbcd;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  margin: 10px 0;
}

.checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  width: 17px;
  height: 17px;
  background-color: #ededed;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  margin-top: 4px;
}

select{
  border: none;
  background-color: #ededed;
  border-radius: 10px;
  padding-left: 20px;
  color: #646464;
  cursor: pointer;
}


option{
  margin-left: 20px;
}

.custom-checkbox::after {
  content: "";
  width: 4px;
  height: 8px;
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

.checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #06cbcd;
  border-color: #06cbcd;
}

.checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox::after {
  opacity: 1;
}




@media screen and (max-width: 900px){
  .curriculo h2{
    margin-left: 30px;
    font-size: 25px;
    margin-right: 30px;
  }

   .curriculott {
    margin-top: 118px;
    margin-bottom: 50px;
    width: 100%;
    height: 250px;
    padding: 0;
    background: url(imagens/trabalhe.png) no-repeat bottom center scroll;
    background-position: 30% 45%;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
  }

  .curriculo .pc{
    margin-left: 30px;
    font-size: 20px;
    margin-right: 30px;
  }

  .curriculo .p5{
    font-size: 25px;
    margin-right: 30px;
  }

  form{
    margin-right: 10px;
    margin-left: 10px;
    gap: 0px;
  }

  form input{
    padding: 10px;
    padding-left: 10px;
    margin-right: 0px;
    padding-right: 10px;
  }

  select{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  option{
    font-size: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
  }

  textarea{
    padding-top: 10px;
    padding-bottom: 50px;
    padding-right: 150px;
  }

  .file-upload{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .formulario{
    gap: 10px;
  }

  .curriculo span {
    color: #646464;
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
    text-align: start;
    font-weight: 500;
  }

  .file-button {
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
  }

  form label p{
    margin-left: 0px;
}

form button{
  padding: 15px;
  font-size: 15px;
  margin-left: 7rem;
}

.curriculott{
  margin-top: 0px;
  height: 200px;
}


}