:root {
  --color-corporate: #8499ba;
  /* Project state colors */
  --color-estado-verde: #43A04D;
  --color-estado-en-construccion: #6382BC;
  --color-estado-inmediata: #F6BF0F;
  --color-estado-ultimas-unidades: #DF4B34;
  --color-estado-pronta-entrega: #6382BC;
}

.notvisible {
  opacity: 0;
}

.delay-1 {
  animation-delay: 0s;
}

.delay-2 {
  animation-delay: 0.3s;
}

.delay-3 {
  animation-delay: 0.6s;
}

a:hover {
  text-decoration: none;
}

.center-padding,
.cp {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.cp-left {
  padding-left: 6rem !important;
}

.cp-right {
  padding-right: 6rem !important;
}

.cp-0-right {
  padding-right: 0rem !important;
  margin-right: 15px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* HOME */
.center-padding,
.cp {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.cp-left {
  padding-left: 4rem !important;
}

.cp-right {
  padding-right: 4rem !important;
}

a {
  text-decoration: none;
  color: #232323;
  transition: opacity 0.15s linear;
}

a:hover {
  color: inherit;
}

.color-gray {
  color: #a1a1a1;
}

.btn-cabecera {
  border: 1px solid #000;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px;
  font-size: 14px;
}

.btn-cabecera-blue,
.btn-blue {
  background-color: #8499ba !important;
  border-color: #8499ba !important;
  color: #fff;
}

.btn-transparent {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #222 !important;
}

#topMenu {
  background-color: rgb(255, 255, 255);
  padding: 6px 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.page-template-page-home #topMenu {
  display: none;
}

#burger img {
  height: 20px;
}

#logo {
  height: 40px;
}

#mainMenu {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1031;
  display: none;
  top: 0;
}

#mainMenuMask {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}

#mainMenuBox {
  background-color: #fff;
  color: #232323;
  position: absolute;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  width: 360px;
  left: -360px;
  display: flex;
  flex-direction: column;
}

.page-template-page-home #mainMenu {
  display: block;
  width: 360px;
}

.page-template-page-home #mainMenuBox {
  left: 0;
}

#mainMenuCopy {
  width: 100%;
  display: block;
  padding-top: 1rem;
}

#mainMenuCopy .intern {
  padding: 10px 15px;
  color: #898989;
  font-size: 12px;
}

#mainMenuCopy .underline {
  font-size: 12px;
  color: #898989;
  font-weight: 600;
}

.rrss-link {
  margin-bottom: 15px;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(60%) sepia(3%) saturate(24%) hue-rotate(24deg) brightness(90%) contrast(85%);
}

.rrss-link img {
  width: 29px;
}

.rrss-fb img {
  width: 38px !important;
  margin-left: 10px;
}

#mainMenuNav {
  width: 100%;
  display: block;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  flex-grow: 1;
}

#mainMenuNav .contener {
  width: auto;
  display: inline-block;
  text-align: left;
}

#mainMenuNav ul {
  padding-left: 20px;
  margin-left: 0;
  list-style-type: none;
  display: block;
  width: 180px;
  line-height: 24px;
}

#mainMenuNav ul li {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 21px;
}

#mainMenuNav ul li ul li {
  margin-bottom: 15px;
  font-size: 17px;
}

#mainMenuNav ul li a {
  font-weight: 500;
  text-transform: uppercase;
}

#mainMenuNav ul li a label {
  font-size: 16px;
  line-height: 0;
}

.menuTodos {
  line-height: 14px;
}

#mainMenuA {
  width: 150px;
  display: block;
}

#mainMenuLogo {
  width: 90px;
  margin-bottom: 20px;
}

.movibleMenu {
  overflow-x: hidden;
  position: relative;
  height: 370px;
  margin-bottom: 30px;
  margin-left: -20px;
}

.movibleMenu ul {
  position: absolute;
}

#mainMenuNav ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 10px;
}

#mainMenuNav ul li::before {
  content: "\f0d9";
  transform: rotate(180deg);
  font-family: "Font Awesome 5 Free";
  color: #8499ba;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: -15px;
  padding-top: 3px;
  position: absolute;
  z-index: 999999999999;
  display: none;
}

#mainMenuNav ul li:hover::before {
  display: block;
}

#mainMenuNav ul li ul li::before {
  content: "";
}

.backArrow {
  background-color: #232323;
  color: #fff;
  padding: 5px;
  position: absolute;
  left: 60px;
  width: 30px;
  height: 30px;
  line-height: 18px;
  font-size: 22px;
  text-align: center;
  opacity: 0;
}

.backArrow:hover {
  color: #fff;
}

.internContener {
  height: 110px;
  width: 100%;
}

.head {
  text-align: center;
}

.head h1 {
  font-size: 32px;
  font-weight: 400;
  width: auto;
  display: inline-block;
  border-left: 3px solid #222;
  text-align: left;
  height: auto;
  padding-left: 15px;
  font-weight: 500;
  padding-top: 0px;
  vertical-align: middle;
}

.head h1 strong {
  font-weight: 500;
}

.head p {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  margin-top: 50px;
  color: #a1a1a1;
}

.head h6,
.textDisclaimer {
  font-size: 12px !important;
  color: #a1a1a1;
  font-weight: 400;
  line-height: 18px;
}

.textDisclaimer {
  margin-top: -30px;
}

.h1Flecha {
  background-image: none !important;
  vertical-align: top;
  border-left: 0 !important;
  margin-top: 30px;
}

.h1Flecha img {
  vertical-align: top;
  margin-top: 10px;
  height: 60px;
  margin-right: 10px;
}

.caluga-comuna .btn-underline {
  border-radius: 0;
  padding: 5px 10px;
  border: 1px solid #232323;
}

.caluga-comuna .btn-underline:hover {
  background-color: #7790b0;
}

.right-title {
  border-bottom: 1px solid #a1a1a1;
  text-align: right;
  font-size: 26px;
  color: #a1a1a1;
  font-weight: 400;
  padding-bottom: 5px;
}

.right-title strong {
  font-weight: 400;
}

.intern-title {
  font-size: 28px;
  font-weight: 400;
}

.intern-title strong {
  font-weight: 400;
}

#grillaProyectos {
  margin-top: 50px;
  padding-bottom: 100px;
}

