:root {
  --white: white;
  --yellow: #f2e537;
  --black: black;
  --dark-slate-grey: #424242;
  --dark-turquoise: #05d9e4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin: 10px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin: 10px 0 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #424242;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

label {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.button {
  color: #424242;
  text-align: center;
  text-transform: uppercase;
  background-color: #fc0;
  border-radius: 5px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 14px 29px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #a98800;
}

.button.nav {
  margin-left: 18px;
  transition: all .2s;
}

.button.nav:hover {
  background-color: #9299ad;
}

.button.big-green {
  text-transform: capitalize;
  background-color: #32ac97;
  margin-top: 191px;
  padding: 25px 22px;
  font-size: 29px;
  transition: all .2s;
}

.button.big-green:hover {
  background-color: #258575;
}

.button.sign-up {
  background-color: #2c9986;
}

.button.sign-up:hover {
  background-color: #33b59f;
}

.button.tienda {
  color: var(--white);
  letter-spacing: 2px;
  background-color: #dd06a7;
  border-radius: 6px;
  width: 70%;
  height: 100%;
  margin: 0 auto 15px;
  padding: 15px 20px;
  display: block;
}

.button.tienda:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.section {
  text-align: center;
  background-color: #424242;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.header {
  background-color: #262933;
  padding-top: 22px;
  padding-bottom: 22px;
}

.section.hero {
  text-align: center;
  background-color: #0000;
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.centered {
  text-align: center;
}

.section.footer {
  text-align: center;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section.call-to-action {
  background-image: linear-gradient(#00000069, #00000069), url('../images/pedidos1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.white {
  background-color: #fff;
}

.section.grey {
  text-align: center;
  background-color: #f3f3f3;
}

.section.grey.mapa {
  padding-top: 31px;
  padding-bottom: 0;
}

.company {
  float: left;
  color: #fff;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.nav-link {
  color: #ffffffcf;
  text-transform: uppercase;
  margin-left: 11px;
  margin-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.sign-up {
  background-color: #2c9986;
  border-radius: 5px;
  padding: 10px 20px;
}

.nav-link.sign-up:hover {
  background-color: #3ac2ab;
}

.nav-column {
  text-align: right;
  padding-top: 10px;
}

.logo {
  float: left;
  margin-right: 11px;
}

.hero-heading {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  transition: opacity .2s;
}

.hero-subhead {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 600;
}

.section-title.greyoy {
  color: #424242;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-subtitle {
  color: #848999;
  text-align: center;
  margin-bottom: 43px;
}

.responsive-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grey-icon {
  margin-right: 9px;
}

.content-column {
  text-align: left;
  padding-top: 79px;
}

.circle {
  background-color: #f7f8fa;
  border-radius: 190px;
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
}

.number {
  color: #fff;
  background-color: #363b48;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: block;
}

.icons {
  background-color: #eff1f4;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  padding-top: 12px;
  display: inline-block;
}

.quote-box {
  text-align: left;
  background-color: #fff;
  background-image: url('../images/12-quotes.png');
  background-position: 8% 22%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 8px;
  padding: 34px 40px 34px 98px;
}

.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}

.quote-thingy {
  margin-top: -2px;
  margin-left: 45px;
  margin-right: auto;
  display: block;
}

.by-section {
  text-align: left;
}

.person-icon {
  float: left;
  margin-right: 15px;
}

.location {
  color: #848999;
  font-family: Varela, sans-serif;
  font-size: 15px;
}

.logo-bottom {
  float: left;
  margin-right: 14px;
}

.footer-text {
  color: #7d8391;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.social-icon {
  text-align: center;
  background-color: #596073;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 9px;
  transition: all .2s;
}

.social-icon:hover {
  background-color: #7f89a3;
}

.right-footer-col {
  text-align: right;
}

.nav-bar {
  color: #353535;
  background-color: #efefef;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-crop {
  height: 302px;
  transition: height .3s;
  overflow: hidden;
  box-shadow: inset 0 -11px red;
}

.image-crop:hover {
  height: 372px;
}

.button-group {
  margin-top: 25px;
  margin-bottom: 48px;
}

.center {
  text-align: center;
}

.contacto {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.input-style {
  border-radius: 3px;
}

.formulario {
  background-color: #424242;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding-top: 10px;
}

.icon {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: block;
}

.icon-text {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.flecha {
  color: #3a3a3a33;
}

.flecha:hover {
  color: #3a3a3a;
}

.slide1 {
  background-image: url('../images/01slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/02slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/03slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/04slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide5 {
  background-image: url('../images/06slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide6 {
  background-image: url('../images/07slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide7 {
  background-image: url('../images/05slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  border-radius: 5px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.text-block {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-span {
  color: #fff;
  background-color: #ff0029;
  border-radius: 5px;
  padding: 5px;
  font-size: 30px;
}

.text-span-2 {
  color: #ff005c;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.text-span-3 {
  color: #fff;
  background-color: #ff0029;
  border-radius: 3px;
  padding: 5px;
}

.text-block-2 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
}

.container {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.section-2 {
  background-color: #67c2ff;
}

.section-2.rojo {
  background-color: red;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.heading.rojo {
  color: #fff;
}

.columns {
  align-items: center;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image {
  border-radius: 6px;
}

.error-message {
  background-color: #e2ffde;
}

.column-2 {
  text-align: center;
  margin-top: auto;
  transition: opacity .2s;
}

.section-3 {
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  max-width: 20%;
}

.image-3 {
  width: 49px;
  margin-right: 20px;
  transition: all .3s, opacity .3s;
  display: block;
}

.image-3:hover {
  mix-blend-mode: luminosity;
}

.div-block {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 25%;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: 100px;
  display: block;
}

.image-4 {
  flex: 1;
  align-self: center;
  max-width: 120%;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
  overflow: visible;
}

.div-block-2 {
  text-align: right;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: center;
  align-items: baseline;
  max-width: 25%;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.paragraph {
  color: var(--dark-slate-grey);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 600;
  display: block;
}

.section-4 {
  background-color: #efefef;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-5 {
  width: 50px;
  margin-right: 0;
  transition: all .3s;
}

.image-5:hover {
  mix-blend-mode: luminosity;
}

.image-6 {
  text-align: center;
  flex: none;
  align-self: center;
  margin-bottom: auto;
  display: inline-block;
}

.redes {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.redes:hover {
  color: #376e93;
}

.div-block-4 {
  max-width: 50%;
}

.columns-2 {
  flex: 1;
  align-items: center;
  display: flex;
}

.div-block-5 {
  max-width: 150%;
}

.column-3 {
  flex: 1;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-4 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-6 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: 20%;
  margin: auto;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  max-width: 20%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  flex-wrap: wrap;
  flex: 0 auto;
  place-content: center flex-end;
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.container-2 {
  background-image: url('../images/msg-761742017-3930.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-7 {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(#00000080, #00000080), url('../images/msg-761742017-3930.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.image-8 {
  background-image: url('../images/msg-761742017-3930.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-9 {
  border-radius: 6px;
}

.container-3 {
  margin-left: auto;
  margin-right: auto;
}

.columns-3 {
  justify-content: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-5 {
  flex-direction: row;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-6 {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-3 {
  width: 100%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

.paragraph-4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.slide {
  background-image: url('../images/slider1.png');
  background-position: 50%;
  background-size: cover;
}

.mask {
  background-image: url('../images/slider2.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/slider3.png');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/slider2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/impresoras1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/impresoras2.png');
  background-position: 50%;
  background-size: cover;
}

.image-54 {
  width: 33%;
}

.button-6 {
  text-align: center;
  background-color: #0fce7a;
  border-radius: 6px;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-6:hover {
  background-color: #b4b4b4;
}

.button-6.rojo {
  background-color: #ea0f0f;
}

.image-47 {
  width: 33%;
  position: static;
}

.image-53 {
  padding-left: 10px;
  padding-right: 10px;
}

.slide-nav-2 {
  display: block;
}

.slider-4 {
  background-color: #fff;
  flex: 1;
  padding-left: 60px;
  padding-right: 60px;
  top: auto;
}

.container-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: none;
}

.carrousel {
  border-bottom: 0 solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0;
}

.carrousel.otyhe {
  justify-content: center;
  width: 100%;
  display: flex;
}

.slide-16 {
  margin-top: 0;
  position: relative;
  top: auto;
}

.cliente {
  align-items: center;
  display: flex;
}

.icon-4 {
  color: #000;
}

.image-55 {
  width: 307.413px;
}

.banner-slider {
  z-index: -1;
  background-color: #0000;
  height: auto;
  min-height: 110vh;
  margin-top: 235px;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.slide-27 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100%;
}

.slide-28 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2022-08-26-at-3.44.02-PM.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-29 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2022-08-26-at-3.42.48-PM.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-30 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2022-08-26-at-3.46.05-PM.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-31 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2022-08-26-at-3.44.02-PM.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-32 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2022-08-26-at-3.45.33-PM.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-33 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2022-08-26-at-3.44.22-PM.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-6 {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-12 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-2 {
  color: #424242;
  text-align: center;
  text-transform: uppercase;
  background-color: #fc0;
  border-radius: 5px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 14px 29px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-2:hover {
  background-color: #c09a00;
}

.button-2.tienda {
  color: #fff;
  letter-spacing: 2px;
  background-color: #dd06a7;
  border-radius: 6px;
  width: 70%;
  height: 100%;
  margin: 0 auto 15px;
  padding: 15px 20px;
  display: block;
}

.button-2.tienda:hover {
  color: #000;
  background-color: #f2e537;
}

.div-block-11 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: none;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  width: 100%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}

.columns-7 {
  align-items: flex-start;
  display: flex;
}

.column-8 {
  text-align: center;
}

.section-title-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.section-title-2.greyoy {
  color: #424242;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}

.container-5 {
  text-align: center;
  display: block;
}

.section-7 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-6 {
  text-align: center;
}

.columns-8 {
  margin-bottom: 20px;
}

.html-embed {
  border-radius: 20px;
}

.div-block-13 {
  background-image: url('../images/Foto-frontal-julio-2022.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  height: 400px;
  overflow: auto;
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-9 {
  text-align: center;
  margin-bottom: 40px;
}

.columns-10 {
  text-align: center;
}

.slider-5 {
  background-color: #fff;
  height: auto;
}

.icon-5 {
  opacity: .5;
  color: #424242;
  transition: all .3s;
}

.icon-5:hover {
  opacity: 1;
}

.mask-3 {
  height: auto;
}

html.w-mod-js [data-ix="load1"] {
  opacity: 0;
}

html.w-mod-js [data-ix="load-2"] {
  opacity: 0;
  transform: translate(41px);
}

html.w-mod-js [data-ix="load3"], html.w-mod-js [data-ix="load-4"] {
  opacity: 0;
  transform: translate(-39px);
}

html.w-mod-js [data-ix="load-5"] {
  opacity: 0;
  transform: translate(0, 31px);
}

html.w-mod-js [data-ix="scroll1"], html.w-mod-js [data-ix="scroll-2"], html.w-mod-js [data-ix="scroll-3"], html.w-mod-js [data-ix="scroll-4"] {
  opacity: 0;
  transform: translate(0, 37px);
}

@media screen and (max-width: 991px) {
  .button.nav {
    margin-left: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.big-green {
    margin-top: 148px;
  }

  .button.tienda {
    letter-spacing: 0;
  }

  .section.hero {
    padding-top: 100px;
  }

  .nav-link {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 13px;
  }

  .grey-icon {
    margin-top: 19px;
  }

  .content-column {
    padding-top: 0;
  }

  .circle {
    height: 226px;
  }

  .frames {
    width: 75%;
  }

  .number {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 4px;
    font-size: 15px;
  }

  .slide1 {
    background-position: 50%;
    background-size: cover;
    width: 728px;
    height: 100%;
  }

  .slider {
    width: 728px;
    height: 233px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .container {
    justify-content: space-between;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-3 {
    width: 44px;
    padding-right: 10px;
  }

  .image-4 {
    flex: 1;
    align-self: center;
    max-width: 50%;
    margin-left: 60px;
    margin-right: 10px;
  }

  .div-block-2 {
    align-items: flex-start;
  }

  .section-4 {
    margin-right: 0;
  }

  .image-5 {
    width: 45px;
    padding-left: 10px;
  }

  .image-6 {
    margin-right: 10px;
    display: block;
  }

  .redes {
    margin-right: 10px;
  }

  .div-block-6 {
    max-width: 10%;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    flex-direction: column;
    flex: 1;
    align-items: center;
    max-width: 20%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .slide {
    background-position: 50%;
  }

  .mask {
    width: 727.986px;
    height: 100%;
  }

  .slide-1 {
    background-position: 50%;
  }

  .banner-slider {
    height: 100%;
    margin-top: 217px;
  }

  .div-block-12 {
    flex-direction: column;
    flex: 1;
    align-items: center;
    max-width: 20%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button-2.tienda {
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-11 {
    max-width: 10%;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .column-9 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }

  .button.nav {
    width: 60%;
    margin: 23px auto 17px;
    display: block;
  }

  .button.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }

  .button.tienda {
    width: 60%;
  }

  .section {
    padding: 32px 15px;
  }

  .section.hero {
    padding-top: 42px;
  }

  .section.footer {
    text-align: center;
  }

  .company {
    float: none;
    display: inline-block;
  }

  .nav-column {
    text-align: center;
    padding-top: 19px;
  }

  .logo {
    float: none;
    margin-top: -14px;
  }

  .company-column {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 23px;
  }

  .hero-heading {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .hero-subhead {
    text-align: center;
  }

  .grey-icon {
    margin-top: 28px;
  }

  .content-column {
    padding-left: 0;
  }

  .circle {
    border-radius: 10px;
    height: auto;
    display: inline-block;
  }

  .frames {
    width: 55%;
    margin-bottom: 19px;
  }

  .number {
    margin-bottom: 20px;
  }

  .quote-box {
    background-image: url('../images/12-quotes.png');
  }

  .by-section.first {
    margin-bottom: 35px;
  }

  .logo-bottom {
    float: none;
    margin-bottom: 37px;
    margin-right: -1px;
  }

  .footer-text {
    margin-bottom: 22px;
  }

  .social-icon.first {
    margin-left: 1px;
  }

  .right-footer-col {
    text-align: center;
  }

  .nav-bar {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brand-column {
    text-align: center;
  }

  .slide1 {
    width: 100%;
    height: 100%;
  }

  .slider {
    width: 500px;
    height: 160px;
  }

  .container {
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
  }

  .image-3 {
    width: 44px;
  }

  .image-4 {
    text-align: center;
    flex: 1;
    align-self: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-2 {
    text-align: center;
    flex: 1;
    align-items: center;
  }

  .div-block-3 {
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    max-width: 160%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .paragraph {
    font-size: 13px;
    font-weight: 600;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    width: 45px;
  }

  .image-6 {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .redes {
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: flex;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 50%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    display: flex;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    align-items: stretch;
    margin-bottom: 0;
  }

  .mask {
    width: 100%;
  }

  .carrousel, .carrousel.otyhe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .banner-slider {
    height: 800px;
    margin-top: 417px;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2.tienda:hover {
    background-color: #f2e537;
  }

  .div-block-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 50%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    display: flex;
  }

  .div-block-13 {
    background-position: 30%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .button.nav {
    width: 80%;
  }

  .button.big-green {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .button.tienda:hover {
    background-color: var(--yellow);
  }

  .section {
    padding-right: 11px;
  }

  .section.hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.grey {
    padding-right: 15px;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .hero-subhead {
    margin-bottom: 34px;
  }

  .grey-icon {
    margin-top: 34px;
  }

  .content-column {
    text-align: center;
  }

  .frames {
    width: 75%;
  }

  .quote-box {
    background-image: url('../images/12-quotes.png');
    background-position: 8% 17%;
    padding-left: 75px;
  }

  .nav-bar {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7 {
    width: 290px;
    height: 93px;
  }

  .slider {
    width: 290px;
    height: 93px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 10px;
  }

  .columns {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    margin-bottom: 40px;
  }

  .image-3 {
    width: 44px;
    margin-right: 10px;
  }

  .div-block {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .image-4 {
    flex: 1;
    align-self: center;
    max-width: 120%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-3 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .paragraph {
    text-align: center;
  }

  .section-4 {
    padding-top: 10px;
  }

  .image-5 {
    width: 45px;
    margin-right: 0;
  }

  .image-6 {
    flex: none;
    align-self: center;
    margin-right: 0;
  }

  .redes {
    color: var(--black);
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    display: flex;
  }

  .form {
    text-align: left;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 200%;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 11px;
    display: flex;
  }

  .div-block-7 {
    text-align: center;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    max-width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-8 {
    background-color: #67c2ff;
    max-width: 100%;
  }

  .paragraph-2 {
    text-align: left;
    flex-wrap: wrap;
    flex: 1;
    place-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    text-decoration: none;
  }

  .body {
    max-width: 100%;
  }

  .slide, .mask {
    width: 290px;
    height: 93px;
  }

  .slide-2 {
    background-position: 50%;
    width: 290px;
    height: 93px;
  }

  .slide-1 {
    background-position: 50%;
    background-size: cover;
    width: 290px;
    height: 93px;
  }

  .slide-3, .slide-1-2 {
    background-position: 50%;
    width: 290px;
    height: 93px;
  }

  .mask-2 {
    height: 600px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-54 {
    flex: 1;
  }

  .slide-26 {
    width: 300px;
    height: 600px;
  }

  .right-arrow-2 {
    flex: 0 auto;
  }

  .slider-4 {
    flex-direction: column;
    max-width: 100%;
    height: 600px;
    max-height: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carrousel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: auto;
    display: block;
  }

  .carrousel.otyhe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .slide-16 {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-slider {
    height: 1000px;
    inset: 0%;
  }

  .div-block-12 {
    text-align: center;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    max-width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-2 {
    text-align: center;
    display: block;
  }

  .button-2.tienda:hover {
    background-color: #f2e537;
  }

  .div-block-11 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 200%;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 11px;
    display: flex;
  }

  .div-block-13 {
    background-position: 30%;
  }
}


