@charset "UTF-8";
/*
	Theme Name: Proddigia v.2021
	Theme URI: http://www.minnim.com/
	Version: 1.0.0
	Author: MINNIM
	Author URI: http://minnim.tv

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,700|Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("css/fonts.css");
@import url("css/fontawesome/all.min.css");
.wpcf7-form .wpcf7-submit, .blog .boton a, .no-disponible .boton, .ficha .boton {
  display: block;
  height: 40px;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: #003a5e;
  border: none;
  cursor: pointer;
}

.no-touch .wpcf7-form .wpcf7-submit:hover, .wpcf7-form .no-touch .wpcf7-submit:hover, .no-touch .blog .boton a:hover, .blog .boton .no-touch a:hover, .no-touch .no-disponible .boton:hover, .no-disponible .no-touch .boton:hover, .no-touch .ficha .boton:hover, .ficha .no-touch .boton:hover {
  background-color: #00c0ff;
}

html, body, h1, h2, h3, h4, p, ul, li {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

main {
  display: block;
}

* {
  outline: none !important;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

input, button, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #003a5e;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #FFF;
}

p {
  margin-bottom: 1em;
}

body .mobile {
  display: none !important;
}

body.mobile .desktop {
  display: none !important;
}

body.mobile .mobile {
  display: block !important;
}

.centrado {
  position: relative;
  max-width: 1600px;
  padding: 0 35px;
  margin: 0 auto;
}

.centrado:after {
  content: '';
  clear: both;
  display: block;
}

.estrecho {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 20px;
}

.estrecho:after {
  content: '';
  clear: both;
  display: block;
}

.centrado-hero {
  /* Sizing */
  margin: 0;
  padding: 0;
  /* Flexbox stuff */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Text styles */
  text-align: center;
}

.centrado-hero:after {
  content: '';
  clear: both;
  display: block;
}

h1 {
  position: relative;
  color: #003a5c;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 0;
  margin: 0 0 25px;
}

h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 2px;
  background: #003a5e;
  margin: 0 0 0 -24px;
}

h2, h3 {
  font-family: "Georgia", Georgia, serif;
  text-align: center;
  color: #003a5e;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: none;
  margin: 0 0 25px;
}

h2:after, h3:after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  margin: 12px auto 0;
  background: #003a5e;
}

#menu-mobile {
  display: none;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 24px;
  height: 17px;
  text-align: left;
  text-indent: -9999px;
  background: url("img/menu.svg") no-repeat right bottom;
  background-size: 100% auto;
}

#menu-mobile-close {
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  text-align: left;
  text-indent: -9999px;
  z-index: -2;
  background: #000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0.3s, width 0s linear 0.5s, height 0s linear 0.5s;
  -o-transition: opacity 0.3s linear 0.3s, width 0s linear 0.5s, height 0s linear 0.5s;
  transition: opacity 0.3s linear 0.3s, width 0s linear 0.5s, height 0s linear 0.5s;
}

.home .header {
  position: absolute;
  text-align: right;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0);
}

.home .header nav > ul .current-menu-item > a,
.home .header nav > ul .current_page_parent > a {
  padding-top: 4px;
  color: #fff;
  border-top: 2px solid #fff;
}

.home .header .user a {
  color: #fff;
}

.home .header nav > ul a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 6px 0 4px;
  margin-bottom: 2px;
}

.no-touch.home .header nav > ul a:hover {
  border-top: 2px solid #fff;
  padding-top: 4px;
}

.home .header .user .menu-languages li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #003a5e;
}

.home .header .user .favourites {
  border-left: 1px solid #fff;
}

.home .menu-propietario a {
  background: #003a5e;
  color: #fff;
  border: #fff 1.4px solid;
}

.no-touch.home .menu-propietario a:hover {
  background: #fff;
  border: #003a5e 1.4px solid;
  color: #003a5e;
}

.page-template-template-owner .menu-propietario a {
  background: #003a5e;
  color: #fff;
  border: #fff 1.4px solid;
}

.no-touch.page-template-template-owner .menu-propietario a:hover {
  background: #fff;
  border: #003a5e 1.4px solid;
  color: #003a5e;
}

.header {
  position: relative;
  text-align: right;
  background: #FFF;
}

.header .centrado {
  padding-top: 30px;
  padding-bottom: 12px;
}

.header .logo {
  position: relative;
  float: left;
  width: 192px;
  margin: 13px 0 0;
  overflow: hidden;
}

.home .header .logo {
  width: 200px;
  margin-top: -12px;
}

.header .logo a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  height: 0;
  padding-bottom: 24.5%;
  background: url("img/proddigia.png") no-repeat center center;
  background-size: 100% auto;
}

.home .header .logo a {
  padding-bottom: 32%;
  background-image: url("img/proddigia_slogan_es.png");
}

.header .sub-bloque {
  float: right;
}

.header nav {
  display: inline-block;
  font-size: 1.3rem;
  margin: 28px 20px 0 0;
}

.header nav > ul:after {
  content: '';
  display: block;
  clear: both;
}

.header nav > ul .current-menu-item > a,
.header nav > ul .current_page_parent > a {
  padding-top: 4px;
  border-top: 2px solid #003a5e;
}

.header nav > ul > li {
  position: relative;
  float: left;
  line-height: 1.3;
  padding: 0 0 0 16px;
}

.no-touch .header nav > ul > li:hover .sub-menu {
  max-height: 500px;
}

.header nav > ul a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #003a5e;
  padding: 6px 0 4px;
  margin-bottom: 2px;
}

.no-touch .header nav > ul a:hover {
  border-top: 2px solid #003a5e;
  padding-top: 4px;
}

.header nav .sub-menu {
  position: absolute;
  top: 34px;
  left: 50%;
  max-height: 0;
  min-width: 140px;
  text-align: left;
  padding: 0;
  border-left: 2px solid #00a9c8;
  background: #FFF;
  margin-left: 8px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header nav .sub-menu li.current-menu-item a {
  color: #000;
}

.header nav .sub-menu li a {
  font-size: 13px;
  text-transform: none;
  background: none;
  border-radius: 0;
  padding-left: 10px;
}

.no-touch .header nav .sub-menu li a:hover {
  background: none;
  border-radius: 0;
  color: #000;
}

.header .user {
  position: absolute;
  top: 20px;
  right: 35px;
  min-width: 180px;
  font-size: 10px;
}

.header .user .menu {
  float: right;
}

.header .user a {
  text-transform: uppercase;
  color: #003a5e;
  text-decoration: none;
}

.header .user .menu-languages {
  position: relative;
  width: 40px;
  min-height: 21px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.no-touch .header .user .menu-languages:hover, .header .user .menu-languages.desplegar {
  padding-top: 24px;
}

.no-touch .header .user .menu-languages:hover li, .header .user .menu-languages.desplegar li {
  display: block;
}

.no-touch .header .user .menu-languages:hover li.active, .header .user .menu-languages.desplegar li.active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.no-touch .header .user .menu-languages a:hover {
  color: #00c0ff;
}

.header .user .menu-languages li {
  display: none;
  border-left: 1px solid #003a5e;
  border-right: 1px solid #003a5e;
  background: #fff;
  margin: 0 0 6px 0;
}

.header .user .menu-languages li.active {
  display: block;
  color: #000;
}

.header .user .menu-languages li a {
  display: block;
  padding: 3px 0;
}

.header .user .favourites {
  position: relative;
  float: right;
  border-left: 1px solid #003a5e;
}

.header .user .favourites .menu {
  float: none;
  display: block;
}

.header .user .favourites .menu a {
  position: relative;
  display: block;
  padding: 3px 38px 3px 10px;
  z-index: 1;
}

.no-touch .header .user .favourites .menu a:hover {
  color: #00c0ff;
}

.header .user .favourites .total {
  position: absolute;
  top: 0;
  right: 8px;
  width: 25px;
  height: 21px;
  color: #FFF;
  text-align: center;
  line-height: 19px;
  font-size: 9px;
  margin: 0 0 0 4px;
  background: url("img/corazon_activo.svg") no-repeat center center;
  background-size: 100% auto;
  z-index: 0;
}

.menu-propietario {
  float: right;
  margin: 28px 0 0 0;
}

.menu-propietario a {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #003a5e;
  padding: 6px 38px;
  background: #fff;
  border: #003a5e 1.4px solid;
}

.no-touch .menu-propietario a:hover {
  background: #003a5e;
  color: #fff;
  border: #fff 1.4px solid;
}

#aviso-cookies {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
  color: #FFF;
  padding: 70px 0;
  background: rgba(0, 58, 94, 0.9);
  z-index: 100;
}

#aviso-cookies .centrado {
  max-width: 600px;
  margin: 0 auto;
}

#aviso-cookies .titular {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}

#aviso-cookies a {
  text-decoration: underline;
  color: #FFF;
}

#aviso-cookies p {
  margin-bottom: 2rem;
}

#aviso-cookies .boton {
  margin-bottom: 20px;
}

#aviso-cookies .boton a {
  display: inline-block;
  height: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 40px;
  color: #003a5e;
  text-decoration: none;
  padding: 0 40px;
  background: #FFF;
}

.no-touch #aviso-cookies .boton a:hover {
  background: #00c0ff;
  color: #FFF;
}

::-webkit-input-placeholder {
  color: #003a5e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #003a5e;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #003a5e;
  opacity: 1;
}

::placeholder {
  color: #003a5e;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #003a5e;
  opacity: 1;
}

:-moz-placeholder {
  color: #003a5e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #003a5e;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #003a5e;
  opacity: 1;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 17px;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-file {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  color: #003a5e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  padding: 9px;
  border-bottom: 1px solid #b2c0cb;
  margin: 2px 0 7px;
}

.wpcf7-form .wpcf7-text.wpcf7-not-valid,
.wpcf7-form .wpcf7-textarea.wpcf7-not-valid,
.wpcf7-form .wpcf7-file.wpcf7-not-valid {
  color: #e2001a;
}

.wpcf7-form input[type=radio] {
  -webkit-appearance: radio;
}

.wpcf7-form .wpcf7-textarea {
  height: 170px;
}

.wpcf7-form .check {
  float: left;
  margin: 0 0 20px;
}

.wpcf7-form .check .aceptar-legal,
.wpcf7-form .check .aceptar-legal-2 {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
}

.wpcf7-form .check span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .check a {
  text-decoration: underline;
  color: #003a5e;
  font-weight: 700;
}

.no-touch .wpcf7-form .check a:hover {
  color: #00c0ff;
}

.wpcf7-form .nota {
  float: right;
  font-size: 0.8em;
  margin: 0 0 15px 10px;
}

.wpcf7-form .selector_oficina {
  float: left;
  width: 48.2%;
}

.wpcf7-form .boton {
  position: relative;
  float: right;
  width: 48.2%;
}

.wpcf7-form .wpcf7-submit {
  width: 100%;
}

.no-touch .wpcf7-form .wpcf7-submit:hover {
  background: #00c0ff;
}

.wpcf7-form input[type="checkbox"] {
  border: 1px solid #b2c0cb;
  -webkit-appearance: checkbox;
}

.wpcf7-form div.wpcf7-response-output {
  width: 48%;
  padding: 0 0 2rem 0;
  border: none;
  color: #e2001a;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: -36px 0 0;
}

.wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #00c0ff;
  font-style: normal;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  color: #e2001a;
  font-style: italic;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
}

.wpcf7-form .ajax-loader {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/ajax-loader-squares.gif") no-repeat center #003a5e;
}

.wpcf7-form .ajax-loader.is-active {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/ajax-loader-squares.gif) no-repeat center #003a5e;
  z-index: 10;
}

.wpcf7-form .textos {
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  font-size: 2rem;
  padding-bottom: 5px;
}

.wpcf7-form .fila {
  overflow: hidden;
}

#contacto {
  max-width: 1280px;
  margin: 20px 5% 6%;
}

#contacto:after {
  content: '';
  display: block;
  clear: both;
}

#contacto .mapa {
  float: left;
  width: 50%;
  margin: 0;
}

#contacto #googleMap {
  height: 570px;
}

#contacto .col {
  float: right;
  width: 47%;
  margin: 0;
}

#contacto .textos {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  margin-top: -15px;
  padding-bottom: 5px;
}

#contacto .textos p {
  margin-bottom: 25px;
}

#contacto .direcciones {
  text-align: left;
  overflow: hidden;
}

#contacto .direcciones > div {
  float: left;
  width: 48.2%;
  text-align: left;
}

#contacto .direcciones > div:first-child {
  float: right;
}

#contacto .direcciones h4 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 8px;
}

#contacto .direcciones strong {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin: 0 0 3px;
}

#contacto .direcciones p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  margin: 0;
}

#contacto .wpcf7-form div.wpcf7-response-output {
  width: auto;
  margin: 0;
}

.ui-selectmenu-menu {
  background: #FFF;
}

.ui-selectmenu-menu .ui-menu {
  padding: 0;
  border-left: 1px solid #b2c0cb;
  border-right: 1px solid #b2c0cb;
}

.ui-selectmenu-menu .ui-menu li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 38px;
  border-bottom: 1px solid #b2c0cb;
}

.ui-selectmenu-menu .ui-menu li:first-child {
  border-bottom: none;
}

.no-touch .ui-selectmenu-menu .ui-menu li:hover {
  background: #eaeaea;
}

.ui-selectmenu-menu .ui-state-disabled {
  display: none;
}

.ui-menu .ui-menu-item-wrapper {
  height: 40px;
  padding: 0;
}

.ui-selectmenu-button.ui-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: left;
  width: auto;
  height: 40px;
  font-size: 1.4rem;
  line-height: 38px;
  letter-spacing: 1px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #b2c0cb;
}

.ui-selectmenu-text {
  margin: 0;
}

.ui-selectmenu-text:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 20px;
  height: 10px;
  vertical-align: top;
  margin: 15px 0 15px 10px;
  background: url("img/interface.png") no-repeat -250px -100px;
}

.ui-selectmenu-button-open .ui-selectmenu-text:after {
  background-position: -200px -100px;
}

.selector_oficina .ui-selectmenu-button.ui-button {
  text-align: center;
}

.selector_oficina .ui-selectmenu-button.ui-button .ui-selectmenu-text:after {
  position: static;
  right: auto;
  float: none;
  display: inline-block;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

.ui-selectmenu-icon.ui-icon {
  display: none;
}

.custom_file {
  position: relative;
  margin: 0 0 17px;
}

.custom_file .wpcf7-form-control-wrap {
  border: 1px solid #b2c0cb;
  margin: 0;
}

.custom_file input {
  opacity: 0;
  margin-bottom: 0 !important;
}

.custom_file label {
  position: absolute;
  height: 38px;
  width: 300px;
  top: 1px;
  right: 1px;
  color: #FFF;
  line-height: 38px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  background: #b4b4b4;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}

.custom_file .value {
  position: absolute;
  top: 1px;
  left: 10px;
  width: 100%;
  height: 38px;
  font-size: 1.4rem;
  line-height: 38px;
  color: #b4b4b4;
  pointer-events: none;
  z-index: 1;
}

.footer {
  height: 140px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.5px;
}

.footer .columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 2em;
}

.footer .col {
  text-align: left;
  padding: 0 1%;
}

.footer .col a {
  font-weight: 400;
  color: #FFF;
}

.no-touch .footer .col a:hover {
  color: #00c0ff;
}

.footer .col .menu {
  display: block;
}

.footer .col .menu li {
  display: block;
  margin-bottom: 1.1em;
}

.footer h3 {
  text-align: left;
  font-size: 1.9rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #FFF;
  padding: 0;
  margin: 0 0 1em;
}

.footer h3:after {
  display: none;
}

.footer li.twitter a:after {
  content: "\f099";
}

.footer li.facebook a:after {
  content: "\f39e";
  font-size: 19px;
}

.footer li.instagram a:after {
  content: "\f16d";
  font-size: 21px;
}

.footer li.linkedin a:after {
  content: "\f0e1";
}

.footer li.youtube a:after {
  content: "\f167";
}

.footer .contenedor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #003a5e;
}

