@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}

.footer-container {
  text-align: center;
  background-color: #00a541;
  color: white;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  font-weight: 500;

  ul li {
    list-style: none;
    margin: .4rem;
  }
}

.lista-redes-sociales {
  padding-top: 2.5rem;
  margin-left: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lista-redes-sociales svg {
  width: 3rem;
  display: inline-block;
}

/* INCIO DE ANIMACION HOVER */
.lista-redes-sociales li a svg {
  transition: fill 0.3s ease;
  fill: #ffffff;
}

.icon-facebook:hover svg {
  fill: #1877f2;
}

.icon-youtube:hover svg {
  fill: #ff0000;
}

.icon-instagram:hover svg {
  fill: #e1306c;
}

.icon-linkedin:hover svg {
  fill: #0077b5;
}

/* FIN DE ANIMACION HOVER */
.logo-footer svg {
  width: 9rem;
  text-align: center;
}

.derechos-footer {
  padding: 1.5rem;
}

.info-footer {
  padding: 1.5rem;

  a {
    color: white;
    text-decoration: none;
  }

}

@media (max-width: 768px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .redes-sociales-footer{
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .derechos-footer{
    margin: 0;
    padding: 1.5rem;
    text-align: center;
  }
  .info-footer{
    margin: 0;
    padding: 0;
    text-align: center;
  }
}

.footer-banner {
  background-color: black;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .footer-banner img {
    width: 95%;
  }
}

/* TABLETS */
@media (min-width: 769px) and (max-width: 1024px) {}

.site-footer-yuhmak {
    background-color: #00a541;
    color: #333;
    padding: 2rem 1rem;
    font-size: 0.9rem;
    line-height: 1.7;
    border-top: 1px solid #ddd;
}

.footer-container-texto {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
}

.footer-container-texto p {
    margin: 0;
    font-weight: 400;
    color: #444;
}

.site-footer-yuhmak a {
    color: #cc0000;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .site-footer-yuhmak {
        font-size: 0.85rem;
        padding: 1.5rem 1rem;
    }

    .footer-container-texto {
        padding: 0;
    }
}
