/*------------------------------------------------------------------
Project:	DNI, Desarrolladora de Negocios Inmobiliarios

Default Color   #00205B; azul
secondary color #00aeef; amarillo

#paleta complementaria
#7aa7ad
#606884
#5e7d94
#dfb525
#eede00

ícono colores alternativos
#005677
#b9dcd3
#5e7d94
#5e7d94

Body:		font-family: 'Lato', sans-serif;
Headers:	font-family: 'Lato', sans-serif;
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

html {
  font-size: 62.5%;
}

body {
  color: #828180;
  font-size: 1.8rem;
  font-family: 'Gill Sans', sans-serif;
  font-weight: 400;
}

h1 {
  color: #00aeef;
  font-size: 3.8rem;
  text-transform: uppercase;
  font-weight: 500;
}

h2 {
  color: #00aeef;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
}

h3 {
  color: #00aeef;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
  }
}

.container-dni {
  max-width: 100rem;
  padding-right: auto;
  padding-left: auto;
  margin-right: auto;
  margin-left: auto;

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .container-dni {
    max-width: 54rem;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .container-dni {
    max-width: 76rem;
  }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container-dni {
    max-width: 100rem;
  }
}

.bg-2 {
  background-color: #e0e4eb;
}

#top-title .sectiont {
  padding: 10rem 2rem 4rem;
}



.section {
  padding: 9rem 1rem 9rem 1rem;
}

/** Backs **/

.bg-1 {
  background-color: #5e7d94;
}

.bg-banner {
  background-color: #00205B!important;
}


/*** Parallax ***/

.parallax {
  background-image: url(https://dni.c2-ds.com/assets/img/parallax-back-3.jpg);
  min-height: 1025px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-p {
  background-image: url(https://dni.c2-ds.com/assets/img/parallax-back-3.jpg);
  min-height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** Menu ***/

.img-menu {
  max-width: 60%;
  height: auto;
}

.img-mobile {
  max-width: 20%;
  height: auto;
}

.img-logo {
  max-width: 30%;
  height: auto;
}

.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.navbar .navbar-nav li>.nav-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0rem .5rem !important;
  transition: .3s;
}


/* Fondo transparente por defecto */
.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

/* Fondo de color cuando se hace scroll */
.navbar.scrolled {
  background-color: #00205B!important;
}


/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #5e7d94;
  position: relative;
}

.mobile-sub {
  display: block;
  margin: 0 10%;
  background-color: #ffffff;
  width: 80%;
}

.mobile-sub a{
  font-size: 1.4rem!important;
  color: #00205B!important;
}

.mobile-sub h4{
  font-size: 1.6rem!important;
  color: #00205B!important;
  text-align: center!important;
  line-height: 1.6em!important;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  text-align: center;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #00205B;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  color: #e5e5e5!important;
}

.nav-item {
  margin: .5rem .5rem !important;
  position: relative;
}

/*
.nav-item::active {
  position: absolute;
  left: 0;
  bottom: 0;
  height: .4rem;
  width: 100%;
  content: "";
  background: #00205B;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.nav-item:hover::before,
.nav-item.active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
*/

.dropdown-item {
  color: #00205B;
  border: white;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 300;
}


/*** Nosotros ***/

#nosotros p {
  font-size: 2rem;
}

/*** Desarrollos ***/

#desarrollos h3 {
  font-size: 2.4rem;
}

.btn-dni {
  background-color: #00aeef;
  color: white;
  font-size: 1.8rem;
  padding: 1rem;
}

.btn-dni:hover {
  background-color: #ffffff;
  color: #00aeef!important;
}

/*** Banner ***/

#banner h1 {
  font-size: 3rem;
}


/*** Mapas ***/

.miMapa {
  display: none;
}

.form-select {
  font-size: 2rem;
  text-align: center;
}

.text-opcion {
  font-size: 2rem;
  text-align: center;
}

/*** invierte ***/

.btn-invierte {
  background-color: #d9d8d6;
  color: #00205B;
  text-decoration: underline;
  font-size: 1.8rem;
  padding: 0;
}

#invierte span {
  font-weight: 500;
}

#invierte li {
  padding: .5rem 0rem;
}

#invierte h1, h3 {
  color: #00205B;
}
/** Portafolio **/

.hr-portafolio {
  width: auto;
  color: #00aeef;
  border-top: 5px solid #00aeef!important;
  padding: 0rem;
  opacity: 1.0;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

.card-body {
  padding: 1rem 2rem 2rem;
}

.card-title {
  padding: 0rem;
}

/** Aliados **/

#aliados h1 {
  color: #828180;
}

/** Contacto **/

#contacto h1 {
  font-size: 3rem;
}

#contacto p {
  font-size: 1.8rem;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
