/* Start custom CSS for html, class: .elementor-element-6863a64 */.sd-page-title {
  position: relative;
  min-height: 230px;
  padding: 55px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;

  background:
    linear-gradient(rgba(15, 47, 76, .86), rgba(15, 47, 76, .86)),
    url("SUA-IMAGEM.jpg") center center / cover no-repeat;

  font-family: "Roboto Condensed", Arial, sans-serif !important;
}

.sd-page-title,
.sd-page-title * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}

.sd-page-title__content {
  position: relative;
  z-index: 2;
  width: min(900px, 92%);
}

.sd-page-title h1 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.sd-page-title p {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .94);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.sd-page-title p strong {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .sd-page-title {
    min-height: 200px;
    padding: 42px 18px;
  }

  .sd-page-title h1 {
    font-size: 36px;
    letter-spacing: 2px;
  }

  .sd-page-title p {
    font-size: 17px;
    line-height: 1.5;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-883f373 */.sd-servicos-detalhes {
  padding: 80px 20px;
  background: #f7f9fb;
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}

.sd-servicos-detalhes,
.sd-servicos-detalhes * {
  box-sizing: border-box;
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}

.sd-servicos-detalhes__container {
  max-width: 1180px;
  margin: 0 auto;
}

.sd-servico-detalhe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 470px;
  margin-bottom: 42px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 15px 42px rgba(15, 47, 76, .10);
}

.sd-servico-detalhe:last-child {
  margin-bottom: 0;
}

.sd-servico-detalhe--reverse .sd-servico-detalhe__image {
  order: 2;
}

.sd-servico-detalhe--reverse .sd-servico-detalhe__content {
  order: 1;
}

/* Imagem */

.sd-servico-detalhe__image {
  min-height: 470px;
  overflow: hidden;
}

.sd-servico-detalhe__image img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
}

.sd-servico-detalhe:hover .sd-servico-detalhe__image img {
  transform: scale(1.04);
}

/* Conteúdo */

.sd-servico-detalhe__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 55px;
}

.sd-servico-detalhe__content h2 {
  margin: 0 0 22px;
  color: #0f2f4c;
  font-size: clamp(32px, 4vw, 45px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sd-servico-detalhe__content p {
  margin: 0 0 17px;
  color: #415363;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

.sd-servico-detalhe__content strong {
  color: #0f2f4c;
  font-weight: 700;
}

/* Lista */

.sd-servico-detalhe__list {
  display: grid;
  gap: 10px;
  margin: 7px 0 28px;
  padding: 0;
  list-style: none;
}

.sd-servico-detalhe__list li {
  position: relative;
  padding-left: 24px;
  color: #415363;
  font-size: 16px;
  line-height: 1.5;
}

.sd-servico-detalhe__list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #0f2f4c;
}

/* Botão */

.sd-servico-detalhe__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 52px;
  padding: 14px 27px;
  background: #0f2f4c;
  border: 2px solid #0f2f4c;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s ease;
}

.sd-servico-detalhe__button:hover {
  background: transparent;
  color: #0f2f4c;
  transform: translateY(-2px);
}

/* Tablet */

@media (max-width: 900px) {
  .sd-servicos-detalhes {
    padding: 65px 18px;
  }

  .sd-servico-detalhe {
    grid-template-columns: 1fr;
  }

  .sd-servico-detalhe--reverse .sd-servico-detalhe__image,
  .sd-servico-detalhe--reverse .sd-servico-detalhe__content {
    order: initial;
  }

  .sd-servico-detalhe__image,
  .sd-servico-detalhe__image img {
    min-height: 360px;
  }

  .sd-servico-detalhe__content {
    padding: 42px 35px;
  }
}

/* Celular */

@media (max-width: 560px) {
  .sd-servicos-detalhes {
    padding: 55px 16px;
  }

  .sd-servico-detalhe {
    margin-bottom: 28px;
  }

  .sd-servico-detalhe__image,
  .sd-servico-detalhe__image img {
    min-height: 270px;
  }

  .sd-servico-detalhe__content {
    padding: 32px 24px 36px;
  }

  .sd-servico-detalhe__content h2 {
    font-size: 30px;
    letter-spacing: 1.3px;
  }

  .sd-servico-detalhe__content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .sd-servico-detalhe__button {
    width: 100%;
  }
}/* End custom CSS */