#es-loreal.es-loreal {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 769px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  color: #1d1d1b;
  background: #fff;
}

#es-loreal.es-loreal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#es-loreal.es-loreal h2,
#es-loreal.es-loreal h3,
#es-loreal.es-loreal h4,
#es-loreal.es-loreal h5 {
  font-family: 'Montserrat', sans-serif;
  color: #1d1d1b;
}

#es-loreal.es-loreal .es-kv__images {
  padding-top: 32px;
}

#es-loreal.es-loreal .es-kv__logo {
  margin: 32px 0;
  opacity: 0;
  -webkit-animation: slidedown 0.6s ease forwards;
  animation: slidedown 0.6s ease forwards;
}

#es-loreal.es-loreal .es-kv__banner {
  position: relative;
  background: url('../images/photo.png') no-repeat center;
  background-size: cover;
  padding-top: 32px;
  color: #000;
  min-height: 530px;
}

#es-loreal.es-loreal .es-kv__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 0 16px;
  margin-bottom: 32px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0;
  -webkit-animation: slidedown 0.6s ease forwards;
  animation: slidedown 0.6s ease forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#es-loreal.es-loreal .es-kv__title--desktop {
  display: none;
}

#es-loreal.es-loreal .es-kv__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-kv__circle {
  position: relative;
  display: none;
}

#es-loreal.es-loreal .es-kv__content {
  padding: 0 16px;
}

#es-loreal.es-loreal .es-kv__title-img {
  margin-bottom: 16px;
}

#es-loreal.es-loreal .es-kv__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

#es-loreal.es-loreal .es-kv__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
}

#es-loreal.es-loreal .es-kv__img--second-line {
  display: none;
}

#es-loreal.es-loreal .es-kv__badge {
  border: 2px solid white;
  border-radius: 50%;
  width: 111px;
  height: 111px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#es-loreal.es-loreal .es-kv__digit {
  font-family: 'Anton', sans-serif;
  border-bottom: solid 2px white;
  width: 70%;
  text-align: center;
  font-size: 32px;
  padding-bottom: 5px;
}

#es-loreal.es-loreal .es-kv__content--2 {
  max-width: 155px;
  padding-top: 111px;
  padding-left: 60%;
}

#es-loreal.es-loreal .es-info {
  padding: 56px 16px;
}

#es-loreal.es-loreal .es-info__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.1;
}

#es-loreal.es-loreal .es-benefits {
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 56px 2px;
  margin-bottom: 32px;
}

#es-loreal.es-loreal .es-benefits__single {
  width: 200px;
}

#es-loreal.es-loreal .es-benefits__single:hover .es-benefits__img--bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#es-loreal.es-loreal .es-benefits__image {
  overflow: hidden;
  margin-bottom: 16px;
}

#es-loreal.es-loreal .es-benefits__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#es-loreal.es-loreal .es-benefits__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

#es-loreal.es-loreal .es-benefits__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 16px;
}

#es-loreal.es-loreal .es-benefits__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
}

#es-loreal.es-loreal .es-benefits__text--banner {
  text-transform: uppercase;
  font-size: 50px;
}

#es-loreal.es-loreal .es-benefits__banner {
  display: none;
}

#es-loreal.es-loreal .es-benefits__line {
  display: none;
}

#es-loreal.es-loreal .es-you {
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-you__content {
  padding: 0 16px;
  margin-bottom: 32px;
}

#es-loreal.es-loreal .es-you__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}

#es-loreal.es-loreal .es-you__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 18px;
  text-align: center;
}

#es-loreal.es-loreal .es-you__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-effect {
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-effect__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-effect__content {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-weight: inherit;
  line-height: 1;
  margin-bottom: 32px;
  font-size: 32px;
}

#es-loreal.es-loreal .es-effect__title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 32px;
}

#es-loreal.es-loreal .es-effect__text {
  margin: 0;
  padding: 0 32px;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
  text-align: center;
  font-size: 18px;
}

#es-loreal.es-loreal .es-shades {
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-shades__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  padding: 0 16px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}

#es-loreal.es-loreal .es-shades__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 18px;
  text-align: center;
  margin-bottom: 64px;
  padding: 0 16px;
}

#es-loreal.es-loreal .es-shades__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 886px;
  margin: 0 auto;
  gap: 12px;
  margin-bottom: 32px;
  padding: 0 16px;
}