select[type="opciones"],
textarea.form-control {
  border: 0.2rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  color: #363636;
  transition: 0.3s;
  transform-style: preserve-3d;
  -webkit-appeararance: none;
  appearance: none;
  background-color: #fff;
  font-size: 1.4rem;
  outline: none !important;
  width: 100%;
  height: inherit;
  padding: 1.5rem;
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="date"]:active,
input[type="date"]:focus,
input[type="date"]:hover,
input[type="time"]:active,
input[type="time"]:focus,
input[type="time"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="tel"]:hover,
select[type="opciones"]:active,
select[type="opciones"]:focus,
select[type="opciones"]:hover,
textarea.form-control:active,
textarea.form-control:focus,
textarea.form-control:hover {
  border: 0.2rem solid rgba(0, 0, 0, 0.25);
}

input[type="text"].small,
input[type="email"].small,
input[type="date"].small,
input[type="time"].small,
input[type="search"].small,
input[type="password"].small,
input[type="number"].small,
input[type="tel"].small,
textarea.form-control.small {
  padding: 1rem;
}

.input-group-btn {
  margin-bottom: 0.4rem;
}

.input-group-btn:not(:first-child)>.btn:first-child {
  margin-left: -0.2rem;
  border-radius: 0;
  background-color: #043e22;
  box-shadow: none;
  top: 0.2rem;
}

label {
  padding-bottom: 0.5rem;
  margin-right: 1rem;
}

.form .status {
  transform: scale(0.1);
  transition: 0.3s ease;
  top: -2rem;
  right: -2rem;
  position: absolute;
}

.form .status .status-icon {
  border-radius: 50%;
  transition: 0.3s ease;
  width: 4rem;
  height: 4rem;
  background-color: grey;
  color: #fff;
  text-align: center;
  line-height: 4rem;
}

.form .status .status-icon.valid {
  background-color: #50aa8d;
}

.form .status .status-icon.invalid {
  background-color: #e45544;
}

.form .status i {
  font-size: 1.8rem;
}

.form .form-group {
  position: relative;
}

.form label.error {
  position: absolute;
  left: 0;
  bottom: -3rem;
  background-color: red;
  color: #fff;
  padding: 0.3rem;
}

.form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.4);
}

.form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.4);
}

.form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.4);
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4);
}

.form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.4);
}

.form.submitted .status {
  transform: scale(1);
}

.form.submitted .form-group,
.form.submitted .input-group {
  pointer-events: none;
}

.form.submitted .btn[type="submit"] {
  pointer-events: none;
  opacity: 0.5;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.form-group label.framed {
  font-weight: normal;
}

textarea.form-control {
  line-height: 2rem;
}

.btn-form {
  background-color: #00aeef;
  color: #ffffff;
  font-size: 1.6rem;
}

.btn-form:hover {
  background-color: #ffffff;
  color: #00aeef;
}

#amenidades i {
  font-size: 5rem;
}

#amenidades .icon-box {
  margin-bottom: 20px;
  padding: 30px 15px;
  border-radius: 6px;
  background: #fff;
}

#amenidades .icon-box i {
  font-size: 32px;
  color: #b5ada5;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b5ada5;
  float: left;
}

#amenidades .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#amenidades .icon-box h4 a {
  color: #464647;
  transition: 0.3s;
}

#amenidades .icon-box .icon-box:hover h4 a {
  color: #b5ada5;
}

#amenidades .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

#amenidades h3 {
  font-family: "Didot Italic", serif;
  font-size: 2.5rem;
}

.fa {
  color: #7aa7ad;
}

.ubicacion-desarrollo {
  padding: 10rem 4rem 0rem;
}

.ubicacion-porta {
  padding: 6rem 4rem 0rem;
}

.hr-contacto {
  border-top: .5rem solid #00205B;
  padding: 2rem 0rem 1rem 0rem;
  opacity: 1.0;
}

.fixed-top {
  background-color: #ffffff;
  padding: 0rem 0 0rem 0;
}

.floating-bottom {
  position: absolute;
  bottom: 50px;
  text-align: center;
  left: 0px;
  right: 0px;
}

.fa-chevron-down {
  font-size: 6rem;
  color: white;
}

.hero {
  padding: 16rem 1rem 4rem 1rem;
}

#desarrollo-hero p {
  font-size: 2rem;
}

.ubicacion-desarrollo li {
  font-size: 2rem;
}

/** Portafolio **/

.top-portafolio {
  padding: 14rem 2rem 4rem;
}

.bg-p {
  background-image: url(https://dni.c2-ds.com/assets/img/waves.svg);
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.bg-solido {
  background: #AEBEC9;
}

/** Propiedades **/

.bg-propiedades {
  background: #00205B;
}

#propiedades-hero h1 {
  color: #ffffff;
  font-weight: 600;
}

#info-propiedades h2 {
  color: #404040;
  text-transform: none;
  font-weight: 600;
}

#info-propiedades p {
  color: #404040;
  text-transform: none;
  font-weight: 400;
}

#amenidades-propiedades h1 {
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
}

#amenidades-propiedades li {
  font-size: 3rem;
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
}

