@charset "UTF-8";
.menuLateral .title {
  border: none;
  color: #0056b3;
  border-left: 2px solid #ffc107;
  font-size: 22px;
  font-weight: 500;
  padding-left: 10px;
  transition: 0.4s;
}
.menuLateral li {
  padding: 3px 30px;
  list-style: none;
}
.menuLateral li a {
  list-style: none;
  line-height: 2.5;
  color: #444444;
  transition: 0.4s;
}

/** CTA */
.hotline-area {
  color: #fff;
  background: red;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
.hotline-area .hotline-area h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 45px;
  font-weight: 400;
}
.hotline-area .hotline-area span {
  font-size: 60px;
  font-weight: 800;
  font-family: "Rubik", sans-serif;
  margin-bottom: 28px;
  display: block;
}

.rowTab {
  display: flex;
  padding-top: 2rem;
}
.rowTab .col {
  flex: 1;
}
.rowTab .d-flex {
  display: flex;
}
.rowTab .col:last-child {
  margin-left: 1em;
}
.rowTab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.seo {
  overflow-x: hidden;
}


/* Accordion styles */
.tabs {
  /* border-radius: 8px; */
  overflow: hidden;
  /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.7rem;
  /* Icon */
}

.tab-label:hover {
  background: #1a252f;
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
  background: #1a252f;
}

input:checked + .tab-label::after {
  transform: rotate(90deg);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

@media (max-width: 768px) {
  .rowTab .d-flex {
    flex-direction: column;
  }
}

/*# sourceMappingURL=pg-seo.css.map */
.galleryImages {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.thumbnail-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.thumbnail {
  width: 100px;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.thumbnail:hover {
  opacity: 0.8;
}

/* Estilos para o conteúdo do backend */
.galleryImages {
  margin-bottom: 2rem;
}

/* Tipografia e formatação do texto */
.galleryImages + *,
.galleryImages ~ * {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}

/* Cabeçalhos */
.galleryImages + h1,
.galleryImages ~ h1,
.galleryImages + h2,
.galleryImages ~ h2,
.galleryImages + h3,
.galleryImages ~ h3,
.galleryImages + h4,
.galleryImages ~ h4,
.galleryImages + h5,
.galleryImages ~ h5,
.galleryImages + h6,
.galleryImages ~ h6 {
  color: #0056b3;
  margin: 2rem 0 1rem 0;
  font-weight: 600;
  line-height: 1.3;
}

.galleryImages + h1,
.galleryImages ~ h1 {
  font-size: 2.2rem;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 0.5rem;
}

.galleryImages + h2,
.galleryImages ~ h2 {
  font-size: 1.8rem;
  border-left: 4px solid #ffc107;
  padding-left: 1rem;
}

.galleryImages + h3,
.galleryImages ~ h3 {
  font-size: 1.5rem;
  color: #2c3e50;
}

.galleryImages + h4,
.galleryImages ~ h4 {
  font-size: 1.3rem;
  color: #34495e;
}

/* Parágrafos */
.galleryImages + p,
.galleryImages ~ p {
  margin-bottom: 1.2rem;
  text-indent: 1.5rem;
}

.galleryImages + p:first-of-type,
.galleryImages ~ p:first-of-type {
  font-size: 1.1rem;
  font-weight: 500;
  color: #2c3e50;
}

/* Listas */
.galleryImages + ul,
.galleryImages ~ ul,
.galleryImages + ol,
.galleryImages ~ ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.galleryImages + li,
.galleryImages ~ li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.galleryImages + ul li,
.galleryImages ~ ul li {
  list-style-type: disc;
  color: #555;
}

.galleryImages + ol li,
.galleryImages ~ ol li {
  list-style-type: decimal;
  color: #555;
}

/* Listas aninhadas */
.galleryImages + ul ul,
.galleryImages ~ ul ul,
.galleryImages + ol ol,
.galleryImages ~ ol ol {
  margin: 0.5rem 0;
}

.galleryImages + ul ul li,
.galleryImages ~ ul ul li {
  list-style-type: circle;
  color: #666;
}

.galleryImages + ol ol li,
.galleryImages ~ ol ol li {
  list-style-type: lower-alpha;
  color: #666;
}

/* Links */
.galleryImages + a,
.galleryImages ~ a {
  color: #0056b3;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.galleryImages + a:hover,
.galleryImages ~ a:hover {
  color: #003d82;
  border-bottom-color: #ffc107;
}

/* Texto em negrito e itálico */
.galleryImages + strong,
.galleryImages ~ strong,
.galleryImages + b,
.galleryImages ~ b {
  color: #2c3e50;
  font-weight: 700;
}

.galleryImages + em,
.galleryImages ~ em,
.galleryImages + i,
.galleryImages ~ i {
  color: #7f8c8d;
  font-style: italic;
}

/* Citações */
.galleryImages + blockquote,
.galleryImages ~ blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background: #f8f9fa;
  border-left: 4px solid #ffc107;
  font-style: italic;
  color: #555;
  border-radius: 0 8px 8px 0;
}

.galleryImages + blockquote p,
.galleryImages ~ blockquote p {
  margin: 0;
  text-indent: 0;
}

/* Tabelas */
.galleryImages + table,
.galleryImages ~ table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.galleryImages + table th,
.galleryImages ~ table th {
  background: #0056b3;
  color: #fff;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
}

.galleryImages + table td,
.galleryImages ~ table td {
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.galleryImages + table tr:nth-child(even),
.galleryImages ~ table tr:nth-child(even) {
  background: #f8f9fa;
}

.galleryImages + table tr:hover,
.galleryImages ~ table tr:hover {
  background: #e3f2fd;
}

/* Código */
.galleryImages + code,
.galleryImages ~ code {
  background: #f1f3f4;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  color: #d73a49;
  font-size: 0.9rem;
}

.galleryImages + pre,
.galleryImages ~ pre {
  background: #2d3748;
  color: #e2e8f0;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 2rem 0;
}

.galleryImages + pre code,
.galleryImages ~ pre code {
  background: none;
  color: inherit;
  padding: 0;
}

/* Divisores */
.galleryImages + hr,
.galleryImages ~ hr {
  margin: 3rem 0;
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffc107, transparent);
}

/* Imagens no conteúdo */
.galleryImages + img,
.galleryImages ~ img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Responsividade para o conteúdo */
@media (max-width: 768px) {
  .galleryImages + h1,
  .galleryImages ~ h1 {
    font-size: 1.8rem;
  }
  
  .galleryImages + h2,
  .galleryImages ~ h2 {
    font-size: 1.5rem;
  }
  
  .galleryImages + h3,
  .galleryImages ~ h3 {
    font-size: 1.3rem;
  }
  
  .galleryImages + p,
  .galleryImages ~ p {
    text-indent: 0;
    text-align: left;
  }
  
  .galleryImages + blockquote,
  .galleryImages ~ blockquote {
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
  }
  
  .galleryImages + table,
  .galleryImages ~ table {
    font-size: 0.9rem;
  }
  
  .galleryImages + table th,
  .galleryImages ~ table th,
  .galleryImages + table td,
  .galleryImages ~ table td {
    padding: 0.75rem 0.5rem;
  }
}