/* ==================== RESET ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background-color: #ffffff;
  color: #fff;
  padding-top: var(--nav-h);
}


/* ==================== LISTAS Y LINKS ==================== */
li {
  list-style: none;
}

a {
  color: blanchedalmond;
  text-decoration: none;
  font-size: 4rem;
  transition: color 0.3s ease;
}

a:hover {
  color: rgb(4, 70, 26);
}

/* ==================== NAVBAR ==================== */
/* HEADER FIJO, a todo lo ancho */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .75rem;
  box-sizing: border-box;
  background: linear-gradient(90deg,
      rgba(1, 66, 22, 0.6),
      rgba(45, 116, 68, 0.6),
      rgba(8, 182, 48, 0.6));
  z-index: 1000;
}

/* ----- Brand (logo + título) ----- */
.nav__brand {
  display: flex;
  align-items: center;
  /* centra verticalmente logo y texto */
  flex-direction: row;
  /* mantiene logo y texto en fila */
  gap: 0.5rem;
  /* separación entre logo y título */
}

.logo {
  width: 160px;
  height: 90;
  margin: 0;
  display: flex;
  /* eliminamos margin-right para no forzar salto */
}

.nav__title {
  font-weight: 900;
  font-size: 2rem;
  font-size: clamp(3rem, 3vw, 5rem);
  align-items: center;
  color: #f7f7f7;
  white-space: nowrap;
  cursor: pointer;
  /* opcional, indica que es interactivo */
  display: flex;
  transition: all 0.3s ease;

}


/* ----- Links ----- */

.links {
  display: flex;
  gap: 2rem;
  margin: 0 2rem;
}

.links a {
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
  position: relative;
}

/* Rayita debajo */
.links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  /* distancia debajo del texto */
  width: 0;
  height: 3px;
  background-color: #11a051;
  transition: width 0.3s ease;
}

/* Hover efecto */
.links a:hover {
  background-color: #ffffff;
  -webkit-background-clip: text;
  /* necesario para Chrome, Edge, Safari */
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* fallback estándar */
  transition: all 0.3s ease;
}

.links a:hover::after {
  width: 100%;
}

/* ==================== BOTÓN CONTACTO ==================== */
.action_btn {
  /*display: inline-block;      /*  asegura que no herede display de <li>/<a> */
  background-color: #065c20;
  color: #fff;
  /*!important;     /*  fuerza texto blanco */
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  /*  más redondeado */
  font-weight: bold;
  /*text-decoration: none;        elimina subrayado */
  cursor: pointer;
  transition: 0.3s ease,
    /*transform 0.2s ease;*/
}

.action_btn:hover {
  background-color: #11a051;
  transform: scale(1.05);
  /*  efecto suave en hover */
}

/* Toggle para móvil */
.toggle_btn {
  display: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  margin-right: 3rem;
  position: relative;
  /* 👈 clave */
}

/* ===== DROPDOWN MENU (Móvil optimizado) ===== */
.navbar .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* centra horizontalmente */
  width: 80vw;
  /* 80% del ancho de pantalla */
  max-height: 50vh;
  /* como mucho la mitad de la altura de la pantalla */
  overflow-y: auto;
  /* scroll si se pasa del límite */
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  gap: .4rem;
  padding: .75rem 1rem;
  background: linear-gradient(90deg,
      rgba(1, 66, 22, 0.6),
      rgba(45, 116, 68, 0.6),
      rgba(8, 182, 48, 0.6));
  border-radius: 12px;
  z-index: 1001;
}

.navbar .dropdown_menu.open {
  display: flex;
}

.navbar .dropdown_menu li {
  list-style: none;
  padding: .5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  /* 🔹 más pequeño */
}

.navbar .dropdown_menu a {
  color: #ffffff;
  text-decoration: none;
}

