﻿/*
Theme Name: CADEM Inmobiliaria
Theme URI: http://meritdesigns.com/
Description: Real Estate WordPress Theme
Version: 1.0
Author: Merit Designs - Andres J. Villar
*/

body { 
	margin:0; 
	padding:0; 
	font-size:16px; 
	color:#333; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.container-fluid {
	width: 1200px; 
	max-width: 100%; 
	margin: 0 auto; 
}
.clear { 
	width: 100%; 
	clear: both; 
}
.height10 {
	width: 100%; 
	clear: both;
	height: 10px;
}
.height15 {
	width: 100%; 
	clear: both;
	height: 15px;
}
.height20 {
	width: 100%; 
	clear: both;
	height: 20px;
}
.height30 {
	width: 100%; 
	clear: both;
	height: 30px;
}
.height50 {
	width: 100%;
	clear: both;
	height: 50px;
}
.font-smaller {
	font-size: 0.8em;
}
.font-small {
	font-size: 0.9em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #0000FE;
}
a, a:hover, a:focus { 
	text-decoration: none; 
	color: #0000FE;
}
.text-white, .white {
	color: #fff;
}
.text-black, .black {
	color: #000;
}
.text-blue, .blue {
	color: #0000FE;
}
.text-orange, .orange {
	color: #FE7B47;
}
.text-grey, .grey {
	color: #666;
}
.bg-white {
	background: #fff;
}
.bg-black {
	background: #000;
}
.bg-blue {
	background: #0000FE;
}
.bg-grey {
	background: #f6f6f6;
}
.bg-orange {
	background: #FE7B47;
}
img {
	max-width: 100%;
	height: auto;
}
.transition {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.top-bar {
  text-align: right;
  color: #333333;
  padding: 6px 0 6px 0;
  background: #f5f5f5;
}
.top-bar .telefono, .top-bar .email {
	margin-right: 12px;
}
.top-bar p.social {
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 0;
}
.top-bar .fa {
	margin: 0;
	color: #fff;
	background: #111e8e;
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	border-radius: 50%;
}
.mainmenu {
	background: #b51d29;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-default { 
	background-color: transparent; 
	background: #b51d29;
	border: none !important; 
	margin-bottom: 0; 
	margin-top: 1px;
}
.navbar { 
	border-radius: 0; 
	border: none !important;
}
.navbar-default .navbar-nav>li {
	padding: 0 15px;
}
.navbar-default .navbar-nav > li.separa {
  padding: 0;
  border-left: 1px solid #fff;
  position: relative;
  top: 20px;
  height: 11px;
}
.navbar-default .navbar-nav>li>a { 
	color:#fff; 
	font-size:16px; 
	border: none;
	padding: 15px 3px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: margin-top .3s ease 0s;
	-moz-transition: margin-top .3s ease 0s;
	-ms-transition: margin-top .3s ease 0s;
	-o-transition: margin-top .3s ease 0s;
	transition: margin-top .3s ease 0s;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { 
	color:#fff;
	border: none; 
	background: transparent;
}
header .navbar-brand {
  font-size: 18px;
  line-height: 20px;
  margin: -44px 0 0 0;
  padding: 0;
  max-width: 200px;
  z-index: 9999;
  position: relative;
  width: 148px;
}
.navbar-toggle { 
	background: transparent !important; 
	border: none !important; 
	margin-right: 0;
	padding-right: 0;
}
.navbar-toggle .icon-bar {
	color: #fff;
	background: #fff;
	border-top: 3px solid #fff;
	border-radius: none !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none !important;
}
@media (max-width: 991px) {
	.top-bar .telefono, .top-bar .email, .top-bar .direccion {
		display: none;
	}
	header .navbar-brand {
    	width: 102px;
    }
	.navbar-default .navbar-nav>li {
		padding: 3px 10px
	}
	.navbar-default .navbar-nav > li > a {
    	padding: 6px 3px;
   	}
	.navbar-default .navbar-nav>li.separa {
		display: none;
	}
}

/** CAROUSEL **/
.carousel-home {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.carousel .item { 
	width: 100%; 
	height: 400px; 
}
.carousel-caption {
  text-align: center;
  bottom: 188px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-shadow: none;
}
.carousel-caption h2 { 
	font-size: 48px; 
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: none;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
}
.carousel-indicators li {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #FE7B47;
}
/** Buscador **/
.buscador-home {
	position: relative;
	margin-top: -168px;
	background: rgba(0,0,0,0.5);
}
.buscador-home form {
	padding: 20px;
	background: transparent;
}
.buscador-home .col-xs-6, .buscador-page .col-xs-6 {
	width: 20%;
	padding: 0 1px;
}
.searchform {
	font-size: 15px;
}
.searchform input, .searchform select, .searchform textarea, .searchform .dropdown-toggle {
    width: 100%;
	padding: 6px 10px;
	border: none;
	border-radius: 0 !important;
	margin-bottom: 2px;
	color: #444;
	height: 38px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #333;
    background: #fff;
}
.boxbusqueda {
	position: relative;
}
.bootstrap-select.btn-group .dropdown-menu {
    z-index: 99999;
}
.searchform input[type="submit"], .searchform button[type="submit"] {
	background: #111E8D;
	text-shadow: none !important;
	color: #fff; 
	font-size: 16px;
	width: 20%;
	padding: 10px 10px; 
	margin-top: 5px;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	border: none;
}
.borde {
	margin-top: 10px;
	border-top: 1px solid #e9e9e9;
	margin-bottom: 10px;
}
h1, h2, h3 {
	font-weight: normal;
}
/** Content Home **/
.maincontent {
	border: 1px solid #e9e9e9;
	background: #fff;
	border-radius: 3px;
}
.maincontent .content .recientes {
	margin: 10px 0;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
.col-sm-3.listados {
	padding: 0 10px;
	float: left;
}
.property {
	border:1px solid #e9e9e9;
	background: #fff;
	margin-bottom: 20px;
}
.property-thumb {
	position: relative;
}
.property-thumb .image {
	display: inline-block;
	width: 100%;
	height: 180px;
}
.property .property-thumb span.tipopropiedad {
  position: absolute;
  top: 8px;
  border: 1px solid #fff;
  background: #B51D29;
  display: inline-block;
  padding: 3px 12px 5px 12px;
  font-weight: bold;
  font-size: 13.6px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  left: -1px;
  width: 130px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.property .property-data p {
	font-size: 16px;
	padding: 7px 15px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.property .property-data p.border {
	border-bottom: 1px solid #e9e9e9;
}
.property .property-data a {
	color: #333;
	font-weight: normal;
}
.property .property-data p.precio {
  text-align: center;
  color: #111E8E;
  font-weight: normal;
  border-bottom: 1px solid #e9e9e9;
  font-size: 17px;
}
.property .caracteristicas {
	min-height: 40px;
}
.property .caracteristicas span {
	padding-left: 26px;
	font-size: 14px;
}
.property .caracteristicas span.beds {
	background: url(images/beds.png) no-repeat center left;
}
.property .caracteristicas span.baths {
	background: url(images/baths.png) no-repeat center left;
}
.property .caracteristicas span.garage {
	background: url(images/garage.png) no-repeat center left;
}
.results-bar {
	font-size: 14px;
}
.results-bar .col-xs-4 {
	text-align: right;
}
.results-bar select {
	border: 1px solid #e9e9e9;
	padding: 4px 10px;
}
.paginacion {
	margin-top: 8px;
}
.paginacion a, .paginacion span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
  margin: 0;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
  background: transparent;
  color: #111;
}
.paginacion a.selected, .paginacion a.current, .paginacion span.current {
	background: transparent;
	color: #0000FE;
	font-weight: 600;
}
.paginacion a.inactive {
	color: #666;
	background: transparent;
}
span.arrows3 {
  background: url(images/siguiente.png) no-repeat center center;
  background-size: 8px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
span.arrows2 {
  background: url(images/anterior.png) no-repeat center center;
  background-size: 8px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bg-grey.sinbuscador {
	padding-top: 100px;
}



/** FOOTER **/
footer {
	border-top: 4px solid #111E8E; 
	padding: 30px 0 0 0;
	font-size: 16px;
	position: relative;
	background: #f8f8f8;
}
.menufooter a {
	color: #333;
	display: inline-block;
	margin: 3px 14px 0 0;
}
footer p.loc img {
	margin-right: 5px;
}
footer p.social .fa {
	font-size: 19px;
	margin-right: 6px;
}
footer a.politicas {
	color: #333;
}
.bordefooter {
	border-top: 1px solid #ccc;
	padding-top: 14px;
}
.copyright, .developed {
	font-size: 15px;
}
footer .developed {
	text-align: right;
	margin-bottom: 10px;
}
footer .developed a {
	color: #333;
}

/** PAGINAS **/
.paddings-left {
	padding-left: 40px;
}
.paddings-right {
	padding-right: 40px;
}
.bg-grey2 {
  background: url(images/slide.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 40px;
}
.boton-calcular, .boton  {
	text-shadow: none !important;
	background: #111E8D;
	border: 1px solid #fff;
	color: #fff !important;
	font-size: 16px;
	width: 180px;
	padding: 10px 20px; 
	margin-top: 10px;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	font-weight: 400;
}
a.black, a.black:hover, a.black:focus  {
	color: #111 !important;
}
.imgblog {
	display: block;
	width: 100%;
	height: 340px;
}
.contentblog {
	padding-left: 20px;
	padding-right: 20px;
}
.imgfull img {
	width: 100%;
}
#whatsappToggle {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.contacto {
	margin-top: 20px;
}
.contacto input, .contacto textarea {
	padding: 9px 12px;
	width: 100%;
	border: 1px solid #d0d0d0;
	margin-bottom: 15px;
}
.contacto input[type="submit"] {
	border: none;
	background: #111E8D;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}
.contacto input[type="submit"]:hover {
	background: #111E8D;
}
.contactos span {
	white-space: nowrap;
	padding: 6px;
}
.mapa {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mapa iframe {
	width: 100%;
	height: 320px;
}
/** Agentes **/
.page-agentes .datos_agente {
	padding: 15px;
	border:1px solid #d9d9d9;
	background: #fff;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	font-size: 14.5px;
}
.page-agentes .datos_agente:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.page-agentes .datos_agente p {
	white-space: nowrap;
}
.author .foto {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	border: 2px solid #f0f0f0;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.author .foto img {
	min-height: 120px;
	min-width: 120px;
}
.author h3 span {
	font-size: 16px;
	font-weight: 300 !important;
	display: block;
	padding-top: 8px;
	color: #333 !important;
}
.author h3 span p {
	margin: 0;
	padding: 2px 0;
}
.author h3 span p i {
	display: inline-block;
	width: 20px;
	text-align: center;
}

/** DETALLE PROPIEDAD **/
.maincontent.single {
	margin-top: -300px;
}
.maincontent.single {
	border-top: none;
	font-size: 15px;
}
.maincontent.single .info {
	background: #E2E2E2;
	float: right;
	padding: 7px 24px;
	position: relative;
	text-align: center;
	line-height: 22px;
}
.maincontent.single h2.titulo {
	padding-top: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
}
.maincontent.single .operacion {
	display: block;
	clear: both;
	color: #CD0437;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.maincontent.single .info strong {
	font-size: 28px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	display: inline-block;
	padding-top: 4px;
}
.maincontent.single .info sup {
    top: -0.2em;
}
.maincontent.single .info a {
	font-size: 14px;
	text-decoration: underline;
}
.maincontent.single .info .flecha {
	position: absolute;
	left: 0;
	background: url(images/flecha.png) no-repeat center center;
	width: 15px;
	height: 20px;
	top: 35px;
}
.compartir {
	text-align: left;
}
.compartir i {
	font-size: 22px;
	display: inline-block;
	padding: 3px;
	position: relative;
	top: 2px;
}
.detalle .col-sm-8 {
	padding-left: 24px;
}
.mainimage {
	border: 4px solid #fff;
}
.mainimage img {
	width: 100%;
}
a.thumbnail-prop {
	display: inline-block;
	float: left;
	width: 20%;
	height: 100px;
	border: 4px solid #fff;
}
h3.title-section {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 24px 0 15px 0;
	padding-bottom: 4px;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
}
.datos_agente {
	padding-top: 15px;
}
.datos_agente img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.datos_agente p {
	padding: 0;
	margin: 4px 0;
}
.datos_agente i {
	display: inline-block;
	color: #ccc;
	width: 22px;
	text-align: center;
	font-size: 18px;
}
.col-sm-4.caracteristicas p {
	line-height: 22px;
}
.col-sm-4.caracteristicas strong {
	font-weight: 600;
}
.col-sm-4.caracteristicas ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.col-sm-4.caracteristicas ul li:before {
	content: '•';
	margin-right: 5px;
}

#formularioagente {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: rgba(0,0,0,0.7);
	padding-top: 100px;
}
#formularioagente .contentform {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	border-bottom: 5px solid #111E8D;
	padding: 20px;
	position: relative;
}
#formularioagente .contentform form {
	margin-top: 20px;
}
#formularioagente .contentform a.cerrarinfo {
	color: #999;
	font-weight: 300;
	position: absolute;
	top: 5px;
	right: 15px;
}
#formularioagente .contentform input, #formularioagente .contentform select, #formularioagente .contentform textarea {
	width: 100%;
	margin-bottom: 14px;
	border: 1px solid #e9e9e9;
	padding: 6px 15px;
}
#formularioagente .contentform input[type="submit"] {
	background: #111E8D;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	color: #fff;
}
#formularioagente .contentform input[type="submit"]:hover {
	background: #111;
	color: #fff;
}
ul.comodidades {
	margin-left: 0;
	padding-left: 0;
}
sup {
    top: -0.4em;
    font-size: 60%;
}
span.black {
  font-size: 20px;
  color: 333;
  font-weight: 500;
  position: relative;
  top: -2px;
}
.preciosingle {
	margin-top: 6px;
}
.politicas h3 {
	margin: 20px 0;
}
label.terminos {
	font-weight: 300;
	display: block;
}
label.terminos input {
	margin: 0 6px 0 0 !important;
	padding: 0 !important;
	height: auto !important;
	width: auto !important;
}
.topdetalle {
	padding-left: 190px;
	margin-top: -20px;
}

@media(max-width: 991px) {
	.carousel-caption {
    	left: 20px;
    	right: 20px;
    	padding-bottom: 0;
	}
	.carousel-caption h2 { 
		font-size: 40px; 
	}
	.buscador-page {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media(max-width: 767px) {
	.navbar-nav {
  		margin: 40px -15px 15px -15px;
	}
	.top-bar p.social {
		padding: 0;
	}
	.carousel .item { 
		width: 100%; 
		height: 240px; 
	}
	.carousel-caption {
  		bottom: 12px;
	}
	.buscador-home {
		margin-top: 0;
		margin-bottom: 0;
		background: #eee;
		border-bottom: 1px solid #ddd;
	}
	.buscador-home .col-xs-6, .buscador-page .col-xs-6 {
		width: 50%;
		float: left;
	}
	.botonbusqueda {
		position: relative;
		top: inherit;
		right: inherit;
		text-align: center;
		padding: 0;
		width: 100%;
	}
	.searchform button[type="submit"] {
		width: 200px;
		height: auto;
		display: inline-block;
	}
	.left767 {
		text-align: left;
	}
	footer .copyright, footer .developed {
		text-align: center;
	}
	.col-sm-3.listados {
	    padding: 0 10px;
	    float: left;
	    width: 50%;
	}
	.sharebar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navegacion .siguiente {
		text-align: left;
	}
	.maincontent.single .info {
		float: none;
		text-align: center;
	}
	.maincontent.single .flecha {
		display: none;
	}
	a.thumbnail-prop {
		display: inline-block;
		float: left;
		width: 25%;
		height: 100px;
		border: 4px solid #fff;
	}
	.topdetalle {
  		padding-left: 15px;
  		margin-top: 0;
	}
}

@media(max-width: 498px) {
	.carousel-caption h2 {
		font-size: 34px;
	}
	.searchform button[type="submit"] {
		width: 100%;
	}
	.col-sm-3.listados {
	    padding: 0 10px;
	    float: none;
	    width: 100%;
	}
	.sharebar .codigo, .sharebar .compartir {
		width: 100%;
		text-align: left;
	}
	a.thumbnail-prop {
		height: 110px;
	}
	h3.title-section {
		font-size: 18px;
	}
	.datos_agente {
		margin-bottom: 12px;
	}
	.datos_agente img {
	    margin-right: 10px;
	    max-width: 100px;
	}
	.contactos {
		text-align: left;
	}
	.contactos span {
		white-space: normal;
		padding: 3px 12px;
		display: block;
		font-size: 14px;
	}
	.entradablog {
		width: 100%;
		float: none;
	}
	.maincontent .content .recientes {
	    margin: 10px 0;
	    padding-top: 10px;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	a.thumbnail-prop {
		display: inline-block;
		float: left;
		width: 25%;
		height: 70px;
		border: 4px solid #fff;
	}
	.bg-grey.sinbuscador {
 		padding-top: 44px;
	}
}

p.locs {
	position: relative;
	padding-left: 24px;
}
p.locs .fa {
	position: absolute;
	left: 0;
	top: 5px;
}