@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
.container {
  max-width: 1440px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

a, a:hover, a:focus, a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  margin: auto;
}

.img-absolute {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
}

.content-html {
  line-height: 1.33333333;
}
.content-html > * {
  margin: auto;
}
.content-html > *:not(:first-child) {
  margin-top: 1em;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #000;
}
body.preload {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.menu-active::after {
  opacity: 1;
  pointer-events: all;
}

.fixed-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  z-index: 10000;
}
.fixed-button a {
  background: #25d366;
  color: #fff;
  width: 1.75em;
  line-height: 1.75;
  text-align: center;
  font-size: 2em;
  border-radius: 50%;
  position: relative;
}
.fixed-button .message {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0.5em auto auto;
  white-space: nowrap;
  background: #d8d8d8;
  padding: 0.5em;
  line-height: 1.25;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  opacity: 0;
  transform: translateX(3em);
}
.fixed-button .message b {
  display: block;
}
.fixed-button:hover .message {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.fixed-button:hover::before {
  opacity: 0;
}
.fixed-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #25d366;
  opacity: 0.5;
  border-radius: 50%;
  animation: infiniteScale 3s infinite;
}

@keyframes infiniteScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}
.header {
  background: #e2ffe8;
  padding: 37.5px 0;
}
.header .logo {
  max-height: 45px;
}

.btn {
  border: 2px solid transparent !important;
  font-weight: 600;
  border-radius: 7.5px;
  padding: 0.5em 1em;
}
.btn.btn-primary {
  background: #603973;
}
.btn.btn-secondary {
  background: #d68b38;
}
.btn.btn-outline-light {
  border-color: inherit !important;
}

.slider {
  color: #fff;
}
.slider .item {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  padding: 45px 0;
  background-blend-mode: multiply;
  background-color: #529264;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider .item::before {
  content: "";
}
.slider h1 {
  font-weight: 600;
  font-size: 3em;
}
.slider .content-html {
  font-size: 1.5em;
  margin: 30px auto;
}

.content {
  padding: 90px 0;
}
.content h1 {
  font-size: 2.5em;
  font-weight: 600;
}
.content .content-html {
  margin: 30px auto;
  font-size: 1.5em;
}

.main .ratio::after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-30px, 30px);
  background: #d68b38;
}
.main .ratio > * {
  z-index: 1;
}

.productos {
  background: #d68b38;
  color: #fff;
  text-align: center;
}
.productos .slick-slider {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.productos .slick-slider .slick-list {
  order: 0;
}
.productos .slick-slider .slick-left {
  order: 1;
}
.productos .slick-slider .slick-right {
  order: 2;
}
.productos .slick-slider .slick-arrow {
  font-size: 1.5em;
  text-align: center;
  margin: 0 15px;
}
.productos .slick-slider .slick-slide {
  margin: 0 30px;
}
.productos h3 {
  font-size: 2em;
  color: #603973;
  margin-top: 30px;
}
.productos h4 {
  font-size: 2em;
  font-weight: 600;
}
.productos h4::after {
  width: 66.66666666%;
  margin: auto;
  display: block;
  content: "";
  height: 2px;
  background: #603973;
}

.marcas {
  text-align: center;
}
.marcas .content-html {
  margin: 30px auto;
  max-width: 768px;
}

.form-control {
  border-radius: 5px;
  padding: 1em;
  border-color: #eee;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) inset;
}

.contacto {
  background: #e2ffe8;
}
.contacto .list {
  margin: 30px auto;
}
.contacto .list li {
  display: flex;
  align-items: center;
}
.contacto .list li i {
  width: 1em;
  margin-right: 15px;
  color: #d68b38;
  font-size: 1.5em;
  text-align: center;
}
.contacto .list li + li {
  margin-top: 15px;
}

main {
  position: relative;
  overflow: hidden;
}

.footer {
  padding: 90px 0;
  text-align: center;
  color: #fff;
  background: #603973;
}
.footer h3 {
  font-weight: 600;
  font-size: 1.5em;
}
.footer .social {
  margin: 15px auto;
  font-size: 2em;
}
.footer .copyright {
  margin-top: 60px;
}

@media screen and (max-width: 575px) {
  body {
    font-size: 15px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content {
    padding: 45px 0;
  }
  .content h1 {
    font-size: 2em;
  }
  .content .content-html {
    font-size: 1em;
  }

  .fixed-button {
    bottom: 15px;
    right: 15px;
  }

  .main .ratio::after {
    content: none;
  }

  .footer {
    padding: 45px 0;
  }
  .footer .copyright {
    margin-top: 30px;
  }

  .productos h3, .productos h4 {
    font-size: 1.25em;
  }
  .productos .slick-slider .slick-slide {
    margin: 0 7.5px;
  }

  .slider h1 {
    font-size: 2em;
  }
  .slider .content-html {
    font-size: 1em;
  }
}

/*# sourceMappingURL=style.css.map */
