body {
  background-color: #0d1117;
  color: #f0f6fc;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.profile-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #58a6ff;
    box-shadow: 0 0 10px rgba(88, 166, 255, 0.5);
  }
  
.person-card {
  background-color: #f0f6fc;
  padding: 50px;
  border-radius: 50px;
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
}

.section-title {
  color: #58a6ff;
  font-size: 1.2rem;
  border-bottom: 1px solid #58a6ff;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.whatsapp-link {
  text-decoration: none;
  color: #25d366;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}

.whatsapp-link:hover {
  color: #1ebd59;
}
.profile-img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #58a6ff;
    box-shadow: 0 0 10px rgba(88, 166, 255, 0.5);
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .whatsapp-link {
    text-decoration: none;
    color: #25d366;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  
  .whatsapp-link:hover {
    color: #1ebd59;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #000000; 
    color: white;
  }
  
  .navbar {
    height: 80px;
    font-size: 1.2rem;
    background-color: #004aad !important;
  }
  
  .navbar-nav .nav-link {
    color: white !important;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .inicio-background {
    background-image: url('cumbre.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
  }
  body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url('cumbre.jpeg'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
  }
  
  .navbar {
    height: 80px;
    font-size: 1.2rem;
    background-color: #004aad !important;
  }
  
  .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
 
  body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url('cumbre.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    color: white;
  }
  


.github-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccc;
  border-radius: 12px;
  transition: transform 0.2s, background-color 0.3s;
}

.github-card:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.02);
}

.github-card a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.github-card a:hover {
  text-decoration: underline;
}
.link-cuadro {
  color: red !important;
  font-weight: bold;
}
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Segoe UI', sans-serif;
}

.hero {
  height: 100vh;
  background: url('cumbre.jpeg') no-repeat center center fixed;
  background-size: cover;
  position: relative;
  padding-top: 70px; 
}

.navbar {
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

h1, p {
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}
body {
  font-family: 'Arial', sans-serif;
  background-color: #f8f9fa;
}

header {
  background-color: #0d6efd;
  color: white;
}

footer {
  background-color: #0d6efd;
  color: white;
}

.card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card img {
  height: 200px;
  object-fit: cover;
}
.section-title {
  font-size: 2rem;
  color: #004aad;
  font-weight: bold;
}

.card {
  border-radius: 15px;
  border: none;
  background-color: #f8f9fa;
}

.card-title {
  font-weight: 600;
  color: #333;
}
.social-links img,
.card a img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
  vertical-align: middle;
}
.hero {
  height: 100vh;
  background-image: url('fondo.jpg'); 
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
  backdrop-filter: brightness(1.15) contrast(1.1); 
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}


  
  
  
  
  
  
  