/*
Theme Name: Fox Piantini Realty
Theme URI: http://meritdesigns.com/
Description: Real Estate WordPress Theme
Version: 1.0
Author: Merit Designs - Andres J. Villar [info.andresvillar@gmail.com]
*/
@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-RegularAlternate.eot');
    src: url('fonts/DIN-RegularAlternate.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN-RegularAlternate.woff2') format('woff2'),
        url('fonts/DIN-RegularAlternate.woff') format('woff'),
        url('fonts/DIN-RegularAlternate.ttf') format('truetype'),
        url('fonts/DIN-RegularAlternate.svg#DIN-RegularAlternate') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-Bold.eot');
    src: url('fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN-Bold.woff2') format('woff2'),
        url('fonts/DIN-Bold.woff') format('woff'),
        url('fonts/DIN-Bold.ttf') format('truetype'),
        url('fonts/DIN-Bold.svg#DIN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {	
	--white: #ffffff;
	--blue: #14828C;
	--red: #E60E01;
	--black: #000000;
	--purple: #4b1489;
	--orange: #fa6400;
}
html, body{
	height: 100%;
	margin: 0 !important;
	padding: 0;
}
body {
	background: #fff;
	font-family: 'DIN', sans-serif;
	font-size: 16px;
	color: #555;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.purple {
	color: var(--purple);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-red {
	background: var(--red);
}
.bg-purple {
	background: var(--purple);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--black);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--orange);
	border: none;
	padding: 11px 30px;
	font-weight: normal;
	font-family: 'DIN', sans-serif;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: var(--orange);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'DIN', sans-serif;
	font-weight: normal;
	color: #000;
}


/**** HEADER ****/
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
.top {
	background: var(--purple);
	color:#fff;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 6px;
}
.top .social {
	display: inline-block;
	margin-right: 14px;
}
.top .social a {
	color: #fff;
	font-size: 17px;
	margin: 0 5px;
}
header .navbar-brand {
	padding: 0;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
  	height: 80px;
  	margin-top: 0;
  	margin-bottom: 12px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--black);
	font-size: 16px;
	border: none;
	text-transform: none;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Rubik', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 10px 0;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav > .active > a {
	background: none !important;
	color: var(--black);
	border-bottom:  3px solid var(--purple);
}
.navbar-default .navbar-nav li a .fa {
	margin-left: 3px;
	font-size: 13px;
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 20px;
}
.navbar-default .dropdown-menu {
	list-style-type: none !important;
	width: auto;
  	left: 0;
  	margin-left: 0 !important;
  	margin-top: 0px;
  	max-width: none !important;
  	right: 0;
  	border-radius: 0;
  	min-width: 200px !important;
}
@media(min-width: 767px) {
	.navbar-default .dropdown-menu {
		top: 61px !important;
	}
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: var(--black) !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	background: #fff;
	margin-left: 0 !important;
	min-width: 220px !important;
}
.navbar-nav > li > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 15px !important;
	color: var(--black)
	font-weight: normal;
	padding: 9px 12px;
    display: block;
    background: #fff !important;
}
.navbar-nav > li > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--red);
}



