#es-sodastream.es-sodastream .es-ctaInfo__single,
#es-sodastream.es-sodastream .es-efficiency,
#es-sodastream.es-sodastream .es-kv,
#es-sodastream.es-sodastream .es-kv__container,
#es-sodastream.es-sodastream .es-kv__content,
#es-sodastream.es-sodastream .es-set,
#es-sodastream.es-sodastream .es-slider__single,
#es-sodastream.es-sodastream .es-steps__items,
#es-sodastream.es-sodastream .es-steps__single,
#es-sodastream.es-sodastream .es-syroups,
#es-sodastream.es-sodastream .es-video {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@font-face {
  font-family: Black;
  src: url('../fonts/HurmeGeometricSans3-Black.otf') format('opentype');
}

@font-face {
  font-family: Bold;
  src: url('../fonts/HurmeGeometricSans3-Bold.otf') format('opentype');
}

@font-face {
  font-family: Regular;
  src: url('../fonts/HurmeGeometricSans3-Regular.otf') format('opentype');
}

@-webkit-keyframes es-move {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes es-move {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes es-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes es-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

#es-sodastream.es-sodastream {
  font-family: Regular;
  font-size: 25px;
  line-height: 1.5;
  max-width: 920px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  color: #13294b;
  word-spacing: normal;
}

#es-sodastream.es-sodastream img {
  max-width: 100%;
}

#es-sodastream.es-sodastream .es-kv {
  background-color: #ebe6e1;
  background-image: none;
  padding: 20px 20px 0;
  min-height: 250px;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#es-sodastream.es-sodastream .es-kv__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}

#es-sodastream.es-sodastream .es-kv__content {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
}

#es-sodastream.es-sodastream .es-kv__bg {
  display: block;
  font-family: Bold;
  color: #e5dcd3;
  font-size: 60px;
  margin: 0;
  text-align: center;
}

#es-sodastream.es-sodastream .es-kv__subtitle,
#es-sodastream.es-sodastream .es-kv__title {
  line-height: 1.5;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

#es-sodastream.es-sodastream .es-kv__title {
  font-family: Bold;
}

#es-sodastream.es-sodastream .es-kv__logo {
  max-width: 300px;
  margin: 0 auto;
}

#es-sodastream.es-sodastream .es-kv__img {
  max-width: 390px;
  min-width: 120px;
  text-align: center;
}

#es-sodastream.es-sodastream .es-kv__packshot {
  max-height: 350px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
}

#es-sodastream.es-sodastream .es-dis {
  background-color: #ebe6e1;
  padding: 20px 10px;
}

#es-sodastream.es-sodastream .es-possibilities {
  background-color: #ebe6e1;
  background-image: url(../img/posibilites.webp);
  background-position: 50% 75px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  min-height: 550px;
}

#es-sodastream.es-sodastream .es-possibilities__title {
  text-transform: uppercase;
  font-family: Bold;
  font-size: 28px;
  margin: 0;
  text-align: center;
}

#es-sodastream.es-sodastream .es-efficiency {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #13294b;
  padding: 40px 10px;
}

#es-sodastream.es-sodastream .es-efficiency__title {
  text-transform: uppercase;
  font-family: Bold;
  font-size: 25px;
  margin: 0;
  padding-top: 10px;
  text-align: center;
  color: #eeeae5;
}

#es-sodastream.es-sodastream .es-efficiency__img {
  max-width: 300px;
  margin: 30px 0;
}

#es-sodastream.es-sodastream .es-efficiency__desc {
  font-size: 18px;
  margin: 20px auto;
  width: 79%;
  text-align: center;
  color: #eeeae5;
}

#es-sodastream.es-sodastream .es-steps {
  background-color: #ebe6e1;
  padding-bottom: 0;
}

#es-sodastream.es-sodastream .es-steps__items {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

#es-sodastream.es-sodastream .es-steps__single {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

#es-sodastream.es-sodastream .es-slider__content,
#es-sodastream.es-sodastream .es-steps__single--2 {
  position: relative;
}

#es-sodastream.es-sodastream .es-steps__title--2 {
  z-index: 2;
}

#es-sodastream.es-sodastream .es-steps__title {
  font-family: Bold;
  font-size: 35px;
  text-align: center;
  color: #13294b;
  z-index: 2;
}

