* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

/* TOPO */

.capa-icon {
  width: 18px;
  height: auto;
}

.logo-2 img {
  width: 100px;
}

header {
  width: 100%;
  height: 120px;
}

.topo-logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topo-logo1 {
  width: 100%;
  display: flex;
  gap: 3rem;
  justify-content: start;
  align-items: center;
}

/* SESSÃO 1 */

.se-capa {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.di-capa {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.capa1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  /* margin-left: 185px; */
}

.capa-titulo {
  gap: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.barra {
  height: 300px;
  border: 2px solid red;
}

.capa-titulo1 h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 62px;
  line-height: 114.99999999999999%;
  letter-spacing: 0%;
  color: #2E3194;
}

.capa-titulo1-red {
  color: #E3032E;
  font-weight: 900;
}

.capa-price {
  font-size: 55px;
  font-weight: 900;
  color: #2d2f7f;
}

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

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

.capa-subtitulo1 p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 34px;
  line-height: 142%;
  letter-spacing: 0%;
  color: #2E3194;
}

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

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

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

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

.capa2 {
  width: 100%;
  height: 100%;
}

.capa2-img img {
  width: 100%;
  height: auto;
}

.redBar {
  width: 100%;
  height: 40px;
  background-color: #E3032E;
  margin-top: -5px;
  z-index: 100;
  position: relative;
}

/* SESSÃO 2 */

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

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

.titu-form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-top: 70px;
}

.titu-form1 {
  margin-left: 40px;
}

.barra2 {
  height: 150px;
  border: 2px solid red;
}

.sub-titT h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #ffffff;
  line-height: 51.84px;
}

.sub-titP {
  margin-top: 15px;
}

.sub-titP p {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 31.5px;
  color: #ffffff;
}

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


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

.container {
  width: 1440px;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  padding: 0 80px;
}

/* .container-capa {
  width: 100%;
  max-width: 100%;
  padding: 0;
} */

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

.parte10-dados {
  width: 1120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.input-box-1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

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

.input-box label {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: rgba(50, 50, 60, 1);
  font-weight: 600;
  width: 486px;
  line-height: 146%;
}

.input-box input,
.input-box select {
  padding: 1rem;
  width: 486px;
  height: 56px;
  border: none;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
}


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

.parte10-botao-novo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 2rem;
}

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


.input-box-disclaimer {
  width: 486px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 146%;
}

/* SESSÃO 3 */

.se-tabela {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.di-tabela {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tabela1 {
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

.barra3 {
  height: 120px;
  border: 2px solid red;
}

.sub-titT3 p {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-size: 54px;
  font-weight: 600;
  color: #2e3194;
  line-height: 51.84px;
  margin-left: 40px;
  padding-right: 120px;
  box-sizing: border-box;
}

.tabela,
th,
td {
  border: 2px solid white;
  border-collapse: collapse;
  padding: 10px;
}

.tabela tr {
  height: 60px;
}

.tabela thead {
  border: 2px solid white;
  background: #2E3194;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 29px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.tabela tbody tr {
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;

}

.tabela tbody tr:nth-child(2n) {
  background: #2E3194;
  color: #fff;
}

.tabela2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.tabela2-0 {
  width: 50%;
  display: flex;
  justify-content: center;
}

.tabela2-1 {
  width: 550px;
  height: 350px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.tabela2-1:first-child {
  height: 290px;
}

.tabela2-1-ans {
  position: absolute;
  transform: rotate(270deg);
  left: -97px;
  bottom: 65px;
  padding: 5px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  background: #32323C;
}

.tabela2-1-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.tabela2-1-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 115px;
  background: #E3032E;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.tabela2-1-pessoas {
  background: #E3032E;
  color: #fff;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: 0px;
  text-align: center;
  padding: 10px 0;
  margin: 0 20px;
}

.tabela2-1-plano {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 34px;
  line-height: 105%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.tabela2-1-preco {
  height: 120px;
  font-family: Montserrat;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #2E3194;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preco-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mini {
  font-size: 20px;
  font-weight: 600;
  padding: 0 5px;
  color: #2E3194;
}

.big {
  font-size: 80px;
}

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

.capa-subtitulo1-1 p {
  font-size: 15px;
  color: #2d2f7f;
  font-weight: 600;
  margin: 0;
}

/* SESSÃO 4 */

.se-carros {
  width: 100%;
  height: 60vh;
  background-color: #2e3194;
}

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

.titulo_carros {
  width: 100%;
  padding: 0 10rem;
  height: 20%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin: 5rem;
  gap: 3rem;
}

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

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

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

.carros-quadra {
  height: 25rem;
  width: 17.5rem;
  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;
  border-radius: 0.25rem;
}

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

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

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

/* 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;
  margin-bottom: 15px;
}

.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;
  margin: 280px auto 100px auto;
}

.div-botao {
  width: 56.25rem;
  height: 18.125rem;
  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;
  margin: 0 auto;
}

.titulo-botao h4 {
  padding: 0.5rem;
  font-family: Montserrat;
  font-size: 2.8125rem;
  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.375rem;
  font-weight: 400;
  line-height: 1.92rem;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2d2f7f;
}

button {
  width: 486px;
  height: 3.3125rem;
  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;
}

#botao_whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: firebrick;
}

/* SESSÃO 6 - FOOTER */

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

.di-roda {
  width: 100%;
  height: 40vh;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

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

.roda-1 p {
  color: white;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 19.6px;
  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;
}

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

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

@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .container {
    width: 1140px;
    max-width: 1140px;
    padding: 0 30px;
  }

  .container-capa {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .capa1 {
    margin-left: 140px;
  }

  .capa2 {
    width: 85%;
  }

  .barra {
    height: 185px;
  }

  .capa-subtitulo1 {
    margin-left: 60px;
  }

  .sub-titT3 p {
    width: 85%;
  }

  .capa-icon {
    margin: 0;
  }

  .capa-subtitulo1-1 {
    margin: 15px 0;
  }

  .capa-titulo1 h1 {
    font-size: 42px;
  }

  .capa-subtitulo1 p {
    font-size: 30px;
  }

  .form {
    width: 100%;
  }

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

  .titulo_carros {
    height: 180px;
  }

  .se-botao {
    height: 100%;
    margin: 15rem 0 8rem 0;
  }

  .parte10-dados {
    width: 980px;
  }

  .input-box input,
  .input-box select,
  .input-box label {
    width: 380px;
  }

}

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