@media (max-width: 420px) {
  .c-a {
    width: 100% !important;
  }
  
}

/* @media (min-width: 600px) and (max-width: 800px) {
  .c-a {
    width: 80% !important;
    margin: auto;
  }
  
} */

@media (min-width: 420px) {
  .c-a {
    background-image: url(device.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 46.49vh !important;
    margin: auto;
  }
  header {
    position: relative;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    top: 9.6vh;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d9e1e6a6;
    border-radius: 10px;
  }
  footer {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #d9e1e600;
    padding: 0px !important;
    color: rgb(207, 207, 207);
  }
  .bg_color_gray {
    background-image: radial-gradient(gray 1%, #000000ad 3%, gray 60%)
  }
  .min-vh-100 {
    /* min-height: 94vh !important; */
  }
  .my-auto {
    width: 90% !important;
  }
  .a_footer {
    color: rgb(207, 207, 207);
  }
  .question_title h3 {
    font-size: 2rem;
  }
  
}

@media (min-width: 420px) and (max-height: 896px) {
  .container_check {
    font-size: 0.775rem;
  }
  .container_check .checkmark {
    width: 15px;
    height: 15px;
  }
  .container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .question_title h3 {
    font-size: 1.7rem;
  }

}
@media (min-width: 420px) and (max-height: 800px) {
  .question_title h3 {
    font-size: 1.4rem;
  }
  .question_title {
    margin-bottom: 15px;
  }
  header {
    height: 85px !important;
  }
  #middle-wizard {
    margin-top: 3vh;
  }
  .question_title p {
    font-size: 0.8rem;
  }
  .mb-3 {
    margin-bottom: 0.4rem!important;
  }

}

@media (max-width: 420px) {
  .container_check {
    font-size: 0.775rem;
  }
  .container_check .checkmark {
    width: 15px;
    height: 15px;
  }
  .container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .question_title h3 {
    font-size: 1.6rem;
  }

}

.imagemDeFundo{
  background: url('') no-repeat;
  background-size: contain !important;
  background-position: center !important;
}

.headt {
  padding-top: 60vh;
}

#loader_form {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

@media (max-height: 737px) {
  .c-a {
    /* width: 100% !important; */
    background-image: none;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: auto;
    max-width: 420px !important;
  }
  header {
    position: relative;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d9e1e6a6;
    border-radius: 0px;
  }
  .imagemDeFundo{
    width: 100% !important;
  }
  .bg_color_gray {
    background-image: radial-gradient(gray 1%, #000000ad 3%, gray 60%)
  }
  
}
.imagemDeFundo{
  width: 100% !important;
}