@font-face {
  font-family: "Hoefler";
  src: url("../fonts/Hoefler.otf");
  font-display: swap;
}
/* 
@font-face {
  font-family: "GaramondPremrPro-semi";
  src: url("../fonts/GaramondPremrPro-Smbd.otf");
  font-display: swap;
}

@font-face {
  font-family: "GaramondPremrPro-italica";
  src: url("../fonts/GaramondPremrPro-MedIt.otf");
  font-display: swap;
}

@font-face {
  font-family: "GaramondPremrPro-Med";
  src: url("../fonts/GaramondPremrPro-Med.otf");
  font-display: swap;
}
@font-face {
  font-family: "GaramondPremrPro-bold";
  src: url("../fonts/GaramondPremrPro-Bd.otf");
  font-display: swap;
} */

.fullheight {
  height: 100%;
}
:root {
  --gris: #bdbdbd;
  --negro: #2d2d2d;
}
body,
html {
  font-size: 16px;
  color: var(--negro);
  font-family: "Hoefler";
}

#fullpage {
  position: relative;
}

#hero-movil {
  background-color: var(--azul);
  height: 100vh;
}

.hero-movil__title {
  color: black;
}
.hero-movil-img__logo {
  height: 100px;
  margin: 2rem;
}
.logo-desarrollo {
  width: 120px;
}
.header-content {
  width: 400px;
}
.hero-movil__edificio {
}
.edificio-header {
}
.logo-desarrollo {
  margin-bottom: 5px;
}
.seccion {
  min-height: 650px;
  max-height: 1000px;
  height: 100vh;
}

.seccion-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#hero {
  background-color: white;
}
.header-info,
.header-character {
  height: 100%;
}
.header-info {
}

.header-character__img {
  height: calc(100% - 4rem);
}

.header-subtitle {
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #2d2d2d;
  font-family: "Hoefler", serif;
  font-size: 0.875rem;
  line-height: 40px;
}

.header-subtitle {
  text-transform: uppercase;
  color: #2d2d2d;
  font-family: "Hoefler", serif;
  font-size: 0.875rem;
  line-height: 40px;
}

.header-info__content {
  margin-bottom: 2rem;
}
.header-info__title {
  text-align: center;
  font-size: 1.4375rem;
  text-transform: uppercase;
}
.header-info__content > p {
  color: var(--negro);
  font-size: 0.875rem;
  /* letter-spacing: 0.36px; */
  line-height: 1.4rem;
}

.edificio-header__o {
  max-height: 600px;
}
.button {
  color: var(--negro);
  background: transparent;
  padding: 0.7rem 1.5rem;
  text-transform: uppercase;
  font-family: "Hoefler", serif;
  font-size: 0.625rem;
  border-color: var(--gris);
  border-style: solid;
  border-width: 1px;
  transition: 0.5s;
}
.linea-header {
  height: 0;
  width: 100%;
  border: 1.5px solid #bdbdbd;
}
.button:hover {
  background-color: var(--negro);

  color: white;
}

.btn-hero-movil {
  font-size: 1.2rem;
}
#pregunta {
  background-color: var(--azul-fuerte);
  color: black;
}

.pregunta-texto__title {
  font-size: 1.25rem;
  font-family: "Hoefler", serif;
  font-stretch: narrower;
  text-transform: uppercase;
}

#recorrido {
  position: relative;
  background-color: var(--azul-fuerte);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#interaccion {
  position: relative;
}
.linea-iteraccion {
  background-color: #b6b6b6;
  height: 80%;
  width: 3px;
  position: absolute;
  left: 47%;
}
.recorrido {
  max-height: 100%;
  height: 500px;
  max-width: 100%;
  width: 800px;
}
.lista-interaccion {
  list-style-type: none;
  padding: 0;
}
.texto-interaccion {
  text-transform: uppercase;
  color: #2d2d2d;
  font-family: "Hoefler", serif;
  font-size: 0.875rem;
  text-align: center;
}

#formulario {
  width: 80%;
  margin: 0 auto;
  padding-top: 3.5rem;
}

.formulario-form__content {
  background-color: var(--azul);
}
.formulario-details__content {
  background-color: var(--azul-fuerte);
}
.formluario-row {
  height: 100%;
}
/* --------------- Formulario ---------------- */

.linea-form {
  /* height: 20px; */
  border-top: 3px solid var(--gris);
}
.linea-form > p {
  font-size: 1.43rem;
  position: absolute;
  margin: 0;
  bottom: -15px;
  left: 40%;
  padding: 0 1rem;
  background-color: white;
}
.formulario-form__table {
  border: 1px solid black;
  width: 70%;
  margin: 0 auto;
}

.formulario-form__table > thead {
  border: 1px solid black;
}

.form-content {
  padding: 2rem;
}

.formulario-form__title {
  color: black;
  margin: 1rem;
  font-size: 1.41rem;
  line-height: 1.5rem;
  text-align: center;
}
.form-group {
  margin-bottom: 8px;
}
.ctr {
  font-size: 0.875rem;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--gris);
}

