.card-servicios {
  border-radius: 25px;
}

.btn-agendar {
  background-color: #d1adac;
  border-style: none;
}

.img-servicios {
  width: 130px;
}

.col-deg {
  padding-top: 30px;
  padding-bottom: 150px;
}

.iconos-pacientes {
  width: 90%;
  height: 120px;
}

.link-servicios {
  text-decoration: none;
  color: white;
}

.link-servicios:hover {
  color: white;
}

.boton1 {
  padding: 7px 10px;
  color: #e0c8c7;
  background: white;
  border-radius: 50px;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.texto-card {
  margin-top: 80px;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .texto-card {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.boton1:hover {
  color: #e0c8c7;
}

@media (min-width: 768px) {
  #imagen-rodilla {
    width: 100%;
    height: auto;
    position: absolute;
  }
}

@media (max-width: 768px) {
  #imagen-rodilla {
    width: 100%;
    position: relative;
  }
}

@media (min-width: 768px) {
  #texto {
    position: relative;
    padding-top: 5%;
    padding-left: 5%;
    padding-bottom: 25%;
  }
}

@media (max-width: 768px) {
  #navcol-2 {
    display: none;
  }
}

@media (max-width: 768px) {
  #navcol-1 {
    display: flex;
    background: #174a52;
    font-size: 15.5px;
  }
}

.menu2 {
  padding: 8px;
}

@media (min-width: 768px) {
  #principal {
    background: url("../../assets/img/human-leg-osteoarthritis-inflammation-of-bone-joints-on-white-background.png") center / cover;
  }
}

@media (max-width: 768px) {
  #principal {
    background: url("../../assets/img/human-leg-osteoarthritis-inflammation-of-bone-joints-on-white-background.png") top / contain no-repeat;
  }
}

#precio-consulta {
  color: #174a52;
  text-align: center;
  font-weight: bold;
  line-height: 80%;
  font-size: 80px;
}

@media (max-width: 600px) {
  #precio-consulta {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .col-deg {
    border-radius: 20px;
    padding-bottom: 30px;
  }
}

@media (min-width: 900px) {
  #imagen-desgaste {
    padding: 0px 10%;
  }
}

#btn-float-agendar {
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 9;
}

