body {
  font-size: 18px;
  color: var(--lp-cor-texto);
}

.container {
  max-width: 1200px;
}

/* headings */
.text h1{
    font-size: 30px;
    line-height: normal;
}
h2 {
  font-size: 35px;
  font-weight: 600;
}

/* detalhe-titulo */
.detalhe-titulo-4 h1,
.detalhe-titulo-4 h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detalhe-titulo-4 h1,
.detalhe-titulo-4 h2:after {
  display: block;
  content: '';
  background: #333;
  width: 80px;
  height: 3px;
  text-align: center;
  margin-top: 4px;
}

/* formularios */


/* form-v2 */
.form-title h2 {
  font-size: 21px;
  font-weight: 500;
}

.form-v2 {}

.form-v2 label {
  text-transform: uppercase;
  font-size: 12px;
}

.form-v2 input {
  background-color: #ccc;
}

.form-v2 input:focus {
  background-color: #ccc;
}

.form-v2 button {
  background-color: var(--lp-cor-primaria);;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-v2 button:hover {
  background-color: #133759;
  color: #fff;
}

/* modal */
.modal-header h1 {
  font-size: 21px;
}

.modal-header button {
  position: absolute;
  right: -16px;
  top: -32px;
}


/* INICIO BANNERS  */
.banner-default-v2 {
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-default-v2 h1 {
  color: #ffcf00;
  padding: 8px 0;
}

.banner-default-v2 h2 {
  color: #fff;
}

.banner-default-v2 p {
  color: #fff;
}

.banner-default-v2 .box-proposta {
  position: absolute;
  right: 0;
  top: 0;
  background: #1a1a1a;
}

.banner-default-v3 {
  background-color: #1c6b9a;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-default-v3 h1 {
  color: #fff;
  padding: 8px 0;
}

.banner-default-v3 h2 {
  color: #ffcf00;
}

.banner-default-v3 p {
  color: #fff;
  font-weight: 600;
}

.banner-default-v4 {
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.banner-default-v4 h1 {
  color: #fff;
  font-size: 42px;
}

/* FIM BANNERS */

/* img-text-btn */
.img-text-btn {}

.img-text-btn p {
    font-size: 18px;
}

.img-text-btn .image {
  transform: translateY(-60px);
}

.img-text-btn .form {
  transform: translateY(-60px);

}
.img-text-btn .form form p {
  margin-bottom: 0;
}
.img-text-btn .form form span {
  display: block;
  margin-bottom: 20px;
}

.img-text-btn .image img {
  height: 450px;
	height: auto;
  object-position: top;
}
.img-text-btn .form form input[type="submit"] {
  background: #0d6efd;
  border: 1px solid #0d6efd;
  color: #fff;
  padding: 8px 32px;
  border-radius: 5px;
}
.img-text-btn .btn-wrapper a.btn svg {
  margin-right: 8px;
}
.img-text-btn .btn-wrapper a.btn:nth-child(1) {
  background-color: #3c3f42;
  color: #fff;
}

.img-text-btn .btn-wrapper a.btn:nth-child(2) {
  background-color: #1b9a04;
  color: #fff;
}

.img-text-btn .btn-wrapper a.btn:nth-child(2) i {
  padding-right: 8px;
}

/* bloco loop-texto-img */
.loop-texto-img {}

.loop-texto-img h2 {
  margin-bottom: 20px;
}

.loop-texto-img h3 {
}

.loop-texto-img p {
    font-size: 18px;
}

.loop-texto-img img {}

/* bloco-redes-sociais */
.bloco-redes-sociais {}

.bloco-redes-sociais h2 {}

.bloco-redes-sociais ul {}

.bloco-redes-sociais ul li {
  background-color: var(--lp-cor-primaria);;
  width: 40px;
  height: 40px;
}

.bloco-redes-sociais ul li a {
  color: #fff;
}

.bloco-redes-sociais ul li:hover {
  opacity: .8;
}

/* bloco do mapa */
.mapa {
  background-color: #ededed;
}

.mapa .mapa-intro {}

.mapa .mapa-intro h2 {
  font-size: 28px;
}

.mapa .mapa-intro select {
  cursor: pointer;
  width: 40%;
  border-radius: 5px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 0 12px;
}
.mapa .lp-select-location {
  display: flex;
  gap: 0 20px;
}
.mapa .mapouter,
.mapa .gmap_canvas,
.mapa .mapouter iframe {
  width: 100% !important;
}
/* box-proposta */
.box-proposta {
  background: #133859;
}

.box-proposta span.texto {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: end;
}

.box-proposta span.preco {
  color: #f2cd2f;
  font-size: 40px;
  font-weight: 600;
}

.box-proposta .info {
  color: #fff;
  font-size: 20px;
}

.box-proposta a.btn {
  background-color: var(--lp-cor-primaria);;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.box-proposta a.btn:hover {
  background: #fff;
  color: var(--lp-cor-primaria);;
}

/* cards */
.cards .card img {
  width: 80px
}
.cards .card h3 {
  margin: 20px 0;
}

@media (max-width: 992px) {
  body {
      font-size: 16px;
  }

  /* headings */
  h2 {
      font-size: 26px;
  }

  .banner-default-v4{
    background-position: top center;
}

  /* modal */
  .modal-header button {
      right: 0;
  }

  /* img-text-btn */
  .img-text-btn {}

  .img-text-btn .image {
      transform: translateY(0);
  }

  .img-text-btn .image img {
      height: 320px;
  }


  /* banners */
  .banner-default-v2 h2 {
      padding-top: 120px;
      font-size: 24px;
      text-align: center;
  }

  .banner-default-v2 .box-proposta {
      left: 0;
      margin: 0 auto;
  }
  .mapa .mapa-intro select {
      width: 100%;
      margin-bottom: 8px;
  }
  .cards .card h3,
  .loop-texto-img h3 {
    font-size: 24px;
  }
  .cards .btn,
  .loop-texto-img .btn {
    font-size: 18px !important;
  }
  .box-proposta .info {
    font-size: 16px;
  }
  .mapa .lp-select-location {
    flex-direction: column;
  }
}