header{ background-color:white !important; padding:7px 10px; }
header .navegacionPrincipal{ padding: 0; margin: 0; margin-top: 10px; text-align: center;}
header .navegacionPrincipal li{ margin-right: 10px!important; vertical-align:top;}
header .navegacionPrincipal li:last-child{ margin-right: 0px; }
header .navegacionPrincipal li a{ font-family: 'Raleway'; color: #222; padding: 7px 10px;
    background-color: #fff; border-radius: 5px;}
header .navegacionPrincipal li a:hover{ background-color: #191530; color: white; font-weight: bold;}

header .menu-secundario{ padding-right: 5%; background: white; }
header .navegacionSecundaria{ margin: 0 auto; list-style: none; margin-top: 10px;}
header .navegacionSecundaria li{ display: inline-block; }
header .navegacionSecundaria li a{ font-family:'Raleway'; padding-right: 10px; color: transparent; }

header .header__columnaLogo{ padding: 0; margin: 0; background-color: #1E1939;
  text-align: center; position: relative; }

header .header__columnaLogo a img{ width: 100%; max-width: 70%;}
.header{ padding: 0!important; }

header .header__columnaRedesContacto ul{ margin: 0 auto; list-style: none; }
header .header__columnaRedesContacto ul li{ display: inline-block; }

header .header__columnaRedesContacto ul .icon-facebook,
header .header__columnaRedesContacto ul .icon-twitter,
header .header__columnaRedesContacto ul .icon-instagram{
  display: block; background-repeat: no-repeat; background-position: center; width: 40px; height: 40px;
  color: transparent; font-size: 30px; border-radius: 50%;
}

header .header__columnaRedesContacto ul .icon-facebook{ background-image: url('../img/face.png'); }
header .header__columnaRedesContacto ul .icon-twitter{ background-image: url('../img/twitter.png'); }
header .header__columnaRedesContacto ul .icon-instagram{ background-image: url('../img/insta.png'); }

.wrapperBuscadorSimple{ padding: 20px 0; margin-bottom:0; box-shadow: none; }
.wrapperBuscadorSimple .buscadorSimple{ background:#1D1838 !important; }
.footer{ background-color:#0E0B1C; padding:10px 0;}
.footer .column-block{ margin-bottom:0;}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select{ border: 2px solid #cecece !important; }
.single .propiedad__contenido p{ margin-bottom:0; }

.grilla-propiedades a.propiedad--loop img.wp-post-image{ width:100%; height: 300px!important;}
.grilla-propiedades a.propiedad--loop .propiedad__titulo{color:#222;}
.grilla-propiedades a.propiedad--loop .propiedad__meta{ background-color: #444; }
.grilla-propiedades a.propiedad--loop .propiedad__esDestacada{ background-color: #211C42; }

/* CONTACTO */
.page-contacto .contacto_informativo .detalle{ margin-bottom: 0; color:#6D6D6D; }
.page-contacto .contacto_informativo .detalle strong{ font-size: 24px; margin-bottom: 0; color: #072146; }

.page-contacto .contacto_formulario{ margin-bottom: 20px; }
.page-contacto .contacto_formulario textarea{ border-color:#b5b3b3 !important; }
.page-contacto .contacto_formulario input{ border-color:#b5b3b3 !important; }
textarea.wpcf7-form-control.wpcf7-textarea::placeholder{ color:#6D6D6D!important; }
.page-contacto .contacto_formulario input::placeholder{ color:#6D6D6D!important; }
.page-contacto .contacto_formulario .wpcf7 input.wpcf7-submit{
	background-color: #37490D!important; border: 0!important; padding: 10px 20px; border-radius: 7px; }

.single-propiedad .propiedad__titulo{ color: #222!important; }
.single-propiedad .propiedad__meta { background-color: #211C42!important; }
.single-propiedad .acciones__botonContactanos{ background-color: #bb91c1!important;visibility: hidden; }
.single-propiedad .botonImprimir,
.single-propiedad .botonImprimir:hover{ border: 1px solid #222; }

.single-propiedad .botonImprimir .icono,
.single-propiedad .botonImprimir:hover .icono{ fill: #222 !important;}
.quienes-somos .container{ padding:30px 0; }
.quienes-somos .container section p{ font-size: 18px; padding: 10px;}

.newButtonInstagram a,.newButtonInstagram a:hover,
.newButtonFacebook a,.newButtonFacebook a{
	color:transparent !important;
	background-color:white !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	width:35px; height:35px;
	padding:0px !important;
}

.newButtonFacebook a,
.newButtonFacebook a:hover{ background-image: url('../img/newButtonFacebook.png') !important; }

.newButtonInstagram a,
.newButtonInstagram a:hover{ background-image: url('../img/newButtonInstagram.png') !important;  }


@media screen and (max-width: 42em){
  header .navegacionPrincipal li{ margin-bottom:10px;}
  .newButtonInstagram, .newButtonFacebook{ display:inline-block !important; }
  
  .navegacionSecundaria{ text-align: center!important; }
  
  header .navegacionSecundaria li a{ padding-right:10px!important; }
  header .navegacionSecundaria li:last-child a{ padding-right: 0!important; }
  header .header__columnaRedesContacto{ padding-right: 0!important; }
}