* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  min-height: 100%;
}

section.home {
  height: 548px;
  position: relative;
  margin: 0 auto;
  top: 50px;
}
section.home svg.wave-mobile {
  display: block;
  position: relative;
  top: 55px;
  float: right;
}
section.home svg.wave-desktop {
  display: none;
}
section.home .logo {
  margin: 0 auto;
  width: 69px;
  height: 65px;
}
section.home .logo picture img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.home article.d-flex {
  display: flex;
  justify-content: center;
  position: relative;
  top: 45px;
  width: 100%;
  height: 150px;
  margin-left: 50px;
  margin-right: 50px;
}
section.home article.d-flex .laptop-desktop {
  display: none;
}
section.home article.d-flex .container {
  display: flex;
  flex-direction: column;
}
section.home article.d-flex .container .bloque-text-image {
  display: flex;
}
section.home article.d-flex .container .bloque-text-image .text {
  width: 60%;
}
section.home article.d-flex .container .bloque-text-image .text h1 {
  font: normal normal 600 30px/36px "Poppins";
  color: #000;
}
section.home article.d-flex .container .bloque-text-image .text h1 span {
  color: #707070;
}
section.home article.d-flex .container .bloque-text-image .image {
  width: 40%;
}
section.home article.d-flex .container .wp {
  display: none;
}
section.home a.whatsapp {
  margin-left: 34px;
  position: relative;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 282px;
  height: 24px;
  border-radius: 14px;
  transition: 0.2s;
}
section.home a.whatsapp span {
  margin-left: 3px;
  color: #000000;
  font: normal normal 300 15px/18px "Lexend";
}
section.home a.whatsapp:hover {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16) !important;
}
section.home article.laptop {
  display: block;
  position: relative;
  top: 40px;
  width: 100%;
  height: 345px;
}
section.home article.laptop .image {
  width: 100%;
  max-width: 420px;
  height: 370px;
  margin: 0 auto;
}
section.home article.laptop .image img {
  position: relative;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}

footer {
  width: 100%;
  height: 290px;
  background: #F7C700;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .w-100 img {
  display: none;
}
footer .w-100 h2 {
  font: normal normal 600 20px/26px "Poppins";
  letter-spacing: -0.22px;
  color: #fff;
  border-left: 5px solid #fff;
  padding-left: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 20px;
}
footer .w-100 h2 span {
  color: #000;
}

@media (min-width: 800px) {
  body {
    overflow-y: hidden;
  }
  section.home {
    height: 470px;
  }
  section.home svg.wave-mobile {
    display: none;
  }
  section.home svg.wave-desktop {
    display: block;
    position: relative;
    top: 65px;
    width: 260px;
    float: right;
  }
  section.home article.laptop {
    display: none;
  }
  section.home a.whatsapp {
    display: none;
  }
  section.home article.d-flex {
    align-items: center;
    top: 30%;
  }
  section.home article.d-flex .container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    top: -35px;
  }
  section.home article.d-flex .container .bloque-text-image {
    display: flex;
  }
  section.home article.d-flex .container .bloque-text-image .text {
    width: 280px;
    position: relative;
    left: -50px;
    font: normal normal 600 37px/44px "Poppins";
    max-width: 250px;
  }
  section.home article.d-flex .container .bloque-text-image .image {
    width: 20%;
    position: relative;
    left: -50px;
    top: -30px;
    max-width: 400px;
  }
  section.home article.d-flex .container .wp {
    display: block;
    position: relative;
    top: -20px;
    left: -101px;
  }
  section.home article.d-flex .container .wp a.whatsapp {
    display: flex;
    z-index: 2;
  }
  section.home article.d-flex .container .wp a.whatsapp:hover {
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16) !important;
  }
  section.home article.d-flex .laptop-desktop {
    display: block;
    width: 60%;
    max-width: 700px;
    z-index: 2;
  }
  section.home article.d-flex .laptop-desktop img {
    width: 100%;
  }
  footer .w-100 img {
    display: block;
  }
  footer .w-100 h2 {
    display: none;
  }
}
@media (min-width: 900px) {
  section.home article.d-flex .container .bloque-text-image .text {
    left: -70px;
  }
  section.home article.d-flex .container .bloque-text-image .image {
    left: -70px;
  }
}
@media (min-width: 1200px) {
  section.home article.d-flex .container .bloque-text-image .text {
    left: -70px;
  }
  section.home article.d-flex .container .bloque-text-image .image {
    left: -70px;
  }
}
@media (min-width: 979px) {
  section.home {
    height: 470px;
  }
  section.home svg.wave-desktop {
    top: 60px;
    width: 320px;
  }
}
@media (min-width: 1300px) {
  section.home {
    height: 475px;
  }
  section.home svg.wave-desktop {
    width: 410px !important;
  }
}
@media (min-width: 1600px) {
  section.home {
    height: 700px;
  }
  section.home svg.wave-desktop {
    top: 150px;
    width: 730px !important;
  }
  section.home article.d-flex .laptop-desktop {
    max-width: 930px;
  }
  section.home article.d-flex .container .bloque-text-image .text {
    width: 320px;
    max-width: 320px;
    left: -100px;
  }
  section.home article.d-flex .container .bloque-text-image .text h1 {
    font: normal normal 600 39px/42px "Poppins";
  }
  section.home article.d-flex .container .bloque-text-image .image {
    left: -100px;
  }
  section.home article.d-flex .container .wp {
    left: -132px;
  }
}
@media (min-height: 845px) and (min-width: 1600px) {
  footer {
    position: absolute;
    bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */