.d1{
display: flex;
justify-content: space-between;
    font-weight: bold;}
.d2{
  display: flex;
  flex-direction: column;
  justify-content: center;}
.d3{
display: flex;
justify-content: center;
align-items: center;}
.pcabecera{
  display: flex;
    font-size: 70px;
    margin: 50px 0px 60px 0px;
    font-weight: bold;
    justify-content: center;
  text-align: center;}
.pcuerpo{
  margin: 0px 15% 0% 15%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.02em;}

.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);}

.button:active {
  transform: translateY(0);}

.espaciador1{
    padding: 120px;}
.espaciador{
    padding: 15px;}
.espaciadorF {
  padding: 70px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 1) 100%
  );}
.postbloque{
  padding-bottom: 5%;}
.imagen{
display: flex;
justify-items: flex-start;}
.Np{
    font-size: 20px;
    margin: 0px;
    margin-bottom: 2px;}
.Cargo{
    font-size: 17px;
    margin: 0px;}
nav{
    display: flex;
    align-items: center;}
.nav-menu{
    padding-right: 5%;}
.encabezado {
width: 100%;
height: 90px;
background: #61ad74;
background: linear-gradient(#000a, transparent);}
.site-header {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    margin: 0px;
    display: flex;
  justify-content: space-between;
  background-color: #61ad74;
    padding: 0px 10px 0px 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;}
.navbar-brand {
  font-size: 18px;
  text-decoration: none;
}
.anav:hover {
  color: #ffffff;}
.mapa-container {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0px auto;
  margin-bottom: 20px;
  border: 2px solid #333;
  z-index: 0;}
#info-box {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  background-color: #b2ccb8;
  border: 1px solid #333;
  border-radius: 0.3pc;
  font-weight: bold;
  font-size: 14px;}
@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;}
.imagen{
    display: none;}
.mapa-container {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0px auto;
  margin-bottom: 20px;
  border: 2px solid #333;
  z-index: 0;}}
  .anav{
    font-size: 18px;}
a{
    padding: 10px;
    font-weight: bold;}
h1{
  padding: 0% 0% 0% 0%;
    display: flex;
    font-weight: bold;
    justify-content: center;}
h2{
    display: flex;
    color:#000000;
    font-size: 25px;
    justify-content: center;}
img {
    height: 60px;
    padding-right: 10px;}
a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    padding-right: 10px;}
body {
    font-family: "Bahnschrift Condensed", Arial, sans-serif;
    color: #c7c7c7;
    font-size: 10px;
    justify-content: center;
    padding-top: 80px;
    font-style: normal;
    text-align: justify;
    text-decoration: none;
    line-height: 1;
    text-transform: none;
    background-color: #f7f9fb;
    margin: 0px;}
footer{
padding: 0% 0% 0% 0%;
    background: #000000;}
label{
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0px 5px 0px;}
input{
width: 100%;
padding: 5px 0px 5px 5px;
border: none;
border-radius: 0.3pc;}
textarea{
min-width: 100%;
min-height: 60%;
padding: 5px 5px 5px 5px;
margin-bottom: 10px;
border: none;
border-radius: 0.5pc;
resize: vertical;}
#submit{
  width: 135px;
  justify-content: center;
  background: #61ad74;}
#submit:hover{
  background: #4e8b5d;}
.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%;}
.scroll-fade-bg,
.animal-img {
  position: absolute;
  overflow: hidden;
  filter: saturate(135%);
  background-size: cover;}
.animal-scope .scroll-fade-bg,
.animal-scopeh .scroll-fade-bg,
.animal-scope .animal-img,
.animal-scopeh .animal-img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 50% 0%;}
.scroll-fade-bg::after,
.animal-img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.7) 70%,
      rgba(0, 0, 0, 0.8) 80%,
      rgba(0, 0, 0, 0.9) 100%);}
#sobre-content .scroll-fade-bg::after,
#sobre-content .animal-img::after {
  content: none;}
