#website {
  background-image: url("../../assets/img/Arecibo%20-%20Cueva%20del%20Indio-micrositio.webp?h=6d039044f02922714fe3b09e531cab4f");
  min-height: 100vh;
  background-position: top right;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
}

#forma {
  width: 800px;
  max-width: 90%;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  min-height: 400px;
  padding: 2rem;
}

h4 {
}

h1.h4 {
  color: #152160;
  font-weight: 700;
}

label {
  font-weight: 700;
  color: #152160;
}

.form-group {
}

#conciento {
  width: 30px;
  height: 30px;
  margin-top: 20px;
}

body {
  font-family: 'Gotham';
}

.btn-primary {
  background: #15a4b4;
  border-color: #15a4b4;
  padding: .375rem 2rem;
  border-radius: 30px;
}

#location {
  display: inline-flex;
  color: #000000;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  font-size: 14px;
}

#location img {
  height: 30px;
}

@media (min-width: 1200px) {
  #location {
    position: absolute;
    left: 20px;
    bottom: 75px;
    z-index: 999;
  }
}

@media (max-width: 1199px) {
  #location {
    margin: auto;
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }
}

.logo {
  max-height: 200px;
}

button.navbar-toggler {
  margin: auto;
  background: #fff;
  border: solid 1px #000 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: .8rem;
  font-weight: 700;
  font-family: 'Gotham Book';
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #15a4b4;
}

main {
  min-height: 500px;
  position: relative;
  z-index: 2;
  padding: 20px 0;
}

.p-h1 {
  font-size: 2rem;
}

@media (max-width: 575px) {
  .p-h1 {
    font-size: 1.5rem;
  }
}

.p-h2 {
  font-size: 1.2rem;
  text-align: center;
}

main:before {
  content: ' ';
  background: rgba(255,255,255,0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  position: absolute;
}

p {
  font-family: 'Gotham Book';
}

.voz {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
}

iframe.voz-vid {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.voz-para {
  margin-bottom: 120px;
}

.vox-name-left {
}

