@font-face {
  font-family: "Playlist";
  src: url("/arquivos/Playlist-Script2.css") format("woff2"), url("/arquivos/Playlist-Script.css") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*GRID*/
.maquiagens .content .img-center {
  text-align: center;
}

.maquiagens .content .img-center img {
  display: inline-block;
}

.maquiagens .content .dis-none {
  display: none;
}

.maquiagens .content .dis-flex {
  display: flex;
}

.maquiagens .content .jus-sb {
  justify-content: space-between;
}

.maquiagens .content .jus-se {
  justify-content: space-evenly;
}

.maquiagens .content .jus-fe {
  justify-content: flex-end;
}

.maquiagens .content .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.maquiagens .content .w-3 {
  width: 33.3%;
}

.maquiagens .content .w-3.column {
  text-align: center;
  margin-bottom: 40px;
}

.maquiagens .content .w-50 {
  width: 50%;
  padding: 15px;
}

.maquiagens .content .w-100 {
  width: 100%;
  padding: 15px;
}
/*GRID*/

/*PRATELEIRAS*/
.maquiagens .bg.black .prateleira {
  color: white;
}

.maquiagens .bg.white .prateleira {
  color: black;
}

.maquiagens .content .prateleira > h2 {
  display: none;
}

.maquiagens .content .prateleira .product_brand {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
}

.maquiagens .content .prateleira .product_name h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  height: 115px;
}

.maquiagens .content .prateleira .product_price span {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  display: block;
}

.maquiagens .content .prateleira article button[type="button"] {
  width: 80%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  background-color: #e30613;
  margin: 5px auto 20px auto;
}

.maquiagens .content .prateleira li {
  margin: 0 10px;
}

.maquiagens .content .prateleira .slick-slider {
  padding: 0 70px;
}

.maquiagens .content .prateleira .slick-list {
  margin: 0 -10px;
}

.maquiagens .content .slick-arrow {
  top: 45%;
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  z-index: 1;
}

.maquiagens .content .full_banner .text .slick-arrow.slick-prev,
.maquiagens .content .slick-arrow.slick-prev {
  transform: rotateY(180deg);
  left: 0;
}

.maquiagens .content .full_banner .text .slick-arrow.slick-next,
.maquiagens .content .slick-arrow.slick-next {
  right: 0;
  transform: rotate(0deg);
}

.maquiagens .content .full_banner .text .slick-arrow,
.maquiagens .content .slick-arrow {
  background-color: #444441;
  background-image: url(/arquivos/arrow_prat.png);
  background-size: auto 50%;
  background-position: 55% 50%;
}

.maquiagens .content .bg.white .slick-arrow {
  background-color: #dfdfdf;
  background-image: url(/arquivos/arrow_prat_gray.png);
}
/*PRATELEIRAS*/

/*BUTTON*/
.maquiagens .content .button_black {
  background-color: black;
  color: white;
  width: 340px;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  display: block;
  margin: 30px auto;
}
/*BUTTON*/

/*TITULOS*/
.maquiagens .content .title {
  padding: 25px 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  font-family: "Playlist";
  text-transform: initial;
}

.maquiagens .content .title:after {
  content: "";
  margin-top: 20px;
  width: 100%;
  height: 6px;
  display: block;
}

.maquiagens .content .title.white {
  color: white;
  text-align: center;
}