#es-sodastream.es-sodastream .es-steps__img {
  height: auto;
  max-width: 100%;
  z-index: 1;
}

#es-sodastream.es-sodastream .es-steps__img--2,
#es-sodastream.es-sodastream .es-steps__img--3 {
  margin-bottom: 20px;
}

#es-sodastream.es-sodastream .es-dis__title {
  margin-bottom: 0;
  font-family: Bold;
  text-align: center;
}

#es-sodastream.es-sodastream .es-dis__text {
  margin: 20px auto 20px 30px;
  max-width: 90%;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

#es-sodastream.es-sodastream .es-dis__claim {
  text-align: center;
  font-size: 16px;
  max-width: 80%;
  margin: 20px auto;
}

#es-sodastream.es-sodastream .es-set {
  background-color: #eeeae5;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 210px;
  margin-top: -245px;
}

#es-sodastream.es-sodastream .es-set__img {
  max-width: 300px;
  width: auto;
  margin-top: -250px;
}

#es-sodastream.es-sodastream .es-set__title {
  display: block;
  line-height: 1.5;
  font-family: Bold;
  font-size: 25px;
  margin: 20px 0 0;
  padding-top: 70px;
  text-align: center;
  color: #13294b;
}

#es-sodastream.es-sodastream .es-set__desc {
  font-size: 18.5px;
  margin: 30px auto 20px;
  width: 77%;
  color: #13294b;
  text-align: center;
}

#es-sodastream.es-sodastream .es-slider__ctn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 200px;
  max-width: 300px;
}

#es-sodastream.es-sodastream .es-slider__single {
  min-width: 150px;
  max-width: 150px;
  min-height: 180px;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

#es-sodastream.es-sodastream .es-slider__number {
  font-family: Black;
  color: #13294b;
  font-size: 30px;
  margin-bottom: 0;
}

#es-sodastream.es-sodastream .es-slider__img {
  margin: 0;
}

#es-sodastream.es-sodastream .es-slider__icon {
  width: 60px;
}

#es-sodastream.es-sodastream .es-slider__desc {
  color: #13294b;
  font-size: 14px;
  min-height: 80px;
}

#es-sodastream.es-sodastream .es-slider__desc span {
  font-family: Bold;
}

#es-sodastream.es-sodastream .es-cta {
  background-color: #75a7ad;
}

#es-sodastream.es-sodastream .es-cta__ctn {
  max-width: 350px;
  margin: 0 auto -50px;
  position: relative;
}

#es-sodastream.es-sodastream .es-cta__btn {
  background-color: #75a7ad;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 5px;
  box-shadow: 0 8px 37px -10px #13294b;
  -webkit-animation: 2s infinite es-move;
  animation: 2s infinite es-move;
  cursor: pointer;
}

#es-sodastream.es-sodastream .es-cta__btn img {
  width: 25px;
}

#es-sodastream.es-sodastream .es-rotate {
  -webkit-animation: 1s forwards es-rotate;
  animation: 1s forwards es-rotate;
}

#es-sodastream.es-sodastream #es-revolution-carousel,
#es-sodastream.es-sodastream #es-revolution-carousel_2,
#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-button-next:after,
#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-button-prev:after,
#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-container-rtl
  .swiper-button-next:after,
#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-container-rtl
  .swiper-button-prev:after,
#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .swiper-horizontal
  > .swiper-pagination-bullets,
#es-sodastream.es-sodastream .es-slider__imgCtn,
#es-sodastream.es-sodastream .es-toggle,
#es-sodastream.es-sodastream .swiper-button-next:after,
#es-sodastream.es-sodastream .swiper-button-prev:after,
#es-sodastream.es-sodastream
  .swiper-pagination-bullets.swiper-pagination-horizontal,
#es-sodastream.es-sodastream .swiper-pagination-custom,
#es-sodastream.es-sodastream .swiper-pagination-fraction {
  display: none;
}

#es-sodastream.es-sodastream .es-ctaInfo {
  background-color: #13294b;
  padding: 40px 0;
  overflow: hidden;
}

#es-sodastream.es-sodastream .es-ctaInfo__title {
  text-align: center;
  color: #eeeae5;
  font-family: Bold;
  font-size: 25px;
  margin: 0;
  padding: 40px 10px;
}

