/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

Inside media queries 1em is always 16px i.e 1em = 16px at every screen size only inside media queries
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: inherit; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 59%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 56%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 65%; } }

body {
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  font-family: sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Source Sans Pro', sans-serif; }

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

li {
  list-style: none; }

input:focus,
button:focus,
a:focus,
textarea:focus {
  outline: none; }

button {
  border: none;
  cursor: pointer; }

textarea {
  resize: none; }









  

.heading-primary {
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center; }
  @media only screen and (max-width: 37.5em) {
    .heading-primary {
      font-size: 4.5rem; } }

.heading-sec__mb-bg {
  margin-bottom: 11rem; }
  @media only screen and (max-width: 56.25em) {
    .heading-sec__mb-bg {
      margin-bottom: 8rem; } }

.heading-sec__mb-med {
  margin-bottom: 9rem; }
  @media only screen and (max-width: 56.25em) {
    .heading-sec__mb-med {
      margin-bottom: 8rem; } }

.heading-sec__main {
  display: block;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative; }
  .heading-sec__main--lt {
    color: #fff; }
    .heading-sec__main--lt::after {
      content: '';
      background: #fff !important; }
  .heading-sec__main::after {
    content: '';
    position: absolute;
    top: calc(100% + 1.5rem);
    height: 5px;
    width: 3rem;
    background: var(--accent-color);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px; }
    @media only screen and (max-width: 37.5em) {
      .heading-sec__main::after {
        top: calc(100% + 1.2rem); } }

.heading-sec__sub {
  display: block;
  text-align: center;
  color: #777;
  font-size: 2rem;
  font-weight: 500;
  max-width: 80rem;
  margin: auto;
  line-height: 1.6; }
  @media only screen and (max-width: 37.5em) {
    .heading-sec__sub {
      font-size: 1.8rem; } }
  .heading-sec__sub--lt {
    color: #eee; }

.heading-sm {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.main-container {
  max-width: 120rem;
  margin: auto;
  width: 92%; }

.btn {
  background: #fff;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  transition: transform .3s; }
  .btn--bg {
    padding: 1.5rem 8rem;
    font-size: 2rem; }
  .btn--med {
    padding: 1.5rem 5rem;
    font-size: 1.6rem; }
  .btn--theme {
    background: #0062b9;
    color: #fff; }
  .btn--theme-inv {
    color: #0062b9;
    background: #fff;
    border: 2px solid #0062b9;
    box-shadow: none;
    padding: calc(1.5rem - 2px) calc(5rem - 2px); }

.sec-pad {
  padding: 12rem 0; }
  @media only screen and (max-width: 56.25em) {
    .sec-pad {
      padding: 8rem 0; } }

.text-primary {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  width: 100%;
  line-height: 1.6; }
  @media only screen and (max-width: 37.5em) {
    .text-primary {
      font-size: 2rem; } }

.d-none {
  display: none; }

.home-hero {
  color: #fff;
  background: linear-gradient(to left, rgba(0, 98, 185, 0.8), rgba(0, 98, 185, 0.8)), url(../../assets/svg/common-bg.svg);
  background-position: center;
  height: 100vh;
  min-height: 80rem;
  max-height: 120rem;
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .home-hero {
      height: unset;
      min-height: unset; } }
  .home-hero__socials {
    position: absolute;
    top: 50%;
    border: 2px solid #eee;
    border-left: 2px solid #eee;
    transform: translateY(-50%); }
    @media only screen and (max-width: 56.25em) {
      .home-hero__socials {
        display: none; } }
  .home-hero__mouse-scroll-cont {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 37.5em) {
      .home-hero__mouse-scroll-cont {
        display: none; } }
  .home-hero__social {
    width: 5rem; }
  .home-hero__social-icon-link {
    width: 100%;
    display: block;
    padding: 1.2rem;
    border-bottom: 2px solid #eee;
    transition: background .3s; }
    .home-hero__social-icon-link:hover {
      background: rgba(255, 255, 255, 0.1); }
    .home-hero__social-icon-link--bd-none {
      border-bottom: 0; }
  .home-hero__social-icon {
    width: 100%; }
  .home-hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90rem;
    width: 92%; }
    @media only screen and (max-width: 37.5em) {
      .home-hero__content {
        padding: 19rem 0 13rem 0;
        margin: auto;
        position: static;
        transform: translate(0, 0); } }
  .home-hero__info {
    margin: 3rem auto 0 auto;
    max-width: 80rem; }
  .home-hero__cta {
    margin-top: 5rem;
    text-align: center; }

.about {
  background: #fafafa; }
  .about__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem; }
    @media only screen and (max-width: 56.25em) {
      .about__content {
        grid-template-columns: 1fr;
        grid-gap: 8rem; } }
    .about__content-title {
      font-weight: 700;
      font-size: 2.8rem;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 37.5em) {
        .about__content-title {
          font-size: 2.4rem; } }
    .about__content-details-para {
      font-size: 1.8rem;
      color: grey;
      max-width: 60rem;
      line-height: 1.7;
      margin-bottom: 1rem; }
      .about__content-details-para--hl {
        font-weight: 700;
        margin: 0 3px; }
      .about__content-details-para:last-child {
        margin-bottom: 4rem; }

.projects__row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 5rem;
  margin-bottom: 11rem; }
  @media only screen and (max-width: 56.25em) {
    .projects__row {
      grid-template-columns: 1fr;
      grid-gap: 2rem;
      margin-bottom: 8rem; } }
  @media only screen and (max-width: 56.25em) {
    .projects__row {
      text-align: center; } }
  .projects__row:last-child {
    margin-bottom: 0; }
  .projects__row-img-cont {
    overflow: hidden; }
  .projects__row-img {
    width: 100%;
    display: block;
    object-fit: cover; }
  .projects__row-content {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start; }
    @media only screen and (max-width: 56.25em) {
      .projects__row-content {
        align-items: center; } }
    .projects__row-content-title {
      font-weight: 700;
      font-size: 2.8rem;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 37.5em) {
        .projects__row-content-title {
          font-size: 2.4rem; } }
    .projects__row-content-desc {
      font-size: 1.8rem;
      color: grey;
      max-width: 60rem;
      line-height: 1.7;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 37.5em) {
        .projects__row-content-desc {
          font-size: 1.7rem; } }

.contact {
  background: linear-gradient(to right, var(--accent-color), #6412c9), url(../../assets/svg/common-bg.svg);
  background-size: cover;
  background-position: center; 
      background-image: url(../assets/jpeg/purple_logo_pattern.webp);
    background-repeat: repeat;
    background-size: auto;

}
  .contact__form-container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 4rem;
    margin-top: 6rem;
    max-width: 80rem;
    text-align: right;
    width: 95%;
    border-radius: 5px;
    margin: 5rem auto 0 auto; }
    @media only screen and (max-width: 37.5em) {
      .contact__form-container {
        padding: 3rem; } }
  .contact__form-field {
    margin-bottom: 4rem; }
    @media only screen and (max-width: 37.5em) {
      .contact__form-field {
        margin-bottom: 3rem; } }
  .contact__form-label {
    color: #666;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    text-align: left; }
  .contact__form-input {
    color: #333;
    padding: 2rem;
    width: 100%;
    border: 1px solid #ebebeb;
    font-size: 1.6rem;
    letter-spacing: 0px;
    background: #f0f0f0;
    border-radius: 5px;
    font-weight: 600;
    /* Code for Modern Browsers */
    /* Code for WebKit, Blink, Edge */
    /* Code for Internet Explorer 10-11 */
    /* Code for Microsoft Edge */
    /* Code for Mozilla Firefox 4 to 18 */
    /* Code for Mozilla Firefox 19+ */ }
    .contact__form-input::placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input::-webkit-input-placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input:-ms-input-placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input::-ms-input-placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input:-moz-placeholder {
      opacity: 1;
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input::-moz-placeholder {
      opacity: 1;
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
  .contact__btn {
    width: 30%;
    padding: 2rem 4rem;
    font-size: 1.6rem; }
    @media only screen and (max-width: 37.5em) {
      .contact__btn {
        width: 100%; } }

.project-cs-hero {
  color: #fff;
  background: linear-gradient(to right, rgba(0, 98, 185, 0.8), rgba(0, 98, 185, 0.8)), url(../../assets/svg/common-bg.svg);
  background-size: cover;
  background-position: center;
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .project-cs-hero {
      height: unset;
      min-height: unset; } }
  .project-cs-hero__content {
    padding: 25rem 0 17rem 0;
    max-width: 90rem;
    width: 92%;
    margin: auto; }
    @media only screen and (max-width: 37.5em) {
      .project-cs-hero__content {
        padding: 19rem 0 13rem 0;
        margin: auto;
        position: static;
        transform: translate(0, 0); } }
  .project-cs-hero__info {
    margin: 3rem auto 0 auto;
    max-width: 80rem; }
  .project-cs-hero__cta {
    margin-top: 5rem;
    text-align: center; }

.project-details__content {
  padding: 8rem 0;
  max-width: 90rem;
  margin: auto; }
  .project-details__content-title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 37.5em) {
      .project-details__content-title {
        font-size: 2.4rem; } }

.project-details__showcase-img-cont {
  width: 100%;
  margin-bottom: 6rem; }

.project-details__showcase-img {
  width: 100%; }

.project-details__content-main {
  width: 100%;
  max-width: 70rem;
  margin: auto; }

.project-details__desc {
  margin: 0 0 7rem 0; }
  .project-details__desc-para {
    font-size: 1.8rem;
    line-height: 1.7;
    color: grey;
    margin-bottom: 2rem; }

.project-details__tools-used {
  margin: 0 0 7rem 0; }
  .project-details__tools-used-list {
    display: flex;
    flex-wrap: wrap; }
  .project-details__tools-used-item {
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    font-weight: 600;
    color: #777; }

.project-details__links {
  margin: 0 0; }
  .project-details__links-btn {
    margin-right: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .project-details__links-btn {
        margin-right: 0;
        width: 70%;
        margin-bottom: 2rem;
        text-align: center; } }
    .project-details__links-btn:last-child {
      margin: 0; }
      @media only screen and (max-width: 37.5em) {
        .project-details__links-btn:last-child {
          margin: 0; } }

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #000;
  background: #fff;
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1); }
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 5rem; }
    @media only screen and (max-width: 56.25em) {
      .header__content {
        padding: 0 2rem; } }
  .header__logo-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
    transition: color .3s; }
    .header__logo-container:hover {
      color: #0062b9; }
  .header__logo-img-cont {
    width: 5rem;
    height: 5rem;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 1.5rem;
    background: #0062b9; }
    @media only screen and (max-width: 56.25em) {
      .header__logo-img-cont {
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 1.2rem; } }
  .header__logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .header__logo-sub {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px; }
  .header__links {
    display: flex; }
    @media only screen and (max-width: 37.5em) {
      .header__links {
        display: none; } }
  .header__link {
    padding: 2.2rem 3rem;
    display: inline-block;
    font-size: 1.6rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: color .3s; }
    .header__link:hover {
      color: #0062b9; }
    @media only screen and (max-width: 56.25em) {
      .header__link {
        padding: 3rem 1.8rem;
        font-size: 1.5rem; } }
  .header__main-ham-menu-cont {
    display: none;
    width: 3rem;
    padding: 2.2rem 0; }
    @media only screen and (max-width: 37.5em) {
      .header__main-ham-menu-cont {
        display: block; } }
  .header__main-ham-menu {
    width: 100%; }
  .header__main-ham-menu-close {
    width: 100%; }
  .header__sm-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
    .header__sm-menu--active {
      visibility: hidden;
      opacity: 0; }
      @media only screen and (max-width: 37.5em) {
        .header__sm-menu--active {
          visibility: visible;
          opacity: 1; } }
  .header__sm-menu-link a {
    display: block;
    text-decoration: none;
    padding: 2.5rem 3rem;
    font-size: 1.6rem;
    color: #333;
    text-align: right;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color .3s; }
    .header__sm-menu-link a:hover {
      color: #0062b9; }
  .header__sm-menu-link:first-child a {
    border-top: 1px solid #eee; }
  .header__sm-menu-link-last {
    border-bottom: 0; }

.main-footer {
  background: #000;
  color: #fff; }
  .main-footer__upper {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__upper {
        padding: 6rem 0; } }
    @media only screen and (max-width: 37.5em) {
      .main-footer__upper {
        display: block; } }
  .main-footer__row-1 {
    order: 2; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__row-1 {
        margin-bottom: 5rem; } }
  .main-footer__row-2 {
    width: 40%;
    order: 1;
    max-width: 50rem; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__row-2 {
        width: 100%; } }
  .main-footer__short-desc {
    margin-top: 2rem;
    color: #eee;
    font-size: 1.5rem;
    line-height: 1.7; }
  .main-footer__social-cont {
    margin-top: 2rem; }
  .main-footer__icon {
    margin-right: 1rem;
    width: 2.5rem; }
    .main-footer__icon--mr-none {
      margin-right: 0; }
  .main-footer__lower {
    padding: 4rem 0;
    border-top: 1px solid #444;
    color: #eee;
    font-size: 1.2rem;
    text-align: left;
    text-align: center; }
    .main-footer__lower a {
      text-decoration: underline;
      font-weight: bold;
      margin-left: 2px; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__lower {
        padding: 3.5rem 0; } }

.skills {
  display: flex;
  flex-wrap: wrap; }
  .skills__skill {
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    font-weight: 600;
    color: #777; }

.mouse {
  width: 25px;
  height: 40px;
  border: 2px solid #eee;
  border-radius: 60px;
  position: relative;
  overflow: hidden; }
  .mouse::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 1.3s infinite;
    -webkit-animation: wheel 1.3s infinite; }

@keyframes wheel {
  to {
    opacity: 0;
    top: 27px; } }

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 27px; } }


.proyect{
  position: relative;
}
.proyect>video{
  width: 100%;
    height: 100%;
    margin-bottom: -5px;
}

.proyect .info{
  
  left: 0px;
  bottom: 0px;
  position: absolute;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: rgba(255,255,255,1);
  width: 100%;
  height: 100%;

  transition: 0.3s;
  opacity: 1;
}
.proyect .info:hover{
  opacity: 0;
}
.proyect .info .proyectName{
  position: absolute;
  bottom: 10px;
  left: 10px;
}



/*NUEVA*/

:root{
  --main_black_color: #0f0f0f;
  --main_black2_color: #181717;
  --main_white_color: white;
  --main_white2_color: rgb(204, 204, 204);
  --main-bg-color: #121212;      /* Fondo principal oscuro */
  --secondary-bg-color: #1E1E1E; /* Tarjetas y elementos secundarios */
  --accent-color: #742acf;       /* Color de acento morado */
  --accent-color-clare: #BB86FC;       /* Color de acento morado */
  --text-primary: #E1E1E1;       /* Texto principal */
  --text-secondary: #A0A0A0;     /* Texto secundario */
  --border-color: #333333;       /* Bordes */
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

  color: var( --main_white_color,inherit) !important;
}
.about__content-details-para, .heading-sec__sub,  .skills__skill, .text-primary{
  color: var(--main_white2_color) !important;
}

.text-home-hero{
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    width: 100%;
    line-height: 1.6;
}

#about, #projects{
  background-color: var(--main_black_color);
}

.header{
  background-color: var(--main_black2_color);
}
.header__link, .header__logo-sub{
  color: white;
  text-decoration: none;
}

.home-hero{
  background: linear-gradient(to right, rgba(11, 12, 12, 0.8), rgba(23, 23, 24, 0.8)), url(../assets/svg/common-bg.svg);
}

.home-hero__cta>a, .contactB{
  background-color: #6412c999 !important;
  color: white !important;
  font-size: 16px !important;
  padding: 10px 30px !important;
  transition: 0.3s !important;
}
.contactB{
  color: var(--main_white_color) !important;
}
.home-hero__cta>a:hover, .contactB:hover{
  background-color: #6412c9 !important;
}

/*PROYECTOS*/

.wrapper{
  position: relative;
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  max-height: 1200px;
  display: grid;
  grid-template-columns: repeat(8,1fr);
  grid-template-rows: repeat(4,1fr);
  grid-gap: 2vmin;
  justify-items: center;
  align-items: center;
}

.wrapper a {
  grid-column: span 2;
  z-index: 1;
  text-decoration: none; /* Opcional: para quitar subrayado */
  
  
}

.wrapper a.project-feature {
  animation: shadowPulse 3s infinite ease-in-out;
}

.wrapper a.project-hide {
    opacity: 0;
    cursor: inherit;
    transition: 0s !important;
    transform: scale(0.1);
    
}
.wrapper a.project-hide img{
  transition: 0s !important;
}

.wrapper a.project-more{
  animation: shadowPulseMore 3s infinite ease-in-out;

}

@keyframes shadowPulse {
  0%, 100% {
    filter: drop-shadow(0 0 7px #e50914);
  }
  50% {
    filter: drop-shadow(0 0 13px #e50914);
  }
}

@keyframes shadowPulseMore {
  0%, 100% {
    filter: drop-shadow(0 0 7px #6919ca);
  }
  50% {
    filter: drop-shadow(0 0 13px #6919ca);
  }
}

.wrapper a:nth-child(7n + 1) {
  grid-column: 2 / span 2;
}

.wrapper a img {
  max-width: 100%;
  margin-bottom: -145px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 50%);
  transform: scale(1);
  transition: all 0.3s;
  display: block;
  
  
}

.wrapper a:hover {
  z-index: 2;
}

.wrapper a:hover img {
  transform: scale(1.6);
  box-shadow: 0 0 50px #e50914;
  z-index: 2;
}

.wrapper a:not(.project-more):hover img {

  filter: brightness(0.6);
}


/* Botón "Ver más" */
.wrapper a .view-button {

  transform: translate(110%, -50%) scale(1);
  padding: 8px 16px;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 3;
  min-width: 80px;
  border-radius: 5px;
  background-color: var(--accent-color) !important;
  color: white !important;
  border: 2px solid var(--accent-color) !important;
}
.wrapper a .view-button:hover{
  box-shadow: 0 0px 32px rgba(187, 134, 252, 0.3) !important;
}

.wrapper a:hover .view-button {
  opacity: 1;
}

/* Para el botón especial de "More Projects" */
.wrapper a.project-more:hover .view-button {
  background-color: #6919ca;
}


/*PAGINA DE PROYECTOS*/
.proyectos-container {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.proyecto-card {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden; /* Para que la imagen respete el borde redondeado */
    background: #171717;
    transition: transform 0.3s ease;
}

.proyecto-card:hover {
    transform: translateY(-5px); /* Efecto hover sutil */
}

.proyecto-imagen {
    height: 190px;
    overflow: hidden;
}

.proyecto-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen sin deformar */
}

.proyecto-contenido {
    padding: 15px;
}

.proyecto-contenido h3 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
}

.proyecto-contenido p {
    margin: 0 0 12px 0;
    color: var(--text-secondary);
    font-size: 1.2rem;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.tag {
    background: #e0e0e0;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.boton-ver-mas {
    display: inline-block;
    padding: 6px 12px;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: background 0.3s;
}

.boton-ver-mas:hover {
    background: #555;
}

.proyecto-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: var(--text-secondary);
}

.proyecto-fecha, .proyecto-tipo {
    display: flex;
    align-items: center;
    gap: 4px;
}

.proyecto-fecha i, .proyecto-tipo i {
    font-size: 0.7rem;
}


.proyecto-contenido h3 {
    margin: 5px 0 10px 0;
}

/*PAGINA DE PROYECTO*/
.project-main-container {
        max-width: 1200px;
        margin: 11rem auto 5rem auto;
        padding: 0 20px;
      }
      .project-main-image {
        margin-bottom: 1.5rem;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid var(--border-color);
      }

      .play-button {
        cursor: pointer;
        opacity: 0.9;
        transition: transform 0.3s, opacity 0.3s;
        width: 80px;
        height: 80px;
      }
      
      .play-button:hover {
        transform: scale(1.1);
        opacity: 1;
      }
      
      .play-button svg {
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
      }
      
      .project-details-card {
        background-color: var(--main_black2_color);
        border-radius: 8px;
        padding: 1.5rem;
        border: 1px solid var(--border-color);
        margin-bottom: 1.5rem;
      }
      .tech-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        gap: 1rem;
        margin-top: 1.5rem;
      }
      
      .tech-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        background-color: var(--main_black2_color);
        border-radius: 8px;
        border: 1px solid var(--border-color);
        transition: all 0.3s ease;
      }
      
      .tech-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        border-color: var(--accent-color);
      }
      
      .tech-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
        color: var(--accent-color-clare);
      }
      
      .tech-label {
        font-size: 0.8rem;
        text-align: center;
        color: var(--text-primary);
      }
      .screenshot-thumb {
        width: 100px;
        height: 100px;
        background-color: #f8f9fa;
        border-radius: 4px;
        border: 1px solid var(--border-color);
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
        cursor: pointer;
        transition: transform 0.2s;
      }
      .screenshot-thumb:hover {
        transform: scale(1.05);
      }
      .project-navigation {
        border-top: 1px solid var(--border-color);
        padding-top: 1.5rem;
        margin-top: 2rem;
      }

            /* Lightbox Styles */
      .lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1000;
        justify-content: center;
        align-items: center;
      }
      .lightbox-content {
        max-width: 90%;
        max-height: 90%;
      }
      .lightbox-content img {
        width: 100%;
        height: auto;
        max-height: 80vh;
        object-fit: contain;
      }
      .close-lightbox {
        position: absolute;
        top: 20px;
        right: 30px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
      }
      .lightbox-nav {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: space-between;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 20px;
      }
      .lightbox-nav button {
        background: rgba(0,0,0,0.5);
        color: white;
        border: none;
        font-size: 30px;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 5px;
      }

      /* Estilos para botones */
      .btn-custom {
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease !important;
        border-radius: 8px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.75rem 1.5rem;
        height: 100%; 
        padding: 0.75rem 0.5rem;
        flex-direction: column; 
        justify-content: center;
      }
      
      .btn-primary {
        background-color: var(--accent-color) !important;
        border: 2px solid var(--accent-color) !important;
        color: white !important;
      }
      
      .btn-primary:hover {
        background-color: transparent !important;
        color: var(--accent-color) !important;
        box-shadow: 0 0px 16px rgba(187, 134, 252, 0.3) !important;
      }
      
      .btn-outline-secondary {
        border: 1px solid var(--text-secondary) !important;
        color: white !important;
        background-color: transparent !important; 
      }
      
      .btn-outline-secondary:hover {
        background-color: var(--text-secondary) !important;
        color: var(--main_black_color) !important;
        box-shadow: 0 0px 16px rgba(255, 255, 255, 0.1) !important;
      }
      
      /* Efecto de onda al hacer clic */
      .btn-custom:hover{
        transform: scale(1.05);
      }
      .btn-custom:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
      }
      
      .btn-custom:focus:not(:active)::after {
        animation: ripple 0.6s ease-out;
      }
      
      @keyframes ripple {
        0% {
          transform: scale(0, 0);
          opacity: 0.5;
        }
        100% {
          transform: scale(20, 20);
          opacity: 0;
        }
      }
      
      /* Estilos para texto */
      h1, h2, h3, h4 {
        color: var(--text-primary);
      }
      
      p, li {
        color: var(--text-secondary);
        font-size: 1.4rem;
      }
      
      .text-muted {
        color: var(--text-secondary) !important;
      }

@media(max-width: 1200px){
  .wrapper img{
    margin-bottom: -45px;
  }
}

@media(max-width: 1024px){

}
@media(max-width: 767px){
  
}