@font-face {
  font-family: "GaramondPremrPro";
  src: url("../fonts/GaramondPremrPro.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 {
  --azul: #adbbc3;
  --azul-fuerte: #879ba6;
}
body,
html {
  font-family: "GaramondPremrPro", serif;
  font-size: 17px;
  top: 15px;
  left: 50px;
}

#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: 150px;
}

.hero-movil__edificio {
  background-image: url("../img/movil.jpg");
  background-size: cover;
  height: 50vh;
}
.edificio-header {
  background-image: url("../img/220530-edificio.jpeg");
  background-size: cover;
  background-position: center;
}

.seccion {
  min-height: 650px;
  height: 100vh;
}

#hero {
  background-color: var(--azul);
  color: black;
}
.header-info,
.header-character {
  height: 100%;
}
.header-info {
  padding: 3rem 3rem 0 4rem;
}

.header-character__img {
  height: calc(100% - 4rem);
}

.header-info__content {
  margin-bottom: 2rem;
}
.header-info__title {
  line-height: 2.4rem;
  font-size: 2.65rem;
}
.header-info__content > p {
  font-size: 0.822rem;
  letter-spacing: 0.7px;
  line-height: 16px;
}
.button {
  color: black;
  background: transparent;
  padding: 0.5rem 0.6rem;
  text-transform: uppercase;
  font-family: "GaramondPremrPro-semi", serif;
  font-size: 0.8rem;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  transition: 0.5s;
}

.button:hover {
  background-color: black;

  color: var(--azul);
}

.btn-hero-movil {
  font-size: 1.2rem;
}
#pregunta {
  background-color: var(--azul-fuerte);
  color: black;
}

.pregunta-texto__title {
  font-size: 2rem;
  font-family: "GaramondPremrPro", serif;
  font-stretch: narrower;
}

#recorrido {
  position: relative;
  background-color: var(--azul-fuerte);
}
.recorrido {
  height: 100%;
  width: 100%;
}

#formulario {
  /* background-image: url("../img/fondo-bajo.jpg");
  background-size: cover; */
  background-color: var(--azul-fuerte);
  background-image: url(../img/left.png), url(../img/right.png);
  background-repeat: no-repeat;
  background-position: left, right;
}

.formulario-form__content {
  /* background-color: var(--azul); */
}
.formulario-details__content {
  background-color: var(--azul-fuerte);
}
.formluario-row {
  height: 100%;
}
/* --------------- Formulario ---------------- */
.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: 1.17rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
}

.ctr::placeholder {
  color: black;
  font-family: "GaramondPremrPro-italica";
}

.container {
  max-width: 1920px;
}

.btn-header {
  width: 140px;
  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: "GaramondPremrPro";
  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: #6b7c86;
  height: 50px;
}
.footer-aviso__link {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-family: "GaramondPremrPro";
}
.footer-aviso__link:hover {
  color: black;
}
@media screen and (min-width: 1920px) {
  body,
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
  #formulario {
    background-image: initial;
  }

  .seccion {
    height: initial;
  }

  .formulario-form__content,
  .formulario-details__content {
    padding: 2rem;
  }

  #recorrido {
    height: 100vh;
  }

  .formulario-img__details {
    width: 100%;
  }
  .formulario-form__table {
    width: initial;
  }
}

@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 #fff solid;
  border-bottom: 2px #fff 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 #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

.enviar {
  font-family: "GaramondPremrPro-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: 1px;
  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(145, 150, 125, 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%;
}
