@media (max-width: 550px) {
    /* TOPO */

    header {
        width: 100%;
        height: 10vh;
        border-top: 0.625rem solid #2E3194;
    }

    .topo-logo {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .topo-logo1 {
        width: 95%;
        display: flex;
        gap: 2rem;
        justify-content: end;
        align-items: center;
    }

    /* SESSÃO 1 - CAPA */

    .se-capa {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: unset;
    }

    .redBar {
        height: 20px;
        position: relative;
        margin-top: 30px;
    }

    .di-capa {
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .capa1 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;
    }

    .capa-titulo {
        width: 100%;
        gap: 1rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-left: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .barra {
        height: 11.25rem;
        border: 0.1563rem solid red;
    }

    .capa-titulo1 h1 {
        width: 100%;
        font-family: "Montserrat", sans-serif;
        font-size: 2.0625rem;
        font-weight: 600;
        color: #2d2f7f;
        text-align: left;
        margin-bottom: unset;
    }

    .capa-titulo1 span {
        color: #e3032e;
        font-size: 2.0625rem;
        font-weight: 700;
    }

    .capa-subtitulo {
        width: 105%;
        margin-left: 0rem;
        display: flex;
        flex-direction: column;
    }

    .capa-subtitulo1 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-left: unset;
    }

    .capa-subtitulo1 p,
    .capa-subtitulo1 span {
        font-size: 20px;
    }

    .capa-subtitulo1-1 {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        gap: 1rem;
    }

    .capa-subtitulo1-1 p {
        font-size: 1rem;
        color: #2d2f7f;
        font-weight: 600;
    }

    .capa-subtitulo1-1 span {
        font-size: 1rem;
        font-weight: 900;
    }

    .capa2 {
        display: none;
    }

    .redBar {
        height: 20px;
        position: relative;
        margin-top: 30px;
    }

    /* SESSÃO 2  - FORMULARIO*/

    .input-box-disclaimer {
        width: 320px;
    }

    .se-form {
        width: 100%;
        height: auto;
        background-color: #2e3194;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .di-form {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        padding: 0 10px;
        margin-top: 0;
        box-sizing: border-box;
    }

    .titu-form {
        width: 100%;
        height: 20%;
        gap: 1rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-left: 0;
        padding: 0;
        margin: 2rem 0 2rem 0;
        box-sizing: border-box;
    }

    .titu-form1 {
        margin-left: 0;
    }

    .barra2 {
        height: 12rem;
        border: 0.125rem solid red;
    }

    .sub-titT h3 {
        width: 100%;
        font-family: "Montserrat", sans-serif;
        font-size: 2rem;
        font-weight: 600;
        color: #ffffff;
        line-height: 2.5rem;
        text-align: left;
        box-sizing: border-box;
    }

    .sub-titP p {
        width: 18.75rem;
        font-family: "Montserrat", sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.9688rem;
        color: #ffffff;
        text-align: left;
        margin-bottom: unset;
    }

    .parte10 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }

    .container {
        width: 100%;
        height: 100%;
        display: flex;
        box-sizing: border-box;
        padding: 10px;
    }

    .form {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #eeeeee;
        border-radius: 1rem;
        box-sizing: border-box;
    }

    .parte10-dados {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        box-sizing: border-box;
    }

    .input-box-1 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .input-box {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .input-box input {
        padding: 1rem;
        width: 20rem;
        height: 3.1875rem;
        border: 0.0313rem solid #CCCCCC;
        background-color: white;
    }

    .input-box select {
        padding: 1rem;
        width: 20rem;
        height: 3.1875rem;
        border: 0.0313rem solid #cccccc;
        background-color: white;
      }
    
      .input-box label {
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        color: rgba(50, 50, 60, 1);
        font-weight: 600;
        width: 20rem;
        line-height: 146%;
      }
    
      .input-box input::placeholder {
        font-family: "Montserrat", sans-serif;
        color: rgba(50, 50, 60, 1);
      }
    
    
      .parte10-botao {
        width: 100%;
        height: 0.5%;
      }
      
      .parte10-botao-novo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
      }
      
      .parte10-botao-novo button {
        width: 90%;
        background-color: #48b741;
        padding: 0.62rem;
        border-radius: 0.3125rem;
        cursor: pointer;
        color: #ffffff;
        letter-spacing: 0.5rem;
        margin-top: -50px;

      }


    /* SESSÃO 3 */

    .se-tabela {
        width: 100%;
        height: auto;
    }

    .di-tabela {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: unset;
    }

    .tabela {
        width: 100%;
    }

    .tabela tr,
    .tabela td {
        font-size: 20px;
    }

    .tabela1 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .tabela1-1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        box-sizing: border-box;
        padding: 40px 10px;
        margin: 0;
    }

    .tabela2 {
        box-sizing: border-box;
    }

    .tabela2-0 {
        width: 100%;
    }

    .barra3 {
        margin: 0;
        height: 150px;
        border: 0.125rem solid red;
    }

    .sub-titT3 p {
        font-family: "Montserrat", sans-serif;
        width: 100%;
        font-size: 1.875rem;
        font-weight: 600;
        color: #2e3194;
        line-height: 2.5rem;
        margin-bottom: unset;
        padding-right: unset;
        margin-left: unset;
    }

    .tabela2 {
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8rem;
        margin-bottom: 2rem;
    }

    .tabela2-1 {
        width: 100%;
        flex-direction: column-reverse;
    }

    .tabela2-1-ans {
        position: relative;
        transform: rotate(0deg);
        left: unset;
        right: unset;
        bottom: unset;
        display: flex;    
        justify-content: center;   
    }

    .tabela2-1-titulo {
        box-sizing: border-box;
    }


    table {
        width: 21.875rem;
    }


    .tabela,
    table th,
    table td {
        border-collapse: collapse;
        padding: 0.625rem;
        text-align: center;
        border: 0.1563rem solid white;

    }

    thead {
        border: 3.125rem solid red;
        border-radius: 5rem;
    }

    caption {
        background: #00000017;
        padding: 0.3125rem;
        color: white;
        font-size: 0.625rem;
        caption-side: block-end;

    }

    .cap-bottom {
        caption-side: bottom;
    }

    .azul {
        background-color: #2e3194;
        color: white;
    }

    .azul-branco {
        color: black;
        background-color: #f1f5f9;
    }

    .vermelho {
        background-color: #ca1b1b;
        color: white;
    }

    /* SESSÃO 4 */

  .se-carros {
    width: 100%;
    height: auto;
    background-color: #2e3194;
    padding: 0 0.375rem 1.25rem 0;
  }

  .di-carros {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .titulo_carros {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 0;
    gap: 1rem;
    padding: 2.1875rem 0.9375rem;

  }

  .barra4 {
    margin: 0.9rem;
    height: 8.125rem;
    border: 0.125rem solid red;
  }

  .titulo_carrosP p {
    font-size: 1.875rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 2.5rem;
  }

  .titulo_carrosP p {
    margin-bottom: unset;
  }

  .carros {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }

  .carros-quadra {
    height: 25rem;
    width: 90%;
    list-style: none;
    background: #ffffff;
    cursor: pointer;
    flex-direction: column;
    border-radius: 0.5rem;
    box-shadow: 0rem 0.1875rem 0.625rem 0rem rgba(15, 64, 148, 0.952);
    display: flex;
    justify-content: center;
  }

  /* FOTOS CARROSEL */

  .quadra-1 {
    height: 50%;
    background: url(../img/carrol-1.png);
    background-size: cover;
  }

  .quadra-3 {
    height: 50%;
    background: url(../img/carool-2.png);
    background-size: cover;
  }

  .quadra-4 {
    height: 50%;
    background: url(../img/carool-3.png);
    background-size: cover;
  }

  .quadra-5 {
    height: 50%;
    background: url(../img/carool-4.png);
    background-size: cover;
  }

  /* FIM FOTOS CARROSEL */

  .quadra-2 {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .quadra-22 {
    width: 80%;
    height: 50%;
  }

  .quadra-1-titulo {
    font-family: Montserrat;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.38rem;
    color: #2e3194;
  }

  .quadra-1-subtitulo {
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.05rem;
    color: #32323c;
  }

  /* SESSÃO 5 */

  
    .se-botao {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: 5rem 0.375rem;
        margin: 0;
    }

    .div-botao {
        width: 94%;
        height: 21.875rem;
        background: #f1f1f1;
        border: 0.0625rem solid #2e3194;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 0.5rem;
        box-shadow: 0.125rem 0.125rem 0.125rem 0.125rem #2e3194;
    }

    .titulo-botao h4 {
        padding: 0.5rem;
        font-family: Montserrat;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 3.84rem;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #2d2f7f;
    }

    .titulo-botao p {
        padding: 0.5rem;
        font-family: Montserrat;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.92rem;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #2d2f7f;
    }

    button {
        width: 18.75rem;
        height: 2.8125rem;
        padding: 0.5rem;
        background-color: var(--verde-boto, #48b741);
        border: none;
        text-decoration: none;
    }

    button a {
        text-decoration: none;
    }

    button p {
        color: white;
        font-family: Montserrat;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.92rem;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        text-decoration: none;
    }



    /* SESSÃO 6 - FOOTER */

    .se-roda {
        width: 100%;
        height: auto;
        background-color: #2e3194;
        padding: 2.5rem 0.375rem;
        box-sizing: border-box;
    }

    .di-roda {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .roda-1 img {
        margin-bottom: 2rem;
    }

    .roda-1 p {
        color: white;
        font-family: Montserrat;
        font-size: 1.125rem;
        font-weight: 200;
        line-height: 1.225rem;
        font-style: italic;
    }

    .roda-2 h5 {
        color: white;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.75rem;
    }

    .roda-2 p {
        color: white;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 0.875rem;
        font-weight: 200;
    }

    .roda-3 {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
    }

    .linha {
        margin: 0.8rem 0 0.8rem 0;
        width: 16.875rem;
        border: 0.0313rem solid white;
    }

    .roda-1 p,
    .roda-2 p {
        line-height: 30px;
    }
}