html {
  touch-action: manipulation;
}
* {
    font-family: "Montserrat", Helvetica, sans-serif !important;
}

.logo a {
  text-decoration: none;
}

.erro {
  display: none;
  margin-left: 10px;
  color: #f00;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: -0.5px;
  padding: 5vh 0 12vh;
  background-image: url("https://otopodigital.com.br/wp-content/uploads/2024/07/Bg-01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 0;
  webkit-box-shadow: 0px 13px 27px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 13px 27px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 13px 27px 2px rgba(0, 0, 0, 0.07);
  border-radius: 0.5vh;
}

.logo {
  text-align: center;
  margin-bottom: 5vh;
}

.logo img {
  width: 270px;
}

h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 2vh;
  font-size: 35px;
  padding: 0 8px;
  letter-spacing: -1px;
}

h1::after {
  content: "";
  border-top: 2px solid #000;
  width: 50%;
  display: block;
  margin: 20px auto;
}

.form-group h1::after {
  content: "";
  border-top: 0.5vh solid #33A754;
  width: 10vh;
  display: block;
  margin: 1.2vh 0 0;
}

.whats h1::after {
  content: "";
  border-top: 0.5vh solid #33A754;
  width: 10vh;
  display: block;
  margin: 1.2vh 0 0;
  display: block;
}

p {
  font-size: 17px;
  text-align: left;
  color: #888888;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2vh;
  padding: 0 8px;
  font-weight: 500;
}

form {
  margin-top: 0px;
}

form .checks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

label {
  display: block;
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: -webkit-fill-available;
  padding: 1.5vh 3vh;
  margin: 0.8vh 8px;
  box-sizing: border-box;
  border: none;
  border-radius: 3vh;
  height: 6vh;
  resize: vertical;
}

input[type="submit"] {
  height: 6vh;
  align-self: flex-end;
  background-color: #33A754;
  color: white;
  padding: 0 5vh;
  margin: 8px;
  border: none;
  border-radius: 3vh;
  cursor: pointer;
  font-size: 20px;
  line-height: 6vh;
  webkit-box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 25%);
  box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 25%);
}

input[type="submit"]:hover {
  background-color: #0B100C;
}

.c-black {
  color: #000;
}

.error {
  color: red;
}

.form-group,
.whats {
  position: relative;
  flex-wrap: wrap;
  padding: 0 60px;
  border-radius: 0.5vh;
}

.whats {

  background-color: #f5f5f5;
  display: flex;
  align-items: flex-end;
  padding-top: 15%;
  padding-bottom: 15%;
  -webkit-box-shadow: 1px 5px 19px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 5px 19px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 5px 19px 0px rgba(0, 0, 0, 0.07);
}

.form-group .help-text {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 12px;
}

.form-group label {
  width: auto;
  text-align: left
}

.form-group input[type="checkbox"] {
  margin-right: 10px;
}

.options {
  width: 100%;
}

.options label {
  margin: 2vh 0;
  color: #34AF23;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.8vh;
}

.form-group label {
  width: auto;
  text-align: left;
  margin-right: 20px;
}

input,
textarea {
  background-color: #EEEEEE;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
  background-color: #F5F5F5;
  border: none;
}
textarea {
  height: 15vh;
  margin-top: 2.5vh;
  min-height: 10vh;
  max-height: 30vh;
}

form,
form label,
form input,
form textarea {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.5px;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  position: relative;
  padding-left: 5vh;
  color: #273746;
  font-size: 1.8vh;
}

input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  width: 3vh;
  height: 3vh;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1vh;
  background: #EEEEEE;
}

input[type="checkbox"]:checked+label:before {
  background-color: #34AF23;
}

input[type="checkbox"]:checked+label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 1.5vh;
  color: #fff;
  font-weight: 100;
}

input[type="checkbox"]:checked+label:after {
  content: "\f00c";
  font-weight: 100;
}

