.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: 23px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.boton {
  display: flex;
  justify-content: center;
  padding-bottom: 1%;
}

.button {
  background: #000000;
  color: #ffffff;
  padding: 10px;
  margin-top: 2%;
  border: #000000;
  border-radius: 0.5pc;
  border-color: #c7c7c7;
  border-style: solid;
  border-width: 2px;
  font-size: 20px;
}

.button:hover {
  background: #323232;
}

.button:active {
  border: #4e8b5d;
}

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

.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 {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: -300px;
    left: 0;
    width: 100%;
    height: 280px;
    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: #faebd7;
  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;
  padding: 18% 0% 18% 0%;
}

.animal-scope {
  position: relative;
  background-position: top;
  padding: 20% 0% 5% 0%;
}

#sobre-content {
  position: relative;
  overflow: hidden;
}

#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.2;
  font-size: 25px;
  position: absolute;
  top: 40%;
  left: 30%;
  right: 15%;
  z-index: auto;
  text-align: center;
}

.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 {
    color: #ccc;
    top: 30%;
    left: 15%;
    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;
  }
}


/* Trust Bar */
.trust-bar {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  top: 2000px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-bar span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.trust-bar span:hover {
  transform: scale(1.05);
  color: #2D5BFF;
}

/* WhatsApp Float */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

/* Contact Form Enhancements */
.contact-container {
  width: 100%;
  max-width: 600px;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin: 40px auto;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1em;
  transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #1B2A4A;
  outline: none;
}

.contact-form button {
  background: #1B2A4A;
  color: white;
  padding: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.1em;
  transition: background 0.3s, transform 0.2s;
}

.contact-form button:hover {
  background: #2D5BFF;
  transform: translateY(-2px);
}

/* Hero Section Enhancements */
.hero-title {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: center;
}

.hero-subtitle {
  font-size: 1.25em;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}

/* Hero Section Responsiveness */
@media (max-width: 810px) {
  .hero-title {
    font-size: 1.8em;
    margin-top: 20px;
  }

  .hero-subtitle {
    font-size: 1.1em;
  }
}

/* Contact Page Layout */
.contact-main {
  padding: 100px 20px 40px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-title {
  color: #1B2A4A;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
}

.contact-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
}

.contact-select-style {
  color: #555 !important;
  background-color: white;
}

.contact-direct-info {
  text-align: center;
  margin-top: 20px;
  color: #1B2A4A;
  font-weight: bold;
}

.contact-phone-link {
  font-size: 1.5em;
  color: #2D5BFF;
  text-decoration: none;
  transition: color 0.3s, transform 0.2s;
  display: inline-block;
}

.contact-phone-link:hover {
  color: #1B2A4A;
  transform: scale(1.05);
}

/* Global Utility Classes */
.text-center {
  text-align: center;
}

.w-full {
  width: 100%;
}

.footer-phone-link {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.footer-phone-link:hover {
  color: #ffffff;
}