/* Carousel-card-First */
.container-banner-galley-scrap {
  font-family: "Poppins", sans-serif;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  padding: 20px;
  margin: 0 auto;
  max-width: 1280px;
}

.swiper.container-banner-mobile.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
  background-color: #fff;
}

.bg-carousel-scrap,
.container-banner-mobile.swiper-initialized {
  background-color: #ffffff !important;
}

.bg-cards-scrap,
.banner-scrap {
  background-color: #fff;
  margin-top: -20px;
}

.card-banner-galley-scrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 311px;
  height: 311px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  border-radius: 30px;
  border: 0.5px solid #840e3d;
}

.header-banner-galley-scrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}

.icon-banner-galley-scrap {
  display: inline-block;
  font-size: 48px;
  font-weight: normal;
  color: #ec2a6c;
  margin-right: 10px;
  transform: scaleY(0.895);
  transform-origin: center;
}

.text-banner-galley-scrap {
  font-family: "Poppins", sans-serif;
  display: inline-block;
}

.title-banner-galley-scrap {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.subtitle-banner-galley-scrap {
  font-size: 16px;
  color: #1e1e1e;
  margin-top: 4px;
}

.divider-banner-galley-scrap {
  width: 60%;
  border-top: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.image-banner-galley-scrap {
  width: 100%;
  height: auto;
  margin-top: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .container-banner-galley-scrap {
    display: none;
    padding: 20px;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
  .card-banner-galley-scrap {
    width: 100%;
  }
}

/* Banner Scrapbook */

.banner-scrap {
  text-align: center;
  padding: 40px 20px;
}
.banner h1 {
  font-family: "Poppins", sans-serif;
  color: #333;
}
.banner-scrap p {
  font-family: "Poppins", sans-serif !important;
  color: #1e1e1e;
  font-size: 16px;
  margin-top: 20px;
}

.text-scrap h3 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: #1e1e1e;
}

.text-scrap span {
  font-size: 36px;
  color: white;
  background-color: #1e1e1e;
  padding: 1px 3px 1px;
  border-radius: 10px;
}
.image-container-scrap {
  width: 100%;
  height: 500px;
  background: url("/wp-content/themes/phooto/pagina-produto/slices/scrapbook/images/fundo.webp")
    no-repeat center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .image-container-scrap {
    height: 180px !important;
  }

  .banner-scrap {
    padding: 20px 20px;
  }

  .text-scrap h3 {
    font-size: 22px;
  }
  .text-scrap span {
    font-size: 18px;
  }

  .text-scrap p {
    font-size: 15px;
    padding: 0px 23px 0px;
  }
  .image-container {
    height: 300px;
    background-position: center top;
  }
}

/* Banner Eeditor */
.banner-card-container {
  font-family: "Poppins", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-around;
  align-items: stretch;
  /* flex-wrap: wrap; */
  width: 90%;
  /* max-width: 1200px; */
  margin: 20px auto;
}

.banner-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 20px;
  flex-basis: 45%;
  text-align: center;
  border: 0.5px solid #840e3d;
}

.banner-card span {
  color: white;
  background-color: #1e1e1e;
  border-radius: 10px;
  padding: 1px 3px 1px;
}

.banner-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 27px;
}

h1.title-editor01 {
  font-size: 25px;
}

.banner-card p {
  color: #1e1e1e;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.banner-card img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.desktop-img {
  margin-top: 30px !important;
}

@media (max-width: 768px) {
  .banner-card-container {
    display: block;
  }
  .banner-container {
    display: block;
    flex-direction: column;
    width: 100%;
  }

  .banner-card {
    flex-basis: 90%;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 10px;
  }

  .banner-card h3 {
    font-size: 16px;
    margin-bottom: 20px !important;
  }

  .banner-card p {
    font-size: 14px;
  }
}

/* Banner Satisfação */
.banner-satisfaction,
.main-content-satisfaction,
* {
  /* max-width: 100%;   */
  box-sizing: border-box;
}

.banner-satisfaction {
  background-color: #ff3366;
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: white;
  font-family: Arial, sans-serif;
}

.main-content-satisfaction {
  display: flex;
  align-items: center;
}

.banner-large-text-satisfaction {
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  font-weight: 600;
  margin-right: 10px;
}

.banner-text-satisfaction {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-align: start;
}

.banner-subtext-satisfaction {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-top: 10px;
}

.banner-heart-satisfaction {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .banner-satisfaction {
    padding: 20px 10px;
    background-size: cover;
  }
  .banner-large-text-satisfaction {
    font-size: 14vw;
  }
  .banner-text-satisfaction {
    font-size: 5vw;
  }
}

/* Banner-fotopics */
.background-container {
  font-family: "Poppins", sans-serif;
  background-color: #f8f9fa;
  width: 100%;
  padding: 30px 40px;
}

.banner-container-fotopics {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.content-fotopics {
  display: flex;
  width: 100%;
  gap: 50px;
  align-items: center;
}

.text-section-fotopics {
  font-family: "Poppins", sans-serif;
  max-width: 40%;
}

.title-fotopics span {
  font-family: "Poppins", sans-serif;
  background-color: #1e1e1e;
  color: #ffffff;
  font-weight: 600;
  border-radius: 10px;
}

.image-section-fotopics {
  flex: 1.2;
  text-align: center;
}

.image-section-fotopics img {
  max-width: 100%;
  height: auto;
}

.title-fotopics {
  font-family: "Poppins", sans-serif;
  font-size: 36px !important;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  width: 100%;
  margin-bottom: 50px;
}

.text-details {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.additional-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.border-section {
  width: 57px;
  height: 65px;
  border: 2px solid #ffc0cb;
  background-color: #ffffff;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .banner-container-fotopics {
    display: block;
  }
  .background-container {
    padding: 10px 20px;
  }

  .content-fotopics {
    flex-direction: column;
    gap: 30px;
  }

  .title-fotopics {
    font-size: 20px !important;
    margin-bottom: 30px;
    order: 1;
  }

  .image-section-fotopics {
    order: 2;
    max-width: 100%;
  }

  .text-section-fotopics {
    font-size: 14px;
    text-align: center;
    order: 3;
    max-width: 100%;
  }
}

/* Carousel-mobile-First */
.icon-banner-mobile {
  font-size: 40px !important;
  color: #ec2a6c;
}

.swiper {
  padding: 15px !important;
}

.header-banner-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
}

.icon-banner-mobile {
  font-size: 24px;
  margin-right: 10px;
}

.text-banner-mobile {
  text-align: center;
}

.title-banner-mobile,
.subtitle-banner-mobile {
  color: #1e1e1e;
  margin: 0;
  padding: 0;
  text-align: start;
  font-family: "Poppins", sans-serif;
}

.title-banner-mobile {
  font-weight: 600;
}
.divider-banner-mobile {
  width: 80%;
  height: 1px;
  background-color: #ccc;
  margin-top: 0 !important;
  margin: 10px auto;
}

.card-banner-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  width: 243px !important;
  height: 267px !important;
  border: 1px solid #ec2a6c;
  justify-content: center;
}

.image-banner-mobile {
  width: 100%;
  height: 174px;
  object-fit: cover;
  margin-top: auto;
  margin-bottom: auto;
}

.container-banner-mobile {
  position: relative;
}

.swiper-wrapper {
  height: 35% !important;
}
