/* Estilos para la página de Techo Propio con los colores corporativos */

:root {
  --color-primary: #fcba00; /* Amarillo/dorado corporativo */
  --color-secondary: #303030; /* Gris oscuro/casi negro corporativo */
  --color-accent: #4a6da7; /* Azul acento para complementar */
  --color-light: #f5f5f5; /* Gris claro */
  --color-white: #ffffff; /* Blanco */
  --color-success: #4caf50;
  --color-danger: #f44336;
  --color-warning: #ff9800;
}

/* Banner principal */
.techo-propio-banner {
  position: relative;
  background-image: url("../img/techopropio.jpg");
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-secondary, #303030); /* Color de fondo para espacios vacíos */
  height: 750px; /* Puedes ajustar esta altura según sea necesario */
  color: var(--color-white);
  margin-bottom: 0;
  z-index: 1;
}

.techo-propio-banner .hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente para la barra de botones */
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.techo-propio-banner h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  color: var(--color-white);
}

.techo-propio-banner p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  color: var(--color-white);
  opacity: 0.9;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-size: 1rem;
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-secondary);
  box-shadow: 0 4px 15px rgba(252, 186, 0, 0.3);
}

.btn-primary:hover {
  background-color: #e0a700;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(252, 186, 0, 0.4);
}

.btn-secondary {
  background-color: var(--color-secondary);
  color: var(--color-white);
  box-shadow: 0 4px 15px rgba(48, 48, 48, 0.3);
}

.btn-secondary:hover {
  background-color: #404040;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(48, 48, 48, 0.4);
}

.btn-outline {
  background-color: transparent;
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
}

.btn-outline:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
  transform: translateY(-5px);
}

.btn-whatsapp {
  background-color: #25d366;
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-whatsapp:hover {
  background-color: #20bd5c;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.btn-icon {
  margin-left: 0.5rem;
  font-size: 0.85rem;
}

.btn-icon-left {
  margin-right: 0.5rem;
  font-size: 0.85rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

/* Enlaces de verificación */
.verification-links {
  background-color: var(--color-secondary);
  padding: 4rem 0;
  position: relative;
  z-index: 2;
}

.verification-title {
  text-align: center;
  margin-bottom: 3rem;
}

.verification-title h2 {
  font-size: 2.2rem;
  color: var(--color-white);
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  font-weight: 700;
}

.verification-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: var(--color-primary);
}

.verification-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.verification-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
}

/* Media Queries para Responsividad del Hero Banner y Botones */
@media (max-width: 768px) {
  .techo-propio-banner {
    height: 120vw; /* Ajustar altura para móviles, ej. 120% del ancho del viewport */
    min-height: 300px; /* Una altura mínima por si acaso */
  }

  .techo-propio-banner .hero-content {
    padding: 1rem; /* Reducir padding de la barra de botones */
  }

  .techo-propio-banner .hero-buttons {
    gap: 0.75rem; /* Espacio entre botones */
  }

  .techo-propio-banner .btn { /* Estilo general para los botones dentro del banner en tablet */
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
  }
}

@media (max-width: 480px) {
  .techo-propio-banner {
    height: 100vw; /* Altura un poco menor para pantallas muy pequeñas */
  }

  .techo-propio-banner .hero-content {
    padding: 0.75rem; /* Menor padding para la barra */
  }

  .techo-propio-banner .hero-buttons {
    flex-direction: column; /* Botones uno debajo del otro */
    gap: 0.5rem; /* Espacio entre botones en columna */
    align-items: stretch; /* Hacer que los botones ocupen el ancho disponible en columna */
  }

  .techo-propio-banner .btn { /* Estilo general para los botones dentro del banner en móvil */
    font-size: 0.75rem;
    padding: 0.5rem 0.8rem;
    width: 100%; /* Que ocupen el ancho del contenedor de botones */
    box-sizing: border-box;
  }
}

.verification-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--color-primary);
}

.verification-link:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.verification-link i {
  font-size: 3.5rem;
  color: var(--color-primary);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.verification-link:hover i {
  transform: scale(1.1);
}

.verification-link span {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--color-secondary);
}

.verification-link small {
  font-size: 1rem;
  color: #555;
}

/* Contenido principal */
.techo-propio-section {
  padding: 5rem 0;
  background-color: var(--color-light);
}

.techo-propio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.techo-propio-content {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 3rem;
}

.section-header {
  margin-bottom: 3rem;
  text-align: center;
}

.section-header h2 {
  font-size: 2.2rem;
  color: var(--color-secondary);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}

.section-header h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: var(--color-primary);
}

.separator {
  width: 100px;
  height: 4px;
  background-color: var(--color-primary);
  margin: 0 auto;
  display: none;
}

.techo-propio-content p {
  margin-bottom: 1.8rem;
  line-height: 1.8;
  color: #444;
  font-size: 1.1rem;
}

.techo-propio-content h3 {
  font-size: 1.6rem;
  color: var(--color-secondary);
  margin: 3rem 0 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--color-primary);
  position: relative;
}

/* Requisitos de acceso */
.requisitos-acceso {
  background-color: rgba(74, 109, 167, 0.1); /* Color acento con transparencia */
  border-radius: 10px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  border-left: 5px solid var(--color-accent);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.requisitos-acceso h3 {
  color: var(--color-accent);
  margin-top: 0;
  border-bottom: none;
  font-size: 1.5rem;
}

.numbered-list {
  padding-left: 2rem;
  margin-bottom: 0;
}

.numbered-list li {
  margin-bottom: 1.2rem;
  color: #444;
  line-height: 1.7;
  position: relative;
  padding-left: 0.5rem;
}

/* Tarjetas de modalidad */
.modality-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.modality-card {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
}

.modality-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
}

.modality-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.modality-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, rgba(252, 186, 0, 0.15) 0%, rgba(74, 109, 167, 0.15) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  transition: all 0.3s ease;
}

.modality-card:hover .modality-icon {
  transform: scale(1.1);
}

.modality-icon i {
  font-size: 2.5rem;
  background: linear-gradient(135deg, var(--color-primary ) );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modality-card h4 {
  font-size: 1.4rem;
  color: var(--color-secondary);
  margin-bottom: 1.5rem;
}

.modality-card p {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 0;
  line-height: 1.7;
}

/* Lista de requisitos */
.requirements {
  margin-bottom: 3rem;
  background-color: var(--color-light);
  padding: 2.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.requirement-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.requirement-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.requirement-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.requirement-item i {
  color: var(--color-primary);
  margin-right: 1.5rem;
  font-size: 1.5rem;
  margin-top: 0.2rem;
}

.requirement-item span {
  color: #444;
  line-height: 1.7;
  font-size: 1.1rem;
}

/* Formulario de pre-evaluación */
.pre-evaluation-form {
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 3rem;
  margin-bottom: 3rem;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.pre-evaluation-form h4 {
  font-size: 1.6rem;
  color: var(--color-secondary);
  margin-bottom: 1rem;
  text-align: center;
}

.pre-evaluation-form p {
  color: #555;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.1rem;
}

.question-container {
  display: none;
  margin-bottom: 2.5rem;
  background-color: var(--color-light);
  padding: 2.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-left: 5px solid var(--color-accent);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.question-container.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.question {
  margin-bottom: 2rem;
}

.question h4 {
  font-size: 1.3rem;
  color: var(--color-secondary);
  margin-bottom: 1.5rem;
  text-align: left;
}

.question-detail {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.radio-group {
  display: flex;
  gap: 4rem;
  margin-top: 2rem;
}

.radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #444;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.radio-group label:hover {
  color: var(--color-primary);
}

.radio-group input[type="radio"] {
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

/* Resultados */
.result-container {
  display: none;
  margin-top: 3rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.result-container.active,
.result-container[style*="display: block"] {
  opacity: 1;
  transform: translateY(0);
}

.result-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.result-header.eligible {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.1) 0%, rgba(76, 175, 80, 0.2) 100%);
  border: none;
}

.result-header.not-eligible {
  background: linear-gradient(135deg, rgba(244, 67, 54, 0.1) 0%, rgba(244, 67, 54, 0.2) 100%);
  border: none;
}

.result-header i {
  font-size: 4rem;
  margin-bottom: 2rem;
}

.result-header.eligible i {
  color: var(--color-success);
}

.result-header.not-eligible i {
  color: var(--color-danger);
}

.result-header h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: none;
  color: var(--color-secondary);
}

.result-header p {
  font-size: 1.3rem;
  margin-bottom: 0;
  color: #444;
}

.result-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

/* Formulario de contacto */
.contact-form {
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 2.5rem;
  margin-top: 3rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-form h4 {
  font-size: 1.4rem;
  color: var(--color-secondary);
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

.contact-form h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--color-primary);
}

.form-group {
  margin-bottom: 2rem;
}

.form-group label {
  display: block;
  margin-bottom: 1rem;
  color: #444;
  font-weight: 500;
  font-size: 1.1rem;
}

.form-group input {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1.1rem;
  color: #444;
  transition: all 0.3s ease;
  background-color: var(--color-light);
}

.form-group input:focus {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(252, 186, 0, 0.2);
  background-color: var(--color-white);
}

.mt-4 {
  margin-top: 2.5rem;
}

/* Asesores */
.advisors-section {
  margin-top: 4rem;
  background-color: var(--color-light);
  padding: 2.5rem;
  border-radius: 10px;
}

.advisors-section h4 {
  font-size: 1.4rem;
  color: var(--color-secondary);
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

.advisors-section h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--color-primary);
}

.advisors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}

.advisor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.advisor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.advisor-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
  flex-shrink: 0;
  border: 3px solid var(--color-primary);
  box-shadow: 0 5px 15px rgba(252, 186, 0, 0.3);
}

