@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;
}

.page-content {
  margin-top: 2rem;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: #0056b3;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.page-content h1 {
  font-size: 2.2rem;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 0.5rem;
}

.page-content h2 {
  font-size: 1.8rem;
  border-left: 4px solid #ffc107;
  padding-left: 1rem;
}

.page-content h3 {
  font-size: 1.5rem;
}

.page-content h4 {
  font-size: 1.3rem;
}

.page-content p {
  margin-bottom: 1.5rem;
  text-align: justify;
}

.page-content ul,
.page-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.page-content li {
  margin-bottom: 0.5rem;
}

.page-content strong,
.page-content b {
  color: #0056b3;
  font-weight: 600;
}

.page-content em,
.page-content i {
  color: #666;
  font-style: italic;
}

.page-content a {
  color: #0056b3;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.page-content a:hover {
  color: #ffc107;
  border-bottom-color: #ffc107;
}

.page-content blockquote {
  border-left: 4px solid #ffc107;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #666;
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-radius: 0 5px 5px 0;
}

.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.page-content th,
.page-content td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.page-content th {
  background-color: #0056b3;
  color: white;
  font-weight: 600;
}

.page-content tr:nth-child(even) {
  background-color: #f9f9f9;
}

.page-content tr:hover {
  background-color: #f0f0f0;
}

.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin: 1.5rem 0;
}

.page-content code {
  background-color: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  color: #e74c3c;
}

.page-content pre {
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 5px;
  overflow-x: auto;
  margin: 1.5rem 0;
  border-left: 4px solid #0056b3;
}

.page-content hr {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #0056b3, #ffc107);
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .page-content {
    font-size: 14px;
  }
  
  .page-content h1 {
    font-size: 1.8rem;
  }
  
  .page-content h2 {
    font-size: 1.5rem;
  }
  
  .page-content h3 {
    font-size: 1.3rem;
  }
}

/** 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;
}



/*# sourceMappingURL=pg-seo.css.map */
