@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700;900&display=swap");
.explore_profissional__floatbar {
  display: none;
}
* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}
a {
  color: #282828;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:-webkit-any-link:focus {
  outline: none;
}

body {
  background: #fff;
  color: #282828;
  font-family: "Montserrat", sans-serif;
  --white: #fff;
  --black: #000;
  --gray: #707070;
  --pallete1: #77365f;
  --pallete2: #21674a;
  --pallete3: #d1d1d1;
  --pallete4: #ecebe6;
  --pallete5: #f44336;
  --pallete6: #eff3f3;
  --pallete7: #bda35d;
}
.dots li a:before {
  background-color: var(--pallete3);
  opacity: 0.4;
}
.dots li a.active:before {
  background-color: var(--pallete3);
  opacity: 1;
}

/** COMMON **/
h2 {
  font: normal normal bold 35px/49px Montserrat;
  margin: 0;
  color: var(--gray);
}
h3 {
  margin: 0;
  color: var(--gray);
}
p {
  font: normal normal normal 16px/19px Montserrat;
  color: var(--gray);
  margin: 0;
}
li {
  font: normal normal normal 20px/24px Montserrat;
  color: var(--gray);
  margin: 10px 0;
}
h2 span.highlight {
  color: #707070;
  /* background-color: var(--pallete3); */
  /* padding: 6px 13px; */
}
.section-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cta {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  background: var(--pallete2);
  color: var(--white);
  text-decoration: none;
  font: normal normal normal 18px/22px Montserrat;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all ease 0.3s;
}
.cta:hover {
  transition: all ease 0.3s;
  transform: scale(1.1);
}

.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-dots {
  bottom: 5px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li button:before {
  font-size: 16px;
}
.slick-dots li.slick-active button:before {
  color: #fefefe;
}
.slick-prev {
  transform: rotate(180deg);
  left: 13px;
}
.slick-prev:before {
  content: url(/subhomes/lojas-profissional/landing/2021/dia-dos-namorados/product/assets/next.svg);
}
.slick-next:before {
  content: url(/subhomes/lojas-profissional/landing/2021/dia-dos-namorados/product/assets/next.svg);
}
.slick-next {
  right: 7px !important;
}
.slick-prev:before:hover,
.slick-next:before:hover {
  transition: all ease 0.3s;
  transform: scale(1.1);
}

/** COMMON **/
.teste {
  margin: 0 auto;
  max-width: 100% !important;
}
/** MENU - .natal-product-page **/
.natal-product-page {
  display: flex !important;
  width: 80%;
  max-width: 1457px;
  margin: 0 auto;
}
.natal-product-page ul {
  display: flex;
  width: 100%;
  /* margin: 20px 2.5vh; */
  justify-content: space-between;
  align-items: center;
  font: normal normal normal 20px/30px Montserrat !important;
}
.natal-product-page ul a {
  color: var(--gray);
  text-decoration: none;
  font-weight: bold;
}
.nav-title {
  font-weight: bold;
}
/** END MENU .natal-product-page **/

/** FIRST SECTION **/
.section1-wrapper {
  display: flex;
  width: 80%;
  /* flex-wrap: wrap; */
}
.section1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px auto 20px;
}
.section1-1 .slider {
  width: 474px;
  height: 465px;
}
.section1-1 .slider img {
  width: 100%;
}
.section1-2 {
  margin-left: 63px;
}
.section1-2-content {
  max-width: 690px;
}
.section1-2 .cta {
  width: 290px;
  padding: 8px 20px;
  font-size: 16px;
}
.section1-2 p {
  margin: 20px 0 30px;
  font: normal normal normal 16px/22px Montserrat;
  color: #707070;
}
/** END FIRST SECTION **/

/** SECOND SECTION **/
.card2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--pallete4);
  width: 100%;
  margin: auto;
}
.card2-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 85px 0px;
  width: 80%;
}
.card2-vid iframe {
  width: 445px;
  height: 281px;
  margin-left: 0px;
}
.card2-text {
  max-width: 560px;
  margin-left: 60px;
}
.card2-text h2 {
  font: normal normal bold 30px/30px Montserrat;
  margin-bottom: 20px;
}
.share-text:after {
  width: 21px;
  height: 22px;
  vertical-align: text-top;
  margin: 0 5px;
}
.share-text {
  font-size: 12px;
  display: flex;
}
.share-text img {
  width: 12px;
  height: 15px;
  margin-left: 16px;
}
.share-icons {
  display: flex;
  margin: 9px auto;
}
.share {
  margin: 0;
}
.share img {
  margin: 0;
}
.icon {
  width: 46px;
  height: 46px;
  /* margin-right: 16px; */
  /* opacity: 0.7; */
}
.icon:hover {
  transition: all ease 0.3s;
  transform: scale(1.1);
  opacity: 1;
}
/** END SECOND SECTION**/

