@charset "UTF-8";
@import "../css/nova-fonts.css";
@font-face {
  font-family: "akkurat-light";
  src: url("../fonts/AkkuratLightPro.eot");
  src: url("../fonts/AkkuratLightPro.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLightPro.woff") format("woff"), url("../fonts/AkkuratLightPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bookman";
  src: url("../fonts/BookmanOldStyle.eot");
  src: url("../fonts/BookmanOldStyle.eot?#iefix") format("embedded-opentype"), url("../fonts/BookmanOldStyle.woff") format("woff"), url("../fonts/BookmanOldStyle.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.gif);
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

h1 {
  color: white;
  font-family: "bookman";
  font-size: 90px;
}

h2 {
  font-size: 40px;
  color: white;
  max-width: 700px;
  font-family: "akkurat-light";
}

h3 {
  font-family: "bookman";
  font-size: 36px;
}

p {
  font-family: "akkurat-light";
}

.modal-percent {
  max-width: 60%;
}

.modal-percent-alt {
  max-width: 1200px;
}

.modal .close {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #001c38;
  z-index: 9;
  float: none;
  right: -20px;
  top: -20px;
  opacity: 1;
  border: 2px solid white;
  cursor: pointer;
}
.modal .close:hover {
  opacity: 1 !important;
}
.modal .close span {
  color: white;
  font-weight: 100;
  font-size: 40px;
  display: block;
  text-align: center;
  line-height: 30px;
}
.modal .modal-body {
  padding: 0px;
}
.modal .modal-body .bases-referidos {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #001c38;
}
.modal .modal-body .bases-referidos .logo {
  width: 40%;
  display: flex;
  align-items: center;
}
.modal .modal-body .bases-referidos .content {
  width: 60%;
  padding: 60px 40px;
  background-color: white;
  color: #001c38;
}
.modal .modal-body .bases-referidos .content h3 {
  font-family: "akkurat-light";
  font-size: 36px;
  margin-bottom: 20px;
}
.modal .modal-body .bases-referidos .content ul {
  list-style: none;
  padding: 0;
}
.modal .modal-body .bases-referidos .content ul li {
  font-size: 18px;
  font-weight: 100;
  line-height: 180%;
  position: relative;
  padding-left: 30px;
}
.modal .modal-body .bases-referidos .content ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #a0a4a7;
  font-weight: 200;
}

.btn-gray, .btn-outline, .btn-white, .btn-blue {
  background-color: #a0a4a7;
  color: white;
  border-radius: 0px;
  font-family: "akkurat-light";
  font-size: 20px;
  padding: 15px 70px;
  width: 100%;
}

.btn-blue {
  background-color: #001c38;
  max-width: 270px;
  padding: 10px 30px;
  margin-top: 60px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  border: 2px solid transparent;
}
.btn-blue:hover {
  background-color: white;
  border: 2px solid #001c38;
}
.btn-blue:focus {
  box-shadow: none;
}

.btn-white {
  background-color: white;
  color: #001c38;
  max-width: 270px;
  padding: 10px 30px;
  margin-top: 60px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  border: 2px solid white;
}
.btn-white:hover {
  background-color: #001c38;
  color: white;
}
.btn-white:focus {
  box-shadow: none;
}

.btn-outline {
  max-width: 270px;
  padding: 10px 30px;
  background-color: white;
  border: 2px solid #001c38;
  color: #001c38;
  margin-top: 60px;
}
.btn-outline:hover {
  background-color: #001c38;
  border: 2px solid #001c38;
  color: white;
}

.btn-contacto {
  background-color: #001c38;
  border: 1px solid white;
  border-bottom-color: #001c38;
  position: fixed;
  top: 30%;
  right: -85px;
  width: 230px;
  height: 60px;
  z-index: 2;
  transform: rotate(-90deg);
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.btn-contacto span {
  display: none;
}
.btn-contacto a {
  color: white;
  font-family: "akkurat-light";
  font-size: 20px;
  text-align: center;
  display: block;
  padding: 15px 35px;
}
.btn-contacto:hover {
  text-decoration: none;
  background-color: white;
  border: 1px solid #001c38;
}
.btn-contacto:hover a {
  color: #001c38;
  text-decoration: none;
}

sup {
  font-size: 50%;
  top: -1em;
}

form label {
  font-family: "akkurat-light";
  font-size: 18px;
  color: #001c38;
}
form label.error {
  display: block;
  font-size: 12px;
  color: #fc0107;
  margin: 0;
}
form label.hint, form label.form-check-label {
  font-size: 14px;
}
form a {
  color: inherit;
  text-decoration: underline;
}
form a:hover {
  color: inherit;
}
form input[type=text] {
  height: 60px;
}
form input[type=text].form-control {
  border-radius: 0px;
  background-color: #a0a4a7;
  margin-bottom: 15px;
  border-color: transparent;
}
form input[type=text].form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1;
  /* Firefox */
  font-size: 16px;
  font-family: "akkurat-light";
}
form input[type=text].form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important;
  font-size: 16px;
  font-family: "akkurat-light";
}
form input[type=text].form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white !important;
  font-size: 16px;
  font-family: "akkurat-light";
}
form input[type=text].form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
form input[type=text].form-control:not(#captcha_value) {
  max-width: 95%;
}
form select.form-control {
  position: relative;
  max-width: 95%;
  height: 60px;
  border-radius: 0;
  background-color: #a0a4a7;
  margin-bottom: 15px;
  border-color: transparent;
  color: white !important;
  font-size: 16px;
  font-family: "akkurat-light";
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: #a0a4a7 url(../images/down-arrow-white.png) 95% center no-repeat;
  background-size: 24px;
}
form select.form-control:focus {
  background-color: #a0a4a7;
  border: none;
  box-shadow: none;
}
form textarea {
  height: 170px !important;
}
form textarea.form-control {
  border-radius: 0px;
  background-color: #a0a4a7;
  border-color: transparent;
}
form textarea.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1;
  /* Firefox */
  font-size: 16px;
  font-family: "akkurat-light";
}
form textarea.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important;
  font-size: 16px;
  font-family: "akkurat-light";
}
form textarea.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white !important;
  font-size: 16px;
  font-family: "akkurat-light";
}
form textarea.form-control:focus {
  background-color: #a0a4a7;
  box-shadow: none;
  border-color: transparent;
}
form .btn-blue {
  margin-top: 30px;
}

