body {
  background-image: linear-gradient(
    to right top,
    #755a42,
    #81664a,
    #8d7353,
    #99805c,
    #a48e65
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#F5DBE0", GradientType=1 );
  font-family: "Montserrat", sans-serif;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
footer {
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}
.btn {
  border-radius: 50px;
}
/* BANNER */

.navbar-collapse {
  margin-right: 200px;
  display: flex;
  justify-content: center;
}
.navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
.navbar-toggler {
  background-color: #0000004d;
}
.active {
  color: #000000 !important;
}
.nav-link {
  font-size: 1.05rem;
  color: #ffffff;
}

.nav-link:hover {
  color: #c5c5c5;
}

.navbar {
  background-color: transparent !important;
  color: white;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out !important;
}
.scroll-up-bg {
  background-image: linear-gradient(
    to right top,
    #755a42,
    #81664a,
    #8d7353,
    #99805c,
    #a48e65
  );
}
.content {
  padding-top: 80px;
  height: 2000px;
}

.navbar.scrolled:hover {
  background-color: white !important;
}
@media (max-width: 988px) {
  .nav-link {
    color: rgb(255, 255, 255) !important;
  }
  .active {
    color: rgb(0, 0, 0) !important;
  }
  .navbar-toggler {
    background-color: #cccccc !important;
  }
}
.logo {
  width: 200px;
}

.banner-text {
  padding: 2rem 20rem 2rem 20rem;
  margin-top: 6rem;
  text-align: center;
}
.marca-agua {
  position: absolute;
  z-index: -1;
  width: 400px;
  height: auto;
}

.banner-text h1 {
  color: white;
  font-size: 2rem;
}
.banner-text h2 {
  color: white;
  font-size: 1.5rem;
}
.text-tunja {
  color: white;
}
@media (max-width: 988px) {
  .banner-text h1 {
    padding: 0rem;
    font-size: 1.3rem;
  }
}

@media (max-width: 988px) {
  .banner-text {
    padding: 2rem;
  }
}

/* Estilo para los párrafos */
.banner-paragraph {
  color: white;
  font-size: 18px;
  margin-top: 20px;
  opacity: 0;
  animation: fadeInOut 8s infinite;
}
.btn-agendar {
  color: #ffffff;
  border: solid 1px white;
}
/* Animación para alternar visibilidad */
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }
  20%,
  80% {
    opacity: 1;
  }
  40%,
  60% {
    opacity: 1;
  }
}
/*FINAL DEL CONTENIDO DE LOS UL LI Y a */

/*/contenedor  BIENVENIDA*/
.container-welcome {
  background-color: #fcf5f6;
  display: flex;
  flex-direction: row;
}
@media (max-width: 988px) {
  .container-welcome {
    flex-direction: column;
    text-align: center;
    margin: 1rem;
    border-radius: 30px;
  }
}
.div1-welc {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 988px) {
  .div1-welc {
    padding: 0rem;
  }
}
.div1-welc,
.div2-welc {
  flex: 1;
}
.div2-welc {
  display: flex;
  min-height: auto;
  justify-content: center;
}

.title-welc {
  font-size: 2rem;
  letter-spacing: -1.3;
  font-weight: 400;
}

.text-welc {
  margin-top: 1rem;
  font-weight: 300;
  line-height: 2rem;
  font-size: 1rem;
}

.kelly {
  width: 400px;
  height: 600px;
}
.btn-more {
  color: black;
  margin-top: 20px;
}

/* FIN */
/* SECCION CLINICA MEDIA */
@media (max-width: 600px) {
  .text-media {
    background-color: #0000009f;
    border-radius: 10px;
    color: white;
  }
}
.container-media {
  display: flex;
  flex-direction: row;
  padding: 20px;
}