/** THIRD SECTION**/
.section4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3%;
  margin: auto;
}
.img-storie-container {
  height: 355px !important;
}
.section3-wrapper {
  margin: 50px auto;
  width: 70%;
}
.section3-title {
  text-align: center;
}
.section3-title h2 {
  font: normal normal bold 30px/32px Montserrat;
}
.section3-title p {
  margin: 20px auto 67px;
}
.section3-colums {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1354px;
  margin: auto;
}
.column-1,
.column-2 {
  background: var(--pallete6);
  width: 48%;
  height: 549px;
  max-width: 802px;
  position: relative;
  margin: 0 auto;
}
/* .column-1.large,
.column-2.large {
  height: 610px;
} */
.column-1.large-2,
.column-2.large-2 {
  height: 660px;
}

.column-content {
  text-align: left;
  padding: 72px 32px 72px 53px;
}
.column-content h3 {
  font: normal normal bold 35px/43px Montserrat;
  margin-bottom: 34px;
  color: #282828;
}
li {
  font: normal normal normal 16px/19px Montserrat;
}

.column-content p {
}
#copy-text {
  color: var(--pallete2);
  cursor: pointer;
  background: none;
  border: none;
  text-decoration: underline;
  font: normal normal normal 18px/22px Montserrat;
  margin-bottom: 71px;
  position: absolute;
  bottom: 0;
}
#copy-text:before {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: text-top;
}

/**END THIR SECTION**/

/** FOURTH SECTION **/
.section3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: auto;
}
.section4-wrapper {
  width: 100%;
  margin: 50px auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section4-texts {
  max-width: 1068px;
}
.section4-texts h2 {
  font: normal normal bold 30px/32px Montserrat;
}
.section4-texts p {
  margin-top: 20px;
}
.section4-slide {
  margin-top: 77px;
  width: 100%;
}

.download-slide img {
  width: 355px;
  margin: 0 auto;
}
.download-slide p {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  display: block;
}
.download-slide a img {
  max-width: 50px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.slide-content {
  max-width: 1190px;
  margin: 0 auto;
}
.download-link {
  margin-top: 20px;
  color: var(--pallete2);
  font: normal normal normal 18px/22px Montserrat !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: underline;
}
.img-storie-container {
  height: 355px;
}
/** END FOURTH SECTION **/

/** FIFTH SECTION  **/
.section5 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--pallete2);
}
.section5-wrapper {
  margin: 85px auto;
  width: 82%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.section5-1 h2 {
  font: normal normal bold 50px/61px Montserrat;
  color: white;
}
.section5-1 h2.min {
  font-size: 33px;
  line-height: 38px;
}
.section5-1 h3 {
  font: normal normal normal 35px/43px Montserrat !important;
  color: var(--pallete7);
}
.section5-1 h3 span {
  font: normal normal bold 35px/43px Montserrat;
  vertical-align: bottom;
}
.section5-2 .cta {
  padding: 14px 41px;
  font: normal normal normal 18px/22px Montserrat !important;
  width: auto;
  background: var(--pallete7);
  color: var(--white);
}
.section5-2 .cta.small {
  padding: 14px 30px;
}
/** END SECTION **/

/** SIXTH SECTION **/
.section6 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
}
.section6-wrapper {
  width: 100%;
  margin: 50px auto;
  display: flex;
  text-align: left;
  align-items: center;
  flex-wrap: wrap;
}
.section6-texts {
  max-width: 1068px;
  text-align: left;
}
.section6-texts h2 {
  font: normal normal bold 30px/37px Montserrat;
  color: #282828;
}
.section6-texts p {
  margin-top: 20px;
}
.section6-slide {
  margin-top: 77px;
  width: 100%;
}
.bt-content {
  max-width: 1190px;
  margin: 0 auto;
}
.buytogether-slide img {
  width: 377px;
  height: 377px;
  margin: 0 auto;
}
.buytogether-text {
  width: 100%;
  max-width: 345px;
  margin: 15px auto 0;
}
.buytogether-text h2 {
  font: normal normal bold 30px/43px Montserrat !important;
}
.buytogether-link {
  text-transform: lowercase;
  margin-top: 15px;
  font: normal normal normal 18px/22px Montserrat !important;
  color: var(--pallete2);
}
/** END SECTION**/

