@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* spacing */
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaBlack.otf");
  font-weight: 900; }
@font-face {
  font-family: "Recoleta";
  src: url("../fonts/RecoletaBlack.otf");
  font-weight: 900; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/recoletabold.otf");
  font-weight: 400; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaMedium.otf");
  font-weight: 500; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaRegular.otf");
  font-weight: 400; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaLight.otf");
  font-weight: 300; }
body {
  margin: 0px;
  /* background-color:aqua; */
  /* display: flex;
  align-items: center;
  justify-content: center; */ }

.label {
  margin-bottom: 8px;
  /* text-align: $align; */
  margin: 0 auto;
  border-radius: 8px;
  background-color: #DDFEFE;
  color: #7B9393 !important;
  padding: 8px 24px;
  width: fit-content;
  font-size: 14px !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  display: inline-block;
  /* box-sizing: border-box; */
  margin-bottom: 8px; }

.paragraph-small {
  font-size: 14px;
  font-family: 'Work Sans', sans-serif; }

.paragraph {
  font-size: 16px;
  font-family: 'Work Sans', sans-serif; }
  .paragraph--mt-small {
    margin-top: 16px; }
  .paragraph--mt-medium {
    margin-top: 24px; }
  .paragraph--mt-large {
    margin-top: 32px; }

.paragraph__large {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  line-height: 130%; }
  .paragraph__large--mt-small {
    margin-top: 16px; }
  .paragraph__large--mt-medium {
    margin-top: 24px; }
  .paragraph__large--mt-large {
    margin-top: 32px; }
  .paragraph__large--margin-top-large {
    margin-top: 32px; }
  .paragraph__large--margin-top-medium {
    margin-top: 24px; }
  .paragraph__large--margin-bottom {
    margin-bottom: 40px; }
  .paragraph__large--align-center {
    text-align: center; }

.h2-700 {
  font-size: 32px;
  font-family: "Recoleta";
  font-weight: 500;
  line-height: 120%; }
  .h2-700--mt-xsmall {
    margin-top: 8px; }
  .h2-700--mt-small {
    margin-top: 16px; }
  .h2-700--mt-medium {
    margin-top: 24px; }
  .h2-700--mt-large {
    margin-top: 32px; }

.h3-700 {
  font-size: 24px;
  font-family: "Recoleta";
  font-weight: 700;
  line-height: 120%; }
  .h3-700--align-center {
    text-align: center; }
  .h3-700--align-left {
    text-align: left; }
  .h3-700--margin-top-large {
    margin-top: 32px; }
  .h3-700--margin-top-medium {
    margin-top: 24px; }
  .h3-700--margin-top-small {
    margin-top: 16px; }
  .h3-700--font-weight-400 {
    font-weight: 400; }

.h4 {
  font-size: 20px;
  font-family: "Recoleta";
  font-weight: 700;
  line-height: 120%; }
  .h4--dark-mode {
    color: #ffffff;
    font-family: Inter; }

.h1-700 {
  font-size: 48px;
  font-family: "Recoleta";
  font-weight: 700;
  line-height: 120%; }
  .h1-700--mt-small {
    margin-top: 16px; }
  .h1-700--mt-medium {
    margin-top: 24px; }
  .h1-700--mt-large {
    margin-top: 32px; }

.display {
  font-family: "Recoleta";
  font-size: 64px;
  font-weight: 700;
  line-height: 120%; }
  @media (max-width: 600px) {
    .display {
      font-size: 48px; } }