.calugaComunaPic {
  width: 100%;
  height: 260px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.calugaComunaPic .btn-link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.caluga-comuna a:hover {
  opacity: 1;
}

.caluga-comuna:hover .calugaComunaTitulo {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  transition: all 0.5s;
}

.calugaComunaTitulo {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.calugaComunaName {
  height: 40px;
  border-bottom: 1px solid #232323;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.btn-altura {
  background-color: #232323;
  color: #fff;
  width: 100%;
  border-radius: 0;
}

.btn-altura:hover {
  color: #fff;
}

.calugaComunaName .btn-altura {
  height: 100%;
  margin-top: -5px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}

.comuna-bottom {
  margin-bottom: 80px;
}

.disclaimer {
  font-size: 12px;
}

.caluga-proyecto {
  margin-bottom: 30px;
}

.caluga-proyecto .calugaComunaPic {
  height: 400px;
  position: relative;
}

.calugaEtiquetas {
  height: auto;
  position: absolute;
  width: 90px;
  background-color: rgba(0, 0, 0, 0.7);
  right: 0;
  padding: 15px;
  bottom: 40px;
  padding-bottom: 0;
  z-index: 2;
}

.caluga-proyecto .calugaComunaName {
  height: 60px;
  line-height: 60px;
}

.caluga-proyecto .calugaComunaName .btn-altura {
  height: 60px;
}

.caluga-proterminado {
  position: relative;
}

.caluga-proterminado:hover .calugaComunaTitulo {
  display: none;
}

.calugaProTerminado {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  padding: 15px;
  color: #fff;
  display: none;
}

.calugaProTerminado h5 {
  font-weight: 400;
  border-bottom: 1px solid #7790b0;
  font-size: 18px;
  padding-bottom: 5px;
}

.calugaProTerminado .direccion {
  font-size: 12px;
  font-weight: 500;
}

.calugaProTerminado p {
  font-size: 11px;
  text-align: justify !important;
  width: 90%;
  margin-left: 5%;
  line-height: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.terminadosComunas a {
  font-size: 18px;
}

.enlacesComunas a.activo {
  color: #7790b0;
}

.caluga-proterminado:hover .calugaProTerminado {
  display: block;
}

.unitDesc {
  display: inline-block;
  vertical-align: middle;
}

.unitDesc img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(10%) saturate(1094%) hue-rotate(174deg) brightness(87%) contrast(90%);
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.unitType {
  display: inline-block;
  text-align: left !important;
  line-height: 16px;
  font-weight: 500;
  vertical-align: middle;
  margin-left: 5px;
}

.unitType span {
  font-weight: 500;
  font-size: 22px;
}

.calugaProTerminado .btn-cabecera-blue {
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
}

.calugaProTerminado .btn-cabecera-blue:hover {
  color: #fff !important;
}

.icoEtiqueta {
  text-align: center;
  color: #fff;
  min-height: 50px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}

.icoEtiqueta img {
  height: 34px;
}

#bannerProyecto {
  height: 70vh;
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: 52px;
  padding-top: 25px;
}

.etiquetaEdificio {
  position: absolute;
  color: #fff;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  left: 80px;
  width: 300px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.etiquetaEdificio h1 {
  font-size: 24px;
  line-height: 32px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
}

.etiquetaEdificio h1 label {
  transform: rotate(270deg);
  position: absolute;
  left: -65px;
  top: 33px;
}

.etiquetaEdificio h1 strong {
  font-size: 64px;
  font-weight: 500;
  line-height: 42px;
}

.etiquetaCotizador {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: left;
}

.etiquetaCotizador span {
  color: #a9a9a9;
}

.etiquetaCotizador label {
  transform: rotate(270deg);
  position: absolute;
  left: -50px;
  top: 27px;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}

.etiquetaCotizador div {
  font-size: 48px;
  font-weight: 500;
  line-height: 42px;
}

#cotizador .formularioPic {
  height: 450px;
  background-position: center center;
}

.direccionTag {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
}

#menuProyecto {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btnMenuProyecto {
  background-color: #232323;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  height: 40px;
  border-radius: 0px;
  line-height: 38px;
  padding: 0;
  font-weight: 500;
}

.btnMenuProyecto:hover {
  color: #fff;
  background-color: #8499ba;
}

#proyectoDetalle {
  font-size: 16px;
  color: #949494;
}

.detalleEspacios ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #949494;
}

.detalleTecnologias p {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 30px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
  margin-left: 15px;
  color: #8499ba;
}

.detalleTerminaciones p {
  font-size: 16px;
}

.flecha {
  position: absolute;
  left: -15px;
  filter: invert(59%) sepia(0%) saturate(958%) hue-rotate(162deg) brightness(103%) contrast(76%);
  height: 9px;
  top: 4px;
}

.detalleTecnologias .flecha {
  filter: invert(80%) sepia(4%) saturate(3721%) hue-rotate(187deg) brightness(76%) contrast(88%);
}

.btn-brochure {
  background-color: #232323;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #232323;
  padding-bottom: 8px;
}

.btn-brochure img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(225deg) brightness(107%) contrast(101%);
  height: 14px;
  margin-top: -3px;
  margin-left: 5px;
  margin-right: 5px;
}

.btn-brochure:hover {
  background-color: rgb(132, 154, 187);
  color: #fff;
  border: 1px solid #232323;
}

#btnBrochure {
  width: 220px;
}

.galBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 500px; */
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  /* Aspect ratio of 16:9 for older browsers with padding percentage */
  padding-bottom: 56.25%;
  height: 0;
}

@media (min-width: 990px) {
  .galBox {
    aspect-ratio: 16/9.7;
    padding-bottom: 60.25%;
  }
}
@media (min-width: 1200px) {
  .galBox {
    aspect-ratio: 16/9.6;
    padding-bottom: 60.1%;
  }
}
.galBoxMiddle {
  /* height: 225px; */
  margin-bottom: 30px;
  aspect-ratio: 16/9;
  width: 100%;
  /* Aspect ratio of 16:9 for older browsers with padding percentage */
  padding-bottom: 56.25%;
  height: 0;
}

.barraGal {
  position: absolute;
  bottom: -24px;
  right: 0;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  background-color: #eaeaea;
  padding-left: 10px;
  padding-right: 10px;
}

.barraGal span {
  color: black;
  font-weight: 500;
}

.tour360 {
  margin-left: 10px;
  height: 50px;
  margin-top: -5px;
}

.labelTour {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin-left: 10px;
  display: block;
  margin-bottom: 0;
  margin-top: 15px;
}

#proyectoDepartamentos h2 {
  margin-bottom: 50px;
}

