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

body {
  background: #fff;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  --white: #fff;
  --black: #000;
  --green: #21674a;
  --old-yellow: #bda35d;
  --gray: #f2f2f2;
  --gray-2: #707070;
}

.section-holder {
  margin: 0 auto;
  max-width: 80%;
}
.section-holder p {
  margin: 30px 0;
  font: normal normal normal 18px/30px Ubuntu;
}

h2 {
  font: normal normal bold 22px/27px Montserrat;
  color: var(--black);
  text-transform: uppercase;
}

.cta {
  display: flex;
  width: 171px;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: var(--old-yellow);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 18px;
  border-radius: 8px;
  transition: all ease 0.3s;
}
.cta:hover {
  opacity: 0.8;
}

.background-green {
  background-color: var(--green);
}
.background-gray {
  background-color: var(--gray);
}
.background-old-yellow {
  background-color: var(--old-yellow);
}

/**SECTION 1**/

.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-banner img {
  /* width: 1366px; */
  width: 100%;
}
.hero-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 34px auto 0px;
  font: normal normal normal 24px/29px Montserrat;
  text-align: justify;
}
.hero-text img {
  vertical-align: middle;
  margin-right: 6px;
  display: inline;
}
.hero-text a {
  text-decoration: underline;
}
.hero-text p {
  width: 80%;
  font: normal normal normal 21px/37px Montserrat;
  margin-bottom: 30px;
  text-align: center;
  color: #0d0d0d;
}
.hero-text p b {
  color: #0d0d0d;
}
/** END SECTION 1**/

.cards-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-wrapper {
  display: grid;

  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: center;
  margin: 50px auto;
}

.product-card__horizontal,
.product-card__horizontal.reverse {
  grid-area: 1 / 1 / 2 / 4;
}
.product-card__vertical--cards.first {
  grid-area: 2 / 1 / 3 / 2;
}
.product-card__vertical--cards.second {
  grid-area: 2 / 2 / 3 / 3;
}
.product-card__vertical--cards.third {
  grid-area: 2 / 3 / 3 / 4;
}
.product-card__horizontal {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  margin-bottom: 50px;
  height: 342px;
  max-width: 96%;

  align-items: center;
}
.product-card__horizontal.reverse {
  flex-direction: row-reverse;
}
.image-container {
  height: 100%;
}

.product-card__horizontal img {
  max-width: 540px;
  height: 100%;
}

.product-card__vertical--cards {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  height: 585px;
  border-radius: 10px;
}
.product-card__vertical--cards .img-wrapper {
  height: 342px;
}
.product-card__vertical--cards img {
  max-width: 100%;
  height: 100%;
}
.text-color-white {
  color: var(--white);
}
.text-color-gray {
  color: var(--gray-2);
}

.horizontal-text--title {
  text-transform: uppercase;
  font-weight: 700;
}
.horizontal-text--description {
  margin: 10px auto 40px;
}
.text-wrapper-horizontal {
  font: normal normal normal 18px/22px Montserrat;
  margin: 0 70px;
}
.text-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
  height: 220px;
  margin-left: 12px;
}
.vertical-text {
  margin: 10px;
}

.text-wrapper .cta {
  width: 50%;
  margin-left: 10px;
}
.vertical-text--title {
  text-transform: uppercase;
  font-weight: 600;
}
.vertical-text--description {
  font: normal normal normal 16px/19px Montserrat;
  margin-top: 10px;
  width: 253px;
}
.vertical-text .cta {
  margin-left: 20px;
}

/* FIM SECTION 13 */
.section14 {
  background: #fbfbfb
    url(/subhomes/lojas-profissional/landing/2025/natal/img/fundo.png)
    center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 270px;
}
.section14 .section-holder h2 {
  margin: 20px auto 9px;
  color: #bda35d;
}
.section14 .section-holder p {
  color: #707070;
  margin: 9px auto;
  font-family: "Ubuntu", sans-serif;
}
.section14 .cta {
  width: 320px;
  margin: 0 auto;
  background-color: #bda35d;
}
/**END SECTION 9**/

