@font-face {
  font-family: "BAHNSCHRIFT";
  src: url("./fonts/BAHNSCHRIFT.TTF")
}

body{
    overflow-x: hidden;
}



.titleContent{
    font-family: "BAHNSCHRIFT";
    font-weight: 900;
    font-size: 65px;
    margin-bottom: 0px;
    line-height: 1em;
}
.textContent{
    font-family: "BAHNSCHRIFT";
    font-weight: 300;
    font-size: 18px;
    margin-bottom: -12px;
    line-height: 1.2em;
}

.btnStyle2{
    font-family: "BAHNSCHRIFT";
    font-weight: 300;
    font-size: 16px;
    color: white;
    border: none;
    padding: 10px 25px;
    background-color: #4ad695;
    border-radius: 200px;
    width: 100%;
}

ul{
    padding: 0px;
    padding-inline-start: 19px;
}
ul li{
    margin-bottom: 8px;
}
li::marker{
    color: #4ad695;
}

.menuHome{
    padding: 0px 0px;
}

.menuHome .textContent{
    font-weight: bold;
    padding: 0px 35px !important;
}

@media (max-width: 768px) {
    .titleContent{
        font-size: 40px;
    }
    ul li{
        margin-bottom: 18px;
    }
}







.heroContainer{
    background-image: url("./img2/hero2.png");
    background-color: #ffffff;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px;
}
.logoheader{
    width: 150px;
}
.headerTitle{
    font-family: "BAHNSCHRIFT";
    font-weight: 600;
    font-size: 65px;
    margin-bottom: 0px;
    color: #a57f5b;
}
.frameCrm{
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
}
.textCrm{
    background-color: #4ad695;
    border-radius: 200px;
    padding: 3px 20px;

    font-family: "BAHNSCHRIFT";
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
.circleCrm{
    background-color: #4ad695;
    border-radius: 200px;
    padding: 3px 20px;
    width: 10px;
    height: 27px;
    margin-left: 10px;
}

.frameHeaderPoints{
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.082);
    height: 100%;

    transition: transform 0.3s ease;
    will-change: transform;
}

.frameIcon{
    background-color: #a57f5b;
    border-radius: 10px;
    padding: 10px 39px 10px 10px;
    font-size: 30px;
    color: white;
}

.titleFrameIconHeader{
    font-family: "BAHNSCHRIFT";
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1em;
    margin-top: 10px;
}

.textFrameIconHeader{
    font-family: "BAHNSCHRIFT";
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 1.2em;
}

.quadroChamativo {
    border: 2px solid #a57f5b;
    text-align: center;
    color: #a57f5b;
    border-radius: 10px;
    width: fit-content;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.quadroChamativo .textContent{
    margin-bottom: 0px;
    font-weight: bold;
}

.identBotao{
    display: flex; column-gap: 10px;
}

.imgMila{
    width: 115%; margin-left: -4%; margin-top: -15%;
}

@media (max-width: 768px) {
   .heroContainer{
        background-color: #ffffff;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 120px 0px 30px 0px;
    } 
    .headerTitle{
        font-size: 40px;
    }
    .identBotao{
        display: block;
    }
    .identBotao button{
        margin-bottom: 20px;
    }
    .imgMila{
        width: 100%; margin-left: 0%; margin-top: -15%;
    }
}




.custom-card {
  background: #fffaf6;
  border: 1px solid #A57F5B;
  border-radius: 16px;
  padding: 15px;
  gap: 16px;
}

.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #A57F5B;
}

.bg-purple {
  background-color: #ffe8d3;
  color: #A57F5B;
}

.bg-blue {
  background-color: #ffe8d3;
  color: #A57F5B;
}






.identificarContainer{
    background-image: url("./img/bgidentifica.png");
    background-color: #ffffff;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 60%;
    background-attachment: fixed; 
    padding: 80px 0px;
}

.framewhiteboard{
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.082);
    padding: 30px;
    border-radius: 20px;
}

.animatedBox {
  opacity: 0;
  transform: translateX(-50px) scale(0.98);
  transition: transform 0.6s ease, opacity 0.8s ease;
  will-change: transform, opacity;
}

.animatedBox.visible {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.animatedBox:hover {
  transform: scale(1.03); /* Zoom leve no hover */
}

@media (max-width: 768px) {
    .identificarContainer{
        background-position: 0% -40%;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 180px 10px 80px 10px;
        background-attachment: inherit; 
    }
}













.diferencialContainer{
    padding: 0px 0px;
}
.imgresponsive{
    width: 100%;
}
.imgFadeZoom {
  transform: translateY(30px);
  transition: all 0.8s ease;
  overflow: hidden;
}

.imgFadeZoom.visible {
  opacity: 1;
  transform: translateY(0);
}

.imgFadeZoom img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

/* Zoom ao passar o mouse */
.imgFadeZoom:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
    .diferencialContainer{
        padding: 0px 20px;
    }

    .diferencialContainer .imgresponsive{
        margin-bottom: 40px;
    }
}



















.recebeContainer{
    background-image: url("./img/bgrecebe.png");
    background-color: #ffffff;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 60%;
    background-attachment: fixed; 
    padding: 80px 0px;
}
.animatedBox2 {
  opacity: 0;
  transform: translateX(-50px) scale(0.98);
  transition: transform 0.6s ease, opacity 0.8s ease;
  will-change: transform, opacity;
}

