@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&display=swap');




/* ------ BODY ------ */
html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Raleway', sans-serif !important;


}
body p{
	text-align: justify;
	font-size: 18px;
}

body li{
	font-size: 18px;
	font-weight: 700;
}

body a, a:hover, a:active, a:visited{
	text-decoration: none !important;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(27, 170, 181, 0.66);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.img-100{
	width: 100%;
	height: auto;
}

.img-clip-circle {
	width: 100%;
	height: auto;
    border-radius: 50%;
	padding: 20px;
  }

.col-centered{
    float: none;
  margin-left: auto;
  margin-right: auto;
}

.cols-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


.btn-click{
	background-color: #0C3D7A;
	padding: 10px 20px;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 10px;
	display: table;
}

.btn-click:hover{
	background-color: #1298E0;
	color: #ffffff;
	text-decoration: none !important
	
}



.remarket{
	background-color: #00AFEF;
	padding: 10px 20px;
	text-align: center;
	display: block;
	color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
}

.header-space{
	width: 100%;
	height: 100px;
}

.banner{
	width: 100%;
	height: auto;
	margin-bottom: 30px !important;
}

/* ------ COL SAME HEIGHT ------ */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.row-obj-bottom{
	 margin-bottom: auto !important;
}

@media (max-width: 767px) {
	.row-eq-height {
	  display:inline-block !important;
	}
}


/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}



/* ------ NAVBAR ------ */
.navbar {
	z-index: 99999 !important;
	border: none !important;
	background-color: rgba(6, 105, 178, .4);

}


.navbar-nav li a{
	color: #ffffff !important;
	font-weight: 300 !important;	
	font-size: 16px;

}


.navbar-color .nav>li>a:focus, .nav>li>a:hover {
	color: #ffffff !important;
	border-bottom: 2px solid #ffffff;
	position: relative;
	top:-4px;
	font-weight: 700 !important;
	
}

.navbar .navbar-brand{
	float: none !important;
}

.navbar .navbar-brand img{
	width: 200px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.navbar .navbar-brand img:hover{

}

.navbar li{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 30px;
}

.nav>li>a {
    padding:10px 15px !important;
}

.nav>li>a.icons {
    padding:10px 5px !important;
}


.nav>li>a:focus, .nav>li>a:hover {
	color: #ffffff;
	font-weight: 300;
	background-color: transparent !important;
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
}

.scrolled{
    transition: 0.5s;
    background-color: rgba(6, 105, 178, .8);
	
}

.scrolled.navbar .navbar-brand img{
	width: 200px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.scrolled.navbar li{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.navbar-toggle .icon-bar{
	border-color: #ffffff;
	background-color: #ffffff;
}

.navbar .logo-aniversario{
	height: 60px;
	width: auto;
}


.dropdown-menu {
   background-color: rgba(0,125,204,0.8) !important;
	
}

.dropdown-menu>li>a {
    color: #ffffff !important;
	 background-color: rgba(0,125,204,0.0) !important;
}

.dropdown-menu>li>a:hover {
	font-weight: bold !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #ffffff !important;
}


@media (max-width: 767px) {
	.navbar{
		background-color: rgba(6, 105, 178, 1);
		border-bottom: solid thin #FFFFFF !important;
	}
	
	.navbar .navbar-brand img{
		width: 250px;
		height: auto;
		padding-left: 20px;
	}
	
	.scrolled.navbar .navbar-brand img{
		width: 120px;
		height: auto;
		padding-left: 20px;
	}
	
	.navbar li{
		margin-top: 30px !important;
	}
	
	.navbar-nav>li {
		padding-left: 10px !important;
	}
	
	.dropdown-menu, .dropdown-menu>li>a{
		background-color: transparent !important;
	}
}



/* ------ INDEX SLIDE ------ */

#slides .slide-container{
  height: auto;
  width: 800px;
  position: absolute;
  left: -1px;
  top: 50%;
  background-color: rgba(63,153,203,0.5);
  padding: 30px;
  border: thin solid rgba(255,255,255,0.5);
}


#slides .slide-container .highline{
	font-size: 70px;
	line-height: 80px;
	font-weight: 700;
	color:rgba(255,255,255,0.9);
	text-align: left !important;
	z-index: 9999 !important;
	
}

#slides .slide-container .textline{
	font-size: 24px;
	line-height: 20px;
	font-weight: 400;
	color:#ffffff;
	text-align: left !important;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	z-index: 9999 !important;
	
}

#slides .slide-container p{
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color:#ffffff;
}

.cover-opacity{
	max-width: 100%;
	max-height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 999 !important;
}

@media (max-width: 767px) {
	.productos .productos-block img{
		height: 500px;
	}
	
	#slides .slide-container {
		width: 350px !important;
		left: 2%;
  	top: 40%;
		
	}
	
	#slides .slide-container .highline{
		font-size: 36px;
		line-height: 36px;
		font-weight: 700;
		text-align: center !important;

	}

	#slides .slide-container .textline{
		font-size: 16px;
		line-height: 16px;
		font-weight: 400;
		text-align: center !important;

	}
	
		#slides .slide-container p{
		font-size: 14px;
		line-height: 14px;
		font-weight: 300;
		text-align: center !important;

	}
	
	#slides .btn-click{
		margin: 0 auto !important;
		display: table;
	}
}

