
  
.draco-proy-section {
  padding: 32px 16px;
  background: #ffffff;
}

.draco-proy-container {
 
  margin: 0 auto;
}

.draco-proy-row {
  margin-bottom: 14px;
}

.draco-proy-row:last-child {
  margin-bottom: 0;
}

.draco-proy-row-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 20px;
   margin-top: 20px;
  font-weight: 700;
  color: #90223F;
}

.draco-proy-grid {
  display: grid;
  gap: 12px;
}

.draco-proy-grid--one {
  grid-template-columns: 1fr;
}

.draco-proy-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.draco-proy-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.draco-proy-card {
  position: relative;
  min-height: 520px;
  border-radius: 18px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
}

.draco-proy-card--xl {
  min-height: 520px;
}

.draco-proy-card-link {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: inherit;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
}
.draco-hero-text{
    margin-left: auto;
    margin-right: auto;
}
.draco-hero-text .h1{
    text-align: center;
}

.draco-hero-text p{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width:80%;
    margin: 0 auto;
}
.draco-proy-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.45) 28%,
      rgba(0, 0, 0, 0.18) 55%,
      rgba(0, 0, 0, 0.10) 100%
    );
  opacity: 0.55;
  transition: opacity 0.35s ease, background 0.35s ease;
}

.draco-proy-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 22px;
  transform: translateY(0);
  transition: transform 0.35s ease;
}

.draco-proy-card-title {
  margin: 0;
  font-size: 22px;
  font-family: "DM Sans";
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.draco-proy-card-text {
  margin: 12px 0 0;
  max-width: 920px;
  font-size: 18px;
  font-family: "DM Sans";
  line-height: 1.45;
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    max-height 0.35s ease;
}

.draco-proy-card:hover .draco-proy-overlay,
.draco-proy-card:focus-within .draco-proy-overlay {
  opacity: 1;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.60) 38%,
      rgba(0, 0, 0, 0.28) 70%,
      rgba(0, 0, 0, 0.16) 100%
    );
}

.draco-proy-card:hover .draco-proy-content,
.draco-proy-card:focus-within .draco-proy-content {
  transform: translateY(-10px);
}

.draco-proy-card:hover .draco-proy-card-text,
.draco-proy-card:focus-within .draco-proy-card-text {
  opacity: 1;
  max-height: 180px;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .draco-proy-card {
    min-height: 280px;
  }

  .draco-proy-card--xl {
    min-height: 360px;
  }

  .draco-proy-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .draco-proy-section {
    padding: 24px 12px;
  }

  .draco-proy-row {
    margin-bottom: 12px;
  }

  .draco-proy-row-title {
    font-size: 12px;
    font-family: "DM Sans";
    margin-bottom: 8px;
  }

  .draco-proy-grid--two,
  .draco-proy-grid--three {
    grid-template-columns: 1fr;
  }

  .draco-proy-card,
  .draco-proy-card--xl {
    min-height: 260px;
    border-radius: 16px;
  }

  .draco-proy-content {
    padding: 18px;
    transform: none;
  }

  .draco-proy-overlay {
    opacity: 0.92;
    background:
      linear-gradient(
        to top,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.50) 45%,
        rgba(0, 0, 0, 0.12) 100%
      );
  }

  .draco-proy-card-text {
    opacity: 1;
    max-height: 180px;
    transform: none;
    margin-top: 10px;
    font-size: 13px;
    font-family: "DM Sans";
  }
}

@media (prefers-reduced-motion: reduce) {
  .draco-proy-overlay,
  .draco-proy-content,
  .draco-proy-card-text {
    transition: none;
  }
}

.draco-proy-cta-section {
  width: 100%;
  
}
.draco-proy-cta-actions .draco-button-2,.draco-proy-cta-banner-content .draco-button-2{
    padding: 10px;
}
.draco-proy-cta-top {
  padding: 42px 16px 0;
}

.draco-proy-cta-container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.draco-proy-cta-eyebrow {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9e3f56;
  font-family: "DM Sans";
}

.draco-proy-cta-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  font-family: "DM Sans";
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #434a5f;
}

.draco-proy-cta-text {
  max-width: 720px;
  margin: 22px auto 0;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  font-family: "DM Sans";
  color: #111111;
}

