body {
  background-color: rgba(0, 0, 0, 255);
  background-image: url("../img/backgrounds/clinica.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  font-size: 36px;
  margin: 20px;
  padding-top: 20px;
  color: white;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 24px;
    margin: 10px;
    padding-top: 10px;
  }
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: white;
}

#contenedor {
  width: 100%;
  max-width: 1400px;
  margin: 80px auto 50px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #contenedor {
    margin: 50px 10px;
    padding: 15px;
  }
}

.boton {
  background-color: #64a19d;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  color: white;
  display: inline-block;
  font-size: 18px;
  margin: 10px;
  padding: 20px 40px;
  transition: all 0.3s ease;
}

.boton:hover {
  background-color: #64a19d;
}

#cuerpo p {
  color: #555;
  font-size: 14px;
  margin-top: 20px;
}

#cuerpo div {
  color: #64a19d;
  font-size: 24px;
  margin-top: 20px;
}

#cuerpo iframe {
  margin-top: 14px;
}

.my-btn {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem 1rem; /* Ajuste del padding para hacer los botones más cortos */
  border-radius: 10rem;
  background-color: #64a19d;
  color: #fff;
  border: none;
}


.my-btn:hover {
  background-color: #64a19d;
  cursor: pointer;
}

.disabled-link {
  background-color: #ddd;
  cursor: not-allowed;
}

.disabled-btn {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.navbar-text {
  font-size: 1.5rem;
}

.text-large {
  font-size: 2rem;
}