.animatedBox2.visible {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.animatedBox2:hover {
  transform: scale(1.03); /* Zoom leve no hover */
}

@media (max-width: 768px) {
    .recebeContainer{
        background-position: 0% -20%;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 180px 20px 80px 20px;
        background-attachment: inherit; 
    }
}













.plansContainer{
    background-image: url("./img2/hero2.png");
    background-color: #ffffff;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}


.framepreco{
    background-color: #fdf5ed;
    border: 2px solid #000000;
    border-radius: 10px;
}

.headerpreco{
    background-color: #000000;
    font-family: "BAHNSCHRIFT";
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 25px;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 0 0;
    line-height: 1rem;
}
.headerpreco .planohead{
    font-family: "BAHNSCHRIFT";
    font-weight: bold;
    font-size: 16px;
    line-height: 3.4em;
    color: rgb(0, 0, 0);
    background-color: white;
    border-radius: 5px;
    padding: 3px 15px;
}

.headerpreco .descdoplano{
    font-family: "BAHNSCHRIFT";
    font-weight: 300;
    font-size: 16px;
    line-height: 1rem;
    color: rgb(255, 255, 255);
}
.iconcheck{
    width: 15px;
    margin-top: 4px;
    margin-right: 10px;
}
.centralizadorpreco{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-10px);
}

@media (max-width: 768px) {
    .planosContainer{
        padding: 80px 20px;
    }
    .planosContainer .titleContent{
        text-align: center;
        padding-bottom: 40px;
    }
    .spacepricemobile{
        margin-top: 30px;
    }
}









.funcionaContainer{
    padding: 80px 0px;
}
.divisorfunciona{
    background-color: #4ad695;
    width: 100px;
    height: 15px;
    border-radius: 100px;
    margin: auto;
}
.imgdots{
    width: 70%;
    margin: auto;
    transition: transform 0.3s ease;
}

.imgdots:hover {
  transform: scale(1.1); 
}
.imgseta{
    width: 70%;
    margin-top: 40px;
}
.stepItem {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.stepItem.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
    .imgdots{
        margin-top: 40px;
    }

}




















.sobreContainer{
    background-image: url("./img/bgsobre.png");
    background-color: #ffffff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 45%;
    padding: 120px 0px;
}
.supertitleContent{
    font-family: "BAHNSCHRIFT";
    font-weight: 900;
    font-size: 100px;
    margin-bottom: 50px;
    margin-left: -8px;
    line-height: 1em;
    color: #4ad695;
}
.supertopomobilesobre{
    display: none;
}

@media (max-width: 768px) {
    .sobreContainer{
        background-image: none;
        background-color: #ffffff;
        background-position: -90% 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 20px 20px 20px 20px;
    }
    .supertitleContent{
        font-family: "BAHNSCHRIFT";
        font-weight: 900;
        font-size: 50px;
        margin-bottom: 50px;
        margin-left: -8px;
        line-height: 1em;
    }
    .supertopomobilesobre{
        width: 100%;
        margin-bottom: 40px;
        border-radius: 20px;
        display: block;
    }
}



















.faqContainer{
    padding: 80px 0px;
}

.faq-item {
    padding: 15px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #A57F5B;
    border-radius: 20px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    font-weight: bold;

    font-family: "BAHNSCHRIFT";
    font-weight: bold;
    color: #A57F5B;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.2em;
}

.faq-answer {
    margin-top: 10px;
    display: none;
    font-size: 0.95em;
    color: #444;
    margin-bottom: 20px
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-icon {
    font-weight: bold;
    font-size: 28px;
    color: #A57F5B;
    margin-top: 5px;
}


















.footerContainer{
    background-color: #A57F5B;
    padding: 40px 0px;
}
.logofooter{
    width: 200px;
    padding-bottom: 40px;
}
.titlefooter{
    font-family: "BAHNSCHRIFT";
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.2em;
    color: white;
}
.textfooter{
    font-family: "BAHNSCHRIFT";
    font-weight: 300;
    font-size: 18px;
    margin-bottom: -12px;
    line-height: 1.2em;
    color: white;
}
.imgsocial{
    width: 50px;
    margin: 10px;
    margin-top: 40px;
}















.btnStyle1 {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #000000;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;

    font-family: "BAHNSCHRIFT";
    font-weight: 300;
    font-size: 18px;
}

.btnStyle1:hover::before {
  transform: scaleX(1);
}

.button-content {
  position: relative;
  z-index: 1;
}

.btnStyle1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    #A57F5B 10.8%,
    #b98e66 94.3%
  );
  transition: all 0.475s;
}


@media (max-width: 768px) {
    .btnStyle1{
        width: 100%;
    }
}


.btnStyle2 {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #00000000;
  background-size: 400%;
  color: black;
  border: 2px solid black;
  cursor: pointer;

    font-family: "BAHNSCHRIFT";
    font-weight: bold;
    font-size: 18px;
}

.btnStyle2:hover::before {
  transform: scaleX(1);
}

.button-content {
  position: relative;
  z-index: 1;
}

.btnStyle2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    #A57F5B 10.8%,
    #b98e66 94.3%
  );
  transition: all 0.475s;
}


@media (max-width: 768px) {
    .btnStyle2{
        width: 100%;
    }
    .carousel-control-prev,
    .carousel-control-next {
    display: none;
    }
    .menuHome{
        padding: 00px 20px;
    }

    .menuHome .textContent {
        font-weight: bold;
        padding: 0px 0px !important;
    }
    .navbar-nav{
        padding-top: 30px;
    }
}








.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* deixa escuro */
}

.person-card {
  background: #fff6ee;
  border: 2px solid #A57F5B;
  border-radius: 16px;
  padding: 20px;
  margin: 10px;
}

.person-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}


.carousel {
  position: relative;
}

.carousel-control-prev {
  left: -60px; /* joga pra fora */
}

.carousel-control-next {
  right: -60px; /* joga pra fora */
}

/* opcional: estilo mais bonito */
.carousel-control-prev,
.carousel-control-next {
  width: 45px;
  height: 45px;
  border-radius: 20px;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #128c7e;
}

