<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #ffffff;
  background: #0b1d38;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  
  	padding: 14px 25px 16px; 
  	color: #ffffff; 
  	font-family: 'Open Sans', sans-serif;
  	display: flex;
  	align-items: center;
  }
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul li.active a{background: rgba(255,255,255,0.45); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(255,255,255,0.45); text-decoration: none}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  background: #ffffff;
  border-bottom: solid 2px #152652;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; 
	z-index: 1
}

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #152652;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
 	.rd-mobilemenu, 
	.rd-mobilepanel {
    	display: block; 
	} 
}



.rd-mobilepanel #logoMovil{
	top: 0px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 57px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: darken;
}
.icono{
	margin-right: 7px;
	width: 17px;
}
@media(max-width:1199px){
	
}

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

@media(min-width:992px){
	#frmContacto .subtit{
		font-size: 20px;
	}
	#header{
		height: 183px;
	}
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	#textHome1 #logo2{
		width: 270px;
		margin-bottom: 50px;
	}
	.itemHome1:nth-child(4){
		margin-right: 0;
	}
	.itemHome1:nth-child(3){
		margin-right: 12px;
	}
	#header,#topMenu,#menu,#menu li{
		height: 154px;
	}
	#logo{
		position: absolute;
		width: 150px;
		top: 7px;
		margin: 0;
		left: 15px;
	}
	#menu{
		right: 0px;
		position: absolute;	
		top: 0;
	}
	#menu li a{
		font-size: 14px;
		padding: 0 10px;
		height: 35px;
		line-height: 35px;
		letter-spacing: 0px;
		border-radius: 17px;
	}
	#menu li.active a:before{
		border-radius: 17px;
	}
	#bajarSlider{
		margin-top: 154px;
	}
	#textPropiedades1 .rowcol-2{
		margin: 0 -20px;
	}
	#textPropiedades1 .rowcol-2 div[class*="col-"]{
		padding: 0 20px;
		width: 50%;
	}


	.cropImg{
		display: block;
	}
	.contentImgDet{
	}
	.cont-flexProducto{
		display: block;
	}
	.cont-flexProducto2,.cont-flexProducto3{
		display: none;
	}
	.titleSomos1 {
    	font-size: 27px;
	}
	.somos1{
		padding-right: 90px;
	}
	.cntSomos1:before{
		left: 50%;
	}
	.contentSomos2 .itemSomos2:last-child{
		margin-left: 144px;
	}
	.titleSomos2{
		font-size: 24px;
	}
	.titleSomos2 strong{
		font-size: 28px;
	}
	.cntServ1{
		font-size: 18px;
	}
	.contentServ6{
		font-size: 18px;
		max-width: 486px;
	}
	#textPropiedades1 .rowcol-1 div[class*="col-"]{
		width: 50%;
	}
	.cntfiltroTipos{
		margin-right: 0;
	}
	.filtrosCiudad{
		margin-left: 0;
	}
	#textDesarrollo1 .contDesarrollo{
		font-size: 20px;
		line-height: 24px;
	}
	.titleDetDesarrollo{
		font-size: 30px;
		line-height: 30px;
	}
	.dirDet{
		width: calc(100% - 341px);
	}
	/*.sharedDet{
		width: 312px;
		margin-left: 29px;
		justify-content: center;
		margin-top: 0;
	}*/
	.sinimgthum{
		display: flex;
	}
	.figureTitleSha{
		width: calc(100% - 341px);
	}
	.thumbProds{
		width: 312px;
		margin-left: 29px;
		margin-top: 0;
	}
	#productosRelacionados .bx-wrapper .bx-prev {
	    left: calc(50% - 470px);
	}
	#productosRelacionados .bx-wrapper .bx-next {
	    right: calc(50% - 470px);
	}
	.cont-flexProducto{
		height: 300px;
	}
	body.fixed  #logo {
    	display: block;
  }
  .contentImgDet figure.visor{
		height: 398px;
	}
}
@media(min-width:1200px){
	#logo{
		width: 206px;
		top: 0px;
		left: 26px;
	}
	#textHome1 #logo2{
		width: 391px;
		margin-bottom: 80px;
	}
	.itemHome1:nth-child(4){
		margin-right: 12px;
	}
	#menu li{
		padding: 0 5px;
	}
	#menu li a{
		font-size: 15px;
		padding: 0 15px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
	#menu li.active a:before{
		left: -6px;
		width: calc(100% + 12px);
		border-radius: 20px;
	}
	#textPropiedades1 .rowcol-2{
		margin: 0 -30px;
	}
	#textPropiedades1 .rowcol-2 div[class*="col-"]{
		padding: 0 30px;
		width: 33.333%;
	}
	#textPropiedades1 .rowcol-2 div[class*="col-"]:nth-child(2n + 2):before{
		width: 0;
		height: 0;
	}
	#textPropiedades1 .rowcol-2 div[class*="col-"]:nth-child(3n + 2):before{
		width: 1px;
		height: 100%;
	}
	#textPropiedades1 .rowcol-2 div[class*="col-"]:nth-child(3n + 3):before{
		width: 1px;
		height: 100%;
	}
	.detallesdepro{
		margin: 0 -8.6px;
	}
	.detallesdepro div[class*="col-"]{
		padding: 0 8.6px;
	}
	.titleSomos1 {
    	font-size: 33px;
	}
	.item1Somos3{
		margin-right: 95px;
		width: auto;
		margin-bottom: 0;
	}
	.item2Somos3{
		margin-right: 80px;
		width: auto;
		margin-bottom: 0;
	}
	.item3Somos3{
		margin-right: 0px;
		width: auto;
	}
	.item4Somos3{
		width: auto;
	}
	#textDesarrollo1 .contDesarrollo{
		font-size: 24px;
		line-height: 27px;
	}
	#textDesarrollo1 .titleDesarrollo{
		padding: 20px 65px;
	}
	#textDetDes3 div[class*="col-"]{
		width: 33.333%;
	}

	#textDetDes3 div[class*="col-"]:nth-child(3n + 1) .contPropiedades{
		margin-left: 0;
		margin-right: auto;
	}
	#textDetDes3 div[class*="col-"]:nth-child(3n + 3) .contPropiedades{
		margin-right: 0;
		margin-left: auto;
	}
	.tituloProducto{
		/*padding-right: 545px;*/
	}
	.contPreciosDet{
		width: 525px;
		/*position: absolute;
		top: 0;
		right: 0;*/
		justify-content: center;
		margin-top: 0;
	}
	.cont-flexProducto{
		margin-top: 20px;
	}
	.lSAction &gt; .lSPrev {
	    top: -24px;
	}
	.lSAction &gt; .lSNext {
	    bottom: -24px;
	}
	#productosRelacionados .bx-wrapper .bx-prev {
	    left: calc(50% - 570px);
	}
	#productosRelacionados .bx-wrapper .bx-next {
	    right: calc(50% - 570px);
	}
	.cont-flexProducto{
		height: 470px;
	}
	.contentImgDet figure.visor{
		height: 562px;
	}
}
@media(min-width:1300px){
	.container {
    	width: 1230px;
	}
	.itemHome1{
		margin-right: 24px;
	}
	.itemHome1:nth-child(4){
		margin-right: 24px;
	}
	.itemHome1:nth-child(3){
		margin-right: 24px;
	}
	#menu li{
		padding: 0 10px;
	}
	#menu li.active a:before{
		left: -11px;
		width: calc(100% + 22px);
	}
	#textPropiedades1 .rowcol-2{
		margin: 0 -45px;
	}
	#textPropiedades1 .rowcol-2 div[class*="col-"]{
		padding: 0 45px;
	}
	#textDesarrollo1 .row{
		margin: 0 -42px;
	}
	#textDesarrollo1 div[class*="col-"]{
		padding: 0 42px;
	}
	.contentServ2{
		padding-left: calc(50% - 60px);
	}
	.titleServ5 span{
		display: block;
	}
	.detallesdepro{
		margin: 0 -18.66px;
	}
	.detallesdepro div[class*="col-"]{
		padding: 0 18.66px;
	}
	.cont-flexProducto{
		margin-top: 36px;
	}
	.lSAction &gt; .lSPrev {
	    top: -36px;
	}
	.lSAction &gt; .lSNext {
	    bottom: -36px;
	}
	#productosRelacionados .bx-wrapper .bx-prev {
	    left: calc(50% - 570px);
	}
	#productosRelacionados .bx-wrapper .bx-next {
	    right: calc(50% - 570px);
	}
}