.advisor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advisor-info {
  text-align: center;
  flex-grow: 1;
}

.advisor-info h5 {
  font-size: 1.3rem;
  color: var(--color-secondary);
  margin-bottom: 0.8rem;
}

.advisor-info p {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.advisor-contact {
  display: flex;
  gap: 1rem;
}

/* Preguntas frecuentes */
.faq-section {
  margin-bottom: 3rem;
}

.accordion {
  border-radius: 10px;
  overflow: hidden;
}

.accordion-item {
  margin-bottom: 1.5rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.accordion-header {
  background: linear-gradient(90deg, var(--color-primary) 0%, #f0b000 100%);
  padding: 1.8rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-secondary);
  position: relative;
  transition: all 0.3s ease;
  border-radius: 10px;
  font-size: 1.2rem;
}

.accordion-header:hover {
  background: linear-gradient(90deg, #f0b000 0%, var(--color-primary) 100%);
}

.accordion-header:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  color: var(--color-secondary);
}

.accordion-header.active {
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
  color: var(--color-white);
  border-radius: 10px 10px 0 0;
  font-weight: 700;
}

.accordion-header.active:after {
  transform: translateY(-50%) rotate(180deg);
  color: var(--color-white);
}

.accordion-content {
  background-color: var(--color-white);
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  border-radius: 0 0 10px 10px;
}

.accordion-content.active {
  padding: 2.5rem;
  max-height: 2000px; /* Valor muy alto para asegurar que todo el contenido sea visible */
}

.accordion-content p {
  margin-top: 0;
  color: #444;
  font-size: 1.1rem;
  line-height: 1.7;
}

.accordion-content ul,
.accordion-content ol {
  padding-left: 2rem;
  color: #444;
}

.accordion-content li {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

.text-sm {
  font-size: 1rem;
}

.italic {
  font-style: italic;
}

/* Sidebar */
.techo-propio-sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}

.sidebar-card {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  border: none;
  position: relative;
  overflow: hidden;
  width: 100%; /* Asegurar que ocupe todo el ancho disponible */
}

.sidebar-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
}

.sidebar-card h3 {
  font-size: 1.5rem;
  color: var(--color-secondary);
  margin-bottom: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  position: relative;
}

.sidebar-card h3:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: var(--color-primary);
}