a.btn-whats {
  display: inline-block;
  text-decoration: none;
  background-color: #34AF23;
  width: auto;
  height: 6vh;
  align-self: flex-end;
  color: white;
  padding-left: 5vh;
  padding-right: 5vh;
  margin: 0 8px;
  border: none;
  border-radius: 3vh;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 5vh;
  webkit-box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 15%);
  box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 15%);
}

.btn-whats:hover {
  background-color: #2c9f1d;
}

a.btn-whats:before {
  content: "\f232";
  position: relative;
  left: 0;
  top: 0.5vh;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 3vh;
  color: #fff;
  font-weight: 100;
  padding-right: 1.2vh;
}

.container-sucess {
  margin: 0 auto;
  background: #fff;
  padding: 0 5vh;
  text-align: center;
  height: 55vh;
  display: grid;
  place-items: center;
}

.container-sucess h1,
.container-sucess p {
  text-align: center;
}

.container-sucess h1:after {
  content: "";
  border-top: 0.5vh solid #D21A22;
  width: 10vh;
  display: block;
  margin: 1.2vh auto 0;
}

a.btn-voltar {
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  width: auto;
  height: 6vh;
  align-self: flex-end;
  color: #D21A22;
  padding-left: 5vh;
  padding-right: 5vh;
  border: none;
  border-radius: 3.5vh;
  cursor: pointer;
  font-size: 2vh;
  font-weight: 600;
  text-align: center;
  line-height: 5.2vh;
  border: 0.3vh solid #D21A23;
  webkit-box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 15%);
  box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 15%);
}

a.btn-voltar:hover {
  color: #fff;
  border: 0.3vh solid #D21A22;
  background: #D21A22;
}

a.btn-voltar:before {
  content: "\f200";
  position: relative;
  left: 0;
  top: 0.4vh;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 3vh;
  color: #D21A22;
  font-weight: 100;
  padding-right: 10px;
}

a.btn-voltar:hover:before {
  color: #fff;
}

.icon-sucess {
  width: 10vh;
  height: 10vh;
  margin: 0 auto 2vh;
  background: #34AF23;
  border-radius: 50%;
}

.icon-sucess:before {
  content: "\f00c";
  position: relative;
  left: 0;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 6vh;
  color: #fff;
  font-weight: 100;
  line-height: 10vh;
}

.container-sucess .content {
  margin: auto;
}

input[type="checkbox"]:checked+label:after {
  left: 1.1em;
}

@media only screen and (min-width: 1200px) {
  input[type="submit"] {
    margin-right: 0;
    margin-left: auto;
  }

  div.container#form {
    transform: translateX(-3.8vh);
  }

  .form-group {
    width: 55%;
  }

  .whats {
    width: 45%;
    margin-right: -60px;
  }

  .container {
    display: flex;
  }

  label,
  input[type="email"],
  input[type="tel"] {
    width: 46.5%;
  }

}

@media only screen and (max-width: 1199px) {

  .options label {
    margin: 2vh 0 1vh;
  }

  .form-group {
    background: #fff;
    padding: 5vh 2.5vh;
    webkit-box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 5%);
    box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 5%);
  }

  input[type="submit"],
  a.btn-whats,
  a.btn-voltar {
    width: -webkit-fill-available;
  }

  .form-group,
  .whats {
    width: auto;
    display: block;
  }

  .whats {
    margin-top: 2vh;
    padding: 5vh 2.5vh;
  }

  .container-sucess {
    height: auto;
    padding: 5vh 3vh;
  }

  .container {
    display: block;
    padding-top: 0;
  }

  input[type="checkbox"]+label {
    display: inline-flex;
  }



  input[type="checkbox"]+label {
    margin: 1.2vh 3vh 1.2vh 0;
  }

  .logo img {
    width: 30%;
  }

  .logo {
    margin-bottom: 3vh;
  }

  h1 {
    font-size: 3vh;
  }

  p {
    font-size: 1.9vh;
  }

  h1,
  p {
    text-align: center;
  }

  #contato .container {
    background: inherit;
    box-shadow: inherit;
  }

  .form-group h1::after,
  .whats h1::after {
    margin: 1.2vh auto 0;
  }

  body {
    padding: 3vh 0;
  }

}