.conoceMas {
  font-size: 18px !important;
  text-transform: uppercase;
}

.logoTecnologia {
  width: 100px;
  padding-right: 20px;
}

.logoMillacero {
  height: 60px;
}

.borderTecnologias {
  border-right: 1px solid #232323;
}

.bannerTecnologia {
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
}

#contenidoTecnologia {
  padding-top: 30px;
  padding-bottom: 50px;
  color: #a1a1a1;
}

#contenidoTecnologia p {
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
}

#contenidoTecnologia h3 {
  font-size: 18px;
  border-bottom: 1px solid #232323;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 5px;
}

.calugaTecnologia {
  margin-top: 15px;
  font-size: 18px;
  line-height: 18px;
}

#contenidoTecnologia img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.headTecnologia {
  margin-bottom: 50px;
  margin-top: 15px;
}

.headTecnologia h1 {
  font-size: 32px;
  padding-left: 0;
  padding-top: 0;
  height: auto;
  margin-top: -5px !important;
  border-left: 0 !important;
}

.proyectoTecnologia {
  font-size: 11px;
  line-height: 14px;
}

.proyectoTecnologia img {
  height: 60px;
}

#faqs {
  margin-top: 50px;
}

.faq {
  background-color: #f0f0f0;
  padding: 30px;
  margin-bottom: 30px;
}

.faq h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.faq p {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 0;
}

#bannerEquipo {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: right;
  font-size: 22px;
  line-height: 26px;
  margin-top: 60px;
  margin-bottom: 60px;
}

#bannerEquipo img {
  width: 97%;
}

#bannerEquipo p {
  text-align: justify;
  color: #232323;
  font-size: 16px;
}

#bannerManifiesto {
  height: 400px;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: right;
  font-size: 22px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#manifiestoFuerza {
  border: 1px solid #232323;
  padding: 20px 10px;
  margin: 40px 0;
}

#manifiestoFuerza p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

#seTraduce {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
}

#numeros {
  background-color: #f0f0f0;
  padding: 50px 0;
}

.numero {
  text-align: left;
  display: inline-block;
}

.numero label,
.numero p {
  display: inline-block;
}

.numero label {
  vertical-align: top;
  color: #7790b0;
  font-size: 70px;
  font-weight: bold;
  line-height: 80px;
}

.numero p {
  font-size: 16px;
  line-height: 24px;
}

.numero p span {
  font-size: 70px;
  font-weight: bold;
  color: #232323;
  line-height: 80px;
}

#contenidoEquipo {
  padding-top: 50px;
  padding-bottom: 80px;
}

#acordeon {
  padding: 80px 0;
}

.card {
  border: 0;
}

.card-header {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #232323;
  padding: 3px 0;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
  text-decoration: none;
}

.btn-link:hover {
  color: #232323 !important;
}

.btn-link {
  padding-left: 0;
  box-shadow: none;
  color: #232323;
  font-weight: 500;
  text-decoration: none !important;
  padding-bottom: 0;
  padding-right: 0;
  text-align: left;
}

.btn-underline {
  background-color: #232323;
  color: #fff;
  line-height: 18px;
  padding: 0 20px;
  height: 30px;
  border-radius: 0;
  font-weight: normal;
  border: 1px solid #232323;
}

.btn-underline:hover {
  color: #fff !important;
  background-color: #7790b0;
}

.card-body {
  padding: 0px 0;
  color: #a8a8a8;
  font-weight: 500;
  font-size: 16px;
}

.card-body .row {
  border-bottom: 1px solid #a8a8a8;
  padding: 4px 0;
}

#contenedorHome {
  height: 100vh;
  width: calc(100% - 360px);
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
}

.disclaimerHome {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  padding: 5px 0;
  z-index: 5;
  color: rgba(255, 255, 255, 0.6);
}

/* Feel free to change duration  */
.animated {
  animation-duration: 1000 ms;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-home {
  position: absolute;
  height: 100%;
}

.owl-home .item {
  width: 100%;
  height: 100vh;
  background-color: black;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.itemMask {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-banner__container {
  position: relative;
  width: 90%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

.innerItem h2 {
  font-size: 52px;
  color: #fff;
  line-height: 50px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  font-weight: 400;
  text-align: right;
}

.innerItem {
  position: absolute;
  bottom: 20rem;
  right: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .innerItem {
    width: 100%;
    align-items: center;
    right: 0;
    bottom: 25rem;
  }
}

.btn-home {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 6px 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.btn-home:hover {
  color: #fff;
}

.etiquetaHome {
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.cabeceraDeptos {
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.cabeceraDeptos h5 {
  font-size: 14px;
}

.acordeonUnidades .card-header {
  border-color: #ccc;
  padding: 5px 0;
}

.acordeonUnidades h5 button {
  font-weight: 400 !important;
  font-size: 14px;
  color: #777;
  border-radius: 0;
}

.acordeonUnidades h5 button:hover {
  color: #777;
}

.acordeonUnidades h5 button.btn-underline {
  color: #fff !important;
  border: 1px solid #232323;
}

.acordeonUnidades h5 button.btn-underline:hover {
  border: 1px solid #232323;
  background-color: rgb(132, 154, 187);
}

.owl-carousel {
  position: relative;
}

.owl-carousel.owl-proyecto .owl-nav button.owl-next,
.owl-carousel.owl-proyecto .owl-nav button.owl-prev,
.owl-carousel.owl-centered .owl-nav button.owl-next,
.owl-carousel.owl-centered .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 30px;
  line-height: 38px;
  padding-bottom: 12px !important;
  padding-top: 5px !important;
}

.owl-carousel.owl-proyecto .owl-nav button.owl-next,
.owl-carousel.owl-centered .owl-nav button.owl-next {
  right: 0;
  color: #232323;
}

.owl-carousel.owl-proyecto .owl-nav button.owl-prev,
.owl-carousel.owl-centered .owl-nav button.owl-prev {
  left: 0;
  color: #232323;
}

.owl-carousel.owl-proyecto button.owl-dot {
  position: relative;
  background-color: #a1a1a1;
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.owl-carousel.owl-proyecto button.owl-dot.active {
  background-color: #232323;
}

.owl-dot span,
.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #232323;
  margin: 0 5px;
}

#arquitecto {
  color: #a1a1a1;
  padding: 1rem 0;
}

.cardUnidad {
  padding: 15px 0;
}

.cardUnidad p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}

#formulario {
  margin: 50px 0;
}

.formularioPic {
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.formAltura .form-control {
  border-color: #232323;
  border-radius: 0;
  min-height: 44px;
  color: #232323;
  margin-bottom: 20px;
}

.formAltura .error {
  margin-top: -10px;
  color: #cc0016;
  display: block;
}

.btn-envio,
.btn-envio.disabled,
.btn-envio:disabled,
.btn-envio:focus {
  background-color: #232323;
  color: #fff;
  border-radius: 0;
  border-color: #232323;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}

.btn-envio:hover {
  background-color: #7790b0;
  border-color: #7790b0;
}

.infoContacto,
.infoContacto a {
  color: #a9a9a9;
  font-size: 14px;
  padding-top: 60px;
}

.thankyou strong {
  font-size: 22px;
}

.tkForm .btn-envio {
  width: auto !important;
}

.tkForm .btn-envio:hover {
  color: #fff;
}

.btn-pv {
  background-color: #222;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
}

.btn-pv:hover {
  color: #fff;
  background-color: #7790b0;
}

#cotizaFlotante {
  position: fixed;
  background-color: #843033;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 42px;
  z-index: 10;
}

#cotizaFlotante .btn-envio {
  background-color: transparent;
  border: 0;
  width: 100%;
  height: 100%;
}

#cotizaFlotante a {
  width: 300px;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
}

footer {
  padding-bottom: 50px !important;
}

#cotizador {
  width: 900px;
  top: 0;
  left: 0;
  z-index: 12;
  background-color: #fff;
  display: none;
}

#cotizador #manifiestoFuerza {
  border: 0;
}