.footer .centrado {
  padding: 30px 30px;
}

.footer .menu {
  display: block;
  margin: 0 0 1rem;
}

.footer .menu li {
  display: inline-block;
  margin-bottom: 3px;
}

.footer .menu a {
  text-decoration: none;
}

.footer .copyright {
  font-size: 1.4rem;
}

.menu-social-footer li,
#menu-social-footer li,
#menu-social-footer-catalan li,
#menu-social-footer-ingles li {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 2px;
}

.menu-social-footer a,
#menu-social-footer a,
#menu-social-footer-catalan a,
#menu-social-footer-ingles a {
  display: block;
  color: #FFF;
  font-size: 0;
  text-align: left;
  text-indent: -9999px;
  padding: 2px 5px;
}

.no-touch .menu-social-footer a:hover, .no-touch
#menu-social-footer a:hover, .no-touch
#menu-social-footer-catalan a:hover, .no-touch
#menu-social-footer-ingles a:hover {
  color: #00c0ff;
}

.menu-social-footer a:after,
#menu-social-footer a:after,
#menu-social-footer-catalan a:after,
#menu-social-footer-ingles a:after {
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  font-weight: 400;
  text-indent: 0;
}

.menu-footer li:after {
  content: '|';
  display: inline-block;
  color: #959595;
  padding: 0 5px 0 7px;
}

.menu-footer li:last-child:after {
  display: none;
}

.menu-footer a {
  color: #959595;
}

.no-touch .menu-footer a:hover {
  color: #FFF;
}

.error404 {
  text-align: center;
}

.error404 h1 {
  margin: 0 0 10px;
}

.error404 article a {
  color: #003a5e;
  text-decoration: underline;
}

.swiper-pagination-bullet {
  opacity: .5;
  background: #FFF;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFF;
}

.swiper-button-next,
.swiper-button-prev {
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  margin-top: 0;
  background-size: 25% auto;
  z-index: 20;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxMy45OTlweCIgaGVpZ2h0PSIzMXB4IiB2aWV3Qm94PSI3LjU4MyAtMC43NzcgMTMuOTk5IDMxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDcuNTgzIC0wLjc3NyAxMy45OTkgMzEiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI4Ljk2NiwwLjIyNCAxOS44LDE0Ljc0MyA4Ljk2NiwyOS4yNjQgIi8+DQo8L3N2Zz4NCg==);
  right: 0;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxMy45OTlweCIgaGVpZ2h0PSIzMXB4IiB2aWV3Qm94PSI3LjU4MyAtMC43NzcgMTMuOTk5IDMxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDcuNTgzIC0wLjc3NyAxMy45OTkgMzEiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyMC40LDI5LjI2MyA5LjU2NiwxNC43NDQgMjAuNCwwLjIyNCAiLz4NCjwvc3ZnPg0K);
  left: 0;
  right: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 14px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: auto;
}

.compartir h4 {
  margin: 0 0 3px;
}

.compartir li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.compartir li a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  text-decoration: none;
  font-size: 0;
  padding: 0 1px;
}

.compartir li a:after {
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
  color: #b2c0cb;
  font-size: 1.9rem;
  font-weight: 400;
  text-indent: 0;
}

.no-touch .compartir li a:hover:after {
  color: #00c0ff;
}

.compartir li.facebook a:after {
  content: '\f39e';
}

.compartir li.twitter a:after {
  content: '\f099';
}

.compartir li.pinterest a:after {
  content: '\f0d2';
}

.compartir li.whatsapp a:after {
  content: '\f232';
  font-size: 2rem;
}

.compartir li.email a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
}

section.legal .centrado {
  max-width: 1020px;
  margin: 0 auto 5rem;
}

section.legal h1 {
  margin-bottom: 5rem;
}

section.legal a {
  color: #003a5e;
  text-decoration: underline;
}

.no-touch section.legal a:hover {
  color: #00c0ff;
}

section.legal strong {
  font-weight: 600;
}

section.legal table {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  border: 1px solid #666;
  margin-bottom: 3rem;
}

section.legal thead {
  font-weight: 700;
}

section.legal td {
  width: auto;
  padding: 1rem;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

section.legal td:first-child {
  font-weight: 700;
}

section.legal p {
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
}

section.legal h4 {
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  font-weight: 400;
  font-size: 2.4rem;
  padding-top: 1rem;
  margin: 0 0 1.5rem;
}

section.legal ol {
  padding-left: 0;
  margin: 0 20px 25px 30px;
}

section.legal ol li {
  font-size: 2rem;
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  list-style: decimal;
  padding-left: 10px;
  margin: 0 0 3rem 0;
}

section.legal ul {
  margin: 0 20px 25px 30px;
}

section.legal ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  padding-left: 10px;
  list-style: disc;
  margin: 0 0 1rem 0;
}

.home .destacado.principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px;
  background: #333;
}

.home .destacado.principal a {
  display: block;
}

.home .destacado.principal img {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.blog .fila:after {
  content: '';
  display: block;
  clear: both;
}

.blog article {
  overflow: hidden;
  padding: 0 0 4rem;
  margin: 0 0 6rem;
  border-bottom: 1px solid #b2c0cb;
}

.blog article:nth-last-of-type(1) {
  border-bottom: none;
  margin: 0;
}

.blog.detalle article {
  margin: 0 0 2rem;
}

.blog .cat-item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.blog .read_more {
  margin-bottom: 2rem;
}

.blog .tagcloud {
  line-height: 1.8;
}

.blog .view-article {
  display: none;
}

.blog .destacada {
  display: block;
  float: left;
  width: 50%;
  max-width: 300px;
  margin: 0 20px 2rem 0;
}

.blog h1,
.blog article h2 {
  font-size: 2.2rem;
  font-family: "Open Sans", Georgia, serif;
  color: #003a5e;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 20px;
}

.blog h1:after,
.blog article h2:after {
  display: none;
}

.blog h1 a,
.blog article h2 a {
  color: #003a5e;
  text-decoration: none;
}

.blog h1 {
  font-size: 3.5rem;
}

.blog.categoria h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-top: 2px solid #003a5e;
  padding-top: 14px;
  margin: 0 15% 70px 0;
}

.blog.categoria .intro {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: -50px 0 70px;
}

.blog.casos_estudio .col-left {
  float: none;
  width: auto;
  max-width: 1080px;
  margin: 0 auto;
}

.blog.casos_estudio.categoria h1 {
  color: #003a5e;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  border-top: none;
  margin: 0 0 1.2em;
}

.blog.casos_estudio.categoria h1 em {
  display: block;
  font-style: normal;
  font-family: "Georgia", Georgia, serif;
  font-weight: 300;
  line-height: 1;
  font-size: 3rem;
  text-transform: none;
}

.blog.casos_estudio.categoria h1 em:after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  margin: 12px auto 0;
  background: #003a5e;
}

.blog.casos_estudio .intro {
  max-width: 1000px;
  font-size: 1.5rem;
  color: #696969;
  text-align: center;
  margin: 0 auto 4em;
}

.blog.casos_estudio .intro strong {
  font-weight: 600;
}

.blog.casos_estudio .listado {
  text-align: left;
  font-size: 0;
  margin-bottom: 4rem;
}

.blog.casos_estudio .listado article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  font-size: 1.2rem;
  border: none;
  padding: 0 9px 2rem;
}

.blog.casos_estudio .listado .marco {
  -webkit-box-shadow: inset 0 0 0 1.5px #f4f4f4;
          box-shadow: inset 0 0 0 1.5px #f4f4f4;
}

.no-touch .blog.casos_estudio .listado article:hover .marco {
  -webkit-box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.3);
}

.blog.casos_estudio .listado .destacada {
  width: 100%;
  max-width: none;
  float: none;
  margin: 0 0 1rem;
}

.blog.casos_estudio .listado .info {
  font-size: 11px;
  color: #696969;
  font-weight: 500;
  margin: 0 14px 1.5rem;
}

.blog.casos_estudio .listado h2 {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 0 1.8rem;
  margin: 0 14px;
}

.blog .info {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.blog .info a {
  text-decoration: none;
  color: #003a5e;
}

.no-touch .blog .info a:hover {
  color: #00c0ff;
}

.blog .info .sep {
  display: inline-block;
  padding: 0 10px;
}

.blog .extracto,
.blog .content {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.5;
  padding: 0 0 6px;
  color: #696969;
}

.blog .extracto a,
.blog .content a {
  color: #696969;
  text-decoration: underline;
}

.blog .extracto p,
.blog .content p {
  margin: 0 0 20px;
}

.blog .extracto .alignnone,
.blog .content .alignnone {
  display: block;
  width: 100%;
  padding: 8px 0;
}

.blog .content p {
  margin: 0 0 25px;
}

.blog .col-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66%;
}

.blog .col-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 34%;
  padding: 0 0 0 6.6%;
}

.blog .boton a {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}

.blog.detalle .principal {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.blog.detalle h1 {
  margin-bottom: 16px;
}

.blog.detalle .info {
  margin-bottom: 23px;
}

.blog .read_more a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 17px;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI2LjMzNHB4IiBoZWlnaHQ9IjEzLjQ2N3B4IiB2aWV3Qm94PSIwIDAgNi4zMzQgMTMuNDY3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2LjMzNCAxMy40NjciIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIxLjI0NSwyIDQuOTk1LDcuMDI1IDEuMjQ1LDEyLjA1MSAiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 0 0 5px;
}

.blog .pagination {
  text-align: center;
  font-size: 1.6rem;
  line-heigth: 1;
  padding-top: 16px;
  margin: 0 0 70px 0;
}

.blog .pagination a {
  display: inline-block;
  vertical-align: middle;
  color: #003a5e;
  text-decoration: none;
  padding: 4px 7px;
}

.blog .pagination a.next, .blog .pagination a.prev {
  content: '';
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
}

.blog .pagination a.next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI5LjYyNnB4IiBoZWlnaHQ9IjE4LjkzOXB4IiB2aWV3Qm94PSIwIDEuMjQ3IDkuNjI2IDE4LjkzOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDEuMjQ3IDkuNjI2IDE4LjkzOSINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8dGl0bGU+YXJyb3dfdXAgWyMzMzddPC90aXRsZT4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNBNUUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjEuNTgzLDIuMjQ0IDcuNTgzLDEwLjc0NCAxLjU4MywxOS4yNDQgIi8+DQo8L3N2Zz4NCg==);
  margin-left: 6px;
}

.blog .pagination a.prev {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI5LjYyNnB4IiBoZWlnaHQ9IjE4LjkzOXB4IiB2aWV3Qm94PSIwIDEuMjQ3IDkuNjI2IDE4LjkzOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDEuMjQ3IDkuNjI2IDE4LjkzOSINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8dGl0bGU+YXJyb3dfdXAgWyMzMzddPC90aXRsZT4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNBNUUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjguMDMxLDE5LjI0NCAyLjAzLDEwLjc0NSA4LjAzMSwyLjI0NCAiLz4NCjwvc3ZnPg0K);
  margin-right: 6px;
}

.blog .pagination .current {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  text-decoration: none;
  padding: 5px 10px;
  background-color: #003a5e;
}

.blog .paginador_detalle {
  overflow: hidden;
}

.blog .paginador_detalle .boton a {
  border: 1px solid #b2c0cb;
  color: #003a5e;
  background: #FFF;
}

.blog .paginador_detalle .next {
  float: right;
}

.blog .paginador_detalle .next a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 20px;
  vertical-align: middle;
  font-weight: 500;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI2LjMzNHB4IiBoZWlnaHQ9IjEzLjQ2N3B4IiB2aWV3Qm94PSIwIDAgNi4zMzQgMTMuNDY3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2LjMzNCAxMy40NjciIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzQTVFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIxLjI0NSwyIDQuOTk1LDcuMDI1IDEuMjQ1LDEyLjA1MSAiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin: 0 0 0 8px;
}

.no-touch .blog .paginador_detalle .next a:hover {
  color: #FFF;
  border-color: #003a5e;
  background: #003a5e;
}

.no-touch .blog .paginador_detalle .next a:hover:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI2LjMzNHB4IiBoZWlnaHQ9IjEzLjQ2N3B4IiB2aWV3Qm94PSIwIDAgNi4zMzQgMTMuNDY3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2LjMzNCAxMy40NjciIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIxLjI0NSwyIDQuOTk1LDcuMDI1IDEuMjQ1LDEyLjA1MSAiLz4NCjwvc3ZnPg0K);
}

.blog .paginador_detalle .prev {
  float: left;
}

.blog .paginador_detalle .prev a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 20px;
  vertical-align: middle;
  font-weight: 500;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI2LjMzNHB4IiBoZWlnaHQ9IjEzLjQ2N3B4IiB2aWV3Qm94PSIwIDAgNi4zMzQgMTMuNDY3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2LjMzNCAxMy40NjciIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzQTVFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI1LjMzNCwxMi4wNSAxLjU4NCw3LjAyNSA1LjMzNCwyICIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin: 0 8px 0 0;
}

.no-touch .blog .paginador_detalle .prev a:hover {
  color: #FFF;
  border-color: #003a5e;
  background: #003a5e;
}

.no-touch .blog .paginador_detalle .prev a:hover:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI2LjMzNHB4IiBoZWlnaHQ9IjEzLjQ2N3B4IiB2aWV3Qm94PSIwIDAgNi4zMzQgMTMuNDY3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2LjMzNCAxMy40NjciIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI1LjMzNCwxMi4wNSAxLjU4NCw3LjAyNSA1LjMzNCwyICIvPg0KPC9zdmc+DQo=);
}

.blog .sidebar {
  text-transform: uppercase;
}

.blog .sidebar li {
  margin-bottom: 6px;
}

.blog .sidebar .bloque,
.blog .sidebar .post_destacados {
  line-height: 1.5;
  letter-spacing: 0.5px;
  border-top: 2px solid #003a5e;
  padding: 10px 0;
  margin: 0 0 70px;
}

.blog .sidebar h4 {
  font-weight: 400;
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #003a5e;
  margin: 0 0 20px;
}

.blog .sidebar a {
  color: #696969;
  text-decoration: none;
}

.no-touch .blog .sidebar a:hover {
  color: #00c0ff;
}

.blog .sidebar .tagcloud a {
  font-size: 1.3rem !important;
}

.blog .sidebar .tagcloud a:after {
  content: ',';
}

.blog .sidebar .tagcloud a:last-child:after {
  display: none;
}

.blog .post_destacados .destacada {
  width: 50%;
  max-width: none;
  margin: 0 15px 8px 0;
}

.blog .post_destacados li {
  overflow: hidden;
  margin-bottom: 30px;
}

.blog .post_destacados li:last-child {
  margin-bottom: 0;
}

.blog .post_destacados h2 {
  font-size: 2rem;
  margin: 0 0 1rem;
}

.blog .post_destacados .date {
  color: #696969;
  font-size: 1.1rem;
}

.blog .compartir {
  text-align: right;
  margin: 0 0 40px;
}

.blog .compartir h4 {
  display: inline-block;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 5px 0 0;
}

.blog .compartir ul {
  display: inline-block;
  text-align: left;
}

.blog .compartir ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}

.about-us .destacado {
  position: relative;
  margin: 0 -35px 70px;
}

.about-us .video {
  margin: 0 0 5em;
}

.about-us .video video {
  display: block;
  width: 100%;
}

.about-us .intro {
  max-width: 640px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  color: #696969;
  margin: 0 auto 4em;
}

.about-us .intro p {
  margin-bottom: 2.5rem;
}

.about-us .equipo {
  text-align: center;
  font-size: 0;
  margin: 0 -26px;
}

.about-us .equipo .miembro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 1.2rem;
  padding: 0 26px 54px;
}

.about-us .equipo .foto {
  display: block;
  width: 100%;
}

.about-us .equipo .textos {
  position: relative;
}