#ubicacion-propiedades h2 {
  font-size: 4rem;
  color: #404040;
  text-transform: none;
  font-weight: 600;
}

#ubicacion-propiedades p {
  font-size: 2.5rem;
  color: #404040;
  text-transform: none;
  font-weight: 400;
}

#info-fichas h2 {
  font-size: 6rem;
  color: #404040;
  text-transform: none;
  font-weight: 600;
}

#info-fichas h3 {
  font-size: 2.5rem;
  color: #404040;
  text-transform: none;
  font-weight: 400;
}

#info-fichas p {
  font-size: 2.5rem;
  color: #404040;
  text-transform: none;
  font-weight: 400;
}

.section-san {
  padding: 5rem 1rem 8rem 1rem;
}

/** Fichas **/

#fichas-hero h1 {
  color: #ffffff;
  font-weight: 600;
}

.fa-map-marker {
  font-size: 4rem;
  padding: 0rem 1rem;
  color: #00205B;
}

.fa-check {
  font-size: 4rem;
  padding: 0rem 1rem;
  color: #00205B;
}

  .video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video-container video::after {
    content: "";
    position: absolute;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .logo-desarrollo {
    padding: 5rem 2rem 2rem;
  }
  .section-san {
    padding: 5rem 1rem 8rem 1rem;
  }
  .video-padding {
    padding: 4rem 2rem 4rem;
  }
  .section {
    padding: 4rem 1rem 4rem 1rem;
  }
  .top-portafolio {
    padding: 4rem 2rem 4rem;
  }
  .hero {
    padding: 4rem 1rem 4rem 1rem;
  }
  #propiedades-hero h1 {
    font-size: 2rem;
  }
  #info-propiedades h2 {
    font-size: 1rem;
    padding: 1rem;
  }
  #info-propiedades p {
    font-size: 2.5rem;
  }
  #amenidades-propiedades h1 {
    font-size: 4rem;
  }
  #info-fichas h2 {
    font-size: 3rem;
  }
  .fa-map-marker {
    font-size: 2rem;
  }
  
  .fa-check {
    font-size: 2rem;
}

.video-container {
  width: 100%;
  height: 20rem;
}

.video-container video {
  width: 100%;
  height: 20rem;
}


.fa-chevron-down {
  font-size: 0rem;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .logo-desarrollo {
    padding: 5rem 2rem 2rem;
  }
  .video-padding {
    padding: 4rem 2rem 4rem;
  }
  .section {
    padding: 4rem 1rem 4rem 1rem;
  }
  .top-portafolio {
    padding: 4rem 2rem 4rem;
  }
  .hero {
    padding: 4rem 1rem 4rem 1rem;
  }
  #propiedades-hero h1 {
    font-size: 2rem;
  }
  #info-propiedades h2 {
    font-size: 1rem;
    padding: 1rem;
  }
  #info-propiedades p {
    font-size: 2.5rem;
  }
  #amenidades-propiedades h1 {
    font-size: 4rem;
  }
  .fa-map-marker {
    font-size: 3rem;
  }
  
  .fa-check {
    font-size: 3rem;
  }

  .video-container {
    width: 100%;
    height: 45rem;
  }
  
  .video-container video {
    width: 100%;
    height: 45rem;
  }
  
  
  .fa-chevron-down {
    font-size: 0rem;
  }

}

/* Tablet (portrait tablets and large phones, 810px and up) */
@media only screen and (max-width: 810px) {

  .ubicacion-desarrollo {
    padding: 2rem 0rem 2rem;
  }
  #propiedades-hero h1 {
    font-size: 4rem;
  }
  #info-propiedades h2 {
    font-size: 4rem;
  }
  #info-propiedades p {
    font-size: 2.8rem;
  }
  #amenidades-propiedades h1 {
    font-size: 5rem;
  }
  .fa-map-marker {
    font-size: 3rem;
  }
  
  .fa-check {
    font-size: 3rem;
}
 
.video-container {
  width: 100%;
  height: 45rem;
}

.video-container video {
  width: 100%;
  height: 45rem;
}


.fa-chevron-down {
  font-size: 0rem;
}

}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .logo-desarrollo {
    padding: 12rem 2rem 2rem;
  }
  .video-padding {
    padding: 22rem 2rem 10rem;
  }
  .top-portafolio {
    padding: 14rem 2rem 4rem;
  }
  .hero {
    padding: 16rem 1rem 4rem 1rem;
  }
  #propiedades-hero h1 {
    font-size: 6rem;
  }
  #info-propiedades h2 {
    font-size: 6rem;
  }
  #info-propiedades p {
    font-size: 3rem;
  }
  #amenidades-propiedades h1 {
    font-size: 6rem;
  }

  .video-container {
    width: 100%;
    height: 98vh;
  }

  .video-container video {
    width: 100%;
    height: 100%;
  }

  .video-container video::after {
    width: 100%;
    height: 100%;
  }

  .fa-chevron-down {
    font-size: 6rem;
  }
}
