.hero-section {
  text-align: center;
  padding: 100px 0;
  background-color: #fff;
  /* Dark blue background */
  /* background-image: url('../images/network-pattern.svg'); */
  background-size: cover;
  background-position: center;
  color: #454545;
  /* Light gray text */
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-button {
  display: inline-block;
  background-color: rgb(127, 197, 77);
  /* Green color */
  color: #fff;
  /* Dark blue text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(57, 255, 20, 0.6);
  /* Green glow */
}

.hero-button:hover {
  background-color: #2FFF00;
  /* Slightly brighter green on hover */
  box-shadow: 0 0 25px rgba(57, 255, 20, 0.8);
  /* More intense glow on hover */
  transform: translateY(-2px);
}


.zinco-numbers-section {
  padding: 60px 0;
  background-color: #fff;
  /* Dark blue background */
  color: #454545;
  /* Light gray text */
}

.zinco-numbers-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #454545;
  margin-bottom: 40px;
}

.zinco-number-card.card {
  border: 1px solid rgb(187, 242, 148);
  /* Slightly lighter dark blue border */
  border-radius: 12px;
  background: rgb(127, 197, 77);
  /* Darker blue background for cards */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zinco-number-card.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.zinco-number-icon img {
  width: 60px;
  /* Adjust icon size as needed */
  height: 60px;
  filter: invert(70%) sepia(100%) saturate(500%) hue-rotate(120deg) brightness(100%) contrast(100%);
  /* Greenish tint for icons */
}

.zinco-number-icon i {
  color: #fff;
  /* Teal color for icons */
}

.zinco-number-description.card-text {
  font-size: 1.1rem;
  color: #fff;
  /* Slightly darker light gray for description */
  margin-bottom: 10px;
}

.zinco-number-value {
  font-size: 3rem;
  /* Large font size for numbers */
  font-weight: 700;
  color: #fff;
  /* Green color for numbers */
}

.zinco-benefits-section {
  background-color: #fff;
  /* Dark blue background */
  color: #454545;
}

.zinco-benefits-title {
  color: #454545;
  font-size: 2.5rem;
  font-weight: bold;
}

.zinco-benefit-card.card {
  border: 1px solid rgb(127, 197, 77);
  /* Slightly lighter dark blue border */
  border-radius: 12px;
  background: rgb(127, 197, 77);
  /* Darker blue background for cards */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 1.5rem;
  text-align: left;
}

.zinco-benefit-card.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.zinco-benefit-icon {
  color: #fff;
  /* Teal color for icons */
  font-size: 300%;
  /* 300% increased size */
  margin-bottom: 1rem;
}

.zinco-benefit-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.zinco-benefit-description {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.zinco-button-link {
  background-color: rgb(127, 197, 77);
  /* Teal button background */
  border-color: rgb(127, 197, 77);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.3rem;
  font-weight: bold;
  text-decoration: none;
}

.zinco-button-link:hover {
  background-color: rgb(127, 197, 77);
  /* Darker teal on hover */
  border-color: rgb(127, 197, 77);
  color: #ffffff;
}

.zinco-tools-section {
  background-color: #fff;
  /* Dark blue background */
  color: #ffffff;
}

.zinco-tools-title {
  color: #454545;
  font-size: 2.5rem;
  font-weight: bold;
}

.zinco-tool-card.card {
  border: 1px solid rgb(127, 197, 77);
  /* Slightly lighter dark blue border */
  border-radius: 12px;
  background: rgb(127, 197, 77);
  /* Darker blue background for cards */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 1.5rem;
  text-align: left;
}

.zinco-tool-card.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.zinco-tool-icon {
  color: #fff;
  /* Teal color for icons */
  font-size: 300%;
  /* 300% increased size */
  margin-bottom: 1rem;
}

.zinco-tool-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.zinco-tool-description {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.zinco-cta-section {
  background-color: #454545;
  /* Dark blue background */
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.zinco-cta-title {
  color: #454545;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.zinco-cta-description {
  color: #454545;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.zinco-cta-button {
  background-color: rgb(127, 197, 77);
  /* Green color */
  border-color: rgb(127, 197, 77);
  color: #fff;
  /* Dark blue text */
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(57, 255, 20, 0.6);
  /* Green glow */
}

.zinco-cta-button:hover {
  background-color: rgb(127, 197, 77);
  /* Slightly brighter green on hover */
  border-color: rgb(127, 197, 77);
  box-shadow: 0 0 25px rgba(57, 255, 20, 0.8);
  /* More intense glow on hover */
  transform: translateY(-2px);
}

.zinco-cta-section {
  background-color: #fff;
  /* Dark blue background */
  color: #454545;
  text-align: center;
  padding: 80px 0;
}

.zinco-cta-title {
  color: #454545;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.zinco-cta-description {
  color: #454545;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.zinco-cta-button {
  background-color: rgb(127, 197, 77);
  /* Green color */
  border-color: rgb(127, 197, 77);
  color: #fff;
  /* Dark blue text */
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.8);
  /* Green glow */
}

.zinco-cta-button:hover {
  background-color: rgb(127, 197, 77);
  /* Slightly brighter green on hover */
  border-color: rgb(127, 197, 77);
  box-shadow: 0 0 25px rgba(57, 255, 20, 0.8);
  /* More intense glow on hover */
  transform: translateY(-2px);
}

#quienes-somos,
#nuestros-objetivos {
  padding: 60px 60px;
  background-color: #f8f9fa;
  /* Light background for sections */
  color: #333;
}

#quienes-somos h2,
#nuestros-objetivos h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #454545;
  /* Dark text for titles */
}

#quienes-somos p,
#nuestros-objetivos li {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #555;
  padding-left: 10px;
  /* Indent for readability */
}



#nuestros-objetivos ul {
  list-style: none;
  /* Remove default list style */
  padding-left: 0;
  max-width: 800px;
  margin: 0 auto;
}

#nuestros-objetivos ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

#nuestros-objetivos ul li i {
  color: rgb(127, 197, 77);
  /* Green icon color */
  margin-right: 25px;
  padding-top: 5px;
  /* Align icon with text */
  width: 60px;
  text-align: center;
  flex-shrink: 0;
}

#nuestros-objetivos ul li h3 {
  color: #454545;
  /* Darker color for headings */
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}

#nuestros-objetivos ul li p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.quienes-somos-content p {
  text-align: center;
}

#quienes-somos p,
#quienes-somos h2,
#zinco-numbers-section h2,
#zinco-numbers-section .card,
#nuestros-objetivos h2,
#nuestros-objetivos li {
  opacity: 0;
}