/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Wix Madefor Display';
    src: url('../fonts/WixMadeforDisplay-Regular.eot');
    src: url('../fonts/WixMadeforDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WixMadeforDisplay-Regular.woff2') format('woff2'),
        url('../fonts/WixMadeforDisplay-Regular.woff') format('woff'),
        url('../fonts/WixMadeforDisplay-Regular.ttf') format('truetype'),
        url('../fonts/WixMadeforDisplay-Regular.svg#WixMadeforDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.eot');
    src: url('../fonts/PlusJakartaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-Regular.svg#PlusJakartaSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*estilos generales*/
html, body{opacity: 0}
html{position:relative; min-height:100%}
body{margin-bottom:0px;}
.height-100{height:100%}
.displayflex{display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.sinpaddingleft{padding-left:0px !important}
.sinpaddingright{padding-right:0px !important}
.row-con-margen{margin-left:-15px; margin-right:-15px}
.w100Hauto{width:100%; height:auto}
.error{color:#F00; font-size:10px; font-weight:300;}
.empty{color:#F00; font-size:10px; font-weight:300;}
.oculto-success{font-size:14px; font-weight:300; text-align:center; margin-top:10px; color:#000}
.error-borde{border-color:#DB2629 !important}
.centrado {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
}
.mailto{color:inherit; text-decoration:none}
.mailto:hover{color:inherit; text-decoration:underline;}
.display-block{display:block}
.grayscale
{
-moz-filter: grayscale(100%);
-o-filter:grayscale(100%);
-ms-filter:grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
/*-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.grayscale:hover{
	-webkit-filter:none !important;
	filter:none !important;
	-moz-filter:none !important;
	-o-filter:none !important;
	-ms-filter:none !important;
}
span.pointer,b.pointer,a.pointer{cursor:pointer}
.relative{position:relative}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance:none;
 -moz-appearance:none;
 margin: 0;
}
.pointer{cursor:pointer}
.transition{transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.row{margin-left:0px; margin-right:0px}
.row-con-margen{margin-left:-15px !important; margin-right:-15px !important}
:focus {
    outline: none;
}
.elemento *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000 !important;
	opacity:1;
}
.elemento *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000000 !important;
	opacity:1;
}
.transition{
		transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.float {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #25d366;
    color: rgba(31, 173, 83, 0.3);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
    z-index: 10000;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
.float:hover {
  color: rgba(38, 217, 104, 0.7);
}
.float .fa-whatsapp{
  color: #fff;
  font-size: 40px;
  margin-top: 11px;
}
.acciones{
  position: fixed; right: 45px; bottom: 30px; z-index: 100
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}
.container-custom{
  padding-left: 7%; padding-right: 7%
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
html, body {
position:relative;
overflow-x:hidden;
}
.relativeZ1{position: relative; z-index: 1}
.pngrendering {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/*Header*/
header{
  height: 128.2px; padding-top: 55px; position: fixed; left: 0; top: 0; width: 100%; background:transparent; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; z-index: 3000; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
header .isotipo{height: 35px; margin-right: 10px}
header .logo{width: 186px}
header .logo, header .redes img{filter: brightness(0) invert(1); transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
header .degradado{
  position: absolute; left: 0; top: 0; width: 100%
}
header ul{padding-left: 0; text-align: center; margin-bottom: 0; margin-right: -130px; margin-left: -10px; position: relative; z-index: 1}
header ul li{
  list-style-type: none; display: inline-block; margin-left: 13px; margin-right: 13px;
}
header ul li:first-child{margin-left: 0}
header ul li:last-child{margin-right: 0}
header ul li a{
  font-family: 'Inter';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
header ul li a:hover,header ul li a:focus{
  color: #fff;
  text-decoration: none;
}
header ul li a.active{font-weight: bold;}
header .redes{text-align: right;}
header .redes .insta{margin-left: 28px}
header.dos{
  background-color: #1a315d;
}
footer{
  background-color: #1a315d; padding-top: 76px; padding-bottom: 40px;
}
footer .titulo{
  font-family: 'Wix Madefor Display';
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 60px
}
footer .logo{
  width: 233.8px; margin-bottom: 29px;
}
footer p.p{
  font-family: 'Wix Madefor Display';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.18px;
  text-align: left;
  color: #fff;
  margin-bottom: 29px
}
footer p.p a, footer p.p a:hover, footer p.p a:focus{
  color: #fff; text-decoration: none;
}
footer .redes img{
  height: 29px; margin-right: 44px; filter: brightness(0) invert(1);
}
footer .subtitulo{
  font-family: 'Wix Madefor Display';
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 52px
}
footer input[type=text],footer input[type=email], footer textarea, footer select{
  width: 100%;
  height: 50px;
  background: none;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.75);
  margin-bottom: 23px;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-left: 17px;
}
footer select option{color:#000}
footer textarea{
  height: 100px; padding-top: 10px;
}
footer button{
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  border:none;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #1a315d;
}
footer *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #fff !important;
	opacity:1;
}
footer *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #fff !important;
	opacity:1;
}
footer *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #fff !important;
	opacity:1;
}
footer *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #fff !important;
	opacity:1;
}
footer ul{
  border-bottom: solid 1px #2767b2; padding-bottom: 25px; text-align: center; padding-left: 0; margin-top: 80px; margin-bottom: 20px
}
footer ul li{
  list-style-type: none; display: inline-block; margin-left: 12px; margin-right: 12px;
}
footer ul li a,footer ul li a:hover,footer ul li a:focus{
  font-family: 'Inter';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
footer ul li a.active{font-weight: bold;}
footer p.f{
  font-family: 'Wix Madefor Display';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 0
}
footer p.f a, footer p.f a:hover, footer p.f a:focus{
  color: #fff; text-decoration: none;
}
footer p.f.derecha{text-align: right;}
footer p.f span{margin-left: 10px; margin-right: 10px}

/*Inicio*/
.inicio-1{position: relative;}
.inicio-1 .ms-view{background: none}
.inicio-1 .titulo{
  font-family: 'Wix Madefor Display';
  font-size: 52px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  z-index: 2
}
.inicio-1 .titulo span, .portada-inmobiliaria h1 span{display: block;}
.inicio-1 .sombra{
  width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 0.3; background-color: #000;
}
.inicio-1 .flotado{
  width: 242.9px;
  height: 52.9px;
  border-radius: 26.5px;
  border: solid 1px #fbf5eb;
  background-color: rgba(0,0,0,0.40);
  font-family: 'Plus Jakarta Sans';
  font-size: 15.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3.04px;
  text-align: center;
  color: #fbf5eb;
  position: absolute;
  bottom: 34px;
  right: 0;
  display: none;
}
.inicio-1 .flotado svg{margin-right: 10px}
.scrollDown {
  width: 45px;
  height: 70px;
  border: #fff solid 2px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.scrollDown span {
  background-color: #fff;
  width: 5px;
  height: 10px;
  border-radius: 30px;
  margin-top: 10px;
  position: relative;
}
.scrollDown span::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-10px) rotate(135deg);
  left: -6px;
  margin-top: 10px;
  opacity: 0;
  animation: ani 1.8s infinite linear;
}
.scrollDown span::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-10px) rotate(135deg);
  left: -6px;
  margin-top: 10px;
  opacity: 0;
  animation: ani 1.8s infinite linear;
  animation-delay: 0.8s;
}
@keyframes ani {
    0% {
        margin-top: 10px;
        opacity: 0;
    }

    50% {
        margin-top: 25px;
        opacity: 1;
    }

    100% {
        margin-top: 40px;
        opacity: 0;
    }
}
.inicio-2{
  padding-top: 55px; padding-bottom: 75px;
}
.inicio-2 .subtitulo{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: center;
  color: rgba(0,0,0,0.60);
  margin-bottom: 25px
}
.inicio-2 .titulo{
  font-family: 'Wix Madefor Display';
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #606060;
  margin-bottom: 60px
}
.inicio-2 .item{margin-bottom: 80px}
.inicio-2 .titulo-item{
  font-family: 'Inter';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 2.7px;
  color: rgba(0,0,0,0.60);
  margin-bottom: 18px;
}
.inicio-2 .titulo-item span{
  font-size: 68px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.68px;
  color: rgba(0,0,0,0.60);
  margin-right: 20px
}
.inicio-2 .subtitulo-item{
  font-family: 'Wix Madefor Display';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #1a315d;
  margin-bottom: 10px
}
.inicio-2 .subtitulo-item.brown{
  color: #606060; font-weight: bold;
}
.inicio-2 p{
  font-family: 'Wix Madefor Display';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.09px;
  text-align: left;
  color: #606060;
  margin-bottom: 15px
}
.inicio-2 button{
  width: 110px;
  height: 37px;
  border-radius: 5px;
  background-color: #1a315d;
  border:none;
  font-family: 'Wix Madefor Display';
  font-size: 14.4px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.inicio-2 .item.tipo-2 .c-img{text-align: right;}
.inicio-2 .item.tipo-2 .info{padding-left: 70px}
.inicio-2 .item.tipo-1 .info{padding-right: 70px}
.inicio-2.proposito{padding-bottom: 0}
.inicio-2.proposito .item{margin-bottom: 0}
.inicio-2.proposito .item.tipo-2 .info{padding-left: 0; padding-right: 70px}
.inicio-2.proposito .item.tipo-1 .info{padding-right: 0; padding-left: 70px}
.inicio-3{
  background-color: rgba(240,240,240,1); padding-top: 133px
}
.inicio-3 .titulo{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: center;
  color: rgba(0,0,0,0.60);
  margin-bottom: 20px
}
.inicio-3 .subtitulo{
  font-family: 'Wix Madefor Display';
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #606060;
  margin-bottom: 50px
}
.inicio-3 .video{
  background-image: url('../img/04 - FACHADA_NORESTE_.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: top; height: 80vh; position: relative; background-attachment: fixed;
}
.inicio-3 .video .sobrepuesto{
  width: 100%; height: 100%; opacity: 0.3; background-color: #666; position: absolute; left: 0; top: 0
}
.inicio-3 .video .centrado{text-align: center; z-index: 1}
.inicio-3 .video .centrado svg{
  margin-bottom: 86px
}
.inicio-3 .video .centrado button{
  width: 242.3px;
  height: 52.9px;
  border-radius: 5px;
  background-color: #1a315d;
  border:none;
  font-family: 'Plus Jakarta Sans';
  font-size: 15.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3.04px;
  text-align: center;
  color: #fbf5eb;
}
#s-noticias{
  padding-top: 116px; padding-bottom: 96px; background: #fff;
}
#s-noticias .titulo{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: center;
  color: rgba(0,0,0,0.60);
  margin-bottom: 20px
}
#s-noticias .subtitulo{
  font-family: 'Wix Madefor Display';
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #606060;
  margin-bottom: 50px
}
#s-noticias .item-blog .contenido{
  border-radius: 10px;
  border: solid 1px #2767b2;
  padding: 24.5px 20px 37.2px;
  position: relative;
  padding-bottom: 80px;
  height: 100%
}
#s-noticias .item-blog .contenido .img-blog{
  border-radius: 10px; margin-bottom: 15px;
}
#s-noticias .item-blog .contenido .titulo-blog{
  font-family: 'Wix Madefor Display';
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #1a315d;
  margin-bottom: 10px
}
#s-noticias .item-blog .contenido .p{
  font-family: 'Wix Madefor Display';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #231f20;
  margin-bottom: 25px
}
#s-noticias .item-blog .contenido button{
  width: 215px;
  height: 40px;
  border:none;
  border-radius: 5px;
  background-color: #1a315d;
  font-family: 'Inter';
  font-size: 14.6px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.15px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  margin: auto;
}
.ver-mas-notas{text-align: center; margin-top: 80px}
.ver-mas-notas button{
  width: 242.3px;
    height: 52.9px;
    border-radius: 5px;
    background-color: #1a315d;
    border: none;
    font-family: 'Plus Jakarta Sans';
    font-size: 15.2px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 3.04px;
    text-align: center;
    color: #fbf5eb;
}
.slick-prev, .slick-next{display: none !important}
.amenidades .item{width: 1026px; padding-left: 12.5px; padding-right: 12.5px;}
.amenidades .item .info{position: relative;}
.amenidades .item .info .img{width: 100%;}
.amenidades .item .info .flotante{
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.50);
  opacity: 0
}
.amenidades .item .info .flotante span{
  font-family: 'Inter';
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.82;
  letter-spacing: -0.22px;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 43px;
  top: 25px;
}
.amenidades .item .info .flotante button{
  width: 163.3px;
  height: 52.9px;
  background: none;
  border: solid 1px #fbf5eb;
  font-family: 'Plus Jakarta Sans';
  font-size: 15.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3.04px;
  text-align: center;
  color: #fbf5eb;
  border-radius: 3px;
  position: absolute;
  right: 39px;
  top: 22px
}
.amenidades .slick-current .item .info .flotante{opacity: 1}
.amenidades .control.left{
  position: absolute; top: 50%; margin-top: -37.5px; left: 78px; transform: rotate(180deg);
}
.amenidades .control.right{
  position: absolute; top: 50%; margin-top: -37.5px; right: 78px;
}
.propiedades-destacadas{
  padding-top: 115px; background: #fff;
}
.propiedades-destacadas .subtitulo{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: center;
  color: rgba(0,0,0,0.60);
  margin-bottom: 20px
}
.propiedades-destacadas .titulo{
  font-family: 'Wix Madefor Display';
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #606060;
  margin-bottom: 30px
}
.propiedades-destacadas .c-p{margin-bottom: 25px}
.propiedades-destacadas .c-p p{
  font-family: 'Wix Madefor Display';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.09px;
  text-align: center;
  color: #606060;
  width: 837.4px;
  max-width: 100%;
  display: inline-block;
}
.propiedades-destacadas .c-boton{margin-bottom: 63px}
.propiedades-destacadas .c-boton button{
  width: 358.6px;
  height: 52.9px;
  border:none;
  border-radius: 5px;
  background-color: #1a315d;
  font-family: 'Plus Jakarta Sans';
  font-size: 15.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3.04px;
  text-align: center;
  color: #fbf5eb;
}
.proposito-2 .titulo{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: center;
  color: #606060;
  margin-bottom: 55px
}
.proposito-2 .item .icon{text-align: center; margin-bottom: 20px}
.proposito-2 .item p{
  font-family: 'Wix Madefor Display';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.08px;
  text-align: left;
  color: #606060;
  margin-bottom: 0
}
.proposito-2 .item.uno{padding-right: 75px}
.proposito-2 .item.dos{padding-left: 17px; padding-right: 17px;}
.proposito-2 .item.tres{padding-left: 60px}
.fondo-proposito-2{margin-top: 0}
.fondo-proposito-2 .sobrepuesto{
  background-color: rgba(26,49,93,0.23); width: 100%; height: 100%; position: absolute; left: 0; top: 0
}
.fondo-proposito-2 img{filter: grayscale();}
.proposito-3 .bg-1{
  background-color: #0067b3;
}
.proposito-3 .bg-2{
  background-image: url('../img/proposito-3.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center; height: 942.4px;
}
.proposito-3 .titulo{
  font-family: 'Wix Madefor Display';
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.82;
  letter-spacing: -0.14px;
  text-align: left;
  color: #fff;
  margin-bottom: 45px
}
.proposito-3 ul{padding-left: 0; margin-bottom: 0; padding-right: 100px}
.proposito-3 ul li{
  list-style-type: none;
  font-family: 'Wix Madefor Display';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.proposito-3 ul li:last-child{margin-bottom: 0}
.proposito-3 ul li svg{position: absolute; left: 0; top: 10px}
.proposito-3 .img{opacity: 0; display: none}
.proposito-4{
  background-color: #f1f2f3;
  font-family: 'Wix Madefor Display';
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #606060;
  padding-top: 126px;
  padding-bottom: 136px
}
.portada-inmobiliaria{
  height: 325px; background-image: url('../img/portada-obras.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center; position: relative; background-color: rgba(0,0,0,0.30); background-blend-mode: multiply;
}
.portada-inmobiliaria.seccion-noticias{
  background-image: url('../img/zertium-not.jpg'); background-position: center;
}
.portada-inmobiliaria h1{
  font-family: 'Wix Madefor Display';
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
  margin: auto;
}
.propiedades{
  padding-top: 40px; padding-bottom: 80px;
}
.propiedades .c-logo{text-align: center; margin-bottom: 30px}
.propiedades .c-logo img{width: 278px}
.propiedades .titulo{
  font-family: 'Wix Madefor Display';
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #606060;
  margin-bottom: 47px;
}
.propiedades .tipo{text-align: center;}
.propiedades .tipo button{
  width: 180px;
  height: 40px;
  border-radius: 5px;
  background-color: #1a315d;
  font-family: 'Inter';
  border:none;
  font-size: 14.6px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.15px;
  text-align: center;
  color: #fff;
  margin-left: 4px;
  margin-right: 4px
}
.propiedades .lista-categorias{
  margin-top: 30px;
}
.propiedades .lista-categorias ul{padding-left: 0; text-align: center; margin-bottom: 0; padding-top: 14px; padding-bottom: 9px; border-top: solid 2px #d5d5d5; border-bottom: solid 2px #d5d5d5;}
.propiedades .lista-categorias ul li{
  list-style-type: none; display: inline-block; margin-left: 20px; margin-right: 20px;
}
.propiedades .lista-categorias ul li a{display: inline-block; padding-bottom: 4px}
.propiedades .lista-categorias ul li a, .propiedades .lista-categorias ul li a:hover, .propiedades .lista-categorias ul li a:focus{
  font-family: 'Wix Madefor Display';
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: center;
  color: #1a315d;
  text-decoration: none
}
.propiedades .lista-categorias ul li a.active{
  border-bottom: 2px solid #ff3006;
}
.lista-propiedades{
  margin-top: 30px;
}
.lista-propiedades .item{
  padding: 28px 20px 37.2px;
  border-radius: 10px;
  background-color: #f1f2f3;
  margin-bottom: 37px;
  height: 100%;
  position: relative;
}
.lista-propiedades .item .img{
  border-radius: 5px; margin-bottom: 20px;
}
.lista-propiedades .item .item-tipo, .lista-propiedades .item .item-nombre{
  font-family: 'Wix Madefor Display';
  font-size: 19px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #455dee;
  font-weight: bold;
}
.lista-propiedades .item .item-nombre{
  color: #1a315d; margin-bottom: 20px;
}
.lista-propiedades .item .info{
  font-family: 'Wix Madefor Display';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #231f20;
  margin-bottom: 30px;
}
.lista-propiedades .item button{
  width: 200px;
  height: 40px;
  border:none;
  border-radius: 5px;
  background-color: #1a315d;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.15px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  margin: auto;
}
.obras-2{
  padding-top: 58px;
}
.obras-2 .titulo-seccion{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: center;
  color: rgba(0,0,0,0.60);
  margin-bottom: 75px;
}
.obras-2 .item{
  margin-bottom: 180px;
}
.obras-2 .item .logo{
  margin-bottom: 30px;
}
.obras-2 .item .img{margin-bottom: 37px;}
.obras-2 .item p{
  font-family: 'Wix Madefor Display';
  font-size: 19.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.1px;
  text-align: left;
  color: #606060;
}
.obras-2 .item p a, .obras-2 .item p a:hover, .obras-2 .item p a:focus{
  font-weight: bold; color: #606060; text-decoration: none;
}
.obras-2 .item p a{display: block; margin-bottom: 13px}
.inicio-2.inversionistas{padding-bottom: 0}
.inicio-2.inversionistas .c-parrafo{text-align: center;}
.inicio-2.inversionistas .c-parrafo p{
  font-family: 'Wix Madefor Display';
  font-size: 19.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.1px;
  text-align: center;
  color: #231f20;
  width: 938px;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 60px
}
.inicio-2.inversionistas .titulo{margin-bottom: 50px}
.inicio-2 .item.tipo-2 .info p{margin-right: -30px}
.inicio-2 .item.tipo-1 .info{margin-left: -30px; margin-right: -45px}
.inversionistas-final{
  background-image: url('../img/inversionistas-final.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center; position: relative; background-color: rgba(0,0,0,0.30); background-blend-mode: multiply; height: 450px; position: relative; margin-bottom: 46px
}
.inversionistas-final .frase{
  font-family: 'Wix Madefor Display';
  font-size: 51.2px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 100%;
}
.seccion-detalle{
  padding-top: 90px;
}
.seccion-detalle .galeria .c-row{padding-left: 7.5px; padding-right: 7.5px}
.seccion-detalle .galeria .principal{
  margin-bottom: 13px
}
.seccion-detalle .galeria .secundarias{
  margin-bottom: 13px;
}
.seccion-detalle .galeria img{border-radius: 5px;}
.seccion-detalle .galeria .c-img{padding-left: 7.5px; padding-right: 7.5px}
.seccion-detalle .galeria{
  margin-bottom: 37px;
}
.seccion-detalle button.tipo{
  width: 180px;
  height: 40px;
  border-radius: 5px;
  background-color: #1a315d;
  border:none;
  font-family: 'Inter';
  font-size: 14.6px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.15px;
  text-align: center;
  color: #fff;
  margin-bottom: 27px;
}
.seccion-detalle .detalle-propiedad .titulo{
  font-family: 'Wix Madefor Display';
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
  color: #1a315d;
  margin-bottom: 30px;
}
.seccion-detalle .detalle-propiedad .titulo span{
  color: rgb(153,153,153);
}
.seccion-detalle .detalle-propiedad .descripcion{
  font-family: 'Wix Madefor Display';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #231f20;
  margin-bottom: 50px;
}
.seccion-detalle .detalle-propiedad .precio{
  font-family: 'Wix Madefor Display';
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #1a315d;
  margin-bottom: 35px;
}
.seccion-detalle .detalle-propiedad .subinfo{
  padding-bottom: 20px; border-bottom: solid 1px #d5d5d5; margin-bottom: 20px;
}
.seccion-detalle .detalle-propiedad .subinfo.last{border:none}
.seccion-detalle .detalle-propiedad .subinfo .titulo-subinfo{
  font-family: 'Wix Madefor Display';
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  text-align: left;
  color: #1a315d;
}
.seccion-detalle .detalle-propiedad .p-subinfo{
  font-family: 'Wix Madefor Display';
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: rgb(153,153,153);
}
.seccion-detalle .detalle-propiedad .p-subinfo ul{padding-left: 0; margin-bottom: 0; column-count: 3}
.seccion-detalle .detalle-propiedad .p-subinfo ul li{list-style-type: none;}
.seccion-detalle .mapa iframe{
  border-radius: 10px;
}
.seccion-detalle .divisor{
  border-bottom: solid 1px #d5d5d5; margin-bottom: 42px; margin-top: 44px;
}
.seccion-detalle .titulo-info-extra{
  font-family: 'Wix Madefor Display';
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  text-align: left;
  color: #1a315d;
  margin-bottom: 30px;
}
.seccion-detalle .info-extra{
  font-family: 'Wix Madefor Display';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #231f20;
  margin-bottom: 30px;
}
.seccion-detalle .controles{text-align: center; padding-bottom: 27px; margin-top: 40px}
.seccion-detalle .controles a{
  font-family: 'Wix Madefor Display';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #231f20;
}
.seccion-detalle .controles a:hover,.seccion-detalle .controles a:focus{text-decoration: none;}
.seccion-detalle .controles button,.controles-detalle-noticia button{
  background: none; border:1px solid #231f20; height: 40px; width: 120px; margin-left: 15px; margin-right: 15px; border-radius: 5px
}
.seccion-detalle .controles svg{margin-left: 8px; margin-right: 8px}
.seccion-detalle .asesor{width: 260px;}
.seccion-detalle .asesor .img{
  width: 260px; max-width: 100%; margin-bottom: 19px; border-radius: 50%;
}
.seccion-detalle .asesor .nombre-asesor{
  font-family: 'Wix Madefor Display';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center;
  color: #1a315d;
  margin-bottom: 15px;
}
.seccion-detalle .asesor button{
  width: 100%;
  max-width: 260px;
  height: 40px;
  border:none;
  border-radius: 5px;
  background-color: #1a315d;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: -0.16px;
  text-align: center;
  color: #fff;
  margin-bottom: 17px;
}
.seccion-detalle .asesor ul{padding-left: 0; margin-bottom: 0}
.seccion-detalle .asesor ul li{
  list-style-type: none;
  font-family: 'Wix Madefor Display';
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: left;
  color: #1a315d;
  margin-bottom: 10px
}
.seccion-detalle .asesor ul li svg{margin-right: 8px}
.seccion-detalle .asesor ul li a{
  color: #1a315d; text-decoration: none !important
}
.seccion-detalle .asesor ul li.dos a{
   color: #3ca65e;
}
.seccion-detalle .asesor .logo{width: 245px; margin-top: 25px}
.seccion-detalle .izquierda{padding-right: 100px}
.fancybox__container{z-index: 10050 !important}
.detalle-noticia .titulo-blog{
  font-family: 'Wix Madefor Display';
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: center;
  color: #1a315d;
  margin-top: 50px;
  margin-bottom: 30px;
}
.detalle-noticia .imagen img{border-radius: 10px; margin-bottom: 30px}
.detalle-noticia .controles{text-align: center; margin-top: 60px; margin-bottom: 70px}
.privacidad{
  font-family: 'Wix Madefor Display'; padding-top: 0; padding-bottom: 30px
}
.inicio-2 .titulo-item i{font-style: normal;}
.detalle-noticia .p{
  font-family: 'Wix Madefor Display';
}
.c-inicio-2{background: #fff}
.proposito-2.medio{background: rgba(240,240,240,1); padding-top: 80px; padding-bottom: 80px;}
.proposito-2 .c-icon{
  text-align: center;
  font-family: 'Wix Madefor Display';
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #1a315d;
  margin-bottom: 10px;
}
.proposito-2 .c-icon .icon{margin-bottom: 15px; opacity: 0.30; width: 60px}
.proposito-2.final{padding-top: 80px; padding-bottom: 80px;}

/* medias */
@media (max-width:991px){
  header{display: none}
  #modalMenu .logo{width: 80px; margin-top: 5px}
  #modalMenu .cierra-menu{
    font-size: 35px; color:#fff; margin-top: 7px
  }
  #modalMenu{
    z-index: 10000; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    padding: 0px; margin: 0px; height: 100%; width: 100%; max-width: none
  }
  #modalMenu .modal-content{
    border:none; border-radius: 0px; background:#1a315d; padding-top: 0; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; z-index: 1; height: 50px; background: #1a315d
  }
  #modalMenu .menu-m .logo-modal{
    width: 100px; margin-top: 17px; filter: brightness(0) invert(1);
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center;}
  #modalMenu ul li{
    list-style-type: none; display: block; margin-top: 15px; margin-bottom: 15px
  }
  #modalMenu ul li a{
    font-family: 'Inter';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  #modalMenu ul li a.active{font-weight: bold;}
  #modalMenu ul li a:hover,#modalMenu ul li a:focus{
    color: #fff; text-decoration: none;
  }
  #modalMenu .redes{text-align: center; margin-top: 15px}
  #modalMenu .redes img{margin-left: 10px; margin-right: 10px; filter: brightness(0) invert(1);}
  .menu-mobile{
    position: fixed; width: 100%; left: 0; top: 0; z-index: 9999; background:#1a315d; height: 50px;
  }
  .menu-mobile .logo-modal{width: 100px; margin-top: 17px; filter: brightness(0) invert(1);}
  .menu-mobile .abre-menu{
     margin-top: 7px; color:#fff; font-size: 35px
  }
  .float{width: 45px; height: 45px; }
  .float .fa-whatsapp {
    font-size: 28px;
    margin-top: 9px;
  }
  .acciones{right: 20px}
  .portada-inmobiliaria.priv {
        height: 210px;
  }
  .menu-mobile .isotipo, #modalMenu .menu-m .isotipo{height: 20px; margin-top: 15px; margin-right: 10px}
  .proposito-2.medio .columna-derecha{
    padding-top: 50px;
  }
  .proposito-2.medio p{text-align: center;}
}
@media (max-width:991px)
{
.inicio-1 .titulo{font-size: 32px; width: 280px}
.inicio-1 .flotado{
  transform: scale(0.7);
  right: 0 !important;
  left: 0 !important;
  margin: auto;
}
.inicio-2 .titulo{font-size: 28px;}
.inicio-2 .titulo br{display: none}
.inicio-2 .item .c-img img{max-width: 100%}
.inicio-2 .item .c-img{text-align: center;}
.inicio-2 .titulo-item{margin-top: 20px; text-align: center; font-size: 16px;}
.inicio-2 .titulo-item span{font-size: 50px; display: inline-block; vertical-align: middle; margin-right: 0}
.inicio-2 .item.tipo-1 .info {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
}
.inicio-2 .titulo-item i{display: inline-block;}
.inicio-2 .subtitulo-item{font-size: 20px; line-height: normal; text-align: center;}
.inicio-2 p{font-size: 16px; text-align: center;}
.inicio-2 .item.tipo-2 .info {
    padding-left: 0; text-align: center;
}
.inicio-2 .item.tipo-2 .info p {
    margin-right: 0;
}
.ocultomovil{display: none}
.inicio-2{padding-bottom: 0; padding-top: 80px;}
.inicio-3{padding-top: 80px}
.inicio-3 .subtitulo{font-size: 28px}
.inicio-3 .subtitulo br{display: none}
.inicio-3 .video .centrado button{transform: scale(0.70);}
.propiedades-destacadas{padding-top: 80px}
.propiedades-destacadas .titulo{font-size: 28px}
.propiedades-destacadas .c-p p{font-size: 16px}
.propiedades-destacadas .c-boton button{transform: scale(0.70);}
.amenidades .item{width: 100%; padding-left: 0; padding-right: 0}
.amenidades .control.left{width: 40px; left: 15px}
.amenidades .control.right{width: 40px; right: 15px}
.amenidades .item .info .flotante span {
    text-align: center;
    font-size: 14px;
    left: 0;
    top: 15px;
    right: 0;
    margin: auto;
}
.amenidades .item .info .flotante button {
    right: 0;
    top: inherit;
    transform: scale(0.70);
    left: 0;
    margin: auto;
    bottom: 0;
}
#s-noticias{padding-top: 80px}
#s-noticias .subtitulo{font-size: 32px}
#s-noticias .item-blog{padding-bottom: 30px}
.ver-mas-notas {
    margin-top: 50px;
}
.ver-mas-notas button{transform: scale(0.70);}
#s-noticias .item-blog .contenido button{transform: scale(0.70);}
footer{text-align: center;}
footer .titulo{font-size: 32px; margin-bottom: 30px}
footer .logo{width: 150px}
footer p.p{font-size: 16px; text-align: center;}
footer .redes img {
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
footer .subtitulo {
  font-size: 32px;
  text-align: center;
  margin-bottom: 52px;
  margin-top: 60px;
}
footer ul li {
    list-style-type: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}
footer ul li:last-child{margin-bottom: 0}
footer p.f.derecha {
    text-align: center;
}
footer p.f{text-align: center;}
footer p.f{font-size: 9px}
footer{padding-bottom: 23px}
.inicio-2.proposito .p-derecha{padding-right: 15px !important}
.inicio-2.proposito .item.tipo-1 .info {
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 80px
}
.inicio-2.proposito .p-izquierda{padding-left: 15px !important}
.inicio-2.proposito .item.tipo-2 .info {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}
.inicio-2.proposito {
    padding-bottom: 70px;
}
.proposito-2 .titulo{font-size: 18px}
.proposito-2 .item.uno {
    padding-right: 0;
}
.proposito-2 .item.dos {
    padding-left: 0;
    padding-right: 0;
}
.proposito-2 .item.tres {
    padding-left: 0;
}
.proposito-2 .item p{font-size: 11px; text-align: center;}
.proposito-2 .item p br{display: none}
.proposito-2 .item{margin-left: -7.5px; margin-right: -7.5px}
.proposito-3 .p-izquierda{padding-left: 15px !important}
.proposito-3 .titulo{text-align: center; margin-top: 40px; margin-bottom: 30px; font-size: 25px}
.proposito-3 ul {
  padding-right: 0;
}
.proposito-3 ul li{font-size: 18px;}
.proposito-3 ul li:last-child {
    margin-bottom: 43px;
}
.proposito-3 .bg-2{padding-right: 0 !important; padding-left: 0; background-image: none; height: auto;}
.proposito-3 .img {
    opacity: 1;
    display: block;
}
.proposito-4{font-size: 25px; padding-top: 80px; padding-bottom: 80px}
.obras-2 .item {
    margin-bottom: 100px; text-align: center;
}
.obras-2 .item p{font-size: 16px; text-align: center;}
.portada-inmobiliaria{height: 250px}
.portada-inmobiliaria h1{font-size: 25px}
.propiedades .c-logo img {
    width: 178px;
}
.propiedades .titulo{font-size: 25px; margin-bottom: 30px}
.propiedades .tipo button{width: 140px}
.propiedades .lista-categorias ul li a, .propiedades .lista-categorias ul li a:hover, .propiedades .lista-categorias ul li a:focus{font-size: 14px}
.propiedades .lista-categorias ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px
}
.propiedades .c-item-propiedad{padding-bottom: 30px}
.propiedades {
  padding-bottom: 50px;
}
.inversionistas-final .frase{font-size: 25px; width: 280px}
.inversionistas-final .frase br{display: none}
.inversionistas-final{margin-bottom: 0}
#s-noticias.seccion{padding-bottom: 50px}
.detalle-noticia .titulo-blog{font-size: 31px}
.seccion-detalle {
    padding-top: 80px;
}
.seccion-detalle .galeria img {
  margin-bottom: 13px
}
.seccion-detalle .galeria {
    margin-bottom: 24px;
}
.detalle-propiedad{text-align: center;}
.seccion-detalle .izquierda {
    padding-right: 15px;
}
.seccion-detalle .detalle-propiedad .titulo{font-size: 20px; text-align: center;}
.seccion-detalle .detalle-propiedad .descripcion{font-size: 16px; text-align: center;}
.seccion-detalle .detalle-propiedad .precio{font-size: 20px; text-align: center;}
.seccion-detalle .detalle-propiedad .subinfo{text-align: center;}
.seccion-detalle .detalle-propiedad .subinfo .titulo-subinfo{font-size: 16px;}
.seccion-detalle .detalle-propiedad .p-subinfo{font-size: 16px;}
.seccion-detalle .asesor {
    width: 100%;
}
.seccion-detalle .asesor .img{width: 160px}
.seccion-detalle .asesor .logo {
    width: 145px;
    margin-top: 25px;
    margin-bottom: 45px;
}
.seccion-detalle .asesor ul li{text-align: center; font-size: 15px}
.seccion-detalle .mapa iframe {
  height: 350px
}
.seccion-detalle .titulo-info-extra{font-size: 20px; text-align: center;}
.seccion-detalle .info-extra{font-size: 16px; text-align: center;}
.inicio-2.inversionistas .c-parrafo p{font-size: 16px}
.inicio-2.inversionistas .titulo {
    margin-bottom: 30px;
}
.detalle-noticia .p{text-align: center;}
.inicio-2 .item.tipo-2 .c-img {
    text-align: center;
}
.seccion-detalle .detalle-propiedad .p-subinfo ul{column-count: 2}
.seccion-detalle .detalle-propiedad .c-entrega{padding-top: 15px; text-align: center;}
.seccion-detalle .detalle-propiedad .c-entrega .titulo-subinfo, .seccion-detalle .detalle-propiedad .c-entrega .p-subinfo{text-align: center;}

}