@media(min-width: 1550px){
	#textHome1 .container{
		width: 1520px;
		max-width: initial;
	}
}

@media(max-width: 1199px){
	#titleDetProd .tituloProducto {
  		padding: 18px 15px 18px 15px;
	}
}

@media(max-width:991px){
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}
	.cont-flexProducto3 .flex-direction-nav .flex-prev {
		display: block;
	}
	.cont-flexProducto3 .flex-direction-nav .flex-next {
		display: block;
	}
	.cntHome2 &gt; div{
	    flex-basis: 50%;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 5;
	}
	#redes a{
		width: 33.333%;
		border-radius: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
		transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .what{
		background: #00e676 !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .lk{
		background: #0077b5 !important;
	}
	#redes a .fa{
		color: #ffffff;
		display: block;
	}
	#textHome1 .titleHome1{
		font-size: 25px;
	}
	body{
	    padding-bottom: 35px;
	}
	.mailsider{
	    margin:0 15px;
	}
	#divAvisoP{
	    padding-left:0;
	}
	.caracteristicas .item {
  		flex-basis: 33.3333%;
	}
	.titleDesDet {
  		font-size: 25px;
	}
	.caracteristicas .title {
  		font-size: 20px;
	}
}

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

	#details1 .informationGeneral .item {
  		width: 50%;
	}

}
@media(min-width:768px){
	body.fixed #header{
	    padding-top:0;
	    position:fixed; 
	    width:100%; 
	    z-index:20; 
	    top:0;
	    height: 100px;
	}
	body.fixed #header,body.fixed #topMenu,
	body.fixed #menu,body.fixed #menu li {
    	height: 100px;
	}
	body.fixed  #logo {
		width: 115px;
	}

  	/*#imagesProduct .slideshow {
    	display: none;
  	}*/

}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		/*margin-bottom: 35px;*/
	}
	body[data-page="1"]{
		padding: 0;
	}
	#header #topMenu nav,#header #topMenu #logo,#header #darkTop{
		display: none
	}
	#header #topMenu{
		height: 0
	}
	#header{
		margin-top: 0;
		height: auto;
		background: transparent;
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 380px;
	}
	a.toTop {
		left: auto;
		right: 21px;
	}
	.mailsider {
    	margin-right: 0px;
    	margin: 0 0 0 35px;
	}
	#textHome3 .container {
		font-size: 24px;
	}
	
	#bajarSlider{
		margin-top: 0px;
	}	
	.titleSomos3 {
		font-size: 20px;
		padding-left: 20px;
		text-align: left;
	}
	.cntSomos1 {
    	padding-right: 0;
    	height: auto;
	}
	.cntSomos1::before{
		width: 0;
		height: 0;
	}
	.imgSomos1Bg{
		display: block;
		margin-left: 15px;
		margin-top: 30px;
	}
	.titleServ1{
		font-size: 24px;
	}
	#textServ1 div[class*="col-"] {
    	width: 100%;
	}
	#textServ1 div[class*="col-"]:last-child::before{
		width: 0;
		height: 0;
	}
	#textServ2{
		background-position: right center;
	}
	.cntServ2 {
    	padding-left: 0px;
    	padding-top: 30px;
	}
	.contentServ2 {
    	height: auto;
    	padding-left: 0;
    	padding: 60px 0;
	}
	.imgServ2{
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 300px;
	}
	#textServ4{
		background-position: right center;
	}
	.cntServ4{
		margin-right: auto;
	}
	.titleServ5{
		font-size: 20px;
	}
	.subTitleServ5{
		font-size: 16px;
		line-height: 24px;
	}
	#textServ6{
		background-position: left center;
	}
	.contentServ6{
		max-width: 100%;
	}
	#textPropiedades1 .rowcol-2 div[class*="col-"]{
		width: 100%;
	}
	#textDesarrollo1 div[class*="col-"]{
		width: 100%;
	}
	#textDesarrollo1 div[class*="col-"]:nth-child(2n + 2):before{
		width: 0;
		height: 0;
	}
	.titleDetDesarrollo{
		font-size: 24px;
		line-height: 27px;
	}
	#textDetDes2 .container {
		font-size: 20px;
	}
	#textDetDes3 div[class*="col-"]{
		width: 100%;
	}
	#textDetPropiedades .tituloProducto{
		font-size: 20px;
	}
	#productosRelacionados .bx-wrapper .bx-prev {
	    left: 0px;
	}
	#productosRelacionados .bx-wrapper .bx-next {
	    right: 0px;
	}
	#titleNuevos .container {
		font-size: 24px;
	}
	.cont-flexProducto3 {
	    padding: 10px 80px;
	}
	.contentImgDet figure.visor {
	  height: 430px;
	  width: 650px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.btnCLogo{
  	width: 100%;
	}
	.btnSLogo{
		margin-left: 0px;
		margin-top: 20px;
	}
	#divAvisoP{
	    position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
	}
	.cntHome2 {
      padding: 23px 0 66px;
    }
    .cntHome2 &gt; div {
      flex-basis: auto;
    }

    #winGall .content {
    	padding: 0 1.5rem 1.25rem;
  	}
  	.property__gallery,
  	.property__gallery .gallery{
    	gap: .33rem;
    	height: 25rem;
  	}
  	#titleDetProd .tituloProducto {
  		font-size: 25px;
  		text-align: center;
  		padding: 38px 15px 38px 15px;
	}
	body.fixed #bajarSlider {
  		margin-top: 50px;
	}

	#dateShare{
		margin-top: 25px;
	}
	#dateShare article {
	    position: initial;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    flex-direction: column;
	    max-width: 260px;
	    margin: 0 auto;
	    align-items: center;
  	}

	#dateShare article&gt;div{
		display: inline-flex;
		width: initial;
		margin: initial;
	}
	#dateShare .date {
  		margin-bottom: 20px;
  		align-items: center;
  		margin-right: 15px;
	}
	#details1 {
  		padding-top: 30px;
  		padding-right: 0
  	}
}


