/*
	Theme Name: Actual Inmobiliaría
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color:#444;
	background: #f1f1f1;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ol{list-style:none; padding-left: 20px;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
	position: absolute;
	left: 0;
	top: 10px;
}
.logo-img {
	width:145px;
}
/* nav */
.nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
.nav ul li{
	display: inline-block;
	padding: 30px 0 30px 30px;
	line-height: 1;
}
.nav ul li a{
	color: #ffffff;
	text-decoration: none;
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
}
.nav ul li a:hover{
	color:#c92439;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

.text-center{text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
.color-white{color:#fff;}
.color-black{color:#2a2929;}
.color-grey{color: #a9a9a9;}

.color-celeste{color:#c92439;}
.hover-celeste:hover{color:#c92439;}
.ninja-forms-req-symbol{color:#c92439 !important;}

.line-1{line-height: 1;}

h4{color: #c92439; font-size: 16px; margin: 20px 0 10px 0;}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Rows */

.row-10{width: 10%; float: left;}.row-20{width: 20%; float: left;}.row-25{width: 25%; float: left;}.row-30{width: 30%; float: left;}.row-33{width: 33.33%; float: left;}.row-40{width: 40%; float: left;}.row-50{width: 50%; float: left;}.row-60{width: 60%; float: left;}.row-70{width: 70%; float: left;}.row-80{width: 80%; float: left;}.row-90{width: 90%; float: left;}.row-100{width: 100%;}.row-75{width:75%; float: left;}

.bg-white{background: #ffffff;}
.bg-black{background: #222221;}
.bg-grey{background: #384046;}
.bg-celeste{background: #c92439;}
.bg-verde{background: #75a807;}

.degrade{background: rgb(2,0,36);
background: -moz-linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5) 57%);
background: -webkit-linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5) 57%);
background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5) 57%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#000000",GradientType=1);}
.bg-black-opacidad{background: rgba(34,34,33,0.6);}

.border-white{border:solid 1px #fff;}
.border-black{border:solid 1px #262424;}
.radius{border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; }


.hidden{overflow: hidden;}

.max-1280{max-width: 1280px;}
.max-980{max-width: 980px;}
.max-640{max-width: 640px;}


/*BLOG*/

.max-640 .row-30{width: 35%;}
.max-640 .row-70{width: 65%;}
.max-640 .row-70 .searchandfilter ul li{width: 50%;}

/* Position */

.fixed{position:fixed !important;}
.absolute{position:absolute;}
.relative{position:relative;}

.center{
	position: absolute;
  	left: 50%;
  	top: 50%;
	transform: translate(-50%, -50%);
}
.font-72{
	font-size: 72px;
}
.font-60{
	font-size: 60px;
}
.font-40{
	font-size: 40px;
}
.font-32{
	font-size:32px;
}
.font-30{
	font-size:30px;
}
.font-28{
	font-size:28px;
}
.font-24{
	font-size:24px;
}
.font-20{
	font-size:20px;
}
.font-18{
	font-size:18px;
}
.font-16{
	font-size:16px;
}
.font-14{
	font-size:14px;
}
.font-12{
	font-size:12px;
}
.font-11{
	font-size:11px;
}
.bold{
	font-weight:700;
}
.black{
	font-weight:900;
}
.uppercase{text-transform: uppercase;}

.inline-block{display:inline-block;}
.block{display:block;}

.p-bottom-10{padding-bottom: 10px;} .p-bottom-20{padding-bottom: 20px;} .p-bottom-30{padding-bottom: 30px;} .p-bottom-40{padding-bottom: 40px;} .p-bottom-50{padding-bottom: 50px;} .p-bottom-60{padding-bottom: 60px;} .p-bottom-70{padding-bottom: 70px;} .p-bottom-80{padding-bottom: 80px;} .p-bottom-90{padding-bottom: 90px;} .p-bottom-100{padding-bottom: 100px;}

.p-top-10{padding-top: 10px;} .p-top-20{padding-top: 20px;} .p-top-30{padding-top: 30px;} .p-top-40{padding-top: 40px;} .p-top-50{padding-top: 50px;} .p-top-60{padding-top: 60px;} .p-top-70{padding-top: 70px;} .p-top-80{padding-top: 80px;} .p-top-90{padding-top: 90px;} .p-top-100{padding-top: 100px;}

.p-left-10{padding-left: 10px;} .p-left-20{padding-left: 20px;} .p-left-30{padding-left: 30px;} .p-left-40{padding-left: 40px;} .p-left-50{padding-left: 50px;} .p-left-60{padding-left: 60px;} .p-left-70{padding-left: 70px;} .p-left-80{padding-left: 80px;} .p-left-90{padding-left: 90px;} .p-left-100{padding-left: 100px;}

.p-right-10{padding-right: 10px;} .p-right-20{padding-right: 20px;} .p-right-30{padding-right: 30px;} .p-right-40{padding-right: 40px;} .p-right-50{padding-right: 50px;} .p-right-60{padding-right: 60px;} .p-right-70{padding-right: 70px;} .p-right-80{padding-right: 80px;} .p-right-90{padding-right: 90px;} .p-right-100{padding-right: 100px;}

.m-bottom-10{margin-bottom: 10px;} .m-bottom-20{margin-bottom: 20px;} .m-bottom-30{margin-bottom: 30px;} .m-bottom-40{margin-bottom: 40px;} .m-bottom-50{margin-bottom: 50px;} .m-bottom-60{margin-bottom: 60px;} .m-bottom-70{margin-bottom: 70px;} .m-bottom-80{margin-bottom: 80px;} .m-bottom-90{margin-bottom: 90px;} .m-bottom-100{margin-bottom: 100px;}

.m-top-10{margin-top: 10px;} .m-top-20{margin-top: 20px;} .m-top-30{margin-top: 30px;} .m-top-40{margin-top: 40px;} .m-top-50{margin-top: 50px;} .m-top-60{margin-top: 60px;} .m-top-70{margin-top: 70px;} .m-top-80{margin-top: 80px;} .m-top-90{margin-top: 90px;} .m-top-100{margin-top: 100px;}

.m-left-10{margin-left: 10px;} .m-left-20{margin-left: 20px;} .m-left-30{margin-left: 30px;} .m-left-40{margin-left: 40px;} .m-left-50{margin-left: 50px;} .m-left-60{margin-left: 60px;} .m-left-70{margin-left: 70px;} .m-left-80{margin-left: 80px;} .m-left-90{margin-left: 90px;} .m-left-100{margin-left: 100px;}

.m-right-10{margin-right: 10px;} .m-right-20{margin-right: 20px;} .m-right-30{margin-right: 30px;} .m-right-40{margin-right: 40px;} .m-right-50{margin-right: 50px;} .m-right-60{margin-right: 60px;} .m-right-70{margin-right: 70px;} .m-right-80{margin-right: 80px;} .m-right-90{margin-right: 90px;} .m-right-100{margin-right: 100px;}

.m-auto, .margin-auto{margin:0 auto;}

.m-0{margin:0px !important;}
.p-0{padding:0px !important;}

.price:after{content:""; display: block; height: 3px; width: 70px; position: absolute; left: 0; bottom: 0; background: #444;}

.nf-before-form-content{padding-bottom: 20px;}
nf-field:nth-child(1), nf-field:nth-child(2), nf-field:nth-child(3), nf-field:nth-child(4){display: block; width: 50%; float: left;}
nf-field:nth-child(5){display:block; clear: both;}

.nf-field-container{margin-bottom: 10px !important;}
nf-field{padding-right: 20px;}

input[type=text], textarea{padding: 10px; border-top: solid 1px #ffffff !important; border-left: solid 1px #ffffff !important; border-right: solid 1px #ffffff !important; border-bottom: solid 1px #cdd0d4; max-height: 70px;}

.nf-after-field{display:none !important;}
.nf-field-label{margin-bottom: 0px !important;}

input[type=button]{line-height: 1; color: #fff; background: #c92439; text-align: center; padding: 20px 70px; font-size: 14px; border:none;}

.circulo{width:170px; height: 170px; border-radius: 170px; border: solid 3px #c92439; position: relative; display: block; margin: 0 auto; color: #c92439;}

.proyectos-vendidos{width:175px; height: 170px; display: inline-block;}


.equipo .int-equipo{opacity:0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.equipo:hover .int-equipo{opacity:1;}

.select-filter{
	width: 100%;
	display: block;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	padding: 10px;
	border: solid 1px #ededed;
	background-color: #ededed;
	background-image: url(img/arrows.png);
	background-position: 95% 9px;
	background-repeat: no-repeat;
}

.titulo-banner{
	text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}
.box-shadow{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
}

.scroll-plantas{max-height:640px; overflow: scroll;}
.scroll-plantas::-webkit-scrollbar{
	width: 7px;
	height: 0px;
	background: #ededed;
}
.scroll-plantas::-webkit-scrollbar-thumb{
	background: #c92439;
}

.slick-dots{padding: 0; margin: 0; position: absolute; bottom: 20px; text-align: center; width: 100%;}
.slick-dots li{display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #ffffff; margin: 0 3px;}
.slick-dots li button{display:none;}

.slick-dots li.slick-active{background: #c92439;}

.list-arrow ul{padding:0;}

.list-arrow ul li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.list-arrow ul li:after{
	content:">";
	position: absolute;
	left: 0;
	top: -1px;
	color: #c92439;
}
.ui-state-active a{color:#c92439;}

.scrolltoid{
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.scrolltoid a{
	width: 12px;
	height: 12px;
	border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px;
	background: #c92439;
	display: block;
	margin: 5px 0;
}

.bg-header{background: rgba(117,117,117,0.6);}
.searchandfilter ul{padding:0; display: block; overflow: hidden;}
.searchandfilter ul li{display: block; width: 33.33%; float: left; padding: 0 !important;}
.searchandfilter label{width: 100%;}
.searchandfilter select.sf-input-select{width:90%; line-height: 1; padding: 15px;  -webkit-appearance: none;-moz-appearance: none; appearance: none; border: none; background-image: url(img/arrows.png); background-position: 95% 12px; background-repeat: no-repeat; background-color: #ffffff !important;}
.searchandfilter input[type=submit]{width:90%; line-height: 1; padding: 12px 15px;  -webkit-appearance: none;-moz-appearance: none; appearance: none; border: none; background: #c92439; color: #ffffff; font-size: 20px; font-weight: 700;}

#filtro{z-index: 99;}
.content-filter{height: 84px;}

.share{left: 470px; top: 2px; display: none;}
.share2{left: 310px; top: 2px; display: none;}
.share3{right:0; bottom: -20px; display: none;}

.flotante{bottom: -10px; left: 30px; max-width: 400px;}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media (max-width: 1100px) {

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

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

.row-50,.row-60,.row-40,.row-33,.row-25, .row-30, .row-70{width: 100%;}
nf-field{width:100%;}
.m-text-center{text-align: center;}
.searchandfilter ul li, .searchandfilter select.sf-input-select, .searchandfilter input[type="submit"]{width: 100%;}
.content-filter{height: auto;}
.logo{position: initial; padding: 15px 0 10px 0;}

.m-m-bottom-20{margin-bottom: 20px;}
.m-m-right-20{margin-right:0;}
	
.no-mobile{display: none;}

	
.m-p-right-0{padding-right: 0;}
.m-p-left-0{padding-left: 0;}
.m-p-top-20{padding-top: 20px;}
.m-p-top-0{padding-top: 0px;}
	
nf-field{padding: 0; width: 100% !important;}

.flotante{bottom: 0; left: 0; max-width: 100%; width: 100%;}
	
	.font-32{font-size: 28px;}	
}
@media (max-width: 980px) {

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

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

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

}
@media (max-width: 768px) {
	
}
@media (max-width: 640px) {

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

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

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

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

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*FONTELLO*/

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?34633143');
  src: url('fonts/fontello.eot?34633143#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?34633143') format('woff2'),
       url('fonts/fontello.woff?34633143') format('woff'),
       url('fonts/fontello.ttf?34633143') format('truetype'),
       url('fonts/fontello.svg?34633143#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.svg?34633143#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-down-dir:before { content: '\e800'; } /* '' */
.icon-left-dir:before { content: '\e801'; } /* '' */
.icon-right-dir:before { content: '\e802'; } /* '' */
.icon-up-dir:before { content: '\e803'; } /* '' */
.icon-share:before { content: '\e804'; } /* '' */
.icon-phone:before { content: '\e805'; } /* '' */
.icon-calendar:before { content: '\e806'; } /* '' */
.icon-zoom-in:before { content: '\e807'; } /* '' */
.icon-clock:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram-1:before { content: '\f16d'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */