.cec-docs-grid,
.cec-docs-tipo-container,
.cec-docs-search-widget,
.cec-docs-single {
  font-family: "Poppins", sans-serif;
  color: #222;
  line-height: 1.6;
}

.cec-docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 0 0 30px;
}

.cec-docs-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cec-docs-card-image {
  position: relative;
  overflow: hidden;
}

.cec-docs-card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.cec-docs-card-content {
  padding: 14px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.cec-docs-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #eecd1a;
  letter-spacing: 0.4px;
}

.cec-docs-card-title a {
  color: inherit;
  text-decoration: none;
}

.cec-docs-card-tipo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.cec-docs-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
  background: #f8f8f8;
}

.cec-docs-card-excerpt {
  margin: 0;
  color: #333;
  font-size: 15px;
}

.cec-docs-card-excerpt p {
  margin: 0;
}

.cec-docs-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 13px;
  color: #555;
  margin: 0;
}

.cec-docs-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cec-docs-card-campanas {
  font-size: 14px;
  color: #333;
}

.cec-docs-card-campanas strong {
  color: #000;
  font-weight: 600;
}

.cec-docs-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}

.cec-docs-btn,
.cec-docs-btn-primary,
.cec-docs-btn-download,
.cec-docs-btn-download-large,
.cec-docs-search-submit,
.cec-docs-pagination a,
.cec-docs-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  min-height: 34px;
  min-width: 90px;
  background: #eecd1a;
  color: #000;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 20px;
}

.cec-docs-btn:hover,
.cec-docs-btn-primary:hover,
.cec-docs-btn-download:hover,
.cec-docs-btn-download-large:hover,
.cec-docs-search-submit:hover,
.cec-docs-pagination a:hover {
  background: #666666;
  color: #fff;
}

.cec-docs-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 30px;
}

.cec-docs-pagination .current {
  background: #eecd1a;
  color: #000;
}

.cec-docs-search-widget {
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 20px;
  margin: 0 0 30px;
}

.cec-docs-search-widget h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.cec-docs-search-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.cec-docs-search-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cec-docs-search-field label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.cec-docs-search-field input,
.cec-docs-search-field select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}

.cec-docs-tipo-container {
  max-width: 100%;
  margin: 0 0 40px;
  padding: 0 10px;
}

.cec-docs-tipo-section {
  margin-bottom: 65px;
}

.cec-docs-tipo-titulo {
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  text-transform: uppercase;
  color: #333 !important;
}

.cec-docs-tipo-lista {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cec-docs-tipo-item {
  list-style: none;
}

.cec-docs-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 65px;
  padding: 12px 50px;
  background: #eecd1a;
  color: #000;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset,
    0 -2px 0 0 rgba(10, 13, 18, 0.05) inset,
    0 1px 2px 0 rgba(10, 13, 18, 0.05);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
}

.cec-docs-list-btn:hover {
  background: #666666;
  color: #fff;
}

.cec-docs-stats-inline {
  font-size: 12px;
  color: #666;
}

.cec-docs-single {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto 96px;
  padding: 0 10px;
}

.cec-docs-single > * {
  width: 100%;
}

.cec-docs-single-image {
  margin: 0 0 40px;
}

.cec-docs-single-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.cec-docs-title {
  margin: 0 0 8px;
  font-size: 36px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.cec-docs-single-header {
  margin-bottom: 40px;
}

.cec-docs-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin: 0 0 16px;
  font-size: 14px;
  color: #555;
}

.cec-docs-single-meta strong {
  color: #000;
}

.cec-docs-single-download {
  margin: 24px 0 0;
}

.cec-docs-btn-download-large {
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 65px;
  padding: 12px 50px;
  flex-shrink: 0;
  background: #eecd1a;
  color: #000;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset,
    0 -2px 0 0 rgba(10, 13, 18, 0.05) inset,
    0 1px 2px 0 rgba(10, 13, 18, 0.05);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.cec-docs-btn-download-large:hover {
  background: #666666;
  color: #fff;
}

.cec-docs-section-title {
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  color: #333 !important;
  text-transform: uppercase;
}

.cec-docs-single-content {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  color: #333;
  margin: 0 0 24px;
}

.cec-docs-meta-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 !important;
}

.cec-docs-meta-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px !important;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  list-style: none;
}

.cec-docs-meta-list li::before {
  content: "\f037";
  font-family: icomoon-the7-font;
  position: absolute;
  left: 0;
  top: 0;
  color: #eecd1a;
  font-weight: 700;
}

.cec-docs-meta-label {
  font-weight: 300;
  color: #000;
  margin-right: 4px;
}

@media (max-width: 900px) {
  .cec-docs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .cec-docs-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .cec-docs-search-form {
    grid-template-columns: 1fr;
  }

  .cec-docs-title {
    font-size: 35px;
  }
}