.button__primary {
  font-family: 'Inter', sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  padding: 15px 40px;
  background-color: #786FF4;
  color: #F8F8FF;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-color: #16171B;
  border-radius: 32px;
  height: 56px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
  box-shadow: 0 6px 0 #16171B;
  gap: 8px; }
  .button__primary .material-symbols-rounded {
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle; }
  .button__primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 0 #16171B; }
  .button__primary:active {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #16171B; }
  .button__primary--mt-small {
    margin-top: 16px; }
  .button__primary--mt-medium {
    margin-top: 24px; }
  .button__primary--mt-large {
    margin-top: 32px; }
  .button__primary--small {
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    box-shadow: 0 3px 0 #16171B; }
    .button__primary--small .material-symbols-rounded {
      font-size: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle; }
    .button__primary--small:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 0 #16171B; }
    .button__primary--small:active {
      transform: translateY(3px);
      box-shadow: 0 3px 0 #16171B; }
  .button__primary--medium {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    box-shadow: 0 3px 0 #16171B; }
    .button__primary--medium .material-symbols-rounded {
      font-size: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle; }
    .button__primary--medium:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 0 #16171B; }
    .button__primary--medium:active {
      transform: translateY(3px);
      box-shadow: 0 3px 0 #16171B; }
  .button__primary--space {
    display: flex;
    gap: 4px; }
  @media (max-width: 600px) {
    .button__primary.full-width-mobile {
      width: 100%;
      max-width: none; } }

.button__secondary {
  font-family: 'Inter', sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background-color: #F8F8FF;
  color: #786FF4;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #16171B;
  border-radius: 32px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
  height: 56px;
  gap: 8px;
  box-shadow: 0 6px 0 #16171B;
  /* vertical-align: middle; */ }
  .button__secondary .material-symbols-rounded {
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle; }
  .button__secondary--mt-small {
    margin-top: 16px; }
  .button__secondary--mt-medium {
    margin-top: 24px; }
  .button__secondary--mt-large {
    margin-top: 32px; }
  .button__secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 0 #16171B; }
  .button__secondary:active {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #16171B; }
  @media (max-width: 600px) {
    .button__secondary.full-width-mobile {
      width: 100%;
      max-width: none; } }

.button-tertiary {
  box-sizing: border-box;
  cursor: pointer;
  color: #786FF4;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: underline;
  padding: 12px 16px; }
  .button-tertiary:hover {
    color: #5b53d1; }

.button__text {
  font-family: 'Work Sans', sans-serif;
  height: 56px;
  background-color: #16171b00;
  display: flex;
  color: #F8F8FF;
  justify-content: center;
  align-items: center;
  padding: 0 44px;
  text-decoration: none; }

/* labels */
#portfolio-detail {
  padding: 0 16px; }

#portfolio-label {
  text-align: left;
  color: #999999;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 14px !important; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* @import "cards.scss"; */
.background-portfolio {
  background-color: #ebffff; }

#hero-portfolio {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 144px; }

/* main  .home-grid {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 72px;

} */
main > #portfolio-page {
  width: 1000px;
  margin: 0 auto;
  margin-top: 144px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  main > #portfolio-page #cards-portfolio {
    /* overflow: hidden; */
    /* width: 1000px;
    margin: 0 auto; */
    /* grid-auto-flow: dense;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-rows: max-content;
    column-gap: 32px;
    row-gap: 32px;
    justify-content: start */
    max-width: 100%;
    margin: 0 auto;
    grid-auto-flow: dense;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-rows: max-content;
    column-gap: 8px;
    row-gap: 8px;
    padding: 8px 8px 0px 8px; }

.card-new {
  background-color: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  width: 100%;
  /* height: 500px; */
  box-sizing: border-box;
  background-color: #ffffff;
  /* padding: 8px; */
  box-shadow: 4px 4px 12px rgba(94, 179, 179, 0.1);
  margin: 0 auto;
  padding: 16px;
  margin-top: 32px; }
  .card-new #cover-card-new {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    /* text-align: center;
              object-fit: cover; */ }
    .card-new #cover-card-new .new {
      position: absolute;
      z-index: 2;
      top: 16px;
      left: 0px;
      padding: 8px 16px;
      background-color: aquamarine;
      color: #222222;
      font-family: "Inter", sans-serif;
      border-radius: 0 8px 8px 0;
      font-weight: 700;
      font-size: 14px; }
    .card-new #cover-card-new a > img:hover {
      scale: 105%;
      transition: all 300ms; }
    .card-new #cover-card-new .portfolio-image-new {
      width: 100%;
      object-fit: cover;
      object-position: center;
      /* background-color: #6c63e6; */ }

/* .hero-portfolio > .card--new {

} */
.butt-portfolio {
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  justify-content: center;
  margin-bottom: 144px; }

/* .last-button-portfolio {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
} */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* spacing */
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaBlack.otf");
  font-weight: 900; }
@font-face {
  font-family: "Recoleta";
  src: url("../fonts/RecoletaBlack.otf");
  font-weight: 900; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/recoletabold.otf");
  font-weight: 400; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaMedium.otf");
  font-weight: 500; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaRegular.otf");
  font-weight: 400; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaLight.otf");
  font-weight: 300; }
body {
  margin: 0px;
  /* background-color:aqua; */
  /* display: flex;
  align-items: center;
  justify-content: center; */ }

.label {
  margin-bottom: 8px;
  /* text-align: $align; */
  margin: 0 auto;
  border-radius: 8px;
  background-color: #DDFEFE;
  color: #7B9393 !important;
  padding: 8px 24px;
  width: fit-content;
  font-size: 14px !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  display: inline-block;
  /* box-sizing: border-box; */
  margin-bottom: 8px; }

.paragraph-small {
  font-size: 14px;
  font-family: 'Work Sans', sans-serif; }

.paragraph {
  font-size: 16px;
  font-family: 'Work Sans', sans-serif; }
  .paragraph--mt-small {
    margin-top: 16px; }
  .paragraph--mt-medium {
    margin-top: 24px; }
  .paragraph--mt-large {
    margin-top: 32px; }

.paragraph__large {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  line-height: 130%; }
  .paragraph__large--mt-small {
    margin-top: 16px; }
  .paragraph__large--mt-medium {
    margin-top: 24px; }
  .paragraph__large--mt-large {
    margin-top: 32px; }
  .paragraph__large--margin-top-large {
    margin-top: 32px; }
  .paragraph__large--margin-top-medium {
    margin-top: 24px; }
  .paragraph__large--margin-bottom {
    margin-bottom: 40px; }
  .paragraph__large--align-center {
    text-align: center; }

.h2-700 {
  font-size: 32px;
  font-family: "Recoleta";
  font-weight: 500;
  line-height: 120%; }
  .h2-700--mt-xsmall {
    margin-top: 8px; }
  .h2-700--mt-small {
    margin-top: 16px; }
  .h2-700--mt-medium {
    margin-top: 24px; }
  .h2-700--mt-large {
    margin-top: 32px; }

.h3-700 {
  font-size: 24px;
  font-family: "Recoleta";
  font-weight: 700;
  line-height: 120%; }
  .h3-700--align-center {
    text-align: center; }
  .h3-700--align-left {
    text-align: left; }
  .h3-700--margin-top-large {
    margin-top: 32px; }
  .h3-700--margin-top-medium {
    margin-top: 24px; }
  .h3-700--margin-top-small {
    margin-top: 16px; }
  .h3-700--font-weight-400 {
    font-weight: 400; }

.h4 {
  font-size: 20px;
  font-family: "Recoleta";
  font-weight: 700;
  line-height: 120%; }
  .h4--dark-mode {
    color: #ffffff;
    font-family: Inter; }

.h1-700 {
  font-size: 48px;
  font-family: "Recoleta";
  font-weight: 700;
  line-height: 120%; }
  .h1-700--mt-small {
    margin-top: 16px; }
  .h1-700--mt-medium {
    margin-top: 24px; }
  .h1-700--mt-large {
    margin-top: 32px; }

.display {
  font-family: "Recoleta";
  font-size: 64px;
  font-weight: 700;
  line-height: 120%; }
  @media (max-width: 600px) {
    .display {
      font-size: 48px; } }

.button__primary {
  font-family: 'Inter', sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  padding: 15px 40px;
  background-color: #786FF4;
  color: #F8F8FF;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-color: #16171B;
  border-radius: 32px;
  height: 56px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
  box-shadow: 0 6px 0 #16171B;
  gap: 8px; }
  .button__primary .material-symbols-rounded {
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle; }
  .button__primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 0 #16171B; }
  .button__primary:active {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #16171B; }
  .button__primary--mt-small {
    margin-top: 16px; }
  .button__primary--mt-medium {
    margin-top: 24px; }
  .button__primary--mt-large {
    margin-top: 32px; }
  .button__primary--small {
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    box-shadow: 0 3px 0 #16171B; }
    .button__primary--small .material-symbols-rounded {
      font-size: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle; }
    .button__primary--small:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 0 #16171B; }
    .button__primary--small:active {
      transform: translateY(3px);
      box-shadow: 0 3px 0 #16171B; }
  .button__primary--medium {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    box-shadow: 0 3px 0 #16171B; }
    .button__primary--medium .material-symbols-rounded {
      font-size: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle; }
    .button__primary--medium:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 0 #16171B; }
    .button__primary--medium:active {
      transform: translateY(3px);
      box-shadow: 0 3px 0 #16171B; }
  .button__primary--space {
    display: flex;
    gap: 4px; }
  @media (max-width: 600px) {
    .button__primary.full-width-mobile {
      width: 100%;
      max-width: none; } }

.button__secondary {
  font-family: 'Inter', sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background-color: #F8F8FF;
  color: #786FF4;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #16171B;
  border-radius: 32px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
  height: 56px;
  gap: 8px;
  box-shadow: 0 6px 0 #16171B;
  /* vertical-align: middle; */ }
  .button__secondary .material-symbols-rounded {
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle; }
  .button__secondary--mt-small {
    margin-top: 16px; }
  .button__secondary--mt-medium {
    margin-top: 24px; }
  .button__secondary--mt-large {
    margin-top: 32px; }
  .button__secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 0 #16171B; }
  .button__secondary:active {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #16171B; }
  @media (max-width: 600px) {
    .button__secondary.full-width-mobile {
      width: 100%;
      max-width: none; } }

.button-tertiary {
  box-sizing: border-box;
  cursor: pointer;
  color: #786FF4;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: underline;
  padding: 12px 16px; }
  .button-tertiary:hover {
    color: #5b53d1; }

.button__text {
  font-family: 'Work Sans', sans-serif;
  height: 56px;
  background-color: #16171b00;
  display: flex;
  color: #F8F8FF;
  justify-content: center;
  align-items: center;
  padding: 0 44px;
  text-decoration: none; }

/* labels */
#portfolio-detail {
  padding: 0 16px; }

#portfolio-label {
  text-align: left;
  color: #999999;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 14px !important; }

#card-component {
  background-color: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  /* max-width: 100%;
  height: 500px; */
  box-sizing: border-box;
  background-color: #ffffff;
  /* padding: 8px; */
  box-shadow: 4px 4px 12px rgba(94, 179, 179, 0.1);
  margin: 0 auto;
  padding: 16px;
  margin-top: 32px; }
  #card-component #portfolio-detail {
    text-align: left; }
  #card-component #cover-card {
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    /* position: relative; */
    /* a {
      display: inline;
    } */
    /* text-align: center;
            object-fit: cover; */ }
    #card-component #cover-card a > img {
      /* display: block; */
      /* width: 100%;
      margin: 0 auto;
      height: 400px;
       */
      /* display: block; */
      width: 100%;
      height: 400px;
      object-fit: cover;
      object-position: center;
     /*  .portfolio-image {
    
      object-fit: cover;
      object-position: center;
    } */ }
      #card-component #cover-card a > img:hover {
        scale: 105%;
        transition: all 300ms; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* spacing */
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaBlack.otf");
  font-weight: 900; }
@font-face {
  font-family: "Recoleta";
  src: url("../fonts/RecoletaBlack.otf");
  font-weight: 900; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/recoletabold.otf");
  font-weight: 400; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaMedium.otf");
  font-weight: 500; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaRegular.otf");
  font-weight: 400; }
@font-face {
  font-family: "Recoleta";
  src: url("./fonts/RecoletaLight.otf");
  font-weight: 300; }
body {
  margin: 0px;
  /* background-color:aqua; */
  /* display: flex;
  align-items: center;
  justify-content: center; */ }

.label {
  margin-bottom: 8px;
  /* text-align: $align; */
  margin: 0 auto;
  border-radius: 8px;
  background-color: #DDFEFE;
  color: #7B9393 !important;
  padding: 8px 24px;
  width: fit-content;
  font-size: 14px !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  display: inline-block;
  /* box-sizing: border-box; */
  margin-bottom: 8px; }

.paragraph-small {
  font-size: 14px;
  font-family: 'Work Sans', sans-serif; }

.paragraph {
  font-size: 16px;
  font-family: 'Work Sans', sans-serif; }
  .paragraph--mt-small {
    margin-top: 16px; }
  .paragraph--mt-medium {
    margin-top: 24px; }
  .paragraph--mt-large {
    margin-top: 32px; }

.paragraph__large {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  line-height: 130%; }
  .paragraph__large--mt-small {
    margin-top: 16px; }
  .paragraph__large--mt-medium {
    margin-top: 24px; }
  .paragraph__large--mt-large {
    margin-top: 32px; }
  .paragraph__large--margin-top-large {
    margin-top: 32px; }
  .paragraph__large--margin-top-medium {
    margin-top: 24px; }
  .paragraph__large--margin-bottom {
    margin-bottom: 40px; }
  .paragraph__large--align-center {
    text-align: center; }

.h2-700 {
  font-size: 32px;
  font-family: "Recoleta";
  font-weight: 500;
  line-height: 120%; }
  .h2-700--mt-xsmall {
    margin-top: 8px; }
  .h2-700--mt-small {
    margin-top: 16px; }
  .h2-700--mt-medium {
    margin-top: 24px; }
  .h2-700--mt-large {
    margin-top: 32px; }

.h3-700 {
  font-size: 24px;
  font-family: "Recoleta";
  font-weight: 700;
  line-height: 120%; }
  .h3-700--align-center {
    text-align: center; }
  .h3-700--align-left {
    text-align: left; }
  .h3-700--margin-top-large {
    margin-top: 32px; }
  .h3-700--margin-top-medium {
    margin-top: 24px; }
  .h3-700--margin-top-small {
    margin-top: 16px; }
  .h3-700--font-weight-400 {
    font-weight: 400; }

.h4 {
  font-size: 20px;
  font-family: "Recoleta";
  font-weight: 700;
  line-height: 120%; }
  .h4--dark-mode {
    color: #ffffff;
    font-family: Inter; }

.h1-700 {
  font-size: 48px;
  font-family: "Recoleta";
  font-weight: 700;
  line-height: 120%; }
  .h1-700--mt-small {
    margin-top: 16px; }
  .h1-700--mt-medium {
    margin-top: 24px; }
  .h1-700--mt-large {
    margin-top: 32px; }

.display {
  font-family: "Recoleta";
  font-size: 64px;
  font-weight: 700;
  line-height: 120%; }
  @media (max-width: 600px) {
    .display {
      font-size: 48px; } }

.button__primary {
  font-family: 'Inter', sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  padding: 15px 40px;
  background-color: #786FF4;
  color: #F8F8FF;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-color: #16171B;
  border-radius: 32px;
  height: 56px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
  box-shadow: 0 6px 0 #16171B;
  gap: 8px; }
  .button__primary .material-symbols-rounded {
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle; }
  .button__primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 0 #16171B; }
  .button__primary:active {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #16171B; }
  .button__primary--mt-small {
    margin-top: 16px; }
  .button__primary--mt-medium {
    margin-top: 24px; }
  .button__primary--mt-large {
    margin-top: 32px; }
  .button__primary--small {
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    box-shadow: 0 3px 0 #16171B; }
    .button__primary--small .material-symbols-rounded {
      font-size: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle; }
    .button__primary--small:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 0 #16171B; }
    .button__primary--small:active {
      transform: translateY(3px);
      box-shadow: 0 3px 0 #16171B; }
  .button__primary--medium {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    box-shadow: 0 3px 0 #16171B; }
    .button__primary--medium .material-symbols-rounded {
      font-size: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle; }
    .button__primary--medium:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 0 #16171B; }
    .button__primary--medium:active {
      transform: translateY(3px);
      box-shadow: 0 3px 0 #16171B; }
  .button__primary--space {
    display: flex;
    gap: 4px; }
  @media (max-width: 600px) {
    .button__primary.full-width-mobile {
      width: 100%;
      max-width: none; } }

.button__secondary {
  font-family: 'Inter', sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background-color: #F8F8FF;
  color: #786FF4;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #16171B;
  border-radius: 32px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
  height: 56px;
  gap: 8px;
  box-shadow: 0 6px 0 #16171B;
  /* vertical-align: middle; */ }
  .button__secondary .material-symbols-rounded {
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle; }
  .button__secondary--mt-small {
    margin-top: 16px; }
  .button__secondary--mt-medium {
    margin-top: 24px; }
  .button__secondary--mt-large {
    margin-top: 32px; }
  .button__secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 0 #16171B; }
  .button__secondary:active {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #16171B; }
  @media (max-width: 600px) {
    .button__secondary.full-width-mobile {
      width: 100%;
      max-width: none; } }

.button-tertiary {
  box-sizing: border-box;
  cursor: pointer;
  color: #786FF4;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: underline;
  padding: 12px 16px; }
  .button-tertiary:hover {
    color: #5b53d1; }

.button__text {
  font-family: 'Work Sans', sans-serif;
  height: 56px;
  background-color: #16171b00;
  display: flex;
  color: #F8F8FF;
  justify-content: center;
  align-items: center;
  padding: 0 44px;
  text-decoration: none; }

/* labels */
#portfolio-detail {
  padding: 0 16px; }

#portfolio-label {
  text-align: left;
  color: #999999;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 14px !important; }

#why-me-hero {
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  justify-items: center;
  /* background-color: aqua; */
  gap: 48px;
  margin-top: 96px;
  /* padding: 32px; */ }

.container-images {
  max-width: 600px;
  display: grid;
  height: 600px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  /* background-color: brown; */ }

#hero-image1 {
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  grid-column: 1 / 2;
  grid-row: 1 / 2; }

#hero-image2 {
  /* max-width: 100%;
  height: auto; */
  border-radius: 8px;
  overflow: hidden;
  grid-column: 1 / 2;
  grid-row: 2 / 3; }
  #hero-image2 .why-me-image {
    max-width: 100%;
    /* height: auto; */
    border-radius: 8px;
    /* img {
        object-fit: cover;
        object-position: top;
      } */ }

#hero-imagefull {
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  /* img {
      object-fit: cover;
      object-position: center;
    } */ }

.worked-with {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 144px;
  margin-bottom: 144px; }

.worked-with > .logos-line1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 48px; }

.worked-with > .logos-line2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 24px; }

/* community section */
.community {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 144px;
  margin-bottom: 144px; }

.why-me-testimonials {
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 144px;
  margin-bottom: 144px; }

.client-testimonials {
  margin-top: 40px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 48px; }

.why-me-testimonials > .client-testimonials .testimonil-stars {
  margin-top: 24px; }

.why-me-testimonials > h1 {
  text-align: center; }

.oblique {
  font-style: oblique; }

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20; }

