.banner-content {
    position: relative;
    z-index: 2;
    max-width: 100% !important;
    padding: 120px 120px;
    text-align: center;

}
.banner-slider {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
}

.adn-section {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.adn-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.adn-values {
  flex: 2;
  min-width: 300px;
}

.adn-label {
  color: #de4b22;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.adn-title {
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0 25px;
}

.adn-item {
  margin-bottom: 20px;
}

.adn-item strong {
  display: block;
  margin-bottom: 5px;
}

.adn-mission-vision {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.adn-box {
  border: 1px solid #de4b22;
  padding: 20px;
  border-radius: 8px;
}

.adn-box h4 {
  color: #de4b22;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.adn-box p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .adn-container {
    flex-direction: column;
  }

  .adn-mission-vision {
    flex-direction: column;
  }
}
.stats-section {
  background-color: #de4b22;
  color: white;
  padding: 50px 20px;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 36px;
  font-weight: bold;
}

.stat-label {
  font-size: 14px;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .stats-container {
    gap: 40px;
  }

  .stat-number {
    font-size: 28px;
  }
}
.contact-section {
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  padding: 60px 20px;
}

.contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-info h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 30px;
  color: #333;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  color: #de4b22;
}

.contact-item i {
  font-size: 20px;
}

.contact-item div {
  color: #333;
}

.contact-form-box {
  flex: 1;
  min-width: 300px;
  background: #3c4a50;
  color: #fff;
  border-radius: 18px;
  padding: 30px;
}

.contact-form-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-form-box p {
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-form-box form input,
.contact-form-box form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #de4b22;
  border-radius: 6px;
  background: #3c4a50;
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-form-box form textarea {
  height: 80px;
  resize: none;
}

.contact-form-box form button {
  background: #de4b22;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
}

.map iframe {
  width: 100%;
  height: 300px;
  display: block;
  border: none;
  margin-top: -4px; /* opcional para unir con borde inferior */
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
}
input::placeholder {
  color: #ffffff;  /* azul */
  font-size: 18px;

}
textarea::placeholder {
  color: #ffffff;  /* azul */
  font-size: 18px;

}