.ctr::placeholder {
  color: var(--negro);
  font-family: "Hoefler";
}
input[type="button"] {
  background-color: white;
  padding: 0.5rem 3rem;
  color: var(--negro);
  border: 2px solid var(--gris);
  font-size: 0.875rem;
  transition: 0.5s;
}

input[type="button"]:hover {
  letter-spacing: 2px;
  color: white;
  background-color: var(--negro);
}
label {
  font-size: 0.875rem;
  margin-left: 2rem;
}

.container {
  max-width: 1920px;
}

.btn-header {
  line-height: 0.9rem;
}

.formulario-img__hojas {
  width: 500px;
  margin-bottom: 2rem;
}

.formulario-img__details {
  width: 80%;
}

.informacion-arboleda__img {
  position: relative;
  display: flex;
  justify-content: center;
}
.visita-sitio {
  font-size: 1.3rem;
  color: black;
  font-family: "Hoefler";
  position: absolute;
  top: 46%;
  line-height: 1.3rem;
}

.visita-sitio > a {
  color: black;
  text-decoration: none;
}

.cta {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 300;
}

.cta > button {
  background-color: rgba(200, 200, 200, 0.5);
  border: 1px solid var(--azul);
}
.cta > button:hover {
  background-color: black;
  border: 1px solid var(--azul);
}
footer {
  background-color: white;
  height: 50px;
}
.footer-aviso__link {
  color: var(--negro);
  text-decoration: none;
  font-size: 1rem;
  font-family: "Hoefler";
}
.footer-aviso__link:hover {
  color: black;
}
@media screen and (min-width: 1920px) {
  body,
  html {
    font-size: 20px;
  }

  .header-content {
    width: 600px;
  }
  .header-info__content {
    margin-bottom: 1rem;
  }

  .header-info__title {
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
    word-spacing: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .header-content {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
  #formulario {
    background-image: initial;
  }
  .header-content {
    width: 100%;
  }
  .linea-form > p {
    left: 34%;
    bottom: -10px;
  }

  .seccion {
    height: initial;
    min-height: initial;
  }

  .formulario-form__content,
  .formulario-details__content {
    padding: 2rem;
  }

  #recorrido {
  }

  .formulario-img__details {
    width: 100%;
  }
  .formulario-form__table {
    width: initial;
  }

  ..header-content {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .img_torre {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  body,
  html {
    font-size: 12px;
  }
}

@media screen and (max-height: 700px) {
  .hero-movil-img__logo {
    height: 100px;
  }
}

@media screen and (max-height: 700px) {
  .hero-movil__edificio {
    height: 35vh;
  }
}

@media screen and (max-width: 1110px) {
  .br-hero {
    display: none;
  }
}

/* arrow */

.arrow,
.arrow:before {
  position: absolute;
  left: 52%;
  bottom: 40%;
}
.arrow {
  width: 40px;
  height: 40px;

  margin: -30px 0 0 -30px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px var(--negro) solid;
  border-bottom: 2px var(--negro) solid;
}
@keyframes arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(10px, 10px);
  }
}

.arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px var(--negro) solid;
  border-bottom: 1px var(--negro) solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

.enviar {
  /* font-family: "Hoefler-italica"; */
}

.animatedColor {
  color: black;
}

.flecha {
  background-color: var(--azul);
}

.rectangle-5 {
  box-sizing: border-box;
  margin: 0 auto;
  height: 336px;
  width: 1px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  transform: rotate(180deg);
}

.poly {
  box-sizing: border-box;
  height: 37px;
  width: 37px;
  border-width: 2px;
  border-color: black;
  border-style: solid;
  border-top: none;
  border-right: none;
  transform: rotate(316deg);
  margin: 0 auto;
}

.informacion-arboleda__img:hover {
  text-decoration: underline;
}

.visita-sitio:hover {
  text-decoration: underline;
}

.visita-sitio:hover {
  text-decoration: underline;
}

.visita-sitio > a {
  color: black;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(232, 233, 227, 0.8);
  z-index: 10;
  transition: 0.3s;
}

.img-gif {
  width: 70px;
  position: relative;
  z-index: 8;
  opacity: 0.5;
}

.animate-up-down {
  animation-name: animate-up-down;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  transform-origin: 0 20px;
  animation-iteration-count: infinite;
}
@keyframes animate-up-down {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes animate-up-down {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animate-up-down {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-o-keyframes animate-up-down {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-ms-keyframes animate-up-down {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

video {
  height: 100%;
  width: 100%;
}

.lista-interaccion {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lista-interaccion li {
  background-color: #ffffff;
  padding: 15px 10px;
}
.lista-interaccion li:hover {
  background-color: #bdbdbd;
  text-decoration: underline;
  transition: 0.5s;
}
.lista-interaccion li p {
  margin: 0;
}
.lista-interaccion a {
  color: #000000;
}
/*
.divContenedor {
    position: relative;
}
.divHijo {
     position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 30%;
    margin: auto;
}
*/