.dropdown_menu .action_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* ✅ Evita que el menú móvil quede abierto en pantallas grandes */
@media (min-width: 1430px) {
  .navbar .dropdown_menu {
    display: none !important;
    /* 🔹 siempre oculto en escritorio */
  }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 1430px) {

  .testimony__picture,
  .links,
  .action_btn {
    display: none;
  }

  .testimony__review {
    text-align: center;
  }

  .toggle_btn {
    display: block;
  }

  .dropdown_menu {
    display: block;
  }

  .knowledge__picture {
    flex: 1 1 100%;
    /* ocupa todo el ancho */
    display: flex;
    /* permite centrar contenido */
    justify-content: center;
    /* centra horizontalmente */
    margin-top: 1.5rem;
    /* espacio opcional respecto al texto */
  }
}

@media (max-width: 768px) {
  .about__icons {
    width: 60%;
    max-width: 320px;
    margin: 0.4rem 0 0.4rem -6px;
    /* más a la izquierda */
    padding: 0.4rem;
    border-radius: 8px;
    font-size: 0.5rem;
  }



  .knowledge__picture {
    flex: 1 1 40%;
    display: flex;
    /* activa flexbox */
    justify-content: center;
    /* centra horizontal */
    align-items: center;
    /* centra vertical */
  }

  .knowledge__picture img {
    max-width: 70%;
    /* 🔹 la hace más pequeña */
    height: auto;
    /* mantiene la proporción */
    border-radius: 8px;
    /* opcional, esquinas redondeadas */
  }

  .nav__title {
    display: none;
  }

  .price__table {
    grid-template-columns: 1fr;
    justify-items: start;
    /* se alinea a la izquierda */
  }

  .price__element {
    margin-left: -40px;
    /* más a la izquierda */
  }
}


@media (max-width: 480px) {
  .about__icons {
    width: 80%;
    max-width: 260px;
    margin: 0.4rem 0 0.4rem -10px;
    /* aún más a la izquierda en móviles pequeños */
    padding: 0.4rem;
    border-radius: 8px;
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .knowledge__picture {
    flex: 1 1 40%;
    display: flex;
    /* activa flexbox */
    justify-content: center;
    /* centra horizontal */
    align-items: center;
    /* centra vertical */
  }

  .knowledge__picture img {
    max-width: 70%;
    /* 🔹 la hace más pequeña */
    height: auto;
    /* mantiene la proporción */
    border-radius: 8px;
    /* opcional, esquinas redondeadas */
  }

  .price__table {
    grid-template-columns: 1fr;
    justify-items: start;
    /* se alinea a la izquierda */
  }

  .price__element {
    margin-left: -60px;
    /* mucho más a la izquierda en móviles */
  }
}

@media (max-width: 1430px) {

  /* 🔹 Reducir tamaño de letra en el menú móvil */
  .dropdown_menu li {
    font-size: 14px;
    /* más pequeño */
  }

  .dropdown_menu a {
    font-size: 20px;
    /* asegura que los enlaces también hereden */
  }
}

/* ===== MAIN AJUSTE ===== */
main {
  padding-top: 80px;
}


:root {
  --nav-h: 90px;
}

html,
body {
  overflow-x: hidden;
}

/* evita scroll horizontal */

/* ====== HERO con video ====== */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  /* ocupa toda la pantalla */
  overflow: hidden;
}

.background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Degradado encima del video */
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(32, 100, 66, 0.6),
      rgba(43, 128, 43, 0.3));
  z-index: 0;
  pointer-events: none;
}

/* ====== HERO SECTION ====== */
.hero__title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  /* 🔹 Más grande */
  font-weight: 800;
  /* 🔹 Más grueso */
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  /* 🔹 Un poco más de aire entre letras */
}

.hero__title::after {
  content: "";
  display: block;
  width: 80px;
  /* 🔹 Más largo el subrayado */
  height: 5px;
  /* 🔹 Más grueso */
  background: #07973f;
  margin: 0.75rem auto 0;
  border-radius: 3px;
}