.form-refiere h3 {
  margin-bottom: 6%;
}
.form-refiere p {
  color: #001c38;
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 100;
}
.form-refiere p a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.form-refiere p a:hover {
  color: inherit;
}
.form-refiere .btn-block {
  width: 100%;
  max-width: unset;
  margin-top: 10px;
}

header {
  width: 100%;
  min-height: 540px;
  background-image: url(../images/header.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
header h1 {
  font-size: 90px;
  font-family: "bookman";
  color: white;
  text-align: center;
}
header.gracias {
  background-image: url(../images/gracias-header.jpg);
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: -webkit-fill-available;
}
header.gracias p {
  font-family: "akkurat-light";
  font-size: 22px;
  color: white;
  text-align: justify;
}
header.refiere {
  background-image: url(../images/header-refiere.jpg);
}

.aviso-privacidad {
  padding: 150px 0px;
}
.aviso-privacidad h2 {
  font-family: "bookman";
  color: #001c38;
  text-align: left;
  font-size: 48px;
  margin-bottom: 40px;
}
.aviso-privacidad h3 {
  font-family: "bookman";
  font-size: 28px;
  color: #001c38;
  margin-top: 40px;
  margin-bottom: 20px;
}
.aviso-privacidad p {
  font-family: "akkurat-light";
  font-size: 22px;
  color: #001c38;
  text-align: justify;
}
.aviso-privacidad p:not(:first-of-type) {
  font-size: 18px;
}
.aviso-privacidad ol {
  margin-left: 20px;
}
.aviso-privacidad ol li {
  font-family: "akkurat-light";
  font-size: 18px;
  color: #001c38;
  padding-left: 15px;
}

.navbar {
  background-color: #001c38;
  height: 120px;
  padding: 15px 13%;
  position: absolute;
  width: 100%;
  z-index: 9;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.navbar .navbar-brand .logo {
  width: 170px;
  height: 65px;
  background-color: white;
  -webkit-mask-image: url(../images/logo-nova.svg);
  mask-image: url(../images/logo-nova.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.navbar .navbar-toggler:focus {
  outline: none;
}
.navbar .navbar-toggler .icon-menu {
  width: 25px;
  height: 2px;
  background-color: white;
  position: relative;
}
.navbar .navbar-toggler .icon-menu::before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: -8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navbar .navbar-toggler .icon-menu::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navbar .navbar-nav .nav-item {
  margin-left: 60px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: white;
  font-family: "akkurat-light";
  font-size: 20px;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #a0a4a7;
}
.navbar .navbar-nav .nav-item.white {
  background-color: white;
  width: 210px;
  border: 1px solid transparent;
}
.navbar .navbar-nav .nav-item.white .nav-link {
  color: #001c38;
  text-align: center;
}
.navbar .navbar-nav .nav-item.white:hover {
  border: 1px solid white;
  background-color: transparent;
}
.navbar .navbar-nav .nav-item.white:hover .nav-link {
  color: #a0a4a7;
}
.navbar.fixed {
  position: fixed;
  z-index: 9;
  background-color: white;
  height: 90px;
  border-bottom: 2px solid #001c38;
}
.navbar.fixed .navbar-brand .logo {
  background-color: #001c38;
}
.navbar.fixed .navbar-nav .nav-item .nav-link {
  color: #001c38;
  font-family: "akkurat-light";
  font-size: 18px;
}
.navbar.fixed .navbar-nav .nav-item.white {
  background-color: #001c38;
  width: 210px;
}
.navbar.fixed .navbar-nav .nav-item.white .nav-link {
  color: white;
  text-align: center;
}
.navbar.fixed .navbar-nav .nav-item.white:hover {
  border: 1px solid #001c38;
  background-color: transparent;
}
.navbar.fixed .navbar-nav .nav-item.white:hover .nav-link {
  color: #001c38;
}
.navbar.open {
  height: 100%;
  align-items: end;
  z-index: 9;
}
.navbar.open .navbar-toggler .icon-menu {
  background-color: transparent;
}
.navbar.open .navbar-toggler .icon-menu::before {
  transform: rotate(45deg);
  top: 0;
}
.navbar.open .navbar-toggler .icon-menu::after {
  transform: rotate(-45deg);
  bottom: 0;
}
.navbar.open .navbar-collapse {
  text-align: center;
  display: block !important;
}
.navbar.open .navbar-collapse .navbar-nav .nav-item {
  margin-left: 0px;
  margin-bottom: 20px;
}
.navbar.open .navbar-collapse .navbar-nav .nav-item.white {
  margin: 0 auto;
}
.navbar.p-relative {
  position: relative;
}

.slider {
  position: relative;
}
.slider .item {
  position: relative;
}
.slider .item .carousel-text {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider .owl-dots {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.slider .owl-dots .owl-dot:focus {
  outline: none;
}
.slider .owl-dots .owl-dot.active span {
  background: white;
}
.slider .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid white;
}

section.eyecatcher {
  background-image: url(../images/eyecatcher.jpg);
  width: 100%;
  height: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.eyecatcher h1 {
  text-align: center;
}
section.nova {
  background-color: #f8f8f8;
  padding: 150px 0px;
}
section.nova p {
  font-family: "akkurat-light";
  font-size: 24px;
  max-width: 550px;
}
section.nova p:first-of-type {
  margin-top: 45px;
}
section.nova img.left-image {
  -webkit-box-shadow: 11px 0px 20px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 11px 0px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 11px 0px 20px 1px rgba(0, 0, 0, 0.3);
}
section.nova .btn-blue {
  max-width: 210px;
  margin-right: 60px;
}
section.edificios {
  padding: 90px 15% 70px;
}
section.edificios .informacion {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  overflow: hidden;
}
section.edificios .informacion .logo {
  display: block;
  width: 40%;
  max-width: 160px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}
section.edificios .informacion .mas-info {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-family: "akkurat-light";
  font-size: 14px;
  color: white;
  background-color: #001c38;
  -webkit-transition: display 0.25s linear;
  -moz-transition: display 0.25s linear;
  -ms-transition: display 0.25s linear;
  -o-transition: display 0.25s linear;
  transition: display 0.25s linear;
}
section.edificios .informacion .contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: rgba(0, 28, 56, 0.8);
  -webkit-transition: top 0.25s linear;
  -moz-transition: top 0.25s linear;
  -ms-transition: top 0.25s linear;
  -o-transition: top 0.25s linear;
  transition: top 0.25s linear;
}
section.edificios .informacion .contenido .btn-white {
  margin: 5% auto 0;
}
section.edificios .informacion .contenido p {
  color: white;
  text-align: center;
  margin-top: 35px;
}
section.edificios .informacion:hover .contenido, section.edificios .informacion.active .contenido {
  top: 0;
}
section.edificios .informacion:hover .mas-info, section.edificios .informacion.active .mas-info {
  display: none;
}
section.desarrolladores {
  background-color: #001c38;
  padding: 120px 0px;
}
section.contacto {
  padding: 150px 0px;
}
section.contacto h2 {
  text-align: left;
  margin-bottom: 50px;
  color: #001c38;
  font-family: "bookman";
}
section.contacto .btn-blue {
  max-width: none;
}
section.contacto form label.error {
  display: block;
  color: red;
  font-size: 16px;
}
section.contacto form select {
  max-width: 100%;
}
section.contacto .captchas label {
  display: block;
}
section.contacto .captchas input[type=text] {
  width: 59%;
  display: inline-block;
}
section.contacto .captchas .completar {
  width: 40%;
  background-color: #001c38;
  color: white;
  display: inline-block;
  height: 60px;
  text-align: center;
  vertical-align: top;
  font-size: 20px;
  font-family: "akkurat-light";
  padding: 15px;
}
section.programa-refiere {
  padding: 145px 0px;
  display: flex;
  background-color: #f8f8f8;
}
section.programa-refiere .image {
  margin-right: 10%;
}
section.programa-refiere .image img {
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
}
section.programa-refiere .info {
  width: 100%;
  max-width: 580px;
  margin-right: 10%;
}
section.programa-refiere .info h2 {
  text-align: left;
  color: #001c38;
  font-family: "bookman";
}
section.programa-refiere .info h2 span {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  color: #a0a4a7;
}
section.programa-refiere .info p {
  font-size: 24px;
  color: #001c38;
  line-height: 130%;
  margin: 5% 0;
}
section.programa-refiere .info .more {
  position: relative;
  background-color: #001c38;
  padding: 50px;
}
section.programa-refiere .info .more p {
  margin: 0;
  margin-bottom: 5%;
  font-size: 18px;
  line-height: 150%;
  color: white;
}
section.programa-refiere .info .more span {
  font-size: 130%;
  font-weight: bold;
}
section.programa-refiere .info .more a {
  position: absolute;
  left: 10%;
  bottom: -8%;
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding: 10px;
  border: solid 2px white;
  background-color: #001c38;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
section.programa-refiere .info .more a:hover {
  text-decoration: none;
  color: #001c38;
  border-color: #001c38;
  background-color: white;
}
section.form-refiere {
  padding: 150px 0px;
}

footer {
  background-color: #001c38;
  padding: 50px 0px 40px;
  border-top: 1px solid #334960;
}
footer a {
  color: white;
  font-family: "akkurat-light";
  font-size: 16px;
}
footer a:hover {
  color: white;
}
footer p {
  display: block;
  color: white;
  font-family: "akkurat-light";
  font-size: 16px;
  text-align: center;
  margin-top: 1.7rem;
}
footer p span {
  width: 30px;
  display: inline-block;
}
footer p.leyenda {
  font-size: 14px;
}

.leyenda-footer {
  background-color: #001c38;
  padding: 45px 0px;
  border-top: 1px solid #334960;
}
.leyenda-footer p {
  font-family: "akkurat-light";
  font-size: 15px;
  color: #a0a4a7;
  margin-bottom: 0px;
  text-align: center;
}

@media (max-width: 1500px) {
  section.programa-refiere .info h2 {
    font-size: 36px;
  }
  section.programa-refiere .info h2 span {
    font-size: 18px;
    margin-bottom: 5px;
  }
  section.programa-refiere .info p {
    font-size: 18px;
    margin: 3% 0;
  }
  section.programa-refiere .info .more {
    padding: 40px;
  }
  section.programa-refiere .info .more p {
    font-size: 16px;
  }
  section.programa-refiere .info .more a {
    font-size: 16px;
  }
  section.form-refiere h3 {
    font-size: 36px;
    margin-bottom: 2%;
  }
}
@media (max-width: 1450px) {
  .slider .item .carousel-text h1 {
    font-size: 80px;
  }
  .slider .item .carousel-text h2 {
    font-size: 30px;
  }
  .slider .owl-dots {
    bottom: 50px;
  }

  .modal-percent-alt {
    max-width: 1000px;
  }

  .navbar {
    padding: 15px 8%;
  }

  section.programa-refiere {
    padding: 80px 0;
  }
  section.programa-refiere .image {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0;
  }
  section.programa-refiere .info {
    width: 50%;
    padding: 0 30px;
    margin: 0;
  }
  section.form-refiere {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  .navbar {
    padding: 15px 5%;
  }
  .navbar .navbar-nav .nav-item {
    margin-left: 40px;
  }
  .navbar .navbar-nav .nav-item.white {
    width: 180px;
  }

  .modal-percent-alt {
    max-width: 900px;
  }

  form input[type=text].form-control:not(#captcha_value) {
    max-width: 100%;
  }
  form select.form-control {
    max-width: none;
  }

  .slider .item .carousel-text h1 {
    font-size: 65px;
  }
  .slider .owl-dots {
    bottom: 30px;
  }

  section.eyecatcher {
    height: 900px;
  }
  section.eyecatcher h1 {
    font-size: 80px;
  }
  section.eyecatcher h2 {
    font-size: 35px;
    text-align: center;
  }
  section.nova .btn {
    margin-top: 30px;
    margin-right: 20px;
    margin-left: auto;
  }
  section.desarrolladores {
    padding: 100px 0px;
  }
  section.aviso-privacidad {
    padding: 100px 0px;
  }
  section.aviso-privacidad h2 {
    font-size: 40px;
  }
  section.aviso-privacidad h3 {
    font-style: 26px;
  }
  section.aviso-privacidad p {
    font-size: 20px;
  }
  section.edificios .informacion .logo {
    top: 30px;
  }
  section.edificios .informacion .contenido {
    padding: 20px;
    justify-content: flex-end;
  }
  section.edificios .informacion .contenido p {
    font-size: 0.9rem;
  }
  section.edificios .informacion .contenido .btn-white {
    max-width: 220px;
    padding: 6px 10px;
    font-size: 16px;
  }
  section.form-refiere {
    width: auto;
    margin-left: auto;
  }
  section.form-refiere h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .navbar {
    height: 100px;
    padding: 15px 3%;
  }
  .navbar .navbar-nav {
    flex-direction: row;
  }
  .navbar .navbar-nav .nav-item {
    margin-left: 30px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
  .navbar .navbar-nav .nav-item.white {
    width: 150px;
  }
  .navbar .navbar-brand .logo {
    width: 150px;
  }
  .navbar .navbar-toggler {
    display: none;
  }
  .navbar .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar.fixed .navbar-nav .nav-item.white {
    width: 150px;
  }

  .slider .item .carousel-text {
    max-width: 80%;
  }
  .slider .item .carousel-text h1 {
    font-size: 52px;
  }
  .slider .item .carousel-text h2 {
    font-size: 25px;
  }
  .slider .owl-dots {
    bottom: 5%;
  }

  .modal-percent,
.modal-percent-alt {
    max-width: 80%;
  }

  header h1 {
    font-size: 70px;
  }

  section.eyecatcher {
    background-size: cover;
    height: 800px;
  }
  section.eyecatcher h1 {
    font-size: 70px;
  }
  section.eyecatcher h2 {
    font-size: 30px;
    text-align: center;
  }
  section.nova {
    padding: 100px 0px;
  }
  section.nova .logo {
    max-width: 180px;
  }
  section.nova p {
    font-size: 20px;
  }
  section.nova p.first-of-type {
    margin-top: 30px;
  }
  section.nova .btn {
    max-width: 180px;
    font-size: 18px;
  }
  section.edificios {
    padding: 90px 10% 70px;
  }
  section.desarrolladores {
    padding: 80px 0px;
  }
  section.contacto {
    padding: 100px 0px;
    margin-left: 0;
  }
  section.programa-refiere {
    padding: 50px 0;
    flex-direction: column-reverse;
  }
  section.programa-refiere .image {
    width: 100%;
    padding: 50px 30px 0;
  }
  section.programa-refiere .image img {
    margin: 0 auto;
  }
  section.programa-refiere .info {
    width: 100%;
    max-width: unset;
  }
  section.form-refiere {
    padding: 50px 0;
  }
  section.form-refiere p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .navbar {
    display: block;
  }
  .navbar .navbar-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 35px;
  }
  .navbar .navbar-nav {
    flex-direction: column;
    margin-top: 50px;
  }
  .navbar .navbar-collapse {
    flex-basis: 100%;
    display: none !important;
  }

  .slider .item .carousel-text {
    top: 40%;
  }
  .slider .item .carousel-text h1 {
    font-size: 40px;
  }
  .slider .item .carousel-text h2 {
    font-size: 20px;
  }
  .slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }

  header {
    min-height: 450px;
  }
  header h1 {
    font-size: 60px;
  }

  section.eyecatcher {
    height: 600px;
  }
  section.eyecatcher h1 {
    font-size: 50px;
  }
  section.eyecatcher h2 {
    font-size: 22px;
    text-align: center;
  }
  section.nova {
    padding: 80px 0px 50px;
  }
  section.nova .pl-0 {
    padding-left: 15px !important;
  }
  section.nova .logo {
    margin: 30px auto 0px;
    display: block;
  }
  section.nova p {
    margin: 0 auto;
    max-width: 80%;
  }
  section.nova .info {
    text-align: center;
  }
  section.edificios {
    padding: 70px 10% 0px;
  }
  section.edificios .informacion {
    max-width: 380px;
    margin: 0 auto 20px;
  }
  section.edificios .informacion .contenido {
    justify-content: center;
  }
  section.desarrolladores {
    padding: 60px 0px;
  }
  section.contacto {
    padding: 80px 0px;
  }
  section.contacto h2 {
    font-size: 30px;
  }
  section.aviso-privacidad {
    padding: 80px 0px;
  }
}
@media (max-width: 600px) {
  .navbar {
    height: 90px;
  }
  .navbar .navbar-brand .logo {
    width: 140px;
  }

  .slider .item {
    overflow: hidden;
    height: 500px;
    width: 100%;
    text-align: center;
  }
  .slider .item img {
    left: 50%;
    margin-left: -100%;
    position: relative;
    width: auto;
    height: 400px;
    display: inline-block;
  }
  .slider .item .carousel-text h1 {
    font-size: 30px;
  }
  .slider .item .carousel-text h2 {
    font-size: 18px;
  }

  header {
    min-height: 360px;
  }
  header h1 {
    font-size: 40px;
  }

  section.eyecatcher {
    height: 500px;
  }
  section.eyecatcher h1 {
    font-size: 40px;
  }
  section.eyecatcher h2 {
    font-size: 20px;
    text-align: center;
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  section.contacto .captchas input[type=text] {
    width: 50%;
  }
  section.contacto .captchas .completar {
    width: 48%;
  }
  section.aviso-privacidad h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section.aviso-privacidad h3 {
    font-size: 22px;
  }
  section.aviso-privacidad p {
    font-size: 18px;
  }
  section.programa-refiere {
    padding: 30px 0;
  }
  section.programa-refiere .info {
    padding: 0 15px;
  }
  section.programa-refiere .info h2 {
    font-size: 26px;
  }
  section.programa-refiere .info h2 span {
    font-size: 16px;
  }
  section.programa-refiere .info p {
    font-size: 16px;
  }
  section.programa-refiere .info .more {
    padding: 15px 15px 50px;
  }
  section.programa-refiere .info .more p {
    font-size: 14px;
  }
  section.programa-refiere .info a {
    font-size: 14px;
    bottom: -12%;
  }
  section.programa-refiere .image {
    padding: 50px 15px 0;
  }
  section.form-refiere {
    padding: 30px 0;
  }
  section.form-refiere h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .modal .close {
    width: 35px;
    height: 35px;
  }
  .modal .close span {
    font-size: 30px;
    line-height: 25px;
  }
  .modal .modal-body .bases-referidos .content {
    width: 100%;
    padding: 20px;
  }
  .modal .modal-body .bases-referidos .content h3 {
    font-size: 24px;
  }
  .modal .modal-body .bases-referidos .content ul li {
    font-size: 14px;
  }

  .modal-percent,
.modal-percent-alt {
    max-width: 90%;
    margin: 10% auto;
  }
}
@media (max-width: 480px) {
  .navbar {
    height: 70px;
    padding: 5px 10%;
  }
  .navbar .navbar-brand .logo {
    width: 100px;
    height: 50px;
  }

  .slider .item .carousel-text h1 {
    font-size: 26px;
  }
  .slider .item .carousel-text h2 {
    font-size: 14px;
  }
  .slider .item .carousel-text h2 br {
    display: none;
  }

  section.eyecatcher {
    height: 350px;
  }
  section.eyecatcher h1 {
    font-size: 32px;
  }
  section.eyecatcher h2 {
    font-size: 18px;
    text-align: center;
  }
  section.nova {
    padding: 50px 0px;
  }
  section.nova p {
    max-width: none;
    font-size: 18px;
  }
  section.edificios {
    padding: 50px 0 0px;
  }
  section.edificios p {
    font-size: 18px;
  }
  section.edificios .btn {
    font-size: 18px;
  }
  section.desarrolladores {
    padding: 30px 0px 20px;
  }
  section.contacto {
    padding: 60px 0px;
  }
  section.aviso-privacidad {
    padding: 60px 0px;
  }
  section.aviso-privacidad h2 {
    font-size: 24px;
  }
  section.aviso-privacidad h3 {
    font-size: 18px;
  }
  section.aviso-privacidad p {
    font-size: 16px;
  }
  section.aviso-privacidad p:not(:first-of-type) {
    font-size: 14px;
  }
  section.aviso-privacidad ol {
    margin-left: 0px;
  }
  section.aviso-privacidad ol li {
    font-size: 14px;
  }

  footer {
    padding: 15px 0px 15px;
  }
  footer p {
    margin-top: 1rem;
  }
  footer p span {
    display: block;
    height: 0;
    overflow: hidden;
  }
  footer p.leyenda {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  section.eyecatcher h1 {
    font-size: 28px;
  }
  section.eyecatcher h2 {
    font-size: 16px;
  }
  section.nova p {
    font-size: 16px;
  }
  section.nova .btn {
    font-size: 16px;
  }
  section.edificios p {
    font-size: 16px;
  }
  section.edificios .btn {
    font-size: 16px;
  }
  section.contacto .captchas input[type=text] {
    width: 100%;
  }
  section.contacto .captchas .completar {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
