@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

p, a, b {
  font-family: 'Agrandir Text', 'Agrandir', 'Helvetica Neue', Arial, sans-serif !important; }

h1, h2, h3, h4 {
  font-family: 'Agrandir Grand Heavy', 'Agrandir', 'Helvetica Neue', Arial, sans-serif !important; }

.navbar-custom {
  background-color: #111462;
  height: 100px; }

.header {
  font-size: 12px; }

#navItem {
  color: #dde0f7;
  margin-left: 0;
  background-color: transparent;
  border-radius: 25px;
  text-align: center; }
  #navItem:hover {
    background-color: #dde0f7;
    border-radius: 25px;
    color: #111462;
    width: 100px; }

.logoCupularia {
  max-width: 150px;
  width: auto; }

.navButtom {
  padding-top: 13px !important;
  color: #dde0f7;
  background-color: transparent;
  border: 1px solid #dde0f7;
  border-radius: 999px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-size: 0.9rem; }
  .navButtom:hover {
    background-color: #dde0f7;
    color: #111462;
    text-decoration: none; }

.container00 {
  min-height: 100dvh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }

.container01 {
  background-image: url(../images/home/home_cupularia.png); }

.text-box-home {
  position: absolute;
  top: 35%;
  left: 5%;
  transform: none;
  text-align: left;
  color: #dde0f7;
  font-family: 'Poppins', 'Montserrat', 'Raleway', 'Nunito', 'Helvetica Neue', Arial, sans-serif; }