.maquiagens .content .title.white:after {
  background-image: url(/arquivos/title_white_line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.maquiagens .content .title.black {
  color: black;
  text-align: center;
}

.maquiagens .content .title.black:after {
  background-image: url(/arquivos/title_black_line.png);
  background-repeat: no-repeat;
  background-position: center;
}
/*TITULOS*/

/*BGS*/
.maquiagens .content .bg.black {
  background-image: url(/arquivos/bg_black_1.jpg);
  background-repeat: repeat;
  background-position: top;
}

.maquiagens .content .bg.white {
  background-image: url(/arquivos/bg_white_1.jpg);
  background-size: 0 100%;
  background-repeat: repeat;
  background-position: top;
}
/*BGS*/

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .maquiagens .full_banner .image {
    pointer-events: none;
  }
}

.maquiagens .full_banner {
  position: relative;
}

.maquiagens .full_banner .image {
  background-color: black;
}

.maquiagens .full_banner video::-webkit-media-controls {
  display: none;
}

.maquiagens .full_banner .text {
  width: 100%;
  position: absolute;
  bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: white;
  z-index: 1;
}

.maquiagens .full_banner .text ul {
  max-width: 680px;
  margin: 10px auto 0;
}

.maquiagens .full_banner .text ul a {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maquiagens .content .full_banner .text .slick-arrow {
  position: absolute;
  z-index: 1;
  font-size: 0;
  top: 25%;
  width: 40px;
  height: 40px;
  background-size: 13px;
  background-color: #afafaf38;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
}

.maquiagens .content .bg.black {
  background-image: url(/arquivos/bg_black_1.jpg);
  background-repeat: repeat;
  background-position: top;
}

.maquiagens .content .filtro {
  max-width: 900px;
  margin: 0 auto;
}

.maquiagens .content_filtro .open_filtro {
  display: none;
}

.maquiagens .content .filtro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  list-style: none;
}

.maquiagens .content .filtro ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.maquiagens .content .filtro ul li:first-child .name {
  background: transparent;
  color: white;
}

.maquiagens .content .filtro ul li:first-child a {
  pointer-events: none;
}

.maquiagens .content .filtro ul li a span {
  display: block;
  cursor: pointer;
}

.maquiagens .content .filtro ul li a span.ico {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maquiagens .content .filtro ul li a span.name {
  background-color: white;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  width: 100px;
  height: 25px;
  line-height: 25px;
  margin-top: 15px;
}

.maquiagens .content .box_video .title2 {
  font-family: "Lato";
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.maquiagens .content .box_video .name {
  margin-top: 20px;
  font-size: 66px;
  line-height: 66px;
  font-family: "Playlist";
  text-transform: initial;
}

.maquiagens .content .box_video .description {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 20px 0 30px;
}

.maquiagens .content .box_video .text {
  padding-top: 50px;
}

.maquiagens .content .formatos .text h2 {
  font-size: 25px;
  font-weight: bold;
}

.maquiagens .content .formatos .w-50.text p {
  font-size: 19px;
  font-weight: 400;
  margin-top: 10px;
}

.maquiagens .content .box_video .prat_four_product {
  margin-top: 80px;
}

.maquiagens .content .box_video .watch {
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
}

.maquiagens .content .box_video .watch span {
  font-weight: bold;
  display: block;
}

.maquiagens .content .box_video .video iframe {
  width: 100%;
  height: 350px;
}

/*FORMATOS*/
.maquiagens .content .formatos .column article {
  text-align: center;
}

.maquiagens .content .formatos .column article p {
  max-width: 350px;
  margin: 10px auto;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 18px;
}

.maquiagens .content .formatos .column img {
  display: inline-block;
}
/*FORMATOS*/

/*MOBILE*/
@media screen and (max-width: 768px) {
  .maquiagens .content .box_video .text {
    order: 1;
    padding-top: 20px;
  }

  .maquiagens .content .box_video .video {
    order: 2;
  }

  .maquiagens .content .box_video .watch {
    display: none;
  }

  .maquiagens .content .box_video .prat_four_product {
    order: 3;
    margin-top: 0;
  }

  .padding-mob-0 {
    padding: 15px 0 !important;
  }

  .maquiagens .content .formatos .columns .column {
    width: 50%;
    padding: 0;
  }

  .maquiagens .content .formatos .text {
    width: 100% !important;
  }

  .maquiagens .content .w-50 {
    width: 100% !important;
  }

  .maquiagens .content .title {
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 10px;
  }

  .maquiagens .content .title.white:after {
    background-size: 65%;
  }

  .maquiagens .content .formatos .column img {
    width: 70%;
    height: auto;
  }

  .maquiagens .content .formatos .column article p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 15px;
  }

  .maquiagens .content .w-50.video,
  .maquiagens .content .prateleira .slick-slider {
    padding: 0;
  }

  .maquiagens .bg.black,
  .maquiagens .full_banner {
    background-color: black;
  }

  .maquiagens .bg.black {
    background-image: none !important;
  }

  .maquiagens .full_banner .text {
    position: static;
  }

  .maquiagens .full_banner .text p {
    font-size: 17px;
    margin: 20px 0;
  }

  .maquiagens .content_filtro {
    padding-top: 30px;
    position: relative;
  }

  .maquiagens .content .filtro {
    position: absolute;
    top: 0;
    padding-bottom: 40px;
    z-index: 1;
    background-color: black;
    padding-top: 0;
    display: none;
  }

  .maquiagens .content .filtro.active {
    display: block;
  }

  .maquiagens .content_filtro .open_filtro {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 195px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
    text-transform: uppercase;
    background-color: #fff;
    margin-left: 15px;
    margin-bottom: 30px;
  }

  .maquiagens .content .filtro .close_filtro {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 50px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-weight: bold;
    float: right;
    margin-bottom: -30px;
    position: relative;
    bottom: -35px;
  }

  .maquiagens .content_filtro .open_filtro img {
    margin-right: 10px;
  }

  .maquiagens .content .filtro ul li {
    width: 33.3%;
    margin-top: 40px;
  }

  .maquiagens .content .aplicacoes ul {
    flex-wrap: wrap;
  }

  .maquiagens .content .aplicacoes ul li {
    width: 50%;
  }

  .maquiagens .content .aplicacoes,
  .maquiagens .content .aplicacoes > .title {
    padding-top: 0;
  }

  .maquiagens .content .box_video .text,
  .maquiagens .content .formatos .text {
    text-align: center;
  }

  .maquiagens .content .box_video .description {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .maquiagens .content .formatos .text h2 {
    font-size: 19px;
  }

  .maquiagens .content .formatos .column article {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .maquiagens .content .formatos .column article .image {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .maquiagens .content .formatos .text p {
    font-size: 15px;
  }

  .maquiagens .content .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 15px;
    padding: 0;
  }

  .maquiagens .content .prateleira .product_name h3 {
    font-size: 18px;
    line-height: 18px;
    height: 110px;
  }

  .maquiagens .content .prateleira article button[type="button"] {
    width: 90%;
  }
}
/*FIM - MOBILE*/

/* ajustes layout 2020 */

.maquiagens.old ul {
  list-style: none;
  padding: initial;
  margin: initial;
}

.maquiagens.old section.full_banner, section.full_banner ul {
  padding: 0;
  margin: 0;
}

.maquiagens.old button.slick-arrow:before {
  content: none;
}

.maquiagens.old button.slick-prev.slick-arrow {
  left: 10px !important;
}

.maquiagens.old button.slick-next.slick-arrow {
  right: 10px !important;
}

.maquiagens.old .prateleira button {
  border: none;
}

@media only screen and (max-width: 768px) {

  .maquiagens.old #section-3 h2.title {
    font-size: 28px;
  }

  .maquiagens.old .mobile img {
    width: 100%;
    height: auto;
  }
  
  .maquiagens.old .w-50.padding-mob-0 img {
    width: 100%;
    height: auto;
  }
  
  .maquiagens.old #section-1 .box-banner img {
    width: 100%;
    height: auto;
  }
  
  .maquiagens.old #section-1 ul {
    list-style: none;
    padding: 0;
  }
  
  .maquiagens.old #section-5 .w-50:nth-child(4) {
    margin-bottom: 40px;
    width: 50% !important;
  }
  
  .maquiagens.old .content_filtro .filtro ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}