* {
  padding: 0;
  margin: 0;
}
#about-container {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.4654236694677871) 17%,
      rgba(242, 248, 255, 0.7357317927170868) 78%,
      rgba(237, 145, 139, 0.4864320728291317) 100%
    ),
    url("/files/site/aboutUs/plumas.svg");
  background-repeat: no-repeat;
}

/* --------- Main --------- */

.title-about {
  width: 90%;
  margin: auto;
  padding: 150px 0 100px;
}
.title-about h1 {
  text-align: center;
}
.container-index-text {
  width: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container-index-text p {
  width: 70%;
  padding-bottom: 10px;
  color: #5b5b5b;
}
.container-index-text img {
  background: white;
  padding: 50px 30px;
  border-radius: 16px;
  box-shadow: 0px 20px 27px rgb(0 0 0 / 7%);
}

/* --------- Section One --------- */
.container-section-one-big {
  background: url("/files/site/index/pluma.svg");
  background-repeat: no-repeat;
  background-position: 0% 70%;
}
.section-one {
  display: block;
  position: relative;
}
.section-one h3 {
  color: #560656;
  text-align: center;
}
.container-section-one:nth-of-type(1) {
  margin-top: 250px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 30px;
  background: url("/files/site/aboutUs/plumasOne.svg");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 40%;
  margin-left: 10%;
}
.container-section-one:nth-of-type(2) {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  gap: 30px;
  margin-right: 10%;
}
.container-card-section-one {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: 23%;
  box-shadow: 0px 20px 27px rgb(0 0 0 / 7%);
  padding: 100px 40px 90px;
  border-radius: 16px;
  text-align: left;
  position: relative;
  margin-bottom: 15rem;
  background: white;
}
.container-card-section-one img {
  position: absolute;
  top: -150px;
  border-radius: 1000px;
}
.container-card-section-one h4 {
  font-size: 33px;
  color: #5b5b5b;
  font-family: "Galano Medium";
  margin-top: 20px;
}
.container-card-section-one span {
  font-size: 21px;
  line-height: 25.2px;
  color: #a6a6a6;
}
.container-card-section-one p {
  padding-top: 30px;
  color: #a6a6a6;
  font-size: 18px;
}
.container-card-section-one img:nth-of-type(2) {
  padding: 20px 0;
}
.section-one .button {
  margin: 60px auto;
}

/* --------- Section Three --------- */

.section-three {
  display: block;
  background: #ed918b;
  width: 100%;
  padding: 100px 0;
}
.section-three div {
  width: 80%;
  margin: auto;
  text-align: center;
}
.section-three h1 {
  color: #77322e;
}
.section-three h1 span {
  font-size: 79px;
  color: white;
}
.section-three div div .button {
  margin-top: 80px;
  width: 30%;
}
.section-three div div .button:hover {
  background: #ed918b;
}

/* -------- Section Four ---------- */

.section-four {
  display: block;
  text-align: center;
  padding-bottom: 140px;
}
.section-four h3 {
  color: #6b1c6b;
  width: 40%;
  margin: auto;
  padding-bottom: 80px;
}
.section-four form {
  display: flex;
  justify-content: space-evenly;
}
.section-four form div {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.section-four form div:nth-of-type(2) .button {
  background: #ed918b;
  border: 2px solid #ed918b;
  color: white;
}
.section-four form div:nth-of-type(2) .button:hover {
  border: 2px solid #ed918b;
  color: #ed918b;
  background: white;
}

@media screen and (max-width: 767px) {
  h1,
  h3 {
    font-size: 30px !important;
    line-height: 32px;
  }
  h4 {
    font-size: 20px !important;
  }
  span {
    font-size: 16px !important;
  }
  p {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  section {
    padding-top: 100px !important;
  }
  .title-about {
    padding: 150px 0 30px;
  }
  .container-index-text {
    flex-direction: column;
    width: 90%;
  }
  .container-index-text p {
    width: 100%;
    margin-bottom: 1rem;
  }
  .container-index-text img {
    width: 30%;
  }
  .container-section-one {
    flex-direction: column;
    width: 90%;
    margin: auto;
  }
  .container-section-one:nth-of-type(1) {
    margin-top: 150px;
  }
  .container-card-section-one img {
    width: 50%;
    top: -80px;
  }
  .container-card-section-one {
    width: 90% !important;
    padding: 100px 10px 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
  }
  .section-three div div .button {
    margin-top: 1rem !important;
    width: auto !important;
    font-size: 16px !important;
    padding: 5px 20px;
  }
  .section-three h1 span {
    font-size: 30px !important;
  }
  .section-three {
    padding-top: 50px !important;
  }
  /* Section 4 - form */
  .section-four h3 {
    font-size: 30px;
    line-height: 30px;
    width: 90%;
    padding-bottom: 40px !important;
  }
  .section-four form {
    flex-direction: column;
  }
  .section-four form div {
    width: unset;
  }
}

@media screen and (max-width: 780px) {
  h1,
  h3 {
    font-size: 30px !important;
    line-height: 32px;
  }
  h4 {
    font-size: 20px !important;
  }
  span {
    font-size: 16px !important;
  }
  p {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .title-about {
    padding: 150px 0 25px;
  }
  .container-index-text {
    flex-direction: column;
  }
  .container-index-text p {
    width: 100%;
  }
  .container-index-text img {
    margin-top: 2rem;
  }
  .container-section-one{
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .container-card-section-one {
    width: 36%;
  }
  .title-about h1 {
    text-align: left;
  }
  .section-three {
    padding: 30px 0;
  }
  .section-three h1,
  .section-three h1 span {
    font-size: 40px;
  }
  .section-three div div .button {
    margin-top: 40px;
  }
  .section-three div div .button {
    font-size: 25px;
    line-height: 25px;
    width: 50%;
  }
  .section-four {
    width: 80% !important;
  }
  .container-section-one:nth-of-type(2),
  .container-section-one:nth-of-type(1) {
    margin-right: 0;
    margin-left: 0;
  }
}