@keyframes pulse {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.2);
    opacity: 0.7; } }
header {
  margin: 0 auto;
  display: flex;
  padding: 0 24px 0px 24px;
  max-width: 1000px;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  border-radius: 44px;
  position: sticky;
  top: 12px;
  z-index: 8;
  background-color: #F8F8FF;
  border: 3px solid #786FF4;
  border-radius: 16px;
  box-shadow: 6px 6px 0px #786FF4;
  position: sticky;
  top: 12px;
  z-index: 8;
  font-family: 'Arial Black', sans-serif;
  color: #645be7;
  backdrop-filter: none;
  -webkit-backdrop-filter: none; }
  @media (max-width: 600px) {
    header {
      justify-content: center; } }
  header h3 {
    color: #16171B;
    font-family: "Recoleta";
    font-weight: 600;
    font-size: 24px;
    margin-left: 8px; }
    @media (max-width: 600px) {
      header h3 {
        font-size: 20px;
        margin-left: 0px; } }
  header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px; }
    @media (max-width: 600px) {
      header nav {
        display: none; } }

/* Este es el card pequeño sobre el curso que esta arriba */
main.home-grid {
  /* fin de nuevo hero Image */ }
  main.home-grid .profile-container {
    width: 1000px;
    height: 550px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #00e8a2; }
    @media (max-width: 600px) {
      main.home-grid .profile-container {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        height: auto; } }
    main.home-grid .profile-container .profile-bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      @media (max-width: 600px) {
        main.home-grid .profile-container .profile-bg {
          max-width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          /* object-position: 20% center; */
          object-position: 20% 90%;
          /*  object-position: 50% top; */
          z-index: 1; } }
    main.home-grid .profile-container .gradient-overlay {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to left, rgba(255, 232, 157, 0.7), rgba(255, 232, 157, 0) 70%);
      z-index: 2; }
      @media (max-width: 600px) {
        main.home-grid .profile-container .gradient-overlay {
          background: linear-gradient(to bottom, rgba(255, 232, 157, 0.7), rgba(255, 232, 157, 0) 70%); } }
    main.home-grid .profile-container .profile-content {
      position: absolute;
      top: 0;
      right: 0;
      width: 55%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 40px;
      z-index: 3; }
      @media (max-width: 600px) {
        main.home-grid .profile-container .profile-content {
          position: relative;
          width: 100%;
          height: auto;
          text-align: center;
          align-items: center;
          padding: 44px 8px;
          padding-bottom: 200px; }
          main.home-grid .profile-container .profile-content h1,
          main.home-grid .profile-container .profile-content h2,
          main.home-grid .profile-container .profile-content p {
            text-align: center; }
          main.home-grid .profile-container .profile-content .button-container {
            flex-direction: column;
            gap: 12px;
            align-items: center; } }
    @media (max-width: 600px) and (max-width: 600px) {
      main.home-grid .profile-container .profile-content .button-container {
        flex-direction: column;
        gap: 12px;
        align-items: center; } }

      main.home-grid .profile-container .profile-content .profile-title {
        font-size: 72px;
        font-weight: 800;
        line-height: 1.1;
        color: #333;
        margin-bottom: 15px; }
      main.home-grid .profile-container .profile-content .profile-subtitle {
        font-size: 32px;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px; }
      main.home-grid .profile-container .profile-content .profile-description {
        font-size: 18px;
        color: #333;
        margin-bottom: 40px;
        max-width: 450px; }
      main.home-grid .profile-container .profile-content .button-container {
        margin-top: 16px;
        display: flex;
        gap: 20px; }
        main.home-grid .profile-container .profile-content .button-container .btn {
          padding: 14px 30px;
          border-radius: 100px;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          transition: all 0.3s ease; }
          main.home-grid .profile-container .profile-content .button-container .btn.btn-primary {
            background-color: #6c5ce7;
            color: white;
            border: none; }
            main.home-grid .profile-container .profile-content .button-container .btn.btn-primary:hover {
              background-color: #5846e4;
              transform: translateY(-2px); }
          main.home-grid .profile-container .profile-content .button-container .btn.btn-secondary {
            background-color: white;
            color: #6c5ce7;
            border: 1px solid #e1e1e1; }
            main.home-grid .profile-container .profile-content .button-container .btn.btn-secondary:hover {
              background-color: #f8f8f8;
              transform: translateY(-2px); }
        main.home-grid .profile-container .profile-content .button-container .download-icon {
          margin-right: 8px; }
  @media (max-width: 600px) {
    main.home-grid {
      padding: 0px 8px; } }

main.home-grid #heroTop x {
  max-width: 1000px;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

main.home-grid #heroTop .bannerContainer {
  max-width: 1000px;
  display: flex;
  /* height: auto; */
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 20px;
  background: #202020;
  margin: 24px auto 24px auto; }
  @media (max-width: 600px) {
    main.home-grid #heroTop .bannerContainer {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 16px; } }
  main.home-grid #heroTop .bannerContainer .containerLeft {
    display: flex;
    align-items: center;
    gap: 24px; }
    @media (max-width: 600px) {
      main.home-grid #heroTop .bannerContainer .containerLeft {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px; } }
    main.home-grid #heroTop .bannerContainer .containerLeft .courseSection {
      display: flex;
      align-items: center;
      gap: 12px; }
      @media (max-width: 600px) {
        main.home-grid #heroTop .bannerContainer .containerLeft .courseSection .h4--dark-mode {
          font-size: 20px; } }
      main.home-grid #heroTop .bannerContainer .containerLeft .courseSection .gratis {
        display: flex;
        height: 20px;
        padding: 4px 12px;
        justify-content: center;
        align-items: center;
        font-family: Inter;
        font-size: 14px;
        gap: 8px;
        border-radius: 32px;
        background: #00e8a2; }
    main.home-grid #heroTop .bannerContainer .containerLeft .testimonialSection {
      display: flex;
      align-items: center;
      gap: 24px; }
      @media (max-width: 600px) {
        main.home-grid #heroTop .bannerContainer .containerLeft .testimonialSection {
          gap: 8px;
          margin-bottom: 24px; } }
      main.home-grid #heroTop .bannerContainer .containerLeft .testimonialSection .avatars {
        display: flex; }
        main.home-grid #heroTop .bannerContainer .containerLeft .testimonialSection .avatars .avatarCurso {
          border-radius: 50%;
          margin-right: -10px; }
          main.home-grid #heroTop .bannerContainer .containerLeft .testimonialSection .avatars .avatarCurso:last-child {
            margin-right: 0; }
      main.home-grid #heroTop .bannerContainer .containerLeft .testimonialSection .live-circle {
        width: 12px;
        height: 12px;
        background-color: #f74561;
        border-radius: 50%;
        animation: pulse 1s infinite alternate;
        margin-left: -14px; }
      main.home-grid #heroTop .bannerContainer .containerLeft .testimonialSection .textWithStars {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        main.home-grid #heroTop .bannerContainer .containerLeft .testimonialSection .textWithStars .pCurso {
          color: #ffffff;
          font-family: Inter; }

