/* Start custom CSS for html, class: .elementor-element-4b965bb */.cco-elementor-materiales {
  background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
  border: 1px solid #d9e4ef;
  border-radius: 24px;
  padding: 40px 24px 32px;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  position: relative;
}

.cco-elementor-materiales * {
  box-sizing: border-box;
}

.cco-materiales-header {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.cco-materiales-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  background: #e8f0f8;
  color: #203d6b;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cco-materiales-header h2 {
  margin: 0 0 14px;
  color: #203d6b;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
}

.cco-materiales-header p {
  margin: 0 auto 14px;
  max-width: 900px;
  color: #5c6f86;
  font-size: 16px;
  line-height: 1.8;
}

.cco-materiales-header p:last-child {
  margin-bottom: 0;
}

.cco-materiales-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.cco-material-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  background: #ffffff;
  border: 1px solid #d9e4ef;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(32, 61, 107, 0.10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cco-material-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(32, 61, 107, 0.16);
  border-color: rgba(32, 61, 107, 0.25);
}

.cco-material-card-top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cco-material-badge {
  align-self: flex-start;
  padding: 6px 11px;
  border-radius: 999px;
  background: #e8f0f8;
  color: #203d6b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.cco-material-card h3 {
  margin: 0;
  color: #1b3258;
  font-size: 20px;
  line-height: 1.3;
}

.cco-material-card p {
  margin: 0;
  color: #5c6f86;
  font-size: 14px;
  line-height: 1.65;
}

.cco-material-meta {
  font-size: 13px;
  font-weight: 600;
  color: #24364d;
}

.cco-material-card-actions {
  margin-top: 20px;
}

.cco-material-link,
.cco-material-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  background: #203d6b;
  color: #ffffff !important;
  border-radius: 12px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: background .25s ease, transform .25s ease;
  border: none;
  cursor: pointer;
  appearance: none;
  white-space: normal;
  width: 100%;
}

.cco-material-link:hover,
.cco-material-button:hover {
  background: #162b4c;
  transform: translateY(-1px);
  color: #ffffff !important;
}

.cco-material-link.is-disabled {
  background: #a7b5c8;
  pointer-events: none;
  cursor: default;
}

/* Modal */
.cco-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.cco-modal-overlay.is-active {
  display: flex;
}

.cco-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 30, 54, 0.58);
  backdrop-filter: blur(3px);
}

.cco-modal-window {
  position: relative;
  width: min(920px, calc(100% - 24px));
  margin: 0;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #d9e4ef;
  box-shadow: 0 24px 60px rgba(18, 38, 71, 0.25);
  padding: 22px 20px 20px;
  z-index: 2;
  max-height: none;
  overflow: visible;
}

.cco-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #e8f0f8;
  color: #203d6b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}

.cco-modal-close:hover {
  background: #d7e4f2;
  transform: rotate(90deg);
}

.cco-modal-head {
  padding-right: 48px;
  margin-bottom: 18px;
}

.cco-modal-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 12px;
  background: #e8f0f8;
  color: #203d6b;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cco-modal-head h3 {
  margin: 0 0 8px;
  color: #1b3258;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
}

.cco-modal-head p {
  margin: 0;
  color: #5c6f86;
  font-size: 14px;
  line-height: 1.6;
}

.cco-modal-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cco-system-card {
  background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
  border: 1px solid #d9e4ef;
  border-radius: 18px;
  padding: 16px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cco-system-badge {
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #203d6b;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.cco-system-card h4 {
  margin: 0;
  color: #1b3258;
  font-size: 18px;
  line-height: 1.2;
}

.cco-system-card p {
  margin: 0;
  color: #5c6f86;
  font-size: 13px;
  line-height: 1.5;
}

.cco-system-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #203d6b;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: background .25s ease, transform .25s ease;
  width: 100%;
}

.cco-system-link:hover {
  background: #162b4c;
  transform: translateY(-1px);
  color: #ffffff !important;
}

body.cco-modal-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .cco-materiales-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cco-elementor-materiales {
    padding: 28px 16px 24px;
    border-radius: 20px;
  }

  .cco-materiales-grid,
  .cco-modal-options {
    grid-template-columns: 1fr;
  }

  .cco-material-card {
    min-height: auto;
  }

  .cco-materiales-header p {
    font-size: 15px;
    line-height: 1.75;
  }

  .cco-modal-overlay {
    padding: 10px;
    align-items: flex-start;
  }

  .cco-modal-window {
    width: calc(100% - 8px);
    margin: 0;
    padding: 22px 16px 16px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
  }

  .cco-modal-head {
    padding-right: 42px;
  }
}/* End custom CSS */