@media screen and (max-width: 920px) {
  .inquerito__header {
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px;
    width: 90%;
    background-color: #f0f0f0;
  }

  .inquerito__content {
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px;
    width: 90%;
    background-color: #f0f0f0;

  }

  .form-group {
    margin-bottom: 10px;
    padding: 5px;
    min-width: 300px;
  }

  .table-afirmacao td {
    padding: 8px;
    border: 1px solid #a4c50c;
    font-size: 13px;
  }

  input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e62386;
    outline: none;
    cursor: pointer;
  }

  .btn-primary {
    color: white;
    background-color: #e62386;
    border: 1px solid #e62386;
    font-size: 13px;
  }
}

@media screen and (max-width: 720px) {
  .decoration-top {
    transform: rotate(180deg);
    width: 400px;
    left: -100px;
    bottom: -290px;
  }

  .decoration-bottom {
    width: 400px;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
  }

  .imagem-principal {
    position: absolute;
    right: 0%;
    transform: scale(0.9);
    height: 480px;
  }

  .home__description {
    padding: 10px 18px;
    margin-left: 4%;
  }

  .main-title {
    font-size: 80px;
  }

  .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .main-text {
    width: 300px;
    font-size: 16px;
    text-align: justify;
  }

  .form-group {
    margin-bottom: 10px;
    padding: 5px;
    min-width: 100%;
  }

  .rate-ul > li {
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #a4c50c;
    margin-top: 10px;
    cursor: pointer;
  }

  .table-afirmacao td {
    padding: 5px;
    border: 1px solid #a4c50c;
    font-size: 10px;
  }

  input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #e62386;
    outline: none;
    cursor: pointer;
  }

  
  .img-flow-group{
    display: none;
  }

  .text-small{
    font-size: inherit;
  }

}

@media screen and (max-width: 524px) {
  .inquerito__container{
    padding: 13px;
  }
    .admin-menu{
        display: block;
    }


    .menu-container{
        display: none;
    }


  .decoration-top {
    transform: rotate(180deg);
    width: 300px;
    left: -100px;
    bottom: -200px;
    
    position: absolute;
    z-index: -1;
  }

  .decoration-bottom {
    width: 300px;
    right: 0;
    bottom: 0;

    position: absolute;
    z-index: -1;
  }

  .br-mobile{
    display: none;
  }

  .imagem-principal {
    display: none;
    position: absolute;
    right: 0%;
    transform: scale(0.8);
    height: 480px;
  }

  .header-title {
    font-size: 16px;
  }

  .home__description {
    padding: 10px;
    margin-left: 2%;
  }

  .main-title {
    font-size: 40px;
  }

  .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .main-text {
    width: 300px;
    font-size: 16px;
    text-align: start;
  }

  .inquerito__header {
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px;
    width: 98%;
    background-color: #f0f0f0;
  }

  .inquerito__content {
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px;
    width: 98%;
    background-color: #f0f0f0;
  }

  .inquerito__form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .form-group {
    margin-bottom: 10px;
    padding: 5px;
    min-width: 100%;
  }

  .rate-ul > li {
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #a4c50c;
    margin-top: 10px;
    cursor: pointer;
  }

  .text-small{
    font-size: 12px;
  }

  .area-do-grafico{
    width: 100%;
    height: 350px;
  }
}