#es-sodastream.es-sodastream .es-ctaInfo__main {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

#es-sodastream.es-sodastream .es-ctaInfo__line {
  width: 1px;
  height: 400px;
  background-color: #75a7ad;
  margin: 0 20px;
  display: none;
}

#es-sodastream.es-sodastream .es-ctaInfo__single {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px;
  max-width: 320px;
  min-width: 300px;
}

#es-sodastream.es-sodastream .es-ctaInfo__desc {
  text-align: center;
  font-size: 20px;
}

#es-sodastream.es-sodastream .es-ctaInfo__text {
  text-align: center;
  font-size: 25px;
  color: #75a7ad;
  font-family: Bold;
}

#es-sodastream.es-sodastream .es-slider {
  background-color: #ebe6e1;
}

#es-sodastream.es-sodastream .es-slider__title {
  display: block;
  text-align: center;
  color: #13294b;
  font-family: Bold;
  font-size: 25px;
  margin: -140px 0 0;
  padding: 40px 10px 0;
  line-height: 1.5;
  text-transform: uppercase;
}

#es-sodastream.es-sodastream .es-slider__title span {
  font-size: 35px;
}

#es-sodastream.es-sodastream .es-slider__image {
  display: block;
  margin: 0 auto;
}

#es-sodastream.es-sodastream .es-slider__inner {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}

#es-sodastream.es-sodastream .es-slider__slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-height: 850px;
  min-height: 350px;
  position: relative;
}

#es-sodastream.es-sodastream .es-slider__slide--blue {
  background-color: #13294b;
}

#es-sodastream.es-sodastream .es-slider__subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: Bold;
}

#es-sodastream.es-sodastream .es-slider__texts {
  text-align: center;
  padding: 10px;
  position: relative;
  margin: 0 auto;
  max-width: 81%;
}

#es-sodastream.es-sodastream .es-slider__text {
  font-size: 18px;
}

#es-sodastream.es-sodastream .es-slider__claim {
  font-size: 12px;
  text-align: center;
}

#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-button-next,
#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-container-rtl
  .swiper-button-prev {
  right: -12px;
  left: auto;
}

#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-button-prev,
#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-container-rtl
  .swiper-button-next {
  left: -12px;
  right: auto;
}

#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-pagination-custom,
#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-pagination-fraction {
  bottom: 0;
}

#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-pagination {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: none;
}

#es-sodastream.es-sodastream .swiper-button-next,
#es-sodastream.es-sodastream .swiper-button-prev {
  height: 25px;
  width: 25px;
  top: 50%;
}

#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1d1d1b;
  opacity: 1;
}

#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}

#es-sodastream.es-sodastream
  #es-sodastream.es-sodastream
  .es-slider
  .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1d1d1b;
}

#es-sodastream.es-sodastream .es-syroups {
  background-color: #13294b;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

#es-sodastream.es-sodastream .es-syroups__imgCtn {
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #13294b),
    color-stop(0, #ebe6e1)
  );
  background: linear-gradient(to bottom, #13294b 50%, #ebe6e1 0);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

#es-sodastream.es-sodastream .es-syroups__pack {
  margin: 0 auto;
}

#es-sodastream.es-sodastream .es-syroups__img {
  max-width: 350px;
  margin: -100px auto 0;
  display: block;
}

#es-sodastream.es-sodastream .es-syroups__title {
  text-transform: uppercase;
  text-align: center;
  color: #eeeae5;
  font-family: Bold;
  font-size: 25px;
  margin: 0;
  padding: 20px 10px;
  line-height: 1.5;
}

#es-sodastream.es-sodastream .es-syroups__desc {
  text-align: center;
  font-size: 18.5px;
  width: 90%;
  margin: 20px 0 50px;
  color: #eeeae5;
}

#es-sodastream.es-sodastream .es-syroups__desc--bold {
  font-weight: 700;
}

#es-sodastream.es-sodastream .es-syroups__pack {
  display: block;
  max-width: 840px;
  width: 100%;
}

#es-sodastream.es-sodastream .es-video {
  background-color: #ebe6e1;
  padding: 40px 10px;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

