@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap");
/*colores variables*/
/* ----------------------------------------------
 * Generated by Animista on 2025-9-10 19:3:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-top (imagenes portfolio)
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/*tipografia portafolio subtitulo*/
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/*tipografia quiensoy titulo*/
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/*boton de github*/
@-webkit-keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/*hover del footer*/
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: saturate(1.2) blur(8px);
  background: color-mix(in oklab, var(--bg), transparent 20%);
  border-bottom: 1px solid color-mix(in oklab, var(--fg), transparent 88%);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
}

.nav__toggle {
  display: inline-flex;
  border: 0;
  background: transparent;
  padding: 0.6rem;
  border-radius: 10px;
  cursor: pointer;
  color: white;
}

.nav__menu {
  display: none;
}

.nav__link {
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
}

.nav__link:hover, .nav__link:focus-visible {
  background: color-mix(in oklab, var(--fg), transparent 90%);
}

@media (min-width: 900px) {
  .nav__toggle {
    display: none;
  }
  .nav__menu {
    display: flex;
    gap: 0.5rem;
  }
}
@media (max-width: 653px) {
  .nav__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
  }
  .nav {
    display: flex;
    gap: var(--space-2);
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
:root {
  --bg: #0b1220;
  --fg: #e5e7eb; /* dark por defecto queda lindo */
  --bg-surface:#0f172a;
  --muted:#94a3b8;
  --brand:#60a5fa;
  --brand-press:#3b82f6;
  --radius: 16px;
  --shadow: 0 10px 24px rgba(0,0,0,.25);
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
}

@media (prefers-color-scheme: light) {
  :root {
    --bg:#f8fafc;
    --fg:#0f172a;
    --bg-surface:#fff;
    --muted:#64748b;
    --shadow:0 10px 24px rgba(0,0,0,.08);
  }
}
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Noto Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.imgpropia {
  max-width: 20%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .imgpropia {
    display: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.container {
  width: min(1100px, 92vw);
  margin-inline: auto;
  padding: var(--space-3);
}

.section {
  padding-block: clamp(2rem, 6vw, 5rem);
}

.grid {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact {
  padding: 20px 10px;
  box-shadow: 0 0 50px black;
  border-radius: 20px;
  width: 340px;
}
.contact input, .contact textarea {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 30rem;
  height: 3rem;
  border-radius: 0.5rem;
}
.contact textarea {
  height: 10rem;
}
.contact label {
  text-align: left;
}
.contact button {
  margin: 1rem;
}

footer {
  padding: 2rem;
  text-align: center;
  background: var(--color-surface);
  font-size: 0.9rem;
}

.timeline {
  display: grid;
  gap: var(--space-3);
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline__item {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: var(--space-2);
  align-items: start;
}

.timeline__year {
  font-weight: 800;
  color: var(--muted);
  padding-top: 0.4rem;
}

.timeline__card {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.timeline__tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
}

.timeline__tags li {
  font-size: 0.85rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--fg), transparent 92%);
  color: var(--fg);
}

/* En mobile, la columna del año encima */
@media (max-width: 520px) {
  .timeline__item {
    grid-template-columns: 1fr;
  }
  .timeline__year {
    padding-top: 0;
  }
}
.card {
  background: var(--bg-surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: clip;
  display: flex;
  flex-direction: column;
}

.card__media {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__body {
  padding: var(--space-3);
}

.card__title {
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  margin: 0 0 0.25rem;
}

.card__desc {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 var(--space-2);
}

.card__actions {
  margin-top: auto;
  display: flex;
  gap: 0.5rem;
  padding: var(--space-3);
}

.btn {
  border: 0;
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-weight: 700;
  cursor: pointer;
  background: var(--brand);
  color: #fff;
}

.btn:active {
  transform: translateY(1px);
}

.btn--ghost {
  background: transparent;
  color: var(--fg);
  outline: 1px solid color-mix(in oklab, var(--fg), transparent 70%);
}

main {
  color: white;
  /*index*/
  /*portfolio*/
  /*quiensoy*/
}
main .maindex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
}
main .maindex .titulopresentacion {
  display: block;
  width: 80vw;
  font-size: 3rem;
  padding-top: 5rem;
  text-align: center;
  color: antiquewhite;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 200;
  font-style: normal;
}
main .maindex .titulopresentacion span {
  color: rgb(231, 188, 135);
}
main .maindex .titulopresentacion span:hover {
  color: rgb(228, 156, 68);
}
@media screen and (max-width: 1280px) {
  main .maindex .titulopresentacion {
    width: 80vw;
    font-size: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main .maindex .titulopresentacion {
    padding-top: 8rem;
  }
}
main .maindex h2.trabajospresentacion {
  padding: 4rem;
  font-size: 4.9rem;
  width: 70vw;
  text-align: center;
  color: rgb(247, 174, 86);
  font-family: "New Amsterdam", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
main .maindex h2.trabajospresentacion:hover {
  transition: 1s;
  font-size: 5rem;
  color: rgb(238, 138, 15);
}
@media screen and (max-width: 1280px) {
  main .maindex h2.trabajospresentacion:hover {
    width: 80vw;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  main .maindex h2.trabajospresentacion:hover {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1280px) {
  main .maindex h2.trabajospresentacion {
    width: 80vw;
    font-size: 3rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main .maindex h2.trabajospresentacion {
    font-size: 2rem;
  }
}
main .imgproyectos {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  main .imgproyectos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
main .imgproyectos .card {
  border: 0;
  color: white;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  background: linear-gradient(90deg, rgb(27, 4, 5) 0%, rgb(58, 11, 0) 16.667%, rgb(94, 27, 0) 33.333%, rgb(132, 51, 0) 50%, rgb(166, 80, 1) 66.667%, rgb(194, 112, 13) 83.333%, rgb(212, 143, 28) 100%);
}
@media screen and (max-width: 768px) {
  main .imgproyectos .card {
    margin: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  main .imgproyectos .card {
    width: 18rem !important;
  }
}
main .imgproyectos .card a {
  background: #d1571f;
  border-color: orange;
  color: orange;
  width: 10vw;
  align-content: center;
  margin: 1rem;
}
main .imgproyectos .card a:hover {
  background: orange;
  border-color: black;
  color: black;
}
@media screen and (max-width: 768px) {
  main .imgproyectos .card a {
    display: inline-table;
  }
}
main .maindexport {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  main .maindexport {
    position: absolute;
    top: 10rem;
    display: flow;
  }
}
main .maindexport .tituloproyectos {
  color: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgb(218, 197, 116) 0%, rgb(208, 143, 23) 25%, rgb(178, 72, 0) 50%, rgb(134, 0, 0) 75%, rgb(80, 0, 0) 100%); /* Degradado de izquierda a derecha con tres colores */
  background-clip: text; /* Recorta el fondo a la forma del texto */
  color: transparent; /* Hace que el color de relleno del texto sea transparente */
  font-size: 5rem;
  padding: 3rem;
  display: flex;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
}
@media screen and (max-width: 1280px) {
  main .maindexport .tituloproyectos {
    font-size: 4rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main .maindexport .tituloproyectos {
    display: flow;
  }
}
main .maindexport .subtituloproyectos {
  color: rgb(255, 255, 255);
  padding: 2rem;
  font-size: 5rem;
  display: flex;
  font-family: "New Amsterdam", sans-serif;
  -webkit-animation: tracking-in-expand 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@media screen and (max-width: 1280px) {
  main .maindexport .subtituloproyectos {
    font-size: 2rem;
    padding: 0.5rem;
    display: flow;
  }
}
@media screen and (max-width: 768px) {
  main .imgportfolio {
    position: absolute;
    top: 33rem;
  }
}
main .imgportfolio ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .imgportfolio ul li {
  width: 23rem;
  padding: 1rem;
  list-style-type: none;
  gap: 1rem img;
  gap-border: 0 !important;
  gap-padding: 0 !important;
  gap-border-radius: 2rem !important;
}
main .imgportfolio ul li .bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}
@media screen and (max-width: 1280px) {
  main .imgportfolio ul li {
    width: 10rem;
    padding: 1rem;
  }
}
main button.shake-horizontal {
  background: #d1571f;
  border-color: orange;
  color: orange;
  padding: 1rem;
  border-radius: 1rem;
  align-content: right;
}
main button.shake-horizontal:hover {
  background: orange;
  border-color: black;
  color: black;
}
main .tituloquiensoy {
  padding-right: 10rem;
  display: flow;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main .tituloquiensoy {
    padding-right: 0;
  }
}
main .tituloquiensoy h1 {
  font-family: system-ui;
  font-size: 4rem;
  padding: 1rem;
  color: rgb(228, 156, 68);
  font-family: "New Amsterdam", sans-serif;
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@media screen and (max-width: 768px) {
  main .tituloquiensoy h1 {
    font-size: 2.3rem;
    text-align: center;
  }
}
main .tituloquiensoy h2 {
  font-size: xx-large;
  font-family: "New Amsterdam", sans-serif;
  padding: 1rem;
  color: antiquewhite;
}
@media screen and (max-width: 768px) {
  main .tituloquiensoy h2 {
    text-align: center;
    font-size: 1.2rem;
  }
}
main .sobremi {
  color: white;
  display: flex;
}
@media screen and (max-width: 768px) {
  main .sobremi {
    display: flow-root;
  }
}
main .sobremi p {
  font-size: 2rem;
  font-family: "New Amsterdam", sans-serif;
  width: 50vw;
  padding: 3rem;
  padding-left: 1rem;
  margin: 5rem;
}
@media screen and (max-width: 1280px) {
  main .sobremi p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  main .sobremi p {
    width: 95vw;
    padding: 0rem;
    padding-left: 0rem;
    margin: 0rem;
    font-size: 1.2rem;
    text-align: center;
    align-content: center;
  }
}
main .sobremi img {
  width: 30vw;
  margin-left: 7rem;
}
@media screen and (max-width: 768px) {
  main .sobremi img {
    margin-left: 2rem;
    width: 80vw;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .mainquiensoy {
    position: absolute;
    top: 11rem;
  }
}

.contactoCaja {
  display: flex;
  padding: 0 20rem 0;
}
@media screen and (max-width: 768px) {
  .contactoCaja form label, .contactoCaja textarea, .contactoCaja input {
    width: 20rem;
  }
}
@media screen and (max-width: 1280px) {
  .contactoCaja form label, .contactoCaja textarea, .contactoCaja input {
    width: 15rem;
  }
}
@media (min-width: 1360px) {
  .contactoCaja form label, .contactoCaja textarea, .contactoCaja input {
    width: 25rem;
  }
}
.contactoCaja img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .contactoCaja img {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .contactoCaja img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .contactoCaja {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .contactoCaja {
    padding: 0 8rem 0 0;
  }
}
@media (min-width: 1360px) {
  .contactoCaja {
    padding: 0 10rem;
  }
}

footer {
  display: flex;
  justify-content: flex-end;
}
footer a {
  background: #d1571f;
  border-color: orange;
  color: white;
  border-radius: 0.3rem;
  margin: 0.1rem;
  text-decoration: none;
  color: black;
  background: white;
  padding: 1rem;
  -webkit-animation: blink-1 0.6s both;
  animation: blink-1 0.6s both;
}
footer a:hover {
  background: orange;
  border-color: black;
  color: black;
}
footer a:hover {
  background: rgb(64, 145, 238);
  color: white;
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}
@media screen and (max-width: 768px) {
  footer a {
    margin: 0rem;
  }
}

.mainform {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mainform .titulocontacto h1 {
  font-size: 3rem;
  display: block;
  padding: 2rem;
  font-family: "Space Grotesk", sans-serif;
}
.mainform form {
  text-align: center;
  background: linear-gradient(90deg, rgb(27, 4, 5) 0%, rgb(58, 11, 0) 16.667%, rgb(94, 27, 0) 33.333%, rgb(132, 51, 0) 50%, rgb(166, 80, 1) 66.667%, rgb(194, 112, 13) 83.333%, rgb(212, 143, 28) 100%);
  padding: 1rem 3rem 1rem 0rem;
}
.mainform form h2 {
  color: #d65858;
  font-size: 3rem;
  font-family: "New Amsterdam", sans-serif;
  color: black;
  font-weight: 500;
  text-align: right;
}
.mainform form .input-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.mainform form .input-group label {
  color: #d65858;
  font-size: 1.3rem;
  font-weight: 600;
  padding-left: 16px;
  font-style: oblique;
  color: white;
}
.mainform form .input-group input, .mainform form .input-group textarea {
  color: #000000;
  outline: none;
  padding: 0.6rem;
  width: 23rem;
  border-radius: 2rem !important;
}
.mainform form .input-group .bnt {
  background: #d1571f;
  border-color: orange;
  color: orange;
}
.mainform form .input-group .bnt:hover {
  background: orange;
  border-color: black;
  color: black;
}

body {
  margin: 0;
  padding: 0;
  background: black !important;
}

.bg-body-tertiary {
  background-color: black !important;
}

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