#cotizador #manifiestoFuerza p {
  font-weight: 400;
}

#cotizador #manifiestoFuerza .flechaManifiesto {
  margin-top: 5px;
}

#cotizador .btn-envio,
#cotizador .btn-cancelar {
  width: 48%;
}

.btn-cancelar {
  background-color: #a9a9a9;
  color: #fff;
  border-radius: 0;
  border-color: #a9a9a9;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}

.btn-cancelar:hover {
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}

.comunas-home {
  position: absolute;
  width: 100%;
  background-color: #e0e0e0;
  left: 0;
  top: 100%;
  display: none;
  z-index: 2;
}

.comunas-home a {
  display: block;
  text-align: center;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  border-bottom: 1px solid #c7c7c7;
}

.comunas-home a:hover {
  background-color: #7790b0;
}

.btn-home .fa-caret-up {
  display: none;
}

#mwl {
  height: 60px;
  margin-left: 20px;
}

footer {
  background-color: #7790b0;
  padding: 30px 0;
  color: #fff;
}

footer #logo {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(102deg) brightness(102%) contrast(101%);
  margin-bottom: 15px;
}

footer a,
footer a i {
  color: #fff !important;
}

footer h3 {
  font-size: 20px;
}

footer .rrss-link {
  filter: none !important;
  margin-right: 5px;
  font-size: 26px;
}

footer p {
  font-size: 12px;
}

footer .disclaimer {
  color: #bcc8d9;
  font-size: 11px;
  line-height: 13px;
}

.metro {
  height: 24px;
  margin-top: -2px;
  margin-right: 5px;
  filter: invert(100%);
}

.acordeonUnidades h5 button.btn-transparent {
  color: #222 !important;
  padding-left: 30px;
  padding-right: 30px;
}

.opacity-low {
  opacity: 0.3;
}

.cardUnidad {
  padding-bottom: 0;
}

.cardUnidad .btn-underline {
  line-height: 28px;
  font-size: 14px;
}

.breadCrumb {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  z-index: 9;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.breadCrumb a {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.logoEtiqueta {
  height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 75px;
  margin-top: 25px;
}

.logo-estado-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 75px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .logo-estado-container {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.logo-estado-container .logoEtiqueta {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.logo-estado-container .estado-tag-single {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: white;
  display: inline-block;
  z-index: 5;
}
.logo-estado-container .estado-tag-single.estado-verde {
  background-color: var(--color-estado-verde);
}
.logo-estado-container .estado-tag-single.estado-en_construccion {
  background-color: var(--color-estado-en-construccion);
}
.logo-estado-container .estado-tag-single.estado-pronta_entrega {
  background-color: var(--color-estado-pronta-entrega);
}
.logo-estado-container .estado-tag-single.estado-inmediata {
  background-color: var(--color-estado-inmediata);
}
.logo-estado-container .estado-tag-single.estado-ultimas_unidades {
  background-color: var(--color-estado-ultimas-unidades);
}

.err404 {
  font-size: 120px;
  text-align: center;
  font-weight: bold;
  padding: 50px 0;
}

.acordeonUnidades h5 button.btn-blue {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #777 !important;
}

#noticias {
  padding-top: 30px;
  padding-bottom: 80px;
}

.noticia {
  margin-bottom: 30px;
}

.noticia .desc strong {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.noticia a:hover strong {
  color: #8499ba;
}

.noticia .desc p {
  line-height: 19px;
  font-size: 14px;
  margin-top: 10px;
  color: #c0c0c0;
  text-align: justify;
}

.noticia label {
  color: #c0c0c0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.noticia hr {
  margin-top: 0px;
  margin-bottom: 15px;
}

.noticia a span {
  position: absolute;
  background-color: rgba(132, 153, 186, 0.9);
  color: #fff;
  left: 15px;
  bottom: 0;
  padding: 2px 30px;
}

.categorias {
  background-color: #f2f2f2;
  padding: 15px;
  margin-top: 30px;
  text-align: right;
}

.categorias strong {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
}

.categorias ul {
  list-style-type: none;
}

.categorias ul a {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.categorias ul a.activo,
.categorias ul a:hover {
  color: #8499ba;
}

.columnas {
  margin-top: 30px;
}

.columnas img {
  max-width: 100%;
}

.columnas p {
  line-height: 22px;
  font-size: 14px;
  margin-top: 10px;
  color: #c0c0c0;
  text-align: justify;
}

.preinfo {
  font-size: 14px;
  margin-bottom: 30px;
  color: #c0c0c0;
}

.preinfo .border-left {
  border-left: 1px solid #c0c0c0;
}

.ciudad-pais {
  background-color: #8499ba !important;
  border-color: #8499ba !important;
  color: #fff;
  padding: 5px 15px;
}

#beneficios {
  padding: 20px 15px;
  margin-top: 15px;
}

#beneficios img {
  max-width: 65%;
}

#beneficios .col-lg-4 {
  border-right: 1px solid #c7c7c6;
}

#beneficios .col-lg-4:last-child,
#beneficios .col-lg-4:nth-child(3) {
  border-right: 0;
}

.acercaDe {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

#mwlLink {
  position: absolute;
  top: -60px;
}

#mwlLink img {
  height: 50px;
}