#es-loreal.es-loreal .es-shades__single:hover .es-shades__packshot {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#es-loreal.es-loreal .es-shades__single {
  width: 115px;
  margin-bottom: 32px;
  transition: opacity 0.3s;
}

#es-loreal.es-loreal .es-shades__packshot {
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s;
}

#es-loreal.es-loreal .es-shades__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-shades__label {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

#es-loreal.es-loreal .es-virtual {
  margin-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 16px;
}

#es-loreal.es-loreal .es-virtual__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-virtual__image {
  padding-left: 16px;
  margin-bottom: 32px;
}

#es-loreal.es-loreal .es-virtual__instr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#es-loreal.es-loreal .es-virtual__label {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 700;
  width: 234px;
  height: 42px;
  color: #000;
  background: #fbd7e1;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
}

#es-loreal.es-loreal .es-virtual__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#es-loreal.es-loreal .es-virtual__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#es-loreal.es-loreal .es-virtual__wrapper {
  margin-bottom: 24px;
  padding: 24px;
}

#es-loreal.es-loreal .es-virtual__content {
  max-width: 332px;
  padding: 0;
  padding-left: 20px;
  list-style: none;
  counter-reset: my-awesome-counter;
}

#es-loreal.es-loreal .es-virtual__item {
  margin-bottom: 8px;
  counter-increment: my-awesome-counter;
}

#es-loreal.es-loreal .es-virtual__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  position: relative;
}

#es-loreal.es-loreal .es-virtual__text::before {
  content: counter(my-awesome-counter) '. ';
  font-weight: bold;
  position: absolute;
  left: -20px;
}

#es-loreal.es-loreal .es-cross {
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-cross__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  padding: 0 16px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}

#es-loreal.es-loreal .es-cross__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-cross__packshot {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.3s;
}

#es-loreal.es-loreal .es-cross__single:hover .es-cross__packshot {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

#es-loreal.es-loreal .es-cross__packshot--desktop {
  display: none;
}

#es-loreal.es-loreal .es-cross__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px 16px;
}

#es-loreal.es-loreal .es-cross__single {
  width: 235px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#es-loreal.es-loreal .es-cross__single--1 {
  width: 200px;
}

#es-loreal.es-loreal .es-cross__single:hover .es-cross__link {
  background: #fbd7e1;
  color: #000;
}

#es-loreal.es-loreal .es-cross__product {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  white-space: nowrap;
}

#es-loreal.es-loreal .es-cross__name {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  font-size: 15px;
  margin-bottom: 8px;
}

#es-loreal.es-loreal .es-cross__link {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 12px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #1d1d1b;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#es-loreal.es-loreal .es-cross__line {
  display: none;
}

#es-loreal.es-loreal .es-slider {
  margin-bottom: 120px;
}

#es-loreal.es-loreal .es-slider__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  padding: 0 16px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}

#es-loreal.es-loreal .es-slider__wrapper {
  background: url('../images/slider.png') no-repeat top left;
  padding: 56px 16px 0 16px;
}

#es-loreal.es-loreal .es-slider__content {
  max-width: 806px;
  padding: 16px 24px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 8px 16px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 8px 16px 40px rgba(0, 0, 0, 0.06);
}

#es-loreal.es-loreal .es-slider__persona {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#es-loreal.es-loreal .es-slider__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-slider__photo {
  margin-bottom: 16px;
}

#es-loreal.es-loreal .es-slider__name {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

#es-loreal.es-loreal .es-slider__job {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.5;
}

#es-loreal.es-loreal .es-slider__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#es-loreal.es-loreal .es-slider__content {
  position: relative;
}

#es-loreal.es-loreal .es-slider .swiper-button-prev:after,
#es-loreal.es-loreal
  .es-slider
  .swiper-container-rtl
  .swiper-button-next:after {
  display: none;
}

#es-loreal.es-loreal .es-slider .swiper-button-next:after,
#es-loreal.es-loreal
  .es-slider
  .swiper-container-rtl
  .swiper-button-prev:after {
  display: none;
}

#es-loreal.es-loreal .es-slider .swiper-button-next,
#es-loreal.es-loreal .es-slider .swiper-container-rtl .swiper-button-prev {
  right: -12px;
  left: auto;
}