@media(max-width:680px){
	.titleSomosP2{
		font-size: 28px;
	}
	.contentSomos2 .itemSomos2:last-child {
    	margin-left: 50px;
	}
	.titleSomos2 {
		font-size: 18px;
	}
	.titleSomos2 strong {
		font-size: 20px;
	}
	.contPreciosDet{
		flex-wrap: wrap;
	}
	.contPreciosDet .codigoDetP, 
	.contPreciosDet .famDetP, 
	.contPreciosDet .precioDetP {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.contPreciosDet .precioDetP {
    	width: 100%;
	}
	.contPreciosDet .famDetP {
    	margin-bottom: 10px;
    	margin-top: 10px;
	}
	.contPreciosDet .codigoDetP .codigocorto{
    	display: none;
	}
	.contPreciosDet .codigoDetP .codigolargo{
    	display: block;
	}
	.cont-flexProducto3 {
	    padding: 10px 40px;
	}
	.cont-flexProducto3 .flex-direction-nav .flex-prev {
		left: -35px;
	}
	.cont-flexProducto3 .flex-direction-nav .flex-next {
		right: -35px;
	}
	.titleServ2 {
	    width: auto;
	    font-size: 24px;
	    padding: 20px 40px;
	    line-height: 25px;
	}
	.contentImgDet figure.visor {
	  height: 372px;
	  width: 570px;
	  margin-left: auto;
	  margin-right: auto;
	}
}

@media(max-width: 650px){
	#details1 .informationGeneral .item,
	.caracteristicas .item {
  		width: 50%;
  		flex-basis: 50%;
	}
}
@media(max-width: 640px){
	.titleDesDet {
    	font-size: 24px;
	}
}
@media(min-width:601px){
	#imagesProduct #slideProp{
		display: none
	}
}
@media(max-width:600px){	
	.itemHome1{
		margin-left: 20px;
		margin-right: 20px;
	}
	.itemHome1:last-child{
		margin-right: 20px;
	}
	.itemHome1:nth-child(3){
		margin-right: 20px;
	}
	.item1Somos3{
		width: 100%;
		margin-bottom: 40px;
	}
	.item2Somos3{
		width: 100%;
		margin-bottom: 40px;
	}
	.item3Somos3{
		width: 100%;
		margin-bottom: 40px;
	}
	.item4Somos3{
		width: 100%;
	}
	.contentSomos2 .itemSomos2{
		width: 100%;
	}
	.contentSomos2 .itemSomos2:last-child {
    	margin-left: 0px;
    	margin-top: 40px;
	}
	.titleServ2{
		width: auto;
		font-size: 24px;
		padding: 20px 40px;
		line-height: 25px;
	}
	.contentServ2{
		font-size: 16px;
	}
	.titleDetDesarrollo{
		font-size: 20px;
		line-height: 24px;
	}
	.detallesdepro div[class*="col-"] {
    	width: 100%;
	}
	.titlePrintDet {
		height: 75px;
		font-size: 18px;
	}
	#textDetPropiedades {
    	padding-top: 50px;
	}
	.contentImgDet figure.visor {
	  height: 307px;
	  width: 470px;
	  margin-left: auto;
	  margin-right: auto;
	}
	#imagesProduct .gallery{
		display: none
	}
	#titleDetProd .tituloProducto {
    	font-size: 21px;
	}
	#textDetPropiedades {
    	padding-top: 12px;
  	}

}
@media(max-width:580px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
}
@media(max-width:540px){
	.mailsider {
    	margin-left: 0px;
    	margin-top: 20px;
	}
	.telefonoSlider{
		width: 100%;
		text-align: center;
	}
	.cntHome2{
		flex-wrap: wrap;
	}
	.telefonoSlider a {
		justify-content: center;
	}
}
@media(max-width:520px){
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	.titleDetDesarrollo {
	    font-size: 18px;
	    line-height: 22px;
	    position: relative;
	    top: -5px;
    	background: #314067;
	}
	.titleDETdes{
		font-size: 24px;
	}
	.cont-flexProducto2 .contImgsFlex div{
		margin-right: 12px;
	}
	.contentImgDet figure.visor {
	  height: 242px;
	  width: 370px;
	  margin-left: auto;
	  margin-right: auto;
	}
	#divHorarios .item{
	    font-size: 16px;
	}
	#divHorarios .item span {
      font-weight: 600;
    }
}

