@font-face {
  font-family: "MoralityRegular";
  src: url(../fonts/MoralityRegular.eot) format("embedded-opentype"),
    url(../fonts/MoralityRegular.woff) format("woff"),
    url(../fonts/MoralityRegular.ttf) format("truetype"),
    url(../fonts/MoralityRegular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.eot) format("embedded-opentype"),
    url(../fonts/Poppins-Regular.woff) format("woff"),
    url(../fonts/Poppins-Regular.ttf) format("truetype"),
    url(../fonts/Poppins-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

body{
  overflow-x: hidden !important;
}

/* CLASES GENERALES */
h1{
  font-family: "MoralityRegular";
  color: #fff;
  font-size: 25pt;
  letter-spacing: 5px;
}
h3{
  font-family: "MoralityRegular";
  color: #fff;
  font-size: 15pt;
  letter-spacing: 5px;
}
p{
  font-family: "Poppins-Regular";
  color: #fff;
  font-size: 12pt;
}
.linea-proyecto{
  width: 70%;
  text-align:center;
  border-top: 5px solid;
  border-image:   linear-gradient(to right, #cbaa62 40%, #656973 60%)1;
}
.centrar-vertical{
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.cta {
  position: relative;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  float: right;
  margin-top: 5px;
  text-decoration: none;
 }
 .cta:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #cbaa62;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
  text-decoration: none;
 }
 .cta span {
  position: relative;
  font-family: "MoralityRegular";
  font-size: 11pt;
  letter-spacing: 2px;
  color: #fff;
 }
 .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
 }
 .cta:hover:before {
  width: 100%;
  background: #cbaa62;
 }
 .cta:hover svg {
  transform: translateX(0);
 }
 .cta:active {
  transform: scale(0.95);
 }
 
 
 /* ===== BOTÓN FLOTANTE ===== */
.boton-flotante {
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 9999;
  text-decoration: none;
}

.cta-float {
  position: relative;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
}

.cta-float:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #cbaa62;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta-float span {
  position: relative;
  font-family: "MoralityRegular";
  font-size: 11pt;
  letter-spacing: 2px;
  color: #fff;
}

.cta-float svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta-float:hover:before {
  width: 100%;
  background: #cbaa62;
}

.cta-float:hover svg {
  transform: translateX(0);
}

.cta-float:active {
  transform: scale(0.95);
}

/* Ajuste responsive */
@media (max-width: 768px) {
  .boton-flotante {
    bottom: 120px;
    left: 10px;
  }
  .cta-float span {
    font-size: 10pt;
  }
}

 /* ===== FIN BOTÓN FLOTANTE ===== */

 .btn-cerrar-pop{
  color: #c1a25e;
 }
 .modal-header .close {
  opacity: 1;
}
.linea-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.linea-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #cbaa62;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.linea-bottom:hover:before, .linea-bottom:focus:before, .linea-bottom:active:before {
  left: 0;
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #c1a25e;
  width: 30px;
  height: 30px;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
  transition: opacity .15s ease;
  width: 5%;
}

/* HEADER */
header{
  position: absolute;
  z-index: 1;
  margin: 0px 0px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 5px;
}
header nav img{
  width: 90px;
}
#header-osc{
  background-color: rgb(0, 0, 0, .5);
}
header ul{
  margin-left: auto;
}
header li{
  padding: 0px 20px 0px 20px;
}
header li a{
  color: #cbaa62;
  font-family: "MoralityRegular";
  font-size: 11pt;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
header li a:hover{
  color: #cbaa62;
}

/* FIRMA */
.firma{
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 30px;
  text-align: center;
}
.firmae3{
  font-size: 10pt;
}

/* REDES */
#redes{
  float: right !important;
  position: absolute;
  right: 30px;
  top: 13px;
  z-index: 3;
}
#redes a{
  width: 30px !important;
  height: 30px !important;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
  position: relative;
  display: inline-block;
  color: #282c45;
  text-align: center;
  padding: 4px 0px;
}

/* WHATS */
.whats {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  z-index: 1;
  border-radius: 90px;
  transition: 1s;
  padding-top: 12px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  animation: infinite resplandorAnimation 3s;
  -webkit-animation: infinite resplandorAnimation 3s;
}

.whats .ico-wha {
  color: #fff !important;
  font-size: 35px !important;
}
.whats p {
  color: #202020;
  display: none;
}

@keyframes resplandorAnimation {
  0%,
  50% {
    box-shadow: 0px 0px 0px rgba(253, 255, 255, 1);
  }

  100% {
    box-shadow: 0px 0px 60px rgba(255, 255, 255, 0);
  }
}

#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgb(203, 170, 98);
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden !important;
}
#loading img{
  display: inline-block;
  position: relative;
  top: 30%;
}
.div-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 45%;
  left: 47%;
}