/* Este es el card donde esta la imagen principal en el Hero */
main.home-grid #heroTop #hero {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  display: none; }
  @media (max-width: 600px) {
    main.home-grid #heroTop #hero {
      display: grid;
      grid-template-columns: 1fr;
      align-items: center; } }
  main.home-grid #heroTop #hero #textAndButtons > .button-box {
    margin-top: 32px;
    display: flex;
    gap: 24px; }
    @media (max-width: 600px) {
      main.home-grid #heroTop #hero #textAndButtons > .button-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 12px; } }
  main.home-grid #heroTop #hero #imagenDerecha {
    max-width: 100%; }
    @media (max-width: 600px) {
      main.home-grid #heroTop #hero #imagenDerecha {
        display: none; } }
    main.home-grid #heroTop #hero #imagenDerecha #hero-img {
      max-width: 100%; }

main.home-grid #about-me {
  max-width: 1000px;
  margin: 72px auto 0px auto;
  grid-area: AboutMe;
  text-align: center; }
  main.home-grid #about-me .skills {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px; }
    @media (max-width: 600px) {
      main.home-grid #about-me .skills {
        display: flex;
        flex-direction: column;
        gap: 48px; } }
    main.home-grid #about-me .skills hr {
      /* width: 1px; */
      border-style: dashed;
      border-right: 10px;
      height: 320px;
      color: #dbf0f0; }
      @media (max-width: 600px) {
        main.home-grid #about-me .skills hr {
          display: none; } }
    main.home-grid #about-me .skills .about-skills {
      margin: 0 auto;
      text-align: center;
      padding: 0 24px; }
      main.home-grid #about-me .skills .about-skills h3 {
        margin-top: 24px;
        color: #16171B; }
      main.home-grid #about-me .skills .about-skills p {
        margin-top: 24px;
        margin-bottom: 24px;
        color: #16171B;
        font-size: 16px !important; }

