/* Styles for the navbar */
.navbar {
  background-color: #6d213c;
}

.nav-logo {
  max-width: 100px;
  height: auto;
}

.nav a {
  color: #dce1de;
  font-weight: bold;
}

.tecmed {
  background-image: url(../img/IMG_8004.JPG);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dce1de;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.tecmed {
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tecmed h1 {
  margin-top: 20px;
  font-size: 4rem;
  color: #dce1de;
  background-color: black;
  padding: 10px;
  border-radius: 5px;
  opacity: 0.7;
}

.tecmed p {
  font-size: 1.5rem;
  color: #dce1de;
  background-color: black;
  padding: 10px;
  border-radius: 5px;
  opacity: 0.7;
  margin-bottom: 20px;
}

/* styles para el main */

.description {
  padding: 60px 20px;
  background-color: #6d213c;
}

.description p {
  color: #dce1de;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-right: 20px;
}

img {
  border-radius: 10px;
  overflow: hidden;
}

.slide-contain img {
  object-fit: contain;
}

@media (max-width: 991px) {
  .slide img {
    height: 300px;
  }
}

.main h2 {
  color: #dce1de;
  font-size: 2rem;
  margin-bottom: 20px;
}
/* styles para el formulario */

.form {
  padding: 60px 20px;
  background-color: #6d213c;
}

.form h2 {
  color: #dce1de;
  font-size: 2rem;
}

.form label {
  color: #dce1de;
}
.form input,
.form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Footer styles */
footer {
  background-color: #6d213c;
  color: #dce1de;
  text-align: center;
  padding: 20px;
}
