.logo-site {
  width: 185px;
}

body {
  font-family: Montserrat, sans-serif;
}

.link-menu a {
  color: #AE9A7E;
}

.link-menu a:hover {
  color: #A06B70;
  font-weight: bolder;
}

.btn-rose {
  background-color: #A06B70;
  border-radius: 4px;
  border-style: solid;
  border-color: #A06B70;
}

.btn-rose:hover {
  background-color: #895a5e !important;
  border-style: solid;
  border-color: #895a5e !important;
}

#BANNER {
  margin-top: 81px;
}

.btn-secundario {
  color: #565F4E;
  border-radius: 4px;
  border-style: solid;
  border-color: #565F4E;
}

.btn-secundario:hover {
  color: #895a5e !important;
  border-style: solid;
  border-color: #895a5e !important;
}

.title-home {
  color: #a06b70;
  font-size: 2.5em;
}

.p-descript {
  color: #AE9A7E;
}

.p-personas {
  color: #BEBEBE;
  font-size: 13px;
}

.img-persona {
  width: 130px;
}

.bg-home {
  background: url("../../assets/img/bg-1-atelie-das-cestas.jpg") left / cover no-repeat;
}

@media (min-width: 992px) {
  .bg-home {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.slide-carousel-categoria {
  background-color: #F5F6F5;
  border-radius: 5px;
}

.slide-carousel-categoria i {
  color: #565F4E;
  font-size: 43px;
}

.slide-carousel-categoria h3 {
  color: #a06b70;
  font-size: 14px;
}

.swiper-container {
  position: relative;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.carousel-categorias {
  width: 100%;
  max-width: 100%;
}

.bg-menu {
  background-color: #ffffff;
  box-shadow: 10px 0px 20px 0px rgba(88,90,92,0.16);
}

@media (min-width: 992px) {
  .bg-home {
    background: url("../../assets/img/bg-1-atelie-das-cestas.jpg") center/ cover no-repeat;
  }
}

@media (min-width: 1200px) {
  .title-home {
    font-size: 4em;
  }
}

.contain-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.img-contain:hover {
  transform: scale(1.1);
}

.bg-sobre {
  background-color: #565F4E;
  color: #ffffff;
}

.social {
  text-decoration: none;
  color: #FCE7E7;
  font-size: 36px;
}

.social:hover {
  color: #ead2b0;
}

.bg-empresa {
  background-color: #F2F1EF;
}

.subtitle-atelie {
  color: #a06b70;
}

.title-verde {
  color: #565f4e;
}

.bg-maternidade {
  background-color: #FEF7F7;
}

.bg-action {
  background: url("../../assets/img/bg-atelie.jpg") center / cover;
  background-attachment: fixed;
  color: #ffffff;
}

.btn-branco {
  background-color: #ffff;
  color: #a06b70;
  border-radius: 4px;
  border: none;
}

.btn-branco:hover {
  background-color: #565f4e !important;
}

.logo-rodape {
  width: 256px;
}

.p-link a {
  text-decoration: none;
  color: #AE9A7E;
}

.socialrodape {
  color: #565F4E;
  font-size: 30px;
}

.socialrodape:hover {
  color: #a06b70;
}

.p-link a:hover {
  color: #895a5e;
}

.contain-img-galeria {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.btn-galeria {
  color: #a06b70;
  border: 1px solid #a06b70 ;
  border-radius: 2px;
  font-size: 12px;
}

.btn-galeria.active {
  background-color: #a06b70;
  color: #ffffff;
}

.btn-galeria:hover {
  color: #daa2a7 !important;
  border: 1px solid #daa2a7 !important;
  border-radius: 2px;
  font-size: 12px;
}

.galeriaOff {
  display: none;
}

@media (max-width: 768px) {
  .whatsapp-notification {
    width: 230px !important;
    font-size: 12px !important;
    word-wrap: break-word !important;
    white-space: normal !important;
  }
}

.whatsapp-notification {
  position: absolute;
  right: 100%;
  margin-right: 10px;
  background: #f0f2f1;
  color: #4d6157;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  white-space: normal;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: -1;
  width: 312px;
  word-wrap: break-word;
}

.whatsapp-float img {
  width: 60px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: float 3s infinite ease-in-out;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.activeWpp {
  opacity: 100;
}