#es-loreal.es-loreal .es-slider .swiper-button-prev,
#es-loreal.es-loreal .es-slider .swiper-container-rtl .swiper-button-next {
  left: -12px;
  right: auto;
}

#es-loreal.es-loreal .es-slider .swiper-button-next,
#es-loreal.es-loreal .es-slider .swiper-button-prev {
  width: 40px;
}

#es-loreal.es-loreal
  .es-slider
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
#es-loreal.es-loreal .es-slider .swiper-pagination-custom,
#es-loreal.es-loreal .es-slider .swiper-pagination-fraction {
  bottom: 0px;
}

#es-loreal.es-loreal .es-slider .swiper-pagination {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

#es-loreal.es-loreal .es-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1d1d1b;
  opacity: 1;
}

#es-loreal.es-loreal .es-slider .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}

#es-loreal.es-loreal .es-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1d1d1b;
}

#es-loreal.es-loreal .es-multi {
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-multi__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  text-transform: uppercase;
  line-height: 1.1;
}

#es-loreal.es-loreal .es-multi__content {
  padding: 0 16px;
  margin-bottom: 56px;
}

#es-loreal.es-loreal .es-multi__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 18px;
}

#es-loreal.es-loreal .es-multi__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 700;
}

#es-loreal.es-loreal .es-multi__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#es-loreal.es-loreal .es-multi__packshot {
  margin-bottom: 16px;
}

#es-loreal.es-loreal .es-footer {
  padding: 0 16px;
  padding-bottom: 56px;
}

#es-loreal.es-loreal .es-footer__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 12px;
}

#es-loreal.es-loreal .es-footer {
  padding: 0 16px;
  padding-bottom: 24px;
}

#es-loreal.es-loreal .es-footer__text {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 12px;
  text-align: center;
}

#es-loreal.es-loreal .es-slider .slick-button-prev {
  position: absolute;
  top: 50%;
  left: -12px;
}

#es-loreal.es-loreal .es-slider .slick-button-next {
  position: absolute;
  top: 50%;
  right: -12px;
}

#es-loreal.es-loreal .es-slider .slick-pagination {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

#es-loreal.es-loreal .es-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  padding: 0;
  margin: 0;
}

#es-loreal.es-loreal .es-slider .slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1d1d1b;
  opacity: 1;
}

#es-loreal.es-loreal .es-slider .slick-dots li:not(:last-child) {
  margin-right: 6px;
}

#es-loreal.es-loreal .es-slider .slick-dots li.slick-active {
  background: #1d1d1b;
}

#es-loreal.es-loreal .es-slider .slick-dots li button {
  display: none;
}

#es-loreal.es-loreal .es-slider__arrow {
  width: 27px;
}