@media (min-width:768px) and (max-width:991px)
{

}

@media (min-width:992px) and (max-width:1199px)
{
header ul li{margin-left: 8px; margin-right: 8px}
header .c-logo{width: 210px}
header .c-logo .logo{width: 160px}
.inicio-2 .item .c-img img{max-width: 100%}
.inicio-2 .item.tipo-1 .info {
    margin-left: 0;
    margin-right: -45px;
}
.inicio-2 .item.tipo-2 .info {
    padding-left: 50px;
}
.inicio-2 .item.tipo-2 .info p {
    margin-right: 0;
}
.propiedades .lista-categorias ul li {
    margin-left: 12px;
    margin-right: 12px;
}
.seccion-detalle .asesor {
    width: 260px;
}
.seccion-detalle .izquierda {
    padding-right: 30px;
}
.seccion-detalle .asesor ul li{font-size: 16px}
}

@media (max-width:991px){
  .ParallaxVideo{margin-top: 50px}
  .ParallaxVideo video{width: 100%}
}
@media (min-width:992px){

  .ParallaxVideo {
    height: 100vh;
  }
  .ParallaxVideo video {
      min-width: 100%;
      top: 0;
      z-index: -9999;
      object-fit: cover;
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
  }

}
@media (min-width:768px) and (max-height:800px){

}
@media (min-width:1200px) and (max-width:1299px)
{

}
@media (min-width:1300px) and (max-width:1450px)
{

}
@media (min-width:1200px) and (max-width:1499px)
{

}
@media (min-width:1500px) and (max-width:1679px)
{

}
@media (min-width:1680px) and (max-width:1920px)
{

}
@media (min-width:1200px) and (max-width:1449px){

}
@media (min-width:1200px) and (max-width:1249px){

}

@media (max-width:360px){
  .g-recaptcha {
    transform: scale(0.9); transform-origin: 0 0
  }
}