/* ------ WELCOME ------ */
.welcome{
	padding: 30px 0px;
}


/* ------ INDEX HOMES ------ */
.indexhomes{
	padding: 30px 0px;
}



.indexhomes .prop-frame{
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	overflow:hidden;
	margin-bottom:30px;
	border:#DCDCDC thin solid;
	padding:2px 2px 20px;
	text-decoration:none;

}

.indexhomes .prop-frame:hover{
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

.indexhomes .prop-frame .imagewrap{
	width:100%;
	height:200px;
	overflow:hidden;
	display: flex;
	position: relative;
	
}

.indexhomes .prop-frame .imagewrap img{
	width:100%;
	min-height:100%;
	align-self: center;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.indexhomes .prop-frame img:hover{
	 -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.indexhomes .prop-tittle{
	width: 100%;
	background-color:#0C3D7A;
	color: #ffffff;
	text-align: center;
	padding: 5px 10px;
	margin-top: 2px;
}

.indexhomes .prop-tittle:hover{
	background-color:#1298E0;
}

.indexhomes .prop-type{
	align-self: flex-start;
  	left: 0; 
  	top: 0;
  	position: absolute;
	background-color: rgba(75, 75, 77, .7);
	color: #ffffff;
	text-align: center;
	padding: 5px 20px;
}

.indexhomes .prop-status{
	align-self: flex-start;
  	left: 0; 
  	top: 0;
  	position: absolute;
	width: 150px;
}

.indexhomes .prop-status img{
	width: 100%;
	height: auto;
}

.indexhomes .prop-price{
	font-family: "Moderustic", sans-serif;
	text-align: center !important;
	font-weight: 700 !important;
	padding: 10px 0px;
	font-size: 24px;
}

.indexhomes .prop-text{
	font-family: "Moderustic", sans-serif;
	padding: 10px;
	font-size: 13px;
	text-align: center !important;
}

.indexhomes hr{
	margin: 0px 5px;
	border-bottom: solid thin #DCDCDC;
}

.indexhomes .prop-ubication{
	margin: 10px 5px;
}

.indexhomes .btn-moredetails{
 margin: 0 auto !important;
 display: table;
 color: #ffffff !important;
 font-size: 14px;
 background-color: #0C3D7A;
 padding: 5px 10px;
}

.indexhomes .btn-moredetails:hover{
	background-color: #1298E0;
	color: #ffffff;
	text-decoration: none;
}



.btn-alllistings{
 margin: 0 auto !important;
 display: table;
 color: #ffffff !important;
 font-size: 18px;
 background-color: #0C3D7A;
 padding: 15px 25px;
  text-decoration: none;
}

.btn-alllistings:hover{
	background-color: #1298E0;
	color: #ffffff;
	text-decoration: none;
}


/******* DEVELOPMENTS *******/
.developments{
	padding: 30px 10px;	
	
	-webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
}

.developments h1{
	text-align: center;
}

.developments .logo-development{
	width: 100%;
	height: auto;
}

/******* DEVELOPMENTS INFO ******/
.developments-info{
	padding: 40px 10px;	
}

.developments-info h1,h2{
	color: #1298E0 !important;
}

.developments-info .developments-info-logo{
	width: 80%;
	height: auto;
	margin-bottom: 20px;
}

.developments-info .map iframe{
	width: 100%;
	height: 450px;
}

/******* CAROUSEL *******/

.developments-carousel {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.developments-carousel ul {
	display: flex;
	padding: 0;
	margin: 0 !important;
	/*width: 300%;
	animation: fade 20s infinite alternate linear;*/
}

.developments-carousel li {
	width: 100%;
	list-style: none;
}

.developments-carousel img {
	width: 100%;
}

@keyframes fade {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}


/* ===== BARRA SLOGAN ===== */
.slogan-block{
	width: 100%;
	height: auto;
	padding: 60px 20px;
	text-align: center;	
	color: #ffffff;
	position: relative;
	
	
	background: url(../../imagenes/photo-background.jpg) no-repeat top center fixed ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}


.slogan-block .colorblock{
	background-color: rgba(6, 105, 178, .7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.slogan-block .textinfoblock {
	z-index: 99999;
}

.slogan-block .textinfoblock h1{
	font-size: 36px;
}

.slogan-block .textinfoblock p{
	font-size: 16px;
}

.slogan-block .textinfoblock .telnumber{
	font-size: 32px;
	color: #ffffff;
}

.slogan-block .textinfoblock .telnumber:hover{
	color: #000EB4;
}






/******* CONTACT *******/
.contact{
	padding: 30px 10px;	
	background: url(../../imagenes/background.jpg) no-repeat bottom center;
  	height: auto;
  	width: 100%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	position: relative;
}

.contact h1{
	text-align: center;
}

/******* rSLIDE *******/


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
margin-bottom:20px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
	
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}


/******* LISTINGS *******/
.listings{
	padding: 30px 10px;	
}

.listings .price-range a{
	font-family: "Moderustic", sans-serif;
	font-size: 18px;
	display: block;
 	background-color: #828282;
 	padding: 10px 15px;
  	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.listings .price-range a:hover{
	background-color: #1298E0;
	color: #ffffff;
	text-decoration: none;
}



.listings h1{
	text-align: center;
}


.listings .homes-listings ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.listings .homes-listings li{
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	overflow:hidden;
	margin-bottom:30px;
	border:#DCDCDC thin solid;
	padding:2px;
	text-decoration:none;

}


.listings .homes-listings .imagewrap{
	width:100%;
	height:240px;
	overflow:hidden;
	display: flex;
	position: relative;
	
}

.listings .homes-listings .imagewrap .img{
	width:100%;
	min-height:100%;
	align-self: center;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.listings .homes-listings .img:hover{
	 -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}


.listings .homes-listings .home-status{
	align-self: flex-start;
  	left: 0; 
  	top: 0;
  	position: absolute;
	width: 150px;
}

.listings .homes-listings .home-status img{
	width: 100%;
	height: auto;
}

.listings .homes-listings .listing-info p {
	margin: 2px !important;
	
}

.listings .homes-listings .listing-info .home {
	font-family: "Moderustic", sans-serif;
	color: #0C3D7A;
	font-weight: 700 !important;
	font-size: 24px;
	
}

.listings .homes-listings .listing-info .price {
	font-family: "Moderustic", sans-serif;
	color: #1298E0;
	font-weight: 700 !important;
	font-size: 24px;
}

.listings .homes-listings .listing-info .info {
	font-family: "Moderustic", sans-serif;
	color: #0C3D7A;
	font-size: 16px;
	font-weight: 200;
}

.listings .homes-listings .logo-development{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 10px;
}


.listings .homes-listings .btn-moredetails{
	font-size: 18px;
	display: block;
 	background-color: #0C3D7A;
 	padding: 10px 15px;
  	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.listings .homes-listings .btn-moredetails:hover{
	background-color: #1298E0;
	color: #ffffff;
	text-decoration: none;
}


/******* DETAILS *******/
.home-details{
	padding: 180px 10px 40px;
}

.home-details h1{
	color: #0C3D7A;
	font-weight: 700;
}

.home-details h2{
	color: #1298E0;
}

.home-details p{
	color: #0C3D7A;
}



.home-details .logo-home-details{
	width: 80%;
	height: auto;
	margin-bottom: 10px;
}





.home-details .home-details-photo{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}


/* ------ HOME DESCRIPTION ---- {*/

.home-name{
	font-family: "Moderustic", sans-serif;
}

.home-price{
	font-family: "Moderustic", sans-serif;
	color: #1298E0;
	font-weight: 700 !important;
	font-size: 36px;
}


.home-details .status{
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    background-color: #900;
	color: #fff;
	padding: 10px 25px !important;
    border-radius: 50px;
	text-align: center;
}


.home-description_data{
	font-family: "Moderustic", sans-serif;
}


/* ------ AGENTS ---- {*/

.agents{
	padding: 180px 10px 40px;
}

.agents h1{
	color: #0C3D7A;
	font-weight: 700;
}

.agents .name{
	color: #0C3D7A;
	font-weight: 700;
	font-size: 22px ;
}


.agents p{
	font-family: "Moderustic", sans-serif;
	text-align: justify;
}

.agents .quotes{
	width: 40px;
	height: auto;
	margin-right: 30px;
}

.agents .agentPhoto{
	width: 100%;
	height: auto;
}



/******* FORMS *******/


form ul{
	list-style:none;
	margin:0;
	padding:0;
}

form li{
	display:list-item;	
}

form .asterisk{
	color:#0199d9;
}

form p{
	color:#0199d9;
}

form .formGroup{
	margin-bottom:10px;
}

form input, select, textarea{
	width:100%;	
	font-size:15px;
	
  	display: inline-block;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  
  	margin:0;
	margin-top:10px;
  	padding: 10px 0px 10px 10px;
  
  	border: 1px solid #b7b7b7;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  
  	color: rgba(0,142,198,1);
  	-o-text-overflow: clip;
  	text-overflow: clip;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

form .button{
	display: inline-block;
	margin-top:10px;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	float: right;
  	cursor: pointer;
  	padding: 10px 50px;
  	border: 1px solid #018dc4;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  	color: rgba(255,255,255,0.9);
  	-o-text-overflow: clip;
  	text-overflow: clip;
  	background: #0199d9;
  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  	text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
  	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}


form .button:hover{
	background: #727272;
	border-color:#727272;
	color:#FFFFFF;
	text-decoration:none;
}

/******* FOOTER *******/

footer{
	background-color: #0C3D7A;
	padding: 30px 10px;
	color: #FFFFFF;
}

footer .footerlogo{
	width: 100%;
	height: auto;
}


footer .copyright{
	text-align: right;
	font-size: 14px;
}

footer .links{
	text-align: right;
	font-size: 14px;
}