.about-us .equipo .cabecera {
  position: relative;
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  font-size: 1.9rem;
  line-height: 1.2;
  text-align: left;
  padding: 10px 0 14px;
  margin: 0 0 10px;
}

.about-us .equipo .cabecera:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 1px;
  background: #003a5e;
  margin: 0;
}

.about-us .equipo .nombre {
  margin: 0 0 5px;
}

.about-us .equipo .cargo {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.about-us .equipo .descripcion {
  color: #696969;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.about-us .equipo .descripcion strong {
  font-weight: 500;
}

.about-us .equipo .linkedin {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 26px;
  color: #acacac;
}

.no-touch .about-us .equipo .linkedin:hover {
  color: #00c0ff;
}

.about-us .trabaja {
  max-width: 1280px;
  margin: 0 auto 70px;
}

.about-us .trabaja .img_flotante {
  float: left;
  width: 50%;
  max-width: 590px;
  margin: 0 20px 15px 0;
}

.about-us .trabaja .intro {
  max-width: none;
  color: #696969;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 30px;
  overflow: hidden;
}

.about-us .trabaja .intro h4 {
  text-transform: uppercase;
  color: #003a5e;
  font-weight: 600;
  margin-bottom: 2rem;
}

.about-us .trabaja .wpcf7-form .textos {
  padding-bottom: 10px;
}

.about-us .trabaja .wpcf7-form .columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-us .trabaja .wpcf7-form .columnas > * {
  width: 50%;
  padding-right: 16px;
}

.about-us .trabaja .wpcf7-form .columnas > *:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 16px;
}

.about-us .trabaja .wpcf7-form .wpcf7-textarea {
  height: 102px;
}

.about-us .trabaja .wpcf7-form .boton {
  max-width: 300px;
}

.about-us .trabaja .wpcf7-form div.wpcf7-response-output {
  width: auto;
  text-align: right;
  padding: 2rem 0 0;
  margin: 0;
}

.about-us .colaboradores {
  margin: 0 0 70px;
}

.about-us .colaboradores ul {
  text-align: center;
}

.about-us .colaboradores li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px;
}

.about-us .colaboradores li a {
  display: block;
}

.about-us .colaboradores li img {
  display: block;
  width: 100%;
  max-width: 150px;
}

.franja_cifras {
  padding: 5rem 0;
  margin: 0 0 5em;
  background: #003a5e;
}

.franja_cifras .centrado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}

.franja_cifras .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

.franja_cifras .valor {
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  font-size: 7rem;
  margin-bottom: 1rem;
}

.owner {
  text-align: center;
  font-size: 1.7rem;
}

.owner .cabecera {
  color: #FFF;
  padding: 8em;
  background: url("img/cabecera_owner.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 4em;
}

.owner .cabecera .titular {
  font-size: 5.2rem;
  line-height: 1;
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}

.owner .cabecera .subtitular {
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.owner .intro {
  max-width: 980px;
  font-size: 2rem;
  line-height: 1.5;
  color: #696969;
  margin: 0 auto 4em;
}

.owner .intro p {
  margin-bottom: 1.2em;
}

.owner .intro .titular {
  color: #003a5e;
  font-size: 3rem;
  margin-bottom: 1.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

.owner .intro .titular em {
  display: block;
  font-style: normal;
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  font-weight: 500;
  line-height: 1;
  font-size: 2.4rem;
  text-transform: none;
}

.owner .intro strong {
  font-weight: 600;
}

.owner .destacados {
  padding: 2em;
  background: #eeeeec;
  margin-bottom: 5em;
}

.owner .destacados .fila {
  margin-bottom: 1.5rem;
}

.owner .destacados .fila .col {
  display: inline-block;
  vertical-align: top;
  max-width: 380px;
  color: #696969;
  font-size: 1.8rem;
  line-height: 1.5;
}

.owner .destacados .fila .col .titular {
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  font-size: 3rem;
  color: #003a5e;
  margin-bottom: 0.5em;
}

.owner .destacados ul li {
  display: inline-block;
  vertical-align: top;
  width: 114px;
  color: #696969;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 86px 0 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 70px auto;
  margin: 0 1px 10px;
}

.owner .destacados ul li:nth-of-type(1) {
  background-image: url("img/ico_tasacion.svg");
}

.owner .destacados ul li:nth-of-type(2) {
  background-image: url("img/ico_acciones.svg");
}

.owner .destacados ul li:nth-of-type(3) {
  background-image: url("img/ico_multilingue.svg");
}

.owner .destacados .col:nth-of-type(2) li:nth-of-type(1) {
  background-image: url("img/ico_i4d.svg");
}

.owner .destacados .col:nth-of-type(2) li:nth-of-type(2) {
  background-image: url("img/ico_fotografia.svg");
}

.owner .destacados .col:nth-of-type(2) li:nth-of-type(3) {
  background-image: url("img/ico_dossier.svg");
}

.owner .destacados .col:nth-of-type(3) li:nth-of-type(1) {
  background-image: url("img/ico_clientes.svg");
}

.owner .destacados .col:nth-of-type(3) li:nth-of-type(2) {
  background-image: url("img/ico_internacional.svg");
}

.owner .destacados .col:nth-of-type(3) li:nth-of-type(3) {
  background-image: url("img/ico_reformas.svg");
}

.owner .fichas {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 5em;
}

.owner .ficha {
  width: 44%;
  max-width: 650px;
  vertical-align: top;
  color: #696969;
  text-align: left;
  padding: 0 0 20px;
  border: 1px solid #b2c0cb;
  margin: 0 1.5%;
}

.owner .ficha p {
  margin: 0 6% 1em;
}

.owner .ficha .titular {
  color: #003a5e;
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  font-size: 2.2rem;
  margin: 0 6% 1.5em;
}

.owner .ficha .titular strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.6rem;
  margin-top: 0.8em;
}

.owner .ficha ul {
  margin: 0 6% 1.5em;
}

.owner .ficha ul li {
  list-style: disc;
  margin: 0 0 7px 16px;
}

.owner .ficha:before {
  content: '';
  display: block;
  height: 0;
  padding: 44% 0 0;
  background: url("img/ficha_owner_a.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 2em;
}

.owner .ficha:nth-of-type(2):before {
  background-image: url("img/ficha_owner_b.jpg");
}

.owner .video {
  margin: 0 0 5em;
}

.owner .video video {
  display: block;
  width: 100%;
}

.owner .formulario h3 {
  margin: 0 0 5rem;
}

.owner .formulario .wpcf7-form {
  max-width: 600px;
  font-size: 1.2rem;
  padding: 4rem 0 0;
  margin: 0 auto 5rem;
}

.owner .formulario .wpcf7-form .boton {
  float: none;
  margin: 0 auto;
}

.owner .formulario .wpcf7-form .wpcf7-response-output {
  width: auto;
  padding-top: 2rem;
  margin: 0;
}

.slide_mensajes {
  color: #FFF;
  font-size: 2.2rem;
  text-align: center;
  padding: 50px 0 30px;
  margin: 0 0 70px;
  background: #003a5e;
}

.slide_mensajes .swiper-container {
  padding: 0 0 60px;
}

.slide_mensajes .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 0 50px;
}

.slide_mensajes .swiper-slide strong {
  font-size: 7rem;
  line-height: 1;
  font-weight: 400;
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  color: #00c0ff;
  text-transform: none;
}

.slide_mensajes .swiper-slide em {
  display: inline-block;
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  font-style: normal;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: none;
  margin-bottom: 10px;
}

.slide_mensajes .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #FFF;
  margin: 0 6px !important;
  background: transparent;
}

.slide_mensajes .swiper-pagination-bullet-active {
  background: #FFF;
}

.services .services_listado .bloque {
  text-align: left;
  overflow: hidden;
  margin-bottom: 55px;
}

.services .services_listado .bloque .titular {
  text-align: left;
  margin-bottom: 15px;
}

.services .services_listado .bloque .titular:after {
  display: inline-block;
}

.services .services_listado .bloque .titular span {
  display: block;
}

.services .services_listado .bloque h3, .services .services_listado .bloque h4 {
  color: #003a5e;
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  text-align: left;
}

.services .services_listado .bloque h3:after, .services .services_listado .bloque h4:after {
  display: none;
}

.services .services_listado .bloque h3 {
  font-size: 2.5rem;
}

.services .services_listado .bloque .foto {
  float: left;
  width: 50%;
  margin: 0 3% 15px 0;
}

.services .services_listado .bloque .descripcion {
  color: #696969;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.services .services_listado .bloque .descripcion strong {
  font-weight: 600;
}

.services .services_listado .bloque:nth-of-type(2n) {
  text-align: right;
}

.services .services_listado .bloque:nth-of-type(2n) .foto {
  float: right;
  margin: 0 0 15px 3%;
}

.services .services_listado .bloque:nth-of-type(2n) .titular,
.services .services_listado .bloque:nth-of-type(2n) h3, .services .services_listado .bloque:nth-of-type(2n) h4 {
  text-align: right;
}

.slide-inmuebles {
  margin: 0 0 10rem;
}

.slide-inmuebles h2 {
  font-weight: 700;
}

.slide-inmuebles h2 em {
  font-size: 3rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  font-family: "open-sans", Georgia, serif;
  text-transform: none;
  padding-bottom: 7px;
}

.slide-inmuebles .area-slider {
  position: relative;
  padding: 0 60px;
  margin: 0 0 30px;
}

.slide-inmuebles .swiper-multi-next {
  width: 60px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI5LjYyNXB4IiBoZWlnaHQ9IjE4LjkzOXB4IiB2aWV3Qm94PSIwIDAgOS42MjUgMTguOTM5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5LjYyNSAxOC45MzkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzQTVFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyLjAzLDEuMjQ0IDguMDMxLDkuNzQzIDIuMDMsMTguMjQ0ICIvPg0KPC9zdmc+DQo=);
  background-size: 35% auto;
}

.slide-inmuebles .swiper-multi-prev {
  width: 60px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI5LjYyNXB4IiBoZWlnaHQ9IjE4LjkzOXB4IiB2aWV3Qm94PSIwIDAgOS42MjUgMTguOTM5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5LjYyNSAxOC45MzkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzQTVFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI4LjAzMSwxOC4yNDQgMi4wMyw5Ljc0NSA4LjAzMSwxLjI0NCAiLz4NCjwvc3ZnPg0K);
  background-size: 35% auto;
}

.slide-inmuebles .multi-swiper-container {
  overflow: hidden;
}

.slide-inmuebles .listado {
  font-size: 0;
}

.slide-inmuebles .listado > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 32%;
  font-size: 1rem;
  vertical-align: top;
  padding: 0;
  margin: 0 30px 0 0;
}

.slide-inmuebles .contenedor_ficha {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px #f4f4f4;
          box-shadow: inset 0 0 0 1px #f4f4f4;
  margin: 0px 7px 10px;
}

.slide-inmuebles .swiper-container {
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: #333;
  /*
        // Opción opacidad lateral
        .no-touch &:before,
        .no-touch &:after{
            content:'';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 1px;
            box-shadow: 0 0 60px 50px rgba(0,0,0,0.3);
            z-index: 10;

            opacity: 0;
            -webkit-transition: opacity 0.4s;
            -moz-transition: opacity 0.4s;
            -ms-transition: opacity 0.4s;
            -o-transition: opacity 0.4s;
            transition: opacity 0.4s;
        }

        .no-touch &:hover:before,
        .no-touch &:hover:after{
            opacity: 1;
        }
        .no-touch &:hover:after{
            left: auto;
            right: 0;
            bottom: 0;
        }
        */
}

.no-touch .slide-inmuebles .swiper-container:hover .swiper-slide {
  opacity: 1;
  -webkit-box-shadow: inset 0px 0px 38px -1px rgba(0, 0, 0, 0.21);
  box-shadow: inset 0px 0px 38px -1px rgba(0, 0, 0, 0.21);
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.slide-inmuebles .empty .swiper-container:before,
.slide-inmuebles .empty .swiper-container:after {
  display: none;
}

.slide-inmuebles .empty .caracteristicas {
  padding: 15px;
}

.slide-inmuebles .empty .caracteristicas .titulo {
  margin: 0;
}

.slide-inmuebles .contenedor_ficha .swiper-slide {
  padding: 0 0 67%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #CCC;
}

.slide-inmuebles .contenedor_ficha .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  font-size: 10px;
  z-index: 0;
}

.slide-inmuebles .contenedor_ficha .swiper-button-next,
.slide-inmuebles .contenedor_ficha .swiper-container-rtl .swiper-button-prev,
.slide-inmuebles .contenedor_ficha .swiper-button-prev,
.slide-inmuebles .contenedor_ficha .swiper-container-rtl .swiper-button-next {
  display: none;
}

.no-touch .slide-inmuebles .contenedor_ficha .swiper-container:hover .swiper-button-next,
.no-touch .slide-inmuebles .contenedor_ficha .swiper-container:hover .swiper-container-rtl .swiper-button-prev,
.no-touch .slide-inmuebles .contenedor_ficha .swiper-container:hover .swiper-button-prev,
.no-touch .slide-inmuebles .contenedor_ficha .swiper-container:hover .swiper-container-rtl .swiper-button-next {
  display: block;
}

.no-touch .slide-inmuebles .contenedor_ficha:hover {
  -webkit-box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.3);
}

.slide-inmuebles .caracteristicas {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #993a5e;
  line-height: 1.1;
  padding: 12px 15px;
}

.slide-inmuebles .caracteristicas a {
  color: #003a5e;
  text-decoration: none;
}

.slide-inmuebles .caracteristicas .ref {
  position: absolute;
  left: 10px;
  top: -25px;
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  z-index: 20;
}

.slide-inmuebles .caracteristicas .zona {
  font-size: 1.1rem;
  margin: 4px 0 4px;
  color: #aaaaaa;
}

.slide-inmuebles .caracteristicas .titulo {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1px;
  text-transform: none;
  font-weight: 500;
  text-align: left;
  padding: 0;
  line-height: 1.2;
  margin: 0 0 20px;
  height: 40px;
}

.slide-inmuebles .caracteristicas .titulo:after {
  display: none;
}

.slide-inmuebles .caracteristicas .precio {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 0 0 5px;
}

.slide-inmuebles .caracteristicas .datos {
  font-size: 1.4em;
  color: #003a5e;
}

.slide-inmuebles .caracteristicas .datos li {
  display: inline-block;
  vertical-align: top;
  margin: 4px 4px 1px -4px;
}

.slide-inmuebles .caracteristicas .datos li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: url("img/interface.png") no-repeat 0 0;
  margin: -2px 4px 0;
}

.slide-inmuebles .caracteristicas .datos .meters:before {
  background-position: 0 -150px;
}

.slide-inmuebles .caracteristicas .datos .terrace:before {
  width: 19px;
  background-position: -50px -150px;
}

.slide-inmuebles .caracteristicas .datos .rooms:before {
  width: 26px;
  background-position: -100px -150px;
}

.slide-inmuebles .caracteristicas .datos .bathroom:before {
  width: 17px;
  background-position: -150px -150px;
}

.slide-inmuebles .caracteristicas .datos .parking:before {
  background-position: -200px -150px;
}

.slide-inmuebles .link-ficha {
  display: block;
}

.slide-inmuebles .pdgm-fav-button {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 21px;
  height: 18px;
  text-align: left;
  text-indent: -9999px;
  padding: 0;
  background: url("img/corazon_listado.svg") no-repeat center;
  background-size: 100% auto;
  z-index: 30;
}

.slide-inmuebles .pdgm-fav-button.selected {
  background: url("img/corazon_listado_activo.svg") no-repeat center;
}

.slide-inmuebles .view-more {
  text-align: center;
  margin: 0 0 30px;
}

.slide-inmuebles .view-more a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #FFF;
  padding: 10px 60px;
  background: #003a5e;
}

.no-touch .slide-inmuebles .view-more a:hover {
  background-color: #00c0ff;
}