main #portfolio {
  transition: 0.5ms;
  margin: 0 auto;
  grid-area: Portfolio;
  /* margin: 0 auto; */
  border-radius: 24px;
  margin-top: 144px;
  background-color: #ebffff;
  /* max-width: 1000px; */
  max-width: 1000px;
  padding: 72px 0px 72px 0px;
  text-align: center;
  /* main #home-grid {
    
  
    
  
  } */ }
  main #portfolio #card-home {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    grid-auto-flow: dense;
    display: grid;
    padding: 32px 72px 72px 72px;
    /* padding: 0px 0px 0px 0px; */
    /* width: 1000px; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-rows: max-content;
    column-gap: 32px;
    row-gap: 32px; }
    @media (max-width: 600px) {
      main #portfolio #card-home {
        padding: 0px 8px;
        padding: 12px 12px 12px 12px; } }
    main #portfolio #card-home p {
      font-size: 16px !important; }
    main #portfolio #card-home #cards {
      border-radius: 12px;
      box-sizing: border-box;
      width: 100%;
      /* height: 500px; */
      box-sizing: border-box;
      background-color: #ffffff;
      /* padding: 8px; */
      box-shadow: 4px 4px 12px rgba(94, 179, 179, 0.1);
      margin: 0 auto; }
      main #portfolio #card-home #cards #cover-card-home {
        width: 100%;
        height: 300px;
        border-radius: 8px;
        overflow: hidden;
        /* text-align: center;
                  object-fit: cover; */ }
        main #portfolio #card-home #cards #cover-card-home .portfolio-image-home {
          width: 100%;
          object-fit: cover;
          object-position: center;
          /* background-color: #6c63e6; */ }
      main #portfolio #card-home #cards .h3-portfolio {
        margin-top: 8px;
        text-align: left;
        color: #786ff4; }
      main #portfolio #card-home #cards .p-portfolio {
        margin-top: 24px;
        margin-bottom: 48px;
        text-align: left;
        color: #4d4d4d; }
  main #portfolio .card1 {
    position: relative; }
  main #portfolio .card2 {
    position: relative; }
  main #portfolio .card3 {
    position: relative; }
  main #portfolio .card4 {
    position: relative; }
  main #portfolio .card5 {
    position: relative; }
  main #portfolio .card6 {
    position: relative; }