@media (max-width: 988px) {
  .container-media {
    text-align: center;
    flex-direction: column;
  }
}
.title-media {
  color: white;
  width: 60%;
}
.title-dental {
  font-size: 1.5rem;
}
@media (max-width: 988px) {
  .title-media {
    width: 100%;
  }
}
.tunja-parraf {
  font-size: 1rem;
}
.offcanvas {
  border-radius: 20px;
}
.btn-close {
  background-color: white;
  border-radius: 40px;
}
.btn-close:hover {
  transition: 0.2s linear;
}
.offcanva-contacto {
  text-decoration: none;
  color: white;
  font-size: 1rem;
}
.smoll-canvas {
  background-color: #242424e0;
  width: 100%;
  height: 100%;
}
.offcanvas-title,
.text-offcanva {
  color: white;
}
.parraf {
  font-size: 1rem;
}
.direction-canva {
  font-size: 1.5rem;
}
.direction-canva2 {
  font-size: 1.5rem;
  font-weight: 300;
}
.visit {
  background: none;
  border: solid 1px white;
}
.iframe {
  border-radius: 20px !important;
}
.text-media {
  font-size: 1.6rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 50%;
}
.parraf-media {
  font-size: 1.2rem;
}
@media (max-width: 988px) {
  .parraf-media {
    font-size: 1rem;
  }
}
.img-media {
  display: flex;
  justify-content: center;
  flex: 50%;
}
.video-kelly {
  width: 100%;
  height: 60rem;
}
.clinic {
  width: 100%;
  border-radius: 30px;
}
/* CARRUSEL */
.custom-carousel-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.custom-carousel-track-container {
  overflow: hidden;
}

.custom-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.custom-carousel-card {
  flex: 0 0 calc(50% - 200px);
  padding: 10px;
}

.custom-card-item {
  display: flex;
  justify-content: center;
}

.custom-carousel-prev-btn,
.custom-carousel-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50px;
}

.custom-carousel-prev-btn {
  left: 10px;
}

.custom-carousel-next-btn {
  right: 10px;
}

/* Estilos personalizados de las cards */
.custom-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: scale(1.05);
}

.custom-card-body {
  padding: 20px;
}

.custom-card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-card-text {
  color: rgba(255, 255, 255, 0.637);
  font-size: 1rem;
  margin-bottom: 20px;
}

.custom-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
}

.custom-btn:hover {
  background-color: #0056b3;
}

.custom-btn-color {
  background-color: #28a745;
}

/* Media queries para adaptabilidad */
@media (max-width: 768px) {
  .custom-carousel-card {
    flex: 0 0 calc(50% - 20px);
  }
}
.custom-carousel-prev-btn {
  left: 10px;
}
.custom-carousel-next-btn {
  right: 10px;
}

/* Media queries para adaptabilidad */
@media (max-width: 900px) {
  .custom-carousel-card {
    flex: 0 0 80%; /* Ajuste para pantallas móviles */
  }
}