@media (max-width: 1010px) {
  .etiquetaHome {
    bottom: auto;
  }
  .calugaComunaPic {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  #mwl {
    display: none;
  }
}
@media (max-width: 850px) {
  .etiquetaHome {
    bottom: auto;
  }
}
@media (max-height: 650px) and (min-width: 991px) {
  #mwl {
    display: none !important;
  }
  .innerItem h2 {
    margin-top: -180px;
  }
}
#mainMenuNav ul li.menu-cotiza-ahora-li:hover::before {
  display: none;
}

#mainMenuNav ul li a.menu-cotiza-ahora {
  color: #843033;
  padding: 10px 20px;
  border: 1px solid white;
  display: block;
  margin-left: -20px;
  margin-bottom: -10px;
  font-weight: 900;
}
#mainMenuNav ul li a.menu-cotiza-ahora:hover {
  background: #843033;
  color: white;
}

@media (max-height: 590px) and (min-width: 1200px) {
  #mainMenuNav {
    padding-top: 10px;
  }
  #mainMenuNav .contener {
    width: 150px;
  }
  .movibleMenu {
    min-height: 210px;
  }
  #mwl {
    height: 50px;
  }
  .disclaimerHome {
    font-size: 10px;
  }
  .innerItem h2 {
    margin-top: -180px;
  }
  .comunas-home a {
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #topMenu {
    background-color: #fff;
  }
  .head h1 {
    font-size: 26px;
    line-height: 28px;
    margin-top: 15px;
  }
  #contenidoEquipo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-body {
    font-size: 12px;
  }
  .btn-link {
    font-size: 14px;
    height: 24px;
  }
  #bannerEquipoMobile {
    margin-top: 30px;
  }
  #bannerManifiesto {
    height: 150px;
    background-position: center;
  }
  .head p {
    font-size: 18px;
  }
  #mainMenuLogo {
    height: 100px;
    margin-bottom: 50px;
  }
  .conoceMas {
    font-size: 14px !important;
    text-transform: uppercase;
    text-align: left !important;
  }
  .calugaComunaPic {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .calugaTecn,
  .bannerTecnologia {
    height: 160px;
  }
  .calugaTecnologia {
    font-size: 15px;
  }
  .headTecnologia h1 {
    font-size: 22px !important;
  }
  #contenidoTecnologia p {
    font-size: 16px;
    text-align: left;
  }
  #contenidoTecnologia h3 {
    padding-right: 30px;
  }
  .right-title {
    font-size: 22px;
  }
  .etiquetaEdificio h1 strong {
    font-size: 32px;
    line-height: 20px;
  }
  .etiquetaEdificio h1 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
  }
  .etiquetaEdificio {
    padding: 5px 10px;
  }
  .direccionTag {
    display: none;
  }
  #bannerProyecto {
    height: 340px;
    min-height: auto;
    margin-top: 52px;
    padding-top: 25px;
  }
  #tagsProyecto {
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    margin-top: 15px;
  }
  #tagsProyecto img {
    filter: brightness(0) saturate(100%);
    max-width: 80%;
    height: 40px;
    margin-bottom: 10px;
  }
  .intern-title {
    font-size: 18px;
    text-transform: uppercase;
  }
  .detalleEspacios {
    margin-bottom: 30px;
  }
  .detalleEspacios ul li,
  .detalleTecnologias p {
    font-size: 14px;
  }
  .detalleEspacios ul {
    margin-bottom: 30px;
  }
  #proyectoDetalle h3 {
    margin-bottom: 15px;
  }
  .proyectoTecnologia img {
    height: auto;
  }
  .brochure {
    text-align: center;
  }
  #btnBrochure {
    width: 180px;
  }
  .cabeceraDeptos h5 {
    font-size: 12px;
  }
  .acordeonUnidades h5 button {
    font-size: 12px;
  }
  .acordeonUnidades h5 button.btn-underline {
    padding-left: 10px;
    padding-right: 10px;
    width: 95px;
    text-align: center;
  }
  .acordeonUnidades .btn-link {
    height: auto;
    padding-top: 0;
  }
  .cardUnidad p {
    font-size: 12px;
  }
  .galBox {
    /* height: 200px; */
    aspect-ratio: 16/9;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  #proyectoUbicacion iframe {
    height: 200px;
  }
  .textoSdv {
    font-size: 16px;
  }
  .caluga-proyecto .calugaComunaPic,
  .calugaEtiquetas {
    height: 300px;
  }
  .calugaEtiquetas {
    width: 80px;
    padding-top: 10px;
  }
  .icoEtiqueta img {
    height: 24px;
  }
  .icoEtiqueta {
    margin-top: 18px;
    font-size: 12px;
    line-height: 14px;
  }
  .caluga-proyecto .calugaComunaPic,
  .caluga-comuna .calugaComunaPic {
    margin-bottom: 0px;
  }
  .calugaComunaName .btn-altura {
    font-size: 14px;
  }
  .caluga-proyecto .calugaComunaName {
    font-size: 14px;
  }
  .caluga-proyecto .calugaComunaName .btn-altura {
    height: 40px;
  }
  .caluga-proyecto .calugaComunaName {
    height: 40px;
    line-height: 40px;
  }
  .calugaComunaName {
    font-size: 16px;
  }
  .calugaComunaPic {
    height: 260px;
  }
  #mainMenuBox {
    width: 260px;
    left: -260px;
  }
  .backArrow {
    left: 15px;
  }
  #contenedorHome {
    width: 100%;
    left: 0;
    position: absolute;
    background-color: #fff;
    height: 100vh;
  }
  .page-template-page-home #topMenu {
    display: block;
  }
  .page-template-page-home #mainMenuBox {
    left: -260px;
  }
  .page-template-page-home #mainMenu {
    width: 100%;
    display: none;
  }
  .disclaimerHome {
    font-size: 10px;
    line-height: 12px;
  }
  .etiquetaHome {
    bottom: auto;
    top: 52px;
    right: 0;
    font-size: 12px;
  }
  .owl-home .item {
    height: 100vh;
  }
  .innerItem h2 {
    text-align: center;
    font-size: 36px;
    margin-top: 180px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .calugaComunaTitulo {
    font-size: 14px;
    font-weight: 500;
  }
  .right-title {
    font-size: 18px;
    margin-bottom: -10px;
  }
  footer {
    text-align: center;
  }
  footer h3 {
    margin-top: 20px;
  }
  footer p {
    font-size: 11px;
  }
  footer p a {
    font-size: 11px;
    text-decoration: underline;
  }
  .calugaEtiquetas {
    height: 200px;
    padding-top: 18px;
    height: 150px;
  }
  .icoEtiqueta {
    font-size: 10px;
    margin-top: 0;
  }
  .etiquetaEdificio {
    width: 200px;
    left: 42px;
    top: 20px;
  }
  .etiquetaEdificio h1 strong {
    font-size: 46px;
  }
  .etiquetaEdificio h1 label {
    left: -50px;
    margin-bottom: 0;
    top: 13px;
  }
  .direccionTag {
    font-size: 12px;
  }
  .detalleEspacios {
    text-align: center;
    background-color: #f2f2f2;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
  }
  .detalleEspacios ul {
    text-align: center;
    list-style-position: inside;
  }
  .detalleEspacios .intern-title {
    font-size: 18px !important;
  }
  .detalleEspacios ul li {
    margin-bottom: 0;
    margin-left: -15px;
  }
  #proyectoDetalle .right-title {
    margin-bottom: -30px;
  }
  .detalleTecnologias h3 {
    margin-top: 30px;
    font-size: 18px !important;
  }
  .detalleTecnologias {
    text-align: center;
  }
  .proyectoTecnologia img {
    max-height: 50px;
  }
  .proyectoTecnologia a {
    font-weight: 500;
  }
  .detalleTecnologias .flecha {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: -10px;
  }
  .detalleTecnologias p {
    font-size: 11px;
    margin-top: 0;
  }
  .detalleTecnologias h3 {
    margin-bottom: 0 !important;
  }
  #proyectoDetalle .intern-title {
    text-align: center;
    font-size: 18px;
  }
  .detalleTerminaciones p {
    font-size: 14px;
    text-align: justify;
  }
  .owl-dot span,
  .owl-dot {
    width: 7px;
    height: 7px;
  }
  .owl-carousel.owl-proyecto .owl-nav button.owl-next,
  .owl-carousel.owl-proyecto .owl-nav button.owl-prev {
    top: 30%;
  }
  .ubicacion {
    text-align: center;
    padding-top: 0px !important;
  }
  .ubicacion p {
    text-align: justify !important;
    font-size: 14px;
    line-height: 20px !important;
  }
  footer p.justify {
    text-align: justify;
  }
  #cotizaFlotante a {
    font-size: 14px;
  }
  #cotizaFlotante {
    height: 40px;
  }
  .head p {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  #manifiestoFuerza {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #manifiestoFuerza p {
    font-size: 12px;
  }
  .numero p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    width: calc(100% - 15px);
  }
  .numero p span {
    font-size: 36px;
    line-height: 36px;
  }
  .numero label {
    font-size: 18px;
    line-height: 36px;
  }
  .numero p br {
    display: none;
  }
  .numero p span br {
    display: block;
  }
  #numeros {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #seTraduce {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .h1Flecha {
    margin-top: 15px;
  }
  .h1Flecha img {
    height: 40px;
  }
  .caluga-tecnologia {
    margin-top: 30px;
  }
  .caluga-tecnologia .btn-link {
    height: 30px;
  }
  .logoTecnologia {
    height: 50px;
    width: auto;
    max-width: initial;
  }
  #contenidoTecnologia p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
  .faq {
    text-align: center;
  }
  .faq p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .faq h4 {
    font-size: 16px;
    margin-bottom: -15px;
  }
  #bannerEquipo p {
    color: #707070;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  #bannerEquipo img {
    width: 100%;
    margin-bottom: 30px;
  }
  #bannerEquipo {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
  }
  #bannerEquipo .borderTecnologias {
    border: 0;
  }
  #contenidoEquipo {
    padding-top: 0;
  }
  #contenidoEquipo .btn-link {
    font-size: 12px;
  }
  .card-body {
    font-size: 11px;
  }
  #formulario img {
    margin-top: 50px;
  }
  #mainMenu {
    top: 0;
  }
  .politicas p {
    text-align: left !important;
  }
  .headPoliticas h1 {
    border-left: 0;
    text-align: center !important;
  }
  #mainMenuLogo {
    height: 80px;
    margin-bottom: 10px;
  }
  #mwl {
    margin-left: 20px;
    height: 40px;
  }
  .rrss-link img {
    width: 20px;
    margin-right: 5px;
  }
  #mainMenuNav .contener {
    height: 100%;
  }
  .movibleMenu {
    top: 40%;
    transform: translateY(-50%);
  }
  .backArrow {
    top: 48%;
    transform: translateY(-50%);
  }
  #mwl {
    position: absolute;
    bottom: 0;
  }
  #cotizador {
    width: 100%;
  }
  .fancybox-content {
    padding: 15px;
  }
  #cotizador .borderTecnologias {
    border-right: 0;
    text-align: center !important;
    padding-left: 30px;
  }
  #cotizador h2 {
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
  }
  #cotizador .formularioPic {
    margin-top: 30px;
    height: 240px;
    margin-bottom: 30px;
  }
  #bannerInfoBarra {
    font-size: 12px;
    display: inline-block;
    padding-top: 8px;
  }
  #bannerInfo h3 {
    font-size: 40px;
  }
  .metro {
    height: 18px;
  }
  #bannerInfo label {
    display: block;
  }
  #bannerInfo h3 {
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 0;
  }
  #bannerInfoBarra {
    font-size: 14px;
    border-top: 0;
  }
  .etiquetaEdificio {
    left: 26px;
  }
  .acordeonUnidades h5 button.btn-underline {
    margin-top: -15px;
  }
  .btn-cabecera-blue,
  .btn-blue {
    margin-bottom: -7px;
    margin-top: -5px;
  }
  .acordeonUnidades h5 .btn-transparent {
    font-size: 9px;
    background-color: #eee;
  }
  .breadCrumb {
    display: none;
  }
  .logoEtiqueta {
    height: 80px;
    margin-left: 15px;
  }
  #proyectoUbicacion .galBox {
    /* height: 100px; */
    margin-bottom: 30px;
  }
  .barraGal {
    top: 0;
    bottom: auto;
    right: auto;
    left: 0;
  }
  #mainMenuNav ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #mainMenuNav ul li a label {
    font-size: 16px;
  }
  .sombraBannerInfo {
    background: linear-gradient(336deg, rgba(0, 0, 0, 0.24) 0%, rgba(3, 93, 129, 0) 21%);
  }
  .ciudad-pais {
    display: inline-block;
    margin-bottom: 5px;
  }
  .noticia .desc strong {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  #beneficios {
    background-color: transparent;
  }
  #beneficios .col-lg-4 {
    border-right: 0px;
    margin-bottom: 15px;
    background-color: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    margin-left: 5%;
  }
  #beneficios img {
    max-width: 90%;
  }
  #beneficios {
    padding-bottom: 0;
  }
  .acercaDe {
    font-weight: 500;
  }
}
.bannerNP {
  margin-top: 50px;
}