.bg-Pyrrhura-orcesi{
    background-image: url(../imagenes/Pyrrhura-orcesi.jpg);
    background-position: 50% 0%;}
.bg-Nymphargus-buenventura{
  background-image: url(../imagenes/Nymphargus-buenventura.jpg);
  background-position: 70% 20%;}
.bg-Paisaje{
  background-image: url(../imagenes/Paisaje.jpg);
  background-position: 70% 60%;}
.bg-Mineria-aluvial{
  background-image: url(../imagenes/Mineria-aluvial.jpg);
  background-position: 70% 20%;}
.bg-scytalopus-robbinsi{
    background-image: url(../imagenes/Scytalopus-robbinsi.jpg);}
.bg-Mineria{
  background-image: url(../imagenes/Mineria.jpg);
  background-position: 70% 20%;}
.animal-scopeh {
  position: relative;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 80px 0;}

.animal-scope{
  position: relative;
  background-position: top;
  padding: 20% 0% 5% 0%;}
#sobre-content{
  position: relative;
  overflow: hidden;}

.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;}

.button-pulse {
  animation: pulse-eco 2s infinite;}

@keyframes pulse-eco {
  0% { box-shadow: 0 0 0 0 rgba(97, 173, 116, 0.6); }
  50% { box-shadow: 0 0 0 15px rgba(97, 173, 116, 0); }
  100% { box-shadow: 0 0 0 0 rgba(97, 173, 116, 0); }
}


.glass-container {
  position: relative;
  width: 80%;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 40px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  z-index: 10;}

#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% 0%;
  background-size: cover;}
.form-embed-center {
    display: block;
    width: min(100%, 640px);
    max-width: 100%;
    margin: 0 auto;}
.Pb1 {
  line-height: 1.4;
  font-size: 26px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
  text-align: center;
  margin: 0;
  font-weight: 500;}

.Pb2 {
    color: #000000;
    position: absolute;
    top: 15%;
    left: 15%;
    right: 40%;
    z-index: auto;
    line-height: 1.2;
    font-size: 20px;}
.footersvg{
  height: 40px;
  fill: #c7c7c7;}
.footersvg:hover {
  fill: #ffffff;}
@media (max-width: 810px) {
.animal-scope, .animal-scopeh{
  background-position: 0% 0%;
  padding: 0% 0% 30% 0%;}
.bfooter{
  display: flex;
  flex-direction:column;
  align-items: center;}
.pcabecera{
    font-size: 60px;
  margin: 70px 0px 30px 0px;}
.pcuerpo{
    font-size: 20px;}
.scroll-fade-bg.bg-Pyrrhura-orcesi{
  background-position: 0% 0%;}
.scroll-fade-bg.bg-Nymphargus-buenventura{
  background-position: 65% 0%;}
.Pb1 {
    font-size: 20px;}
.Pb2 {
    color: #000000;
    position: absolute;
    top: 15%;
    left: 15%;
    right: 30%;
    z-index: auto;
    line-height: 1.2;
    font-size: 20px;}
.espaciador1{
    padding: 350px;}}

.contact-main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  min-height: calc(100vh - 200px);}

.contact-container {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  color: #333;}

.contact-title {
  margin-bottom: 10px;
  color: #4e8b5d;
  font-size: 32px;}

.contact-subtitle {
  margin-bottom: 30px;
  color: #666;
  font-size: 18px;}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;}

.contact-form button {
  background: #4e8b5d;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: bold;}

.contact-form button:hover {
  background: #3d6d4a;}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;}

.modal-content {
  background: white;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  transform: scale(0.8);
  transition: transform 0.3s ease;}

.modal-overlay.active .modal-content {
  transform: scale(1);}

.modal-content h2 {
  color: #4e8b5d;
  font-size: 28px;
  margin-bottom: 15px;}

.modal-content p {
  color: #555;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.5;}

.modal-button {
  background: #4e8b5d;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;}

.modal-button:hover {
  background: #3d6d4a;}
