html {
  /*height: 120%;*/
  box-sizing: border-box;
  /*min-height: 120%;*/
  position: relative;
  height: fill-available;
  height: -webkit-fill-available;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: "Heebo-Bold";
  src: url("/font/Heebo-Bold.ttf");
}
@font-face {
  font-family: "Heebo-Light";
  src: url("/font/Heebo-Light.ttf");
}
@font-face {
  font-family: "Heebo-Regular";
  src: url("/font/Heebo-Regular.ttf");
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("/font/AvantGarde-BookOblique.woff2") format("woff2"),
    url("/font/AvantGarde-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "ITC Avant Garde Gothic Demi";
  src: url("/font/AvantGarde-Demi.woff2") format("woff2"),
    url("/font/AvantGarde-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ITC Avant Garde Gothic Demi";
  src: url("/font/AvantGarde-DemiOblique.woff2") format("woff2"),
    url("/font/AvantGarde-DemiOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("/font/AvantGarde-Book.woff2") format("woff2"),
    url("/font/AvantGarde-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "Heebo-Regular";
}
/* header{
	background-color: #005389 !important;
} */
body {
  /*min-height: 100vh;*/
  position: relative;
  overflow: auto;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d0d0d0;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0d0;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #d0d0d0;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #d0d0d0;
}
.slick-disabled {
  opacity: 0.3;
}
.logo-aitue {
  margin-bottom: 5% !important;
}
.wrap {
  max-width: 1080px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.franja-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  margin-top: 0 !important;
  z-index: 9999;
  display: none;
  overflow: auto;
}
.menu .icon-menu {
  position: absolute;
  right: 5%;
  top: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #015488;
}
.menu .icon-menu a {
  font-size: 30px;
  color: #015488;
  text-decoration: none;
  padding: 5px 20px;
}
.menu .logos-menu {
  float: right;
}

.menu .logos-menu .logo-aitue {
  width: 40%;
}

.menu .logos-menu .logo-proyecto {
  max-width: 160px;
  width: 30%;
}

.menu .logos-menu .logo-aitue img {
  display: inline-block;
  vertical-align: middle;
}
.menu ul {
  padding: 0;
  margin: 0;
}
.menu li {
  display: block;
  list-style: none;
}
.menu li a {
  display: block;
  border-bottom: 1px solid #d9d8d8;
  padding: 20px 5px;
}
.menu li:last-child a {
  border-bottom: none;
}

.login {
  max-width: 40%;
  margin: 40px auto;
}

.login .group {
  margin-bottom: 40px;
  position: relative;
}
.login .group .control {
  border: 2px solid #005389;
  padding: 20px 20px;
  display: block;
  width: 100%;
  border-radius: 30px;
  font-size: 20px;
}
.login .group.control-user:after {
  position: absolute;
  left: -90px;
  content: url(/img/new/icono-ejecutivo.png);

  top: 5px;
}
.login .group.control-pass:after {
  position: absolute;
  left: -94px;
  content: url(/img/new/icono-password.png);
  top: -5px;
}
.login .submit {
  border-radius: 10px;
  background: #005389;
  padding: 5px 30px;
  color: #fff;
  font-size: 50px;
  border: none;
  width: 70%;
  font-family: "ITC Avant Garde Gothic Demi";
}

.filtro-proyectos {
  max-width: 40%;
  margin: 0 auto 14% auto;
}
.filtro-proyectos .group {
  margin-bottom: 40px;
  position: relative;
}
.filtro-proyectos .group.control-tipo-proyecto:after {
  position: absolute;
  left: -90px;
  content: url(/img/new/icono-tipo-proyecto.png);

  top: 5px;
}
.filtro-proyectos .group.control-ubicacion:after {
  position: absolute;
  left: -94px;
  content: url(/img/new/icono-ciudad.png);
  top: -1px;
}
.filtro-proyectos .dd-container,
.filtro-proyectos .dd-options,
.filtro-proyectos .dd-select {
  width: 100% !important;
}
.filtro-proyectos .dd-select {
  background: none !important;
  border: none !important;
}
.filtro-proyectos .dd-selected {
  background: #fff;
  border: 5px solid #00a3e2;
  border-radius: 10px;
  font-size: 20px;
  display: block;
  color: #00a3e2;
  padding: 20px;
}
.filtro-proyectos .dd-selected p {
  margin: 0;
  padding: 0;
}
.filtro-proyectos .dd-selected .dd-selected-text {
  color: #00a3e2;
}
.filtro-proyectos .dd-option {
  padding: 20px !important;
  color: #00a3e2;
  font-size: 20px;
}
.filtro-proyectos .dd-option label {
  color: #00a3e2;
}
.filtro-proyectos .dd-pointer-down,
.filtro-proyectos .dd-pointer-up {
  border: solid 0px transparent !important;
  border-top: solid 0px #00a3e2 !important;
  border-bottom: solid 0px #00a3e2 !important;
  /* position: relative; */
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 12px;
  /*color: red;*/
  width: 32px;
  /*background: blue;*/
  height: 50px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 12px;
  display: table;
  text-align: center;
}
.filtro-proyectos .dd-pointer-down:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 50px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  display: inline-table;
  vertical-align: middle;
  color: #00a3e2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filtro-proyectos .dd-pointer-down.dd-pointer-up:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filtro-proyectos .submit {
  border-radius: 10px;
  background: #00a3e2;
  padding: 5px 30px;
  color: #fff;
  font-size: 50px;
  border: none;
  width: 70%;
  font-family: "ITC Avant Garde Gothic Demi";
}

.lista-proyectos {
  margin: 3em auto 0 auto;
  width: 100%;
  padding: 0;
}
.lista-proyectos.casa-depto {
  width: 100%;
}
.menu .icon,
.lista-proyectos .icon {
  display: inline-block;
  vertical-align: middle;
}
.menu .icono,
.lista-proyectos .icono {
  width: 70px;
  height: 71px;
  display: block;
}

.lista-proyectos .icono-casa {
  background: url("/img/2023/icono-casa.png") no-repeat center center;
  background-size: contain;
}
.menu .icono-casa {
  background: url("/img/2023/icono-casa-azul.png") no-repeat center center;
  background-size: contain;
}
.menu .icono-edificio,
.lista-proyectos .icono-edificio {
  background: url("/img/2023/icono-dpto.png") no-repeat center center;
  background-size: contain;
}
.menu .icono-edificio {
  background: url("/img/2023/icono-dpto-azul.png") no-repeat center center;
  background-size: contain;
}
.menu .icono-centro,
.lista-proyectos .icono-centro {
  background: url("/img/2019/icono-oficina.png") no-repeat center center;
  background-size: contain;
}
.menu .nombre,
.lista-proyectos .nombre {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.lista-proyectos .nombre p {
  margin: 0;
  font-size: 20px;
  color: #4e5453;
}
.menu .nombre p {
  font-size: 16px;
  margin: 0;
}

.lista-proyectos .nombre p:first-child {
  font-size: 35px;
  line-height: 35px;
  font-family: "Heebo-Bold";
  color: #ffffff;
}
.menu .nombre p:first-child {
  font-size: 20px;
  line-height: 20px;
  font-family: "Heebo-Bold";
}
.menu li,
.lista-proyectos li {
  margin-bottom: 1em;
  list-style: none;
}
.lista-proyectos li a {
  color: #fff;
  text-decoration: none;
}
.menu li a {
  color: #015488;
  text-decoration: none;
}

header {
  padding: 5% 20px;
  position: relative;
  border: none;
  outline: none;
  display: block;
  margin: 0;
  z-index: 50;
}
header a {
  display: inline-block;
  text-decoration: none;
}

header .botonera a {
  color: #2f5586;
  font-size: 30px;
  text-decoration: none;
}
header .botonera img {
  vertical-align: middle;
  max-width: 87px;
}

header .botonera {
  display: flex;
  align-items: center;
}
header .botonera .column {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .botonera .column.menu-interior a {
  margin-right: 5px;
}

header .botonera .column.is-narrow {
  flex: none;
  width: unset;
}

.filtro-nombre {
  font-size: 0;
  /*	background:#FFF;*/
  border: none;
  outline: none;
  display: block;
  width: 100%;
  min-width: 250px;
}
.filtro-nombre .col {
  vertical-align: top;
  font-size: 16px;
}
.nombre-proyecto {
  color: #005389;
  font-family: "Heebo-Bold";
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  margin: 0 0 10px 0;
}
.nombre-proyecto small {
  font-family: "Heebo-Regular";
  font-weight: normal;
}

.filtro-nombre .dd-container,
.filtro-nombre .dd-options,
.filtro-nombre .dd-select {
  width: 100% !important;
}
.filtro-nombre .dd-select {
  background: none !important;
  border: none !important;
}
.filtro-nombre .dd-selected {
  background: #fff;
  border: 1px solid #005389;
  border-radius: 25px;
  font-size: 16px;
  display: block;
  color: #015488;
  padding: 10px 40px 10px 20px;
}
.filtro-nombre .dd-selected p {
  margin: 0;
  padding: 0;
}
.filtro-nombre .dd-selected .dd-selected-text {
  color: #015488;
}
.filtro-nombre .dd-option {
  padding: 20px !important;
  color: #015488;
  font-size: 20px;
}
.filtro-nombre .dd-option label {
  color: #015488;
}
.filtro-nombre .dd-pointer-down,
.filtro-nombre .dd-pointer-up {
  border: solid 1px #005389 !important;
  border-radius: 50%;
  /* position: relative; */
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 12px;
  /*color: red;*/
  width: 25px;
  /*background: blue;*/
  height: 25px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 10px;
  display: table;
  text-align: center;
}
.filtro-nombre .dd-pointer-down:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 25px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  display: inline-table;
  vertical-align: middle;
  color: #005389;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filtro-nombre .dd-pointer-down.dd-pointer-up:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.img-principal-proyecto {
  height: 80vw;
  max-height: 900px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.img-principal-proyecto-interior {
  background-color: #fff;
  background-size: cover !important;
  height: 80vw;
  max-height: 900px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.img-principal-proyecto-interior.plantas {
  max-height: 830px;
  background-size: contain !important;
}
.img-principal-proyecto-interior .slick-slide {
  outline: none;
}
.slider-bot {
  font-size: 0;
}
.img-caption-proyecto {
  height: 10vw;
  max-height: 100px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  opacity: 0.6;
  width: 33.333%;
  display: inline-block;
}
.img-caption-proyecto.active {
  opacity: 1;
}
.img-principal-proyecto-img {
  padding: 0 !important;
}
.contenedor-slider-top {
  position: relative;
  padding: 0 1em;
}
.contenedor-slider-top #zoom {
  position: absolute;
  right: 3%;
  bottom: 3%;
}
.slider-for .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
  /* padding: 30px; */
  width: 100px;
  height: 200px;
  text-align: center;
  padding-top: 40px;
}
.slider-for .slick-prev {
  left: 2%;
}
.slider-for .slick-next {
  right: 2%;
}
.slider-for .descripcion-slider {
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 5%;
  left: 5%;
  font-size: 16px;
  background: rgba(1, 84, 136, 0.9);
}
.slider-nav .slick-list {
  padding: 0 !important;
}
.slider-nav .slick-current {
  position: relative;
  opacity: 1 !important;
}

.btn-proyecto.plantas {
  margin-top: 6%;
}
.btn-proyecto ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
}
.btn-proyecto ul li {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.2em;
}
.btn-proyecto ul li:last-child {
  margin-right: 0;
}
.btn-proyecto ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #0089c3;
  padding: 0.5em;
  width: 100%;
  text-align: center;
  font-family: "Heebo-Regular";
  border-radius: 10px;
  font-size: 0.9em;
}
.btn-proyecto ul li a p {
  margin: 10px 0 0 0;
  line-height: 1em;
}
.btn-proyecto ul li a.active,
.btn-proyecto ul li a:hover {
  background: #005389;
}
.btn-proyecto .icon {
  width: 80px;
  height: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.btn-proyecto .icon-home {
  background-image: url(/img/2024/home-proyecto.png);
}
.btn-proyecto .icon-planta {
  background-image: url(/img/2024/icon-plantas.png);
}
.btn-proyecto .icon-pilotos {
  background-size: 80%;
  background-image: url(/img/2024/icon-pilotos.png);
}

.btn-proyecto .icon-entorno {
  background-image: url(/img/2024/icon-entorno.png);
}

.btn-proyecto .icon-mapa {
  background-image: url(/img/2024/icon-ubicacion.png);
}

.btn-proyecto .icon-video {
  background-image: url(/img/2019/video.png);
}
.btn-proyecto .icon-video:hover,
.btn-proyecto .icon-video.active {
  background-image: url(/img/2019/video.png);
}

.btn-cotizar {
  width: 100%;
  margin: 1em auto 0 auto;
}
.btn-cotizar a {
  background: #00385f;
  font-size: 25px;
  display: block;
  padding: 10px 30px;
  border: 2px solid #00385f;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-family: "Heebo-Bold";
  text-align: center;
  transition: all 0.3s ease;
}
.btn-cotizar a:hover {
  background: #fff;
  color: #0067af;
}

.detalle-planta {
  padding: 0;
}
.detalle-planta .row {
  display: flex;
  align-items: center;
}
.detalle-planta .row .col {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  color: #fff;
}
.detalle-planta .col-terreno {
  flex: none;
  width: unset;
  text-align: right;
}
.detalle-planta .col-botonera {
  width: 100%;
  margin: 20px 0;
}
.detalle-planta h3 {
  font-family: "Heebo-Bold";
  font-size: 35px;
  color: #145c8e;
  text-transform: uppercase;
  margin: 0;
  line-height: 36px;
  padding-right: 10px;
}
.detalle-planta h4 {
  font-family: "Heebo-Light";
  font-size: 25px;
  color: #145c8e;
  text-transform: uppercase;
  margin: 0;
  line-height: 25px;
  padding-right: 10px;
}
.detalle-planta h4.titulo-etapa-planta {
  font-family: "Heebo-Regular";
  font-size: 20px;
  color: #145c8e;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 4px 0;
  margin: 20px 10px 10px 10px;
  border-bottom: 1px solid #005389;
}
.detalle-planta h4.titulo-etapa-planta:first-child {
  margin-top: 0;
}
.detalle-planta .col-terreno ul {
  margin: 0;
  padding: 0;
}
.detalle-planta .col-terreno ul li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 3px;
  color: #145c8e;
  font-family: "Heebo-Bold";
}

.detalle-planta .col-botonera .botonera-plantas {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.detalle-planta .col-botonera .botonera-plantas > li {
  list-style: none;
  display: inline-block;
  width: 50%;
  padding: 0 0;
  margin-bottom: 10px;
}
.detalle-planta .col-botonera .botonera-plantas.solo-planta > li {
  width: 25%;
  padding: 0 5px;
}
.detalle-planta .col-botonera .botonera-plantas li a {
  background-color: #106cab;
  font-size: 16px;
  color: #fff;
  border: 2px solid #106cab;
  border-radius: 15px;
  padding: 5px 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.detalle-planta .col-botonera .botonera-plantas li a.active,
.detalle-planta .col-botonera .botonera-plantas li a:hover {
  background: #003761;
  color: #fff;
  border: 2px solid #003761;
}
.detalle-planta .col-botonera .botonera-plantas .btn-detalle-planta {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.detalle-planta .col-botonera .botonera-plantas .btn-detalle-planta li {
  display: inline-block !important;
  width: 33.3%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  vertical-align: middle;
}
.detalle-planta
  .col-botonera
  .botonera-plantas
  .btn-detalle-planta
  li:not(.nombre) {
  padding: 0 5px !important;
}
.detalle-planta
  .col-botonera
  .botonera-plantas
  .btn-detalle-planta
  .nombre
  span {
  font-size: 14px;
  background: #fff;
  color: #015488;
  border: 2px solid #00a3e2;
  border-radius: 15px;
  padding: 5px 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.detalle-planta .valor {
  color: #015488;
  margin: 0.6em 0 0.5em 0;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: normal;
}
.detalle-planta .valor bdi {
  font-family: "Heebo-Bold";
}
.form-contizacion .cotizacion {
  padding: 5%;
}
.form-contizacion table {
  width: 100%;
}

.form-contizacion .datos tr td {
  color: #ffffff;
  font-size: 14px;
  /*	font-weight: bold;*/
  vertical-align: middle;
  padding-bottom: 10px;
}
.cotizacion {
  border-radius: 10px;
}
.cotizacion .datos tr td:nth-child(1) {
  /*	width: 10%;*/
  padding-right: 10px;
}
.cotizacion .datos tr td:nth-child(2) {
  padding-left: 10px;
  /*	width: 40%;*/
}
.cotizacion .datos tr td:nth-child(3) {
  width: 20%;
}
.cotizacion .datos tr td > span {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  border-radius: 10px;
  padding: 10px;
  background: #004c82;
  font-size: 14px;
  /*    font-weight: bold;*/
}
.cotizacion .datos .dd-container,
.cotizacion .datos .dd-options,
.cotizacion .datos .dd-select {
  width: 100% !important;
}
.cotizacion .datos .dd-select {
  background: none !important;
  border: none !important;
}
.cotizacion .datos .dd-selected {
  background: #004c82;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-size: 16px;
  display: block;
  color: #ffffff;
  padding: 10px 20px;
}
.cotizacion .datos .dd-selected p {
  margin: 0;
  padding: 0;
}
.cotizacion .datos .dd-selected .dd-selected-text {
  color: #ffffff;
}
.cotizacion .datos .dd-option {
  padding: 15px 20px !important;
  color: #015488;
  font-size: 15px;
}
.cotizacion .datos .dd-option label {
  color: #015488;
}
.cotizacion .datos .dd-pointer-down,
.cotizacion .datos .dd-pointer-up {
  border: solid 0px transparent !important;
  border-top: solid 0px #4e5453 !important;
  border-bottom: solid 0px #4e5453 !important;
  /* position: relative; */
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 12px;
  /*color: red;*/
  width: 32px;
  /*background: blue;*/
  height: 50px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 8px;
  display: table;
  text-align: center;
}
.cotizacion .datos .dd-pointer-down:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 30px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  display: inline-table;
  vertical-align: middle;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cotizacion .datos .dd-pointer-down.dd-pointer-up:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.datos-cliente h2 {
  color: #005389;
  font-family: "Heebo-Bold";
  font-size: 25px;
  line-height: 40px;
  margin: 10px 0;
}
.datos-cliente h2 small {
  font-size: 60%;
  font-weight: normal;
  font-family: "Heebo-Light";
  color: #005389;
}
.datos-cliente h3 {
  color: #005389;
  font-family: "Heebo-Bold";
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0;
}
.datos-cliente .group {
  margin-bottom: 10px;
}
.datos-cliente .row {
  font-size: 0;
}
.datos-cliente .row .col {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
  vertical-align: top;
}
.datos-cliente .row .col:last-child {
  margin-right: 0;
}
.datos-cliente .group .form-control {
  border: 1px solid #005389;
  color: #005389;
  display: block;
  border-radius: 25px;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  outline: none;
}
.datos-cliente .credito {
  margin-bottom: 2em;
}
.datos-cliente .credito .valor_final_pie {
  color: #005389;
  text-align: center;
}

.datos-cliente .btn-enviar {
  background: #00385f;
  font-size: 25px;
  display: block;
  padding: 10px 30px;
  border: 1px solid #00385f !important;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-family: "Heebo-Bold";
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
}
.datos-cliente .btn-enviar:hover {
  background: #ffffff !important;
  border: 1px solid #00385f !important;
  color: #005389 !important;
}

.datos-cliente .btn-enviar .cargando {
  display: none;
}
.datos-cliente .btn-enviar.cargando {
  pointer-events: none;
}
.datos-cliente .btn-enviar.cargando .normal {
  display: none;
}
.datos-cliente .btn-enviar.cargando .cargando {
  display: block;
}

body.tablet .img-titulo {
  max-width: 60%;
}
body.tablet .filtro-proyectos,
body.tablet .login {
  max-width: 90%;
  margin: 40px auto;
}
body.tablet .login .group .control {
  border: 1px solid #005389;
  padding: 30px 20px;
  font-size: 20px;
}
body.tablet .login .group.control-user:after {
  position: absolute;
  left: -70px;
  content: "";
  background: url(/img/2019/usuario.png) no-repeat;
  background-size: contain;
  background-position: center center;
  top: 16px;
  width: 55px;
  height: 55px;
}
body.tablet .login .group.control-pass:after {
  position: absolute;
  left: -73px;
  content: "";
  background: url(/img/2019/candado.png) no-repeat;
  background-size: contain;
  background-position: center center;
  top: 16px;
  width: 55px;
  height: 55px;
}
body.tablet .filtro-proyectos .group.control-tipo-proyecto:after {
  position: absolute;
  left: -53px;
  content: "";
  background: url(/img/new/icono-tipo-proyecto.png) no-repeat;
  background-size: contain;
  background-position: center center;
  top: 11px;
  width: 41px;
  height: 45px;
}
body.tablet .filtro-proyectos .group.control-ubicacion:after {
  position: absolute;
  left: -55px;
  content: "";
  background: url(/img/new/icono-ciudad.png) no-repeat;
  background-size: contain;
  background-position: center center;
  top: 12px;
  width: 41px;
  height: 45px;
}
body.tablet .login .submit {
  border-radius: 35px;
  background: #005389;
  padding: 15px 20px;
  color: #fff;
  font-size: 25px;
  border: none;
  width: 100%;
  font-family: "Heebo-Bold";
}
body.tablet .filtro-proyectos .submit {
  padding: 5px 20px;
  font-size: 40px;
  width: 60%;
}
body.tablet .logo-aitue {
  max-width: 60%;
  margin-bottom: 10% !important;
}
body.tablet .filtro-proyectos .dd-selected {
  font-size: 15px;
}
body.tablet .filtro-proyectos .dd-option {
  font-size: 15px;
}
body.tablet .lista-proyectos .nombre p:first-child {
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
}
.nombre-proyecto-bot {
  padding: 0 20px 20px;
  margin: 20px 0;
}
/* .nombre-proyecto-bot.over {
    position: absolute;
    bottom: 20px;
    right: 4%;
} */
.nombre-proyecto-bot h1 {
  color: #fff;
  font-family: "ITC Avant Garde Gothic Demi";
  font-size: 30px;
  line-height: 30px;
  text-align: right;
  margin: 0 0 10px 0;
}
.nombre-proyecto-bot h2 {
  margin: 0;
  color: #fff;
  font-family: "ITC Avant Garde Gothic";
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  text-align: right;
}
.nombre-proyecto-bot h3 {
  color: #005389;
  font-family: "ITC Avant Garde Gothic";
  font-size: 17px;
  line-height: 17px;
  text-align: right;
  margin: 0 0 5px 0;
  font-weight: normal;
}
.nombre-proyecto-bot a {
  color: #4e5453;
  font-family: "ITC Avant Garde Gothic";
  font-size: 17px;
  line-height: 17px;
  text-align: right;
  text-decoration: none;
  display: block;
}
.nombre-proyecto-bot h3 img,
.nombre-proyecto-bot a img {
  vertical-align: middle;
  margin-left: 10px;
  width: 25px;
}
.nombre-proyecto-bot.footer {
  text-align: right;
}
.nombre-proyecto-bot a.logout {
  display: inline-block;
}
.franja-top {
  position: relative;
}

.wrap-login {
  padding: 100px 5% 0 5%;
}
.bg-amarillo {
  /*	background:#F2ECd4;*/
}
.logo-aitue-cuadrado {
  margin: 0 auto -200px auto;
}
.wrap-login .bg-amarillo {
  /*	padding-top:300px;*/
  padding-bottom: 40px;
  min-height: calc(100vh - 315px);
}
.wrap-login .titulo-login {
  margin: 0 auto 10% auto;
}

.listado-proyectos {
  padding: 5% 5% 0 5%;
}
.listado-proyectos .bg-amarillo {
  min-height: calc(100vh - 220px);
  padding-bottom: 2em;
}
.wrap-proyecto {
  padding: 0 5%;
}
.wrap-proyecto .bg-amarillo {
  padding: 10% 0;
}
.wrap-proyecto .bg-amarillo.margin-menor {
  padding: 20px 0;
}

.has-icons-left input {
  padding-left: 2.5em;
}
.has-icons-left .icon.is-left {
  left: 15px;
}
.control-input.has-icons-left .icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 5px;
  width: 2.5em;
  z-index: 4;
}
.control-input {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
span.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

body.tablet .login .group .control {
  padding: 10px 20px 10px 70px;
  font-size: 18px;
}

.bottom-filtro {
  max-width: 220px;
  width: 100%;
  margin: 2em auto 0 auto;
}

.portada-proyecto.image {
  height: 180px;
  width: 100%;
  position: relative;
  background-size: contain;
  border-radius: 10px;
}

.portada-proyecto.image .logo-proyecto {
  height: 100px;
  width: 150px;
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portada-proyecto.image .logo-proyecto img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.image {
  display: block;
}
.portada-proyecto .ubicacion {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-weight: bold;
}
header #menu img:last-child {
  max-width: 400px;
  padding-top: 5px;
}
header #menu img:first-child {
  max-width: 80px;
}
.info-cliente {
  color: #005389;
  font-size: 14px !important;
  font-weight: bold;
  vertical-align: middle;
  padding-bottom: 10px;
}
.titulo-categoria {
  margin: 0 0 0.5em 0;
  font-size: 20px;
  color: #005389;
  font-weight: 800;
  line-height: 1em;
}

.titulo-categoria img {
  vertical-align: bottom;
  max-width: 25px;
}
.margen-negativo {
  margin-top: -13%;
}
.titulo-proyectos {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 10% auto;
}

.columns {
  display: flex;
}

.columns .column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75em;
}

.logo-titulo img {
  margin-bottom: 1em;
}
.logo-titulo h2.subtitulo {
  font-weight: 300;
  font-size: 3em;
  text-align: center;
  font-family: "Heebo-Light";
  margin: 0;
}
.logo-titulo h2.subtitulo strong {
  font-weight: 600;
  color: #003761;
  font-family: "Heebo-Bold";
}
.logo-titulo.en-proyectos {
  margin-top: 2em;
}
.logo-titulo.en-proyectos h2 {
  display: none;
}

.logo-titulo.en-proyectos img {
  max-width: 300px;
}

.botonera-outlet {
  padding-bottom: 0 !important;
}

.outlet .banner-outlet {
  mask-image: linear-gradient(black 90%, transparent);
}

.outlet .listado-proyectos-outlet {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5%;
}
.outlet .listado-proyectos-outlet .card {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

body:not(.tablet) .outlet .listado-proyectos-outlet .card:nth-child(3n + 3) {
  margin-right: 0;
}

body.tablet .outlet .listado-proyectos-outlet .card {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
body.tablet .outlet .listado-proyectos-outlet .card:nth-child(2n + 2) {
  margin-right: 0;
}
.outlet .listado-proyectos-outlet .card .card-body {
  padding: 0 0.5em 1.5em 0.5em;
}
.outlet .listado-proyectos-outlet .card .imagen {
  height: 200px;
  position: relative;
}
.outlet .listado-proyectos-outlet .card .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.outlet .listado-proyectos-outlet .card h3 {
  text-align: center;
  font-size: 1.2em;
  color: #003761;
  font-family: "Heebo-Bold";
  font-weight: bold;
  margin: 0.5em 0;
}
.outlet .listado-proyectos-outlet .card h4 {
  font-size: 1.2em;
  color: #003761;
  font-family: "Heebo-Bold";
  font-weight: bold;
  margin: 0.5em 0;
}
.outlet .listado-proyectos-outlet .card .estado {
  background: #054d80;
  border-radius: 15px;
  font-size: 1em;
  padding: 5px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  font-size: 0.9em;
  line-height: 1em;
}
.outlet .listado-proyectos-outlet .card .estado img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 2px 5px;
}

.outlet .listado-proyectos-outlet .card .valores {
  margin: 0.5em 0;
  text-align: center;
}
.outlet .listado-proyectos-outlet .card .valores .antes {
  text-align: center;
  text-decoration: line-through;
  color: #34c9ff;
  font-size: 1.2em;
  font-family: "Heebo-Regular";
}
.outlet .listado-proyectos-outlet .card .valores .ahora {
  text-align: center;
  color: #054d80;
  font-size: 1.5em;
  font-family: "Heebo-Bold";
}

.outlet .listado-proyectos-outlet .card .iconos {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  color: #054d80;
}
.outlet .listado-proyectos-outlet .card .iconos .separador {
  font-size: 0.8em;
  font-family: "Heebo-Bold";
}
.outlet .listado-proyectos-outlet .card .iconos .icono {
  font-family: "Heebo-Bold";
  padding: 0 0.8em;
  line-height: 1em;
  font-size: 0.6em;
}
.outlet .listado-proyectos-outlet .card .iconos .icono img {
  margin-right: 4px;
  max-width: 15px;
  max-height: 15px;
}
body:not(.tablet) .outlet .listado-proyectos-outlet .card .iconos .icono {
  font-size: 0.7em;
}
.outlet .listado-proyectos-outlet .card .cotizar {
  padding: 1.3em 0 0 0;
}
.outlet .submit,
.outlet .listado-proyectos-outlet .card .cotizar a {
  max-width: 200px;
  width: 100%;
  background: #0090c4;
  color: #fff;
  font-family: "Heebo-Bold";
  text-align: center;
  padding: 0.5em;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  margin: 0 auto;
  border: none;
}
.outlet .submit {
  width: 100%;
  max-width: 100%;
  padding: 0.69em 0.5em;
}

.outlet .filtros {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5%;
}
.outlet .filtros .filtro {
  width: 50%;
  max-width: 100%;
  padding: 5px;
}

body.tablet .outlet .filtros .filtro-nombre .dd-option {
  padding: 10px 15px !important;
  font-size: 15px !important;
}

.outlet .borrar-filtros {
  padding: 0.5em 5%;
  text-align: center;
}
.outlet .borrar-filtros a {
  font-size: 1.1em;
  font-family: "Heebo-Bold";
  color: #054d80;
  text-decoration: none;
}

.outlet .no-resultados {
  padding: 5em 0;
}
.outlet .no-resultados h3 {
  text-align: center;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert button {
  display: none;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.titulo-filtro-touch {
  text-align: center;
  font-size: 1.2em;
  font-family: "Heebo-Light";
}
