* {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  padding: 0px;
  margin: 0px;
}

img {
  width: 100%;
  height: auto;
}

section {
  padding: 60px 0px;
}

.flex {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  align-items: center;
}

.justify {
  justify-content: space-between;
}

.c2 {
  width: 50%;
  margin-bottom: 30px;
}

.cta {
  background-color: rgb(61, 163, 226);
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
  line-height: 1em;
}

#home {
  position: relative;
  background-image: url(../img/bkhome.png);
  padding-top: 50px;
}
#home #curva {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0px;
  left: 0px;
}

#envase {
  position: relative;
}
#envase #duramas {
  height: 150px;
}
#envase img {
  height: 40px;
  width: auto;
}
#envase #envaseIzq {
  height: 400px;
  position: absolute;
  left: -100px;
  bottom: 0px;
}
#envase #envaseDer {
  height: 400px;
  position: absolute;
  right: 20px;
  bottom: 0px;
}

#jumbo {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  height: 500px;
  background-image: url(../img/jumboDesk.png);
  background-size: cover;
  background-attachment: unset;
}
#jumbo h3 {
  font-size: 1.7em;
  color: #fff;
}

#publinotas {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  margin-top: -120px;
  z-index: 5;
  background-image: url(../img/bkpublinotas.png);
}
#publinotas #curva {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0px;
  left: 0px;
}

footer {
  border-top: solid thin rgb(28, 28, 90);
  margin-top: -4px;
  padding: 10px;
}

.xs {
  display: none;
}

.xs-hidden {
  display: block;
}

@media all and (max-width: 900px) {
  section {
    padding: 15px;
  }
  .flex {
    gap: 10px;
  }
  .c2 {
    margin-bottom: 0px;
  }
  .xs {
    display: block;
  }
  .xs-hidden {
    display: none;
  }
  .xs-column {
    flex-direction: column;
  }
  .cta {
    font-size: 0.8rem;
    padding: 10px;
  }
  #home {
    padding-bottom: 50px;
  }
  #home .flex {
    gap: 0px;
  }
  #envase {
    padding: 10px;
    padding-bottom: 300px;
  }
  #envase h1 {
    font-size: 1.4rem;
  }
  #envase h2 {
    font-size: 1em;
  }
  #envase #envaseIzq {
    height: 245px;
    left: -150px;
  }
  #envase #envaseDer {
    height: 245px;
    right: -30px;
  }
  #envase #duramas {
    height: 130px;
  }
  #jumbo {
    height: 300px;
    padding-top: 0px;
  }
  #jumbo h3 {
    font-size: 1.5em;
    margin-top: 0px;
  }
  #publinotas {
    padding: 30px;
    padding-top: 160px;
  }
  .tab__label {
    text-align: left;
  }
  .tab input:checked ~ .tab__content {
    max-height: 100rem;
  }
}/*# sourceMappingURL=main.css.map */