@font-face {
  font-family: 'Gabriel Sans Normal';
  src: url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Normal.woff2") format("woff2"), url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gabriel Sans';
  src: url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Black.woff2") format("woff2"), url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gabriel Sans';
  src: url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Light.woff2") format("woff2"), url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gabriel Sans';
  src: url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Medium.woff2") format("woff2"), url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gabriel Sans Cond Normal';
  src: url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Cond-Normal.woff2") format("woff2"), url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Cond-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gabriel Sans';
  src: url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Bold.woff2") format("woff2"), url("/fotos/editor2/lp20/fonts/Gabriel-Sans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}


.lp-makeup-party {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: white;
  min-height: 800px;
  font-family: 'Gabriel Sans';
  /* Sweep To Right */
}

.lp-makeup-party * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp-makeup-party *:before,
.lp-makeup-party *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lp-makeup-party .row {
  display: block;
}

.lp-makeup-party .cta {
  font-family: 'Gabriel Sans';
  font-weight: 500;
  font-size: 12px;
  padding: 20px 26px;
  background-color: #d50032;
  color: white;
  margin: initial;
  max-width: 240px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  line-height: 18px;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party .cta {
    padding: 16px 16px;
    width: 100%;
    max-width: initial;
  }
}

@media only screen and (max-width: 1280px) {
  .lp-makeup-party .container {
    width: 100% !important;
  }
}

.lp-makeup-party a:link {
  text-decoration: none;
}

.lp-makeup-party a:visited {
  text-decoration: none;
}

.lp-makeup-party a:hover {
  text-decoration: none;
}

.lp-makeup-party a:active {
  text-decoration: none;
}

.lp-makeup-party .hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.lp-makeup-party .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CC0030;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.lp-makeup-party .hvr-sweep-to-right:hover,
.lp-makeup-party .hvr-sweep-to-right:focus,
.lp-makeup-party .hvr-sweep-to-right:active {
  color: white;
}

.lp-makeup-party .hvr-sweep-to-right:hover:before,
.lp-makeup-party .hvr-sweep-to-right:focus:before,
.lp-makeup-party .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.lp-makeup-party .h2-title {
  font-family: 'Gabriel Sans';
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #000000;
  letter-spacing: 1px;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  line-height: 30px;
  text-transform: initial;
}

.lp-makeup-party .title-h3 {
  width: 100%;
  font-family: 'Gabriel Sans';
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party .title-h3 {
    font-size: 26px;
  }
  .lp-makeup-party .h2-title {
    font-size: 18px;
    line-height: 26px;
    padding: 0 15px;
  }
}

.lp-makeup-party #header {
  width: 100%;
  background-color: white;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 10rem;
}

.lp-makeup-party #header picture {
  width: 100%;
}

.lp-makeup-party #header .group-intro {
  width: 100%;
  padding: 6rem 4rem;
  background: #d50032;
}

.lp-makeup-party #header .group-intro h3 {
  max-width: 900px;
  font-family: 'Gabriel Sans';
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
}

.lp-makeup-party #header .group-intro h3 .bold {
  font-weight: 900;
  color: white;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #header .group-intro {
    padding: 15px;
  }
  .lp-makeup-party #header .group-intro h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

.lp-makeup-party #header .group-promo {
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-makeup-party #header .group-promo h1 {
  max-width: 800px;
  width: 100%;
  font-family: 'Gabriel Sans';
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  margin-top: 8rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lp-makeup-party #header .group-promo h1 .highlight {
  font-size: 170px;
  font-weight: 900;
  color: #d50032;
}

.lp-makeup-party #header .group-promo .e {
  font-family: 'Gabriel Sans';
  font-weight: 700;
  font-size: 40px;
  margin-top: 1rem;
  text-align: center;
  color: #000000;
}

.lp-makeup-party #header .group-promo .agenda {
  font-family: 'Gabriel Sans';
  font-size: 42px;
  font-weight: 900;
  color: #d50032;
  text-align: center;
  text-transform: uppercase;
}

.lp-makeup-party #header .group-promo .desc {
  font-family: 'Gabriel Sans';
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #header .group-promo {
    padding: 2rem 15px;
  }
  .lp-makeup-party #header .group-promo h1 {
    margin-top: 3rem;
    font-size: 18px;
  }
  .lp-makeup-party #header .group-promo h1 .highlight {
    font-size: 80px;
  }
  .lp-makeup-party #header .group-promo .e {
    font-size: 24px;
  }
  .lp-makeup-party #header .group-promo .agenda {
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }
  .lp-makeup-party #header .group-promo .desc {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #header {
    padding-bottom: 4rem;
  }
}

.lp-makeup-party #brand-counter {
  padding: 8rem 3rem 12rem 3rem;
  background: #f4f5ef;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #brand-counter {
    padding: 4rem 15px 8rem 15px;
  }
}

.lp-makeup-party #brand-counter .brand {
  margin-top: 1rem;
  height: 30px;
}

.lp-makeup-party #brand-counter .brand img {
  width: auto;
  height: 100%;
}

.lp-makeup-party #brand-counter #countdowndiv {
  margin-top: 6rem;
  max-width: 700px;
}

.lp-makeup-party #brand-counter #countdowndiv span {
  line-height: 63px !important;
}

.lp-makeup-party #brand-highlight {
  position: relative;
  z-index: 10;
  padding: 100px 0;
  width: 100%;
}

.lp-makeup-party #brand-highlight .group-hightlight {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 87px;
}

.lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy {
  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-direction: column;
          flex-direction: column;
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: 70px;
}

.lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy .logo {
  margin: 40px 0;
}

.lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy .logo img {
  height: 50px;
}

.lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy .paragraph {
  font-family: 'Gabriel Sans';
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: initial;
  margin-bottom: 30px;
}

.lp-makeup-party #brand-highlight .group-hightlight .image {
  background-color: #B7B09C;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 60%;
  height: 600px;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #brand-highlight {
    padding: 40px 15px 75px 15px;
  }
  .lp-makeup-party #brand-highlight .group-hightlight {
    padding: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy {
    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-direction: column;
            flex-direction: column;
    max-width: 375px;
    width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
  .lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy .logo {
    margin: 40px 0;
  }
  .lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy .logo img {
    height: 40px;
  }
  .lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy .paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .lp-makeup-party #brand-highlight .group-hightlight .image {
    background-color: #B7B09C;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 900px) {
  .lp-makeup-party #brand-highlight .group-hightlight {
    padding: 85px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy {
    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-direction: column;
            flex-direction: column;
    max-width: 375px;
    width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
  .lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy .logo {
    margin: 40px 0;
  }
  .lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy .logo img {
    height: 40px;
  }
  .lp-makeup-party #brand-highlight .group-hightlight .hightlight-copy .paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .lp-makeup-party #brand-highlight .group-hightlight .image {
    background-color: #B7B09C;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 50px;
  }
}

.lp-makeup-party .brands-masterclasses {
  padding: 0 0 0 0;
  position: relative;
}

.lp-makeup-party .brands-masterclasses .brands-group {
  width: 100%;
  background: white;
  padding: 35px 70px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.lp-makeup-party .brands-masterclasses .brands-group .brands-items {
  position: relative;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-makeup-party .brands-masterclasses .brands-group .brands-items .item {
  margin-right: 40px;
}

.lp-makeup-party .brands-masterclasses .brands-group .brands-items .item:last-child {
  margin-right: 0;
}

.lp-makeup-party .brands-masterclasses .brands-group .brands-items .item img {
  width: 100%;
  max-width: 248px;
  max-height: 50px;
}

@media only screen and (max-width: 900px) {
  .lp-makeup-party .brands-masterclasses .brands-group .brands-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px;
  }
  .lp-makeup-party .brands-masterclasses .brands-group .brands-items .item {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .lp-makeup-party .brands-masterclasses .brands-group .brands-items .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .lp-makeup-party .brands-masterclasses .brands-group .brands-items .item img {
    max-height: 60px;
  }
}

.lp-makeup-party .brands-masterclasses .brands-group .p-2 {
  position: absolute;
  left: 0;
  top: -82px;
}

.lp-makeup-party .brands-masterclasses .masterclasses-group {
  background-color: white;
  width: 100%;
  padding: 100px 85px 80px 85px;
}

.lp-makeup-party .brands-masterclasses .masterclasses-group .align-centered {
  text-align: center;
}

.lp-makeup-party .brands-masterclasses .masterclasses-group .container {
  margin: 80px auto 100px auto;
}

.lp-makeup-party .brands-masterclasses .masterclasses-group .container .image-master {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  max-width: 600px;
  text-align: center;
}

.lp-makeup-party .brands-masterclasses .masterclasses-group .container .image-master img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy {
  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-direction: column;
          flex-direction: column;
  max-width: 375px;
  width: 100%;
  margin-left: 70px;
  margin-top: 35px;
}

@media only screen and (max-width: 900px) {
  .lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy {
    margin-left: 20px;
    margin-top: 0px;
  }
}

.lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy .bar-line {
  margin: 0 14px 0 10px;
}

.lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy .master-title {
  font-family: 'Gabriel Sans';
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: 28px;
  margin-bottom: 8px;
  color: #000000;
  text-transform: uppercase;
}

.lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy .master-data {
  font-family: 'Gabriel Sans';
  font-weight: 500;
  font-size: 18px;
  color: #d50032;
  margin-bottom: 30px;
}

.lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy .paragraph {
  font-family: 'Gabriel Sans';
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin: initial;
  margin-bottom: 30px;
}

.lp-makeup-party .brands-masterclasses .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  top: calc(100% - 10px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC40ODgiIGhlaWdodD0iMzAuNDg4IiB2aWV3Qm94PSIwIDAgMzAuNDg4IDMwLjQ4OCI+CiAgPGcgaWQ9Ik9yaW9uX2Fycm93LWxlZnQtdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMTUuMjQ0KSByb3RhdGUoLTQ1KSI+CiAgICA8cGF0aCBpZD0ibGF5ZXIyIiBkPSJNMCwwLDE4LjczLDE4LjczIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxwYXRoIGlkPSJsYXllcjEiIGQ9Ik0wLDkuMzM5VjBIOS4zMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPgogIDwvZz4KPC9zdmc+Cg==") !important;
}

.lp-makeup-party .brands-masterclasses .swiper-button-prev:after {
  content: initial;
}

.lp-makeup-party .brands-masterclasses .swiper-button-next {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  top: calc(100% - 10px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC40ODgiIGhlaWdodD0iMzAuNDg4IiB2aWV3Qm94PSIwIDAgMzAuNDg4IDMwLjQ4OCI+CiAgPGcgaWQ9Ik9yaW9uX2Fycm93LWxlZnQtdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU1LjM1OCAxNi42NTgpIHJvdGF0ZSgxMzUpIj4KICAgIDxwYXRoIGlkPSJsYXllcjIiIGQ9Ik0xOCwyMGwxOC43MywxOC43MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8cGF0aCBpZD0ibGF5ZXIxIiBkPSJNMTgsMjkuMzM5VjIwaDkuMzM5IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=") !important;
}

.lp-makeup-party .brands-masterclasses .swiper-button-next:after {
  content: initial;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party .brands-masterclasses {
    padding: initial;
  }
  .lp-makeup-party .brands-masterclasses .brands-group {
    padding: 40px 15px;
    margin-top: 30px;
    position: relative;
  }
  .lp-makeup-party .brands-masterclasses .brands-group .brands-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 !important;
  }
  .lp-makeup-party .brands-masterclasses .brands-group .brands-items .item {
    margin-right: initial;
    margin-bottom: 30px;
  }
  .lp-makeup-party .brands-masterclasses .brands-group .brands-items .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .lp-makeup-party .brands-masterclasses .brands-group .brands-items .item img {
    max-width: 248px;
    max-height: 50px;
  }
  .lp-makeup-party .brands-masterclasses .brands-group .p-2 {
    position: absolute;
    bottom: -40px;
    left: -26px;
    top: initial;
  }
  .lp-makeup-party .brands-masterclasses .brands-group .p-2 img {
    width: 70%;
  }
  .lp-makeup-party .brands-masterclasses .masterclasses-group {
    background-color: white;
    width: 100%;
    padding: 50px 0;
  }
  .lp-makeup-party .brands-masterclasses .masterclasses-group .align-centered {
    text-align: center;
  }
  .lp-makeup-party .brands-masterclasses .masterclasses-group .container {
    margin: 20px auto 80px auto;
  }
  .lp-makeup-party .brands-masterclasses .masterclasses-group .container .image-master {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    max-width: 600px;
    text-align: center;
  }
  .lp-makeup-party .brands-masterclasses .masterclasses-group .container .image-master img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy {
    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-direction: column;
            flex-direction: column;
    max-width: 375px;
    width: 100%;
    margin-left: initial;
    margin-top: 35px;
  }
  .lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy .bar-line {
    margin: 0 14px 0 10px;
  }
  .lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy .master-title {
    font-family: 'Gabriel Sans';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 28px;
    margin-bottom: 8px;
    color: #000000;
    text-transform: uppercase;
  }
  .lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy .master-data {
    font-family: 'Gabriel Sans';
    font-weight: 500;
    font-size: 16px;
    color: #B7B09C;
    margin-bottom: 30px;
  }
  .lp-makeup-party .brands-masterclasses .masterclasses-group .container .master-copy .paragraph {
    font-family: 'Gabriel Sans';
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    margin: initial;
    margin-bottom: 30px;
  }
}

.lp-makeup-party #agenda {
  position: relative;
  width: 100%;
  padding: 100px 85px 100px 85px;
  background: #f4f5ef;
}

.lp-makeup-party #agenda .cta {
  font-size: 10px;
  padding: 10px;
  margin: 15px 0px 0px 0px;
  width: 100%;
}

