header {
  position: fixed;
  top: 0;
  z-index: 3000;
  transition: all 0.2s ease;
}
.logo-home {
  width: 250px;
}
nav {
  margin-top: 10px;
}
nav ul li {
  display: inline-block;
  margin-left: 30px;
  font-weight: 700;
}
.link-lan {
  font-weight: 400;
}
.header-small {
  background-color: var(--primary);
  transition: all 0.2s ease;
}
.header-small .container,
.header-small-blue .container {
  padding: 20px 30px;
}
.header-small .container .logo-home,
.header-small-blue .container .logo-home {
  width: 100px;
}
.header-small-blue .container nav li a {
  color: var(--primary);
}
.label-1 {
  position: absolute;
  width: 200px;
  margin: 40px;
  z-index: 2000;
}
.border-1 {
  border: 1px solid white;
}
.border-2 {
  border-right: 1px solid white;
  padding: 0 20px;
}
.home-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 50px;
  line-height: 50px;
}
.slick div p {
  position: absolute;
  right: calc(50% - 470px);
  bottom: 70px;
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
  z-index: 2000;
}
.presentacion {
  position: absolute;
  bottom: 90px;
  right: 90px;
  font-weight: 700;
  font-size: 48px;
  line-height: 44px;
  text-align: right;
  color: white;
  z-index: 1000;
}
.valores-list li,
.footer-list li {
  display: inline-block;
  margin: 0 10px;
}

.productos-cards {
  position: relative;
}
#banner img {
  display: block;
}
#contacto .container .w-30 {
  height: 100px;
  border-right: 1px solid var(--color-2);
}
#contacto .container .w-70 {
  padding-left: 40px;
}
label {
  display: block;
  margin-bottom: 10px;
}
input,
textarea {
  width: 100%;
  background-color: white;
  height: 40px;
  border: 1px solid gray;
  padding: 0 10px;
}
textarea {
  height: 100px;
  padding: 10px;
}
#form .w-50 {
  width: 49%;
}
button {
  background-color: white;
  border: 1px solid gray;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
button:hover {
  background-color: var(--color-1);
  border: 1px solid var(--color-1);
  transition: all 0.2s ease;
  color: white;
}
.footer-list {
  border-top: 1px solid white;
  padding: 30px 0;
}
.footer-list li {
  margin: 0;
}
.footer-list li h2 {
  font-weight: 400;
}
.productos-header h4 {
  display: inline-block;
}
.productos-txt p {
  line-height: normal;
  font-size: 11px;
  text-align: left;
}
.productos-txt h2 {
  text-align: left;
}