@media (min-width: 1900px) {
  .hero-banner {
    width: 100%;
    background-color: #f2f2f2;
  }
  .hero-banner img {
    width: auto;
    margin: 0 auto;
    height: 425px;
  }
  .hero-text p {
    font: normal normal normal 25px/37px Montserrat;
  }
  main section:nth-child(even) .section-holder .highlight {
    font-size: 30px;
  }
  main section:nth-child(even) .section-holder p {
    font-size: 30px;
    font: normal normal normal 29px/45px Ubuntu;
  }
  main section:nth-child(odd) .section-holder .highlight {
    font-size: 30px;
  }
  main section:nth-child(odd) .section-holder p {
    font-size: 30px;
    font: normal normal normal 29px/45px Ubuntu;
  }

  .section-holder .cta {
    font-size: 16px;
    width: 435px;
  }
  .product-wrapper {
    width: 80%;
  }
  .collage-book {
    width: 76%;
  }
  .section14 {
    height: 324px;
  }
  .section14 .section-holder h2 {
    font: normal normal bold 30px/37px Montserrat;
  }
  .section14 .section-holder p {
    font: normal normal normal 29px/40px Ubuntu;
  }
  .section14 .section-holder .cta {
    font: normal normal 600 20px/24px Montserrat;
  }
}

@media only screen and (max-width: 780px) {
  .cta {
    width: 101%;
    font-size: 10px;
  }
  .hero-banner {
    width: 100%;
  }
  .hero-banner img {
    width: 100%;
  }
  .hero-text {
    font-size: 20px;
    margin: 20px auto 55px;
    width: 90%;
  }
  .hero-text p {
    width: 100%;
    font: normal normal normal 18px/27px Montserrat;
    margin-bottom: 22px;
    text-align: center;
    color: #0d0d0d;
  }
  main {
    width: 360px;
    width: 100%;
  }
  .cards-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .product-wrapper {
    margin: 0px;
  }

  .product-card__horizontal {
    display: flex;
    flex-direction: column !important;
    background-color: var(--green);
    width: 172px;
    height: 386px;
  }

  .product-card__horizontal img {
    width: 101%;
    height: 165px;
    border-radius: 10px;
  }
  .image-container {
    height: auto;
  }
  .horizontal-text {
    font: normal normal normal 12px/15px Montserrat;
    margin: 10px;
    color: var(--white);
  }
  .horizontal-text--description,
  .vertical-text--description {
    margin: 8px auto 0px !important;
  }
  /* mobile colors */

  .mobile-bg-color-old-yellow {
    background-color: var(--old-yellow);
  }
  .mobile-bg-color-green {
    background-color: var(--green);
    color: var(--white);
  }
  .mobile-bg-color-gray {
    background-color: var(--gray);
    color: var(--gray-2);
  }

  /* text mobile colors */
  .text-color-white-mb {
    color: var(--white);
  }
  .text-color-gray-mb {
    color: var(--gray-2);
  }

  .product-card__vertical--cards {
    display: flex;
    flex-direction: column;
    max-width: 172px;
    height: 386px;
    margin-bottom: 10px;

    border-radius: 13px;
  }
  .vertical-text {
    margin: 10px 10px 0px 10px;
  }
  .vertical-text--title,
  .horizontal-text--title {
    font: normal normal bold 14px/18px Montserrat !important;
  }
  .vertical-text--description {
    width: 149px;
    font: normal normal normal 12px/15px Montserrat;
    margin: 0px;
    height: auto;
  }
  .vertical-text .cta,
  .horizontal-text .cta {
    width: 50%;
    margin: 0 auto;
    font: normal normal 600 12px/15px Montserrat;
    padding: 3px 10px;
    border-radius: 5px;
  }
  .product-card__vertical--cards .img-wrapper,
  .product-card__horizontal .img-wrapper {
    height: 165px;
    width: 173px;
  }
  .product-card__vertical--cards img {
    width: 101%;
    border-radius: 10px;
  }
  .text-wrapper-horizontal {
    margin: 0px;
  }
  .text-wrapper,
  .text-wrapper-horizontal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 220px;
  }
  .text-wrapper .cta {
    width: 50%;
    margin-left: 0px;
    padding: 5px;
    margin-bottom: 20px;
  }
  .text-wrapper-horizontal .cta {
    width: 48%;
    padding: 1.5px;
    margin-bottom: 20px;
  }
  .product-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: space-around;
  }

  .section14 {
    background: none;
    width: 100%;
  }
  
  
  .section14 .section-holder p {
    font-size: 24px;
    line-height: 36px;
  }
  .section14 .cta {
    width: 172px;
  }
  .section-holder {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
  }
  .cta {
    margin: 0;
  }
  .collage-book {
    width: none;
  }
}