.lp-makeup-party #agenda .desc {
  font-size: 32px;
  font-weight: bold;
  max-width: 463px;
  line-height: 44px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.lp-makeup-party #agenda .container {
  margin-top: 8rem;
  position: relative;
  z-index: 10;
}

.lp-makeup-party #agenda .container .row-editorial.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-makeup-party #agenda .container .row-editorial.grid .card-editorial {
  display: none;
}

.lp-makeup-party #agenda .container .row-editorial.load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 60px;
}

.lp-makeup-party #agenda .container .card-editorial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  background: #ffffff;
  margin-bottom: 26px;
  height: 320px;
}

.lp-makeup-party #agenda .container .card-editorial .card-image {
  display: block;
  position: relative;
  width: 100%;
}

.lp-makeup-party #agenda .container .card-editorial .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  width: 100%;
  padding: 2.6rem;
}

.lp-makeup-party #agenda .container .card-editorial .card-content .btn-booking  {
  font-family: 'Gabriel Sans';
  font-weight: 500;
  font-size: 12px;
  padding: 12px 12px;
  background-color: #d50032;
  color: white;
  margin: initial;
  max-width: 240px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  line-height: 18px;
}

.lp-makeup-party #agenda .container .card-editorial .card-content .title {
  font-family: 'Gabriel Sans';
  font-weight: 500;
  font-size: 14px;
  line-height: inherit;
  color: #000000;
  overflow: hidden;
  margin-top: 1.8rem;
  height: 100px;
}

.lp-makeup-party #agenda .container .card-editorial .card-content .brand {
  height: 38px;
}

.lp-makeup-party #agenda .container .card-editorial .card-content .brand img {
  width: auto;
  height: 100%;
  max-width: 70%;
}

.lp-makeup-party #agenda .container .card-editorial .card-content .date {
  font-family: 'Gabriel Sans';
  font-weight: 500;
  font-size: 18px;
  color: #d50032;
  margin-top: 1.8rem;
}

.lp-makeup-party #agenda .container .card-editorial .card-content .group {
  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;
}

.lp-makeup-party #agenda .container .card-editorial .card-content .group .info {
  font-size: 11px;
  font-family: 'Gabriel Sans';
  font-weight: bold;
  letter-spacing: 3px;
  color: #B7B09C;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #agenda .container .row-editorial.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    grid-gap: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .lp-makeup-party #agenda .container .row-editorial.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.lp-makeup-party #agenda .p-3 {
  position: absolute;
  top: 80px;
  right: 0;
}