.buscador_inmuebles {
  position: relative;
  margin: 0 0 6%;
}

.buscador_inmuebles.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
}

.buscador_inmuebles .contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buscador_inmuebles .contenido > .column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.buscador_inmuebles .contenido > .col-1 {
  width: 60%;
}

.buscador_inmuebles .contenido > .col-2 {
  width: 40%;
}

.buscador_inmuebles .contenido > .col-2.sin-resultados img {
  display: block;
  width: 100%;
}

.buscador_inmuebles .listado {
  padding: 0 0 0 0;
}

.buscador_inmuebles .listado .sin-resultados {
  padding: 0 16px 0 0;
}

.buscador_inmuebles .listado .sin-resultados .wpcf7 {
  padding: 14px 0 0;
  border-top: 2px solid #003a5e;
}

.buscador_inmuebles .listado .sin-resultados .textos {
  margin-bottom: 15px;
}

.buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.nombre, .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.apellido, .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.email, .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.tel {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.nombre:nth-of-type(2n), .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.apellido:nth-of-type(2n), .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.email:nth-of-type(2n), .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.tel:nth-of-type(2n) {
  padding-left: 20px;
}

.buscador_inmuebles .contenedor_mapa {
  position: -webkit-sticky;
  position: sticky;
  top: 18px;
}

.buscador_inmuebles #propertiesMap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(-32px + 100vh);
  background: #DDD;
}

.buscador_inmuebles .filtros {
  padding: 0 16px 0 0;
}

.buscador_inmuebles .filtros input[type=text],
.buscador_inmuebles .filtros input[type=submit],
.buscador_inmuebles .filtros select,
.buscador_inmuebles .filtros textarea,
.buscador_inmuebles .filtros button {
  font-family: "Montserrat", sans-serif;
  color: #003a5e;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 2px 10px;
  margin: 0;
}

.buscador_inmuebles .filtros .contenedor_filtros {
  padding: 14px 0 0;
  border-top: 2px solid #003a5e;
}

.buscador_inmuebles .filtros .contenedor_filtros .bloque:after {
  content: '';
  display: block;
  clear: both;
}

.buscador_inmuebles .filtros .buscar {
  position: relative;
  float: left;
  width: 26.7%;
  padding: 0 0 15px;
}

.buscador_inmuebles .filtros .buscar:after {
  content: '';
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 28px;
  background: url("img/ajax-loader-squares.gif") no-repeat center center #003a5e;
  z-index: 10;
}

.buscador_inmuebles .filtros .buscar input {
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  color: #FFF;
  text-transform: uppercase;
  background: #003a5e;
}

.no-touch .buscador_inmuebles .filtros .buscar input:hover {
  background: #00c0ff;
}

.buscador_inmuebles .filtros .buscar input[disabled=disabled],
.no-touch .buscador_inmuebles .filtros .buscar input[disabled=disabled]:hover {
  cursor: not-allowed;
  background: #acacac;
}

.buscador_inmuebles .filtros .buscar.loading:after,
.no-touch .buscador_inmuebles .filtros .buscar.loading:hover:after {
  visibility: visible;
  width: 100%;
}

.buscador_inmuebles .filtro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 9px 15px 0;
}

.buscador_inmuebles .filtro:nth-of-type(4n) {
  padding: 0 0 15px 0;
}

.buscador_inmuebles .filtro.ref, .buscador_inmuebles .filtro.type {
  width: 14.1%;
}

.buscador_inmuebles .filtro.operation, .buscador_inmuebles .filtro.town {
  width: 24.9%;
}

.buscador_inmuebles .filtro.price, .buscador_inmuebles .filtro.rooms {
  width: 34.3%;
}

.buscador_inmuebles .filtro.features {
  width: 26.7%;
}

.buscador_inmuebles .filtro.operation button {
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
  background: #FFF;
}

.no-touch .buscador_inmuebles .filtro.operation button:hover, .buscador_inmuebles .filtro.operation button.selected {
  color: #FFF;
  background: #003a5e;
  border-color: #003a5e;
}

.buscador_inmuebles .filtro.operation button:nth-child(2n) {
  margin: 0 0 0 1%;
}

.buscador_inmuebles .filtro.operation button.active {
  color: #FFF;
  background: #00c0ff;
  border-color: #00c0ff;
}

.buscador_inmuebles .filtro input[type=text],
.buscador_inmuebles .filtro button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 28px;
  border: 1px solid #b2c0cb;
}

.buscador_inmuebles .filtro.selected button,
.no-touch .buscador_inmuebles .filtro button:hover,
.no-touch .buscador_inmuebles .filtro.active button:hover {
  border: 1px solid #003a5e;
}

.buscador_inmuebles .filtro.active > button,
.buscador_inmuebles .filtro .active > button {
  border: 1px solid #00c0ff;
}

.buscador_inmuebles .filtro.boton_desplegable button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-transform: uppercase;
  text-align: left;
  background-color: #FFF;
}

.buscador_inmuebles .filtro.boton_desplegable button span {
  display: block;
  white-space: nowrap;
  margin-right: 24px;
  overflow: hidden;
}

.buscador_inmuebles .filtro.boton_desplegable button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 6px;
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iLTAuNSAxMi41IDE1IDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTAuNSAxMi41IDE1IDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzQTVFIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjEzLjc1LDEzLjI0NCA3LDE3Ljc1NiAwLjI1LDEzLjI0NCAiLz4NCjwvc3ZnPg0K);
}

.no-touch .buscador_inmuebles .filtro.boton_desplegable button:hover {
  color: #FFF;
  background-color: #003a5e;
}

.no-touch .buscador_inmuebles .filtro.boton_desplegable button:hover:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDE1IDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1IDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjE0LjI1LDAuNzQ0IDcuNSw1LjI1NiAwLjc1LDAuNzQ0ICIvPg0KPC9zdmc+DQo=);
}

.buscador_inmuebles .filtro.boton_desplegable.selected button {
  color: #FFF;
  background: #003a5e;
}

.no-touch .buscador_inmuebles .filtro.boton_desplegable.selected button:hover:after, .buscador_inmuebles .filtro.boton_desplegable.selected button:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDE1IDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1IDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjAuNzUsNS40NTYgNy41LDAuOTQ0IDE0LjI1LDUuNDU2ICIvPg0KPC9zdmc+DQo=);
}

.buscador_inmuebles .filtro.boton_desplegable.active > button:after,
.buscador_inmuebles .filtro.boton_desplegable.active .active > button:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDE1IDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1IDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjE0LjI1LDAuNzQ0IDcuNSw1LjI1NiAwLjc1LDAuNzQ0ICIvPg0KPC9zdmc+DQo=);
}

.buscador_inmuebles .filtro.boton_desplegable.active > button,
.buscador_inmuebles .filtro.boton_desplegable.active .active > button {
  color: #FFF;
  background: #00c0ff;
}

.buscador_inmuebles .filtro.boton_desplegable.selected.active button {
  background: #003a5e;
  border-color: #003a5e;
}

.no-touch .buscador_inmuebles .filtro.boton_desplegable.selected.active button:hover:after, .buscador_inmuebles .filtro.boton_desplegable.selected.active button:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDE1IDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1IDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjAuNzUsNS40NTYgNy41LDAuOTQ0IDE0LjI1LDUuNDU2ICIvPg0KPC9zdmc+DQo=);
}

.buscador_inmuebles .filtro.boton_desplegable input, .buscador_inmuebles .filtro.boton_desplegable select {
  display: none;
}

.buscador_inmuebles .commercial .features *[data-parent-type='housing'],
.buscador_inmuebles .housing .features *[data-parent-type='commercial'] {
  display: none;
}

.buscador_inmuebles .commercial.housing .features *[data-parent-type='housing'],
.buscador_inmuebles .commercial.housing *[data-parent-type='commercial'] {
  display: inline-block;
}

.buscador_inmuebles .alquiler .price-sale,
.buscador_inmuebles .venta .price-rent {
  display: none !important;
  visibility: hidden;
}

.buscador_inmuebles .contenedor_desplegable {
  position: relative;
}

.buscador_inmuebles .contenedor_desplegable .selector {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #b2c0cb;
  border-bottom: 8px solid #003a5e;
  background: #FFF;
  z-index: 50;
}

.buscador_inmuebles .contenedor_desplegable .columnas {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

.buscador_inmuebles .contenedor_desplegable .lista_selectores {
  width: 90%;
  padding-top: 5px;
  margin: 0 0 0 auto;
}

.buscador_inmuebles .contenedor_desplegable .lista_selectores li {
  display: block;
  text-align: left;
}

.buscador_inmuebles .contenedor_desplegable .lista_selectores button {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #003a5e;
  font-size: 1.3rem;
  text-align: left;
  padding: 0 0 0 24px;
  background: none;
  margin: 0 0 6px;
}

.buscador_inmuebles .contenedor_desplegable .lista_selectores button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #b2c0cb;
}

.buscador_inmuebles .contenedor_desplegable .lista_selectores button.selected:before {
  width: 15px;
  height: 15px;
  border: none;
  background: url("img/interface.png") no-repeat -50px -250px;
}

.buscador_inmuebles .contenedor_desplegable .lista_opciones {
  width: 92%;
  margin: 0 0 0 auto;
}

.buscador_inmuebles .contenedor_desplegable .lista_opciones li {
  display: block;
  text-align: left;
  margin: 0 0 6px;
}

.buscador_inmuebles .contenedor_desplegable .order .lista_opciones li:first-child {
  display: none;
}

.buscador_inmuebles .contenedor_desplegable .lista_opciones button {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #003a5e;
  font-size: 1.3rem;
  text-align: left;
  padding: 0 0 0 24px;
  background: none;
}

.buscador_inmuebles .contenedor_desplegable .lista_opciones button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #b2c0cb;
  border-radius: 100%;
}

.buscador_inmuebles .contenedor_desplegable .lista_opciones button.selected:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #003a5e;
}

.buscador_inmuebles .contenedor_desplegable .price {
  text-align: center;
}

.buscador_inmuebles .contenedor_desplegable .price .bloque {
  display: inline-block;
  vertical-align: top;
  max-width: 260px;
  min-height: 140px;
  padding: 0 15px;
}

.buscador_inmuebles .contenedor_desplegable .price .bloque .label {
  font-weight: 400;
  margin-bottom: 9px;
}

.buscador_inmuebles .contenedor_desplegable .price .lista_opciones li {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 0 1%;
}

.buscador_inmuebles .contenedor_desplegable .price .lista_opciones li button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 26px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #b2c0cb;
  padding: 2px 9px;
  margin: 0 1% 9px;
}

.buscador_inmuebles .contenedor_desplegable .price .lista_opciones li button:before {
  display: none;
}

.buscador_inmuebles .contenedor_desplegable .price .lista_opciones li button.selected {
  color: #FFF;
  background: #003a5e;
  border-color: #003a5e;
}

.buscador_inmuebles .contenedor_desplegable .selector_cantidad {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  font-size: 1.4rem;
  margin: 10px 0;
}

.buscador_inmuebles .contenedor_desplegable .selector_cantidad span {
  display: inline-block;
  vertical-align: middle;
}

.buscador_inmuebles .contenedor_desplegable .selector_cantidad span.label {
  margin: 0 5px 0 0;
}

.buscador_inmuebles .contenedor_desplegable .selector_cantidad button {
  display: inline-block;
  width: 29px;
  height: 29px;
  vertical-align: middle;
  text-align: left;
  text-indent: -9999px;
  color: #b2c0cb;
  font-weight: 300;
  border: 1px solid #b2c0cb;
  border-radius: 100%;
  padding: 0;
  background: url("img/interface.png") no-repeat -244px -244px #FFF;
  margin: 0 6px;
}

.buscador_inmuebles .contenedor_desplegable .selector_cantidad button.disminuir {
  background-position: -294px -244px;
}

.no-touch .buscador_inmuebles .contenedor_desplegable .selector_cantidad button:hover {
  background-color: #003a5e;
  border-color: #003a5e;
}

.buscador_inmuebles .contenedor_desplegable .selector_cantidad .resultado {
  font-weight: 400;
  font-size: 1.8rem;
}

.buscador_inmuebles .contenedor_desplegable .selector_cantidad .resultado strong {
  font-size: 25px;
  font-weight: 400;
}

.buscador_inmuebles .submenu_opciones {
  padding-top: 15px;
  border-top: 1px solid #003a5e;
}

.buscador_inmuebles .submenu_opciones.disabled {
  display: none;
}

.buscador_inmuebles .submenu_opciones:after {
  content: '';
  display: block;
  clear: both;
}

.buscador_inmuebles .submenu_opciones .btn_menu {
  display: none;
  float: right;
  width: 30px;
  height: 32px;
  text-align: left;
  text-indent: -9999px;
  background: url("img/interface.png") no-repeat -150px -250px #FFF;
  margin: 0 0 0 20px;
}

.buscador_inmuebles .submenu_opciones .menu_mapa {
  width: 22px;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM6eD0iJm5zX2V4dGVuZDsiIHhtbG5zOmk9IiZuc19haTsiIHhtbG5zOmdyYXBoPSImbnNfZ3JhcGhzOyINCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOS41OThweCINCgkgaGVpZ2h0PSIyOS4zOTZweCIgdmlld0JveD0iMCAwIDE5LjU5OCAyOS4zOTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5LjU5OCAyOS4zOTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI+DQoJCTxzbGljZXM+PC9zbGljZXM+DQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgd2lkdGg9IjE5LjU5OCIgaGVpZ2h0PSIyOS4zOTYiIHk9IjAiIHg9IjAiIGJvdHRvbUxlZnRPcmlnaW49InRydWUiPjwvc2xpY2VTb3VyY2VCb3VuZHM+DQoJPC9zZnc+DQo8L21ldGFkYXRhPg0KPGc+DQoJPGRlZnM+DQoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeT0iMCIgd2lkdGg9IjE5LjU5NyIgaGVpZ2h0PSIyOS4zOTYiLz4NCgk8L2RlZnM+DQoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+DQoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgk8L2NsaXBQYXRoPg0KCTxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF8yXykiIGZpbGw9IiMwMTNBNUUiIGQ9Ik05Ljc5OSwwQzQuMzk2LDAsMCw0LjM5NiwwLDkuNzk4YzAsMS42MjIsMC40MDUsMy4yMywxLjE3Nyw0LjY1Nmw4LjA4NiwxNC42MjUNCgkJYzAuMTA3LDAuMTk1LDAuMzEyLDAuMzE2LDAuNTM2LDAuMzE2YzAuMjIzLDAsMC40MjgtMC4xMjEsMC41MzUtMC4zMTZsOC4wOS0xNC42MjljMC43NjgtMS40MjEsMS4xNzQtMy4wMjksMS4xNzQtNC42NTENCgkJQzE5LjU5OCw0LjM5NiwxNS4yMDEsMCw5Ljc5OSwwIE05Ljc5OSwxNC42OTdDNy4wOTgsMTQuNjk3LDQuOSwxMi41LDQuOSw5Ljc5OGMwLTIuNzAyLDIuMTk4LTQuODk5LDQuODk5LTQuODk5DQoJCXM0Ljg5OSwyLjE5Nyw0Ljg5OSw0Ljg5OUMxNC42OTgsMTIuNSwxMi41LDE0LjY5Nyw5Ljc5OSwxNC42OTciLz4NCjwvZz4NCjwvc3ZnPg0K");
}

