* {
  background-color: #3C6934;

  padding: 0;
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: black;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 20%;
}

.content .logo img {
  width: 65%;
  display: flex;
  margin: auto;
}

.content .socialNetworks .youtube {
  display: flex;
  justify-content: center;

  margin-bottom: 3%;
}

.content .socialNetworks .youtube a {
  display: flex;
}

.content .socialNetworks .youtube  img {
  width: 68%;

  margin: auto;
  margin-top: 5%;
}

.content .socialNetworks .others {
  display: flex;
  justify-content: center;

  margin-bottom: 10%;
}
.content .socialNetworks .others img {
  width: 72%;
  padding-right: 2%;
}

.content .emails {
  display: flex;
  flex-direction: column;

  text-align: center;
  margin-bottom: 10%;
}

.content .emails h8 + h8  {
  margin-top: 4%;
}

.content .emails h8 {
  font-weight: 600;
}

.footer {
  display: flex;
  flex-direction: column;
}

.footer div {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;

  margin-bottom: 3%;
}

.footer div a {
  display: flex;
  justify-content: center;
}

.footer div img {
  width: 58%;
  margin-bottom: 4%;
}

.footer h3 {
  text-align: center;

  font-weight: bold;
  font-size: inherit;
}

@media(min-width: 980px) {
  html {
    height: 100vh;
  }
  
  .logo {
    margin-bottom: 2%;
  }

  .content {
    margin-top: 10%;
  }

  .content .socialNetworks .youtube img {
    width: 80%;
    margin: auto;
    display: flex;
  }

  .content .socialNetworks .others {
    margin-left: 4%;
  }

  .content .socialNetworks .others img {
    width: 80%;
  }

  .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
    align-items: center;
  }

  .footer div {
    align-items: center;
    width: 56%;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 0;
  }

  .footer div img {
    width: 60%;
    margin-left: auto;
    display: flex;
    margin-bottom: 0;
  }
  
  #politica {
    margin-right: 2%;
  }

  #noticias {
    margin-left: 2%;
  }
}

@media(min-width: 1148px) {
  .footer div {
    align-items: center;
    width: 55%;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 0;
  }
}


@media(min-width: 1350px) {
  .footer div {
    align-items: center;
    width: 54.5%;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 0;
  }
}

@media(min-width: 1600px) {
  .footer div {
    align-items: center;
    width: 53.7%;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 0;
  }
}