@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");

.nancy-info {
  margin-bottom: 25px;
}

.nancy-img {
  width: 80%;
  max-width: 300px;
}

.nancy-img-section {
  position: relative;
}

.nancy-img-line {
  background-color: var(--secondary-color);
  height: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.nancy {
  text-align: center;
}

.nancy-title {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: var(--primary-color);
  font-family: "Noto Sans", sans-serif;
}

.nancy-details {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 450px;
  margin: 20px auto;
}

.nancy-btn {
  background-color: var(--primary-color);
  color: var(--text-color-inverse);
  border: none;
  font-size: 18px;
  padding: 0.5em 1em;
  border-radius: 7px;
  cursor: pointer;
}

.nancy-btn:hover {
  filter: brightness(130%);
}

@media (min-width: 950px) {
  .nancy-info {
    margin-bottom: 0px;
  }

  .nancy-img {
    width: 100%;
    max-width: 350px;
    
  }

  .nancy {
    text-align: left;
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    align-items: center;
  }

  .nancy-title {
    font-size: 30px;
  }

  .nancy-details {
    font-size: 25px;
    margin: 30px 0;
  }

  .nancy-btn {
    font-size: 18px;
  }
}
.nancy-info {
  order: 2; /* Esto hace que el texto se muestre primero */
}

.nncy-img-section {
  order: 1  ; /* Esto hace que la imagen se muestre después */
}