.buscador_inmuebles .submenu_opciones .menu_mapa.active {
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM6eD0iJm5zX2V4dGVuZDsiIHhtbG5zOmk9IiZuc19haTsiIHhtbG5zOmdyYXBoPSImbnNfZ3JhcGhzOyINCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOS41OThweCINCgkgaGVpZ2h0PSIyOS4zOTZweCIgdmlld0JveD0iMCAwIDE5LjU5OCAyOS4zOTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5LjU5OCAyOS4zOTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI+DQoJCTxzbGljZXM+PC9zbGljZXM+DQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgd2lkdGg9IjE5LjU5OCIgaGVpZ2h0PSIyOS4zOTYiIHk9IjAiIHg9IjAiIGJvdHRvbUxlZnRPcmlnaW49InRydWUiPjwvc2xpY2VTb3VyY2VCb3VuZHM+DQoJPC9zZnc+DQo8L21ldGFkYXRhPg0KPGc+DQoJPGRlZnM+DQoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeT0iMCIgd2lkdGg9IjE5LjU5NyIgaGVpZ2h0PSIyOS4zOTYiLz4NCgk8L2RlZnM+DQoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+DQoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgk8L2NsaXBQYXRoPg0KCTxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF8yXykiIGZpbGw9IiMwMTNBNUUiIGQ9Ik05Ljc5OSwwQzQuMzk2LDAsMCw0LjM5NiwwLDkuNzk4YzAsMS42MjIsMC40MDUsMy4yMywxLjE3Nyw0LjY1Nmw4LjA4NiwxNC42MjUNCgkJYzAuMTA3LDAuMTk1LDAuMzEyLDAuMzE2LDAuNTM2LDAuMzE2YzAuMjIzLDAsMC40MjgtMC4xMjEsMC41MzUtMC4zMTZsOC4wOS0xNC42MjljMC43NjgtMS40MjEsMS4xNzQtMy4wMjksMS4xNzQtNC42NTENCgkJQzE5LjU5OCw0LjM5NiwxNS4yMDEsMCw5Ljc5OSwwIE05Ljc5OSwxNC42OTdDNy4wOTgsMTQuNjk3LDQuOSwxMi41LDQuOSw5Ljc5OGMwLTIuNzAyLDIuMTk4LTQuODk5LDQuODk5LTQuODk5DQoJCXM0Ljg5OSwyLjE5Nyw0Ljg5OSw0Ljg5OUMxNC42OTgsMTIuNSwxMi41LDE0LjY5Nyw5Ljc5OSwxNC42OTciLz4NCjwvZz4NCjwvc3ZnPg0K");
}

.buscador_inmuebles .resultados > ul {
  font-size: 0;
  margin-bottom: -16px;
}

.buscador_inmuebles .resultados > ul > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  font-size: 1rem;
  vertical-align: top;
  padding: 0 16px 16px 0;
}

.buscador_inmuebles .contenedor_ficha {
  position: relative;
  -webkit-box-shadow: inset 0 0 0 1px #f4f4f4;
          box-shadow: inset 0 0 0 1px #f4f4f4;
  overflow: hidden;
}

.no-touch .buscador_inmuebles .contenedor_ficha:hover {
  -webkit-box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.3);
}

.buscador_inmuebles .swiper-container {
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: #333;
  /*
        .no-touch &:before,
        .no-touch &:after{
            content:'';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 1px;
            box-shadow: 0 0 60px 50px rgba(0,0,0,0.3);
            z-index: 10;

            opacity: 0;
            -webkit-transition: opacity 0.4s;
            -moz-transition: opacity 0.4s;
            -ms-transition: opacity 0.4s;
            -o-transition: opacity 0.4s;
            transition: opacity 0.4s;
        }

        .no-touch &:hover:before,
        .no-touch &:hover:after{
            opacity: 1;
        }
        .no-touch &:hover:after{
            left: auto;
            right: 0;
            bottom: 0;
        }
        */
}

.no-touch .buscador_inmuebles .swiper-container:hover .swiper-slide {
  opacity: 1;
  -webkit-box-shadow: inset 0px 0px 38px -1px rgba(0, 0, 0, 0.21);
  box-shadow: inset 0px 0px 38px -1px rgba(0, 0, 0, 0.21);
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.buscador_inmuebles .empty .swiper-container:before,
.buscador_inmuebles .empty .swiper-container:after {
  display: none;
}

.buscador_inmuebles .empty .caracteristicas {
  padding: 15px;
}

.buscador_inmuebles .empty .caracteristicas .titulo {
  margin: 0;
}

.buscador_inmuebles .swiper-slide {
  padding: 0 0 67%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #CCC;
}

.buscador_inmuebles .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  font-size: 10px;
  z-index: 0;
}

.buscador_inmuebles .swiper-button-next,
.buscador_inmuebles .swiper-container-rtl .swiper-button-prev,
.buscador_inmuebles .swiper-button-prev,
.buscador_inmuebles .swiper-container-rtl .swiper-button-next {
  display: none;
}

.no-touch .buscador_inmuebles .swiper-container:hover .swiper-button-next,
.no-touch .buscador_inmuebles .swiper-container:hover .swiper-container-rtl .swiper-button-prev,
.no-touch .buscador_inmuebles .swiper-container:hover .swiper-button-prev,
.no-touch .buscador_inmuebles .swiper-container:hover .swiper-container-rtl .swiper-button-next {
  display: block;
}

.buscador_inmuebles .caracteristicas {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #003a5e;
  line-height: 1.1;
  padding: 12px 15px;
}

.buscador_inmuebles .caracteristicas a {
  color: #003a5e;
  text-decoration: none;
}

.buscador_inmuebles .caracteristicas .ref {
  position: absolute;
  left: 10px;
  top: -25px;
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  z-index: 20;
}

.buscador_inmuebles .caracteristicas .zona {
  font-size: 1.1rem;
  color: #aaaaaa;
  margin: 4px 0 4px;
}

.buscador_inmuebles .caracteristicas .titulo {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1px;
  text-transform: none;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 15px;
  height: 40px;
}

.buscador_inmuebles .caracteristicas .titulo:after {
  display: none;
}

.buscador_inmuebles .caracteristicas .precio {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 0 0 5px;
}

.buscador_inmuebles .caracteristicas .datos {
  font-size: 12px;
  color: #003a5e;
}

.buscador_inmuebles .caracteristicas .datos li {
  display: inline-block;
  vertical-align: top;
  margin: 4px 4px 1px -4px;
}

.buscador_inmuebles .caracteristicas .datos li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: url("img/interface.png") no-repeat 0 0;
  margin: -2px 4px 0;
}

.buscador_inmuebles .caracteristicas .datos .meters:before {
  background-position: 0 -150px;
}

.buscador_inmuebles .caracteristicas .datos .terrace:before {
  width: 19px;
  background-position: -50px -150px;
}

.buscador_inmuebles .caracteristicas .datos .rooms:before {
  width: 26px;
  background-position: -100px -150px;
}

.buscador_inmuebles .caracteristicas .datos .bathroom:before {
  width: 17px;
  background-position: -150px -150px;
}

.buscador_inmuebles .caracteristicas .datos .parking:before {
  background-position: -200px -150px;
}

.buscador_inmuebles .link-ficha {
  display: block;
}

.buscador_inmuebles .pdgm-fav-button {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 21px;
  height: 18px;
  text-align: left;
  text-indent: -9999px;
  padding: 0;
  background: url("img/corazon_listado.svg") no-repeat center;
  background-size: 100% auto;
  z-index: 30;
}

.buscador_inmuebles .pdgm-fav-button.selected {
  background: url("img/corazon_listado_activo.svg") no-repeat center;
}

.buscador_inmuebles .paginador {
  width: 60%;
  text-align: center;
  font-size: 1.6rem;
  line-heigth: 1;
  padding-top: 16px;
  margin: 0 auto 0 0;
}

.buscador_inmuebles .paginador a {
  display: inline-block;
  vertical-align: middle;
  color: #003a5e;
  text-decoration: none;
  padding: 4px 7px;
}

.buscador_inmuebles .paginador a.next, .buscador_inmuebles .paginador a.prev {
  content: '';
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
}

.buscador_inmuebles .paginador a.next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI5LjYyNnB4IiBoZWlnaHQ9IjE4LjkzOXB4IiB2aWV3Qm94PSIwIDEuMjQ3IDkuNjI2IDE4LjkzOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDEuMjQ3IDkuNjI2IDE4LjkzOSINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8dGl0bGU+YXJyb3dfdXAgWyMzMzddPC90aXRsZT4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNBNUUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjEuNTgzLDIuMjQ0IDcuNTgzLDEwLjc0NCAxLjU4MywxOS4yNDQgIi8+DQo8L3N2Zz4NCg==);
  margin-left: 6px;
}

.buscador_inmuebles .paginador a.prev {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI5LjYyNnB4IiBoZWlnaHQ9IjE4LjkzOXB4IiB2aWV3Qm94PSIwIDEuMjQ3IDkuNjI2IDE4LjkzOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDEuMjQ3IDkuNjI2IDE4LjkzOSINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8dGl0bGU+YXJyb3dfdXAgWyMzMzddPC90aXRsZT4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNBNUUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjguMDMxLDE5LjI0NCAyLjAzLDEwLjc0NSA4LjAzMSwyLjI0NCAiLz4NCjwvc3ZnPg0K);
  margin-right: 6px;
}

.buscador_inmuebles .paginador .current {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  text-decoration: none;
  padding: 5px 10px;
  background-color: #003a5e;
}

.buscador_inmuebles .contenedor_mapa .caracteristicas .datos {
  display: none;
}

.buscador_inmuebles .contenedor_mapa .gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  width: 300px !important;
}

.buscador_inmuebles .si-content-wrapper {
  font-size: 10px;
  padding: 0;
}

.buscador_inmuebles .si-content-wrapper .contenedor_ficha {
  width: 298px;
}

.buscador_inmuebles .si-content-wrapper .caracteristicas {
  padding: 10px 14px;
  background: #FFF;
}

.buscador_inmuebles .si-content-wrapper .caracteristicas .zona {
  font-size: 1rem;
  margin: 0 0 4px;
}

.buscador_inmuebles .si-content-wrapper .caracteristicas .titulo {
  font-size: 1.3rem;
  margin: 0 0 8px;
}

.buscador_inmuebles .si-content-wrapper .caracteristicas .precio {
  font-size: 1.4em;
}

.buscador_inmuebles .topo {
  position: absolute;
  z-index: 20;
}

.buscador_inmuebles .topo.virtual {
  top: 14px;
  right: 14px;
}

.buscador_inmuebles .topo.dossier {
  top: 14px;
  left: 14px;
}

.buscador_inmuebles .topo.sold {
  top: 20px;
  left: -35px;
  width: 120px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  padding: 9px;
  background: #00c0ff;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.buscador_inmuebles.favourites .sin-resultados p {
  text-align: center;
  font-size: 1.5rem;
  padding: 20px;
}

.back_link {
  text-align: right;
  font-size: .9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.back_link a {
  color: #003a5e;
  text-decoration: none;
}

.no-disponible {
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  padding: 50px 0 100px;
  border-top: 2px solid #003a5e;
}

.no-disponible span {
  font-size: 3.6rem;
}

.no-disponible .boton {
  display: inline-block;
  height: auto;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding: 6px 15px;
}

.ficha .galeria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
  overflow: hidden;
}

.ficha .galeria .pral {
  position: relative;
  width: 80%;
}

.ficha .galeria .pral a {
  position: relative;
  display: block;
  padding-bottom: 49.8%;
  background-position: center center;
  background-size: cover;
}

.ficha .galeria .pral img {
  position: absolute;
  width: 10px;
  visibility: hidden;
}

.ficha .galeria .pral img.topo {
  top: 50%;
  left: 50%;
  width: auto;
  visibility: visible;
  margin: -40px 0 0 -40px;
}

.ficha .galeria .pral .sold {
  position: absolute;
  top: 40px;
  left: -50px;
  width: 200px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  padding: 9px;
  background: #00c0ff;
  z-index: 10;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.ficha .galeria .miniaturas {
  width: 20%;
}

.ficha .galeria .miniaturas li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 0 3.3% 3.3%;
}

.ficha .galeria .miniaturas li:last-child {
  padding-bottom: 0;
}

.ficha .galeria .miniaturas li a {
  display: block;
  padding-bottom: 66.4%;
  background-position: center center;
  background-size: cover;
}

.ficha .galeria .miniaturas li a img {
  position: absolute;
  width: 10px;
  visibility: hidden;
}

.ficha .contenedor-bloques {
  overflow: hidden;
  margin-bottom: 10px;
}

.ficha .contenedor-bloques .column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 56%;
}

.ficha .contenedor-bloques .column:last-child {
  width: 44%;
  padding: 0 0 0 40px;
}

.ficha .bloque {
  position: relative;
  margin: 0 0 30px;
}

.ficha h4 {
  font-family: "Open Sans", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 8px;
}

.ficha .cabecera {
  margin-bottom: 30px;
}

.ficha .botones_extras {
  margin: 15px 0 0;
}

.ficha .botones_extras .boton {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 1.2rem;
  padding: 0 10px;
  margin-right: 10px;
}

.ficha .botones_extras .boton a {
  text-decoration: none;
  color: #FFF;
}

.ficha .pdgm-fav-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 33px;
  text-align: left;
  text-indent: -9999px;
  padding: 0;
  background: url("img/corazon.svg") no-repeat center;
  background-size: 100% auto;
  z-index: 30;
}

.ficha .pdgm-fav-button.selected {
  background-image: url("img/corazon_activo.svg");
}

.ficha .sub-bloque {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 55%;
}

.ficha .sub-bloque:last-child {
  width: 45%;
  padding: 0 0 0 40px;
}

.ficha .sub-bloque .compartir {
  padding: 10px 0 0;
  border-top: 2px solid #003a5e;
}

.ficha .caracteristicas {
  overflow: hidden;
}

.ficha .caracteristicas .listado ul {
  border-top: 1px solid #b2c0cb;
}

.ficha .caracteristicas .listado li {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #696969;
  padding: 8px 0;
  border-bottom: 1px solid #b2c0cb;
  overflow: hidden;
}

.ficha .caracteristicas .listado li span {
  float: right;
  color: #003a5e;
}

.ficha .caracteristicas .check {
  width: 14px;
  height: 14px;
  text-align: left;
  text-indent: -9999px;
  background: url("img/interface.png") no-repeat 0 -250px;
}

.ficha .datos {
  margin: 0 0 20px;
}

.ficha .datos li {
  position: relative;
  font-weight: 300;
  padding: 0 0 12px 46px;
}

.ficha .datos li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 36px;
  height: 28px;
  background: url("img/interface.png") no-repeat 0 -200px;
}

.ficha .datos li.net_meters:before {
  background-position: -50px -200px;
}

.ficha .datos li.rooms:before {
  left: 0;
  background-position: -100px -200px;
}

.ficha .datos li.bathroom:before {
  background-position: -150px -200px;
}

.ficha .datos li.terrace:before {
  background-position: -200px -200px;
}

.ficha .datos li.parking:before {
  background-position: -250px -200px;
}

.ficha .datos .valor {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.ficha .datos .valor b {
  font-size: 1.5rem;
  font-weight: 300;
}

.ficha .datos .concepto {
  display: block;
  font-size: 1.2rem;
  color: #696969;
}

.ficha .imprimir {
  margin: 0 0 20px;
}

.ficha .imprimir .boton:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: top;
  background: url("img/interface.png") no-repeat -100px -250px;
  margin: 10px 10px 0 0;
}

.ficha #mapaFicha {
  position: relative;
  height: 500px;
}

.ficha .ref {
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  color: #aaaaaa;
  z-index: 20;
}

.ficha .zona {
  font-size: 1.2rem;
  color: #aaaaaa;
  margin: 0 0 16px;
}

.ficha .titulo {
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  text-align: left;
  letter-spacing: 0.2px;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  margin: 0 0 8px;
  padding-right: 30px;
}

.ficha .titulo:after {
  display: none;
}

.ficha .precio {
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #003a5e;
  margin: 0 0 8px;
}

.ficha .descripcion {
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: 300;
  color: #696969;
}

.ficha .visita {
  font-size: 1.3rem;
  padding: 10px 0 0;
  border-top: 2px solid #003a5e;
}

.ficha .visita .fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ficha .visita .fila > * {
  width: 48.5%;
  vertical-align: top;
  margin-right: 1.5%;
  margin-left: 0;
}

