/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*estilos generales*/
html, body{background: #fff; font-family: 'Montserrat', sans-serif;}
html{position:relative; min-height:100%}
body{margin-bottom:0px; position: relative;}
.height-100{height:100vh}
.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%;
  left: 50%;
  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;
}
.relativeZ1{position: relative; z-index: 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
}
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629; margin-bottom: 10px; font-size: 12px
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
.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);
  }
}

.loader{
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 11000; background: #fff;
}
.loader .logo{
  width: 300px;
}
#modalSuccess{z-index: 19999}

header{position: fixed; width: 100%; left: 0; top: 0; z-index: 3000}
header .logo{margin-top: 38px}
header .redes{
  text-align: right;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 28px;
  margin-top: 27px
}
header .redes a.a-correo, header .redes a.a-telefono{
  color: #fff; text-decoration: none;
}
header .redes a.a-correo:hover, header .redes a.a-telefono:hover, header .redes a.a-correo:focus, header .redes a.a-telefono:focus{
  color: #fff; text-decoration: none;
}
header .redes a.a-telefono{margin-right: 28px}
header .redes a.a-correo{margin-right: 28px}
header .redes a.a-correo img, header .redes a.a-telefono img{vertical-align: baseline; margin-right: 7px}
header .redes i{
  color: #fff;
}
header .redes .red.uno{margin-right: 10px}
header .c-ul{position: relative;}
header .c-ul ul.menu{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  text-align: right;
}
header .c-ul ul.menu li{
  list-style-type: none; display: inline-block; margin-left: 22.5px; margin-right: 22.5px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .c-ul ul.menu li a, header .c-ul ul.menu li a:hover, header .c-ul ul.menu li a:focus{
  color: #fff; text-decoration: none
}
header .c-ul ul.menu li a{position: relative; display: inline-block;}
header .c-ul ul.menu li a::before{
  content:'';
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -10px;
  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 .c-ul ul.menu li a:hover::before, header .c-ul ul.menu li a:focus::before, header .c-ul ul.menu li a.active::before{
  width: 100%;
}
header .c-ul ul.menu li:first-child{margin-left: 0}
header .c-ul ul.menu li:last-child{margin-right: 0}
@media only screen and (min-width:768px){.dropdown:hover .dropdown-menu{display:block}}
.dropdown-toggle::after{display: none}
header .dropdown-menu{position:absolute;top:100%;left:-12px !important;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;padding:0; padding-left: 0; padding-right: 0; margin:0px 0 0;list-style:none;font-size:16px;text-align:left;background-color:inherit;border:1px solid #ccc;border:none;border-radius:0;box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 0; border-top-left-radius:0 !important; border-top-right-radius:0 !important}
header .dropdown-menu>li>a:hover,header .dropdown-menu>li>a:focus, header .dropdown-menu>li>a.active{
  background: #215CF5;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0;
}
header .dropdown-menu>li>a{
  width: 160px;
  height: auto;
  display:block;padding:0;clear:both; background: #fff;
  color: #fff !important;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 9px;
  padding-left: 10px;
  padding-bottom: 9px;
  background: #0B2FA7;
  border-radius: 0;
  text-align: left !important;
  border-bottom: 1px solid #215CF5
}
header .dropdown-menu>li{margin-left: 0 !important; margin-right: 0 !important}
header .dropdown-menu>li:last-child a{border:none}
header .dropdown-menu>li>a.one{
  border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 9px
}
header .dropdown-menu>li>a::before{display: none}
header .arrow-menu{vertical-align: middle; position: relative; bottom: 1px}
header .derecha{padding-left: 0}
footer{
  position: relative; padding-top: 100px; padding-bottom: 33px
}
footer .titulos{
  color: #0B2FA7;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 18px
}
footer .c-1{padding-left: 80px}
footer ul{
  padding-left: 0; margin-bottom: 0
}
footer ul.uno{column-count: 2}
footer ul li{
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  list-style-type: none
}
footer ul li a, footer ul li a:hover{
  color: #333; text-decoration: none
}
footer ul li img{position: absolute; left: 0; top: 6px}
footer .red{
  color: #0B2FA7
}
footer .red.uno{margin-right: 10px}
footer .divisor{
  height: 1px; background: #215CF5; margin-top: 79px; margin-bottom: 30px
}
footer h3{
  color: #0B2FA7;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0
}
footer h3 a, footer h3 a:hover, footer h3 a:focus{
  color: #0B2FA7; text-decoration: none
}
footer h3 a.asiete{text-decoration: underline;}
footer .c-redes{margin-left: -17px}

.inicio-1 .ms-skin-default .ms-bullet {
    background: none;
    width: 9px;
    height: 9px;
    margin: 7.5px !important;
    background-position: inherit;
    opacity: 1;
    border-radius: 50%;
    position: relative;
    float: none;
    display: block;
    bottom: 0;
    border:1px solid #fff
}
.inicio-1 .ms-skin-default .ms-bullet-selected {
    background: #fff;
    background-position: inherit;
    border:none;
    width: 9px;
    height: 9px;
    opacity: 1;
    bottom: 0;
    border:1px solid #fff
}
.inicio-1 .ms-bullets.ms-dir-v{
  left: calc(5% - 7.5px) !important
}
.inicio-1 .controles{position: absolute; left: 5%; bottom: 0; z-index: 1}
.inicio-1 .info{
  width: 608px;
  max-width: 100%;
  border-radius: 10px 0px 0px 10px;
  background: rgba(0, 0, 0, 0.10);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(5px);
  padding-top: 48px;
  padding-bottom: 38px;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  z-index: 1
}
.inicio-1 .info h2{
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 75px;
  padding-right: 68px;
}
.inicio-1 .info h1{
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  margin: 0;
  padding-left: 75px;
  padding-right: 68px;
}
.inicio-2{
  position: relative; background: #0B2FA7; padding-top: 100px; overflow: hidden
}
.inicio-2 .container{padding-bottom: 93px}
.inicio-2 .titulo{
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px
}
.inicio-2 p{
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
  width: 630px;
  max-width: 100%
}
.inicio-2 p span{
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}
.inicio-2 button{
  width: 235px;
  height: 50px;
  border-radius: 50px;
  background: #215CF5;
  border:none;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.inicio-2 .img{
  position: absolute; right: 0; bottom: 0
}
.inicio-2 .shape{
  width: 100%; position: absolute; left: 0; top: 0
}
.inicio-3{
  background-image: url('../img/fondo-inicio-3.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 59px; padding-bottom: 28px; overflow: hidden;
}
.inicio-3 .titulo{
  color: #0B2FA7;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 23px
}
.inicio-3 .c-shape{
  text-align: right; padding-right: 30px
}
.inicio-3 .derecha-1{padding-left: 20px}
.inicio-3 ul{padding-left: 0; margin-bottom: 0;}
.inicio-3 ul li{
  list-style-type: none; display: inline-block;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 30px
}
.inicio-3 ul li span{display: inline-block; vertical-align: middle;}
.inicio-3 ul li img{margin-right: 15px}
.inicio-4{
  padding-top: 100px; padding-bottom: 100px; overflow: hidden
}
.inicio-4 .titulo{
  color: #0B2FA7;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px
}
.inicio-4 p{
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin-bottom: 37px
}
.inicio-4 p span{
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}
.inicio-4 .last{
  border-radius: 10px;
}
.inicio-4 .uno{
  height: 290px; background-image: url('../img/invertir-1.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; margin-bottom: 25px; border-radius: 10px;
}
.inicio-4 .dos{
  height: 290px; background-image: url('../img/invertir-2.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; border-radius: 10px;
}
.inicio-4 .tres{
  height: 605px; background-image: url('../img/invertir-3.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; border-radius: 10px; margin-left: -5px
}
.inicio-4 .cuatro{
  height: 290px; background-image: url('../img/invertir-4.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; border-radius: 10px;
}
.inicio-4 .c-info{margin-left: 35px; width: 525px; max-width: 100%}
.banner-se-parte{
  background: #fff; position: relative; padding-top: 377px; overflow: hidden
}
.banner-se-parte .container-banner{position: absolute; width: 100%; left: 0; top: 0; right: 0; margin: auto;}
.banner-se-parte .c-banner{
  border-radius: 10px;
  background: #0B2FA7;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  height: 270px;
  padding-top: 70px;
  position: relative;
}
.banner-se-parte .c-banner .shape{position: absolute; left: 0; top: 0}
.banner-se-parte .c-banner .titulo{
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: 46px
}
.banner-se-parte .c-banner ul{margin-bottom: 0; padding-left: 0; display: inline-block;}
.banner-se-parte .c-banner ul li:first-child{margin-left: 0}
.banner-se-parte .c-banner ul li:last-child{margin-right: 0}
.banner-se-parte .c-banner ul li{
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 50px;
  margin-right: 50px;
  list-style-position: none;
  display: inline-block;
  vertical-align: top
}
.banner-se-parte .c-banner ul li span{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  display: inline-block;
  margin-top: 4px
}
.banner-se-parte .c-banner ul li img{margin-bottom: 15px}
.banner-se-parte .sobrepuesto{
  height: 135px; width: 100%; background: #fff; position: absolute; left: 0; top: 0
}
.banner-se-parte .sobrepuesto-2{
  height: calc(100% - 436px); width: 100%; background-image: url('../img/fondo-banner-se-parte.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; position: absolute; left: 0; top: 135px
}
.banner-se-parte .titulo-condominio{
  color: #0B2FA7;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px
}
.banner-se-parte p{
  color: #333;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin-bottom: 50px;
  width: 813px;
  max-width: 100%;
  display: inline-block;
}
.amenidades{
  padding-top: 100px; padding-bottom: 70px; overflow: hidden
}
.amenidades .titulo{
  color: #0B2FA7;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px
}
.amenidades p{
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px
}
.amenidades button{
  width: 185px;
  height: 50px;
  border-radius: 50px;
  background: #215CF5;
  border:none;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.amenidades button.dos{
  background: #C6A609; width: 235px; margin-left: 20px
}
.amenidades .c-img{margin-right: -45px}
.amenidades .c-info{width: 605px; max-width: 100%; margin-left: 65px}
.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%; border-radius: 10px}
.amenidades .item .info .flotante{
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: 499px;
  position: absolute;
  left: 80px;
  top: 53px;
  opacity: 0
}
.amenidades .slick-current .item .info .flotante{opacity: 1}
.amenidades .controles{
  position: absolute; left: 30%; bottom: 0; z-index: 1
}
.amenidades .contiene-slick{margin-top: 60px}
.amenidades .slick-dots{position: absolute; width: auto; bottom: inherit; left: inherit; right: 55px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);}
.amenidades .slick-dots li{
  display: block;
}
.amenidades .slick-dots li button:before{
  width: 9px; height: 9px; background: none; border:1px solid #fff; opacity: 1; font-family: inherit; border-radius: 50%; color:inherit;
}
.amenidades .slick-dots li.slick-active button:before{
  opacity: 1; background: #fff
}
.amenidades .slick-dots li.slick-active button:before{color:inherit;}
.ubicacion{
  background: #F1F1F3; overflow: hidden
}
.ubicacion .info{
  width: 315px
}
.ubicacion table tr td:nth-child(2){
  padding-left: 45px
}
.ubicacion .info .titulo{
  color: #0B2FA7;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px
}
.ubicacion .info p{
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0
}
.ubicacion .info p span{
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}
.ubicacion .listado{
  width:375px; padding-left: 45px; padding-right: 15px; padding-top: 52px; padding-bottom: 51px; background: #fff; border-radius: 10px;
}
.ubicacion .listado ul{padding-left: 0; margin-bottom: 0}
.ubicacion .listado ul li{
  list-style-type: decimal;
  color: #0B2FA7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.ubicacion .listado ul li span{
  color: #C6A609;
}
.ubicacion .listado button{
  width: auto;
  height: 50px;
  border-radius: 50px;
  background: #215CF5;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-right: 30px
}
.ubicacion .izquierda{z-index: 1; position: relative;}
.c-banner-antes-noticias{position: relative; background: #F1F1F3;}
.c-banner-antes-noticias .sobrepuesto{
  background: #0B2FA7; height: 50%; width: 100%; position: absolute; left: 0; bottom: 0
}
.c-banner-antes-noticias .banner{
  background-image: url('../img/banner-antes-noticias.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; position: relative; height: 270px; border-radius: 10px; box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25); overflow:hidden
}
.c-banner-antes-noticias .banner .titulo{
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  position: absolute;
  left: 105px;
  top: 83px
}
.noticias{
  position: relative; background: #0B2FA7; padding-top: 100px; padding-bottom: 50px
}
.noticias .titulo{
  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px
}
.noticias .img img{
  border-radius: 10px;
}
.noticias .c-info{position: relative; padding-right: 20px; bottom: 85px}
.noticias .c-info .fecha{
  border-radius: 0px 10px 0px 0px;
  background: #0B2FA7;
  width: auto;
  height: 35px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 8px;
  color: #FFF;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}
.noticias .c-info .info{
  border-radius: 0px 10px 10px 10px;
  background: #FFF;
  padding: 30px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0px 10px 40px 0px rgba(0, 118, 154, 0.10);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 118, 154, 0.10);
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 118, 154, 0.10);
}
.noticias .c-info .info .titulo-nota{
  color: #215CF5;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px
}
.noticias .c-info .info .p{
  color: #666;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 26px
}
.noticias .c-info .info .enlace{
  color: #215CF5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.noticias .ver-mas button{
  width: 142px;
  height: 50px;
  border-radius: 50px;
  background: #215CF5;
  border:none;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  bottom: 50px
}
.noticias .row-notas{padding-left: 5px; padding-right: 5px}
.noticias .row-notas-2{padding-left: 5px; padding-right: 5px}
.noticias .shape{width: 100%; position: absolute; left: 0; top: -135px}
.pdl10{padding-left: 10px}
.pdr10{padding-right: 10px}
.contacto-1{background: #F1F1F3; padding-top: 100px; padding-bottom: 100px; position: relative;}
.contacto-1 .titulo{
  color: #0B2FA7;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
.contacto-1 ul{padding-left: 0; margin-bottom: 50px; text-align: center;}
.contacto-1 ul li:first-child{margin-left: 0}
.contacto-1 ul li:last-child{margin-right: 0}
.contacto-1 ul li{
  list-style-type: none; display: inline-block; margin-left: 40px; margin-right: 40px;
  color: #0B2FA7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contacto-1 ul li a, .contacto-1 ul li a:hover, .contacto-1 ul li a:focus{
  color: #0B2FA7; text-decoration: none
}
.contacto-1 ul li span{
  vertical-align: middle; display: inline-block; margin-left: 17px; text-align: left;
}
.contacto-1 p{
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px
}
.contacto-1 input[type=text],.contacto-1 input[type=email], .contacto-1 select{
  border-radius: 10px;
  border: 1px solid #215CF5;
  background: none;
  color: #215CF5;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  height: 45px;
  width: 100%;
  margin-bottom: 20px
}
.contacto-1 textarea{
  border-radius: 10px;
  border: 1px solid #215CF5;
  background: none;
  color: #215CF5;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  height: 130px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
}
.contacto-1 table{width: 100%}
.contacto-1 table h3{
  color: #215CF5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-left: 0
}
.contacto-1 table h3 a, .contacto-1 table h3 a:hover, .contacto-1 table h3 a:focus{
  color: #215CF5; text-decoration: none;
}
.contacto-1 table h3 input{vertical-align: sub;}
.contacto-1 table button{
  width: 145px;
  height: 50px;
  border-radius: 50px;
  background: #215CF5;
  border:none;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contacto-1 table .g-recaptcha{
  display: inline-block;
  transform: scale(0.7);
  transform-origin: 0 0;
  position: relative;
  top: 10px
}
.contacto-1 table tr td:nth-child(1){
  width: 200px
}
.contacto-1 table tr td:nth-child(3){
  text-align: right;
}
.contacto-1 *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #215CF5 !important;
	opacity:1;
}
.contacto-1 *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #215CF5 !important;
	opacity:1;
}
.contacto-1 *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #215CF5 !important;
	opacity:1;
}
.contacto-1 *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #215CF5 !important;
	opacity:1;
}
.c-contacto{position: relative;}
.contacto-1 .shape{
  position: absolute; width: 100%; left: 0; bottom: 0
}
.c-condominio-maestro{position: relative; overflow: hidden}
.c-condominio-maestro img{
  border-radius: 10px;
}
.c-condominio-maestro .titulo-flotante{
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  left: 85px;
  top: 60px
}
.fondo-scroll{background: #0B2FA7; height: 135px; width: 100%; opacity: 0; position: fixed; left: 0; top: 0; pointer-events: none; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; z-index: 10; overflow: hidden}
.fondo-scroll .shape{width: 100%; position: absolute; left: 0; top: 0}
.fondo-scroll.dos{opacity: 1}
.portadas{
  position: relative; background: #0B2FA7; height: 235px; padding-top: 150px; overflow: hidden;
}
.portadas h2{
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5px;
  margin: 0
}
.portadas .navegacion{
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 25px
}
.portadas .shape{width: 100%; position: absolute; left: 0; top: 0}
.casas-1{
  padding-top: 100px; padding-bottom: 100px; overflow: hidden
}
.casas-1 h1{
  color: #0B2FA7;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0
}
.casas-1 p{
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0
}
.casas-1 .c-img img{border-radius: 10px}
.contiene-modelos{
  margin-top: 125px; border-radius: 10px; border: 1px solid #215CF5; padding: 30px; padding-top: 71px; position: relative;
}
.contiene-modelos .menu-modelos{position: absolute; left: 0; right: 0; top: -25px; margin: auto;}
.contiene-modelos .menu-modelos ul{padding-left: 0; text-align: center; margin-bottom: 0}
.contiene-modelos .menu-modelos ul li{list-style-type: none; display: inline-block; margin-left: 8px; margin-right: 8px; vertical-align: top}
.contiene-modelos .menu-modelos ul li button{
  width: 209px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #215CF5;
  background: #FFF;
  color: #215CF5;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contiene-modelos .menu-modelos ul li button.active{
  background: #215CF5; color:#fff
}
.contiene-modelos .menu-modelos ul li button span{
  color: #215CF5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
}
.contiene-modelos .menu-modelos ul li button.active span{color:#fff}
.contiene-modelos .menu-modelos button:focus{outline: inherit;}
.fancybox__container{z-index: 15000 !important}
.contiene-modelos .modelo .img-modelo{
  position: relative;
}
.contiene-modelos .modelo .img-modelo .img{border-radius: 10px}
.contiene-modelos .modelo .img-modelo .lupa{
  position: absolute; right: 0; bottom: 0; cursor: pointer;
}
.contiene-modelos .modelo .titulo-area{
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.contiene-modelos .modelo .titulo-area b{
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contiene-modelos .modelo .c-line{
  margin-top: 19px; margin-bottom: 30px
}
.contiene-modelos .modelo table{width: 100%}
.contiene-modelos .modelo table tr td:nth-child(1){
  padding-right: 15px
}
.contiene-modelos .modelo table tr td:nth-child(2){
  width: 203px
}
.contiene-modelos .modelo table tr td:nth-child(3){
  text-align: right;
}
.contiene-modelos .modelo ul{
  padding-left: 0; margin-bottom: 0
}
.contiene-modelos .modelo ul li{
  list-style-type: none;
  position: relative;
  padding-left: 19px;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.contiene-modelos .modelo ul li img{
  position: absolute; left: 0; top: 4px
}
.contiene-modelos .modelo .recuadro{
  border-radius: 10px;
  border: 1px solid #215CF5;
  background: #F1F1F3;
  width: 226px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  display: inline-block;
}
.contiene-modelos .modelo .botones{
  margin-top: 50px
}
.contiene-modelos .modelo .botones button{
  border-radius: 50px;
  background: #215CF5;
  width: 185px;
  height: 50px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border:none
}
.contiene-modelos .modelo .botones button.amarillo{
  background: #C6A609; margin-right: 22px
}
.contiene-modelos .c-info{padding-left: 45px}
.servicio-administrativo{
  background-image: url('../img/fondo-banner-se-parte.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding-top: 100px;
  padding-bottom: 237px;
  position: relative;
}
.servicio-administrativo .img-1{
  background-image: url('../img/s-administrativo-1.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 290px;
  border-radius: 10px;
  margin-bottom: 25px
}
.servicio-administrativo .img-2{
  background-image: url('../img/s-administrativo-2.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 290px;
  border-radius: 10px;
}
.servicio-administrativo .img-3{
  background-image: url('../img/s-administrativo-3.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 605px;
  border-radius: 10px;
}
.servicio-administrativo .titulo{
  color: #0B2FA7;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 29px
}
.servicio-administrativo p{
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin-bottom: 70px
}
.servicio-administrativo p b{
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.44px;
}
.servicio-administrativo p span{
  color: #0B2FA7;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.servicio-administrativo .subtitulo{
  color: #215CF5;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 24px
}
.servicio-administrativo ul{
  margin-bottom: 0
}
.servicio-administrativo ul li{
  list-style-type: none;
  position: relative;
  padding-left: 19px;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.servicio-administrativo ul li img{
  position: absolute; left: 0; top: 4px
}
.servicio-administrativo .derecha{padding-left: 45px}
.servicio-administrativo .c-banner{
  position: absolute; left: 0; right: 0; bottom: -135px; margin: auto;
}
.servicio-administrativo .c-banner .banner{
  width: 100%; height: 270px;
  background-image: url('../img/banner-final-casas.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
}
.servicio-administrativo .c-banner .banner .frase{
  color: #0B2FA7;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  position: absolute;
  left: 105px;
  top: 83px
}
body.body-casas footer{
  padding-top: 233px
}
.terrenos-1{
  padding-top: 100px; overflow: hidden
}
.terrenos-1 h1{
  color: #0B2FA7;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px
}
.terrenos-1 .item .c-img{
  height: 200px; position: relative; background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 34px
}
.terrenos-1 .item .c-img img{
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); width: 95%; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1);
}
.terrenos-1 .item .c-img.last{margin-bottom: 20px}
.terrenos-1 .item h2{
  color: #0B2FA7;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 0;
  min-height: 54px;
  vertical-align: middle;
}
.terrenos-1 .item .marcador{
  text-align: center; opacity: 0
}
.terrenos-1 .item.active .marcador{opacity: 1}
.terrenos-1 .item.active .marcador img{position: relative; top: 6px}
.terrenos-1 .item.active .c-img img{
  filter: none
}
.terreno{
  background: #F1F1F3; padding-top: 100px; padding-bottom: 95px; position: relative;
}
.terreno ul{padding-left: 0; margin-bottom: 0; text-align: center;}
.terreno ul li{
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
  list-style-type: none
}
.terreno .info{
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.terreno .info b{
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.terreno .info span{
  color: #0B2FA7;
  font-weight: 700;
}
.terreno .c-master-plan{
  margin-top: 50px; background-image: url('../img/balche-masterplan.png'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.terreno .informacion{
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.terreno .titulo{
  color: #0B2FA7;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 54px
}
.terreno .shape{position: absolute; left: 0; bottom: 0; width: 100%}
#modalCotizador{z-index: 15000}
#modalCotizador .modal-dialog{min-width: 1026px}
#modalCotizador .modal-dialog .contenido{
  border-radius: 10px;
  border: 20px solid #FFF;
  background: #F5F5F5;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.50);
  position: relative;
  padding-top: 80px;
  padding-bottom: 95px;
  padding-left: 65px;
  padding-right: 125px
}
#modalCotizador .modal-dialog .contenido .titulo{
  color: #0B2FA7;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 48px
}
#modalCotizador .modal-dialog .contenido .cerrar-modal{position: absolute; right: -20px; top: -20px; cursor: pointer;}
#modalCotizador .modal-dialog .contenido .info{
  border-radius: 10px; background: #FFF; padding-top: 66px; padding-bottom: 66px
}
#modalCotizador .modal-dialog .contenido .info p{
  padding-left: 60px; margin-bottom: 30px;
  color: #215CF5;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  position: relative;
}
#modalCotizador .modal-dialog .contenido .info p img{position: absolute; left: 0; top: 5px}
#modalCotizador .modal-dialog .contenido .info p span{
  color: #0B2FA7;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#modalCotizador .modal-dialog .contenido .info p b{font-weight: 700}
#modalCotizador .modal-dialog .contenido .info .notas{
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  padding-left: 60px
}
#modalCotizador.cotiza .modal-dialog .contenido input[type=text],#modalCotizador.cotiza .modal-dialog .contenido input[type=email]{
  width: 315px;
  height: 45px;
  max-width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #215CF5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: none;
  border-radius: 10px;
  border: 1px solid #215CF5;
}
#modalCotizador.cotiza .modal-dialog .contenido h3{
  color: #215CF5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 20px
}
#modalCotizador.cotiza .modal-dialog .contenido h3 a, #modalCotizador.cotiza .modal-dialog .contenido h3 a:hover, #modalCotizador.cotiza .modal-dialog .contenido h3 a:focus{
  color: #215CF5; text-decoration: none
}
#modalCotizador.cotiza .modal-dialog .contenido button{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 145px;
  height: 40px;
  border-radius: 50px;
  background: #215CF5;
  border:none
}
#modalCotizador .modal-dialog .contenido .bg{padding-right: 40px;}
#modalCotizador .modal-dialog .contenido .bg2{padding-left: 40px;}
#modalCotizador .modal-dialog .contenido *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #215CF5 !important;
	opacity:1;
}
#modalCotizador .modal-dialog .contenido *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #215CF5 !important;
	opacity:1;
}
#modalCotizador .modal-dialog .contenido *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #215CF5 !important;
	opacity:1;
}
#modalCotizador .modal-dialog .contenido *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #215CF5 !important;
	opacity:1;
}
#modalCotizador .modal-content{background: none; border:none; border-radius: 0; box-shadow: none}
.modal-backdrop.show{z-index: 9000 !important}
#modalCotizador.casas-brochure .contacto-1{padding-top: 0; padding-bottom: 0; background: none}
#modalCotizador.casas-brochure .modal-dialog .contenido{padding-right: 65px}
.casas-1.deptos{padding-top: 25px}
.casas-1.deptos p{
  width: 435px; max-width: 100%
}
.deptos-1{padding-top: 77px;}
.deptos-1 .imagen{
  background-image: url('../img/deptos-1.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  position: relative;
  border-radius: 10px;
  height: 468px
}
.deptos-1 .imagen h1{
  color: #0B2FA7;
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.52px;
  text-transform: uppercase;
  width: 524px;
  max-width: 100%;
  position: absolute;
  right: 40px;
  bottom: 70px
}
.servicio-administrativo.deptos .c-banner .banner{
  background-image: url('../img/banner-final-deptos.jpg');
}
.servicio-administrativo.deptos .deptos-final{border-radius: 10px}
.servicio-administrativo.deptos p{margin-bottom: 0; width: 420px; max-width: 100%}
.servicio-administrativo.deptos .c-banner .banner .frase{
  top: 65px; left: 80px
}
.servicio-administrativo.deptos .boton-servicios{text-align: center;}
.servicio-administrativo.deptos .boton-servicios button{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  background: #215CF5;
  width: 279px;
  height: 50px;
  border:none;
  margin-top: 50px
}
.contacto-1.contact{background: #fff}
.casas-1.amenidad{padding-bottom: 0}
.casas-1.amenidad p{
  width: 525px; max-width: 100%
}
.casas-1.amenidad p span{
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.casas-1.amenidad .titulo-family{
  color: #0B2FA7;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 140px;
  margin-bottom: 30px
}
.casas-1.amenidad.sev{padding-bottom: 87px}
.amenidades.seccion{
  padding-top: 0; padding-bottom: 0
}
.amenidades.seccion .contiene-slick{
  margin-top: 0; z-index: 1
}
.listado-amenidades{
  padding-top: 106px; padding-bottom: 100px; position: relative;
}
.listado-amenidades .titulo{
  color: #0B2FA7;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px
}
.listado-amenidades ul{padding-left: 0; margin-bottom: 0}
.listado-amenidades ul li{list-style-type: none; margin-bottom: 20px}
.listado-amenidades ul li .circle{
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #0B2FA7;
  border-radius: 50%;
  position: relative;
  margin-right: 25px;
  vertical-align: middle;
}
.listado-amenidades ul li .texto{
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.listado-amenidades .c-boton{text-align: center; margin-top: 30px}
.listado-amenidades .c-boton button{
  width: 235px;
  height: 51.054px;
  border-radius: 50px;
  background: #215CF5;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border:none
}
.listado-amenidades .fondo-float{
  background-image: url('../img/fondo-banner-se-parte.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; height: calc(100% + 307px); width: 100%; position: absolute; left: 0; bottom: 0
}
.alcance{
  padding-top: 100px; padding-bottom: 100px; background: #F1F1F3; position: relative;
}
.alcance .segundo-row{margin-top: 30px}
.alcance .titulo{
  color: #0B2FA7;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px
}
.alcance .item{position: relative;}
.alcance .item img{
  border-radius: 10px
}
.alcance .item .texto{
  border-radius: 0px 10px;
  background: #0B2FA7;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0
}
.alcance .shape{
  position: absolute; width: 100%; top: 0; bottom: 0
}
.nuestros-servicios{
  padding-top: 100px; padding-bottom: 104px; position: relative; background-image: url('../img/fondo-banner-se-parte.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.nuestros-servicios .titulo-seccion{
  color: #0B2FA7;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px
}
.nuestros-servicios .item{
  background: #fff; border-radius: 10px; min-height: 100%; margin-left: -5px; margin-right: -5px
}
.nuestros-servicios .item .img{
  border-radius: 10px 10px 0px 0px;
}
.nuestros-servicios .item .info{
  padding-top: 42px; padding-bottom: 28px; padding-left: 29px; position: relative; border-top:5px solid #215CF5;
}
.nuestros-servicios .item .info .titulo{
  color: #215CF5;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
  height: 48px;
  text-transform: uppercase;
}
.nuestros-servicios .item .info p{
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  width: 312px;
  max-width: 100%
}
.nuestros-servicios .item .info .icon{
  width: 90px;
  height: 90px;
  border-radius: 0px 0px 0px 10px;
  background: #C6A609;
  position: absolute;
  right: 0;
  top: -5px
}
.nuestros-servicios .row-dos{
  margin-top: 50px
}
.noticias.seccion{
  padding-top: 80px; padding-bottom: 50px; position: relative; background: #F1F1F3; overflow: hidden
}
.noticias.seccion .shape{position: absolute; left: 0; bottom: 0; width: 100%; top: inherit;}
.noticias.seccion .row-n{
  margin-bottom: 56px
}
.noticias.seccion .row-n .frase{
  color: #333;
  text-align: right;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-right: 93px;
  margin-left: -35px;
}
.noticias.seccion .row-n .p-frase{
  color: #333;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: -15px
}
.noticias.seccion .sobrepuesto{background: #fff; position: absolute; width: 100%; height: 50%; left: 0; top: 0}
.noticias.seccion .paginador{text-align: left;}
.noticias.seccion .paginador ul{padding-left: 0; margin-bottom: 0}
.noticias.seccion .paginador li{
  list-style-type: none; display: inline-block; margin-right: 8px
}
.noticias.seccion .paginador li a{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #215CF5;
  color: #215CF5;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 15px
}
.noticias.seccion .ver-mas button{bottom: inherit;}
.noticias.seccion .ver-mas{position: relative; bottom: 50px}
.c-condominio-maestro-plano{
  background-image: url('../img/condominio_maestro_es.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.c-condominio-maestro-plano.en{
  background-image: url('../img/condominiobuilding.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.c-condominio-maestro-plano #Balche:hover,.c-condominio-maestro-plano #Litore:hover,.c-condominio-maestro-plano #Maculis:hover,.c-condominio-maestro-plano #Tabche:hover{
  fill: rgba(0,0,0,0.20);
}
.banner-se-parte.enterrenos .sobrepuesto{display: none}
.banner-se-parte.enterrenos .sobrepuesto-2{top:0}
.banner-se-parte.enterrenos{padding-top: 100px}
.detalle-noticia{
  background: #F1F1F3; padding-top: 100px; padding-bottom: 50px; overflow: hidden
}
.detalle-noticia h1{
  color: #0B2FA7;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 62px
}
.detalle-noticia .c-img{
  position: relative;
}
.detalle-noticia .c-img img{border-radius: 10px}
.detalle-noticia .c-img span{
  border-radius: 0px 10px 0px 0px;
  background: #0B2FA7;
  padding-left: 13px;
  padding-right: 13px;
  color: #FFF;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 7px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 1
}
.detalle-noticia .c-info-float{padding-right: 25px; position: relative; bottom: 50px}
.detalle-noticia .info-float{
  padding-top: 50px; padding-bottom: 50px; padding-left: 35px; padding-right: 35px; background: #fff;
  border-radius: 0px 10px 10px 10px;
  background: #FFF;
  box-shadow: 0px 10px 40px 0px rgba(0, 118, 154, 0.10);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 118, 154, 0.10);
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 118, 154, 0.10);
}
.detalle-noticia .info-float p{
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.detalle-noticia .titulo-otras-notas{
  color: #0B2FA7;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 62px
}
.detalle-noticia .derecha{padding-left: 65px}
.detalle-noticia table.not{width: 100%}
.detalle-noticia table.not tr{vertical-align: top;}
.detalle-noticia table.not tr td:nth-child(1){
  width: 185px; position: relative;
}
.detalle-noticia table.not tr td:nth-child(1) img{
  border-radius: 10px;
}
.detalle-noticia table.not tr td:nth-child(1) span{
  border-radius: 0px 10px 0px 0px;
  background: #0B2FA7;
  padding-left: 13px;
  padding-right: 13px;
  color: #FFF;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 7px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.detalle-noticia table.not tr td:nth-child(2){
  padding-left: 25px; position: relative;
}
.detalle-noticia table.not tr td:nth-child(2) .titulo-otra-nota{
  color: #0B2FA7;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 41px
}
.detalle-noticia table.not tr td:nth-child(2) .enlace{
  color: #215CF5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  left: 25px;
  bottom: 0
}
.detalle-noticia table.not tr td:nth-child(2) .enlace:hover,.detalle-noticia table.not tr td:nth-child(2) .enlace:focus{
  color: #215CF5; text-decoration: none;
}
.detalle-noticia .divisor{
  background: #D9D9D9; height: 1px; margin-top: 30px; margin-bottom: 30px
}
.detalle-noticia table.controles{width: 100%; border: 1px solid #D9D9D9; border-radius: 10px}
.detalle-noticia table.controles tr td:nth-child(2){
  width: 163px; height: 70px; border-left: 1px solid #D9D9D9; border-right: 1px solid #D9D9D9; text-align: center;
}
.detalle-noticia table.controles tr td a{
  color: #215CF5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.detalle-noticia table.controles tr td a:hover,.detalle-noticia table.controles tr td a:focus{
  color: #215CF5; text-decoration: none
}
.detalle-noticia table.controles tr td:nth-child(1){
  padding-left: 25px; border-top-left-radius: 10px; border-bottom-left-radius: 10px
}
.detalle-noticia table.controles tr td:nth-child(3){
  padding-right: 25px; text-align: right; border-top-right-radius: 10px; border-bottom-right-radius: 10px
}
.detalle-noticia .sobrepuesto{
  background: #fff; width: 100%; height: 581px; position: absolute; left: 0; top: 0
}
.detalle-noticia .shape{
  width: 100%; position: absolute; left: 0; bottom: 520px
}
header .c-idiomas{
  text-align: left; border-radius: 5px; background: rgba(11, 47, 167, 0.30); width: 60px; height: 19px; display: inline-block; position: relative; margin-left: 28px; vertical-align: sub;
}
header .c-idiomas a{
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  text-decoration: none;
  height: 19px;
  padding-top: 3px;
  position: absolute;
  left: 0;
  width: 50%;
  top: 0
}
header .c-idiomas a:hover, header .c-idiomas a:focus{
  color: #FFF; text-decoration: none
}
header .c-idiomas a.dos{
  left: 50%;
}
header .c-idiomas a.active{
  font-weight: 700; border-radius: 5px; background: #215CF5;
}
.titulo-attractions{
  color: #0B2FA7;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inicio-4.seccion-ubicacion{
  padding-top: 79px
}
.inicio-4.seccion-ubicacion .c-info{width: 513px}
.inicio-4.seccion-ubicacion .cuatro{height: 215px}
.inicio-4.seccion-ubicacion p{
  margin-bottom: 25px
}
.inicio-4.seccion-ubicacion .titulo{margin-bottom: 12px}
.inicio-4.seccion-ubicacion .iframe-video{
  border-radius: 10px; margin-top: 100px
}
.amenidades.seccion-ubicacion{
  padding-top: 100px; background-image: url('../img/fondo-banner-se-parte.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-bottom: 0; overflow: visible;
}
.amenidades.seccion-ubicacion .titulo-u{
  color: #0B2FA7;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px
}
.amenidades.seccion-ubicacion .contiene-slick{margin-top: 30px; padding-left: 66px}
.amenidades.seccion-ubicacion .item{
  width: 525px
}
.amenidades.seccion-ubicacion .item .c-image{position: relative;}
.amenidades.seccion-ubicacion .item .c-image img{border-top-left-radius: 10px; border-bottom-right-radius: 10px}
.amenidades.seccion-ubicacion .item .c-image span{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-radius: 0px 10px 0px 0px;
  background: #0B2FA7;
  height: 40px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0
}
.amenidades.seccion-ubicacion .controles {
    position: absolute;
    left: 78.5px;
    top: 112px;
    bottom: inherit;
    z-index: 1;
}
.amenidades.seccion-ubicacion .controles img{margin-top: 1px; margin-bottom: 1px}
.amenidades.seccion-ubicacion .parrafo{
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  min-height: 140px
}
.amenidades.seccion-ubicacion .c-banner-antes-noticias{background: none; padding-top: 100px}
.amenidades.seccion-ubicacion .c-banner-antes-noticias .sobrepuesto{background: #fff; height: calc(50% - 50px);}
.amenidades.seccion-ubicacion .c-banner-antes-noticias .banner{background-image: url('../img/subicacion/final.jpg');}

/* medias SM para abajo*/
@media (max-width:767px)
{
  header{display: none}
  .menu-mobile.dos{background: #0B2FA7;}
  .c-idiomas{
    text-align: left; border-radius: 5px; background: rgba(11, 47, 167, 0.30); width: 60px; height: 19px; display: inline-block; position: relative; margin-top: 16px
  }
  .c-idiomas a{
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    text-decoration: none;
    height: 19px;
    padding-top: 3px;
    position: absolute;
    left: 0;
    width: 50%;
    top: 0
  }
  .c-idiomas a:hover, .c-idiomas a:focus{
    color: #FFF; text-decoration: none
  }
  .c-idiomas a.dos{
    left: 50%;
  }
  .c-idiomas a.active{
    font-weight: 700; border-radius: 5px; background: #215CF5;
  }
  #modalMenu .logo{width: 80px; margin-top: 5px}
  #modalMenu .cierra-menu{
    margin-top: 20px;
    margin-right: 15px;
  }
  #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:#0B2FA7; 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;
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center;}
  #modalMenu ul li{list-style-type: none; margin-bottom: 10px}
  #modalMenu ul li:last-child a{border:none}
  #modalMenu ul li a{
    width: 152px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 13px;
    border-bottom: 1px solid #fff;
    position: relative;
    text-align: left;
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus,#modalMenu ul li a.active{
    font-weight: 700; text-decoration: none
  }
  #modalMenu ul li a::after{content:''; width: 61px; height: 3px; display: block; background: #fff; position: absolute; left:0; bottom: 0; opacity: 0}
  #modalMenu ul li a.active::after{opacity: 1}
  #modalMenu ul li a .arrow-menu{position: absolute; right: 0; top:5px}
  #modalMenu .submenu{padding-left: 30px; padding-top: 9px; border-bottom: 1px solid #fff}
  #modalMenu .submenu li a{width: 122px}
  #modalMenu .submenu li:last-child{margin-bottom: 0}
  #modalMenu .datos-contacto{margin-top: 30px; width: 100%}
  #modalMenu .datos-contacto a{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
  }
  #modalMenu .datos-contacto a img{position: relative; bottom: 2px; margin-right: 3px}
  #modalMenu .datos-contacto a:hover,#modalMenu .datos-contacto a:focus{
    color: #FFF; text-decoration: none;
  }
  #modalMenu .redes{
    margin-top: 22px;
    margin-bottom: 16px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
  #modalMenu .red{
    font-size: 16px; color: #fff; margin-left: 3px; margin-right: 3px; vertical-align: middle;
  }
  #modalMenu .red.dos{font-size: 17px}
  #modalMenu .red.uno{margin-left: 6px}
  #modalMenu .logo-modal{
    width: 100px; position: absolute; left: 0; right: 0; top: 16px; margin: auto; z-index: 1
  }
  #modalMenu .patron-modal{width: 100%; position: absolute; left: 0; top: 0}
  .acciones {
    right: 20px;
  }
  .float {
    width: 50px;
    height: 50px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 33px;
    margin-top: 8px;
  }
  .fondo-scroll{height: 52px}
  .menu-mobile{
    position: fixed; width: 100%; left: 0; top: 0; z-index: 9999; background: none; height: 52px;
  }
  .menu-mobile .abre-menu{
     margin-top: 20px;
  }
  .menu-mobile.dos{
    background: none;
  }
  .menu-mobile.dos .abre-menu{}
  .acciones {
    right: 20px;
  }
  .float {
    width: 50px;
    height: 50px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 33px;
    margin-top: 8px;
  }
  footer{
    padding-top: 82px; padding-bottom: 30px; text-align: center;
  }
  footer .logo{
    margin-bottom: 54px
  }
  footer .titulos{
    font-size: 12px; line-height: 24px; margin-bottom: 8px; text-align: left;
  }
  footer ul{text-align: left;}
  footer ul.uno{column-count: 1}
  footer .c-1 {
    padding-left: 15px;
  }
  footer .c-redes {
    margin-left: 0; text-align: left; margin-top: 25px
  }
  footer ul li{
    font-size: 12px; line-height: 24px
  }
  footer .movil-c3, footer .movil-c4{display: none}
  footer .titulo-contacto-movil{margin-top: 25px}
  footer .divisor{margin-top: 53px}
  footer h3 span{
    display: block;
    font-size: 0;
    opacity: 0;
    height: 1px;
    line-height: 0;
  }
  footer h3{
    font-size: 12px; line-height: 16px
  }
  .inicio-1.movil .logo{
    width: 184px; position: absolute; left: 0; right: 0; top: 77px; margin: auto; z-index: 1
  }
  .inicio-1 .info{
    width: 237px; padding-left: 19px; padding-right: 17px; padding-top: 25px; padding-bottom: 25px; transform: none; -webkit-transform: none; -moz-transform: none; left: inherit; right: 0; bottom: 56px; top: inherit;
  }
  .inicio-1 .info h2{
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    padding: 0
  }
  .inicio-1 .info h1{
    font-size: 16px; line-height: 20px; padding: 0
  }
  .inicio-1 .controles{
    left: 17px;
  }
  .inicio-1 .controles img{width: 33px}
  .inicio-1 .subinfo{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    margin: auto;
    z-index: 1;
    text-align: center;
  }
  .inicio-2{padding-top: 80px; text-align: center;}
  .inicio-2 .titulo{
    font-size: 24px; text-align: center; margin-bottom: 30px
  }
  .inicio-2 p{
    font-size: 12px; line-height: 17px; text-align: center; margin-bottom: 30px
  }
  .inicio-2 p span{font-size: 16px; line-height: 20px;}
  .inicio-2 button{
    font-size: 13px; width: 192px; height: 40px; margin-bottom: 30px
  }
  .inicio-2 .container{padding-bottom: 0}
  .inicio-2 .img{position: relative; left: inherit; bottom: inherit; width: 90%; left: -5%}
  .inicio-3{
    padding-top: 80px; text-align: center;
  }
  .inicio-3 .titulo{margin-top: 0; font-size: 24px; margin-bottom: 20px; text-align: center;}
  .inicio-3 .c-shape{text-align: center; padding-right: 15px; padding-bottom: 30px}
  .inicio-3 ul li{
    font-size: 15px; line-height: 18px; margin-bottom: 21px; text-align: left
  }
  .inicio-3 ul{display: inline-block; width: 232px; text-align: left;}
  .inicio-3 .derecha-1{padding-left: 15px}
  .inicio-4{padding-top: 80px; padding-bottom: 80px}
  .inicio-4 .c-info{margin-left: 0; width: 100%; text-align: center;}
  .inicio-4 .titulo{
    font-size: 24px; margin-bottom: 30px
  }
  .inicio-4 p span{
    font-size: 18px; line-height: 22px;
  }
  .inicio-4 p{
    font-size: 12px; line-height: 16px; margin-bottom: 30px
  }
  .inicio-4 .uno{
    height: 137px; margin-bottom: 15px
  }
  .inicio-4 .dos{height: 137px}
  .inicio-4 .tres{
    height: 290px; margin-left: -15px
  }
  .inicio-4 .cuatro{height: 137px; margin-top: 15px}
  .banner-se-parte .c-banner .shape{width: 100%}
  .banner-se-parte .c-banner{padding-top: 30px; height: auto;}
  .banner-se-parte .c-banner .titulo{margin-left: 0; margin-top: 0; font-size: 24px; line-height: normal; text-align: center;}
  .banner-se-parte .c-banner ul{display: none}
  .banner-se-parte .contiene-slick{margin-top: 30%}
  .banner-se-parte .contiene-slick .item{
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color:#fff;
  }
  .banner-se-parte .contiene-slick .item span{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
  }
  .banner-se-parte .contiene-slick .item img{display: inline-block; margin-bottom: 15px}
  .banner-se-parte .controles-parte{margin-top: 20px}
  .banner-se-parte .sobrepuesto-2{height: 100%}
  .banner-se-parte .titulo-condominio{
    margin-top: 80px; font-size: 24px; line-height: normal; margin-bottom: 30px
  }
  .banner-se-parte p{
    font-size: 12px; line-height: 16px; margin-bottom: 50px
  }
  .c-condominio-maestro .titulo-flotante{font-size: 12px; line-height: normal; left: 15px; top: 15px}
  .c-condominio-maestro .titulo-flotante .br-1{display: none}
  .c-condominio-maestro img{border-radius: 0}
  .c-condominio-maestro{margin-left: -15px; margin-right: -15px}
  .amenidades{position: relative;}
  .amenidades .c-img{display: none}
  .amenidades{padding-top: 80px; padding-bottom: 80px}
  .amenidades .c-info{width: 100%; margin-left: 0; text-align: center;}
  .amenidades .titulo{
    font-size: 24px; margin-bottom: 30px
  }
  .amenidades p{
    font-size: 12px; line-height: 16px; margin-top: 30px
  }
  .amenidades button{
    font-size: 13px; width: 120px; height: 40px
  }
  .amenidades button.dos{
    width: 155px; margin-left: 8px
  }
  .amenidades .item .info .flotante{display: none}
  .amenidades .item{width: 100%}
  .amenidades .controles{left: 0; right: 0; bottom: 0; margin: auto; text-align: center;}
  .amenidades .controles img{width: 33px}
  .amenidades .frase-movil{
    color: #0B2FA7;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 80px
  }
  .amenidades .contiene-slick{margin-top: 0}
  .amenidades .sobrepuesto-movil{height: 135px; background: #fff; width: 100%; position: absolute; left: 0; top: 0;}
  .ubicacion .izquierda{padding-left: 15px !important}
  .ubicacion table, .ubicacion tbody, .ubicacion tr, .ubicacion td{
    display: block; text-align: center; width: 100% !important; padding: 0 !important
  }
  .ubicacion{padding-top: 80px}
  .ubicacion .info .titulo{
    font-size: 24px; margin-bottom: 30px
  }
  .ubicacion .info p span{
    font-size: 18px; line-height: 22px
  }
  .ubicacion .info p{
    font-size: 12px; line-height: 16px; margin-bottom: 30px
  }
  .ubicacion .listado{width: 100%; padding-top: 26px; padding-bottom: 26px; position: relative; z-index: 1}
  .ubicacion .listado ul li{
    font-size: 10px; line-height: 16px; text-align: left;
  }
  .ubicacion .bg-azul{
    height: 140px; background: #0D30A6; width: calc(100% + 30px); position: absolute; left: -15px; bottom: 0
  }
  .c-banner-antes-noticias .banner{height: 190px; background-image: url('../img//banner-antes-noticias-m.jpg');}
  .c-banner-antes-noticias .banner .titulo{
    font-size: 14px; line-height: 16px; left: 15px; top: 47px; width: 132px
  }
  .noticias .shape{top: -95px}
  .noticias{padding-top: 80px; padding-bottom: 20px}
  .noticias .titulo{
    font-size: 24px; margin-bottom: 30px
  }
  .noticias .row-notas{display: none}
  .noticias .c-info .info .enlace img{display: inline-block;}
  .noticias .c-info .fecha{
    font-size: 10px; height: 27px; padding-top: 3px
  }
  .noticias .c-info .info .titulo-nota{
    font-size: 16px; line-height: 18px
  }
  .noticias .c-info .info .p{
    font-size: 12px; line-height: 16px; margin-bottom: 20px
  }
  .noticias .c-info .info .enlace{
    font-size: 12px
  }
  .noticias .ver-mas button{
    width: 120px;
    height: 40px;
    font-size: 13px;
    z-index: 1
  }
  .noticias .slick-dots{z-index: 1; bottom: -15px; text-align: left;}
  .noticias .slick-dots li button:before{
    font-family: inherit; height: 7px; width: 7px; border:1px solid #fff; border-radius: 50%; background: none; opacity: 1
  }
  .noticias .slick-dots li.slick-active button:before{
    background: #fff; opacity: 1
  }
  .noticias .slick-dots li{width: 10px}
  .contacto-1{padding-top: 80px; padding-bottom: 80px; text-align: center;}
  .contacto-1 .titulo{
    font-size: 24px; margin-bottom: 24px
  }
  .contacto-1 ul{margin-bottom: 10px}
  .contacto-1 ul li{display: block; font-size: 12px; line-height: 16px; margin-left: 0; margin-right: 0; margin-bottom: 20px}
  .contacto-1 ul{text-align: left; display: inline-block;}
  .contacto-1 table, .contacto-1 tbody, .contacto-1 tr, .contacto-1 td{
    width: 100% !important;
    text-align: center;
    display: block;
  }
  .contacto-1 table .g-recaptcha{transform: none}
  .contacto-1 table h3{margin-left: 0; text-align: center; margin-top: 15px; margin-bottom: 15px}
  .contacto-1 table tr td:nth-child(3) {
    text-align: center;
  }
  .contacto-1 p{
    font-size: 12px; line-height: 16px; margin-bottom: 30px
  }
  .contacto-1 p br{display: none}
  .contacto-1 input[type=text], .contacto-1 input[type=email], .contacto-1 select{
    font-size: 12px; line-height: 24px; padding-left: 10px; height: 35px; margin-bottom: 10px
  }
  .contacto-1 textarea{
    font-size: 12px; line-height: 24px; padding-left: 10px; margin-bottom: 10px; padding-top: 5px
  }
  .contacto-1 table button{width: 120px; height: 40px; font-size: 13px}
  .contacto-1.contact{padding-top: 44px; background: #F1F1F3;}
  .logo-fixed{
    position: fixed; left: 0; right: 0; top: 16px; z-index: 10; width: 100px; margin: auto;
  }
  .portadas{padding-top: 66px; height: 123px}
  .portadas h2{
    font-size: 18px; line-height: normal; letter-spacing: 1.8px; text-align: center;
  }
  .portadas .navegacion{
    font-size: 8px; line-height: normal; text-align: center; margin-top: 5px
  }
  .terrenos-1{padding-top: 50px}
  .terrenos-1 h1{
    font-size: 24px; line-height: normal; margin-bottom: 24px
  }
  .terrenos-1 .item h2{text-align: right;}
  .terrenos-1 .item .c-img{margin-bottom: 23px}
  .terrenos-1 .item .marcador{text-align: center;}
  .terrenos-1 .item .c-img img{max-height: 100%}
  .terreno{
    padding-top: 50px; padding-bottom: 79px
  }
  .terreno .titulo{
    font-size: 24px; margin-bottom: 30px;
  }
  .terreno .info{
    font-size: 12px; line-height: 16px; text-align: center; margin-bottom: 26px
  }
  .terreno .info b{
    font-size: 16px; line-height: 18px
  }
  .terreno ul li{
    font-size: 10px; line-height: 20px; margin-left: 10px; margin-right: 10px
  }
  .terreno ul li img{width: 15px}
  .terreno .c-master-plan{margin-top: 30px}
  .terreno .informacion{
    font-size: 8px; line-height: normal
  }
  .terrenos-1 .item{display: none; position: relative;}
  .terrenos-1 .item.active{
    display: block;
  }
  .terrenos-1 .item .controles{position: absolute; left: 0; bottom: 55px}
  .casas-1{padding-top: 50px; padding-bottom: 80px}
  .casas-1 h1{
    font-size: 24px; line-height: normal; text-align: center; margin-bottom: 30px
  }
  .casas-1 p{
    font-size: 12px; line-height: 16px; text-align: center; margin-bottom: 30px
  }
  .contiene-modelos{margin-top: 78px; padding-top: 51px; padding-left: 15px; padding-right: 15px; padding-bottom: 0}
  .contiene-modelos .menu-modelos ul li button{display: none}
  .contiene-modelos .menu-modelos ul li button.active{display: inline-block;}
  .contiene-modelos .menu-modelos ul{text-align: center;}
  .contiene-modelos .menu-modelos ul li{display: block; margin-left: 0; margin-right: 0; text-align: center;}
  .contiene-modelos .modelo .img-modelo .lupa{width: 40px}
  .contiene-modelos .modelo .titulo-area{margin-top: 28px; font-size: 12px; line-height: 20px}
  .contiene-modelos .modelo .titulo-area b{
    font-size: 24px;
  }
  .contiene-modelos .modelo .c-line{margin-top: 20px; margin-bottom: 20px; margin-left: -15px}
  .contiene-modelos .c-info {
    padding-left: 15px;
  }
  .contiene-modelos .modelo ul li{vertical-align: top; font-size: 12px; line-height: 20px}
  .contiene-modelos .modelo ul li br{display: none}
  .contiene-modelos .modelo table, .contiene-modelos .modelo table tbody, .contiene-modelos .modelo table tr, .contiene-modelos .modelo table td{display: block; width: 100%}
  .contiene-modelos .modelo table tr td:nth-child(1){padding-right: 0; width: 50%; float: left;}
  .contiene-modelos .modelo table tr td:nth-child(2){width: 50%; float: left;}
  .contiene-modelos .modelo table tr td:nth-child(3){text-align: center; padding-top: 30px}
  .contiene-modelos .modelo .recuadro{
    width: 239px; padding-top: 16px; padding-bottom: 15px; font-size: 12px; line-height: 16px; padding-left: 30px; padding-right: 30px; margin-top: 30px
  }
  .contiene-modelos .modelo .botones{
    margin-top: 30px; text-align: center;
  }
  .contiene-modelos .modelo .botones button{
    width: 115px; height: 40px; font-size: 13px
  }
  .contiene-modelos .modelo .botones button.amarillo{margin-right: 12px}
  .contiene-modelos .navega{text-align: center; margin-top: 30px}
  .contiene-modelos .navega img{width: 33px}
  .servicio-administrativo{
    padding-top: 70px; padding-bottom: 100px
  }
  .oculto-xs{display: none}
  .servicio-administrativo .titulo{
    font-size: 24px; margin-bottom: 30px; text-align: center;
  }
  .servicio-administrativo p{
    font-size: 12px; line-height: 16px; margin-bottom: 34px; text-align: center;
  }
  .servicio-administrativo .derecha{padding-left: 15px}
  .servicio-administrativo p b{
    font-size: 16px; line-height: 18px
  }
  .servicio-administrativo p b.pronombre{
    font-size: 12px; line-height: 16px
  }
  .servicio-administrativo p span{
    font-size: 12px; line-height: 16px
  }
  .servicio-administrativo .img-1{
    height: 137px; margin-bottom: 15px
  }
  .servicio-administrativo .img-2{height: 137px}
  .servicio-administrativo .img-3{
    height: 290px; margin-left: -15px
  }
  .servicio-administrativo .subtitulo{margin-top: 40px; font-size: 16px; margin-bottom: 20px; text-align: center;}
  .servicio-administrativo ul li{
    font-size: 12px; line-height: 16px
  }
  .servicio-administrativo ul li br{display: none}
  .servicio-administrativo ul{padding-left: 0}
  .servicio-administrativo .c-banner .banner{
    background-image: url('../img/banner-final-casas-m.jpg'); height: 190px;
  }
  .servicio-administrativo .c-banner .banner .frase{
    font-size: 14px; line-height: 16px; top: 55px; left: 15px; width: 129px
  }
  body.body-casas footer {
    padding-top: 210px;
  }
  .noticias.seccion{padding-top: 50px}
  .noticias.seccion .row-n .frase{
    margin-left: 0; font-size: 16px; line-height: 20px; margin-right: 0; text-align: center; margin-bottom: 26px
  }
  .noticias.seccion .row-n .p-frase{
    font-size: 12px; line-height: 16px; margin-bottom:0; text-align: center; margin-left: 0
  }
  .noticias.seccion .row-n{margin-bottom: 30px}
  .noticias .c-info{bottom: 55px}
  .noticias.seccion .ver-mas{bottom: inherit;}
  .noticias.seccion .paginador{text-align: center; margin-bottom: 30px}
  .noticias.seccion .paginador li a{
    width: 30px; height: 30px; font-size: 14px; padding-top: 6px
  }
  .noticias.seccion .ver-mas .text-right{text-align: center !important;}
  .deptos-1{padding-top: 52px}
  .deptos-1 .imagen{height: 299px}
  .deptos-1 .imagen h1{width: 100%; padding-left: 8px; padding-right: 8px; top: 29px; left: 0; right: inherit; font-size: 14px; line-height: 16px; text-align: center;}
  .casas-1.deptos p{width: 100%}
  .servicio-administrativo.deptos{padding-top: 80px}
  .servicio-administrativo.deptos .deptos-final{margin-bottom: 30px}
  .servicio-administrativo.deptos .c-banner .banner .frase{
    width: 156px; top: 39px; left: 16px
  }
  .servicio-administrativo.deptos .c-banner .banner .frase br{display: none}
  .servicio-administrativo.deptos .c-banner .banner{background-image: url('../img/banner-final-deptos-m.jpg');}
  .servicio-administrativo.deptos .boton-servicios button{
    width: 223.2px; height: 40px; font-size: 13px; margin-top: 30px
  }
  .casas-1.amenidad h1 br{display: none}
  .casas-1.amenidad p span{
    font-size: 16px; line-height: 20px
  }
  .casas-1.amenidad .titulo-family{position: relative; z-index: 1; font-size: 24px; margin-top: 80px}
  .listado-amenidades .fondo-float{
    height: calc(100% + 107px);
  }
  .listado-amenidades{
    padding-top: 70px; padding-bottom: 60px
  }
  .listado-amenidades .titulo{
    font-size: 24px; margin-bottom: 20px
  }
  .row-md-lg{display: none}
  .listado-amenidades ul li .circle{
    width: 35px; height: 35px; margin-right: 8px
  }
  .listado-amenidades ul li .circle img{
    height: 20px
  }
  .listado-amenidades ul li .texto{
    font-size: 9px; line-height: 12px
  }
  .listado-amenidades .c-boton button{
    width: 173px; height: 40px; font-size: 13px
  }
  .listado-amenidades ul li{margin-bottom: 9px}
  .listado-amenidades .c-boton{margin-top: 20px}
  .alcance{padding-top: 60px; padding-bottom: 69px}
  .alcance .titulo{
    font-size: 24px; line-height: normal; margin-bottom: 30px
  }
  .alcance .item{margin-bottom: 10px}
  .alcance .item .texto{
    font-size: 12px; line-height: 20px; height: 30px; padding-top: 5px
  }
  .alcance .shape{top: inherit; bottom: 0}
  .nuestros-servicios{
    padding-top: 79px; padding-bottom: 57px
  }
  .nuestros-servicios .titulo-seccion{
    font-size: 24px; line-height: normal; margin-bottom: 30px
  }
  .row-servicios-desktop{display: none}
  .nuestros-servicios .item{width: 100%; margin-left: 0; margin-right: 0}
  .nuestros-servicios .item .info .icon{width: 60px; height: 60px;}
  .nuestros-servicios .item .info .icon img{height: 35px}
  .nuestros-servicios .item .info .titulo{font-size: 16px; line-height: 18px; height: auto;}
  .nuestros-servicios .item .info p{width: 100%; font-size: 12px; line-height: 16px}
  .nuestros-servicios .item .info{
    padding-left: 22px; padding-right: 36px; padding-bottom: 40px
  }
  .nuestros-servicios .slick-dots{z-index: 1; bottom: -45px; text-align: right;}
  .nuestros-servicios .slick-dots li button:before{
    font-family: inherit; height: 8px; width: 8px; border:1px solid #215CF5; border-radius: 50%; background: none; opacity: 1
  }
  .nuestros-servicios .slick-dots li.slick-active button:before{
    background: #215CF5; opacity: 1
  }
  .nuestros-servicios .slick-dots li{width: 10px}
  .nuestros-servicios .slick-dotted.slick-slider{margin-bottom: 15px}
  .nuestros-servicios .controles-parte img{position: relative; z-index: 1}
  .ubicacion .info{width: 100%}
  #modalCotizador{padding-right: 0 !important}
  #modalCotizador .modal-dialog {
      width: 100%; margin-left: 0; min-width: inherit; max-width: 100%; margin: 0
  }
  #modalCotizador .modal-dialog .contenido{padding-left: 0; padding-right: 0; border-radius: 0; box-shadow: none;}
  #modalCotizador .modal-dialog .contenido .bg {
      padding-right: 15px;
  }
  #modalCotizador .modal-dialog .contenido .bg2 {
      padding-left: 15px; text-align: center;
  }
  #modalCotizador .modal-dialog .contenido {
    border-radius: 0;
    border: 10px solid #FFF;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #modalCotizador .modal-dialog .contenido .cerrar-modal{width: 40px; top: -10px; right: -10px}
  #modalCotizador .modal-dialog .contenido .titulo{font-size: 25px; line-height: normal; margin-bottom: 30px}
  #modalCotizador .modal-dialog .contenido .info{padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px}
  #modalCotizador .modal-dialog .contenido .info p{margin-bottom: 25px; padding-left: 40px; font-size: 20px}
  #modalCotizador .modal-dialog .contenido .info .notas{padding-left: 40px}
  #modalCotizador .modal-dialog .g-recaptcha{display: inline-block;}
  #modalCotizador .modal-dialog .c-captcha{text-align: center;}
  #modalCotizador .modal-dialog .contenido h3{text-align: center;}
  #modalCotizador .modal-dialog .contenido .contiene-boton{text-align: center;}
  #modalCotizador .modal-dialog .contenido input[type=text], #modalCotizador .modal-dialog .contenido input[type=email], #modalCotizador .modal-dialog .contenido select {
    font-size: 12px;
    line-height: 24px;
    padding-left: 10px;
    height: 35px;
    margin-bottom: 10px;
  }
  #modalCotizador.casas-brochure .modal-dialog .contenido {
    padding-right: 15px;
    padding-left: 15px;
  }
  .detalle-noticia{
    padding-top: 50px; padding-bottom: 0
  }
  .detalle-noticia h1{
    font-size: 24px; line-height: normal; margin-bottom: 32px; text-align: center;
  }
  .detalle-noticia .c-img span{bottom: 0}
  .detalle-noticia .c-img{margin-bottom: 31px}
  .detalle-noticia .c-info-float{padding-right: 0; bottom: inherit;}
  .detalle-noticia .info-float{padding: 0; background: none; box-shadow: none}
  .detalle-noticia .info-float .p{
    font-size: 12px; line-height: 16px; text-align: center;
  }
  .detalle-noticia .titulo-otras-notas{
    margin-bottom: 27px; font-size: 30px; line-height: normal; text-align: center;
  }
  .detalle-noticia .derecha{
    background: #fff; padding-top: 50px; padding-left: 15px
  }
  .detalle-noticia .izquierda{
    padding-bottom: 76px
  }
  .detalle-noticia table.controles{margin-bottom: 50px}
  .detalle-noticia table.controles tr td:nth-child(2){width: 60px; height: 50px}
  .detalle-noticia table.not, .detalle-noticia table.not tbody, .detalle-noticia table.not tr, .detalle-noticia table.not td{
    display: block; width: 100% !important
  }
  .detalle-noticia table.not tr td:nth-child(2){padding-left: 0}
  .detalle-noticia table.not tr td:nth-child(2) .titulo-otra-nota{
    margin-top: 16px; margin-bottom: 16px
  }
  .detalle-noticia table.not tr td:nth-child(2) .enlace{position: relative; left: inherit; bottom: inherit; }
  .detalle-noticia .sobrepuesto{height: 15%}
  .banner-se-parte.enterrenos {
    padding-top: 0;
  }
  .banner-se-parte.enterrenos .titulo-condominio{margin-top: 50px}
  .alcance .segundo-row{margin-top: 0}
  .ubicacion .listado button{height: 40px; font-size: 13px}
  .inicio-4.seccion-ubicacion {
    padding-top: 50px; padding-bottom: 50px
  }
  .inicio-4.seccion-ubicacion .iframe-video{margin-top: 50px; height: 400px}
  .ubicacion.seccion-ubicacion{padding-top: 40px}
  .amenidades.seccion-ubicacion{padding-top: 50px}
  .amenidades.seccion-ubicacion .titulo-u{font-size: 24px}
  .amenidades.seccion-ubicacion .contiene-slick{padding-left: 15px; padding-right: 15px}
  .amenidades.seccion-ubicacion .c-banner-antes-noticias{padding-top: 50px}
  .amenidades.seccion-ubicacion .item{width: 100%; padding-left: 0; padding-right: 0}
  .amenidades.seccion-ubicacion .parrafo{padding: 30px; font-size: 14px; text-align: center;}
  .amenidades.seccion-ubicacion .controles {
    position: absolute;
    left: 15px;
    top: 30px;
    bottom: inherit;
    z-index: 1;
    margin: inherit;
    text-align: left;
  }
  .amenidades.seccion-ubicacion .item .c-image span{font-size: 14px}
  .c-banner-antes-noticias .banner .titulo{width: 240px; font-size: 13px}
  .c-banner-antes-noticias .banner .titulo br{display: none}
  .c-banner-antes-noticias .banner{background-position: 60%}
}

/*MD*/
@media (min-width:768px) and (max-width:991px)
{
header .logo{width: 120px; position: relative; z-index: 1}
header .c-ul ul.menu li{font-size: 12px}
header .c-ul ul.menu li{margin-left: 5px; margin-right: 5px}
.inicio-2 .img{width: 380px}
.inicio-3 .titulo{font-size: 20px}
.inicio-3 ul li{font-size: 11px; line-height: normal;}
.inicio-3 ul li img{width: 25px; margin-right: 5px}
.inicio-3 .c-shape{padding-right: 10px}
.inicio-4 .c-info{width: 100%; margin-left: 0}
.banner-se-parte .c-banner .titulo{font-size: 20px; line-height: normal;}
.banner-se-parte .c-banner ul li img{width: 50px}
.banner-se-parte .c-banner ul li{font-size: 15px; margin-left: 25px; margin-right: 25px}
.banner-se-parte .c-banner ul li span{font-size: 10px}
.banner-se-parte .c-banner{height: 170px; padding-top: 40px}
.banner-se-parte .c-banner .shape{height: 170px}
.banner-se-parte{padding-top: 257px}
.c-condominio-maestro .titulo-flotante{font-size: 25px; left: 15px; top: 15px}
.amenidades .c-info{width: 100%; margin-left: 0}
.amenidades .c-img{margin-right: 0}
.amenidades button{width: 155px}
.amenidades button.dos{width: 200px}
.ubicacion table tr td:nth-child(2){padding-left: 15px}
.ubicacion .listado{width: 175px; padding-left: 25px; padding-right: 10px; padding-top: 20px}
.ubicacion .listado ul li{font-size: 10px; line-height: normal;}
.ubicacion .info p{font-size: 15px}
.ubicacion .info p span{font-size: 20px; line-height: 25px}
.c-banner-antes-noticias .banner{background-position: right;}
.noticias .c-info .info .titulo-nota{font-size: 13px; line-height: normal;}
.noticias .c-info .info .p{font-size: 12px; line-height: normal;}
.noticias .c-info .info{padding: 20px}
.noticias .c-info .info{min-height: 270px}
.contacto-1 ul li{font-size: 12px; line-height: normal; margin-left: 10px; margin-right: 10px}
.contacto-1 ul li span{margin-left: 10px}
.contacto-1 table h3{margin-left: -90px}
footer .logo{width: 150px}
footer .titulos{font-size: 13px; line-height: normal;}
footer ul li{font-size: 11px; line-height: normal;}
footer ul li img {
    left: 0;
    top: 4px;
    width: 5px;
}
footer ul li{padding-left: 10px}
footer .c-1 {
    padding-left: 70px; padding-right: 0
}
footer h3{font-size: 12px}
.terreno ul li{margin-bottom: 15px}
header .dropdown-menu>li>a{font-size: 12px}
.contiene-modelos .c-info {
    padding-left: 15px;
}
.contiene-modelos .modelo ul li{font-size: 12px; line-height: normal}
.contiene-modelos .modelo .recuadro {
    width: 106px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: normal;
}
.contiene-modelos .modelo .botones button{width: 150px}
.servicio-administrativo .img-3{height: 290px; margin-top: 20px}
.servicio-administrativo .c-banner .banner{background-position: right;}
.listado-amenidades ul li .texto{margin-top: 15px}
.alcance .item .texto {
    height: 25px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
}
.nuestros-servicios .item .info .icon{width: 50px; height: 50px}
.nuestros-servicios .item .info .icon img{height: 30px}
.nuestros-servicios .item .info{padding-top: 50px; padding-left: 10px; padding-right: 10px}
.nuestros-servicios .item .info .titulo{font-size: 14px; height: 38px}
.nuestros-servicios .item .info p{font-size: 12px; line-height: normal;}
.casas-1 h1{font-size: 35px}
.noticias.seccion .row-n .frase{margin-left: 0; margin-right: 50px}
.portadas h2{font-size: 30px; padding-top: 15px}
#modalCotizador .modal-dialog {
    width: 90%; margin-left: 5%; min-width: inherit; max-width: 90%
}
#modalCotizador .modal-dialog .contenido{padding-left: 30px; padding-right: 30px}
#modalCotizador .modal-dialog .contenido .bg {
    padding-right: 15px;
}
#modalCotizador .modal-dialog .contenido .bg2 {
    padding-left: 15px;
}
#modalCotizador.casas-brochure .modal-dialog .contenido {
    padding-right: 30px;
}
.detalle-noticia .derecha {
    padding-left: 15px;
}
.detalle-noticia table.not tr td:nth-child(1){width: 285px}
.detalle-noticia table.not tr td:nth-child(2) .titulo-otra-nota{width: 300px}
.banner-se-parte.enterrenos .sobrepuesto-2{height: calc(100% - 236px);}
.ubicacion .listado button{height: 40px; padding-left: 15px; padding-right: 15px; margin-right: 15px; margin-left: 0; font-size: 12px}
.c-banner-antes-noticias .banner .titulo{font-size: 20px; left: 25px; line-height: 25px; top: 90px}
.c-banner-antes-noticias .banner{background-position: 60%}
}

/*LG*/
@media (min-width:992px) and (max-width:1199px)
{
header .c-ul ul.menu li{margin-left: 7px; margin-right: 7px}
.inicio-3 .titulo{font-size: 30px}
.inicio-3 .c-shape{padding-right: 15px}
.inicio-3 ul li{font-size: 14px; line-height: normal;}
.inicio-3 ul li img {
    margin-right: 5px;
}
.inicio-4 .c-info{margin-left: 0}
.inicio-4 p{font-size: 14px; margin-bottom: 36px}
.banner-se-parte .c-banner ul li{margin-left: 20px; margin-right: 20px; font-size: 18px}
.banner-se-parte .c-banner ul li img{height: 70px}
.banner-se-parte .c-banner ul li span{font-size: 15px}
.c-condominio-maestro .titulo-flotante{left: 30px; top: 30px}
.amenidades .c-info{margin-left: 0; padding-left: 50px}
.ubicacion .listado{width: 205px; padding-top: 20px; padding-left: 25px; padding-bottom: 20px}
.ubicacion .listado ul li{font-size: 10px; line-height: normal;}
.ubicacion table tr td:nth-child(2) {
    padding-left: 15px;
}
.noticias .c-info .info .titulo-nota{font-size: 14px; line-height: 18px}
.noticias .c-info .info .p{font-size: 12px; line-height: 16px}
.contacto-1 ul li{margin-left: 20px; margin-right: 20px}
footer ul li{font-size: 13px}
footer .c-1{padding-right: 0}
footer .titulos{font-size: 15px}
footer .logo{width: 180px}
header .logo{width: 180px}
.contiene-modelos .modelo .recuadro{width: 156px; padding-left: 10px; padding-right: 10px}
.contiene-modelos .modelo ul li{font-size: 13px}
.contiene-modelos .c-info {
    padding-left: 15px;
}
.servicio-administrativo .c-banner .banner{background-position: center;}
.casas-1 h1{font-size: 28px}
.listado-amenidades ul li .texto{font-size: 12px}
.listado-amenidades ul li .circle{margin-right: 10px}
.nuestros-servicios .item .info .icon{width: 45px; height: 45px}
.nuestros-servicios .item .info .icon img{height: 35px}
#modalCotizador .modal-dialog {
    width: 90%; margin-left: 5%; min-width: inherit; max-width: 90%
}
#modalCotizador .modal-dialog .contenido{padding-left: 50px; padding-right: 50px}
#modalCotizador.casas-brochure .modal-dialog .contenido {
    padding-right: 50px;
}
.detalle-noticia .derecha {
    padding-left: 15px;
}
.detalle-noticia table.controles tr td:nth-child(1){padding-left: 10px}
.detalle-noticia table.controles tr td:nth-child(3){padding-right: 10px}
.detalle-noticia table.controles tr td a{font-size: 12px}
.detalle-noticia table.controles tr td a img{position: relative; bottom: 1px}
.ubicacion .listado button{height: 40px; padding-left: 15px; padding-right: 15px; margin-right: 0; margin-left: 5px; font-size: 14px}
}

@media (max-width:767px){

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

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

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

}
@media (max-width:360px){

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

}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
}
