* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #333;
  background-color: #efefef;
}

header {
  background: #2c405c;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo img {
  height: 60px;
}

/* NAV */
.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav a:hover {
  color: #deb34f;
}

.linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}

.linkedin svg {
  display: block;
}

.linkedin:hover {
  color: #deb34f;
  transform: scale(1.08);
}

.hero {
  background: #2c405c;
  color: white;
  padding: 6rem 2rem;
  text-align: left;
  border-bottom-right-radius: 150px;
  position: relative;
}

.hero-content {
  max-width: 600px;
  margin: 0 auto;
}

.hero p:first-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero p:first-child::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #deb34f;
  border-radius: 50%;
}

.hero h1 {
  font-size: 4rem;
  margin: 1rem 0 1rem 0;
  line-height: 1.1;
}

.hero h1 span {
  display: block;
}

.hero p:last-of-type {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.6;
}

.hero button {
  margin-top: 2.5rem;
  background: #deb34f;
  border: none;
  padding: 0.9rem 2.5rem;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.hero button:hover {
  background: #c79d3e;
  transform: translateY(-1px);
}

.partners {
  background: #efefef;
  padding: 4rem 2rem;
  text-align: center;
}

.partners h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #2c405c;
}

/* CARRUSEL NOS APOYAN */
.logos-container {
  max-width: 1200px;
  margin: 0 auto;
}

.logos-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logos-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  animation: scrollLogos 30s linear infinite;
}