.lp-makeup-party #agenda .p-4 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #agenda {
    padding: 50px 0 70px 0;
  }
  .lp-makeup-party #agenda .desc {
    font-size: 24px;
    font-weight: bold;
    max-width: 463px;
    line-height: 33px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lp-makeup-party #agenda .container {
    position: relative;
    z-index: 10;
  }
  .lp-makeup-party #agenda .container .row-editorial.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-makeup-party #agenda .container .row-editorial.grid .card-editorial {
    display: none;
  }
  .lp-makeup-party #agenda .container .row-editorial.load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 30px;
  }
  .lp-makeup-party #agenda .container .card-editorial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    background: #ffffff;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all 1ss;
    transition: all 1ss;
    margin-bottom: 20px;
  }
  .lp-makeup-party #agenda .container .card-editorial:hover {
    -webkit-box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.08);
  }
  .lp-makeup-party #agenda .container .card-editorial .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 20px;
  }
  .lp-makeup-party #agenda .container .card-editorial .card-content .group {
    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;
  }
  .lp-makeup-party #agenda .container .card-editorial .card-content .group .info {
    font-size: 10px;
    font-family: 'Gabriel Sans';
    font-weight: bold;
    letter-spacing: 3px;
    color: #B7B09C;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 600px) and (max-width: 600px) {
  .lp-makeup-party #agenda .container .row-editorial.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    grid-gap: 1rem;
  }
}

@media only screen and (max-width: 600px) and (max-width: 1023px) {
  .lp-makeup-party #agenda .container .row-editorial.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #agenda .p-3 {
    position: absolute;
    top: 80px;
    right: 0;
    width: 44%;
  }
  .lp-makeup-party #agenda .p-3 img {
    width: 100%;
  }
  .lp-makeup-party #agenda .p-4 {
    position: absolute;
    bottom: 4px;
    left: -29px;
    width: 52%;
  }
  .lp-makeup-party #agenda .p-4 img {
    width: 100%;
  }
}

.lp-makeup-party #marcasaderentes {
  background: #f4f5ef;
  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-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6rem 0 2rem 0;
  position: relative;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #marcasaderentes {
    padding: 40px 0 20px 0;
  }
}

.lp-makeup-party #marcasaderentes .marcasaderentes {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
  top: -44px;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #marcasaderentes .marcasaderentes {
    margin-bottom: 42px;
  }
}

.lp-makeup-party #marcasaderentes .marcasaderentes .lettering {
  width: 100%;
  position: absolute;
  z-index: 20;
}

.lp-makeup-party #marcasaderentes .marcasaderentes .line {
  width: 100%;
  position: absolute;
  height: 16px;
  background-color: #E98F91;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #marcasaderentes .marcasaderentes .lettering img {
    width: 90%;
  }
}

.lp-makeup-party #marcasaderentes .box-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 20px;
}

.lp-makeup-party #marcasaderentes .box-logos .logo {
  width: 33%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.lp-makeup-party #marcasaderentes .box-logos .logo img {
  width: 75%;
  margin-bottom: 12px;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #marcasaderentes .box-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .lp-makeup-party #marcasaderentes .box-logos .logo {
    width: 100%;
    padding: 16px 0;
    height: auto;
  }
}

.lp-makeup-party #marcasaderentes .centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp-makeup-party #marcasaderentes .centered-content img {
  margin: 20px 0px;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #marcasaderentes .centered-content img {
    width: 160px;
  }
}

.lp-makeup-party #disclaimer {
  color: #6d9099;
  font-size: 13px;
  background-color: white;
  width: 100%;
  text-align: center;
  font-family: 'Gabriel Sans Cond Normal';
  font-weight: 500;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-makeup-party #disclaimer sup {
  font-size: 8px;
  color: #d50032;
  margin-right: 3px;
}

.lp-makeup-party #disclaimer .d-max {
  max-width: 980px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .lp-makeup-party #disclaimer {
    font-size: 11px;
    line-height: 14px;
    padding: 30px 20px;
  }
}
/*# sourceMappingURL=style.css.map */