/* 
* Cabecera
* -----------------------------------------------------
*/

.btnWhat {
  position: fixed;
  bottom: 3%;
  right: 20px;
  z-index: 99;
}

.btnWhat img {
  width: 48px;
  transition: transform 300ms ease;
}

.btnWhat img:hover {
  transform: scale(1.1);
}

.btnForm {
  position: fixed;
  border: 0;
  background-color: #d8cfbe;
  color: #000000;
  padding: 10px;
  font-family: 'HelveticaNeue-Bold';
  font-size: 18px;
  top: 50%;
  right: -4%;
  z-index: 99;
  transform: rotate(-90deg);
}

.header-desc .sub {
  font-family: 'Montserrat-Regular' !important;
  font-weight: 400;
  letter-spacing: 2%;
}

@media (width <= 992px) {
  .btnForm {
    right: -14%;
  }
}

@media (width <= 480px) {
  .btnForm {
    right: -17%;
  }
}

/* #cabecera {
  aspect-ratio: 16/9;
  position: relative;
  z-index: 0;
}

#cabecera .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}

#cabecera .video video {
  width: 100%;
} */

#cabecera .title img {
  width: 35%;
}

@media (width <= 992px) {
  #cabecera .title img {
    width: 100%;
  }
}

@media (width <= 768px) {
  #cabecera .title img {
    width: 100%;
  }
}

@media (width <= 480px) {
  #cabecera .title img {
    width: 100%;
  }
}

.logop {
  margin: 0 auto;
  width: 30%;
}

.disclaimer {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 99;
}

@media (width <= 992px) {
  .disclaimer {
    bottom: 15%;
  }
  .disclaimer p {
    margin-bottom: 0;
  }
}

.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
  margin-bottom: 24px;
}

.scroll img {
  opacity: 0.7;
  width: 56px;
}

/* .logop {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
  z-index: 99;
} */

/* 
* Section1
* -----------------------------------------------------
*/

#section1 h2 {
  margin: 0 auto;
  width: 850px;
}

#section1 p {
  margin: 0 auto;
  width: 790px;
}

@media (width <= 992px) {
  #section1 h2,
  #section1 p {
    width: 100%;
  }
}

.video {
  position: relative;
}

.video__disclaimer {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.video__disclaimer p {
  color: #ffffff;
  font-family: 'HelveticaNeue-Medium';
}

.video video {
  min-height: 600px;
  width: 100%;
  object-fit: cover;
}

/* 
* Section - PROYECTO
* -----------------------------------------------------
*/

.paragraph {
  margin: 0 auto;
  width: 75%;
}

@media (width <= 1024px) {
  .paragraph {
    margin: 0 auto;
    width: 100%;
  }
}

.render__proyecto {
  /* height: 388px; */
  object-fit: cover;
  width: 100%;
  /* width: 379px; */
}

#proyecto .row {
  align-items: center;
}

/* 
* GALLERY - SLIDER
* -----------------------------------------------------
*/

/* 
* INFO MAP
* -----------------------------------------------------
*/

.line__right {
  border-right: 1px solid black;
}

@media (width <= 992px) {
  .info__map {
    margin: 0 auto;
    padding: 0 18px;
  }
  .line__right {
    border-right: 0;
  }
}

/* 
* Map
* -----------------------------------------------------
*/

#map {
  background: url(../images/map.jpg) 50% 50% / cover;
  height: 800px;
}

/* 
* Responsive
* -----------------------------------------------------
*/

@media (width <= 992px) {
  .paragraph {
    width: 100%;
  }

  #map {
    background: url(../images/map.jpg) 50% 50% / cover;
    height: 400px;
  }
}

@media (width <= 768px) {
  #t-body br {
    display: none;
  }
  #t-body .medium p {
    font-size: 14.5px;
  }
}

@media (width <= 480px) {
}
