/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/*estilos generales*/
html, body{opacity:0; font-family: "Cairo", sans-serif; background: #fff;}
html{position:relative;}
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;
}
.a-seccion{position: absolute; top: -150px; display: inline-block;}
.a-seccion-2{position: absolute; top: -180px; display: inline-block;}
.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: -140px; 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);
  }
}

.overflowh{overflow: hidden;}

.loader{
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 11000; background: #fff;
}
.loader .logo{
  width: 205px;
}
header{position: fixed; width: 100%; top: 0; left: 0; z-index: 4; background: #e8e8e8; height: 130px}
header .logo{
  margin-top: 26px; width: 85px; 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 .fb{margin-right: 15px; margin-left: 20px}
header .fb, header .insta{position: relative; bottom: 1px; width: 15px}
header ul{padding-left: 0 !important; padding-right: 0; text-align: right; margin-bottom: 0; background: none; display: inline-block !important; margin-top: 52px}
header ul li{margin-left: 25px; margin-right: 25px; display: inline-block;}
header ul li:first-child{margin-left: 0}
header ul li:last-child{margin-right: 0}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 1.8px;
  text-align: left;
  color: #162a47;
  background-color:transparent;
  border:none;
  border-bottom-color: transparent;
  text-align: center;
}
nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border:none;
    border-radius: 0px;
}
.nav>li>a {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1.8px;
    text-align: left;
    color: #162a47;
    background-color:transparent;
    border:none;
    border-bottom-color: transparent;
    margin-right: 0px;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.nav-tabs {
    border-bottom: none;
}
.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 15px;
}
.nav-tabs>li>a:hover {
    border-color: inherit;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color:transparent;
}
.affix {
  position: relative;
}
.a-seccion{
  position: absolute; top: -140px; height: 1px; opacity: 0;
}
.list-groups{
    position: sticky; /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 0px;
}
header .list-group-item.active {
    z-index: 2;
    color: #162a47;
    font-weight: bold;
    background:none;
    border:none;
    border-bottom: none;
    border-radius: 0
}
header .list-group-item.active img{opacity: 1}
footer{
  background-color: #162a47; padding-top: 80px; padding-bottom: 30px
}
footer h3{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 1.6px;
  text-align: left;
  color: #d1d1d1;
  margin-top: 0;
  margin-bottom: 0
}
footer h3 a, footer h3 a:hover, footer h3 a:focus{
  color: #d1d1d1; text-decoration: underline;
}
footer .logo{filter: brightness(0) invert(1);}
footer .redes img{filter: brightness(0) invert(1);}
footer .logo{width: 85px; margin-top: 6px}
footer .titulo{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 1.6px;
  text-align: left;
  color: #d1d1d1;
  margin-bottom: 17px
}
footer p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 1.6px;
  text-align: left;
  color: #d1d1d1;
  margin-bottom: 0
}
footer p a, footer p a:hover, footer p a:focus{
  color: #d1d1d1; text-decoration: none;
}
footer ul{padding-left: 0; margin-bottom: 0}
footer ul li{
  list-style-type: none; margin-bottom: 17px
}
footer ul li:last-child{margin-bottom: 0}
footer ul li a, footer ul li a:hover, footer ul li a:focus{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 1.6px;
  text-align: left;
  color: #d1d1d1;
  text-decoration: none;
}
footer .c-arriba{text-align: right;}
footer .redes .fb{margin-right: 18px}
footer .parte-dos{margin-top: 70px}