.sidebar-card p {
  color: #444;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

.contact-advisor {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  background-color: var(--color-light);
  padding: 1.8rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-advisor:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.advisor-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(252, 186, 0, 0.15) 0%, rgba(74, 109, 167, 0.15) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.8rem;
}

.advisor-icon i {
  font-size: 2rem;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advisor-info h4 {
  font-size: 1.3rem;
  color: var(--color-secondary);
  margin-bottom: 0.8rem;
}

.advisor-info p {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 0;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-info-list li i {
  color: var(--color-primary);
  margin-right: 1.5rem;
  font-size: 1.3rem;
  margin-top: 0.2rem;
}

.contact-info-list li span {
  color: #444;
  line-height: 1.7;
  font-size: 1.1rem;
}

.contact-info-list li a {
  color: #444;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-list li a:hover {
  color: var(--color-primary);
}

.social-links {
  display: flex;
  gap: 1.2rem;
  margin-top: 2rem;
}

.social-link {
  width: 45px;
  height: 45px;
  background-color: var(--color-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
  transition: all 0.3s ease;
}

.social-link:hover {
  background: linear-gradient(135deg, var(--color-primary) );
  color: var(--color-white);
  transform: translateY(-5px);
  box-shadow: 0 2px 8px rgba(253, 251, 251, 0.08);
}

/* CTA Section */
.cta-section {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://i.pinimg.com/736x/8a/2f/8f/8a2f8f9aea94bf724e0ee7af805b84fb.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
  margin-top: 5rem;
  text-align: center;
  color: var(--color-white);
}

.cta-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(94, 93, 93, 0.8) 0%, rgba(167, 161, 74, 0.6) 100%);
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.cta-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1.8rem;
  color:var(--color-white);
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(83, 83, 83, 0.736);
}

.cta-content p {
  font-size: 1.3rem;
  margin-bottom: 3rem;
  opacity: 0.9;
  text-shadow: 0 2px 10px rgba(254, 254, 254, 0.5);
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 992px) {
  .techo-propio-grid {
    grid-template-columns: 1fr;
  }

  .techo-propio-banner {
    height: 450px;
  }

  .techo-propio-banner h1 {
    font-size: 3rem;
  }

  .modality-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .techo-propio-sidebar {
    width: 100%;
  }

  .sidebar-card {
    width: 100%;
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .verification-links-grid {
    grid-template-columns: 1fr;
  }

  .techo-propio-banner {
    height: 400px;
  }

  .techo-propio-banner h1 {
    font-size: 2.5rem;
  }

  .techo-propio-banner p {
    font-size: 1.2rem;
  }

  .cta-content h2 {
    font-size: 2rem;
  }

  .advisors-grid {
    grid-template-columns: 1fr;
  }

  .form-buttons {
    flex-direction: column;
  }

  .form-buttons .btn {
    width: 100%;
    margin-bottom: 1rem;
  }

  .radio-group {
    gap: 2rem;
  }
}

@media (max-width: 576px) {
  .techo-propio-banner {
    height: 350px;
  }

  .techo-propio-banner h1 {
    font-size: 2rem;
  }

  .radio-group {
    flex-direction: column;
    gap: 1rem;
  }

  .pre-evaluation-form {
    padding: 2rem;
  }

  .modality-cards {
    grid-template-columns: 1fr;
  }

  .verification-link {
    padding: 2rem;
  }

  .techo-propio-content {
    padding: 2rem;
  }

  .question-container {
    padding: 1.5rem;
  }
}

/* Estilos para la sección de proyectos */
.projects-section {
  padding: 4rem 0;
  background-color: #f8fafc;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  padding: 0 1rem;
}

@media (max-width: 992px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
}

.project-card {
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.05);
}

.project-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.project-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.project-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--color-secondary);
}

.project-description {
  margin-bottom: 1rem;
  color: #666;
  flex-grow: 1;
}

.project-features {
  margin-top: auto;
}

.project-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.project-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #475569;
  background-color: #f1f5f9;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
}

.project-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.project-price span {
  font-size: 0.875rem;
  color: #64748b;
}

.project-price strong {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2563eb;
}

.project-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.project-buttons .btn {
  flex: 1;
  min-width: 120px;
  text-align: center;
}

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
  
  .project-buttons {
    flex-direction: column;
  }
}