body {
  /* overflow-y: hidden; */
  height: 100vh;
}
section {
  width: 100%;
  height: 100%;
}
.logo {
  margin: 0 auto;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.container {
  width: 100%;
  height: calc(
    100vh - env(safe-area-inset-bottom)
  ); /* Leva em consideração a barra de URL no iPhone */
  display: flex;
}

.fecharImg {
  position: absolute;
  width: 40px;
  top: 20px;
  right: 30px;
}
.imagem {
  width: 50%;
  max-width: 50%;
  height: 100%;
}
.imagem img {
  width: 80%;
  height: auto;
}
.imagem .img-mobile {
  display: none;
}

form {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

form h1 {
  font-size: var(--h1-size);
  height: 70px;
  color: var(--h1-color);
  text-align: center;
}

form .input {
  display: flex;
  flex-direction: column;
  width: 80%;
}

form .input input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  padding-left: 15px;
  border: 1px solid #000000; /* Cor e largura da borda */
}
form .input label {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
form button {
  margin-top: 50px;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--h1-color);
  color: var(--color-white);
  border: 1px solid #000000; /* Cor e largura da borda */
}

.lado-lado {
  display: flex;
  justify-content: center;
  width: 80%;
  margin-top: 5px;
  cursor: pointer;
  color: var(--h1-color);
}
.lado-lado .mudarSenha {
  margin-left: 30px;
}
form {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  
  .inputt {
    margin-bottom: 20px;
  }
  .inputt label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .inputt input,
  .inputt select {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding-left: 15px;
    vertical-align: center;
    border: 1px solid var(--h1-color);
  }
.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .row .inputt {
    flex: 1 1 150px;
    margin-right: 10px;
  }
  .row .inputt:last-child {
    margin-right: 0;
  }

.acaoAll {
  background-color: rgba(0, 0, 0, 0.566);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}
.acaoAll .acao {
  background-color: rgb(255, 255, 255);
  width: 600px;
  height: 600px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 29px;
  overflow-y: auto;
}

.acaoAll .acao .inputsInfo {
  width: 90%;
  height: 90%;
  background-color: #888;
  display: flex;
}
.acaoAll .acao h1 {
  margin-bottom: 43px;
  font-size: 200%;
}

#formulario2{
    margin-top: 10px;
}
/* acao 2 */
.acaoAll2 {
  background-color: rgba(0, 0, 0, 0.566);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}
.acaoAll2 .acao2 {
  background-color: rgb(255, 255, 255);
  width: 600px;
  height: 600px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 29px;
  overflow-y: auto;
}

.acaoAll2 .acao2 .inputsInfo {
  width: 90%;
  height: 90%;
  background-color: #888;
  display: flex;
}
.acaoAll2 .acao2 h1 {
  margin-bottom: 43px;
  font-size: 200%;
}
/* acao 2 */
.fecharinfo {
  position: absolute;
  left: 20%;
  top: 100px;
  cursor: pointer;
  width: 30px;
  z-index: 15;
}

@media (max-width: 768px) {
  body {
    background-image: url(../img/carro-circulo.svg);
    background-repeat: no-repeat;
    background-position: right -50px bottom 0px;
  }
  .h1Form {
    font-size: 30px;
    margin-top: 50px;
  }
  .container {
    flex-direction: column-reverse;
    justify-content: start;
  }
  .fecharImg {
    position: absolute;
    width: 30px;
    top: 20px;
    right: 30px;
  }
  form {
    width: 100%;
    height: 100%;
  }

  .imgPc {
    display: none;
  }
  .imagem {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 731px) {
  .acaoAll .acao {
    background-color: rgb(255, 255, 255);
    width: 500px;
    height: 500px;
  }
  .acaoAll2 .acao2 {
    background-color: rgb(255, 255, 255);
    width: 500px;
    height: 500px;
  }
  .fecharinfo {
    position: absolute;
    left: 25px !important;
    cursor: pointer;
  }
}

@media (max-width: 668px) {
    .acaoAll .acao {
      background-color: rgb(255, 255, 255);
      width: 400px;
      height: 500px;
      position: relative;
    }
    .acaoAll2 .acao2 {
      background-color: rgb(255, 255, 255);
      width: 400px;
      height: 500px;
      position: relative;
    }
    .fecharinfo{
      position: absolute;
      left: 20%;
      top: 25px;
      cursor: pointer;
      width:30px;
    }
}

@media (max-width: 425px) {
    .acaoAll .acao {
      background-color: rgb(255, 255, 255);
      width: 300px;
      height: 500px;
      position: relative;
    }
    .acaoAll2 .acao2 {
      background-color: rgb(255, 255, 255);
      width: 300px;
      height: 500px;
      position: relative;
    }
    .fecharinfo2 {
      position: absolute;
      top: 21px;
      left: 347px !important;
      cursor: pointer;
    }
    .fecharinfo{
      position: absolute;
      left: 20%;
      top: 25px;
      cursor: pointer;
      width:30px;
    }
    .row .input {
      margin-right: 0px;
    }
  }


  @media (max-width: 375px) {
    .fecharimg {
      width: 15px;
    }
  }
