@charset "utf-8";

@media (max-width: 980px) {
  #nav-menu {
    display: block;
  }
  nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0;
    z-index: -1;
  }
  nav ul {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  nav ul li {
    margin-bottom: 20px;
    font-size: 20px;
  }
  h1 {
    font-size: 20px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 28px;
  }
  p {
    line-height: 20px;
  }
  .logo-home {
    width: 150px;
  }
  .home-title {
    bottom: 50px;
    font-size: 30px;
    line-height: 35px;
    width: 50%;
  }
  .slick div p {
    right: auto;
    left: 30px;
    bottom: 240px;
    font-size: 30px;
    line-height: 30px;
  }
  .valores-list li {
    display: block;
    margin-bottom: 10px;
  }
  .h-1 {
    height: auto;
  }
  #productos-listado .w-33 {
    width: 100%;
    height: 33vh;
  }
  #contacto .container .w-30,
  #contacto .container .w-70 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #contacto .container .w-30 {
    height: 50px;
    border: 0;
    border-bottom: 1px solid var(--color-2);
    margin-bottom: 15px;
  }
  #contacto .container .w-70 div {
    margin-bottom: 10px;
  }
  #contacto .container .w-70 div div {
    width: 100%;
  }
  #contacto i {
    font-size: 32px;
  }
  .mr-1 {
    margin: 0;
  }
  .footer-list {
    display: block;
  }
  .footer-list li {
    display: block;
  }
  .footer-list li a h2 {
    font-size: 18px;
  }
  .productos-txt {
    display: block;
    text-align: center;
  }
  .border-2 {
    border: 0;
    padding: 0;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .productos-txt div div {
    width: 100%;
    display: block;
    text-align: center;
  }
}
