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

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

  .topo-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px 0 0;
  }

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

  /* SESSÃO 1 - CAPA */

  .se-capa {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 65vh;
  }

  .redBar {
    height: 20px;
    position: relative;
    bottom: 0;
  }

  .di-capa {
    flex-direction: column;
    width: 90%;
    height: 100%;
  }

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

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

  .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;
  }

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

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

  .capa-subtitulo1 {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

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

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

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

  .capa2 {
    display: none;
  }

  /* 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;
  }

  .titu-form {
    width: 90%;
    height: 20%;
    gap: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    padding: 0;
    margin: 2rem 0 2rem 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;
  }

  .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;
  }

  .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;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .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;
    font-family: "Montserrat", sans-serif;
  }

  .input-box input::placeholder {
    font-family: "Montserrat", sans-serif;
    color: rgba(50, 50, 60, 1);
  }

  .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%;
  }

  .parte10-botao {
    width: 100%;
    height: 0.1%;
  }

  .parte10-botao-novo {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .parte10-botao-novo button {
    width: 80%;
    background-color: #48b741;
    padding: 0.62rem;
    border-radius: 0.3125rem;
    cursor: pointer;
    color: #ffffff;
    letter-spacing: 0.5rem;
  }

  /* 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: 2rem;
  }

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

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

  .barra3 {
    margin: 0;
    height: 11.25rem;
    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;
  }

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

  table {
    width: 21.875rem;
  }

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

  .tabela {
    width: 100%;
  }

  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;
  }

  .caption-ans2 {
    left: -120px;
    right: unset;
  }

  .tabela-advisor {
    padding: 5px 15px;
    font-size: 14px;
    text-align: center;
  }

  .slick-track {
    height: auto;
  }

  .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;
  }

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

  .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 {
    margin-top: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0.375rem;
  }

  .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;
  }

  .di-roda {
    width: 90%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .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;
  }
}
