@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&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.25;
}
.content-html > * {
  margin: auto;
}
.content-html > *:not(:first-child) {
  margin-top: 1em;
}

p a {
  text-decoration: underline;
  color: #c91826;
}
p a:hover {
  text-decoration: none;
  color: #c91826;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #001323;
}
body.preload {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.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: #001323;
  padding: 22.5px 0;
}
.header .logo {
  filter: brightness(0) invert(1);
  max-height: 80px;
}

.btn {
  padding: 0.5em 1em;
  font-weight: 600;
  border-radius: 7.5px;
  font-size: inherit;
  line-height: 1.25;
}
.btn.btn-primary {
  background: #c91826;
  border: none;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #9b131d;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

.slider .item {
  background-color: #c91826;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: calc(100vh - 125px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .item .content-html {
  font-size: 1.33333333em;
}

.content {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.productos::before, .productos::after {
  content: "";
  width: 60px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 0;
  bottom: 0;
}
.productos::before {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.productos::after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.productos h1 {
  text-align: center;
}
.productos h1 span {
  font-weight: 300;
}
.productos .slick-slider {
  margin: 60px auto;
}
.productos .slick-slider .slick-arrow {
  font-size: 4em;
  position: absolute;
  height: 1em;
  top: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  margin: auto;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.productos .slick-slider .slick-arrow.slick-left {
  left: 0.5em;
}
.productos .slick-slider .slick-arrow.slick-right {
  right: 0.5em;
}
.productos .slick-slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 30px auto 0;
  padding: 0;
}
.productos .slick-slider .slick-dots li {
  margin: 0 9.9999999px;
}
.productos .slick-slider .slick-dots li button {
  width: 19.99999995px;
  height: 19.99999995px;
  border-radius: 50%;
  background: #c4c4c4;
  border: none;
  text-indent: -9999px;
}
.productos .slick-slider .slick-dots li.slick-active button {
  background: #c91826;
}
.productos .slick-slider .item {
  position: relative;
  background-color: #c91826;
  padding: 30px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.productos .slick-slider .item .img-cover {
  opacity: 0.2;
}
.productos .slick-slider .item h4 {
  font-weight: bold;
  position: relative;
}
.productos .slick-slider .slick-slide {
  margin: 0 15px;
}

.contacto {
  color: #fff;
  background-color: #c91826;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.contacto h1 span {
  font-weight: 300;
  font-size: 0.75em;
  display: block;
}
.contacto .content-html {
  font-size: 1.33333333em;
  line-height: 1.5;
  font-weight: 300;
}
.contacto .btn {
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.75em 1.5em;
}

.form-control {
  border: none;
  border-radius: 3px;
  font-size: inherit;
  color: #000;
  padding: 15px;
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.sucursales .content-html {
  font-size: 0.75em;
}
.sucursales .content-html > *:not(:first-child) {
  margin-top: 0.5em;
}
.sucursales .ratio {
  filter: grayscale(100%);
}

.footer {
  background: #001323;
  color: #fff;
  padding: 90px 0 60px;
}
.footer h5 {
  font-weight: normal;
}
.footer .footer-logo {
  max-height: 120px;
}
.footer .social {
  display: flex;
}
.footer .social a {
  border-radius: 50%;
  background: #fff;
  color: #001323;
  width: 1.5em;
  line-height: 1.5;
  text-align: center;
}
.footer .social a + a {
  margin-left: 0.5em;
}
.footer .copyright {
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .content, .productos, .sucursales, .footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 15px;
  }

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

  h1 {
    font-size: 2em;
  }

  .header {
    padding: 15px 0;
  }
  .header .logo {
    max-height: 60px;
  }

  .slider {
    min-height: calc(100vh - 90px);
  }
  .slider .item .content-html {
    font-size: 1em;
  }

  .contacto .content-html, .sucursales .content-html {
    font-size: 1em;
  }

  .content, .productos, .sucursales, .footer {
    padding: 45px 0;
  }
}

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