@media screen and (min-width: 500px) {
  #es-loreal.es-loreal .es-slider__slides {
    width: calc(100% - 136px);
  }

  #es-loreal.es-loreal .es-kv__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #es-loreal.es-loreal .es-kv__circle {
    opacity: 0;
    -webkit-animation: slideright 0.6s ease forwards;
    animation: slideright 0.6s ease forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  #es-loreal.es-loreal .es-kv__circle {
    display: block;
  }
  #es-loreal.es-loreal .es-kv__img--line {
    position: absolute;
    top: -56px;
    right: -56px;
    display: block;
  }
  #es-loreal.es-loreal .es-kv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #es-loreal.es-loreal .es-kv__content--1 {
    position: relative;
    top: 222px;
    left: 20%;
  }
  #es-loreal.es-loreal .es-kv__content--2 {
    padding: 0;
    max-width: unset;
    position: relative;
    top: 111px;
    right: 44px;
    opacity: 0;
    -webkit-animation: slideleft 0.6s ease forwards;
    animation: slideleft 0.6s ease forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }

  #es-loreal.es-loreal .es-kv__texts {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #es-loreal.es-loreal .es-kv__img--second-line {
    display: block;
    position: absolute;
    top: 111px;
    left: -11px;
  }
  #es-loreal.es-loreal .es-info__title {
    font-size: 32px;
  }
  #es-loreal.es-loreal .es-you {
    margin-bottom: 120px;
  }
  #es-loreal.es-loreal .es-you__title {
    font-size: 32px;
    text-align: left;
  }
  #es-loreal.es-loreal .es-you__text {
    text-align: left;
  }
  #es-loreal.es-loreal .es-you__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #es-loreal.es-loreal .es-effect__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  #es-loreal.es-loreal .es-effect__content {
    padding-top: 32px;
    width: auto;
  }
  #es-loreal.es-loreal .es-effect__image {
    /* max-width: 40%; */
  }
  #es-loreal.es-loreal .es-effect__title {
    text-align: left;
    padding: 0 32px;
  }
  #es-loreal.es-loreal .es-effect__text {
    text-align: left;
  }
  #es-loreal.es-loreal .es-shades {
    margin-bottom: 120px;
  }
  #es-loreal.es-loreal .es-shades__title {
    font-size: 32px;
  }
  #es-loreal.es-loreal .es-virtual {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
  #es-loreal.es-loreal .es-virtual__image {
    margin-bottom: 0;
  }
  #es-loreal.es-loreal .es-virtual__instr {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #es-loreal.es-loreal .es-virtual__label {
    margin-left: 24px;
  }
  #es-loreal.es-loreal .es-cross {
    margin-bottom: 120px;
  }
  #es-loreal.es-loreal .es-cross__title {
    font-size: 32px;
  }

  #es-loreal.es-loreal .es-cross__packshot {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transform: all 0.3s;
  }
  #es-loreal.es-loreal .es-cross__single:hover .es-cross__packshot {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #es-loreal.es-loreal .es-cross__single {
    position: relative;
  }
  #es-loreal.es-loreal .es-slider__title {
    font-size: 32px;
  }
  #es-loreal.es-loreal .es-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
  }
  #es-loreal.es-loreal .es-slider__persona {
    min-width: 136px;
    margin-right: 32px;
  }
  #es-loreal.es-loreal .es-slider__job {
    margin-bottom: 0;
  }
  #es-loreal.es-loreal .es-multi {
    margin-bottom: 60px;
  }
  #es-loreal.es-loreal .es-multi__title {
    font-size: 40px;
  }
  #es-loreal.es-loreal .es-multi__container {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 56px;
  }
  #es-loreal.es-loreal .es-multi__packshot {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #es-loreal.es-loreal .es-multi__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #es-loreal.es-loreal .es-cross__single {
    width: 159px;
  }
}

@media screen and (min-width: 760px) {
  #es-loreal.es-loreal .es-cross__line {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
  }
  #es-loreal.es-loreal .es-cross__packshot--desktop {
    display: block;
    margin-bottom: 70px;
  }
  #es-loreal.es-loreal .es-cross__packshot--mobile {
    display: none;
  }
  #es-loreal.es-loreal .es-cross__line--1 {
    top: -110px;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  #es-loreal.es-loreal .es-cross__line--2 {
    top: -56px;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  #es-loreal.es-loreal .es-cross__line--3 {
    top: -56px;
    -webkit-transform: translateX(-131px);
    transform: translateX(-131px);
  }

  #es-loreal.es-loreal .es-cross__single {
    width: 230px;
  }
  #es-loreal.es-loreal .es-benefits__banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #es-loreal.es-loreal .es-benefits__img--banner {
    align-self: center;
  }
  #es-loreal.es-loreal .es-benefits__text--banner {
    align-self: center;
  }
  #es-loreal.es-loreal .es-benefits__single {
    width: 212px;
  }
  #es-loreal.es-loreal .es-benefits__line {
    padding-top: 32px;
    display: block;
  }
  #es-loreal.es-loreal .es-benefits__img--line-1 {
    position: relative;
    left: 56px;
    top: 16px;
  }
  #es-loreal.es-loreal .es-benefits__img--line-3 {
    position: relative;
    left: -56px;
  }
  #es-loreal.es-loreal .es-slider .swiper-button-next,
  #es-loreal.es-loreal .es-slider .swiper-container-rtl .swiper-button-prev {
    top: 120px;
    right: -15px;
    left: auto;
  }
  #es-loreal.es-loreal .es-slider .swiper-button-prev,
  #es-loreal.es-loreal .es-slider .swiper-container-rtl .swiper-button-next {
    top: 120px;
    left: -15px;
    right: auto;
  }
  #es-loreal.es-loreal .es-slider .swiper-button-next,
  #es-loreal.es-loreal .es-slider .swiper-button-prev {
    width: 40px;
  }
}

@-webkit-keyframes slidedown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slidedown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideright {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideright {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideleft {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideleft {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