.bg-section {
  background: var(--pallete4);
  width: 100%;
}

/** MINOR SCREENS BREAKPOINT**/
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
  .slick-dots {
    bottom: 10px;
  }
  .natal-product-page ul {
    margin: 20px 3.5vw;
  }
  .section1-wrapper {
    width: 100%;
    justify-content: space-around;
    margin-bottom: 30px;
  }
  .section1-1 .slider {
    width: 523px;
    height: 372px;
  }
  .section1-2 {
    margin-left: 0px;
    width: 48%;
  }
}
/** MOBILE SCREENS BREAKPOINT**/
@media only screen and (min-width: 426px) and (max-width: 768px) {
  #main {
    text-align: center;
  }
  .section1-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .section1-1 .slider {
    height: 434px;
    width: 621px;
    margin: 0 auto;
  }
  .section1-1 .slick-slide img {
    width: 621px;
    height: 434px;
  }
  .section1-2 {
    margin: 0 auto;
    text-align: center;
  }
  .section1-wrapper {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
  }
  .section1-2-content {
    width: 90%;
    margin: 0 auto 60px;
  }
  .section1-2 p {
    text-align: center;
  }
  .section1-2 .cta {
    margin: 0 auto;
  }
  .section1-2-content h2 {
    text-align: center;
    font-size: 31px;
  }
  .section1-2 .cta {
    margin: 0 auto;
  }
  .card2-wrapper,
  .section3-wrapper,
  .section4-wrapper,
  .section5-wrapper,
  .section6-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
  .share-icons {
    justify-content: center;
    align-items: center;
  }
  .section5-wrapper {
    margin: 40px auto;
  }
  .card2-text {
    width: 82%;
    margin: 20px auto 0;
    max-width: initial;
  }
  .card2-text h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .card2-text p {
    margin-top: 20px;
  }
  .card2-text p.share-text {
    margin: 0;
  }
  .card2-vid iframe {
    width: 621px !important;
    height: 434px !important;
  }
  .section3-colums {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .section3-title {
    width: 90%;
    margin: auto;
  }
  .section3-title h2,
  .section4-texts h2 {
    font-size: 28px;
    line-height: 31px;
  }

  .column-1,
  .column-2 {
    width: 100%;
    height: auto;
  }
  .column-1.large,
  .column-2.large {
    height: auto;
  }
  .column-1.large-2,
  .column-2.large-2 {
    height: auto;
  }
  .column-1 {
    margin-bottom: 15px;
  }
  .column-content {
    padding: 55px 0 75px;
    width: 90%;
    margin: 0 auto;
  }
  #copy-text {
    margin-bottom: 25px;
  }
  .column-content h3 {
    font-size: 28px;
  }
  .section4-texts {
    width: 90%;
    margin: 0 auto;
  }
  .section4-texts h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .bt-content,
  .section4-slide .slide-content {
    margin-top: 35px;
    height: 494px;
    width: 494px;
    margin: 0 auto;
  }
  .buytogether-slide img,
  .section4-slide .slide-content img {
    height: 494px;
    width: 494px;
  }
  .section6-slide .slick-dots,
  .section4-slide .slick-dots {
    bottom: 5px;
  }
  .section5-1 {
    text-align: center;
  }
  .section5-2 {
    margin: 20px auto;
  }
  .section6-texts h2 {
    font-size: 41px;
    line-height: 40px;
  }
  .section6-texts {
    width: 90%;
    margin: 0 auto;
  }
  .section6-slide {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 425px) {
  #main {
    text-align: center;
  }
  /* .natal-product-page ul {
    margin-top: 96px;
  } */
  .section1-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .section1-1 .slider {
    height: 289px;
    width: 100%;
  }
  .section1 {
    margin: 20px auto 48px;
  }
  .section1-1 .slick-slide img {
    width: 100%;
    height: 289px;
  }
  .section1-2 {
    margin: 0 auto;
  }
  .section1-2 p {
    text-align: left;
    margin-top: 3px;
  }
  .section1-2 .cta {
    margin: 0 auto;
  }
  .section1-wrapper {
    flex-direction: column;
    max-width: 100%;
  }
  .section1-2-content {
    width: 90%;
  }
  .section1-2-content h2 {
    text-align: left;
    font-size: 20px;
  }
  .card2-wrapper,
  .section3-wrapper,
  .section4-wrapper,
  .section5-wrapper,
  .section6-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px auto 45px;
  }
  .section6-wrapper {
    margin-top: 45px;
    width: 90%;
  }
  .card2-text {
    width: 90%;
    margin: 0 auto;
  }
  .card2-text h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .card2-text p {
    margin-top: 20px;
    font-size: 18px;
  }
  .card2-text p.share-text {
    margin: 0;
    display: inline-flex;
  }
  .share-text img {
    width: 12px;
    height: 15px;
    margin-left: 10px;
  }
  .card2-vid iframe {
    max-width: 342px;
    height: 215px;
    margin-bottom: 40px;
  }
  .section3-colums {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .section3-title {
    width: 90%;
    margin: auto;
  }
  .section3-title p {
    font: normal normal normal 16px/19px Montserrat;
  }
  /* .section3-title h2,
    .section4-texts h2 {
        font-size: 28px;
        line-height: 30px;
    } */

  .column-1,
  .column-2 {
    width: 100%;
    height: auto;
  }
  .column-1.large,
  .column-2.large {
    height: auto;
  }
  .column-1 {
    margin-bottom: 15px;
  }
  .column-content {
    padding: 55px 0 75px;
    width: 90%;
    margin: 0 auto;
  }
  .section6-slide {
    margin-top: 45px;
  }
  #copy-text {
    margin-bottom: 25px;
  }
  .column-content h3 {
    font-size: 28px;
    text-align: center;
    font: normal normal bold 20px / 24px Montserrat;
  }
  .section4 {
    width: 100%;
    padding: 0px;
  }
  .section4-texts {
    width: 90%;
    margin: 0 auto;
  }
  .section4-texts p {
    line-height: 22px;
  }
  .section4-slide {
    margin-top: 35px;
  }
  .section4-slide .slick-dots {
    bottom: 150px;
  }
  .section4-slide p {
    margin-top: 50px;
  }
  .download-slide img {
    width: 377px;
    margin: 0 auto;
    width: 280px;
  }
  .section6-slide .slick-dots {
    bottom: 80px;
  }
  .img-storie-container {
    height: 280px !important;
  }
  .section5-1 {
    text-align: center;
  }
  .section5-1 h2 {
    font: normal normal bold 25px/51px Montserrat;
  }
  .section5-1 h3 {
    font-size: 20px !important;
  }
  .section5-1 span {
    font-size: 20px !important;
  }
  .section5-2 {
    margin: 20px auto;
  }
  .section5-2 .cta {
    padding: 13px 21px;
  }
  .section6 {
    width: 100%;
  }
  .section6-texts h2 {
    font: normal normal bold 20px/41px Montserrat;
    text-transform: uppercase;
    line-height: 40px;
  }
  .buytogether-text {
    margin-top: 40px;
    text-align: center;
  }
  .section6-texts {
    margin: 0 auto;
  }
  .buytogether-slide img {
    width: 263px;
    height: 263px;
    margin: 0 auto;
  }
  .share-icons {
    justify-content: center;
    align-items: center;
  }
  .section3-title h2,
  .section4-texts h2 {
    font: normal normal bold 24px/30px Montserrat;
  }
  .section3-title h2 {
    font: normal normal bold 20px/26px Montserrat !important;
  }
}
@media (min-width: 1900px) {
  .natal-product-page {
    width: 64%;
    margin: 0 auto;
  }
  .section1-wrapper {
    width: auto;
  }
  .card2-wrapper {
    justify-content: center;
  }
  .card2-vid iframe {
    width: 500px;
    height: 300px;
    margin-left: 0px;
  }
  .card2-text {
    max-width: unset;
  }

  .img-storie-container {
    height: 355px !important;
  }
}