.div-loader div {
  display: inline-block;
  position: absolute;
  width: 16px;
  background: #fff;
  animation: div-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation: div-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.div-loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.div-loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.div-loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes div-loader {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.hide{
  display: none !important;
}
#play{
  position: absolute;
  left: 21px;
  top: 50%;
  z-index: 2222;
  color: #c1a25e;
  font-size: 30px;
  cursor: pointer;
}
audio{
  display: none !important;
}

/* HOME */
#home-noven{
  background-image: url(../img/fondo-portada-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(33, 37, 52, 0.6); /* #212534 con 60% de opacidad */
  background-blend-mode: multiply;
}
#home-noven h1{
  font-size: 45pt !important;
  z-index: 3;
  position: relative;
}
#home-noven .cta{
  z-index: 3;
}

/* PROYECTO */
#proyecto-noven{
  background-image: url(../img/fondo-proyectos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  padding-top: 140px;
  padding-bottom: 80px;
}
.proyecto_linea{
  width: 70%;
  margin: 10px 0px;
}
.modal-header button .fa-window-close{
  color: #c1a25e;
  font-size: 30px;
}
.modal-header .close {
  opacity: 1 !important;
  text-shadow: none !important;
  padding: 10px 15px 0px 0px;
}
.video-proyectos{
  background-image: url(../img/fondo-video.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
  display: table;
  text-align: center;
  margin-top: 100px;
}
.video-proyectos .fa-play-circle{
  font-size: 100px;
  color: #212534;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.video-proyectos .fa-play-circle:hover{
  background-color: rgb(33, 37, 52, .5);
  color: #c1a25e;
}
video{
  width: 100%;
}

.modal-header {
  border-bottom: none !important;
}
.modal-content {
  background-color: #212534;
}

/* departamentos */
#departamento-noven{
  background-image: url(../img/fondo-departamentos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
#departamento-noven h2{
  font-family: "MoralityRegular";
  color: #c1a25e;
  font-size: 14pt;
  letter-spacing: 5px;
}
.departamento_linea{
  right: 0px;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 18px
}

/* DEPARTAMENTOS - INTERIOR */
#departamentos{
  background-image: url(../img/fondo-interior-departamentos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.descr-departamentos p{
  font-size: 11px;
  text-align: center !important;
  margin-top: 10px;
}
.departamentos h3{
  letter-spacing: 5px;
}
.btn-verrender{
  border: 2px solid #cbaa62;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  float: right !important;
  text-decoration: none !important;
  background-color: #cbaa62;
}
.btn-verrender:hover{
  color: #fff;
}
.description--{
  display: contents !important;
}
.linea-departamentos{
  margin: 20px 0px;
}
#exampleModal img{
  width: 100%;
}
/* AMENIDADES */
#amenidades-pag{
  overflow-x: scroll !important;
}
#amenidades-noven{
  background-image: url(../img/amenidades2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#amenidades-noven ul{
  font-family: "MoralityRegular";
  color: #c1a25e;
  font-size: 14pt;
}
.nom-ame{
  background-color: #212534;
  font-family: "MoralityRegular";
  color: #fff;
  font-size: 11pt;
  text-align: center;
  padding: 5px 0px;
}