#nuevosProyectos {
  color: #999;
  text-align: justify;
  padding-top: 50px;
}

.inscribete {
  background-color: #8499ba;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 300;
}

.elPrimero {
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.formNP .mensaje {
  height: 175px;
}

.bbBlue {
  border-bottom: 2px solid #8499ba !important;
  color: #000 !important;
  font-weight: 400;
}

#iframeMapa {
  height: 400px;
  margin-top: 15px;
}

.aboutMillacero {
  border: 1px solid #000;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 80px;
}

.aboutMillacero p {
  color: #000;
  text-align: center !important;
  margin-bottom: 0;
  font-size: 20px !important;
  line-height: 28px !important;
}

.faqMillacero {
  margin-bottom: 50px;
}

.faqMillacero h4 {
  color: #000;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 15px;
}

.faqMillacero img {
  height: 20px;
  display: inline-block !important;
  position: relative;
  top: -3px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: -15px !important;
}

.faqMillacero p {
  font-size: 14px !important;
  line-height: 24px !important;
}

.visitaMillacero {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.visitaMillacero img {
  display: inline-block !important;
}

@media (max-width: 600px) {
  .faqMillacero h4 {
    font-size: 18px;
  }
  .aboutMillacero {
    margin-bottom: 50px;
  }
  .faqMillacero h4 {
    position: relative;
  }
  .faqMillacero img {
    height: 13px;
    position: absolute;
    top: 5px;
  }
  .faqMillacero p {
    text-align: left !important;
  }
  .headTecnologia {
    margin-bottom: 30px;
  }
  .internContener {
    height: 100px;
  }
  .aboutMillacero p,
  .faqMillacero p {
    text-align: justify !important;
  }
  .faqMillacero .quees_titulo {
    text-align: center;
    width: 100%;
  }
  .aboutMillacero p br {
    display: none;
  }
  .faqAsterisco {
    text-align: center;
    padding-left: 0;
  }
  .faqAsterisco h4 {
    padding-left: 0;
  }
  #beneficios .col-lg-4 {
    margin-left: 0;
    background-color: transparent;
    border-right: 1px solid #f1f1f1 !important;
    margin-bottom: 0;
  }
  #borderRightNone {
    border-right: 0 !important;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #proyectoUbicacion {
    margin-top: 60px;
  }
}
.linkBlue {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.linkBlue img {
  width: auto !important;
  max-width: 100%;
}

.linkBlue:hover {
  background-color: #8499ba;
}

.linkBlue:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(102deg) brightness(111%) contrast(101%);
}