#es-sodastream.es-sodastream .es-video__title {
  text-align: center;
  color: #13294b;
  font-family: Bold;
  font-size: 25px;
  margin: 0;
  padding: 0 10px 20px;
  line-height: 1.5;
  text-transform: uppercase;
}

#es-sodastream.es-sodastream .es-video__description {
  max-width: 70%;
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
}

#es-sodastream.es-sodastream .es-video__iframe {
  width: 90%;
  min-height: 450px;
  z-index: 1;
  margin: 0 auto;
}

#es-sodastream.es-sodastream .es-video__hash {
  margin-bottom: 30px;
  text-align: center;
  font-family: Bold;
  font-size: 42px;
}

#es-sodastream.es-sodastream .es-video__logo {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

#es-sodastream.es-sodastream .es-revolution__container {
  padding-bottom: 85px;
  display: -webkit-box;
  display: flex;
  background-color: #ebe6e1;
}

#es-sodastream.es-sodastream .es-revolution__subtitle {
  margin: 0;
  padding: 32px 16px;
  line-height: inherit;
  color: #fff;
  font-family: 'Hurme Geometric 3-Bold';
  font-weight: inherit;
  font-size: 36px;
  text-align: center;
}

#es-sodastream.es-sodastream .es-revolution__text {
  margin: 0;
  padding: 0 32px;
  line-height: inherit;
  color: #fff;
  font-family: 'Hurme Geometric 3-Regular';
  font-weight: inherit;
  font-size: 16px;
  text-align: left;
  min-height: 165px;
}

#es-sodastream.es-sodastream .es-revolution__text--centered {
  text-align: center;
}

#es-sodastream.es-sodastream .es-revolution__footer {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: #fff;
  font-family: 'Hurme Geometric 3-Regular';
  font-weight: inherit;
  font-size: 12px;
  text-align: center;
}

#es-sodastream.es-sodastream .es-revolution__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-sodastream.es-sodastream .es-revolution__img--1 {
  margin-right: 0;
}

#es-sodastream.es-sodastream .es-revolution__img--2 {
  margin-left: 0;
}

#es-sodastream.es-sodastream .es-revolution__picture {
  position: relative;
  padding: 22px 0;
}

#es-sodastream.es-sodastream .es-revolution__slide {
  -webkit-box-flex: 1;
  flex: 1 0 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#es-sodastream.es-sodastream .es-revolution__slide--3 {
  background-color: #1c3453;
}

#es-sodastream.es-sodastream
  #es-revolution-carousel:checked
  ~ .es-revolution__slide--2 {
  margin-left: -100%;
}

#es-sodastream.es-sodastream
  #es-revolution-carousel:checked
  ~ .es-revolution__slide--1 {
  opacity: 0;
}

#es-sodastream.es-sodastream
  #es-revolution-carousel_2:checked
  ~ .es-revolution__slide--2 {
  margin-left: -200%;
}

#es-sodastream.es-sodastream #es-revolution-expand-btn1 {
  position: absolute;
  width: 34px;
  height: 34px;
  bottom: 35%;
  right: 4%;
}

#es-sodastream.es-sodastream #es-revolution-expand-btn2 {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 60%;
  left: 20px;
}

#es-sodastream.es-sodastream #es-revolution-expand-btn3 {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 45%;
  left: 260px;
}

#es-sodastream.es-sodastream #es-revolution-expand-btn4 {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 45%;
  left: -20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#es-sodastream.es-sodastream .es-revolution__img--arrow {
  padding: 0;
  -webkit-animation: 2s infinite es-pulse;
  animation: 2s infinite es-pulse;
  cursor: pointer;
}

@media (min-width: 500px) {
  #es-sodastream.es-sodastream .es-kv__title {
    font-size: 25px;
  }
  #es-sodastream.es-sodastream .es-kv__packshot {
    max-height: 450px;
  }
  #es-sodastream.es-sodastream .es-slider__ctn {
    max-width: 400px;
  }
  #es-sodastream.es-sodastream .es-slider__icon {
    width: 100px;
  }
}

@media (min-width: 780px) {
  #es-sodastream.es-sodastream .es-dis__text {
    max-width: 82%;
  }
  #es-sodastream.es-sodastream .es-dis {
    padding-bottom: 20px;
  }
}