/* Contenedor centrado vertical y horizontal */
.hero__container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(4rem, 12vh, 8rem) 2rem;
  /* 🔹 Más espacio */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 🔹 centra verticalmente */
  align-items: center;
  /* 🔹 centra horizontalmente */
  min-height: 100vh;
  /* 🔹 ocupa toda la pantalla */
  animation: fadeIn 1.5s ease-in-out;
}


/* Párrafo descriptivo */
.hero__paragraph {
  max-width: 700px;
  margin: 0 auto 2rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  text-align: center;
  opacity: 0.9;
}

/* Opcional: Mejorar visual con animación suave */
.hero__container {
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.cta {
  display: inline-block;
  background: linear-gradient(90deg, #1bcf54, #2d7444);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  /* 👈 importante para que se vea clickeable */
}

.cta:hover {
  background: linear-gradient(90deg, #2d7444, #1bcf54);
  transform: scale(1.05);
}

/* ====== SECTIONS ====== */
section {
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: auto;
}

.about {
  padding: 7rem 5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.knowledge {
  padding: 8rem 2rem;
  /* cada sección ocupa toda la altura de la pantalla */
}

.testimony {
  padding: 2rem 0.5rem;
  /* cada sección ocupa toda la altura de la pantalla */
}

.price__table {
  padding: 5rem 3rem;
}

.questions__container {
  padding: 4rem 5rem;
}

.cta {
  padding: 1rem 1rem;
}

.subtitle {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 2rem;
  color: #092e02;
  font-weight: 700;
}

.subtitle__testimony {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #ffffff;
  font-weight: 900;
}

.subtitle2 {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 700;
}

.subtitle3 {
  font-size: clamp(1.2rem, 3vw, 2rem);
  /* 🔹 Más pequeño que el hero__title */
  font-weight: 700;
  /* 🔹 Menos grueso */
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
  letter-spacing: 0.5px;
  /* 🔹 Menos aire entre letras */
  color: #ffffff;
  /* 🔹 Puedes cambiar según fondo */
}

/* ====== ABOUT ====== */
.about__main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  /* ✅ cajas más anchas */
  gap: 4rem;
  color: rgb(253, 253, 253);
  line-height: 1.5;
}

.about__icons {
  background: #07973f;
  border-radius: 18px;
  padding: 1rem;
  /* más espacio interno */
  text-align: center;
  box-shadow: 0 2px 10px rgba(238, 47, 47, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
}


.about__icon,
.about__title,
.about__paragraph {
  font-size: clamp(1rem, 2vw, 1.2rem);
  /* ✅ Todos el mismo tamaño */
  line-height: 1.6;
  margin-bottom: 2rem;
  justify-content: center;
}

.about__icon {
  width: clamp(2em, 4vw, 3em);
  height: clamp(2em, 4vw, 3em);
}

/* ====== PÁRRAFOS DE LA SECCIÓN ABOUT ====== */
.about__paragraph {
  margin-bottom: 1rem;
  /* separación entre párrafos */
  line-height: 1.7;
  /* mejora la lectura */
  color: #000000;
  /* asegura contraste */
  font-size: 1.05rem;
  /* tamaño cómodo */
  text-align: justify;
  /* justifica el texto */
}

.about__icons p {
  margin-bottom: 1rem;
  /* separación entre párrafos dentro de los artículos */
  line-height: 1.6;
  color: #ffffff;
  font-size: 1rem;
}


.about__main {
  margin-top: 2rem;
  /* 🔹 espacio arriba de los cuadros */
}

/* ====== KNOWLEDGE / PROPUESTA ====== */

.main_knowledge {
  margin-bottom: 1rem;
  /* separación entre párrafos */
  line-height: 1.7;
  /* mejora la lectura */
  color: #000000;
  /* asegura contraste */
  font-size: 1.05rem;
  /* tamaño cómodo */
}

.knowledge {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0.5rem;
}

.knowledge__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.knowledege__texts {
  flex: 1 1 50%;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  /* 🔹 más grande y adaptable */
  line-height: 1.8;
  /* 🔹 más aireado */
  color: #000000;
  /* opcional, contraste */
}

.knowledge__picture {
  flex: 1 1 40%;
}

.knowledge__img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 100%;
  border: 3px solid #22cc0b;
  box-shadow: 0 4px 8px rgba(6, 107, 40, 0.2);
  transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

/* Hover: efecto dinámico */
.knowledge__img:hover {
  transform: scale(1.1) rotate(5deg);
  /* aumenta tamaño y gira un poco */
  box-shadow: 0 8px 16px rgba(6, 107, 40, 0.4);
  /* sombra más pronunciada */
  border-color: #11a051;
  /* cambio de color del borde */
}

/* Opcional: animación flotante infinita */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.knowledge__img {
  animation: float 6s ease-in-out infinite;
  /* movimiento suave arriba-abajo */
}

/* ====== IMPACTO / CARDS ====== */
.price__table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.price__element {
  background: #fff;
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
  border: 2px solid transparent;
  /* para que no salte el layout */
}

.price__element:hover {
  transform: translateY(-5px);
  border-color: #07b43b;
  box-shadow: 0 0 20px rgba(7, 180, 59, 0.7);
}


.price__price {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.price__features {
  font-size: 0.95rem;
  margin: 0.3rem 0;
  color: #000000;
  line-height: 1.5;
}

/* Testimony */

.testimony {
  background-color: #07973f;
  color: #ffffff;
  padding-top: calc(var(--nav-h) + 18px);
}

.testimony__container {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  margin: 20px;
  gap: 1em;
  align-items: center;
}

.testimony__body {
  display: grid;
  grid-template-columns: 1fr max-content;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  grid-column: 2/3;
  grid-row: 1/2;
  opacity: 0;
  pointer-events: none;
}


.testimony__body--show {
  pointer-events: unset;
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}

.testimony__img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 30%;
}

.testimony__texts {
  max-width: 700px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.testimony__texts::after {
  content: "";
  display: block;
  width: 400px;
  height: 3px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, #4CAF50, #8BC34A);
  border-radius: 3px;
}

.testimony__review {
  font-size: 1.4rem;
  line-height: 1.5;
}

.testimony__course {
  background-color: rgb(255, 255, 255);
  color: #ffffff;
  display: inline-block;
  padding: 2px;
}

.testimony__arrow {
  width: 100%;
  cursor: pointer;
}

/* ✅ Compactar sección Testimony en móviles */
@media (max-width: 768px) {
  .testimony__container {
    grid-template-columns: 30px 1fr 30px;
    /* flechas más cerca */
    gap: 0.5em;
    margin: 10px;
  }

  .testimony__body {
    grid-template-columns: 1fr;
    /* texto arriba, imagen abajo o viceversa */
    text-align: center;
    gap: 0.8em;
  }

  .testimony__img {
    width: 150px;
    /* imagen más pequeña */
    height: 150px;
    margin: 0 auto;
  }

  .testimony__texts {
    max-width: 90%;
    /* ocupa menos ancho */
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0 auto 15px;
  }

  .testimony__texts::after {
    width: 200px;
    /* línea decorativa más corta */
    margin: 10px auto 0;
  }

  .testimony__review {
    font-size: 1rem;
    /* más pequeño */
    line-height: 1.4;
  }

  .testimony__arrow {
    width: 100%;
    max-width: 25px;
    /* flechas visibles pero pequeñas */
  }
}

/* ====== FAQ ====== */
.questions__container {
  margin-top: 0rem;
  /* 🔽 antes 1rem */
  display: flex;
  flex-direction: column;
  gap: 0rem;
  /* 🔽 antes 1rem */
}

.questions__title {
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0.8rem;
  /* 🔽 antes 1rem */
  background: #07973f;
  color: #ffffff;
  border-radius: 6px;
  /* 🔽 antes 8px */
  margin: 0;
  transition: background 0.3s ease;
}

.questions__title:hover {
  background: #164b10;
}

.questions__show {
  height: 0;
  margin: 0.5rem 0;
  /* 🔽 antes 1rem */
  line-height: 1.4;
  /* 🔽 antes 1.5 */
  font-size: 1rem;
  /* 🔽 antes 1.2rem */
  overflow: hidden;
  color: #000000;
  transition: height 0.3s ease;
  padding: 0 1.2rem;
  /* 🔽 antes 3rem */
}

.questions__arrow--rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.questions__container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/* ====== SECCIÓN DE BOTONES ANTES DEL FOOTER ====== */
/* Sección CTA compacta */
.cta-section {
  display: flex;
  justify-content: center;
  padding: 1rem 0.5rem;
  /* menos espacio arriba y abajo */
  padding-top: 0;
  /* elimina espacio arriba */
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  /* menos espacio entre botones */
  flex-wrap: wrap;
  justify-content: center;
}

/* Botones más pequeños */
.cta-btn {
  position: relative;
  display: block;
  width: 500px;
  /* reducido */
  height: 200px;
  /* reducido */
  overflow: hidden;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

/* Imagen en el botón */
.cta-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Texto encima de la imagen */
.cta-btn span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  /* blanco por defecto */
  font-size: 2rem;
  /* texto más grande */
  padding: 0.6rem 1.2rem;
  /* 👈 agrega espacio interno */
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  transition: color 0.4s ease;
  /* 👉 transición suave */
}

.cta-btn span:hover {
  color: #008106;
  /* verde claro (ej: LawnGreen) */
}

/* Hover */
.cta-btn:hover img {
  transform: scale(1.05);
}

.cta-btn:hover {
  transform: translateY(-3px);
}


/* Responsivo para móviles */
@media (max-width: 768px) {
  .cta-btn {
    width: 200px;
    height: 160px;
  }

  .cta-btn span {
    font-size: 1.2rem;
  }

  .cta-buttons {
    gap: 20px;
  }
}


/* ===== FOOTER ===== */
.footer {
  background: #0f7e20;
  color: #ffffff;
  font-size: clamp(16px, 1.2vw, 18px);
  /* 🔹 letras más grandes */
  padding: 30px 10px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: auto;
  align-items: center;
}

.footer h3 {
  font-size: clamp(29px, 1.2vw, 20px);
  /* 🔹 títulos más grandes */
  margin-bottom: 12px;
}

.footer-form {
  display: flex;
  gap: 10px;
}

.footer-form input {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 3px;
  font-size: clamp(14px, 1vw, 16px);
}

.footer-form button {
  padding: 8px 12px;
  font-size: clamp(14px, 1vw, 16px);
  border: none;
  background: #fff;
  color: #046b14;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}

.footer-form button:hover {
  background: #0ce05d;
  color: #fff;
}

.footer-contact p {
  margin: 3px 0;
  font-size: clamp(20px, 1vw, 16px);
}

.footer-social a img {
  width: 20px;
  margin: 0 10px;
  /* separa horizontalmente los iconos */
  filter: brightness(0) invert(1);
  transition: transform 0.3s;
}

* {
  transition: all 0.3s ease-in-out;
}

.footer-social a img:hover {
  transform: scale(2.3);
}


.footer-copy {
  text-align: center;
  margin-top: 26px;
  font-size: 11px;
  opacity: 0.8;
}


.footer-copy a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 12px;
}

.footer-contact a {
  font-size: 20px;
  /* tamaño más pequeño para links */
  color: #ffffff;
  /* color del link */
  text-decoration: underline;
  /* opcional */
}

.footer a:hover {
  color: #0ce05d;
  /* efecto hover */
}