.logo-home {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-bottom: 0.8rem;
  filter: drop-shadow(1px 1px 6px #111462); }

.subtitle-home {
  font-size: 2.5rem;
  width: 80%;
  color: #111462;
  font-weight: 400;
  text-align: left;
  margin-left: 7%;
  font-family: 'Poppins', 'Montserrat', 'Raleway', 'Nunito', 'Helvetica Neue', Arial, sans-serif; }

.container02 {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  background-color: #dde0f7;
  position: relative; }

.titulo-processo {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111462;
  font-family: 'Poppins', 'Montserrat', 'Raleway', 'Nunito', 'Helvetica Neue', Arial, sans-serif; }

.descricao-processo {
  max-width: 900px;
  margin: 0 auto 2.5rem auto;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #111462;
  text-align: justify;
  font-family: 'Roboto', 'Open Sans', 'Lato', 'Helvetica Neue', Arial, sans-serif; }

.btn-explore {
  padding: 12px 30px;
  border: 1px solid #111462;
  border-radius: 9999px;
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease; }

.foto-container {
  min-height: 50dvh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }

.container03 .row {
  min-height: 100vh; }

.quem-sou-img {
  background-image: url("../images/fotoGlaucia/fotoImgGlaucia.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80vh; }

.container03 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.texto-quem-sou-eu {
  font-size: 1.5rem;
  text-align: justify; }

.titulo-quem-sou {
  font-size: 3.5rem;
  font-weight: 800;
  color: #111462;
  margin-bottom: 2rem; }

.text-container {
  background-color: #dde0f7; }

.quem-sou-text {
  max-width: 600px;
  color: #111462; }

.container-swipper {
  min-height: 80dvh;
  background-color: #dde0f7; }

.container04 {
  --collection-gap: 1.5rem; }

@media (min-width: 1150px) {
  .container04 {
    --collection-gap: 1.875rem; } }
.swiper04 .swiper-slide {
  height: auto; }

.swiper,
.swiper-wrapper {
  scrollbar-width: none; }

.swiper::-webkit-scrollbar {
  display: none; }

.object-fit-cover {
  object-fit: cover; }

.collection-media {
  overflow: hidden; }

.btn-compre {
  color: #111462;
  background-color: transparent;
  border: 1px solid #111462;
  border-radius: 999px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-size: 0.9rem; }
  .btn-compre:hover {
    background-color: #111462;
    color: #111462;
    text-decoration: none; }

.btn-compre {
  background: linear-gradient(45deg, #dde0f7);
  background-size: 200% 200%;
  color: #111462;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease, background-position 0.4s ease;
  display: inline-block;
  border: 2px solid #111462; }
  .btn-compre:hover {
    background-position: right center;
    box-shadow: 0 8px 20px rgba(17, 20, 98, 0.4);
    transform: translateY(-3px);
    border-color: #111462; }
  .btn-compre:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(17, 20, 98, 0.3); }

.choice-container {
  min-height: 60dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #464977; }

.title-choice-container {
  color: #dde0f7; }

.subtitle-choice-container {
  color: #dde0f7 !important; }

.icon-wrap {
  width: 64px;
  height: 64px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #9497c0;
  border: 1px solid #464977;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset; }

.icon-wrap i {
  font-size: 28px;
  color: #464977;
  line-height: 1; }

.feature-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  border: 1px solid #dde0f7 !important;
  border-radius: 16px;
  background-color: #9497c0;
  height: 300px;
  max-height: 340px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: #464977, 25%; }

.custom-card {
  max-width: none; }

.card {
  background-color: #9497c0; }

.unique-pieces-section {
  background-image: url("../images/ecommerce/ecommerce-section.png");
  background-size: cover;
  background-position: center;
  height: 90dvh;
  position: relative;
  display: flex;
  justify-content: flex-start; }

.unique-pieces-overlay {
  background-color: rgba(51, 26, 102, 0.418);
  max-width: 400px;
  margin-left: 5%;
  border-radius: 2px;
  text-align: left; }

.unique-pieces-overlay h2 {
  font-size: 2rem;
  line-height: 1.2; }

.unique-pieces-overlay .btn {
  border: 2px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .unique-pieces-section {
    height: 300px;
    justify-content: center; }

  .unique-pieces-overlay {
    margin-left: 0;
    text-align: center;
    padding: 2rem; } }
.custom-btn-fale-conosco {
  color: #dde0f7;
  background-color: transparent;
  border: 2px solid #dde0f7;
  border-radius: 999px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-size: 1rem; }
  .custom-btn-fale-conosco:hover {
    border: 2px solid #dde0f7;
    background-color: transparent;
    box-shadow: 0 8px 20px #dde0f7;
    transform: translateY(-3px); }
  .custom-btn-fale-conosco:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(17, 20, 98, 0.3);
    transition: all 0.1s ease-in-out; }

.custom-btn-fale-conosco:hover {
  transform: translateY(-2px);
  color: #dde0f7;
  border-color: #dde0f7; }

.whatsapp-float {
  position: fixed;
  right: 40px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  z-index: 1000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease; }

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }

.whatsapp-float:active {
  transform: scale(0.95); }

.footer-custom {
  font-family: 'Agrandir Grand Heavy', 'Agrandir', 'Helvetica Neue', Arial, sans-serif !important;
  background-color: #dde0f7;
  color: #111462;
  border-top: px solid #ddd; }

.footer-custom h6 {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.75rem; }

.footer-custom p,
.footer-custom a {
  font-size: 0.9rem;
  color: inherit;
  text-decoration: none; }

.footer-custom a:hover {
  color: #111462; }

.footer-custom .bi {
  font-size: 1.5rem; }

.footer-custom .dev-link {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease; }

.custom-btn-solicite-footer {
  padding-top: 13px !important;
  border-width: 2px;
  border: 2px solid #111462;
  transition: all 0.3s ease; }

.custom-btn-solicite-footer:hover {
  background-color: transparent;
  border-color: #111462;
  background-color: #111462;
  color: #dde0f7 !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }

@media (max-width: 991px) {
  .custom-toggler {
    border-color: #dde0f7; }
    .custom-toggler:hover {
      color: #dde0f7; }

  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(221, 224, 247)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

  .navbar-collapse {
    display: flex;
    width: 100%;
    position: absolute;
    top: 80px;
    background: #111462; }

  .choice-container .container {
    max-width: 1140px; } }
html {
  scroll-behavior: smooth;
  /* rolagem suave */ }

/* variável com altura da navbar */
:root {
  --nav-height: 400px;
  /* ajuste conforme sua navbar */ }

@media (max-width: 768px) {
  .text-box-home {
    top: 20%;
    left: 5%;
    right: 5%;
    max-width: 90%; }

  .logo-home {
    max-width: 375px; }

  .subtitle-home {
    align-items: center;
    width: 80%;
    margin-top: 25%;
    font-size: 2.5rem; }

  .container03 .row {
    min-height: auto; }

  .text-container {
    align-items: start !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }
#faq {
  background-color: #111462;
  color: #dde0f7; }

.faq-title {
  font-weight: 700;
  letter-spacing: 0.2px; }

.faq-subtitle {
  opacity: 0.85;
  margin-top: 0.25rem; }

#faq .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #fff; }

#faq .accordion-button {
  background-color: #dde0f7;
  color: #111462;
  padding: 1rem 1.25rem;
  font-weight: 600;
  box-shadow: none; }

#faq .accordion-button::after {
  background-image: none !important;
  content: '+';
  font-weight: bold;
  font-size: 2rem;
  color: #111462;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem; }

#faq .accordion-button:not(.collapsed)::after {
  content: '–';
  font-size: 2rem;
  color: #111462; }

#faq .accordion-body {
  background-color: #dde0f7;
  padding: 1rem 1.25rem 1.25rem;
  line-height: 1.6; }

#faq .accordion-button:hover {
  filter: brightness(98%); }

#faq .accordion-button:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.05); }

#faq .accordion-button.collapsed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

#sectionFeedbacks {
  background: linear-gradient(180deg, rgba(221, 224, 247, 0.55), rgba(221, 224, 247, 0.25)); }

.swiper-feedback .swiper-slide {
  height: auto; }

.feedback-card {
  background: #fff;
  border: 1px solid rgba(70, 73, 119, 0.2);
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 6px 18px rgba(17, 20, 98, 0.08);
  position: relative;
  font-family: 'Agrandir Text', 'Agrandir', 'Helvetica Neue', Arial, sans-serif !important; }
  .feedback-card::before {
    content: '“';
    position: absolute;
    font-size: 64px;
    line-height: 1;
    top: -12px;
    left: 12px;
    color: rgba(148, 151, 192, 0.35);
    pointer-events: none;
    font-weight: 700; }

.stars {
  display: inline-flex;
  gap: 2px; }
  .stars .star {
    font-size: 18px;
    line-height: 1;
    color: #464977;
    text-shadow: 0 0 1px rgba(70, 73, 119, 0.45); }

.feedback-text {
  margin: 0;
  color: #111462;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Agrandir Text', 'Agrandir', 'Helvetica Neue', Arial, sans-serif !important; }

.feedback-footer {
  margin-top: auto;
  font-family: 'Agrandir Text', 'Agrandir', 'Helvetica Neue', Arial, sans-serif !important; }
  .feedback-footer .name {
    color: #111462;
    font-weight: 700; }
  .feedback-footer .role {
    color: #9497c0; }

@media (min-width: 992px) {
  #faq .container {
    max-width: 900px; } }
@media (max-width: 575.98px) {
  .icon-wrap {
    width: 56px;
    height: 56px; }

  .icon-wrap i {
    font-size: 24px; } }
@media (max-width: 477px) {
  .navbar-toggler-icon {
    width: 15px; }

  .navButtom {
    font-size: 0.5rem; }

  .logoCupularia {
    width: 100px; } }

/*# sourceMappingURL=style.css.map */