.ficha .visita .fila > *:nth-of-type(n2) {
  margin-left: 1.5%;
  margin-right: 0;
}

.ficha .visita .list_radio {
  margin: 0 0 5px;
}

.ficha .visita .list_radio .wpcf7-list-item {
  display: block;
  font-size: 1.4rem;
  padding: 0 0 7px;
  margin: 0;
}

.ficha .visita .wpcf7-form .check {
  margin: 0;
}

.ficha .reforma {
  padding: 10px 0 0;
  border-top: 2px solid #003a5e;
  overflow: hidden;
}

.ficha .reforma p {
  color: #696969;
  letter-spacing: 0.8px;
  line-height: 1.6;
  font-weight: 300;
}

.ficha .reforma .fila {
  overflow: hidden;
}

.ficha .reforma .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 17px 0 0;
}

.ficha .reforma .col.col-2 {
  padding: 0 0 0 17px;
}

.ficha .reforma .col img {
  display: block;
  width: 100%;
}

.ficha .reforma .contenido_desplegable {
  display: none;
  padding-top: 15px;
}

.ficha .reforma .wpcf7-form .fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ficha .reforma .wpcf7-form .fila > * {
  width: 48.5%;
  vertical-align: top;
  margin-right: 1.5%;
  margin-left: 0;
}

.ficha .reforma .wpcf7-form .fila > *:nth-of-type(n2) {
  margin-left: 1.5%;
  margin-right: 0;
}

.ficha .reforma .aviso {
  font-size: 0.8em;
  line-height: 1.1;
  font-style: italic;
}

.ficha .wpcf7-form div.wpcf7-response-output {
  width: auto;
  padding: 0;
  margin: 20px 0 0;
}

.banner-link {
  display: block;
  text-decoration: none;
  margin: 0 auto 5%;
}

.banner {
  position: relative;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
  padding: 6% 20px 5%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #003a5e;
  background-size: cover;
  margin: 0 auto 6%;
  overflow: hidden;
}

.banner-link .banner {
  margin: 0;
}

.banner.imagen {
  padding: 0;
  background-color: #FFF;
}

.banner.video {
  padding: 0;
  background-color: #FFF;
}

.banner.video p {
  margin: 0;
}

.banner.video video {
  display: block;
  width: 100%;
  margin: 0;
}

.banner strong {
  text-decoration: underline;
  font-weight: 500;
}

.banner div:nth-of-type(2n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.banner a {
  color: #FFF;
  text-decoration: none;
}

.banner h2, .banner h3, .banner h4, .banner h5 {
  font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
  color: #FFF;
  font-weight: 400;
  line-height: 1;
  text-shadow: 5px 5px 12px rgba(0, 0, 0, 0.6);
  margin: 0 0 20px;
}

.banner h2 {
  font-size: 10em;
}

.banner h3 {
  font-size: 8em;
}

.banner h4 {
  font-size: 7em;
}

.banner h5 {
  font-size: 5em;
}

.banner p {
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
}

.banner .image {
  display: block;
  width: 100%;
}

.bloque_contacto {
  text-align: center;
  padding: 1rem 0 0;
  margin: 0 0 10rem;
}

.bloque_contacto h2 {
  font-size: 3rem;
  letter-spacing: 0;
}

.bloque_contacto p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto 1.8em;
}

.bloque_contacto a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #FFF;
  font-size: 1.2rem;
  padding: 10px 60px;
  background: #003a5e;
}

.no-touch .bloque_contacto a:hover {
  background: #00c0ff;
}

.flip_cards {
  padding: 0 43px;
  margin: 0 0 10rem;
}

.flip_cards h2 em {
  font-size: 3rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  font-family: "open-sans", Georgia, serif;
  text-transform: none;
  padding-bottom: 7px;
}

.flip_cards .columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.flip_cards .col {
  position: relative;
  width: 33.33%;
  color: #FFF;
}

.flip_cards .col:nth-of-type(2n) .back {
  background-position: right 0;
}

.no-touch .flip_cards .col:hover .c-a {
  -webkit-transform: rotateX(0) rotateY(-180deg);
          transform: rotateX(0) rotateY(-180deg);
}

.no-touch .flip_cards .col:hover .c-b {
  -webkit-transform: rotateX(0) rotateY(0deg);
          transform: rotateX(0) rotateY(0deg);
}

.flip_cards .col a {
  display: block;
  color: #FFF;
  text-decoration: none;
}

.flip_cards .col h3:after {
  display: none;
}

.flip_cards .flip {
  position: relative;
  padding-bottom: 60%;
  margin: 0 21px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1500px;
          perspective: 1500px;
}

.flip_cards .cara {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 2em 14%;
  background: #003a5e;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0deg);
          transform: rotateX(0) rotateY(0deg);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.flip_cards .cara h3 {
  color: #FFF;
}

.flip_cards .c-a h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 2px;
  margin: 0;
}

.flip_cards .c-b {
  font-size: 1.4rem;
  -webkit-transform: rotateX(0) rotateY(180deg);
          transform: rotateX(0) rotateY(180deg);
}

.flip_cards .c-b h3 {
  font-size: 2.2rem;
  letter-spacing: 1px;
}

.flip_cards .c-b p {
  font-weight: 300;
  letter-spacing: 0.5px;
}

.flip_cards .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 0 0;
  background-size: 140% auto;
  opacity: 0.2;
  z-index: 0;
}

.destacado_staging {
  padding: 0 67px;
  margin: 0 0 10rem;
}

.destacado_staging h2 em {
  font-size: 3rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  font-family: "open-sans", Georgia, serif;
  text-transform: none;
  padding-bottom: 7px;
}

.destacado_staging .columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.destacado_staging .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.destacado_staging .col-1,
.destacado_staging .col-2 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  background: no-repeat left bottom;
  background-size: cover;
  padding-bottom: 30%;
}

.destacado_staging .col-2 {
  background-position: right bottom;
}

.destacado_staging .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  color: #FFF;
  text-align: left;
  padding: 4% 6% 2% 5%;
  background: #003a5e;
}

.destacado_staging .col-3 h2, .destacado_staging .col-3 h3 {
  color: #FFF;
  text-align: left;
  font-size: 3rem;
  letter-spacing: 0;
  margin: 0 0 0.6em;
}

.destacado_staging .col-3 p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 2em;
}

.destacado_staging .col-3 a {
  display: inline-block;
  text-decoration: none;
  color: #003a5e;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 50px;
  background: #FFF;
}

.no-touch .destacado_staging .col-3 a:hover {
  color: #FFF;
  background: #00c0ff;
}

.opiniones {
  padding: 0 32px;
  margin: 0 0 10rem;
}

.opiniones h2 em {
  font-size: 3rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  font-family: "open-sans", Georgia, serif;
  text-transform: none;
  padding-bottom: 7px;
}

.opiniones .columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opiniones .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 2rem 36px;
  border-right: 1px solid #003a5e;
}

.opiniones .col:last-child {
  border: none;
}

.opiniones .desc {
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 400;
}

.opiniones .desc p:before {
  content: ' « ';
  display: inline-block;
  margin: 0 2px;
}

.opiniones .desc p:after {
  content: ' » ';
  display: inline-block;
  margin: 0 2px;
}

.opiniones .autor {
  font-size: 1.4rem;
}

.destacado_equipo {
  padding: 0 67px;
  margin: 0 0 10rem;
}

.destacado_equipo h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 0.6em;
}

.destacado_equipo h2:after {
  display: none;
}

.destacado_equipo .columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.destacado_equipo .col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.destacado_equipo .col-1 {
  padding-bottom: 34%;
  background: no-repeat center;
  background-size: cover;
}

.destacado_equipo .col-2 {
  font-size: 1.6rem;
  color: #003a5e;
  padding: 1rem 3rem 0;
}

.destacado_equipo .col-2 a {
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1px;
  padding: 10px 60px;
  background: #003a5e;
}

.destacado_equipo .col-2 p {
  margin-bottom: 1.5em;
}

.destacado_equipo .col-2 p:last-child {
  margin: 0;
}

@media only screen and (max-width: 1280px) {
  .header {
    text-align: right;
  }
  .home .header .logo {
    width: 220px;
    margin-top: -10px;
  }
  .custom_file label {
    width: 180px;
  }
  .buscador_inmuebles .desplegable.opciones .columnas {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    column-gap: 15px;
  }
  .buscador_inmuebles .desplegable.opciones .lista_selectores {
    width: auto;
  }
  .buscador_inmuebles .contenedor_desplegable .selector_cantidad span.label {
    display: block;
    margin: 0 0 6px;
  }
  .about-us .trabaja .wpcf7-form .columnas > * {
    padding-right: 8px;
  }
  .about-us .trabaja .wpcf7-form .columnas > *:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 8px;
  }
  .about-us .trabaja .wpcf7-form .columnas .col-1 {
    width: 65%;
  }
  .about-us .trabaja .wpcf7-form .columnas .col-2 {
    width: 35%;
  }
  .about-us .trabaja .wpcf7-form .boton {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
    max-width: none;
    padding-left: 6px;
  }
}