.partners .logos-track img {
  display: block;
  width: auto !important;
  height: 70px !important;
  max-width: 180px !important;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.95;
  margin: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.partners .logos-track img:hover {
  transform: scale(1.08);
  opacity: 1;
}

.logos-slider:hover .logos-track {
  animation-play-state: paused;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* IMPACTO EN CIFRAS */
.impacto-home {
  background: #efefef;
  padding: 5rem 2rem;
  text-align: center;
}

.impacto-home h2 {
  font-size: 3rem;
  color: #2c405c;
  margin-bottom: 2rem;
}

.impacto-cuadricula {
  max-width: 900px;
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.impacto-box {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.impacto-box span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.impacto-box strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 800;
}

.impacto-box-blue {
  background: #2c405c;
  color: white;
}

.impacto-box-gold {
  background: #deb34f;
  color: #2c405c;
}

.impacto-frase-barra {
  max-width: 900px;
  margin: 0 auto;
  background: #2c405c;
  color: white;
  font-weight: 700;
  font-size: 1.15rem;
  padding: 0.9rem 1.5rem;
  text-align: center;
}

/* PROCESS */
.process {
  background: #2c405c;
  padding: 2rem 0 1rem;
  text-align: center;
}

.process-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.process-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: none;
}

.video-section {
  background: #2c405c;
  padding-top: 1rem;
  padding-bottom: 3rem;
  text-align: center;
}

.video-section video {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  margin-top: 0;
}

.commitment {
  background-color: #efefef;
  padding: 4rem 2rem;
  color: #1a1a1a;
}

.commitment-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: center;
  justify-content: center;
}

.commitment-text {
  flex: 1 1 500px;
  max-width: 550px;
}

.commitment-text h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.commitment-text h2 {
  font-size: 2.8rem;
  margin: 0.5rem 0 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.commitment-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.commitment-highlight {
  margin-top: 1.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2c405c;
}

.commitment-icons {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.icon-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.icon-item img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 5px;
}

.icon-item strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.icon-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.impact-section {
  background: #2c405c;
  color: white;
  padding: 5rem 2rem;
}

.impact-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: flex-start;
  justify-content: space-between;
}

.impact-grid {
  flex: 1 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.impact-item img {
  height: 12px;
  margin-bottom: 0.5rem;
}

.impact-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.impact-item p {
  font-size: 1rem;
  line-height: 1.5;
  color: #d6d6d6;
}

.impact-text {
  background: white;
  color: #111;
  padding: 2rem;
  max-width: 450px;
  border-radius: 10px;
}

.impact-text small {
  display: block;
  font-weight: bold;
  color: #555;
  margin-bottom: 0.5rem;
}

.impact-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.impact-text p {
  font-size: 1.1rem;
  font-weight: 500;
}

.support-section {
  background: linear-gradient(to bottom, #f3f3f3, #efefef);
  padding: 4rem 2rem;
  text-align: center;
}

.support-container {
  max-width: 1000px;
  margin: 0 auto;
}

.support-text small {
  display: block;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  text-align: left;
}

.support-text h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-align: left;
}

.support-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.support-image .caption {
  font-size: 0.9rem;
  color: #2c405c;
  margin-top: 0.5rem;
  text-align: left;
}

/* CONTAMOS CONTIGO */
.contamos-section {
  background: white;
  padding: 5rem 2rem;
  text-align: center;
}

.contamos-container {
  max-width: 1200px;
  margin: 0 auto;
}

.contamos-container h2 {
  font-size: 2.6rem;
  color: #2c405c;
  margin-bottom: 0.8rem;
}

.contamos-container > p {
  max-width: 850px;
  margin: 0 auto 2.2rem;
  color: #233b5d;
  font-size: 1.1rem;
  line-height: 1.6;
}

.contamos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contamos-card {
  background: #efefef;
  border-radius: 18px;
  padding: 2rem 1.25rem;
  text-align: center;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contamos-card-icon {
  font-size: 2.1rem;
  color: #deb34f;
  margin-bottom: 0.8rem;
}

.contamos-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  color: #2c405c;
}

.contamos-card p {
  margin: 0;
  color: #555;
  line-height: 1.5;
  font-size: 0.98rem;
}

.btn-colabora {
  display: inline-block;
  background: #deb34f;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 0.95rem 2rem;
  border-radius: 999px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-colabora:hover {
  background: #c79d3e;
  transform: translateY(-1px);
}

.call-to-action {
  background-color: #efefef;
  padding: 4rem 2rem;
  text-align: center;
  color: #1a1a1a;
}

.call-to-action h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.call-to-action p {
  font-size: 1.1rem;
  color: #233b5d;
}

footer {
  background: white;
  padding: 4rem 2rem;
  color: #233b5d;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer-left {
  text-align: left;
  flex: 1 1 300px;
}

.footer-left img {
  height: 60px;
  margin-bottom: 1rem;
}

.footer-left p {
  margin: 0;
  max-width: 400px;
  color: #233b5d;
  font-size: 1rem;
}

.footer-right {
  text-align: right;
  flex: 1 1 200px;
}

.footer-button {
  display: inline-block;
  background: #deb34f;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: #233b5d;
}

.footer-bottom a {
  color: #deb34f;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .impacto-cuadricula {
    grid-template-columns: 1fr 1fr;
  }

  .contamos-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p:last-of-type {
    font-size: 1.05rem;
  }

  .hero-content {
    text-align: left;
  }

  .hero button {
    width: auto;
  }

  header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .nav {
    margin-top: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .partners .logos-track {
    gap: 2rem;
  }

  .partners .logos-track img {
    height: 45px !important;
    max-width: 120px !important;
  }

  .impacto-home h2,
  .contamos-container h2 {
    font-size: 2.2rem;
  }

  .impacto-cuadricula {
    grid-template-columns: 1fr;
  }

  .impacto-box {
    min-height: 150px;
  }

  .impacto-frase-barra {
    font-size: 1rem;
    padding: 0.8rem 1rem;
  }

  .commitment-container {
    flex-direction: column;
    text-align: center;
  }

  .commitment-text h2 {
    font-size: 2rem;
  }

  .commitment-icons {
    align-items: center;
  }

  .icon-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .icon-item img {
    margin-bottom: 0.5rem;
  }

  .footer-content {
    gap: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}