.mwlManifiesto {
  width: 96px;
  margin-right: -5px;
}

@media (max-width: 600px) {
  .mwlManifiesto {
    width: auto;
    height: 50px !important;
  }
  .tituloManifiesto {
    margin-top: 0 !important;
  }
}
.tituloLPVenta {
  font-weight: 400 !important;
}

.barraLP {
  background-color: #000;
  color: #fff;
  height: 50px;
  line-height: 55px;
  text-align: center;
}

.barraLP label {
  border-right: 1px solid #8499ba;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}

.barraLP label:last-child {
  border-right: 0;
}

.logoLPVenta {
  height: 70px;
  width: auto;
  border-right: 1px solid black;
  font-size: 36px;
}

.tituloLPVenta {
  border-left: 0 !important;
}

#LPVenta {
  color: #999;
  text-align: center;
  padding-top: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.inscribeteLPVenta {
  font-size: 24px;
  padding-bottom: 20px;
}

#galeriaLPVenta {
  background-color: #e9e9e9;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 50px;
  position: relative;
}

.galLPVenta {
  height: 250px;
}

.owl-carousel.owl-centered .owl-nav button.owl-next,
.owl-carousel.owl-centered .owl-nav button.owl-prev {
  top: 40%;
  background-color: #fff;
  color: #8499ba;
}

.owl-carousel.owl-centered .owl-nav button.owl-next {
  right: calc(9.5% - 20px);
}

.owl-carousel.owl-centered .owl-nav button.owl-prev {
  left: calc(9.5% - 20px);
}

.galeriaArrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

@media (max-width: 600px) {
  .barraLP {
    height: auto;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .barraLP label {
    border: 0;
    line-height: 28px;
    margin-bottom: 0;
  }
  .tituloLPVenta {
    font-size: 20px !important;
    padding-left: 10px !important;
  }
  .logoLPVenta {
    height: 46px;
    padding-right: 10px;
  }
}
.legal {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.legal .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
}

.legal__text {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
}

.legal__downloadbutton {
  width: 179px;
  display: block;
}

.legal__downloadbutton img {
  width: 100%;
}

.immediate-project .caluga-proyecto .calugaComunaPic {
  height: 260px;
}

.page-intro {
  width: 90%;
  max-width: 40rem;
  margin: 0 auto;
}

.section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.explicacion_precio_desde {
  text-transform: uppercase;
  margin-top: -0.8rem;
  margin-bottom: 0.4rem;
}

.sombraBannerInfo {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(336deg, rgba(0, 0, 0, 0.7417790033) 0%, rgba(3, 93, 129, 0) 50%, rgba(0, 0, 0, 0.7417790033) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#035d81",GradientType=1);
  top: 0;
  left: 0;
}
.sombraBannerInfo .container {
  position: relative;
  height: 100%;
}

#bannerInfo {
  position: absolute;
  color: #fff;
  right: 4rem;
  bottom: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#bannerInfo__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #bannerInfo {
    right: 0;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 15px;
    background: rgb(255, 255, 255);
    background: linear-gradient(175deg, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.8239670868) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
  }
}

#bannerInfo label {
  font-size: 20px;
  margin-bottom: 0;
}

#bannerInfo h3 {
  font-size: 46px;
  margin-top: 0;
  font-weight: 500;
}

