.design {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-family: "avenir", sans-serif;
  margin: 0 6%;
}
.design .img-mobile {
  display: none;
}
.design section {
  display: flex;
  flex-direction: column;
}
.design section #section1 {
  display: flex;
}
.design section #section1 .plans {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
.design section #section1 .plans img {
  cursor: pointer;
}
.design section #section1 .plans .img-texture-design {
  cursor: auto;
}
.design section #section1 div .text-container {
  width: 312px;
  height: auto;
  text-align: justify;
  border-left: 4px solid #8f8888;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 3rem !important;
}
.design section #section1 div .text-container h1 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px;
  margin-left: 15px;
  top: 0;
}
.design section #section1 div .text-container p {
  font-size: 14px;
  line-height: 21px;
  margin-left: 15px;
  color: #444;
}
.design section #section1 div .text-container p .label {
  font-weight: bold;
}
.design section #section1 div .text-container p:last-of-type {
  font-size: 16px;
  margin-top: 20px;
}
.design section .img-pictures {
  display: flex;
  width: 85%;
  flex-direction: column;
  align-items: center;
}
.design section .img-pictures img {
  width: 70%;
  height: auto;
  cursor: pointer;
  margin-bottom: 100px;
  object-fit: cover;
}

@media screen and (max-width: 1890px) {
  .design {
    display: flex;
    flex-direction: column;
  }
  .design .img-mobile {
    display: flex;
  }
  .design .img-mobile img {
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
  }
  .design section #section1 {
    flex-direction: column;
  }
  .design section #section1 .plans {
    margin: 0;
    margin-bottom: 15rem;
    order: 2;
  }
  .design section #section1 .plans :nth-child(4) {
    width: 10%;
    height: 300px;
    margin-top: 4rem;
    object-fit: contain;
  }
  .design section #section1 div {
    justify-content: flex-start;
    margin-bottom: 4rem;
  }
  .design section #section1 div .text-container {
    width: 90%;
    margin: 0 auto;
    border-left: none;
    padding-left: 0;
  }
  .design section #section1 div .text-container h1 {
    padding-top: 1rem;
    margin-left: 0;
  }
  .design section #section1 div .text-container p {
    margin-left: 0;
  }
  .design .img-pictures {
    width: 100% !important;
  }
}
@media screen and (max-width: 1035px) {
  .design {
    margin: 0 1rem !important;
  }
  .design section #section1 {
    /* A la cuarta imagen (clase .texture-img) le asignas el orden 3 */
  }
  .design section #section1 .plans {
    justify-content: center !important;
    row-gap: 8rem !important;
    margin-bottom: 9rem !important;
    column-gap: 3rem !important;
  }
  .design section #section1 .plans > :nth-child(4) {
    width: 15%;
    margin: 0;
  }
  .design section #section1 .plans img:nth-child(3) {
    order: 4;
  }
  .design section #section1 .plans img:nth-child(4) {
    order: 3;
  }
}
@media screen and (max-width: 1401px) {
  .design section #section1 div .text-container {
    width: 80%;
  }
}
@media screen and (max-width: 860px) {
  .design section #section1 .plans {
    column-gap: 5rem !important;
    row-gap: 4rem !important;
  }
  .design section #section1 .plans > :nth-child(1) {
    width: 95%;
  }
  .design section #section1 .plans > :nth-child(3) {
    width: 95%;
    margin-bottom: 2rem;
  }
  .design section .img-pictures img {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .design .img-mobile img {
    width: 100%;
  }
  .design section #section1 .plans > :nth-child(1) {
    width: 100%;
  }
  .design section #section1 .plans > :nth-child(3) {
    width: 100%;
  }
  .design section #section1 div .text-container {
    width: 98% !important;
  }
  .design section #section1 div .text-container p {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .design section #section1 .plans {
    margin-bottom: 3rem;
  }
  .design section .img-pictures img {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .design section #section1 .plans {
    row-gap: 3rem !important;
    margin-bottom: 4rem !important;
  }
}
.card-containerdesign {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 302px);
  gap: 70px;
  justify-content: center;
  padding-bottom: 5rem;
}
.card-containerdesign .card-design {
  box-sizing: border-box;
  position: relative;
  border: 1px solid black;
  overflow: hidden;
}
.card-containerdesign .card-design img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .card-containerdesign {
    grid-template-columns: repeat(3, 260px);
    gap: 50px;
  }
}
@media screen and (max-width: 985px) {
  .card-containerdesign {
    grid-template-columns: repeat(2, 260px);
    gap: 110px;
  }
}
@media screen and (max-width: 900px) {
  .card-containerdesign {
    grid-template-columns: repeat(2, 240px);
  }
}
@media screen and (max-width: 800px) {
  .card-containerdesign {
    gap: 50px;
  }
}
@media screen and (max-width: 600px) {
  .card-containerdesign {
    grid-template-columns: repeat(1, 200px);
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/pages/design/project.scss%22,%22../../assets/styles/design.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AACA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;;AAGA;EACI;;AAIR;EACI;EACA;;AAShB;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAShB;EACI;IACI;IACA;;EAEA;IACI;;EACA;IACI;IACA;IACA;IACA;;EAKJ;IACI;;EACA;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAGR;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAIA;IACI;IACA;;EAEJ;IACI;;EAMpB;IACI;;;AAMZ;EACI;IACI;;EAEI;AAiBI;;EAhBA;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAIR;IACI;;EAIJ;IACI;;;AAOpB;EAKoB;IACI;;;AASxB;EAIgB;IACI;IACA;;EAEA;IACI;;EAEJ;IACI;IACA;;EAMR;IACI;;;AAOpB;EAGY;IACI;;EAOI;IACI;;EAEJ;IACI;;EAKJ;IACI;;EAEA;IACI;;;AAS5B;EAIgB;IACI;;EAKJ;IACI;;;AAOpB;EAIgB;IACI;IACA;;;ACzRpB;EACI;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAKZ;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAKR;EACI;IACI;;;AAKR;EACI;IACI;;;AAIR;EACI;IACI%22,%22file%22:%22design.output.css%22%7D */