.numero1 {
  background-image: url(img-inicio/Rehabilitación\ oral\ y\ estética\ Tunja\ Boyacá\ \ Dra\ Linda\ .JPG);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero2 {
  background-image: url(img-inicio/Urgencias\ dentales\ Tunja\ Boyacá\ dra\ Linda\ Rojas\ .webp);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero3 {
  background-image: url(img-inicio/Lentes\ cerámicos\ tunja.PNG);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero4 {
  background-image: url(img-inicio/ODONTOLOGIA\ ESTETICA\ TUNJA.jpg);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero5 {
  background-image: url(img-inicio/Especialista\ dentales\ Tunja\ Boyacá\ .webp);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero6 {
  background-image: url(img-inicio/IMPLANTES\ DENTALES\ TUNJA2.webp);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero7 {
  background-image: url(img-inicio/Dentista\ en\ Tunja\ Boyacá\ .jpg);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero8 {
  background-image: url(img-inicio/Rehabilitación\ oral\ Tunja.PNG);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero9 {
  background-image: url(img-inicio/Odontología\ en\ Tunja\ y\ Boyacá\ .jpg);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero10 {
  background-image: url(img-inicio/Rehabilitación\ oral\ tunja\ Boyacá\ .jpg);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero11 {
  background-image: url(img-inicio/Rehabilitador\ oral\ Tunja\ Boyacá\ dralindakelly.jpg);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero12 {
  background-image: url(img-inicio/Prevención\ oral\ Tunja\ Boyacá\ .JPG);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero13 {
  background-image: url(img-inicio/Ortodoncista\ en\ Tunja\ Boyaca\ dralindakelly.jpeg);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero14 {
  background-image: url(img-inicio/Ortodoncista\ en\ Tunja\ Boyacá\ .JPG);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
.numero15 {
  background-image: url(img-inicio/Dentista\ en\ Tunja\ Boyacá\ dralindak.jpg);
  background-position: center;
  background-size: cover;
  height: 30rem;
}
/* .numero16 {
  background-image: url(img-inicio/Coronas\ libres\ de\ metal\ en\ tunja\ y\ Boyacá\ .jpg);
  background-position: center;
  background-size: cover;
  height: 30rem;
} */
/* CARDS */
.title-card {
  background-color: #dfe0df;
  padding: 3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 988px) {
  .title-card {
    text-align: center;
  }
}
.container-all {
  background-color: #dfe0df;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 988px) {
  .container-all {
    flex-direction: column;
    text-align: center;
  }
}
.container-depuration {
  padding: 50px;
  background-color: #dfe0df;
}
@media (max-width: 988px) {
  .container-depuration {
    display: flex;
    min-height: auto;
    justify-content: center;
  }
}
.prev-title {
  color: #ffffff;
  font-size: 1.4rem;
}
.text-modal {
  color: #fafafa;
  font-size: 1rem;
  font-weight: 300;
}
.bt-modal1 {
  background-image: url(img-inicio/lindakelly\ logo\ dorado-.png);
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #272727;
  border-radius: 20px;
  border: solid 1px #99805c;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.bt-modal1:hover {
  background-color: #c5c5c5;
  border: solid 1px #ffffff;
}
.bt-modal1::before {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000006b;
  z-index: -1;
  border-radius: 20px;
}
.modal-content {
  background-color: rgb(218, 218, 218);
}
.modal1 {
  display: flex;
  flex-direction: row;
}
.modal-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media (max-width: 988px) {
  .modal1 {
    flex-direction: column;
  }
}
.modal2 {
  display: flex;
  min-height: auto;
  justify-content: center;
  flex: 1;
}
.img-modal2 {
  max-width: 20rem;
  border-radius: 20px;
}
@media (max-width: 988px) {
  .img-modal2 {
    max-width: 10rem;
  }
}

/* card2 */
.especialit-header {
  padding: 50px;
  background-color: #dfe0df;
}

.especialistas-title {
  text-align: center;
}
.text-especialist {
  text-align: center;
  padding: 0rem 5rem 0rem 5rem;
}
@media (max-width: 988px) {
  .text-especialist {
    padding: 0rem;
  }
}
/* FIN DE CUADROS INFORMATIVOS */

/* FOOTER  */
footer {
  background-color: rgb(228, 228, 228);
  padding: 2rem 1rem 1rem 1rem;
}
@media (max-width: 988px) {
  .footer {
    display: flex;
    min-height: auto;
    justify-content: center;
  }
}

.logo-linda {
  width: 300px;
}

.overline-final {
  height: 1px;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 988px) {
  .navegation {
    flex-direction: column;
  }
}
.container-information {
  margin-top: 50px;
}
.information,
.direction,
.redes {
  margin: 10px;
}
.redes {
  margin: 1rem 0rem 1rem 0rem;
}
.redes img:hover {
  transition: 0.2s linear;
  transform: scale(1.2);
}
.information a {
  text-decoration: none;
  color: #000000;
}
.direction a {
  margin-top: 1rem;
  text-decoration: none;
  color: #000000;
}
.navegation {
  margin-left: 20px;
  text-align: left;
}
.navegation a {
  text-decoration: none;
  color: #000000;
  margin-left: 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 988px) {
  .navegation a {
    margin-left: 0rem;
  }
  .navegation {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.navegation a:hover {
  color: #b4b4b4;
  transition: 0.2s linear;
}
.black2 {
  text-decoration: none;
  color: #000000;
}
.black2:hover {
  color: #469aca;
  transition: 0.2s linear;
}
.volantis-foot {
  width: 50px;
}
.volantis-foot:hover {
  transition: 0.4s linear;
  transform: scale(1.2);
}
/* FIN */