/* ENTORNO */
#entorno-noven{
  background-image: url(../img/fondo-entorno.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.museo{
  background-image: url(../img/entorno/amenidades-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
  padding-top: 184px;
  padding-left: 20px;
  padding-right: 20px;
}
.casa{
  background-image: url(../img/entorno/amenidades-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
  width: 300px;
  padding-top: 184px;
  padding-left: 20px;
  padding-right: 20px;
}
.barrio{
  background-image: url(../img/entorno/amenidades-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
  width: 300px;
  padding-top: 184px;
  padding-left: 20px;
  padding-right: 20px;
}
#entorno h3{
  letter-spacing: 0px;
}
#entorno p{
  font-size: 11pt !important;
}

/* CONTACTO */
#contacto-noven{
  background-image: url(../img/fondo-informes.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #212534; /* #212534 con transparencia */
  background-blend-mode: multiply;
}
.mapa{
  width: 100%;
  height: 400px;
}
.contacto-linea{
  margin: 20px 0px;
  width: 70%;
  text-align: center;
  position: relative;
}
form input{
  width: 80%;
  margin: 15px 0px;
  background-color: transparent;
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "Poppins-Regular";
  outline: none;
}

@keyframes move-background {
from {
-webkit-transform: translate3d(0px, 0px, 0px);
}
to { 
-webkit-transform: translate3d(1000px, 0px, 0px);
}
}
@-webkit-keyframes move-background {
from {
-webkit-transform: translate3d(0px, 0px, 0px);
}
to { 
-webkit-transform: translate3d(1000px, 0px, 0px);
}
}

@-moz-keyframes move-background {    
from {
-webkit-transform: translate3d(0px, 0px, 0px);
}
to { 
-webkit-transform: translate3d(1000px, 0px, 0px);
}
}

@-webkit-keyframes move-background {
from {
-webkit-transform: translate3d(0px, 0px, 0px);
}
to { 
-webkit-transform: translate3d(1000px, 0px, 0px);
}
}

.clouds{
  width:10000px;
  height: 100%;
  background: transparent url("../img/nubes.png") repeat;
  background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    -moz-animation:move-background 20s linear infinite;
    -ms-animation:move-background 20s linear infinite;
    -o-animation:move-background 20s linear infinite;
    -webkit-animation:move-background 20s linear infinite;
    animation:move-background 20s linear infinite;
    opacity: .4;
}

.mapa-responsivo{
  display: none;
}

.redes-responsivo{
  display: none;
}

#respuesta {
  color: #fff !important;
}

.redes-contacto{
  text-align: center;
}

.redes-contacto a {
  width: 35px !important;
  height: 35px !important;
  background-color: #fff;
  display: inline-block;
  color: #cbaa62;
  text-align: center;
  padding: 2px 5px;
  font-size: 20px;
}

.redes-contacto a:hover {
  width: 35px !important;
  height: 35px !important;
  background-color: #cbaa62;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 2px 5px;
  font-size: 20px;
}

@media (max-width: 991px) {

  .redes-responsivo{
    display: block;
    padding: 20px 0px;
  }

  .redes-responsivo a {
    padding: 30px 10px;
  }

  .redes-responsivo i {
    font-size:20px ;
  }

  .navbar-toggler {
    background-color: #fff;
  }

  .navbar-collapse {
    background-color: #fff;
    text-align: center;
    margin-top: 15px;
  }

  #redes {
    display: none;
  }

  .navbar-toggler i {
    margin: 6px 0px;
  }

  #home-noven h1 {
    font-size: 35pt !important;
  }

  .div-loader {
    left: 45%;
  }

  .img-depa {
    height: 300px;
  }

  .espacio-columna{
    margin-top:0px ;
  }

  #departamentos p{
    font-size: 8pt;
  }

  #entorno p {
    font-size: 8pt !important;
  }

  .barrio {
    width: 210px;
    padding-top: 154px;
  }

  .casa {
    width: 210px;
    padding-top: 154px;
  }

  .museo {
    width: 210px;
    padding-top: 154px;
  }

  header img{
  display: none;
  }

  .clouds{
    display: none;
  }

}

@media (max-width: 767px) {

  #departamentos .carousel-control-prev {
    top: 90px;
  }

  #departamentos .carousel-control-next {
    top: 90px;
  }

  header img{
    display: block;
    }

  .video-proyectos {
    margin-top: 0px;
  }

  .departamento-contenido {
    text-align: center;
    margin: 150px auto 50px;
  }

  .departamento-contenido .col-md-4 {
    margin-top: 50px;
  }

  #amenidades-noven {
    background-position: left;
    background-repeat: repeat;
  }

  #amenidades .col-md-5{
    margin-top: 150px;
    text-align: center;
  }

  .fp-tableCell {
    height: 350px !important;
  }

  .entorno-contenido {
    margin: 120px auto 50px;
  }

  .casa {
    width: 382px;
  }

  .barrio {
    width: 382px;
  }

  .museo {
    width: 382px;
  }

  .mapa-google{
    display: none;
  }

  .mapa-responsivo{
    display: block;
    margin: 30px auto;
  }

  .informes-seccion{
    margin-top: 150px;
    text-align: center;
  }

  .btn-responsive{
    display: inline flow-root list-item;
    margin-bottom: 15px;
  }

  .proyecto-contenido {
    margin-top: 40px;
  }

  .btn-proyecto{
    margin: auto;
  }

  .clouds{
    display: none;
  }

  .firma {
    text-align: left;
    width: 310px;
    left: 10px;
  }

  .div-loader {
    left: 40%;
  }

  .departamento-contenido-galeria {
    margin-top: 110px;
  }

  #departamentos {
    height: 1000px !important;
  }

  .espacio{
    margin-top: 30px;
  }

  .entorno-contenido .col-md-4 {
    margin-bottom: 35px;
  }

  .cta {
    margin-bottom: 20px;
  }

  .descr-departamentos h3 {
    margin-bottom: 30px;
  }

  .espacio-columna{
    margin-top:100px ;
  }

  #departamentos p{
    font-size: 12pt;
  }

  #entorno p {
    font-size: 11pt !important;
  }

}