@media(max-width:480px){
	#textHome3 .container {
    	font-size: 18px;
	}
	#productosRelacionados .container {
    	padding: 0 15px;
	}
	.cntServ4 {
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.titleServ5 {
    	font-size: 18px;
    	line-height: 24px;
	}
	.cntfiltroTipos{
		width: auto;
		height: auto;
		flex-direction: column;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.cntfiltroTipos img{
		display: none;
	}
	.cntfiltroTipos .cntSelect{
		margin-top: 10px;
	}
	.cntfiltroTipos select {
		text-align-last: center;
	}
	#textDesarrollo1 .contDesarrollo {
		font-size: 15px;
	}
	.titleDIrDet {
		flex-wrap: wrap;
	}
	.icoDirDet{
		height: 45px;
		width: 100%;
	}
	.direccionDet {
    	width: 100%;
    	padding: 20px 15px;
	}
	.cont-flexProducto3 {
    	padding: 10px 10px;
    	background: transparent;
	}	
	.cont-flexProducto3 .flex-direction-nav .flex-prev {
		left: -25px;
	}
	.cont-flexProducto3 .flex-direction-nav .flex-next {
		right: -25px;
	}
	#titleNuevos .container {
		font-size: 20px;
	}
	#titleDetProd .tituloProducto {
    	font-size: 18px;
  	}
	#winGall .header .button-back {
  		width: 54px;
	}
	#winGall .header .button-back em{display: none}
	#winGall .header .button-back img {
  		margin: 0 auto;
	}
}

