/* =========================
   Variáveis Globais
   ========================= */
:root {
  --primary-color: #395B74;
  --secondary-color: #FF726D;
  --tertiary-color: #FBA670;
  --default-font-color: #FFF;
  --default-background-color: #F8F8F8;
}

.colors {
  color: var(--primary-color) !important;
}



/* =========================
   Reset Padrão
   ========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
.h1 {
  font-size: 2.5rem;
}

/* =========================
   Navegação e Título
   ========================= */
.back a {
  color: var(--primary-color);
  text-decoration: none;
}

.back i {
  margin-right: 10px;
  padding-top: 10px;
}

.divTitle {
  background-color: #F8F8F8;
  margin-top: 0;
}

/* =========================
   Feedback e Avaliações
   ========================= */
   #rate {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
  
  #rate i {
    color: #F2C902;
    font-size: 25px;
  }
  
  #rate p {
    margin: 0;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.1rem;
  }
  

/* =========================
   Título da Seção de Serviço
   ========================= */
.titleService {
  padding: 1% 0%;
  color: var(--primary-color);
}

.titleService h1 {
  width: 40%;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 2.5rem;
}

.titleService p {
  font-weight: 200;
}

.titleService hr {
  width: 80%;
  float: left;
  background-color: var(--primary-color) !important;
  border-radius: 50px;
  margin-top: 0;
  height: 2px !important;
}

/* =========================
   Estilo de HR Global
   ========================= */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  overflow: visible;
  opacity: 1 !important;
  border-top: none !important;
}

/* =========================
   Descrição e Informações
   ========================= */
.whichIs {
  padding: 20px 0;
  text-align: center;
  color: var(--primary-color);
}

.tempoConclusao {
  padding: 20px 0 !important;
  text-align: center !important;
  color: var(--primary-color) !important;
}

.solicitation {
  margin-top: 30px;
  color: var(--primary-color);
}

.divSolicitar {
  background-color: #F8F8F8;
  border-radius: 25px;
  padding: 25px 30px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.07); */
  /* height: 100%; */
}

.divSolicitar p {
  margin-bottom: 2px;
}

.divSolicitar h1 {
  color: var(--primary-color);
  font-size: 24px;
}

.cachorro {
  background-color: rgb(244, 205, 237);
}

.grid-solc {
  border: 2px solid #4366A9;
  padding: 35px 50px;
  margin-top: 70px;
}

.grid-solc h1 {
  color: #4366A9;
  text-align: left;
}

/* .padrao-card {
  min-height: 250px;
} */

/* =========================
   Ícones e Cards
   ========================= */
.icons div {
  margin: 0 auto 20px;
  border: none;
  display: grid;
  align-items: center;
  justify-items: center;
  color: #FF726D;
  font-weight: 600;
}

.iconSolicita {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.card1 {
  background-color: #F8F8F8;
  border-radius: 25px;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.card1 i {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}


.card1 {
  background-color: #F8F8F8;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  padding: 45px 30px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.card1 p {
  padding-top: 10px;
  padding-left: 15px;
}

.starIcon {
  padding-left: 15px;
}

.recommendedLeft {
  text-align: center;
}

/* =========================
   Tabela e Documentos
   ========================= */
.document {
  text-align: center;
  margin-top: 40px;
}

.document h1 {
  font-size: 2rem;
  font-weight: bold;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
}

.document table {
  text-align: initial;
}

.document table td {
  border-top: 2px solid #5C5B5B;
}

.document table th:nth-child(-n + 3) {
  border-top: none;
  border-bottom: none;
}

.table thead th td tr {
  border-bottom: 2px solid #395B74 !important;
  color: var(--primary-color);
}

/* =========================
   Avaliação
   ========================= */
.upAval {
  margin-top: 50px;
}

.upAval .row {
  justify-content: space-evenly;
}

/* =========================
   Passo a Passo
   ========================= */
.pass {
  background-color: #F8F8F8;
  border-radius: 25px;
}

.pass h1,
.pass p {
  text-align: center;
}

.pass h2 {
  color: var(--primary-color);
  font-size: 3.5rem;
}

.pass .allPass div hr {
  margin: 0 0 15px;
  width: 65px;
  background-color: #669CEB !important;
  border-radius: 50px;
  height: 3px !important;
}

.pass .allPass div p {
  text-align: left;
}

.bodyAval {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--default-background-color);
  border-radius: 20px;
}

#passo-a-passo h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 0;
}

#passo-a-passo hr {
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  border: none;
  margin: 10px 0 20px 0;
}

/* =========================
   Dúvidas
   ========================= */
.questions {
  text-align: center;
  margin: 60px 0;
}

.questions h2 {
  font-weight: 700;
  color: #395B74;
  margin-bottom: 20px;
}

.questions p {
  font-size: 1rem;
  color: #395B74;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.questions a {
  color: #ff726d;
  font-weight: 600;
  text-decoration: underline;
}

.questions hr {
  width: 100px;
  height: 3px;
  background-color: #ff726d;
  border: none;
  margin: 25px auto 0;
  border-radius: 50px;
}

/* =========================
   Informações
   ========================= */
.informations {
  margin-top: 80px;
  position: relative;
  margin-bottom: 50px;
}

.informations .div-lupa {
  display: flex;
}

.informations img {
  height: 350px;
  align-self: center;
}

/* =========================
   Anexos
   ========================= */
.attachments {
  margin-bottom: 100px;
}

.attachments h2 a {
  color: var(--secondary-color);
  font-weight: bold;
}

.attachments a {
  color: var(--primary-color);
  font-weight: 600;
}

/* =========================
   Outras Configurações
   ========================= */
a {
  text-decoration: none !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* =========================
   Responsividade
   ========================= */
@media (max-width: 768px) {
  .logoHeader {
    text-align: center;
  }

  .allServices .row > div:nth-child(2) {
    text-align: center;
  }

  .logoHeader h1 {
    font-size: 24px;
    margin-top: 10px;
  }

  .logoHeader p {
    text-align: center;
    margin-top: 15px;
  }

  .upAval .container .row > div {
    margin-bottom: 25px;
  }

  .card1 {
    max-width: initial !important;
    text-align: center;
  }

  .solicitation,
  .solicitation h1,
  .solicitation p,
  .solicitation a {
    text-align: center;
    word-break: break-word;
  }

  .topic {
    padding: 0 35px;
  }

  .bodyAval,
  .bodyAval hr,
  .questions,
  .questions div hr {
    text-align: center;
    float: none;
    margin: 0 auto;
  }

  .questions img {
    display: block;
    margin: 30px auto 0;
    height: 260px;
    position: initial;
  }
}

@media (max-width: 436px) {
  .topic {
    padding: 0 35px;
  }

  .titleService h1,
  .whichIs h1,
  .tempoConclusao h1,
  .solicitation h1,
  .attachments h2 {
    font-size: 30px;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .logoHeader h1 {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  .informations img {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