.draco-proy-cta-actions {
  margin-top: 28px;
}

.draco-proy-cta-banner {
  position: relative;
  min-height: 160px;
  margin-top: 42px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.draco-proy-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 10, 18, 0.52);
}

.draco-proy-cta-banner-content {
  position: relative;
  z-index: 1;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .draco-proy-cta-top {
    padding: 32px 16px 0;
  }

  .draco-proy-cta-eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
    font-family: "DM Sans";
  }

  .draco-proy-cta-title {
    font-size: 34px;
    line-height: 1.12;
    font-family: "DM Sans";
  }

  .draco-proy-cta-title br {
    display: none;
  }

  .draco-proy-cta-text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.6;
    font-family: "DM Sans";
  }

  .draco-proy-cta-actions {
    margin-top: 22px;
  }

  .draco-proy-cta-banner {
    min-height: 140px;
    margin-top: 30px;
  }

  .draco-proy-cta-banner-content {
    min-height: 140px;
    padding: 20px 14px;
  }
}
    
    .draco-proy-faq-section {
  padding: 48px 16px;
  background: #f3f3f3;
}

.draco-proy-faq-container {
  max-width: 1180px;
  margin: 0 auto;
}

.draco-proy-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: start;
}

.draco-proy-faq-media {
  order: 2;
}

.draco-proy-faq-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: 0;
}

.draco-proy-faq-panel {
  order: 1;
  padding-top: 8px;
}

.draco-proy-faq-title {
  margin: 0 0 28px;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  font-family: "DM Sans";
  color: #000000;
}

.draco-proy-faq-list {
  border-bottom: 1px solid #7a7a7a;
}

.draco-proy-faq-item {
  border-top: 1px solid #7a7a7a;
}

.draco-proy-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #1a1a1a;
}

.draco-proy-faq-question-text {
  flex: 1;
  font-size: 24px;
  line-height: 1.3;
  font-family: "DM Sans";
  font-weight: 400;
}

.draco-proy-faq-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.draco-proy-faq-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-block;
  position: relative;
}

/* Flecha */
.draco-proy-faq-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: transform 0.25s ease;
}

/* Estado abierto (flecha hacia arriba) */
.draco-proy-faq-item.is-open .draco-proy-faq-icon::before {
  transform: translate(-50%, -40%) rotate(-135deg);
}

.draco-proy-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.draco-proy-faq-item.is-open .draco-proy-faq-icon::after {
  opacity: 0;
}

.draco-proy-faq-answer {
  display: none;
}

.draco-proy-faq-answer-inner {
  padding: 0 0 18px 34px;
  font-size: 18px;
  line-height: 1.6;
  font-family: "DM Sans";
  color: #3b3b3b;
}

.draco-proy-faq-question:focus-visible {
  outline: 2px solid #8f2f4a;
  outline-offset: 4px;
}

@media (max-width: 991px) {
  .draco-proy-faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .draco-proy-faq-media {
    order: 1;
  }

  .draco-proy-faq-panel {
    order: 2;
    padding-top: 0;
  }

  .draco-proy-faq-title {
    font-size: 38px;
    margin-bottom: 22px;
    font-family: "DM Sans";
  }

  .draco-proy-faq-image {
    min-height: 300px;
  }

  .draco-proy-faq-question-text {
    font-size: 20px;
    font-family: "DM Sans";
  }

  .draco-proy-faq-answer-inner {
    font-size: 16px;
    font-family: "DM Sans";
  }
}

@media (max-width: 767px) {
  .draco-proy-faq-section {
    padding: 32px 12px;
  }

  .draco-proy-faq-grid {
    gap: 20px;
  }

  .draco-proy-faq-title {
    font-size: 30px;
    line-height: 1.1;
    font-family: "DM Sans";
    margin-bottom: 18px;
  }

  .draco-proy-faq-image {
    min-height: 220px;
  }

  .draco-proy-faq-question {
    gap: 12px;
    padding: 16px 0;
  }

  .draco-proy-faq-question-text {
    font-size: 16px;
    line-height: 1.35;
    font-family: "DM Sans";
  }

  .draco-proy-faq-icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .draco-proy-faq-answer-inner {
    padding: 0 0 16px 26px;
    font-size: 14px;
    line-height: 1.55;
  }
}
  