.title-others {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg-gray {
  background-color: #F8F9F9;
}

.bg-gray-light {
  background-color: #F9FAFB;
}

.container-padding {
  padding: 3rem;
}

.container-padding-top {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container-padding-bottom {
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container-padding.pt-0 {
  padding-top: 0;
}

.container-padding.pb-0 {
  padding-bottom: 0;
}

.btn-purple {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0.6rem 1rem;
  padding: 1rem 2rem;
  color: #8500bd;
  background-color: transparent;
  border-radius: 10rem;
  border: 0.2rem solid #8500bd;
  cursor: pointer;
  transition: 300ms all ease;
}
.btn-purple:hover {
  background-color: #8500bd;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .container-padding {
    padding: 6rem;
  }
  .container-padding-top {
    padding-top: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .container-padding-bottom {
    padding-bottom: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .container-padding {
    padding: 5rem 10rem;
  }
  .container-padding-top {
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .container-padding-bottom {
    padding-bottom: 5rem;
    padding-right: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .container-padding {
    padding: 6rem 15rem;
  }
  .container-padding-top {
    padding-top: 6rem;
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .container-padding-bottom {
    padding-bottom: 6rem;
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media screen and (min-width: 1700px) {
  .container-padding {
    padding: 6rem 18rem;
  }
  .container-padding-top {
    padding-top: 6rem;
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .container-padding-bottom {
    padding-bottom: 6rem;
    padding-left: 18rem;
    padding-right: 18rem;
  }
}
.main {
  display: block;
}
.main .main-present {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.main .main-present h1 {
  font-size: 5rem;
  letter-spacing: 0.2rem;
  line-height: 7rem;
  text-align: center;
  opacity: 0;
  animation: appear-bottom 300ms linear normal forwards;
}
.main .main-present h2 {
  margin: 3rem 0;
  text-align: center;
  font-style: normal;
  font-size: 2rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  color: #000;
  opacity: 0;
  animation: appear-top 300ms linear normal forwards;
}

.section-purple {
  background-color: #8500bd;
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.section-purple h2 {
  margin-bottom: 3rem;
  text-align: center;
  font-style: normal;
  font-size: 3rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 700;
}
.section-purple p {
  text-align: center;
  color: #000;
  margin: 3rem 0;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  color: #fff;
}

.btn-download {
  text-align: center;
  animation: appear 300ms linear normal forwards;
}
.btn-download > a {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0.6rem 1rem;
  padding: 1rem 2rem;
  color: #8500bd;
  background-color: transparent;
  border-radius: 10rem;
  border: 0.2rem solid #8500bd;
  cursor: pointer;
  transition: 300ms all ease;
}
.btn-download > a:hover {
  background-color: #8500bd;
  color: #fff;
}
.btn-download > a > span {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.6rem;
  font-weight: bold;
}
.btn-download > a:hover > svg {
  fill: #fff;
}

.figure-info {
  position: relative;
  top: -15rem;
  width: 100%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.figure-info article {
  display: grid;
  grid-template-columns: 1fr;
}
.figure-info article > div {
  padding: 3rem;
  text-align: center;
}
.figure-info article > div h3 {
  font-style: normal;
  font-size: 2.3rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  color: #000;
  font-weight: 700;
}
.figure-info article > div h4 {
  margin-top: 2rem;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  color: #000;
}
.figure-info article > div div > h6 {
  margin: 2rem 0;
  font-style: normal;
  font-size: 2rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  color: #8E44AD;
  font-weight: 700;
}
.figure-info article > div div > ul > li {
  list-style: none;
  margin: 1rem 0;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  color: #000;
}

.skill-image {
  display: block;
  padding: 1rem 0;
}

.container-exp {
  display: block;
  padding-bottom: 10rem;
}

.section-exp {
  display: block;
  margin: 4rem auto;
  font-weight: bold;
  border-left: 0.4rem solid #8E44AD;
  padding-left: 2rem;
  text-align: justify;
}
.section-exp > div > img {
  display: inline-block;
  margin-right: 1rem;
}
.section-exp > div > h3 {
  font-style: normal;
  font-size: 2.5rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  color: #8E44AD;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  vertical-align: top;
}
.section-exp > p {
  font-style: normal;
  font-size: 1.5rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  color: #000;
}

.card-elegant {
  padding: 6rem 0;
}
.card-elegant > figure {
  display: block;
  width: 60%;
  margin: auto;
  margin-bottom: 5rem;
}
.card-elegant > figure > h4 {
  font-style: normal;
  font-size: 2rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  color: #797D7F;
  font-weight: 700;
  text-align: center;
  padding: 6rem 0;
}
.card-elegant > a {
  display: block;
  text-decoration: none;
  color: #000;
  margin-bottom: 3rem;
}
.card-elegant > a > figure {
  margin: auto;
  padding: 2rem;
  background-color: #F9FAFB;
  border-radius: 0.6rem;
  border: 0.3rem dashed transparent;
  cursor: pointer;
  transition: 200ms all ease;
  user-select: none;
}
.card-elegant > a > figure > picture {
  display: block;
}
.card-elegant > a > figure > picture > img {
  display: block;
  width: 10rem;
  height: 10rem;
  margin: auto;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
}
.card-elegant > a > figure > figcaption {
  text-align: center;
}
.card-elegant > a > figure > figcaption > h4 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
  text-align: center;
}
.card-elegant > a > figure > figcaption > p {
  text-align: center;
}
.card-elegant > a > figure:hover {
  transform: scale(1.05) rotate(3deg);
  box-shadow: 0 0.6rem 3rem rgba(0, 0, 0, 0.1);
  border-color: #8500bd;
  border-color: #8500bd;
}

.general {
  display: block;
  width: 100%;
  background-color: #fff;
  padding-bottom: 10rem;
}
.general > article > picture {
  transition: 100ms transform linear;
}
.general > article > picture img {
  display: block;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 0.6rem;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1), 0 0.4rem 1rem rgba(0, 0, 0, 0.3), 0 0.6rem 3rem rgba(0, 0, 0, 0.3);
  animation: palpite 1.3s linear infinite alternate forwards;
}
@keyframes palpite {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.03);
  }
}
.general > article > picture:hover {
  transform: rotate(3deg);
  cursor: pointer;
}
.general > article > div {
  padding: 6rem 0;
  text-align: center;
}
.general > article > div > h4 {
  display: block;
  text-align: center;
  font-size: 4.1rem;
  margin: 2rem 0;
  font-weight: 100;
}
.general > article > div > span {
  display: block;
  text-align: justify;
  margin: 1rem 0;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  color: #000;
}
.general > article > div > a {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0.6rem 1rem;
  padding: 1rem 2rem;
  color: #8500bd;
  background-color: transparent;
  border-radius: 10rem;
  border: 0.2rem solid #8500bd;
  cursor: pointer;
  transition: 300ms all ease;
  margin-top: 1.3rem;
}
.general > article > div > a:hover {
  background-color: #8500bd;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .footer picture {
    margin-top: 0;
  }
  .section-exp > div > h3 {
    font-style: normal;
    font-size: 2.3rem;
    font-weight: lighter;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    color: #8E44AD;
    display: inline-block;
    font-weight: bold;
  }
  .section-exp > p {
    font-style: normal;
    font-size: 1.8rem;
    font-weight: lighter;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    color: #000;
  }
  .figure-info article {
    grid-template-columns: repeat(2, 1fr);
  }
  .figure-info article > div:first-child {
    border-right: 0.1rem solid #EAEDED;
  }
  .figure-info article > div:last-child {
    grid-column: 1/3;
  }
  .card-elegant > a > figure {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
  .card-elegant > a > figure picture > img {
    margin-bottom: 0;
  }
  .card-elegant > a > figure > figcaption > h4, .card-elegant > a > figure > figcaption > p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .section-purple p {
    margin: 0 6rem;
  }
  .general > article > picture {
    height: 33rem;
  }
  .general > article > div {
    text-align: justify;
    padding: 3rem;
  }
  .general > article > div > h4 {
    text-align: justify;
  }
  .general > article > div > span {
    font-size: 1.9rem;
  }
  .figure-info article {
    grid-template-columns: repeat(3, 1fr);
  }
  .figure-info article > div {
    border: none;
  }
  .figure-info article > div:last-child {
    grid-column: initial;
    border-left: 0.1rem solid #EAEDED;
  }
}
@media screen and (min-width: 1000px) {
  .general > article {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .general > article > picture {
    flex-basis: 50%;
  }
  .general > article > div {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .card-elegant {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10rem;
  }
  .card-elegant > a {
    flex-basis: 50%;
    margin-bottom: 0;
  }
  .container-exp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    column-gap: 5rem;
  }
  .container-exp > .section-exp {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .general > article {
    background-color: #F9FAFB;
    border-radius: 0.6rem;
    user-select: none;
  }
  .general > article > div > h4 {
    font-size: 3rem;
  }
  .general > article > div > span {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 1280px) {
  .general > article {
    margin-bottom: 3rem;
  }
  .general > article > div {
    padding: 6rem;
  }
  .card-elegant {
    column-gap: 15rem;
  }
}

/*# sourceMappingURL=welcome.css.map */