@media (min-width: 700px) {
  #es-sodastream.es-sodastream .es-kv {
    background-color: #ebe6e1;
    background-image: url(../img/kv-bg.webp);
    background-position: -25px 20%;
    background-repeat: no-repeat;
    background-size: 110% 70%;
    padding: 20px 20px 0;
    min-height: 700px;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  #es-sodastream.es-sodastream .es-kv__logo {
    margin: initial;
    max-width: 350px;
  }
  #es-sodastream.es-sodastream .es-kv__title {
    text-align: left;
    text-transform: uppercase;
    font-family: Bold;
    line-height: 1.5;
    margin-bottom: 100px;
  }
  #es-sodastream.es-sodastream .es-kv__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  #es-sodastream.es-sodastream .es-kv__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
  #es-sodastream.es-sodastream .es-kv__contentText {
    margin-left: 30px;
  }
  #es-sodastream.es-sodastream .es-kv__bg {
    display: none;
  }
  #es-sodastream.es-sodastream .es-kv__subtitle {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 25px;
  }
  #es-sodastream.es-sodastream .es-kv__img {
    min-width: 200px;
    text-align: left;
  }
  #es-sodastream.es-sodastream .es-kv__packshot {
    max-height: 600px;
    height: auto;
    margin-bottom: -80px;
    margin-left: 0;
  }
  #es-sodastream.es-sodastream .es-dis__text {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #es-sodastream.es-sodastream .es-ctaInfo__title,
  #es-sodastream.es-sodastream .es-efficiency__title {
    font-size: 35px;
  }
  #es-sodastream.es-sodastream .es-efficiency__desc {
    font-size: 18.5px;
    margin: 0;
    text-align: center;
  }
  #es-sodastream.es-sodastream .es-efficiency__img {
    margin: 30px 0;
  }
  #es-sodastream.es-sodastream .es-set__img {
    max-width: 450px;
  }
  #es-sodastream.es-sodastream .es-ctaInfo__main {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  #es-sodastream.es-sodastream .es-ctaInfo__line {
    display: block;
  }
  #es-sodastream.es-sodastream .es-slider__title,
  #es-sodastream.es-sodastream .es-syroups__title {
    font-size: 38px;
  }
  #es-sodastream.es-sodastream .es-slider__title span {
    font-size: 65px;
  }
  #es-sodastream.es-sodastream .es-slider__slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  #es-sodastream.es-sodastream .es-slider__content {
    position: relative;
  }
  #es-sodastream.es-sodastream .es-slider__imgCtn {
    display: block;
    max-width: 355px;
    padding: 40px;
  }
  #es-sodastream.es-sodastream .es-slider__img {
    padding: 40px;
    max-width: 320px;
    margin: 20px;
  }
  #es-sodastream.es-sodastream .es-slider .swiper-button-next,
  #es-sodastream.es-sodastream
    .es-slider
    .swiper-container-rtl
    .swiper-button-prev {
    right: 50px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #es-sodastream.es-sodastream .es-slider .swiper-button-prev,
  #es-sodastream.es-sodastream
    .es-slider
    .swiper-container-rtl
    .swiper-button-next {
    left: 50px;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #es-sodastream.es-sodastream .es-slider .swiper-button-next,
  #es-sodastream.es-sodastream .es-slider .swiper-button-prev {
    width: 40px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
  #es-sodastream.es-sodastream .es-possibilities {
    background-position: 50% 100px;
  }
}

