@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Montserrat", sans-serif !important;
}

a {
  text-decoration: none;
}

/* hero section */

.ctc-btn {
  margin-top: 20px;
  width: fit-content;
}

.apresentacao-lentes-container {
  display: flex;
  justify-content: center;
  background-color: #ffffff;

  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 0px 144px 0px;
}

.apresentacao-lentes {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: left;
}

.apresentacao-lentes .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.btn-lentes {
  font-weight: bolder;
  color: white;
  background-color: #9fc7aa;
  width: fit-content;
  margin: 5px;
  padding: 10px;
  border-radius: 8px;
  font-size: 1.6rem;
  text-align: center;
}

.heading-title-1 {
  font-size: 4.1rem;
  font-weight: bolder;
  text-align: left;
  padding: 4px;
}

.heading-title-3 {
  font-size: 3.4rem;
  font-weight: bolder;
  text-align: center;
  padding: 4px;
}

.heading-title-2 {
  font-size: 3.2rem;
  padding: 4px 30px;
  font-weight: bolder;
  color: white;
  background-color: #9fc7aa;
  text-align: center;
  margin: 5px 0px 10px 0px;
}

.heading-text {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0px 20px 0px;
  text-align: center;
  width: 80%;
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

.logo-hero {
  width: 150px;
  margin: 20px;
}

.apresentacao-lentes .ctc-btn {
  background-color: #617b68;
  padding: 20px 30px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.9s;
}

.apresentacao-lentes .ctc-btn:hover {
  color: black;
  transition: 0.9s;
}

/* hero section */

.sorrisos-transformados {
  display: flex;
  justify-content: center;
  background: linear-gradient(#617b68, #97d2a76d),
    url("https://res.cloudinary.com/dqvkg85dl/image/upload/v1747405193/background-2-lentes_zch3e2.webp");
  background-size: cover;
  background-position: center;
  padding: 125px 0px 144px 0px;
}

.sorrisos-transformados .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
}

.sorrisos-transformados-heading {
  text-align: center;
  font-size: 4.7rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin: 20px;
}

.sorrisos-transformados .content p {
  font-size: 1.9rem;
  color: rgb(255, 255, 255);
  margin: 0px 0px 20px 0px;
}

.sorrisos-transformados .ctc-btn {
  background-color: #9fc7aa;
  padding: 20px 30px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.9s;
}

.sorrisos-transformados .ctc-btn:hover {
  color: black;
  transition: 0.9s;
}

.swiper-slide {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/*hero*/

/*beneficios-lentes*/

#beneficios-lentes-img {
  width: 100%;
}

.beneficios-lentes {
  display: flex;
  justify-content: center;

  background-color: #9fc7aa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 0px 144px 0px;
}

.beneficios-lentes .container {
  width: 90%;
  display: flex;
  flex-direction: row;
}

.beneficios-lentes .ctc-btn {
  background-color: #617b68;
  padding: 20px 30px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.9s;
}

.beneficios-lentes .ctc-btn:hover {
  color: black;
  transition: 0.9s;
}

.beneficios-lentes p {
  font-size: 1.7rem;
  color: black;
  margin: 0px 0px 14px 0px;
  width: fit-content;
}

.beneficios-lentes h1 {
  text-align: left;
  color: black;
  font-family: "Montserrat", Sans-serif;
  font-size: 4.3rem;
  font-weight: bolder;
  line-height: 49px;
  margin: 0px 0px 14px 0px;
  width: 80%;
}

.beneficios-lentes ul li {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  padding: 0px 0px 25px 5px;
  color: black;
}

.beneficios-lentes ul li img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.bl1 {
  width: 50%;
}

.bl2 {
  width: 50%;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
  justify-content: center;
}

/**/

.experiencia-clinica h1 {
  font-size: 4.2rem;
  font-weight: bolder;
}

.experiencia-clinica a {
  font-size: 2.1rem;
  background-color: #9fc7aa;
  padding: 10px;
  font-weight: bolder;
  border-radius: 12px;
  color: #ffffff;
  margin-bottom: 20px;
  width: fit-content;
}

.experiencia-clinica p {
  font-size: 1.9rem;
}

.experiencia-clinica article {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.experiencia-clinica .container {
  width: 80%;
}

.experiencia-clinica ul {
  list-style: none;
  width: 80%;
}

.experiencia-clinica li {
  font-size: 1.6rem;
  padding: 0px 0px 8px 0px;
}

.experiencia-clinica {
  padding: 56px 0px;
  background-color: #f0f7f7;
  background-image: url("../../assets/dentista.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.experiencia-clinica .ctc-btn {
  background-color: rgb(138, 138, 138);
  padding: 20px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0px auto;

  width: fit-content;
}

.experiencia-clinica .ctc-btn {
  background-color: #617b68;
  padding: 20px 30px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.9s;
}

.experiencia-clinica .ctc-btn:hover {
  color: black;
  transition: 0.9s;
}

.experiencia-clinica ul li img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
/*reviews*/

.reviews {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px;
}

.review-container {
  flex: 0 0 auto;
  width: 47%;
  height: 320px;
  scroll-snap-align: start;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.review-author {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  display: block;
}

.review-rating {
  color: #f5a623;
  margin-bottom: 5px;
  display: block;
  font-size: 25px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  min-height: 12.8em; /* 1.6 line-height x 8 linhas = altura mínima */
}

/*reviews*/

/*duvidas*/

.duvidas h2 {
  font-size: 3rem;
  font-weight: bolder;
}
.duvidas {
  padding: 50px 0px;
}

.dropdown {
  margin-bottom: 10px;
  margin: 0px 10px;
  border-radius: 5px;
}
.dropdown input {
  display: none;
}
.dropdown label {
  display: block;
  padding: 15px;
  font-weight: bold;
  color: #617b68;
  cursor: pointer;
  user-select: none;
  font-size: 1.7rem;
}
.dropdown .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  color: #333;
  border-top: 1px solid #617b68;
  font-size: 1.6rem;
}
.dropdown input:checked ~ .content {
  max-height: 500px; /* altura suficiente para o texto */
  padding: 15px;
}
/*duvidas*/

/*experiencia-clinica*/
@media (max-width: 1300px) {
  .apresentacao-lentes {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .reviews {
    flex-direction: column;
  }
  .review-container {
    width: 100%;
  }

  .experiencia-clinica h1 {
    font-size: 3.5rem;
  }

  .experiencia-clinica p {
    font-size: 1.7rem;
  }

  .experiencia-clinica ul {
    width: 90%;
  }

  .experiencia-clinica li {
    font-size: 1.4rem;
  }

  .experiencia-clinica article {
    width: 60%;
  }

  .experiencia-clinica .container {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .img-hero-invisalign {
    display: none;
  }

  .experiencia-clinica h1 {
    font-size: 2.8rem;
  }

  .experiencia-clinica p {
    font-size: 1.5rem;
  }

  .experiencia-clinica ul {
    width: 100%;
  }

  .experiencia-clinica li {
    font-size: 1.3rem;
  }

  .experiencia-clinica article {
    width: 100%;
  }

  .experiencia-clinica .container {
    width: 90%;
  }

  .experiencia-clinica .ctc-btn {
    font-size: 1.4rem;
    padding: 15px;
  }

  .experiencia-clinica {
    background-image: none;
  }
}

@media (max-width: 480px) {
  .experiencia-clinica h1 {
    font-size: 2.2rem;
  }

  .experiencia-clinica p {
    font-size: 1.4rem;
  }

  .experiencia-clinica ul {
    width: 100%;
  }

  .experiencia-clinica li {
    font-size: 1.2rem;
  }

  .experiencia-clinica article {
    width: 100%;
  }

  .experiencia-clinica .container {
    width: 95%;
  }

  .experiencia-clinica .ctc-btn {
    font-size: 1.2rem;
    padding: 12px;
  }
}

/*experiencia-clinica*/

/*Chamada final*/
.chamada-final {
  padding: 95px 0px;
}
.chamada-final h2 {
  margin: 10px auto;
}

.chamada-final h1 {
  margin: 0px auto 10px auto;
  width: 60%;
  font-size: 4.3rem;

  text-align: center;
}
.chamada-final p {
  font-size: 1.9rem;
  margin: 0px auto 10px auto;
  width: 60%;
  text-align: center;
}

.chamada-final h1 span {
  color: #617b68;
  font-weight: bolder;
}

/*Chamada final*/

/*Endereço*/

.endereco h1 {
  font-size: 5rem;
  font-weight: bolder;
}
.endereco h2 {
  font-size: 3.1rem;
  font-weight: bolder;
  margin-bottom: 20px;
}
.endereco address {
  font-size: 1.9rem;
}
.endereco {
  background-color: #9fc7aa;
  padding: 155px 0px;
  color: black;
}
.endereco .container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.endereco .info {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.endereco a .ctc-btn {
  margin-top: 20px !important;
}

.endereco .ctc-btn {
  background-color: #617b68;
  padding: 20px 10px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.9s;
}

.endereco .ctc-btn:hover {
  color: black;
  transition: 0.9s;
}

/*Endereço*/

/*Endereço Responsivo*/

@media (max-width: 1024px) {
  .endereco h1 {
    font-size: 4rem;
  }

  .endereco h2 {
    font-size: 2.5rem;
  }

  .endereco address {
    font-size: 1.6rem;
  }

  .endereco .container {
    flex-direction: column;
    width: 90%;
  }

  .endereco .info {
    display: flex;
    justify-content: center;
    margin-right: 0;
    text-align: center;
  }

  .endereco .maps iframe {
    width: 100%;
  }
  .endereco .maps {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .endereco h1 {
    font-size: 3.5rem;
  }

  .endereco h2 {
    font-size: 2.2rem;
  }

  .endereco address {
    font-size: 1.5rem;
  }

  .endereco .container {
    flex-direction: column;
    padding: 40px 15px;
  }

  .endereco .info {
    text-align: center;
    margin: 0px auto;
  }

  .endereco .maps iframe {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .endereco h1 {
    font-size: 2.8rem;
  }

  .endereco h2 {
    font-size: 2rem;
  }

  .endereco address {
    font-size: 1.4rem;
  }

  .endereco .container {
    flex-direction: column;
    padding: 20px 10px;
  }

  .endereco .info {
    text-align: center;
    margin-right: 0;
  }

  .endereco .maps iframe {
    width: 100%;
  }

  .endereco a .ctc-btn {
    margin: 0px auto;
    font-size: 1.4rem;
    padding: 12px;
  }
}

/*Endereço Responsivo*/

/*Chamada final Responsividade*/
@media (max-width: 1024px) {
  .chamada-final h1 {
    font-size: 3.5rem;
    width: 75%;
  }

  .ctc-btn {
    margin: 10px auto 20px auto;
  }

  .chamada-final p {
    font-size: 1.7rem;
    width: 75%;
  }
}

@media (max-width: 768px) {
  .chamada-final h1 {
    font-size: 3rem;
    width: 80%;
  }

  .chamada-final p {
    font-size: 1.6rem;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .chamada-final h1 {
    font-size: 2.5rem;
    width: 90%;
  }

  .chamada-final p {
    font-size: 1.4rem;
    width: 90%;
  }
}
/*Chamada final Responsividade*/

/*Beneficio Lentes responsividade*/

@media screen and (max-width: 1024px) {
  .beneficios-lentes h1 {
    font-size: 3rem;
    width: 100%;
    line-height: 1.3;
  }

  .beneficios-lentes p,
  .beneficios-lentes ul li {
    font-size: 1.5rem;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .bl1 {
    display: none;
  }

  .bl2 {
    width: 100%;
    text-align: left;
  }

  .bl2 {
    align-items: center;
  }

  .beneficios-lentes ul {
    padding: 0;
    list-style: none;
  }

  .beneficios-lentes ul li {
    width: 100%;
    justify-content: start;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
  }

  .beneficios-lentes ul li img {
    width: 28px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .beneficios-lentes {
    padding: 60px 20px;
    background-size: cover;
  }

  .beneficios-lentes h1 {
    font-size: 2.5rem;
  }

  .ctc-btn {
    font-size: 1.4rem;
    padding: 15px 20px;
  }

  .beneficios-lentes ul li img {
    width: 24px;
    margin-right: 8px;
  }

  .beneficios-lentes ul li {
    font-weight: bold;
    font-size: 1.6rem;
  }
}

/**/

@media (max-width: 1320px) {
  .apresentacao-lentes {
    width: 80%;
    align-items: center;
  }

  .apresentacao-lentes .content {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .apresentacao-lentes {
    width: 90%;
    align-items: center;
  }

  .apresentacao-lentes .content {
    width: 90%;
  }

  .heading-title-1 {
    font-size: 3rem;
  }

  .heading-title-2 {
    font-size: 2.5rem;
    padding: 6px 20px;
  }

  .heading-title-3 {
    font-size: 2.7rem;
  }

  .heading-text {
    font-size: 1.4rem;
    width: 100%;
  }

  .btn-lentes,
  .ctc-btn {
    font-size: 1.4rem;
    padding: 12px 18px;
  }

  .logo-hero {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .heading-title-1 {
    font-size: 2.4rem;
  }

  .heading-title-2 {
    font-size: 2rem;
  }

  .heading-title-3 {
    font-size: 2.2rem;
  }

  .heading-text {
    font-size: 1.3rem;
  }

  .btn-lentes,
  .ctc-btn {
    font-size: 1.3rem;
    padding: 10px 16px;
  }

  .logo-hero {
    width: 100px;
  }
}

.swiper {
  width: 100%;
  max-width: 1000px;
  /* ou ajuste conforme seu layout */
  margin: 0 auto;
}

.swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*hero*/
/*sorrisos-tranformados*/
@media (max-width: 1024px) {
  .swiper {
  }

  .sorrisos-transformados-heading {
    font-size: 3.5rem;
  }

  .sorrisos-transformados .content p {
    font-size: 1.6rem;
  }

  .sorrisos-transformados .content .ctc-btn {
    font-size: 1.4rem;
    padding: 12px 20px;
  }
}

@media (max-width: 768px) {
  .sorrisos-transformados {
    padding: 80px 15px;
  }

  .sorrisos-transformados-heading {
    font-size: 2.8rem;
  }

  .sorrisos-transformados .content p {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .sorrisos-transformados-heading {
    font-size: 2.2rem;
  }

  .sorrisos-transformados .content p {
    font-size: 1.3rem;
  }

  .sorrisos-transformados .content .ctc-btn {
    font-size: 1.2rem;
    padding: 10px 18px;
  }
}

/*sorrisos-tranformados*/

/**/

.carousel-item {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
}

.carousel-item img {
  width: 30%;
  height: auto;
  margin-right: 10px;
}

@media (max-width: 576px) {
  .carousel-item img {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .carousel-item img {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .carousel-item img {
    width: 30%;
  }
}