@media(max-width:450px){
	#slideProp .sw-bullet{display: none;}
}

@media(max-width:420px){
	#textHome1 .titleHome1{
		font-size: 22px;
	}
	.contPropiedades .cntDProp{
		height: auto;
	}
	.precioProp {
    	font-size: 18px;
	}
	.tituloProp{
		font-size: 16px;
	}
	.titleSomos1 strong{
		display: block;
	}
	.titleServ2{
		font-size: 20px;
	}
	.titleServ6 {
		padding: 20px 20px;
	}
	.filtrosCiudad {
    	width: auto;
	}
	.filtrosCiudad .filtroC {
		font-size: 10px;
	}
	#textDesarrollo1 .contDesarrollo {
		font-size: 13.5px;
	}
	#textDetDes2 .container {
		font-size: 16px;
	}
	.titlePrintDet {
		font-size: 16px;
	}
	.titleDesDet {
    	font-size: 20px;
	}
	.cont-flexProducto2 .contImgsFlex div{
		margin-right: 8px;
	}
	#textHome3 .container {
    	font-size: 15.5px;
	}
	#titleNuevos .container {
		font-size: 16px;
	}
	#frmContacto .subtit{
		font-size: 14px;
	}
	.contentImgDet figure.visor {
	  height: 190px;
	  width: 290px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.titlePrintDet .textSmall{
		display: block;
		font-size: 15px;
	}
}
@media(max-width: 390px){
	.cont-flexProducto3 {
    	padding: 10px 37px;
	}
	#details1 .informationGeneral .item, 
	.caracteristicas .item {
    	width: 100%;
    	flex-basis: 100%;
  	}
}
@media(max-width: 380px){
	.cont-flexProducto3 {
    	padding: 10px 34px;
	}
	#titleDetProd .tituloProducto {
    	padding: 28px 15px 28px 15px;
  	}
  	#winGall .header .actions a {
  		width: 39px;
  		height: 39px;
	}
	#winGall .header .button-back {
    	width: 44px;
    	height: 40px;
  	}
}
@media(max-width: 370px){
	.contPropiedades .cntDProp {
		padding-left: 15px;
		padding-right: 15px;
	}
	.itemMasDetProp {
		font-size: 12px;
	}
	.cont-flexProducto3 {
    	padding: 10px 25px;
	}
	#divAvisoP{
	    left:auto;
	    transform: none;
	}
}
@media(max-width:365px){
	.telefonoSlider a {
		font-size: 13px;
	}
}
@media(max-width:350px){
	.cont-flexProducto3 {
    	padding: 10px 10px;
	}
}
</pre></body></html>