#bannerInfoBarra {
  border-top: 1px solid #fff;
  padding-top: 3px;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  gap: 10px;
  justify-content: end;
}
@media (max-width: 767px) {
  #bannerInfoBarra {
    flex-direction: column;
    gap: 5px;
  }
}

#bannerInfo .fa-bed {
  color: white;
  margin-left: 10px;
}

.proyectotecno {
  margin-top: 2rem;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  justify-content: center;
}
@media (max-width: 800px) {
  .proyectotecno {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.proyectotecno__img {
  width: 100%;
  max-width: 190px;
  display: block;
}
@media (max-width: 800px) {
  .proyectotecno__img {
    max-width: 100%;
  }
}
.proyectotecno__link {
  display: block;
  padding: 1rem 2rem;
}
@media (max-width: 800px) {
  .proyectotecno__link {
    padding: 0.5rem;
  }
}
.proyectotecno__single:hover {
  background-color: var(--color-corporate);
}
.proyectotecno__single:hover .proyectotecno__img {
  filter: invert(1) grayscale(1) brightness(2);
}

#proyectoDetalle .intern-title {
  font-size: 24px;
  color: #232323;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#proyectoDetalle h3 {
  margin-bottom: 30px;
}
#proyectoDetalle ul {
  padding-left: 20px;
}
#proyectoDetalle .saberMas {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  border-bottom: 1px solid #a1a1a1;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
#proyectoDetalle .saberMas span {
  color: #8499ba;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  #proyectoDetalle .saberMas {
    padding-top: 0rem;
    padding-bottom: 0.5rem;
    margin-top: 0;
  }
}

#proyectoGaleria {
  padding-bottom: 0;
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 800px) {
  #proyectoGaleria {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 990px) {
  #proyectoGaleria .col-lg-8 {
    margin-bottom: 2rem;
  }
}

#proyectoUbicacion {
  color: #a1a1a1;
  margin-top: 4rem;
}
#proyectoUbicacion p {
  margin-bottom: 0;
}
#proyectoUbicacion .proyecto__entrega {
  margin-bottom: 24px;
}
#proyectoUbicacion .proyecto__contacto {
  margin-bottom: 24px;
}
#proyectoUbicacion .proyecto__atencion {
  margin-bottom: 24px;
}

#proyectoUbicacion a {
  color: #a1a1a1;
}

#proyectoUbicacion iframe,
#iframeMapa {
  width: 100%;
  border: 0;
  height: 500px;
}

#proyectoUbicacion strong {
  color: #232323;
}

#proyectoUbicacion h2 strong {
  color: #a1a1a1 !important;
}

img.metro {
  filter: invert(1%);
  margin-right: 3px;
  height: 24px;
}

#proyectoUbicacion i {
  width: 20px;
}

.textoUbicacion {
  font-size: 16px;
  margin-top: 30px;
}

.textoSdv {
  font-size: 20px;
}

.imagenesUbicacion {
  font-size: 22px;
}

.calugaEtiquetas {
  height: 100%;
  position: absolute;
  width: 160px;
  background-color: rgba(0, 0, 0, 0.7);
  right: 0;
  top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.calugaEtiquetas .estado-tag {
  width: 100%;
  padding: 6px 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: white !important;
  display: block !important;
  position: relative;
  z-index: 5;
}
.calugaEtiquetas .estado-tag.estado-verde {
  background-color: var(--color-estado-verde);
}
.calugaEtiquetas .estado-tag.estado-en_construccion {
  background-color: var(--color-estado-en-construccion);
}
.calugaEtiquetas .estado-tag.estado-pronta_entrega {
  background-color: var(--color-estado-pronta-entrega);
}
.calugaEtiquetas .estado-tag.estado-inmediata {
  background-color: var(--color-estado-inmediata);
}
.calugaEtiquetas .estado-tag.estado-ultimas_unidades {
  background-color: var(--color-estado-ultimas-unidades);
}
.calugaEtiquetas .etiquetas-inner {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.calugaEtiquetas .proyecto-icon {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .calugaEtiquetas .proyecto-icon {
    margin-top: 4px;
    margin-bottom: 20px;
  }
}
.calugaEtiquetas .proyecto-icon img {
  width: 100px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.calugaEtiquetas .etiquetas-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .calugaEtiquetas .etiquetas-content {
    gap: 4px;
  }
}
.calugaEtiquetas .icoEtiqueta {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.calugaEtiquetas .icoEtiqueta img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.calugaEtiquetas .icoEtiqueta .ico-dorm {
  width: 48px;
}
.calugaEtiquetas .icoEtiqueta .ico-desde {
  margin-left: 10px;
}
.calugaEtiquetas .icoEtiqueta strong {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calugaEtiquetas .ver-proyecto {
  text-align: center;
  padding-top: 15px;
}
.calugaEtiquetas .ver-proyecto span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.calugaEtiquetas .ver-proyecto span i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.caluga-comuna.caluga-proyecto a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.caluga-comuna.caluga-proyecto a.hover-verde:hover .ver-proyecto span {
  color: var(--color-estado-verde);
}
.caluga-comuna.caluga-proyecto a.hover-verde:hover .ver-proyecto span i {
  transform: translateX(3px);
}
.caluga-comuna.caluga-proyecto a.hover-en_construccion:hover .ver-proyecto span {
  color: var(--color-estado-en-construccion);
}
.caluga-comuna.caluga-proyecto a.hover-en_construccion:hover .ver-proyecto span i {
  transform: translateX(3px);
}
.caluga-comuna.caluga-proyecto a.hover-pronta_entrega:hover .ver-proyecto span {
  color: var(--color-estado-pronta-entrega);
}
.caluga-comuna.caluga-proyecto a.hover-pronta_entrega:hover .ver-proyecto span i {
  transform: translateX(3px);
}
.caluga-comuna.caluga-proyecto a.hover-inmediata:hover .ver-proyecto span {
  color: var(--color-estado-inmediata);
}
.caluga-comuna.caluga-proyecto a.hover-inmediata:hover .ver-proyecto span i {
  transform: translateX(3px);
}
.caluga-comuna.caluga-proyecto a.hover-ultimas_unidades:hover .ver-proyecto span {
  color: var(--color-estado-ultimas-unidades);
}
.caluga-comuna.caluga-proyecto a.hover-ultimas_unidades:hover .ver-proyecto span i {
  transform: translateX(3px);
}/*# sourceMappingURL=main.css.map */