@media only screen and (max-width: 1130px) {
  .header {
    text-align: right;
  }
  .header .centrado {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .header .logo {
    position: absolute;
    top: 10px;
    left: 35px;
    width: 110px;
    margin: 8px 0 0;
  }
  .home .header .logo {
    width: 110px;
    margin: 0 0 0;
  }
  .home .header .logo a {
    background-image: url("img/proddigia_slogan_es.png");
  }
  .header nav {
    display: block;
    text-align: center;
    float: right;
    margin: 10px 0px;
  }
  .header nav > ul > li:first-child {
    padding: 0;
  }
  .header .sub-bloque {
    position: absolute;
    top: 20px;
    right: 35px;
  }
  .header .user {
    float: right;
    position: static;
    top: auto;
    right: auto;
  }
  .menu-propietario {
    float: right;
    margin: 0 0 0 12px;
  }
  .menu-propietario a {
    padding: 3px 10px;
  }
  .buscador_inmuebles .filtros input[type=text],
  .buscador_inmuebles .filtros input[type=submit],
  .buscador_inmuebles .filtros select,
  .buscador_inmuebles .filtros textarea,
  .buscador_inmuebles .filtros button {
    padding: 2px 8px;
  }
  .buscador_inmuebles .filtro.boton_desplegable button span {
    margin-right: 20px;
  }
  .buscador_inmuebles .filtro.boton_desplegable button:after {
    right: 6px;
  }
  .banner {
    font-size: 9px;
  }
  .ficha .contenedor-bloques .column {
    width: 65%;
  }
  .ficha .contenedor-bloques .column:last-child {
    width: 35%;
  }
  .ficha .sub-bloque,
  .ficha .sub-bloque:last-child {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 20px;
  }
  .ficha .datos li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }
  .ficha .visita .fila {
    display: block;
  }
  .ficha .visita .fila > * {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .ficha .visita .fila .boton {
    float: none;
    margin-top: 35px;
  }
  .ficha .visita .fila .nota {
    font-size: 0.9em;
    margin: 8px 0 15px 10px;
    margin-left: 0;
  }
  .ficha .wpcf7-form div.wpcf7-response-output {
    margin: 10px 0 0;
  }
  .ficha .reforma .col {
    float: none;
    width: auto;
    padding: 0;
  }
  .ficha .reforma .col.col-2 {
    padding: 0;
  }
  .ficha .reforma .wpcf7-form .fila {
    display: block;
  }
  .ficha .reforma .wpcf7-form .fila > * {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .ficha .reforma .fila .nota {
    font-size: 1em;
    text-align: right;
    margin: 0 0 10px;
    margin-left: 0;
  }
  .compartir ul {
    margin: auto;
  }
  .compartir li.whatsapp a:after {
    font-size: 2.6rem;
  }
  .compartir li a:after {
    font-size: 2.4rem;
  }
  .blog .cat-item {
    display: block;
    width: auto;
  }
  .blog .post_destacados .destacada {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 1rem;
  }
  .blog .post_destacados h2 {
    margin: 0;
  }
  .blog .post_destacados li {
    margin: 0 0 2.5rem;
  }
  .franja_cifras .valor {
    font-size: 5rem;
  }
  .about-us .equipo .miembro {
    width: 25%;
    padding: 0 18px 45px;
  }
}

@media only screen and (max-width: 1020px) {
  html {
    font-size: 9px;
  }
  .centrado {
    padding: 0 25px;
  }
  .header .centrado {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .header .logo {
    top: 10px;
    left: 25px;
    width: 100px;
  }
  .header nav {
    font-size: 1.2rem;
  }
  .header .sub-bloque {
    right: 25px;
  }
  .buscador_inmuebles {
    margin-bottom: 50px;
  }
  .buscador_inmuebles .filtros input[type=text],
  .buscador_inmuebles .filtros input[type=submit],
  .buscador_inmuebles .filtros select,
  .buscador_inmuebles .filtros textarea,
  .buscador_inmuebles .filtros button {
    padding: 2px 6px;
  }
  .buscador_inmuebles .contenido > .col-1 {
    width: 50%;
  }
  .buscador_inmuebles .contenido > .col-2 {
    width: 50%;
  }
  .buscador_inmuebles .resultados > ul {
    margin-bottom: -14px;
  }
  .buscador_inmuebles .resultados > ul > li {
    display: block;
    width: auto;
    padding: 0 14px 14px 0;
  }
  .buscador_inmuebles .filtros {
    padding: 0 14px 14px 0;
  }
  .buscador_inmuebles .filtros .buscar {
    width: 100%;
  }
  .buscador_inmuebles .filtro {
    padding: 0 8px 12px 0;
  }
  .buscador_inmuebles .filtro:nth-of-type(2n) {
    padding: 0 0 12px 8px;
  }
  .buscador_inmuebles .filtro.ref {
    width: 30%;
  }
  .buscador_inmuebles .filtro.operation {
    width: 70%;
  }
  .buscador_inmuebles .filtro.price {
    width: 100%;
    padding: 0 0 12px;
  }
  .buscador_inmuebles .filtro.features {
    width: 100%;
    padding: 0 0 12px;
  }
  .buscador_inmuebles .filtro.type {
    width: 40%;
  }
  .buscador_inmuebles .filtro.town {
    width: 60%;
  }
  .buscador_inmuebles .filtro.rooms {
    width: 100%;
    padding: 0 0 12px;
  }
  .buscador_inmuebles .contenedor_desplegable .price .bloque .lista_opciones {
    width: auto;
  }
  .buscador_inmuebles .contenedor_desplegable .price .bloque .lista_opciones li {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 0;
  }
  .buscador_inmuebles .contenedor_desplegable .price .bloque .columnas {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .buscador_inmuebles .contenedor_desplegable .selector_cantidad {
    display: block;
    width: auto;
    font-size: 1.4rem;
    margin: 10px 0;
  }
  .buscador_inmuebles .contenedor_desplegable .selector_cantidad:first-child {
    margin-bottom: 20px;
  }
  .buscador_inmuebles .contenedor_desplegable .selector_cantidad span.label {
    margin: 0;
  }
  .buscador_inmuebles .contenedor_desplegable .columnas {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
  .buscador_inmuebles .contenedor_desplegable .lista_selectores,
  .buscador_inmuebles .contenedor_desplegable .lista_opciones {
    width: 96%;
  }
  .buscador_inmuebles .paginador {
    width: 46%;
  }
  .banner {
    font-size: 7px;
  }
  .wpcf7-form div.wpcf7-response-output {
    width: auto;
    margin: 0;
  }
  .wpcf7-form .boton {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .wpcf7-form .wpcf7-textarea {
    height: 160px;
  }
  .ui-selectmenu-button.ui-button {
    letter-spacing: 0.3px;
  }
  #contacto .wpcf7-form .boton {
    float: right;
    width: 48.2%;
  }
  .slide-inmuebles .area-slider {
    position: relative;
    padding: 0 40px;
    margin: 0 0 30px;
  }
  .slide-inmuebles .swiper-multi-next {
    width: 40px;
    background-size: 50% auto;
  }
  .slide-inmuebles .swiper-multi-prev {
    width: 40px;
    background-size: 50% auto;
  }
  .slide-inmuebles .listado > li {
    width: 49%;
    margin-right: 20px;
  }
  .ficha .caracteristicas .listado li {
    font-size: 1.4rem;
  }
  .ficha .contenedor-bloques {
    margin-bottom: 60px;
  }
  .ficha .contenedor-bloques .column:last-child {
    padding: 0 0 0 25px;
  }
  .ficha .cabecera {
    margin-bottom: 20px;
  }
  .ficha .sub-bloque:last-child {
    margin: 0;
  }
  .ficha .datos li {
    width: 100%;
  }
  .ficha .pdgm-fav-button {
    width: 28px;
    height: 26px;
  }
  .ficha .galeria .pral .sold {
    top: 15px;
    left: -40px;
    width: 120px;
    font-size: 11px;
  }
  .about-us .destacado {
    margin: 0 -25px 60px;
  }
  .about-us .equipo {
    margin: 0 -25px;
  }
  .about-us .equipo .miembro {
    width: 33.3%;
    padding: 0 20px 30px;
  }
  .about-us .trabaja .wpcf7-form > .columnas {
    display: block;
  }
  .about-us .trabaja .wpcf7-form > .columnas > .col {
    width: 100%;
    padding: 0;
  }
  .about-us .trabaja .wpcf7-form .boton {
    float: right;
    width: 50%;
    margin: 0;
  }
  .slide_mensajes {
    color: #FFF;
    font-size: 2.2rem;
    text-align: center;
    padding: 50px 0 30px;
    margin: 0 -25px 70px;
    background: #003a5e;
  }
  .franja_cifras {
    padding: 5rem 0;
    margin: 0 0 5em;
    background: #003a5e;
  }
  .franja_cifras .centrado {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .franja_cifras .col {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    max-width: 330px;
  }
  .franja_cifras .valor {
    margin-bottom: 1rem;
  }
  .owner .cabecera {
    padding: 5em 2em;
  }
  .owner .destacados .fila .col .titular {
    margin-bottom: 0;
  }
  .owner .destacados ul li {
    width: 110px;
    font-size: 1.2rem;
    padding: 75px 0 0;
    background-size: 60px auto;
    margin: 0 0 20px;
  }
  .owner .formulario .wpcf7-form .boton {
    width: 48.2%;
  }
  .blog .destacada {
    display: block;
    float: left;
    width: 100%;
    max-width: none;
    margin: 0 20px 2rem 0;
  }
  .blog .col-left {
    width: 68%;
  }
  .blog .col-right {
    width: 32%;
    padding: 0 0 0 5%;
  }
  .blog article {
    overflow: hidden;
    padding: 0 0 1.5rem;
    margin: 0 0 3.5rem;
    border-bottom: 1px solid #b2c0cb;
  }
  .blog.casos_estudio .listado {
    max-width: 826px;
    margin: 0 auto;
  }
  .blog.casos_estudio .listado article {
    width: 50%;
  }
  .footer .columnas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .col {
    width: 42%;
    padding: 0 0 2em 4%;
  }
  .flip_cards {
    padding: 0 29px;
    margin: 0 0 10rem;
  }
  .flip_cards .flip {
    margin: 0 18px;
  }
  .flip_cards .c-a h3 {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  .destacado_staging {
    padding: 0 47px;
    margin: 0 0 10rem;
  }
  .destacado_staging .columnas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .destacado_staging .col-1,
  .destacado_staging .col-2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-bottom: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .destacado_staging .col-3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 6% 8% 3%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .destacado_staging .col-3 h2, .destacado_staging .col-3 h3 {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .destacado_staging .col-3 p {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .opiniones {
    padding: 0 41px;
    margin: 0 0 6rem;
  }
  .opiniones .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .opiniones .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 400px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #003a5e;
    padding: 3rem 0;
    margin: 0 auto;
  }
  .destacado_equipo {
    padding: 0 41px;
    margin: 0 0 6rem;
  }
  .destacado_equipo .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 600px;
    margin: 0 auto;
  }
  .destacado_equipo .col-1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 50%;
    margin-bottom: 3rem;
  }
  .destacado_equipo .col-2 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
  .destacado_equipo .col-2 p:last-child {
    text-align: center;
  }
}

@media only screen and (max-width: 640px), (max-height: 460px) and (max-width: 900px) {
  body.menu-activo {
    overflow: hidden;
  }
  .home .header .user a {
    color: #003b5e;
  }
  .home .header {
    text-align: left;
  }
  .home .header .logo a {
    background-image: url("img/proddigia.png");
  }
  .home .header .user .menu-languages li {
    border-left: 1px solid #003a5e;
    border-right: 1px solid #003a5e;
    background: #fff;
  }
  .home .header .user .favourites {
    border-left: 1px solid #003a5e;
  }
  .estrecho {
    margin: 0;
  }
  .wrapper {
    padding-top: 49px;
  }
  .centrado {
    padding: 0 20px;
  }
  #menu-mobile {
    display: block;
  }
  .menu-activo #menu-mobile-close {
    width: 100%;
    height: 100%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 0;
    z-index: 100;
  }
  .menu-activo .header {
    border-bottom: 1px solid #003a5e;
  }
  .header .centrado {
    min-height: 49px;
    padding: 0 20px;
  }
  .header nav {
    float: none;
  }
  .header .logo {
    position: static;
    top: auto;
    left: auto;
    width: 100px;
    margin: 15px 0 0;
  }
  .home .header .logo {
    width: 100px;
    margin: 15px 0 0;
  }
  .header .contenedor-menus {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 50px;
    width: 90%;
    max-width: 0;
    min-height: 100%;
    bottom: 0;
    -webkit-box-shadow: -7px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -7px 10px 5px rgba(0, 0, 0, 0.2);
    background: #FFF;
    z-index: 100;
    -webkit-transition: max-width 0.4s;
    -o-transition: max-width 0.4s;
    transition: max-width 0.4s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
  }
  .header .contenedor-menus.activo {
    max-width: 340px;
    -webkit-transition: max-width 0.5s;
    -o-transition: max-width 0.5s;
    transition: max-width 0.5s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
       transition-delay: 0.2s;
  }
  .header .contenedor-menus .centrado-vertical {
    width: 100%;
    height: calc(100vh - 50px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header .contenedor-menus .centrado-vertical .bloque {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 240px;
    padding: 0 0 20px;
  }
  .header .contenedor-menus .centrado-vertical .nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 15px;
    margin: 0 auto 16px;
  }
  .header .contenedor-menus .centrado-vertical .nav ul .current-menu-item > a,
  .header .contenedor-menus .centrado-vertical .nav ul .current_page_parent > a {
    padding: 8px 20px;
    border-top: none;
    background: #e5e5e5;
  }
  .header .contenedor-menus .centrado-vertical .nav > ul > li {
    height: auto;
  }
  .header .contenedor-menus .centrado-vertical .nav > ul > li:nth-child(2) a:before {
    display: none;
  }
  .header .contenedor-menus .centrado-vertical .nav > ul > li:nth-child(2) a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 13px;
    vertical-align: bottom;
    margin: 0 0 0 3px;
    background: url("img/interface.png") no-repeat 0 1px;
  }
  .no-touch .header .contenedor-menus .centrado-vertical .nav > ul > li:nth-child(2) a:hover:after {
    background-position: -50px 1px;
  }
  .header .contenedor-menus .centrado-vertical .nav ul {
    text-align: center;
    margin-left: 0;
  }
  .header .contenedor-menus .centrado-vertical .nav ul ul {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: 1em;
    padding: 0;
  }
  .header .contenedor-menus .centrado-vertical .nav li {
    position: relative;
    display: block;
    float: none;
    text-align: left;
    line-height: 1;
    padding: 0;
    margin: 0;
  }
  .header .contenedor-menus .centrado-vertical .nav li a {
    display: block;
    color: #003a5e;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  .no-touch .header .contenedor-menus .centrado-vertical .nav li a:hover {
    color: #00c0ff;
    border-top: none;
  }
  .header .contenedor-menus .centrado-vertical .nav li .sub-menu {
    max-height: none;
    margin: 8px 0 12px 26px;
  }
  .header .contenedor-menus .centrado-vertical .nav li .sub-menu:last-of-type a {
    margin-bottom: 0;
  }
  .header .contenedor-menus .centrado-vertical .nav li .sub-menu a {
    float: left;
    padding: 2px 0 2px 6px;
    margin: 0 0 7px;
  }
  .header .contenedor-menus .centrado-vertical .nav li .sub-menu li {
    overflow: hidden;
  }
  .header .sub-bloque {
    float: none;
    position: static;
    top: auto;
    right: auto;
  }
  .header .user {
    float: none;
    position: static;
    top: auto;
    right: auto;
    font-size: 15px;
  }
  .header .user .menu {
    float: none;
    display: block;
    margin: 0 20px 20px;
  }
  .header .user .menu-languages {
    width: auto;
    height: auto;
    text-align: left;
    margin: 0 20px 26px;
  }
  .header .user .menu-languages li {
    opacity: 0.6;
  }
  .header .user .menu-languages li.active {
    opacity: 1;
  }
  .header .user .menu-languages li,
  .header .user .menu-languages li.active {
    display: inline-block;
    border-right: none;
    margin: 0;
  }
  .header .user .menu-languages li:last-child,
  .header .user .menu-languages li.active:last-child {
    border-right: 1px solid #003a5e;
  }
  .header .user .menu-languages li a,
  .header .user .menu-languages li.active a {
    padding: 3px 6px;
  }
  .no-touch .header .user .menu-languages:hover, .header .user .menu-languages.desplegar {
    padding-top: 0;
  }
  .no-touch .header .user .menu-languages:hover li, .header .user .menu-languages.desplegar li {
    display: inline-block;
  }
  .no-touch .header .user .menu-languages:hover li.active, .header .user .menu-languages.desplegar li.active {
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
  .header .user .favourites {
    float: none;
    padding: 0;
    margin: 0 20px;
  }
  .header .user .favourites .area {
    position: relative;
    display: inline-block;
  }
  .header .user .favourites .menu {
    margin: 0;
  }
  .header .user .favourites .menu a {
    padding: 3px 48px 3px 10px;
  }
  .header .user .favourites .total {
    width: 34px;
    height: 28px;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    margin: 0;
  }
  .compartir li a:after {
    font-size: 2.1rem;
  }
  .menu-propietario {
    float: none;
    margin: 0 0 26px;
  }
  .menu-propietario li {
    display: block;
    margin-left: 20px;
  }
  .menu-propietario li a {
    display: inline-block;
    font-size: 12px;
    padding: 4px 20px;
  }
  #aviso-cookies {
    padding: 40px 0;
  }
  #contacto .mapa {
    float: none;
    width: auto;
    margin: 0 0 4.5% 0;
  }
  #contacto #googleMap {
    height: 45vh;
  }
  #contacto .col {
    float: none;
    width: auto;
    margin: 0 0 2.5% 0;
  }
  #contacto .textos {
    padding-bottom: 0;
  }
  #contacto .textos p {
    margin-bottom: 8px;
  }
  .slide-inmuebles .area-slider {
    position: relative;
    padding: 0 35px;
    margin: 0 0 25px;
  }
  .slide-inmuebles .swiper-multi-next {
    width: 35px;
    background-position: center right;
    background-size: 65% auto;
  }
  .slide-inmuebles .swiper-multi-prev {
    width: 35px;
    background-position: center left;
    background-size: 65% auto;
  }
  .buscador_inmuebles input[type="text"],
  .buscador_inmuebles input[type="submit"],
  .buscador_inmuebles select,
  .buscador_inmuebles textarea,
  .buscador_inmuebles button {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
  .buscador_inmuebles .contenido {
    display: block;
  }
  .buscador_inmuebles .contenido > .col-1 {
    width: 100%;
  }
  .buscador_inmuebles .contenido > .col-2 {
    width: 100%;
  }
  .buscador_inmuebles .listado {
    padding: 51px 0 0;
  }
  .buscador_inmuebles .resultados > ul {
    margin-bottom: -15px;
  }
  .buscador_inmuebles .resultados > ul > li {
    display: inline-block;
    width: 50%;
    padding: 0 7px 15px 0;
  }
  .buscador_inmuebles .resultados > ul > li:nth-child(2n) {
    padding: 0 0 15px 7px;
  }
  .buscador_inmuebles .caracteristicas {
    padding: 10px;
  }
  .buscador_inmuebles .filtros {
    padding: 0;
    overflow: hidden;
  }
  .buscador_inmuebles .filtros .contenedor_filtros {
    padding: 0;
    border-top: none;
  }
  .buscador_inmuebles .filtros .contenedor_filtros > .bloque {
    max-width: 460px;
    min-width: 280px;
    padding: 12px;
    margin: 0 auto;
  }
  .buscador_inmuebles .filtros .buscar input {
    height: 34px;
    border: 1px solid #FFF;
  }
  .buscador_inmuebles .filtros .buscar:after {
    right: 0;
    height: 32px;
    border: 1px solid #FFF;
  }
  .buscador_inmuebles .filtro.order {
    padding: 0 8px 0 0;
  }
  .buscador_inmuebles .filtro.boton_desplegable {
    position: relative;
    overflow: hidden;
  }
  body.mobile .buscador_inmuebles .filtro.boton_desplegable button {
    pointer-events: none;
  }
  body.mobile .buscador_inmuebles .filtro.boton_desplegable input,
  body.mobile .buscador_inmuebles .filtro.boton_desplegable select {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 34px;
    font-size: 0;
    background: transparent;
  }
  .buscador_inmuebles .filtro button,
  .buscador_inmuebles .filtro input[type="text"] {
    border-color: #FFF;
    height: 34px;
  }
  .no-touch .buscador_inmuebles .filtro.boton_desplegable button:hover {
    color: #003a5e;
    background: #FFF;
    border-color: #FFF;
  }
  .no-touch .buscador_inmuebles .filtro.boton_desplegable button:hover:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iLTAuNSAxMi41IDE1IDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTAuNSAxMi41IDE1IDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzQTVFIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjEzLjc1LDEzLjI0NCA3LDE3Ljc1NiAwLjI1LDEzLjI0NCAiLz4NCjwvc3ZnPg0K);
  }
  .buscador_inmuebles .filtro.boton_desplegable.selected button,
  .no-touch .buscador_inmuebles .filtro.boton_desplegable.selected button:hover {
    color: #003a5e;
    background: #FFF;
    border-color: #FFF;
  }
  .buscador_inmuebles .filtro.boton_desplegable.selected button:after,
  .no-touch .buscador_inmuebles .filtro.boton_desplegable.selected button:hover:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDE1IDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1IDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzQTVFIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjAuNzUsNS40NTYgNy41LDAuOTQ0IDE0LjI1LDUuNDU2ICIvPg0KPC9zdmc+DQo=);
  }
  .buscador_inmuebles .filtro.boton_desplegable.active button,
  .buscador_inmuebles .filtro.boton_desplegable.selected.active button,
  .no-touch .buscador_inmuebles .filtro.boton_desplegable.selected.active button:hover {
    color: #FFF;
    background: #00c0ff;
    border-color: #00c0ff;
  }
  .buscador_inmuebles .filtro.order.boton_desplegable button,
  .buscador_inmuebles .filtro.order.boton_desplegable.selected button,
  .no-touch .buscador_inmuebles .filtro.order.boton_desplegable button:hover,
  .no-touch .buscador_inmuebles .filtro.order.boton_desplegable.selected button:hover {
    color: #003a5e !important;
    border-color: #003a5e;
    background: #FFF !important;
  }
  .buscador_inmuebles .filtro.order.boton_desplegable button:after,
  .buscador_inmuebles .filtro.order.boton_desplegable.selected button:after,
  .no-touch .buscador_inmuebles .filtro.order.boton_desplegable button:hover:after,
  .no-touch .buscador_inmuebles .filtro.order.boton_desplegable.selected button:hover:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iLTAuNSAxMi41IDE1IDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTAuNSAxMi41IDE1IDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHRpdGxlPmFycm93X3VwIFsjMzM3XTwvdGl0bGU+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzQTVFIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjEzLjc1LDEzLjI0NCA3LDE3Ljc1NiAwLjI1LDEzLjI0NCAiLz4NCjwvc3ZnPg0K);
  }
  .buscador_inmuebles .filtro .grupo:after {
    content: '';
    display: block;
    clear: both;
  }
  .buscador_inmuebles .filtro .grupo .col {
    position: relative;
    float: left;
    width: 49%;
    margin: 0 1% 0 0;
    overflow: hidden;
  }
  .buscador_inmuebles .filtro .grupo .col:nth-of-type(2n) {
    margin: 0 0 0 1%;
  }
  body.mobile .buscador_inmuebles .contenedor_desplegable .selector {
    display: none !important;
  }
  .buscador_inmuebles .contenedor_desplegable .price .bloque .columnas {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .buscador_inmuebles .submenu_opciones {
    position: fixed;
    top: 49px;
    left: 0;
    right: 0;
    padding: 5px 20px 10px;
    background: #FFF;
    border-top: none;
    z-index: 50;
  }
  .buscador_inmuebles .submenu_opciones .btn_menu {
    display: block;
  }
  .buscador_inmuebles .submenu_opciones.disabled {
    display: block;
  }
  .buscador_inmuebles .listado .sin-resultados {
    padding: 0;
  }
  .buscador_inmuebles .apartado_desplegable {
    position: fixed;
    right: 0;
    top: 98px;
    bottom: 0;
    width: 100%;
    max-width: 0;
    background-color: rgba(0, 58, 94, 0.9);
    z-index: 50;
    overflow: auto;
    -webkit-transition: max-width 0.5s;
    -o-transition: max-width 0.5s;
    transition: max-width 0.5s;
  }
  .buscador_inmuebles .apartado_desplegable.activo {
    max-width: 1000px;
  }
  .buscador_inmuebles.favourites .listado {
    padding-top: 0;
  }
  .buscador_inmuebles .contenedor_mapa {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    overflow: hidden;
  }
  .buscador_inmuebles #propertiesMap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #DDD;
  }
  .buscador_inmuebles .paginador {
    width: 100%;
    padding-top: 10px;
  }
  .buscador_inmuebles .contenido > .col-2.sin-resultados img {
    display: none;
  }
  .banner {
    font-size: 6px;
  }
  .wpcf7-form div.wpcf7-response-output {
    text-align: center;
    padding: 2rem 0 0;
  }
  #contacto .wpcf7-form div.wpcf7-response-output {
    padding: 0 0 2rem;
  }
  .ficha .contenedor-bloques {
    margin-bottom: 10px;
  }
  .ficha .contenedor-bloques .column {
    float: none;
    width: auto;
  }
  .ficha .contenedor-bloques .column:last-child {
    width: auto;
    padding: 0;
  }
  .ficha .galeria {
    display: block;
    margin: 0 0 20px;
  }
  .ficha .galeria .pral {
    width: 100%;
    margin-bottom: 9px;
  }
  .ficha .galeria .pral img.topo {
    width: 90px;
    margin: -45px 0 0 -45px;
  }
  .ficha .galeria .pral .back_print {
    display: none;
  }
  .ficha .galeria .miniaturas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
  }
  .ficha .galeria .miniaturas li {
    width: 32%;
    padding-bottom: 0;
    padding-left: 0;
  }
  .ficha .datos li {
    width: 48%;
  }
  .ficha .datos .valor {
    font-size: 1.6rem;
  }
  .ficha .datos .valor b {
    font-size: 1.7rem;
  }
  .ficha .datos .concepto {
    font-size: 1.4rem;
  }
  .ficha .visita .fila {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .ficha .visita .fila > * {
    width: 48%;
    margin-right: 0;
    margin-left: 0;
  }
  .ficha .reforma {
    margin-bottom: 0;
  }
  .ficha .reforma .wpcf7-form .fila {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ficha .reforma .wpcf7-form .fila > * {
    width: 48%;
    margin-right: 0;
    margin-left: 0;
  }
  .ficha .reforma .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 17px 0 0;
  }
  .ficha .reforma .col.col-2 {
    padding: 0 0 0 17px;
  }
  .about-us .intro {
    font-size: 1.8rem;
  }
  .about-us .destacado {
    margin: 0 -20px 50px;
  }
  .about-us .equipo {
    margin: 0 -20px;
  }
  .about-us .equipo .miembro {
    width: 50%;
    padding: 0 16px 25px;
  }
  .about-us .trabaja {
    margin: 0 0 50px;
  }
  .about-us .trabaja .wpcf7-form .columnas {
    display: block;
  }
  .about-us .trabaja .wpcf7-form .columnas > * {
    width: 100%;
    padding: 0;
  }
  .about-us .trabaja .wpcf7-form .columnas > *:nth-of-type(2n) {
    padding: 0;
  }
  .about-us .colaboradores li {
    width: 30%;
    max-width: 150px;
    margin: 0 1% 12px;
  }
  .slide_mensajes {
    font-size: 1.5rem;
    padding: 20px 0 10px;
    margin: 0 -20px 50px;
  }
  .slide_mensajes .swiper-container {
    padding: 0 0 30px;
  }
  .slide_mensajes .swiper-slide {
    padding: 0 20px;
  }
  .slide_mensajes .swiper-slide strong {
    font-size: 5rem;
  }
  .slide_mensajes .swiper-slide em {
    font-size: 2.9rem;
  }
  .services .services_listado .bloque {
    margin-bottom: 30px;
  }
  .services .services_listado .bloque .titular {
    margin-bottom: 15px;
  }
  .services .services_listado .bloque .foto {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .services .services_listado .bloque .descripcion {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  .services .services_listado .bloque:nth-of-type(2n) {
    text-align: left;
  }
  .services .services_listado .bloque:nth-of-type(2n) .foto {
    float: none;
    margin: 0 0 15px 0;
  }
  .services .services_listado .bloque:nth-of-type(2n) .titular,
  .services .services_listado .bloque:nth-of-type(2n) h3, .services .services_listado .bloque:nth-of-type(2n) h4 {
    text-align: left;
  }
  .franja_cifras {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.1px;
  }
  .franja_cifras .valor {
    font-size: 4rem;
  }
  .owner .cabecera {
    padding: 3em 1.5em;
    margin: 0 -15px 2em;
  }
  .owner .cabecera .titular {
    font-size: 3.5rem;
    margin-bottom: 1.6rem;
  }
  .owner .destacados {
    padding: 2em  1.2em 0.5em;
  }
  .owner .destacados .fila .col {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .owner .destacados ul li {
    width: 90px;
  }
  .owner .intro {
    font-size: 1.8rem;
  }
  .owner .intro .titular {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .owner .intro .titular strong {
    font-size: 2.5rem;
  }
  .owner .fichas {
    display: block;
  }
  .owner .ficha {
    display: block;
    width: auto;
    margin-bottom: 2rem;
  }
  .owner .ficha .titular strong {
    font-size: 2rem;
  }
  .blog .col-left {
    float: none;
    width: auto;
    padding: 0;
  }
  .blog .col-right {
    float: none;
    width: auto;
    padding: 0;
  }
  .blog .boton a {
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog .info .sep {
    padding: 0 5px;
  }
  .blog .sidebar .bloque {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.1%;
    line-height: 1.5;
    letter-spacing: 0.5px;
    border-top: 2px solid #003a5e;
    padding: 10px 10px 10px 0;
    margin: 0 0 40px;
  }
  .blog .post_destacados .destacada {
    float: left;
    width: 42%;
    margin: 0 12px 12px 0;
  }
  .blog .paginador_detalle {
    margin-bottom: 4rem;
  }
  .blog .content p {
    margin-bottom: 15px;
  }
  .blog .compartir {
    text-align: right;
    margin: -6px 0 30px;
  }
  .blog.casos_estudio .intro {
    font-size: 1.8rem;
  }
  section.legal h1 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  section.legal h4 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
  section.legal ol {
    padding-left: 0;
    margin: 0 20px 25px 15px;
  }
  section.legal ol li {
    padding-left: 2px;
    margin: 0 0 3rem 0;
  }
  section.legal ul {
    margin: 0 0 1.5rem 15px;
  }
  section.legal ul li {
    padding-left: 2px;
  }
  .footer .columnas {
    display: block;
  }
  .footer h3 {
    text-align: center;
  }
  .footer .col {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 0 0 2em;
    margin: 0 auto;
  }
  .flip_cards {
    padding: 0 7px;
  }
  .flip_cards .columnas {
    display: block;
  }
  .flip_cards .col {
    width: auto;
    margin: 0 0 2rem;
  }
  .flip_cards .flip {
    padding-bottom: 40%;
    margin: 0;
  }
  .destacado_staging {
    padding: 0 41px;
    margin: 0 0 10rem;
  }
  .destacado_staging .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .destacado_staging .col-1,
  .destacado_staging .col-2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 60%;
    background-size: 160% auto;
  }
  .destacado_staging .col-3 {
    padding: 3rem 3rem 0;
  }
}

@media only screen and (max-width: 580px) {
  .slide-inmuebles .listado > li {
    width: 100%;
    margin-right: 0;
  }
}

/* Smartphone */
@media only screen and (max-width: 480px) {
  .centrado,
  .header .centrado {
    padding: 0 15px;
  }
  h2, h3 {
    font-size: 2.4rem;
    margin: 0 0 18px;
  }
  h2:after, h3:after {
    margin: 8px auto 0;
  }
  #aviso-cookies {
    font-size: 1.4rem;
    padding: 30px 0;
  }
  #aviso-cookies .titular {
    font-size: 2rem;
  }
  #aviso-cookies .boton a {
    height: 30px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 0 30px;
  }
  #menu-mobile {
    right: 15px;
  }
  .footer {
    letter-spacing: 0;
  }
  .footer .centrado {
    padding: 20px 12px;
  }
  .ui-selectmenu-button.ui-button {
    height: 30px;
    line-height: 28px;
  }
  #contacto .wpcf7-submit {
    height: 30px;
  }
  .ui-selectmenu-text:after {
    margin: 10px 0 10px 7px;
  }
  .ui-menu .ui-menu-item-wrapper {
    height: 30px;
  }
  .ui-selectmenu-menu .ui-menu li {
    height: 30px;
    line-height: 28px;
  }
  .buscador_inmuebles {
    position: relative;
    margin-bottom: 40px;
  }
  .buscador_inmuebles .filtro.order {
    max-width: 200px;
  }
  .buscador_inmuebles .resultados > ul {
    margin-bottom: -14px;
  }
  .buscador_inmuebles .resultados > ul > li {
    display: block;
    width: auto;
    padding: 0 0 14px 0;
  }
  .buscador_inmuebles .resultados > ul > li:nth-child(2n) {
    padding: 0 0 14px 0;
  }
  .buscador_inmuebles .listado .sin-resultados .textos {
    margin-bottom: 12px;
  }
  .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.nombre, .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.apellido, .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.email, .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.tel {
    display: block;
    width: auto;
  }
  .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.nombre:nth-of-type(2n), .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.apellido:nth-of-type(2n), .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.email:nth-of-type(2n), .buscador_inmuebles .listado .sin-resultados .wpcf7-form-control-wrap.tel:nth-of-type(2n) {
    padding-left: 0;
  }
  .buscador_inmuebles .contenedor_desplegable .price .bloque .columnas {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .buscador_inmuebles .si-content-wrapper .contenedor_ficha {
    width: 200px;
  }
  .buscador_inmuebles .si-content-wrapper .caracteristicas {
    padding: 8px 10px;
  }
  .buscador_inmuebles .si-content-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .buscador_inmuebles .si-content-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
        transform: scale(0.7);
  }
  .buscador_inmuebles .submenu_opciones {
    padding: 5px 15px 10px;
  }
  .banner h2, .banner h3, .banner h4, .banner h5 {
    margin-bottom: 10px;
  }
  .banner h2 {
    font-size: 8em;
  }
  .banner h3 {
    font-size: 7em;
  }
  .banner h4 {
    font-size: 6em;
  }
  .banner h5 {
    font-size: 4em;
  }
  .wpcf7-form .wpcf7-text {
    height: 29px;
  }
  .wpcf7-form .wpcf7-submit,
  .no-disponible .boton,
  .ficha .boton {
    font-size: 1.5rem;
    height: 30px;
    line-height: 30px;
  }
  .wpcf7-form .boton {
    float: none;
    max-width: none;
  }
  .ficha h4 {
    font-size: 20px;
  }
  .ficha .zona {
    font-size: 15px;
    margin: 0 0 5px;
  }
  .ficha .titulo {
    font-size: 20px;
    letter-spacing: 0.1px;
    margin: 0 0 5px;
  }
  .ficha .imprimir .boton::before {
    margin: 5px 10px 0;
  }
  .ficha .visita .fila {
    display: block;
  }
  .ficha .visita .fila > * {
    width: auto;
  }
  .ficha .reforma p {
    letter-spacing: 0.2px;
    font-size: 13px;
  }
  .ficha .reforma .wpcf7-form .fila {
    display: block;
  }
  .ficha .reforma .wpcf7-form .fila > * {
    width: 100%;
  }
  .ficha .reforma .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: auto;
    padding: 0;
  }
  .ficha .reforma .col.col-2 {
    padding: 0;
  }
  .ficha .reforma img {
    max-width: 200px;
    margin: auto;
  }
  .about-us .destacado {
    margin: 0 -15px 35px;
  }
  .about-us .video {
    margin: 0 0 5em;
  }
  .about-us .video video {
    display: block;
    width: 100%;
  }
  .about-us .equipo {
    margin: 0;
  }
  .about-us .equipo .miembro {
    display: block;
    width: 100%;
    max-width: 280px;
    padding: 0 0 20px;
    margin: 0 auto;
  }
  .about-us .equipo .nombre {
    font-size: 22px;
  }
  .about-us .equipo .descripcion {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .about-us .trabaja {
    margin: 0 0 40px;
  }
  .about-us .trabaja .intro {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .about-us .trabaja .img_flotante {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .slide_mensajes {
    margin: 0 -15px 40px;
  }
  .blog .sidebar .bloque {
    display: block;
    width: auto;
    padding: 10px 0;
  }
  .blog .boton a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog.casos_estudio .listado {
    max-width: 400px;
  }
  .blog.casos_estudio .listado article {
    width: 100%;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
  }
  .no-touch .blog.casos_estudio .listado article:hover .marco {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .blog.casos_estudio .listado .info {
    margin: 0 10px 1.5rem;
  }
  .blog.casos_estudio .listado h2 {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 359px) {
  .centrado,
  .header .centrado {
    padding: 0 12px;
  }
  #menu-mobile {
    right: 12px;
  }
  .ui-selectmenu-text::after {
    margin: 10px 0 10px 4px;
  }
  .ui-selectmenu-menu .ui-menu li {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
  #contacto .direcciones h4 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .slide-inmuebles .area-slider {
    position: relative;
    padding: 0 25px;
    margin: 0 0 25px;
  }
  .slide-inmuebles .swiper-multi-next {
    width: 25px;
    background-position: center right;
    background-size: 75% auto;
  }
  .slide-inmuebles .swiper-multi-prev {
    width: 25px;
    background-position: center left;
    background-size: 75% auto;
  }
  .about-us .destacado {
    margin: 0 -12px 30px;
  }
  .about-us .trabaja {
    margin: 0 0 30px;
  }
  .slide_mensajes {
    margin: 0 -12px 30px;
  }
  .owner .cabecera {
    margin: 0 -12px 2em;
  }
}
/*# sourceMappingURL=style.css.map */