.button-portfolio-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

main .mentoring {
  margin-top: 72px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px; }
  main .mentoring p {
    text-align: center; }
  main .mentoring .adplistContainer {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    max-height: 100%; }

main .contact {
  grid-area: Contact;
  margin: 0px auto;
  display: flex;
  /* justify-content:space-around; */
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 144px;
  margin-top: 144px;
  gap: 48px; }
  @media (max-width: 600px) {
    main .contact {
      padding: 0px 8px;
      flex-direction: column; } }
  main .contact .about-me-image {
    display: block;
    width: 320px;
    height: auto; }
  main .contact .details-contact {
    text-align: left;
    /* max-width: 60%; */ }
  main .contact h1 {
    color: #16171B; }
  main .contact p {
    margin-top: 32px;
    margin-bottom: 32px; }

footer {
  padding-top: 72px;
  /* padding-bottom: 72px; */
  background-color: #16171B; }
  footer .SocialMedia {
    text-align: center;
    padding-bottom: 72px; }
    footer .SocialMedia h3 {
      color: #e6e6e6 !important;
      text-align: center;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      /* margin-top: 50px; */ }
    footer .SocialMedia .icons-social {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 24px;
      /* background-color: #2E2E2E; */
      /* display: inline; */ }
  footer hr {
    /* color: #6c63e6; */
    margin: 0 auto;
    border: none;
    height: 1px;
    background: #4d4d4d;
    width: 1000px; }
    @media (max-width: 600px) {
      footer hr {
        padding: 0px 8px;
        width: 100%; } }
  footer .last-block {
    padding-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 72px;
    /* background-color: #2E2E2E; */ }
    footer .last-block p {
      font-size: 12px !important;
      color: #999999; }

/* header .topnav {
    background-color: #333;
    overflow: hidden;
  } */
header .topnav > .nav-link {
  /* float: left; */
  position: relative;
  color: #16171B;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 0;
  transition: color 0.3s ease;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif; }
  header .topnav > .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #786FF4;
    transition: width 0.3s ease; }
  header .topnav > .nav-link:hover, header .topnav > .nav-link.active {
    color: #786FF4; }
    header .topnav > .nav-link:hover::after, header .topnav > .nav-link.active::after {
      width: 100%; }

.topnav > .active {
  border-bottom: 4px solid #786FF4;
  color: white; }

/* .topnav a:hover {
    background-color: #ddd;
    color: black;
  } */
/* .topnav a.active {
    background-color: #04AA6D;
    color: white;
  } */

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