.instagram {
  width: 80vw;
  margin: auto;
}
.info-empresa {
  width: 100vw;
  height: 50vh;
  background-color: rgb(68, 68, 68);
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-empresa h3 {
  font-weight: 600;
}

.info-empresa hr {
  background-color: rgb(255, 255, 255);
  width: 50%;
  margin: 0 auto 10px auto;
}

.info-empresa sub {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.info-empresa div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-empresa .paginas {
  width: 20%;
  align-items: end;
}

.info-empresa .paginas a {
  color:white;
}

.info-empresa .paginas a:hover {
  color: rgb(102, 102, 102);
  text-decoration: none;
}

.info-empresa .paginas a:visited {
  color: wheat;
}

.info-empresa .paginas li {
  margin: 10px;
}

.info-empresa .info {
  width: 50%;
  align-items: center;
}

.info-empresa .contact-whatsapp {
  width: 30%;
  display: none;
  align-items: start;
}

.info-empresa .contact-whatsapp input {
  margin-bottom: 10px;
}

.info-empresa .contact-whatsapp textarea {
  margin-bottom: 10px;
}

.info-empresa .contact-whatsapp button {
  width: 100%;
}

.footer {
  width: 100vw;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer .footer-copy {
  font-size: 12px;
}

.footer .footer-copy-text {
  font-size: 11px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .info-empresa {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .info-empresa .paginas {
    display: none;
    width: 100%;
    align-items: center;
    padding-top: 20px;
  }

  .info-empresa .info {
    width: 100%;
    padding: 20px
  }

  .info-empresa .contact-whatsapp {
    width: 100%;
    align-items: center;
    padding: 30px
  }

  .footer .footer-copy-text {
    text-align: center;
  }
}

/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .info-empresa {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .info-empresa .paginas {
    display: none;
    width: 100%;
    align-items: center;
    padding-top: 30px;
  }

  .info-empresa .info {
    width: 100%;
    padding: 40px 20px 20px 20px;
  }

  .info-empresa .contact-whatsapp {
    width: 100%;
    align-items: center;
    padding: 30px
  }

  .footer .footer-copy-text {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .info-empresa {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .info-empresa .paginas {
    display: none;
    width: 100%;
    align-items: center;
    padding-top: 30px;
  }

  .info-empresa .info {
    width: 100%;
    padding: 40px 20px 20px 20px;
  }

  .info-empresa .contact-whatsapp {
    width: 100%;
    align-items: center;
    padding: 30px
  }

  .footer .footer-copy-text {
    text-align: center;
  }
}
