.main-container-sabiduria {
  background-image: url('../../assets/img/headerlogin.png');
  position: relative;
  height: 40vh;
  background-size: auto;
  background-position: center -580px;
  overflow: hidden;
}

.sabiduria-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sabiduria-section .content-container {
  position: relative;
  background-color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  z-index: 2;
  margin-top: 50vh;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}

.sabiduria-section .back-link {
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  color: #555;
  text-decoration: none;
}

.sabiduria-section .back-link:hover {
  text-decoration: underline;
}

.title-esencia {
  font-family: 'venice-blvd', sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.subtitle-esencia {
  font-family: 'Gotham', sans-serif;
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.description-esencia {
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  color: #777;
  line-height: 1.6;
  z-index: 10;
}

.sabiduria-section .background-image {
  background-image: url('../../assets/img/headerlogin.png');
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.title-esencia-home {
  font-family: 'venice-blvd', sans-serif;
  /*font-size: 48px;*/
  font-size: 10vh;
  color: #545456;
  text-align: center;
  /*font-weight: bold;*/
  /*color: #333;*/
  margin-bottom: 10px;
}

.subtitle-esencia-home {
  font-family: 'Gotham', sans-serif;
  font-size: 3vh;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

.description-esencia-home {
  font-family: 'Gotham', sans-serif;
  font-size: 3vh;
  color: #777;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
}