@media (min-width: 920px) {
  #es-sodastream.es-sodastream .es-slider__single {
    min-width: 200px;
    max-width: 200px;
    min-height: 400px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }
  #es-sodastream.es-sodastream .es-slider__icon {
    width: 100px;
  }
  #es-sodastream.es-sodastream .es-slider__desc {
    color: #13294b;
    font-size: 18px;
  }
  #es-sodastream.es-sodastream .es-slider__number {
    font-family: Black;
    color: #13294b;
    font-size: 40px;
    margin-bottom: 0;
  }
  #es-sodastream.es-sodastream .es-slider__subtitle {
    font-size: 20px;
  }
  #es-sodastream.es-sodastream .es-slider__texts {
    padding: 40px;
    width: 33%;
    text-align: left;
    margin-left: 0;
  }
  #es-sodastream.es-sodastream .es-slider__text {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  #es-sodastream.es-sodastream .es-kv {
    background-color: #ede7e2;
    background-image: url(../img/kv-bg.webp);
    background-position: 80% 20%;
    background-repeat: no-repeat;
    background-size: 100% 90%;
    padding: 20px 20px 0;
    min-height: 642px;
    margin-bottom: 0;
  }
  #es-sodastream.es-sodastream .es-kv__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  #es-sodastream.es-sodastream .es-kv__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
  #es-sodastream.es-sodastream .es-kv__contentText {
    margin-left: 30px;
    margin-top: 130px;
  }
  #es-sodastream.es-sodastream .es-kv__bg {
    display: none;
  }
  #es-sodastream.es-sodastream .es-kv__title {
    text-transform: uppercase;
    font-family: Bold;
    font-size: 42px;
    line-height: 1.5;
    margin-bottom: 80px;
  }
  #es-sodastream.es-sodastream .es-kv__subtitle {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 30px;
  }
  #es-sodastream.es-sodastream .es-kv__logo {
    max-width: 350px;
  }
  #es-sodastream.es-sodastream .es-kv__packshot {
    max-height: none;
    height: auto;
    width: 225px;
    margin-bottom: -80px;
    margin-left: -90px;
  }
  #es-sodastream.es-sodastream .es-set__title {
    font-size: 38px;
  }
  #es-sodastream.es-sodastream .es-ctaInfo__title {
    font-size: 35px;
  }
  #es-sodastream.es-sodastream .es-ctaInfo__main {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  #es-sodastream.es-sodastream .es-steps__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  #es-sodastream.es-sodastream .es-steps__single {
    min-height: 476px;
  }
  #es-sodastream.es-sodastream .es-ctaInfo__line {
    display: block;
  }
  #es-sodastream.es-sodastream .es-slider__title {
    font-size: 40px;
  }
  #es-sodastream.es-sodastream .es-slider__subtitle,
  #es-sodastream.es-sodastream .es-slider__text {
    font-size: 18px;
  }
  #es-sodastream.es-sodastream .es-slider__title span {
    font-size: 65px;
  }
  #es-sodastream.es-sodastream .es-slider__slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  #es-sodastream.es-sodastream .es-slider__content {
    position: relative;
  }
  #es-sodastream.es-sodastream .es-slider__imgCtn {
    display: block;
    max-width: 400px;
  }
  #es-sodastream.es-sodastream .es-slider__texts {
    padding: 0;
  }
  #es-sodastream.es-sodastream .es-syroups__title {
    padding-top: 50px;
    font-size: 55px;
  }
  #es-sodastream.es-sodastream .es-video__title {
    font-size: 34px;
  }
  #es-sodastream.es-sodastream .es-slider .swiper-button-next,
  #es-sodastream.es-sodastream
    .es-slider
    .swiper-container-rtl
    .swiper-button-prev {
    right: 50px;
    left: auto;
  }
  #es-sodastream.es-sodastream .es-slider .swiper-button-prev,
  #es-sodastream.es-sodastream
    .es-slider
    .swiper-container-rtl
    .swiper-button-next {
    left: 50px;
    right: auto;
  }
  #es-sodastream.es-sodastream .es-slider .swiper-button-next,
  #es-sodastream.es-sodastream .es-slider .swiper-button-prev {
    width: 40px;
  }
  #es-sodastream.es-sodastream .es-possibilities__title {
    margin-top: -20px;
  }
  #es-sodastream.es-sodastream .es-possibilities {
    padding-top: 30px;
    background-position: 50% 0;
  }
  #es-sodastream.es-sodastream .es-dis__text {
    margin: 0 auto;
    font-size: 18px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
  #es-sodastream.es-sodastream .es-set {
    padding-top: 175px;
    padding-bottom: 0;
  }
  #es-sodastream.es-sodastream .es-slider__ctn {
    padding-top: 125px;
    max-width: none;
  }
  #es-sodastream.es-sodastream #es-revolution-expand-btn2 {
    top: 55%;
  }

  #es-sodastream.es-sodastream .es-slider__slide {
    position: initial;
  }

  #es-sodastream.es-sodastream .swiper-slide {
    position: relative;
  }
}