.inicio-1{
  margin-top: 100px; margin-bottom: 150px; padding-top: 130px
}
.inicio-1 .c-slider{text-align: center; margin-bottom: 60px}
.inicio-1 .c-slider .c-zoom{height: 377px; overflow: hidden}
.inicio-1 .c-slider .mascara{
  width: 380px; position: absolute; left: 0; top: 0; right: 0; margin: auto;
}
.inicio-1 .c-slider .mascara-2{
  width: 380px; position: absolute; left: 0; top: 0; right: 0; margin: auto;
}
.inicio-1 .c-slider .sobrespuestos{height: 377px; position: absolute; top: 0; background: #fff}
.inicio-1 .c-slider .sobrepuesto-izquierda{left: 0}
.inicio-1 .c-slider .sobrepuesto-derecha{right: 0}

.constructora-1 .c-slider{text-align: left}
.constructora-1 .c-slider .c-zoom{height: 377px; overflow: hidden}
.constructora-1 .c-slider .mascara{
  width: 380px; position: absolute; left: 30px; top: 0;
}
.constructora-1 .c-slider .sobrespuestos{height: 377px; position: absolute; top: 0; background: #fff}
.constructora-1 .c-slider .sobrepuesto-izquierda{left: 0}
.constructora-1 .c-slider .sobrepuesto-derecha{right: 0}
.inicio-1 h1{
  font-size: 60px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.inicio-1 h1 b{font-weight: 700}
.inicio-2{margin-bottom: 130px}
.inicio-2 .titulo{
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px
}
.inicio-2 p{
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 30px
}
.inicio-2 button{
  width: 345px;
  height: 60px;
  border: solid 1px #000;
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  background: none
}
.inicio-2 .izquierda{margin-bottom: 100px}
.inicio-2 .izquierda .titulo{margin-top: 60px}
.inicio-2 .derecha .titulo{margin-top: 60px}
.constructora-1{
  margin-top: 100px; padding-top: 130px; margin-bottom: 120px
}
.constructora-1 .c-slider{padding-left: 15px}
.constructora-1 .c-slider img{width: 400px}
.constructora-1 h1{
  font-size: 60px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0
}
.constructora-1 .row-dos{margin-top: 80px}
.constructora-1 .p-uno{
  width: 420px;
  max-width: 100%;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0
}
.constructora-1 .p-dos{
  width: 510px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-right: 0;
  margin-bottom: 0
}
.constructora-2{background-color: #f2f2f2; position: relative; padding-bottom: 100px}
.constructora-2 .sobrepuesto{
  background: #fff; width: 100%; height: 140px; position: absolute; left: 0; top: 0
}
.constructora-2 .parte-1{
  background-color: #162a47;
  font-size: 50px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px
}
.constructora-2 .parte-2{
  background-color: #32445d;
  padding-top: 50px;
  padding-bottom: 50px;
}
.constructora-2 .parte-2 ul{
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}
.constructora-2 .parte-2 ul li{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-left: 50px;
  margin-right: 50px
}
.constructora-2 .parte-2 ul li:first-child{margin-left: 0}
.constructora-2 .parte-2 ul li:last-child{margin-right: 0}
.constructora-2 .parte-2 ul li span{display: block; position: relative; height: 100px; margin-bottom: 10px; transform: scale(0.85);}
.constructora-2 .servicios{
  margin-top: 120px
}
.constructora-2 .servicios .titulo{
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
  margin-top: 59px
}
.constructora-2 .servicios p{
  width: 450px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 50px
}
.constructora-2 .servicios button{
  width: 345px;
  height: 60px;
  border: solid 1px #000;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  background: none
}
.constructora-2 .servicios .derecha{
  padding-left: 100px
}
.constructora-3{padding-top: 120px; padding-bottom: 150px}
.constructora-3 .titulo{
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 80px
}
.constructora-3 .item{height: 100px; position: relative; padding-left: 35px; padding-right: 35px}
.constructora-3 .item .logo{opacity: 0.50}
.constructora-3 .arrow-left{cursor: pointer; position: absolute; left: 0; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);}
.constructora-3 .arrow-right{cursor: pointer; position: absolute; left: inherit; right:0; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);}
.constructora-4{
  background-color: #f2f2f2; padding-top: 120px; padding-bottom: 120px
}
.constructora-4 h2{
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin: 0;
  margin-bottom: 50px
}
.constructora-4 .c-boton{text-align: center;}
.constructora-4 .c-boton button{
  width: 345px;
  height: 60px;
  border: solid 1px #000;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  background: none
}
.desarrollos-1{
  padding-top: 130px;
}
.desarrollos-1 .sobrepuesto{background: #fff; width: 50%; height: 130px; position: absolute; right: 0; bottom: 0}
.desarrollos-1 .slick-prev, .desarrollos-1 .slick-next{display: none !important}
.desarrollos-1 .item{padding-right: 15px}
.desarrollos-1 .item .info{
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
  padding-left: 35px;
  padding-top: 30px;
}
.desarrollos-1 .item .info a, .desarrollos-1 .item .info a:hover, .desarrollos-1 .item .info a:focus{
  color: #000; text-decoration: none
}
.desarrollos-1 .item .info a img{display: inline-block; margin-left: 20px; }
.desarrollos-1 .slick-dots {
    position: absolute;
    bottom: 0 !important;
    display: block;
    width: 130px !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.desarrollos-1  .slick-slider-dots{
  position: relative; bottom: 80px; z-index: 3
}
.desarrollos-1  .slick-slider-dots li a{color: #a9a9a9;}
.desarrollos-1  .slick-slider-dots li.slick-active a{color: #000;}
.desarrollos-1  .slick-slider-nav{
  position: relative; z-index: 3
}
.desarrollos-1 .arrow-left{
  position: relative; bottom: 70px; cursor: pointer; left: -15px; z-index: 3
}
.desarrollos-1 .arrow-right{
  position: relative; bottom: 70px; cursor: pointer; right: -105px; z-index: 3
}
.desarrollos-listado{
  background-color: #e8e8e8; padding-top: 80px; padding-bottom: 130px
}
.desarrollos-listado .logo{
  margin-bottom: 50px; transform: scale(0.9);
}
.desarrollos-listado p{
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 60px
}
.desarrollos-listado button{
  width: 345px;
  height: 60px;
  border: solid 1px #000;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  background: none
}
.desarrollos-listado .info{text-align: center; width: 455px}
.desarrollos-listado .item.uno{margin-bottom: 130px}
.desarrollos-listado .img{width: 500px; max-width: 100%}
.desarrollos-listado .a-right{text-align: right;}
.desarrollos-listado .item.dos .info{margin-left: 100px}
.desarrollos-listado .item.dos{margin-bottom: 130px}
.constructora-3 .slick-prev, .constructora-3 .slick-next{display: none !important}

/* medias SM para abajo*/
@media (max-width:991px)
{
  header{display: none}
  .acciones {
    right: 20px;
  }
  .float {
    width: 50px;
    height: 50px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 33px;
    margin-top: 8px;
  }
  .menu-mobile{
    width:100%; position: fixed; top: 0; left: 0; padding-top: 13px; padding-bottom: 13px; padding-left: 0px; padding-right: 0px; z-index: 1000; background-color: #e8e8e8;
  }
  #modalMenu .parte-1{text-align: center; margin-top: 30px; margin-bottom: 30px; padding-right: 0}
  #modalMenu .parte-1 table{display: inline-block;}
  #modalMenu .parte-1 table tr td{
    padding-right: 15px; padding-left: 15px; text-align: left;
  }
  #modalMenu .parte-1 table tr td:nth-child(2) span{
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #modalMenu .parte-1 table tr td:nth-child(2) a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #modalMenu .parte-1 table tr td:nth-child(2) a:hover,header .parte-1 table tr td:nth-child(2) a:focus{
    color: #FFF; text-decoration: none
  }
  #modalMenu .parte-1 table tr td:nth-child(2) a img{vertical-align: middle;}
  #modalMenu .parte-1 table tr td:nth-child(3) .fb{margin-bottom: 5px}
  .menu-mobile.dos{background-color: #e8e8e8;}
  .menu-mobile .logo,#modalMenu .logo{
    width: 60px
  }
  #modalMenu .dos .cierra-menu{font-size: 30px; color:#000; margin-top: 17px}
  .menu-mobile .abre-menu{font-size: 20px; color:#000; cursor: pointer; margin-top: 17px}
  #modalMenu{
    z-index: 5000; 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:#e8e8e8; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 13px; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 13px; padding-bottom: 13px; padding-left: 0px; padding-right: 0px; z-index: 1
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 30px; text-align: center;}
  #modalMenu ul li{list-style-type: none; margin-bottom: 15px}
  #modalMenu ul li:last-child a{border:none}
  #modalMenu ul li a{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1.8px;
    text-align: left;
    color: #162a47;
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus{text-decoration: none; color: #162a47;}
  #modalMenu ul li.redes img{margin-left: 7px; margin-right: 7px}

}

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

}

/*LG*/
@media (min-width:992px) and (max-width:1199px)
{
.constructora-1 .p-dos{max-width: 100%}
.constructora-1 .c-slider .c-zoom{width: 380px}
.desarrollos-listado .item.dos .info {
    margin-left: 0px;
}
}

@media (max-width:991px){
  .inicio-1 .c-slider .c-zoom {
      height: 297px !important;
      overflow: hidden;
  }
  .c-zoom .slide {
    height: 297px !important;
  }
  .inicio-1 .c-slider .mascara{width: 300px}
  .inicio-1 {
    margin-top: 87.78px;
    margin-bottom: 20px;
    padding-top: 70px;
  }
  .inicio-1 h1{font-size: 30px; text-align: center; margin-bottom: 60px}
  .inicio-2 .titulo{font-size: 28px; margin-bottom: 30px; text-align: center;}
  .inicio-2 p{font-size: 18px; text-align: center;}
  .inicio-2 button{width: 245px; height: 50px; font-size: 20px}
  .inicio-2 .izquierda{text-align: center; margin-bottom: 50px}
  .inicio-2 .izquierda button{margin-bottom: 50px}
  .inicio-2 {
    margin-bottom: 80px; text-align: center;
  }
  footer{text-align: center;}
  footer .logo{margin-bottom: 50px}
  footer .titulo{text-align: center;}
  footer p{text-align: center; margin-bottom: 50px}
  footer .parte-dos {
    margin-top: 50px;
  }
  footer h3{font-size: 14px; text-align: center; margin-bottom: 20px}
  .constructora-1 .c-slider {
    padding-left: 0;
  }
  .constructora-1 .c-slider .c-zoom {
    height: 297px;
    overflow: hidden;
  }
  .constructora-1 .c-slider .mascara{width: 300px; left: 0; right: 0; margin: auto;}
  .constructora-1{margin-top: 81.78px; padding-top: 70px; margin-bottom: 80px}
  .constructora-1 .area{padding-left: 0; padding-right: 0}
  .constructora-1 h1{font-size: 30px; margin-top: 50px; text-align: center;}
  .constructora-1 .row-dos{margin-top: 30px}
  .constructora-1 .p-uno{text-align: center; font-size: 18px;}
  .constructora-1 .p-dos{text-align: center; font-size: 18px; max-width: 100%; margin-top: 30px}
  .constructora-2 .parte-1{font-size: 28px; padding-top: 20px; padding-bottom: 20px}
  .constructora-2 .parte-2 ul li{margin-left: 0; margin-right: 0; font-size: 18px; margin-bottom: 20px; display: block;}
  .constructora-2 .parte-2 ul{column-count: 2}
  .constructora-2 .parte-2 ul li span{margin-bottom: 0}
  .constructora-2 .parte-2 ul li.oculto{display: none}
  .constructora-2 .parte-2 ul.dos{column-count: 1}
  .constructora-2 .servicios {
    margin-top: 80px;
  }
  .constructora-2 .servicios .derecha {
    padding-left: 15px; text-align: center;
  }
  .constructora-2 .servicios .titulo{font-size: 30px; text-align: center; margin-top: 50px; margin-bottom: 30px;}
  .constructora-2 .servicios p{width: 100%; text-align: center; font-size: 18px}
  .constructora-2 .servicios button{width: 245px; height: 50px; font-size: 20px}
  .constructora-2{padding-bottom: 80px}
  .constructora-3{padding-top: 80px; padding-bottom: 70px}
  .constructora-3 .titulo{font-size: 30px; margin-bottom: 40px}
  .constructora-3 .item{text-align: center;}
  .constructora-3 .item .logo{display: inline-block;}
  .constructora-4{padding-top: 80px; padding-bottom: 80px}
  .constructora-4 h2{font-size: 30px; text-align: center; margin-bottom: 40px}
  .constructora-4 .c-boton button{width: 245px; height: 50px; font-size: 20px}
  .desarrollos-1{padding-top: 81.78px}
  .desarrollos-1 .item .img{width: 100%}
  .desarrollos-1 .item{padding-right: 0}
  .desarrollos-1 .item .info{padding-left: 15px}
  .desarrollos-1 .item .info{font-size: 25px}
  .desarrollos-1 .arrow-left{bottom: 68px}
  .desarrollos-1 .arrow-right{bottom: 68px}
  .desarrollos-listado .info{width: 100%; text-align: center;}
  .desarrollos-listado .logo{margin-top: 30px; margin-bottom: 30px; transform: scale(0.7);}
  .desarrollos-listado p{font-size: 18px; margin-bottom: 40px;}
  .desarrollos-listado p br{display: none}
  .desarrollos-listado button{width: 245px; height: 50px; font-size: 20px}
  .desarrollos-listado .item.dos .info {
    margin-left: 0;
  }
  .desarrollos-listado .item.uno {
    margin-bottom: 100px;
  }
  .desarrollos-listado .item.dos {
    margin-bottom: 100px;
  }
  .desarrollos-listado{padding-bottom: 80px}
}
@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:1600px)
{

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