/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "Inter Tight", sans-serif;
  background-color: #e3eaee;
}

.header_social {
  background-color: #000;
  width: 100%;
  padding: 0.5rem;
}
.header_social .header_social_bg {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.header_social .header_social_bg div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header_social .header_social_bg div:hover {
  transform: scale(110%);
}
.header_social .header_social_bg div a {
  color: #fff;
  text-decoration: none;
}
.header_social .header_social_bg div a:link {
  color: #fff;
}
.header_social .header_social_bg div a:hover {
  transform: scale(110%);
}
.header_social .header_social_bg div img {
  width: 15px;
  filter: invert(100%);
}

.acercaDe {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
  margin-bottom: 2rem;
  /* background-image: linear-gradient(rgba(5, 7, 12,0.50),rgba(5, 7, 12, 0.50)); */
}
.acercaDe__portada {
  text-align: center;
}
.acercaDe__portada h1 {
  font-size: 7rem;
  font-weight: 700;
  color: #333333;
}
.acercaDe__portada h1 span {
  color: #143a5e;
}
.acercaDe__portada h4 {
  opacity: 0.7;
  font-weight: 400;
  color: #393939;
}
.acercaDe__resume {
  position: relative;
  width: 75%;
  margin-top: 4rem;
  background-color: #f8f8f8;
  padding: 2rem;
  border-radius: 40px;
  box-shadow: 0 35px 80px rgba(175, 185, 201, 0.3);
  z-index: 996;
  max-width: 1200px;
  color: #393939;
}
.acercaDe__resume p {
  /* text-wrap: balance; */
  text-align: justify;
  margin-bottom: 10px;
  line-height: 1.62;
}

.separatorPrimary {
  height: 15px;
  width: 150px;
  background-color: rgba(51, 51, 51, 0.2);
  margin: 30px auto;
  border-radius: 10px;
}

.separator {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 4rem;
  padding: 2rem 0;
  background-color: #fff;
  position: relative;
  z-index: 995;
  color: #393939;
  box-shadow: 0 35px 80px rgba(128, 128, 128, 0.5);
}
.separator div {
  flex-grow: 1;
  height: 2px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
}
.separator div h2 {
  color: #393939;
}

.btn {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  text-decoration: none;
  padding: 0.5rem;
  /* margin-right: 1rem; */
  width: 8.3rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.btn:hover {
  transform: scale(110%);
}

.main h2 {
  text-align: center;
  font-size: 4rem;
  color: #393939;
}
.main__fullstack h2 {
  text-align: center;
  padding: 2rem 0;
  font-size: 3rem;
  background-color: #fff;
  position: relative;
  z-index: 995;
}
.main__fullstack .main__fullstackProjects .contentProject {
  position: relative;
  overflow: hidden;
  box-shadow: 0px -10px 80px black;
  z-index: 990;
}
.main__fullstack .main__fullstackProjects .contentProject .bg-img {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  object-fit: contain;
}
.main__fullstack .main__fullstackProjects .contentProject .bg {
  background-image: linear-gradient(rgba(5, 7, 12, 0.8), rgba(5, 7, 12, 0.8));
  /* box-shadow: 0px 0px 5px 5px white; */
  color: #fff;
  position: relative;
  z-index: 990;
  padding: 4rem 4rem;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__resume {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 995;
  max-width: 1200px;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__resume h3 {
  margin: 1rem 0;
  font-size: 3rem;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__resume p {
  width: 75%;
  margin: 0 auto;
  text-align: justify;
  line-height: 1.62;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__resume div {
  margin: 1rem 0;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__resume div h4 {
  margin: 0.5rem 0;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__resume div img {
  width: 50px;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__images {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 60%;
  padding: 2rem;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__images button {
  background-color: transparent;
  border: none;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__images button img {
  width: 40px;
  filter: invert(100%);
  cursor: pointer;
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__images button img:hover {
  transform: scale(110%);
}
.main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__images img {
  width: 95%;
  /* box-shadow: 0 1rem 3rem rgba(black, .50); */
}
.main__fullstack .main__fullstackProjects .contentProject .bg--invert {
  flex-direction: row-reverse;
}
.main__fullstack .main__fullstackProjects .contentProject .contentProject > .bg:hover {
  transform: scale(110%);
}

@media screen and (max-width: 991px) {
  .acercaDe__portada h1 {
    font-size: 12vw;
  }
  .acercaDe__portada h4 {
    font-size: 3vw;
    padding: 0 0.5rem;
  }
  .acercaDe__resume {
    width: 90%;
  }
  .main h2 {
    font-size: 7vw;
  }
  .main .main__fullstack .main__fullstackProjects .contentProject .bg-img {
    width: auto;
    height: 100%;
  }
  .main .main__fullstack .main__fullstackProjects .contentProject .bg {
    padding: 4rem 0;
  }
  .main .main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth {
    flex-direction: column;
  }
  .main .main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__resume {
    width: 100%;
  }
  .main .main__fullstack .main__fullstackProjects .contentProject .bg .backgroundWidth .contentProject__images {
    justify-content: center;
    width: 70%;
    padding: 2rem 0;
  }
  .btn {
    width: 8.3rem;
  }
}
@media screen and (max-width: 567px) {
  .main h2 {
    font-size: 8.5vw;
  }
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 30px;
  margin-top: 40px;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 0.5rem;
  }
}

.project-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(20, 58, 94, 0.1);
  border: 1px solid rgba(20, 58, 94, 0.1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.8s ease-out both;
}
.project-card:nth-child(1) {
  animation-delay: 0.1s;
}
.project-card:nth-child(2) {
  animation-delay: 0.2s;
}
.project-card:nth-child(3) {
  animation-delay: 0.3s;
}
.project-card:nth-child(4) {
  animation-delay: 0.4s;
}
.project-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent, rgba(20, 58, 94, 0.05));
  background: linear-gradient(90deg, transparent, rgba(20, 58, 94, 0.05), transparent);
  transition: left 0.6s;
}
.project-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(20, 58, 94, 0.2);
  border-color: #143a5e;
}
.project-card:hover::before {
  left: 100%;
}
.project-card:hover .project-image {
  transform: scale(1.05);
}
.project-card:hover .image-overlay {
  opacity: 1;
}
.project-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  transition: 0.4s ease;
  position: relative;
}
.project-card__image-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.project-card__content {
  padding: 30px;
}
@media (max-width: 768px) {
  .project-card__content {
    padding: 20px;
  }
}
.project-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.project-card__icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #143a5e, #2a5a8a);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 24px;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(20, 58, 94, 0.3);
  transition: 0.3s ease;
}
.project-card__icon:hover {
  transform: scale(1.1) rotate(5deg);
}
.project-card__icon__img {
  width: 45px;
}
.project-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #143a5e;
  margin-bottom: 5px;
}
.project-card__type {
  font-size: 0.9rem;
  color: #393939;
  opacity: 0.8;
}
.project-card__description {
  color: #393939;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 1rem;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(20, 58, 94, 0.1), rgba(20, 58, 94, 0.3));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px 20px 0 0;
}

.project-tech {
  margin-bottom: 25px;
}
.project-tech__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #143a5e;
  margin-bottom: 10px;
}
.project-tech__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.project-tech__tag {
  background: linear-gradient(135deg, #143a5e, #2a5a8a);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: 0.3s ease;
  cursor: pointer;
}
.project-tech__tag:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(20, 58, 94, 0.4);
}
.project-tech__tag:active {
  animation: pulse 0.6s ease-in-out;
}

.project-links {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .project-links {
    flex-direction: column;
  }
}

.project-link {
  flex: 1;
}
.project-link--primary {
  background: #143a5e;
  color: #ffffff;
  border: 2px solid #143a5e;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}
.project-link--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(20, 58, 94, 0.3);
}
.project-link--primary:hover {
  background: #2a5a8a;
  border-color: #2a5a8a;
}
.project-link--secondary {
  background: transparent;
  color: #143a5e;
  border: 2px solid #143a5e;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}
.project-link--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(20, 58, 94, 0.3);
}
.project-link--secondary:hover {
  background: #143a5e;
  color: #ffffff;
}

.status-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}
.status-badge--completed {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: #ffffff;
}
.status-badge--progress {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
  color: #ffffff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shadow-light {
  box-shadow: 0 10px 30px rgba(20, 58, 94, 0.1);
}

.text-gradient {
  background: linear-gradient(45deg, #143a5e, #2a5a8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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