/**** HOME ****/
.carousel-home .item {
	height: 500px;
}
.carousel-home .item::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.carousel-home img.imgcarousel {
	width: 100%;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-6 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
}
.content-carousel > div {
	text-align: left;
	max-width: 100%;
	margin: 0 auto;
	font-size: 22px;
}
.content-carousel .caracteristicas-slide {
	margin: 15px 0;
}
.content-carousel h1 {
	font-size: 40px;
	color: #fff;
}
.content-carousel a {
	border: 1px solid #fff;
	padding: 9px 30px;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	border-radius:4px;
	text-transform: uppercase;
}
.content-carousel a:hover {
	background: #fff;
	color: var(--purple);
}
.buscador-home {
	background: var(--purple);
	padding: 15px;
	border-radius: 4px;
	margin-top: 70px;
}
.buscador-home .row {
	margin: 0 -5px;
}
.searchform .col-sm-12, .buscador-home .col-xs-6  {
	padding: 0 5px;
}
.searchform {
	color:var(--black);
}
.searchform select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 18px;
	width: 100%;
	padding: 10px 20px 10px 8px;
	height: 42px;
	border: 1px solid #fff;
	margin-bottom: 10px;
	font-size: 15px;
	outline: none;
}
.searchform button {
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 20px 10px 8px;
	height: 42px;
	border: 1px solid #fff;
	color: #fff;
	background: #fa6400;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 15px;
	outline: none;
}
.line {
	width: 100px;
	height: 2px;
	background:var(--orange);
	text-align: center;
	display: inline-block;
	position: relative;
	margin-top: -5px;
	margin-bottom: 10px;
}
.property {
	border: 1px solid #e9e9e9;
	padding: 4px;
	border-radius: 4px;
	background: #fff;
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.property .imagenprop {
	display: block;
	width: 100%;
	height: 260px;
	position: relative;
}
.property .localization {
	position: absolute;
	top: 10px;
	left: 12px;
	font-size: 13px;
	padding: 3px 7px;
	text-transform: uppercase;
	background: var(--orange);
	color: #fff;
}
.property .contenido-ficha h4 {
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.property .contenido-ficha .excerpt {
	color:var(--purple);
}
.property .acciones-ficha {
	display: none
}
.property .precio-ficha {
	margin-top: 5px;
	margin-bottom: 10px;
}
.property .precio-ficha .operacion {
	font-weight:600;
	color:var(--black);
}
.property .precio-ficha a {
	color: var(--orange);
	font-size: 17px;
	width: 100%;
	position: relative;
	min-height: 30px;
	padding-top: 10px;
	font-weight: 600;
}
.property .caracteristicas {
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 30px;
}
.property .caracteristicas span {
	margin-right: 5px;
}
.property .caracteristicas img {
	width: 20px;
	position: relative;
	top:-2px;
}
.bg-grey {
	background: #f0f0f0;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 220px;
}
.fecha {
	margin-top: 10px;
	font-style:italic;
}
h4 {
	line-height: 1.4em;
}
.noticia {
	margin-bottom: 30px;
}
.owl2 {

}
.testimonio {
	padding-left: 30px;
	padding-top: 30px;
}
.content-testimonio {
	text-align: left;
	position: relative;
	border: 1px solid #FDB61E;
	border-radius: 4px;
	padding: 30px 30px 30px 100px;
	
}
.content-testimonio img.imagentestimonio {
	position: absolute;
	left: -20px;
	top: -20px;
	background:#fff;
	height: 100px;
	border-radius: 50%;
	width: 100px !important;
}
.content-testimonio img.quote {
	width: 50px !important;
	margin-bottom: 15px;
}
.owl2 .owl-nav  {
	display: none !important;
}
.owl2 .owl-dots {
	display: block !important;
}
.owl2 .owl-dots {
	display: block !important;
	margin-top: 25px;
	margin-bottom: 40px;
	text-align: center;
}
.owl-carousel button.owl-dot {
    background: #fff;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #FDB61E;
    border-radius: 18px;
    margin: 10px 4px;
}
.owl-carousel button.owl-dot.active {
	background: #FDB61E;
}
footer {
	background:var(--purple);
	color:#fff;
	padding-top:30px;
}
footer a {
	color:#fff !important;
}
.copyright {
	background:#3e1070;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logofooter {
	width: 300px;
	max-width: 80%;
}
.menufooter a {
	display: block;
	margin-bottom: 5px;
}
p.contactos {
	position: relative;
	padding-left: 26px;
}
p.contactos img {
	position: absolute;
	left:0;
	top: 4px;
	width: 18px;
}
footer .social {
	margin-bottom: 15px;
}
footer .social a {
	font-size: 18px;
	margin-right: 8px;
}
@media(min-width:767px) {
	.developer {
		text-align: right;
	}
}
.clearfix2 {
	display: none;
}
.clearfix1 {
	display: block;
	clear: both;
	min-height: 1px;
}
.contacto input {
	width: 100%;
	margin-bottom: 14px;
	padding: 11px;
	border: 1px solid #ddd;
}
.contacto textarea {
	width: 100%;
	margin-bottom: 14px;
	padding: 11px;
	border: 1px solid #ddd;
	height: 80px;
}
.mapa iframe {
	width: 100%;
	height: 385px;
}
.cab {
	background: url(images/slider.jpg) no-repeat center center;
	background-size:cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cab h1 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	margin:0;
}
.cab h2 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	margin:0;
}
.imgnoticiaprincipal {
	display: block;
	width: 100%;
	height: 400px;
}
@media(min-width:767px) {
	.contenedornoticia-principal {
		padding-top: 50px;
	}
}
.buscador-page {
	background:var(--purple);
	padding: 15px;
	border-radius: 4px;
}
.buscador-page .row {
	margin: 0 -5px;
}
.buscador-page .col-sm-2, .buscador-page .col-sm-12 {
	padding: 0 5px;
}
.buscador-page button {
	width: 360px;
	max-width: 100%;
}
.paginacion a {
	display: inline-block;
	font-weight: 600;
	margin: 0 4px;
}
.paginacion a.inactive {
	color: #888;
	font-weight: normal;
}
.single header {
	border-bottom: 1px solid var(--red);
}
.preciosingle {
	color:var(--red);
	font-weight: bold;
	font-size: 20px;
	position: relative;
	top: 1px;
}
@media(min-width:767px) {
	.whatsappsingle {
		text-align: right;
	}
}
.whatsappsingle {
	padding-top: 20px;
}
.whatsappsingle a {
	background:var(--red);
	color:#fff !important;
	border-radius: 4px;
	padding: 10px 20px;
	text-align: center;
}
.cabsingle {
}
.contenido-single {
	border: 1px solid #e0e0e0;
	padding: 20px 0 20px 20px;
	border-radius:4px;
}
.galeria {
	margin-top: 12px;
}
.item-galeria {
	display: block;
	width: 100%;
	height: 100px;
}
.owlgaleria .owl-nav {
	display: none !important;
}
.owlgaleria .owl-dots {
	display: none !important;
}
.list-caracteristicas {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.list-caracteristicas b {
	font-weight: 600;
	color: #333;
}
@media(min-width: 767px) {
	.list-caracteristicas li {
		float: left;
		width: 50%;
	}
}
.share-buttons-row {
	text-align: right;
	margin-bottom: 20px;
}
.share-buttons-row > div, .share-buttons-row > a {
	display: inline-block;
	width: 34px;
    height: 34px;
    cursor: pointer;
	font-size: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 34px;
	text-align: center;
	margin-right: .3em;
	padding: 0;
}
.share-fb, .share-buttons-row .fb {
    background-color: #2d609b;
    color: #fff;
}
.share-twitter, .share-buttons-row .twitter {
    background-color: #00c3f3;
    color: #fff;
}
.share-google-plus, .share-buttons-row .google-plus {
    background-color: #eb4026;
    color: #fff;
}
.share-linkedin, .share-buttons-row .linkedin {
    background-color: #0074a1;
    color: #fff;
}
.share-pinterest, .share-buttons-row .pinterest {
    background-color: #ca212a;
    color: #fff;
}
.share-tumblr, .share-buttons-row .tumblr {
    background-color: #36465d;
    color: #fff;
}
.share-print, .share-buttons-row .print{
    background-color: #666;
    color: #fff;
}
.share-print a, .share-whatsapp a {
	color: #fff;
}
.share-whatsapp, .share-buttons-row .whatsapp {
    background-color: #2cd247;
    color: #fff;
}



@media(max-width: 767px) {
	header .navbar-brand img {
  		height: 73px;
  		margin-top: 0;
		margin-bottom: 12px;
	}
	.navbar-toggle {
	 	margin-top: 28px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	 	width: 24px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: var(--blue);
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 2px;
		width: 24px;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  		padding: 10px 15px 10px 15px;
  		color: #555 !important;
  		border: none !important;
	}
	.carousel-home .item {
		padding-top: 50px;
	}
	.carousel-home .container-fluid {
	  position: relative;
	  color: #fff;
	  z-index: 100;
	  top: inherit;
	  left: inherit;
	  right: inherit;
	  height: auto;
	}
	.content-carousel {
	  display: block;
	  height: auto;
	  align-items: inherit;
	  color: #fff;
	}
	.content-carousel h1 {
	 	font-size: 36px;
	}
	.content-carousel > div {
 		font-size: 18px;
	}
	.carousel-home .col-sm-6 {
  		height: auto;
	}
	.buscador-home {
  		margin-top: 40px;
	}
	h2 {
  		font-size: 28px;
	}
	.clearfix1 {
		display: block;
	}
	.clearfix2 {
		display: block;
		clear: both;
		min-height: 1px;
	}
  	.cab h1 {
		font-size: 36px;
	}
	.contenedornoticia-principal h2 {
		margin-top:0;
	}
}



@media(max-width:498px) {
	h2 {
   		font-size: 25px;
  	}
  	.full498 {
		width: 100%;
		float: none;
	}
}