body {
  font-family: "Bahnschrift Condensed", "Inter", Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  margin: 0;
  padding-top: 80px;
  background-color: #f7f9fb;
  letter-spacing: 0.02em;
}
a {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;}
img {
  height: 60px;
  padding-right: 10px;}
h1 {
  position: absolute;
  top: 30%;
  left: 15%;
  right: 15%;
  z-index: 2;
  font-size: 28px;
  color: #000000;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-weight: 500;
  line-height: 1.5;}
nav {
  display: flex;
  align-items: center;}
.d1 {
  display: flex;
  justify-content: space-between;
  font-weight: bold;}
.d2 {
  display: flex;
  flex-direction: column;
  justify-content: center;}
.Np{
  font-size: 20px;
  margin: 0px;
  margin-bottom: 2px;
  height: 24px;}
.Cargo{
  font-size: 17px;
  margin: 0px;}
.anav {
  font-size: 18px;}
.navbar-brand {
  font-size: 18px;
  text-decoration: none;
}
.anav:hover {
  color: #ffffff;}

.boton {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
}

.button {
  background: #f8f9fa;
  color: #333333;
  padding: 12px 30px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.button:hover {
  background: #61ad74;
  color: #ffffff;
  border-color: #61ad74;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(97, 173, 116, 0.3);
}

.nav-menu {
  padding-right: 5%;}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  background-color: #61ad74;
  padding: 0 10px;
  gap: 30px;
  z-index: 1000;}
.icon-close {
  display: none;}
.nav-menu.is-open .icon-close {
  display: block;}
.nav-menu.is-open .icon-hamburger {
  display: none;}
.menu-toggle {
  display: none;}
.menu-container {
  display: flex;
  flex-direction: column;}
#sobre-content {
  position: relative;
  overflow: hidden;}
.scroll-fade-bg {
  position: absolute;
  overflow: hidden;
  filter: saturate(135%);
  background-size: cover;}
.scroll-fade-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(247, 249, 251, 0) 60%,
    rgba(247, 249, 251, 0.6) 85%,
    rgba(247, 249, 251, 1) 100%);}
#sobre-content > .scroll-fade-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  filter: contrast(110%) brightness(105%);}
.bg-scytalopus-robbinsi {
  background-image: url(../imagenes/Represa.jpg);}
.ubiequipo-grid{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;}
.ubiequipo{
  width: 320px;
  display: flex;
  justify-content: center;
  text-align: center;}
.animal{
  height: 200px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: float 4s ease-in-out infinite;
}
.ubiequipo:hover .animal {
  transform: scale(1.1) translateY(-10px);
  animation-play-state: paused;
}
.pequipo{
  font-size: 18px;
  margin: 10px 0;
  transition: color 0.3s ease;
}
.ubiequipo:hover .pequipo {
  color: #61ad74;
  font-weight: bold;
}
.ubiequipo {
  width: 320px;
  padding: 15px;
  border-radius: 15px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.ubiequipo:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
/* Estilo de Tarjetas para Contenido */
.card {
  background: #ffffff;
  margin: 40px 7%;
  padding: 40px 60px;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), 
              opacity 0.8s ease, 
              visibility 0.8s;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.pcabecera {
  font-size: 45px;
  margin: 20px 7%;
  font-weight: bold;
  color: #1a1a1a;
  border-left: 6px solid #61ad74;
  padding-left: 20px;
  line-height: 1;
}
.pcuerpo {
  margin: 0;
  font-size: 21px;
  color: #555555;
  text-align: left;
}
.espaciador {
  padding: 20px 0;}
.espaciador1 {
  padding: 340px;}
.espaciadorF {
  padding: 80px;
  background: linear-gradient(
    to bottom,
    rgba(247, 249, 251, 0) 0%,
    rgba(247, 249, 251, 0.2) 40%,
    rgba(0, 0, 0, 0.8) 90%,
    rgba(0, 0, 0, 1) 100%
  );}
footer {
  padding: 0% 0% 0% 0%;
  background: #000000;
}

.bfooter {

  display: flex;
  flex-direction: row;
  justify-content: center;}
.pfooter {
  font-size: 12px;
  color: #c7c7c7;
  align-content: center;}
.pfooter:hover {
  color: #ffffff;}
.cfooter{
  font-size: 12px;
  color: #c7c7c7;
  display: flex;
  justify-content: center;
  padding-bottom: 2%;}
.mapa-container {
  position: relative;
  max-width: 600px;
  width: 100%;
  height: 450px;
  margin: 30px auto 0 auto;
  z-index: 0;
  border-radius: 12px;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  background: #fdfdfd;
}
#info-box {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  background-color: #b2ccb8;
  border: 1px solid #333;
  color: #000000;
  border-radius: 0.3pc;
  font-weight: bold;
  font-size: 14px;}
#paises {
    fill: #5f5f5f;
    stroke: #c7c7c7;
    stroke-width: 0.1px;}
#provincias {
    fill: #ccc;
    stroke: #666;
    stroke-width: 0.3px;}
#provincias path:hover {
    fill: #007bff;}
.mapa-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}
#controles-zoom {
  position: relative;
  text-align: right;
  margin: 5px 5px 0px 0px;}
#controles-zoom button {
  padding: 2px 12px;
  font-size: 20px;
  cursor: pointer;
  background: #000000;
  color: #ccc;
  border: none;
  border-radius: 0.3pc;
  font-weight: bold;}
.footersvg{
  height: 40px;
  fill: #c7c7c7;}
.footersvg:hover {
  fill: #ffffff;}
@media (max-width: 1075px) {
  .nav-menu {
    position: relative;
    justify-content: space-between;}
  .nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;}
  .nav-menu a:hover {
    color: #ffffff;}
  .menu-toggle {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1;}
  .menu-container {
    position: fixed;
    top: -400px;
    left: 0;
    width: 100%;
    height: 380px;
    background-color: #4e8b5d;
    transition: top 0.3s ease;}
  .menu-container.is-open {
    top: 0;}
  .menu-container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding-top: 30px;}
    .card {
    padding: 35px 25px;
    margin: 30px 4%;
  }}

@media (max-width: 810px) {
  .animal-scopeh {
    background-position: 0% 0%;
    padding: 0% 0% 30% 0%;}
h1 {
  top: 25%;
  text-align: center;
  font-size: 26px;
  position: absolute;}
  .bfooter {
    flex-direction: column;
    align-items: center;}
  .espaciador1 {
    padding: 380px;}
.pcabecera {
  margin: 10px 10%;
  justify-content: center;
  text-align: center;
  padding-left: 0px;}
    .pcuerpo {
  margin: 0% 10% 2% 10%;
  text-align: center;}
  .card {
    margin: 20px 3%;
  }}
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal-delay-1 { transition-delay: 0.2s; }
.reveal-delay-2 { transition-delay: 0.4s; }
.reveal-delay-3 { transition-delay: 0.6s; }
