
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

* {
  box-sizing: border-box;
}

body {
  opacity: 0;
  width: 100vw;
  transition: opacity 1s;
  font-family: 'Encode Sans Expanded', sans-serif;
  font-weight: 500;
  font-size: .8888888889vw;
  line-height: 1vw;
  color: #1e1e17;
  overflow-x: hidden !important;
  outline: 0;
  background-color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  opacity:0;
}

@media screen and (max-width: 795px) {
  body {
    font-size: 14px;
    line-height:16px;
  }
}

@media screen and (max-width: 485px) {
  body {
    font-size: 14px;
    line-height:16px;
  }
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-indent: 0;
}

a, a:hover, button {
  text-decoration: none;
  color: inherit;
  outline: 0;
  transition: all 0.3s;
}
h2, h3, h4 { margin:0; padding:0; }
strong {
  font-weight: bold;
}

a[href^="tel"] {
  color: inherit;
}

.slick-slide {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}


body.loaded {
  opacity: 1;
}

.grecaptcha-badge {
  display: none !important;
}

textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
.whatsappFijo { display: block; position: fixed; z-index: 999; cursor: pointer; bottom: 5vw; right: 0; width: 5.05vw; height: 3.27vw; }
.whatsappFijo img { display: block; width: 100%; height: auto;  }

header { display: block; position: relative; width: 100%; height: 13.2738095238vw;  z-index:9; } 
header .top { display:block; position:relative; overflow:hidden; width:100%; background:#fff;  padding:2.619047619vw 13.09523809524vw 2.619047619vw 13.09523809524vw; z-index:9;}
header.oculto { -webkit-transform: translateY(-500px); transform: translateY(-500px); opacity: 0; transition: 1s .5s; }

#click-menu { display:none; }

header .top h1 { display:inline-block; float:left; position:relative; overflow:hidden; width:22.5vw; margin:0; -webkit-transform: translateY(-500px); transform: translateY(-500px); opacity: 0; transition: 1s .5s;}
.loaded header h1 { --webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
header .top h1 img { display:block; width:100%; height:auto; }

header .top .frase { display:inline-block; float:left; position:relative; overflow:hidden; color:#0e0f0d; font-weight:100; font-size:.8888888889vw; line-height:1.5vw; margin:2.380952381vw 0 0 3.2142857143vw;  -webkit-transform: translateY(-500px); transform: translateY(-500px); opacity: 0; transition: 1s .7s;}
.loaded header .top .frase { --webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
header .top .frase span { font-weight:600; }

header .top .datos { display:inline-block; float:right; position:relative; overflow:hidden; margin-top:1.0119047619vw; -webkit-transform: translateX(500px); transform: translateX(500px); opacity: 0; transition: 1s .9s;}
.loaded header .top .datos { --webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
header .top .datos a.contacto { display:inline-block; float:right; width:2.6785714286vw; margin-top:.7142857143vw;}
header .top .datos a.contacto img { display:block; width:100%; height:auto; }

header .top .datos a.instagram { display:inline-block; float:right; width:2.6785714286vw; margin-top:.7142857143vw; margin-right:.3vw;}
header .top .datos a.instagram img { display:block; width:100%; height:auto; margin-top: -.1vw;}

header .top .datos .izq { display: inline-block; float: right; position: relative; overflow: hidden; border-right: 2px solid #434343;  padding: .7142857143vw 1.1904761905vw .7142857143vw 0; margin-right:1.369047619vw;}
header .top .datos .izq a { display: block; text-align: right; color: #7a8039; font-weight: 900; font-size: 1.3333333333vw; line-height: 1.55vw; }
header .top .datos .izq p { display:block; text-align:right; font-weight:800; font-size:.8888888889vw; line-height:1vw;  }
header .top .datos .izq a:hover { color:#535353;  }

header  ul.menu { display: block;  position: relative; width:100%; background:#535353;  padding:0 13.09523809524vw 0 13.09523809524vw; height:3.1547619048vw;-webkit-transform: translateY(-500px); transform: translateY(-500px); opacity: 0; transition: 1s 1.1s; z-index:8;}
.loaded header ul.menu { --webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
header  .menu li { display: inline-block; float: left; position: relative;   color: #fff; padding:.9vw .7738095238vw; border-right:2px solid #030304; height:3.1547619048vw;}
header  .menu li:first-child { border-left: 2px solid #030304; }
header  .menu li a { display: block; position: relative; overflow: hidden; cursor:pointer; font-size:1vw; line-height: 1.3vw; color: #fff; font-weight:600; text-transform: uppercase; font-family: "Encode Sans Condensed", sans-serif; } 
header  .menu li a:hover, header .menu li:hover, header .menu li a.seleccionado { color:#7a8039; }
header  .menu li .sub { display: none; }

header   .menu li:hover .sub { display:block; opacity: 1; visibility: visible;}
header   .menu li ul.sub { display:none; position:absolute; overflow:hidden; width:auto; background:#535353; padding:1vw; white-space: nowrap; opacity: 0; visibility: hidden; transition: all .5s; top: 3.1vw; left: 0;  z-index:9;}
header   .menu li .sub li { display:block; float:none; width: 100%; position:relative; overflow:hidden; margin:0 0 .5vw 0; font-size:.9444444444vw; line-height:1.3vw; font-weight: 400; text-transform: none; color:#fff; border-right:0; padding:0 .5vw .5vw .5vw; border-bottom:1px solid #fff;  font-family: "Encode Sans Condensed", sans-serif; height:auto;}
header   .menu li .sub li:first-child { border-left:none; }
header   .menu li .sub li a { display:block; position:relative; overflow:hidden; width:100%; color:#fff; text-transform: none; font-weight: 500;}
header   .menu li .sub li:last-child { border:0; margin-bottom:0; padding-bottom:0; }
header   .menu li .sub li a:hover { color:#7a8039; }

.headerInterna { display: block; position: fixed; top:0; left:0; width: 100%; height: 10vw;  z-index:99; -webkit-transform: translateY(-500px); transform: translateY(-500px); opacity: 0; transition: 1s .5s;} 
.headerInterna.muestro { -webkit-transform: translateY(0); transform: translateY(0); opacity:1; }
.headerInterna .top { display:block; position:relative; overflow:hidden; width:100%; background:#fff;  padding:1vw 13.09523809524vw 1vw 13.09523809524vw; z-index:9;}

#click-menu { display:none; }

.headerInterna .top h1 { display:inline-block; float:left; position:relative; overflow:hidden; width:22.5vw; margin:0;  }
.headerInterna .top h1 img { display:block; width:100%; height:auto; }

.headerInterna .top .frase { display:inline-block; float:left; position:relative; overflow:hidden; color:#0e0f0d; font-weight:100; font-size:.8888888889vw; line-height:1.5vw; margin:2.380952381vw 0 0 3.2142857143vw;  }
.headerInterna .top .frase span { font-weight:600; }

.headerInterna .top .datos { display:inline-block; float:right; position:relative; overflow:hidden; margin-top:1.0119047619vw;  }
.headerInterna .top .datos a.contacto { display:inline-block; float:right; width:2.6785714286vw; margin-top:.7142857143vw;}
.headerInterna .top .datos a.contacto img { display:block; width:100%; height:auto; }

.headerInterna .top .datos a.instagram { display:inline-block; float:right; width:2.6785714286vw; margin-top:.7142857143vw; margin-right:.3vw;}
.headerInterna .top .datos a.instagram img { display:block; width:100%; height:auto; margin-top: -.1vw;}

.headerInterna .top .datos .izq { display: inline-block; float: right; position: relative; overflow: hidden; border-right: 2px solid #434343;  padding: .7142857143vw 1.1904761905vw .7142857143vw 0; margin-right:1.369047619vw;}
.headerInterna .top .datos .izq a { display: block; text-align: right; color: #7a8039; font-weight: 900; font-size: 1.3333333333vw; line-height: 1.55vw; }
.headerInterna .top .datos .izq p { display:block; text-align:right; font-weight:800; font-size:.8888888889vw; line-height:1vw;  }
.headerInterna .top .datos .izq a:hover { color:#535353;  }

.headerInterna  ul.menu { display: block;  position: relative; width:100%; background:#535353;  padding:0 13.09523809524vw 0 13.09523809524vw; height:3.1547619048vw; z-index:8;}

.headerInterna  .menu li { display: inline-block; float: left; position: relative;   color: #fff; padding:.9vw .7738095238vw; border-right:2px solid #030304; height:3.1547619048vw;}
.headerInterna  .menu li:first-child { border-left: 2px solid #030304; }
.headerInterna  .menu li a { display: block; position: relative; overflow: hidden; cursor:pointer; font-size:1vw; line-height: 1.3vw; color: #fff; font-weight:600; text-transform: uppercase; font-family: "Encode Sans Condensed", sans-serif; } 
.headerInterna  .menu li a:hover, .headerInterna .menu li:hover,  .headerInterna .menu li a.seleccionado { color:#7a8039; }
.headerInterna  .menu li .sub { display: none; }

.headerInterna   .menu li:hover .sub { display:block; opacity: 1; visibility: visible;}
.headerInterna   .menu li ul.sub { display:none; position:absolute; overflow:hidden; width:auto; background:#535353; padding:1vw; white-space: nowrap; opacity: 0; visibility: hidden; transition: all .5s; top: 3.1vw; left: 0;  z-index:9;}
.headerInterna   .menu li .sub li { display:block; float:none; width: 100%; position:relative; overflow:hidden; margin:0 0 .5vw 0; font-size:.9444444444vw; line-height:1.3vw; font-weight: 400; text-transform: none; color:#fff; border-right:0; padding:0 .5vw .5vw .5vw; border-bottom:1px solid #fff;  font-family: "Encode Sans Condensed", sans-serif; height:auto;}
.headerInterna   .menu li .sub li:first-child { border-left:none; }
.headerInterna   .menu li .sub li a { display:block; position:relative; overflow:hidden; width:100%; color:#fff; text-transform: none; font-weight: 500;}
.headerInterna   .menu li .sub li:last-child { border:0; margin-bottom:0; padding-bottom:0; }
.headerInterna   .menu li .sub li a:hover { color:#7a8039; }

.home .topHome { display: block; position: relative; overflow: hidden; width: 100%; height: 38.09523809524vw; background: #0e0f0d; }
.home .topHome .fondo1 { display: block; position: absolute; right:-36vw; width: 60%; top: -2vw; height: auto; z-index: 5; }

.home .topHome .fondo2 { display: block; position: absolute; right: -34vw; width: 60%; top: -14vw; height:auto; z-index:3; }
.home .topHome h2 { display: block; position: relative; overflow: hidden; margin: 7.5vw 0 0 16.6666666667vw; font-size: 2vw; line-height: 3vw; color: #fff; font-weight: 100; z-index:7; -webkit-transform: translateX(-500px); transform: translateX(-500px); opacity: 0; transition: 1s 1.5s;}

.loaded .topHome h2 { --webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
.home .topHome h2 span { display:block; font-weight:800;  }

.home .topHome .botones { display:block; position:relative; overflow:hidden; margin:8.72vw 0 0 16.6666666667vw; -webkit-transform: translateX(-500px); transform: translateX(-500px); opacity: 0; transition: 1s 1.7s;}

.loaded .topHome .botones { --webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
.home .topHome .botones .vender { display: inline-block; float: left; position: relative; overflow: hidden; height:3.869047619vw;}
.home .topHome .botones .vender span { display: inline-block; float: left; background: #605d4a; padding: .8vw; }
.home .topHome .botones .vender span p { display: inline-block; float: left; color: #fff; font-size: 2vw; line-height: 2vw; text-transform: uppercase; font-family: "Encode Sans Condensed", sans-serif;font-weight:500; }
.home .topHome .botones .vender span .fa {  display: inline-block; float: left; color: #000; font-size: 1vw; margin: .8vw;}
.home .topHome .botones .vender .triangulo1 { display: inline-block; float: left; position: relative; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid transparent; border-left: 1.5vw solid #605d4a;  height: 3.9vw; }
.home .topHome .botones .vender .triangulo2 {    width: 0; height: 0; border-top: 1.1880952381vw solid #fff; border-right: 1.0857142857vw solid transparent; display: block; position: absolute; bottom: .4vw; right: .5vw;}

.home .topHome .botones .vender:hover span { background:#fff; }
.home .topHome .botones .vender:hover p { color:#605d4a; }
.home .topHome .botones .vender:hover .triangulo1 {  border-left: 1.5vw solid #fff; }
.home .topHome .botones .vender:hover .triangulo2 { border-top: 1.1880952381vw solid #605d4a;  }
.home .topHome .botones .vender:hover .fa { color:#605d4a; }

.home .topHome .botones .comprar { display: inline-block; float: left; position: relative; overflow: hidden; height:3.869047619vw; margin-left:3.9523809524vw;}
.home .topHome .botones .comprar span { display: inline-block; float: left; background: #605d4a; padding: .8vw; }
.home .topHome .botones .comprar span p { display: inline-block; float: left; color: #fff; font-size: 2vw; line-height: 2vw; text-transform: uppercase; font-family: "Encode Sans Condensed", sans-serif; font-weight:500;}
.home .topHome .botones .comprar span .fa {  display: inline-block; float: left; color: #000; font-size: 1vw; margin: .8vw;}
.home .topHome .botones .comprar .triangulo1 { display: inline-block; float: left; position: relative; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid transparent; border-left: 1.5vw solid #605d4a; /* border-left: 2.5vw solid transparent; */ height: 3.9vw; }
.home .topHome .botones .comprar .triangulo2 {    width: 0; height: 0; border-top: 1.1880952381vw solid #fff; border-right: 1.0857142857vw solid transparent; display: block; position: absolute; bottom: .4vw; right: .5vw;}

.home .topHome .botones .comprar:hover span { background:#fff; }
.home .topHome .botones .comprar:hover p { color:#605d4a; }
.home .topHome .botones .comprar:hover .triangulo1 {  border-left: 1.5vw solid #fff; }
.home .topHome .botones .comprar:hover .triangulo2 { border-top: 1.1880952381vw solid #605d4a;  }
.home .topHome .botones .comprar:hover .fa { color:#605d4a; }

.home #buscador { opacity: 0; transition: 1s 2s; }
.loaded #buscador { opacity:1; }

.topInterna { display: block; position: relative;  width: 100%; height: 8vw; background: #0e0f0d; }

#buscador { display: block; position: relative; width: 73.8095238095vw; margin: 0 auto 0 auto;  height: 3.5714285714vw; z-index: 8; padding: 2.08333333333vw 0;}


#buscador form { display: block; position: relative; height: 3.5714285714vw;  width: 100%; }
#buscador input { display: inline-block; position: relative; overflow: hidden; min-height: 14px; background-color: #fff; margin: 0; color: #007fba; font-size: .9444444444vw; line-height: 1vw; padding: 0vw 0 0 0.8vw; vertical-align: top; width: 11.4vw; border: 0; border-right: 1px solid #597380; margin: 0; height: 3.5714285714vw; color: #030304; font-size: .888888888vw; line-height: 1vw; vertical-align: top; width:19vw; font-family: "Encode Sans Condensed", sans-serif; font-weight: 500;}
#buscador input#busca_ficha { border-right:0; }
#buscador button { display: block; position: absolute; overflow: hidden; /* float: right; */ background: #454545; color: #fff; border: 0; cursor: pointer; height: 3.5714285714vw; width: 3.5714285714vw; top: 0; right: 0;}
#buscador button img { display: block; width: 1.5476190476vw; height: auto; left: 0; right: 0; margin: 0 auto; position: relative; }

.bcg { display:block; position:relative; overflow:hidden; width:100%; height:34vw; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed; }
.comven { display:block; position:relative; overflow:hidden; width:100%; padding:1.29vw 13.09523809524vw; padding:1.29vw 0;}
.comven .lineaArriba { display:block; position:relative; width:100%; height:auto; }
.comven .lineaAbajo { display:block; position:relative; width:100%; height:auto; }

.comven h2 { display:block; position:relative; overflow:hidden;  margin:8.09vw 13.09523809524vw 0 13.09523809524vw; padding:0 3.5714285714vw 1vw 3.5714285714vw; color:#030304; font-size:2.666vw; line-height:2.888vw;  font-weight:500; border-bottom:5px solid #605d4a; padding-bottom:1vw; font-family: "Encode Sans Condensed", sans-serif;-webkit-transform: translateY(500px); transform: translateY(500px); opacity: 0; transition: 1s .7s;}
.comven.visible h2 { --webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
.comven p { display:block; font-family: "Encode Sans Condensed", sans-serif; font-size:1.666vw; line-height:1.888vw; font-weight:400; margin:1vw 13.09523809524vw 0 13.09523809524vw; padding:0 3.5714285714vw; 0 3.5714285714vw;-webkit-transform: translateY(500px); transform: translateY(500px); opacity: 0; transition: 1s .5s;}
.comven.visible p { --webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
.comven ul { display: block; position: relative; overflow: hidden; width: 100%; margin-top: 4.16vw; padding: 0 16.66vw 7.6785714286vw 16.66vw; }
.comven ul li { display:inline-block; float:left; position:relative; overflow:hidden; width:46%; -webkit-transform: translateY(500px); transform: translateY(500px); opacity: 0; }
.comven ul li:nth-child(1) { transition: 1s 1s; }
.comven ul li:nth-child(2) { transition: 1s 1.2s; }
.comven.visible ul li { --webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
.comven ul li:last-child { float:right; }
.comven ul li img { display: inline-block; float: left; position: relative; overflow: hidden; width: 6.84vw; height: auto; }
.comven ul li .marco { display: inline-block; float: right; position: relative; overflow: hidden; width: 75%; }
.comven ul li .marco h3 { display:block; color:#605d4a; font-size:2vw; line-height:2.3vw; font-weight:600; font-family: "Encode Sans Condensed", sans-serif; margin-bottom:.2vw; }
.comven ul li .marco h4 { display:block;  font-size:.8888888889vw; line-height:1.2vw; font-weight:800; font-family: "Encode Sans Condensed", sans-serif; text-transform:uppercase; margin-bottom:.5vw; }
.comven ul li .marco p { display:block; color:#605d4a; font-size:.8888888889vw; line-height:1.2vw;font-weight:600; font-family: "Encode Sans Condensed", sans-serif; padding:0; margin:0;}

ul.menuMovil { display:none; }

main { display:block; position:relative;   width:100%;  z-index:0; }



.destacadas { display: block; position: relative; background: #1e1e17; width: 100%; padding:4.3452380952vw  13.09523809524vw;}
.destacadas h2 { display: block; position: relative; overflow:hidden; color:#7a8039;font-size: 2.666vw; line-height: 2.888vw; font-family: "Encode Sans Condensed", sans-serif;  font-weight: 500; padding: 0 .5714285714vw 1vw .5714285714vw; border-bottom:5px solid #fff; margin-bottom:1vw; }

.destacadas .izquierda { display: block; position: absolute; top: 28vw; left: 6.96vw; width: 2.14vw; cursor: pointer; }
.destacadas .derecha { display: block; position: absolute; top: 28vw; right: 6.96vw; width: 2.14vw; cursor: pointer; }
.destacadas .izquierda img, .destacadas .derecha img { display:block; width: 100%; height:auto; }

.destacadas ul { display: block; position: relative; overflow: hidden; width: 103%;  padding:3.8vw 0 3.8vw 0; }
.destacadas ul li {     display: inline-block; float: left; position: relative; overflow: hidden; width: 23vw; margin-right: 2.5vw; padding: 1.3095238095vw 1.1904761905vw;
    background: #fff; font-family: "Encode Sans Condensed", sans-serif; }
.destacadas ul li .triangulo1 {display: block; /* float: left; */ position: absolute; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid #1e1e17; border-left: 1.5vw solid transparent; height: 1.5vw; bottom: 0; right: 0;}
.destacadas ul li .imagen { display: block; position: relative; height: 16.9642857143vw; background-repeat: no-repeat; background-position: center; background-size: cover; }
.destacadas ul li .imagen .tipos { display: block; position: absolute; bottom: 0vw; left: 0; width:100%; overflow: hidden; z-index:9;}
.destacadas ul li .imagen .tipos .tipo1 {display: inline-block; color: #fff; background: #1e1e17; padding: 0.5vw 1vw; font-size: .8vw; line-height: 1vw; text-transform: uppercase; font-weight: 800; float: left; position: relative; overflow: hidden; width:40%; font-family: "Encode Sans Condensed", sans-serif; font-weight:800;}
.destacadas ul li .imagen .tipos .tipo1#alquiler { background:#323026; }
.destacadas ul li .imagen .tipos .tipo2 {display: inline-block; color: #fff; background: #7a8039; padding: 0.5vw 1vw; font-size: .8vw; line-height: 1vw; text-transform: uppercase; font-weight: 400; float: left; position: relative; overflow: hidden; width:60%; font-family: "Encode Sans Condensed", sans-serif; font-weight:500;}

.destacadas ul li .marco { display: block; position: relative; background: #fff; z-index: 0; padding: 1vw 0; }
.destacadas ul li .marco .ubicacion  { display:block; position:relative; overflow:hidden; }
.destacadas ul li .marco .ubicacion img { display: inline-block; float: left; position:relative; overflow:hidden;width: .7142857143vw; height: auto; vertical-align: middle; margin-right: 0.5vw; margin-top:.1vw;}
.destacadas ul li .marco .ubicacion p { display: inline-block; float: left; position: relative; overflow: hidden; vertical-align: middle; color: #1e1e17;
    text-transform: uppercase; font-weight: 800; }
.destacadas ul li .marco .ubicacion p span { text-transform: none; font-weight: 400; color: #1e1e17;}
.destacadas ul li .marco .descripcion { display: block; color: #7a8039;  font-weight: 400; height:3vw; margin-top:.3vw;}
.destacadas ul li .marco .valor { display: block; color: #1e1e17; font-size: 1.66vw; line-height: 1.88vw; font-weight: 800; background: #e0e2d1; padding: .5vw;
    text-align: center; }
.destacadas ul li .datos { display: block; position: relative; overflow:hidden; z-index: 0;  }
.destacadas ul li .datos span {display: inline-block; float: left; position: relative; overflow: hidden; width: 25%; color: #1e1e17; font-size: .7777777778vw; text-align: center; font-weigth:800;}
.destacadas ul li .datos span strong{ display:block; font-weight: 800; }
.destacadas ul li .datos span img { display: block; width: 1.9047619048vw; height: auto; margin: 0 auto; margin-bottom: 0.3vw; }

.destacadas .vender { display: table; position: absolute; overflow: hidden; height: 3.869047619vw; left: 0; right: 0; margin: 0 auto; bottom: -2vw;}
.destacadas .vender span { display: inline-block; float: left; background: #605d4a; padding: .8vw; }
.destacadas .vender span p { display: inline-block; float: left; color: #fff; font-size: 2vw; line-height: 2.3vw; text-transform: uppercase; font-family: "Encode Sans Condensed", sans-serif;font-weight:500; }
.destacadas .vender span .fa {  display: inline-block; float: left; color: #000; font-size: 1vw; margin: .8vw;}
.destacadas .vender .triangulo1 { display: inline-block; float: left; position: relative; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid transparent; border-left: 1.5vw solid #605d4a;  height: 4.2vw; }
.destacadas .vender .triangulo2 {    width: 0; height: 0; border-top: 1.1880952381vw solid #fff; border-right: 1.0857142857vw solid transparent; display: block; position: absolute; bottom: .4vw; right: .5vw;}

.destacadas .vender:hover span { background:#1e1e17; }
.destacadas .vender:hover span .fa { color:#605d4a; }
.destacadas .vender:hover p { color:#fff; }
.destacadas .vender:hover .triangulo1 {  border-left: 1.5vw solid #1e1e17; }
.destacadas .vender:hover .triangulo2 { border-top: 1.1880952381vw solid #605d4a;  }

.propiedades .listado ul li { width:22.8vw; }

.somos { display:block; position:relative; overflow:hidden; width:100%; }
.somos .somos1 { display: block; padding: 7.61vw 16.6666666667vw 16.36vw 16.6666666667vw; position: relative; }
.somos .somos1 h2 { display:block; font-size:2vw; line-height:2.3vw; font-weight:100; text-transform: uppercase;}
.somos .somos1 h2 span { font-weight:600; }
.somos .somos1 h3 { display:block; margin-top:1vw; color:#7a8039; font-size:1.33vw; line-height:1.55vw; font-weight:600; text-transform:uppercase; }
.somos .somos1 p { display:block; margin-top:0.5vw; font-size:1.33vw; line-height:1.55vw; font-weight:400; }
.somos .somos1 p span { font-weight:600; }
.somos .somos1 .linea {display: block; position: absolute; bottom: .77vw; left: 0; width: 100%; height: 5px; background: #605d4a;}

.somos .somos2 { display: block; position: relative; background: #101011; padding: 3.24vw 13.09523809524vw; padding-bottom:30.5vw;}
.somos .somos2 ul { display: block; position: relative; overflow: hidden; margin-top:-14vw;}
.somos .somos2 ul li { display: inline-block; float: left; position: relative; overflow: hidden; width: 17.26vw; margin-right: 1.5vw; -webkit-transform: translateY(500px); transform: translateY(500px); opacity: 0;}
.somos .somos2 ul li:last-child { margin-right:0; }
.somos .somos2 ul li .imagen { display:block; width:100%; height:22.91vw; background-repeat:no-repeat; background-position:center; background-size:cover; border:1px solid #605d4a; z-index:1;}
.somos .somos2 ul li h2 { display: block; background: #605d4a; color: #fff; font-size: 1vw; line-height: 1.3vw; padding: .5vw 1vw; font-weight: 400; }
.somos .somos2 ul li .triangulo { width: 0; height: 0; border-top: 1.1880952381vw solid #fff; border-right: 1.0857142857vw solid #605d4a; display: block; position: absolute; top: 0vw; left: 0vw; z-index: 3;}


.somos .somos2 ul li:nth-child(1) { transition: 1s .5s; }
.somos .somos2 ul li:nth-child(2) { transition: 1s .7s; }
.somos .somos2 ul li:nth-child(3) { transition: 1s .9s; }
.somos .somos2 ul li:nth-child(4) { transition: 1s 1.1s; }
.somos .somos2.visible ul li { --webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }

.somos .somos2 form { display:inline-block; float:left; position:relative; overflow:hidden; width:17.55vw; background:transparent; padding:1vw 1.5vw; border:1px solid #605d4a; margin-top:5.05vw;}
.somos .somos2 form p { color: #506773; font-size: .777vw; line-height: 1vw; color:#fff; font-weight: 500; font-family: "Encode Sans Condensed", sans-serif; }
.somos .somos2 form p span { display: block; font-weight: 600; font-size: 1.3333333333vw; line-height: 1.55vw; margin-bottom: 0.5vw; font-family: "Encode Sans Condensed", sans-serif; color:#fff;}
.somos .somos2 form ol { display: block; position: relative; overflow: hidden; width: 100%; padding:0; margin:0; margin-top:2vw;}
.somos .somos2 form ol li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom:.5vw; padding-bottom:.5vw; background:transparent; border-bottom:1px solid #605d4a; }
.somos .somos2 form ol li input { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #fff; font-size: .8888888889vw; line-height: 1vw; font-family: "Encode Sans Condensed", sans-serif; background:transparent;}
.somos .somos2 form ol li textarea { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #fff; font-size: .8888888889vw; line-height: 1vw; font-family: "Encode Sans Condensed", sans-serif; height:7vw; background:transparent;}
.somos .somos2 form button { display: block; position: relative; overflow: hidden; /* background: #605d4a; */ border: none !important; background: transparent; color: #fff; font-size: 1.33vw; line-height: 1.33vw; text-transform: uppercase; text-align: center; padding: 0; width: 100%; cursor: pointer; font-weight: 800; font-family: "Encode Sans Condensed", sans-serif; }
.somos .somos2 form button:hover .fondo { color:#000; }
.somos .somos2 form button .fondo { display: block; position: relative; overflow: hidden; width: 90%; height: 100%; border: 1px solid #605d4a; padding: .5vw; /* border: 1px solid #fff; */ background: #605d4a; z-index: 1; }
.somos .somos2 form button .triangulo { display: block; position: absolute; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid #101011; border-left: 1.5vw solid transparent; height: 2.5vw; bottom: 0; right: 0; z-index: 2; background:#605d4a;}

.somos .somos2 .der { display:inline-block; float:right; position:relative; overflow:hidden; width:51.19vw; margin-top:5.05vw;}
.somos .somos2 .der p { display:block; color:#605d4a; font-family: "Encode Sans Condensed", sans-serif; font-size:1vw; line-height:1.33vw; font-weight:400; margin-bottom:1vw;}
.somos .somos2 .der p span { font-weight:800; }
.somos .somos2 .der h2 { display: block; color: #fff; font-size: 1.33vw; line-height: 1.55vw; font-weight: 100; margin:1vw 0 1vw 0;}
.somos .somos2 .der h2 span { display:block; font-weight:600; }
.somos .somos2 .der p.bla { color:#fff; margin-top:3vw;}

.listado { display: block; position: relative; background: #1e1e17; width: 100%; padding:4.3452380952vw  13.09523809524vw;}
.whait { display: block; position: relative; overflow: hidden; margin: 0 auto; text-align: center; font-size: 2vw; margin-bottom: 2vw; color:#fff;}
.listado h2 { display: block; position: relative; overflow:hidden; color:#7a8039;font-size: 2.666vw; line-height: 2.888vw; font-family: "Encode Sans Condensed", sans-serif;  font-weight: 500; padding: 0 .5714285714vw 1vw .5714285714vw; border-bottom:5px solid #fff; margin-bottom:1vw; }

.listado .izquierda { display: block; position: absolute; top: 28vw; left: 6.96vw; width: 2.14vw; cursor: pointer; }
.listado .derecha { display: block; position: absolute; top: 28vw; right: 6.96vw; width: 2.14vw; cursor: pointer; }
.listado .izquierda img, .listado .derecha img { display:block; width: 100%; height:auto; }

.listado ul { display: block; position: relative; overflow: hidden; width: 103%;  padding:3.8vw 0 3.8vw 0; }
.listado ul li {     display: inline-block; float: left; position: relative; overflow: hidden; width: 23vw; margin-right: 2.5vw; padding: 1.3095238095vw 1.1904761905vw;
    background: #fff; font-family: "Encode Sans Condensed", sans-serif; margin-bottom:2.5vw; }
.listado ul li .triangulo1 {display: block; /* float: left; */ position: absolute; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid #1e1e17; border-left: 1.5vw solid transparent; height: 1.5vw; bottom: 0; right: 0;}
.listado ul li .imagen { display: block; position: relative; height: 16.9642857143vw; background-repeat: no-repeat; background-position: center; background-size: cover; }
.listado ul li .imagen .tipos { display: block; position: absolute; bottom: 0vw; left: 0; width:100%; overflow: hidden; z-index:9;}
.listado ul li .imagen .tipos .tipo1 {display: inline-block; color: #fff; background: #1e1e17; padding: 0.5vw 1vw; font-size: .8vw; line-height: 1vw; text-transform: uppercase; font-weight: 800; float: left; position: relative; overflow: hidden; width:40%; font-family: "Encode Sans Condensed", sans-serif; font-weight:800;}
.listado ul li .imagen .tipos .tipo1#alquiler { background:#323026; }
.listado ul li .imagen .tipos .tipo2 {display: inline-block; color: #fff; background: #7a8039; padding: 0.5vw 1vw; font-size: .8vw; line-height: 1vw; text-transform: uppercase; font-weight: 400; float: left; position: relative; overflow: hidden; width:60%; font-family: "Encode Sans Condensed", sans-serif; font-weight:500;}

.listado ul li .marco { display: block; position: relative; background: #fff; z-index: 0; padding: 1vw 0; }
.listado ul li .marco .ubicacion  { display:block; position:relative; overflow:hidden; }
.listado ul li .marco .ubicacion img { display: inline-block; float: left; position:relative; overflow:hidden;width: .7142857143vw; height: auto; vertical-align: middle; margin-right: 0.5vw; margin-top:.1vw;}
.listado ul li .marco .ubicacion p { display: inline-block; float: left; position: relative; overflow: hidden; vertical-align: middle; color: #1e1e17;
    text-transform: uppercase; font-weight: 800; }
.listado ul li .marco .ubicacion p span { text-transform: none; font-weight: 400; color: #1e1e17;}
.listado ul li .marco .descripcion { display: block; color: #7a8039;  font-weight: 400; height:3vw; margin-top:.3vw;}
.listado ul li .marco .valor { display: block; color: #1e1e17; font-size: 1.66vw; line-height: 1.88vw; font-weight: 800; background: #e0e2d1; padding: .5vw;
    text-align: center; }
.listado ul li .datos { display: block; position: relative; overflow:hidden; z-index: 0;  }
.listado ul li .datos span {display: inline-block; float: left; position: relative; overflow: hidden; width: 25%; color: #1e1e17; font-size: .7777777778vw; text-align: center; font-weigth:800;}
.listado ul li .datos span strong{ display:block; font-weight: 800; }
.listado ul li .datos span img { display: block; width: 1.9047619048vw; height: auto; margin: 0 auto; margin-bottom: 0.3vw; }

.listado .vender { display: table; position: absolute; overflow: hidden; height: 3.869047619vw; left: 0; right: 0; margin: 0 auto; bottom: -2vw;}
.listado .vender span { display: inline-block; float: left; background: #605d4a; padding: .8vw; }
.listado .vender span p { display: inline-block; float: left; color: #fff; font-size: 2vw; line-height: 2.3vw; text-transform: uppercase; font-family: "Encode Sans Condensed", sans-serif;font-weight:500; }
.listado .vender span .fa {  display: inline-block; float: left; color: #000; font-size: 1vw; margin: .8vw;}
.listado .vender .triangulo1 { display: inline-block; float: left; position: relative; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid transparent; border-left: 1.5vw solid #605d4a;  height: 4.2vw; }
.listado .vender .triangulo2 {    width: 0; height: 0; border-top: 1.1880952381vw solid #fff; border-right: 1.0857142857vw solid transparent; display: block; position: absolute; bottom: .4vw; right: .5vw;}

.listado .vender:hover span { background:#1e1e17; }
.listado .vender:hover span .fa { color:#605d4a; }
.listado .vender:hover p { color:#fff; }
.listado .vender:hover .triangulo1 {  border-left: 1.5vw solid #1e1e17; }
.listado .vender:hover .triangulo2 { border-top: 1.1880952381vw solid #605d4a;  }

.masPropiedades { display: table; position: relative; overflow: hidden; height: 3.869047619vw; left: 0; right: 0; margin: 2vw auto 0 auto;}
.masPropiedades span { display: inline-block; float: left; background: #605d4a; padding: .8vw; }
.masPropiedades span p { display: inline-block; float: left; color: #fff; font-size: 2vw; line-height: 2.3vw; text-transform: uppercase; font-family: "Encode Sans Condensed", sans-serif;font-weight:500; }
.masPropiedades span .fa {  display: inline-block; float: left; color: #000; font-size: 1vw; margin: .8vw;}
.masPropiedades .triangulo1 { display: inline-block; float: left; position: relative; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid transparent; border-left: 1.5vw solid #605d4a;  height: 4.2vw; }
.masPropiedades .triangulo2 {    width: 0; height: 0; border-top: 1.1880952381vw solid #fff; border-right: 1.0857142857vw solid transparent; display: block; position: absolute; bottom: .4vw; right: .5vw;}

.masPropiedades:hover span { background:#101011; }
.masPropiedades:hover span .fa { color:#605d4a; }
.masPropiedades:hover p { color:#fff; }
.masPropiedades:hover .triangulo1 {  border-left: 1.5vw solid #101011; }
.masPropiedades:hover .triangulo2 { border-top: 1.1880952381vw solid #605d4a;  }

.detalle { display: block; position: relative; overflow: hidden; width: 100%; padding: 2vw 13.09523809524vw; font-family: "Encode Sans Condensed", sans-serif; }

.detalle h3 { display: block; width: auto;  padding: 0; position: relative; overflow: hidden; margin-bottom: 1vw; }

.detalle h3 p { display: inline-block; font-size: 1.11vw; line-height: 1.11vw; padding: 1vw 2vw; font-weight: 800; background: #1e1e17; color: #fff; text-transform: uppercase;}
.detalle h3#alquiler p { background:#323026; }
.detalle h3 span { display: inline-block; font-size: 1.11vw; line-height: 1.11vw; padding: 1vw 2vw; font-weight: 600; background: #7a8039; color: #fff; }
.detalle .link { display: block; position: relative; top: unset; color: #0e0f0d; font-size: 1vw; line-height: 1.3vw; font-weight: 500; margin-bottom: 1vw; }
.detalle .link a:hover { text-decoration: underline; color:#605d4a;}

.detalle h4 { display: inline-block; float: left; position: relative; overflow: hidden; color: #7a8039; font-size: 2vw; line-height: 2.5vw; font-weight: 600;
    font-family: "Encode Sans Condensed", sans-serif; }
.detalle .valor { display: inline-block; float: right; position: relative; overflow: hidden; color: #7a8039; font-size: 2.5vw; line-height: 2.5vw; font-weight: 800; }
.detalle .ubicacion { display: block; clear: both; padding-top: 0.5vw; position: relative; overflow: hidden; color: #1e1e17; font-size: 1vw; line-height: 1.1vw; vertical-align: middle; text-transform: uppercase; font-weight: 700; }
.detalle .ubicacion img { display: inline-block; position: relative; overflow: hidden; vertical-align: top; margin-right: 0.3vw; width: 0.7738095238vw; height: auto;  }
.detalle .ubicacion span { text-transform: none; font-weight: 400; }
.detalle .func { display: block; position: relative; overflow: hidden; width: 100%; background: #535353; margin-top: 1vw; vertical-align: middle; color:#fff;}
.detalle .func .ampliar2 { display: inline-block; float: left; position: relative; overflow: hidden; background: #eaebec; padding: 0.5vw 1vw 0.2vw 1vw; border-right: 1px solid #ccc; vertical-align:middle; cursor:pointer;}
.detalle .func .videos { display: inline-block; float: left; position: relative; overflow: hidden; background: #535353; padding: 0.5vw 1vw 0.2vw 1vw; border-right: 1px solid #ccc; vertical-align:middle; cursor:pointer;}
.detalle .func .tour { display: inline-block; float: left; position: relative; overflow: hidden; background: #535353; padding: 0.5vw 1vw 0.2vw 1vw; border-right: 1px solid #ccc; vertical-align:middle; cursor:pointer;}
.detalle .func .mapa { display: inline-block; float: left; position: relative; overflow: hidden; background: #535353; padding: 0.5vw 1vw 0.2vw 1vw; border-right: 1px solid #ccc; vertical-align:middle; cursor:pointer;}
.detalle .func .ampliar2:hover, .detalle .func .ampliar2.selected { background:#605d4a; }
.detalle .func .ampliar2:hover, .detalle .func .ampliar2.selected p { color:#fff; }
.detalle .func .ampliar2:hover, .detalle .func .ampliar2.selected .ico { fill: #fff; fill-rule: evenodd; }

.detalle .func .videos:hover { background:#605d4a; }
.detalle .func .videos:hover p { color:#fff; }
.detalle .func .videos:hover .ico { fill: #fff; fill-rule: evenodd; }

.detalle .func .tour:hover { background:#605d4a; }
.detalle .func .tour:hover p { color:#fff; }
.detalle .func .tour:hover .ico { fill: #fff; fill-rule: evenodd; }

.detalle .func .mapa:hover { background:#605d4a; }
.detalle .func .mapa:hover p { color:#fff; }
.detalle .func .mapa:hover .ico { fill: #fff; fill-rule: evenodd; }
.detalle .func .icono { display: inline-block; float: left; position: relative; overflow: hidden; vertical-align: middle; width: 1.8452380952vw; height: auto; }
.detalle .func .icono .ico { fill: #fff; fill-rule: evenodd; }
.detalle .func p { display: inline-block; float: left; position: relative; overflow: hidden; vertical-align: middle; margin-left: 0.3vw; color: #fff; text-transform: uppercase; font-size: .888vw; line-height: .8888vw; padding-top: 0.4vw; font-weight: 600; }

.detalle .imagenes { display: block; position: relative; overflow: hidden; width: 100%; margin-top: 1vw; }
.detalle .imagenes ul { display: block; position: relative; overflow: hidden; width: 100%; }
.detalle .imagenes li:first-child { display:inline-block; float:left; position:relative; overflow:hidden; width:38.2vw;; height:26.4880952381vw; background-repeat: no-repeat; background-position:center; background-size:cover; }
.detalle .imagenes li:nth-child(2) { display:inline-block; float:left; position:relative; overflow:hidden; width:17.4404761905vw; height:13.0952380952vw; background-repeat: no-repeat; background-position:center; background-size:cover; margin:0 0 .2976190476vw .2976190476vw;}
.detalle .imagenes li:nth-child(3) { display:inline-block; float:left; position:relative; overflow:hidden; width:17.4404761905vw; height:13.0952380952vw; background-repeat: no-repeat; background-position:center; background-size:cover; margin:0 0 .2976190476vw .2976190476vw;}
.detalle .imagenes li:nth-child(4) { display:inline-block; float:left; position:relative; overflow:hidden; width:17.4404761905vw; height:13.0952380952vw; background-repeat: no-repeat; background-position:center; background-size:cover; margin:0 0 .2976190476vw .2976190476vw;}
.detalle .imagenes li:nth-child(5) { display:inline-block; float:left; position:relative; overflow:hidden; width:17.4404761905vw; height:13.0952380952vw; background-repeat: no-repeat; background-position:center; background-size:cover; margin:0 0 .2976190476vw .2976190476vw;}
.detalle .imagenes .ampliar { display: block; position: absolute; top: 24vw; z-index: 99; right: 4vw; color: #fff; background: #333c40; padding: 0.3vw 0.5vw; font-size: .88vw; vertical-align: middle; font-weight: 400; cursor:pointer; }
.detalle .imagenes .ampliar img { display: inline-block; position: relative; overflow: hidden; vertical-align: top; width: 1.0714285714vw; height: auto; margin-top: 0.2vw; margin-right: 0.2vw; }

.detalle2 { display: block; position: relative; overflow: hidden; width: 100%; padding: 2vw 13.09523809524vw 3vw 13.09523809524vw; background:#0e0f0d;  font-family: "Encode Sans Condensed", sans-serif;}

.detalle2 .iconosPropiedad { display: inline-block; float: left; position: relative; overflow: hidden; width: 11.01vw; margin-top: 2vw; border: 1px solid #605d4a; margin-right: 1vw; padding: 1vw; min-height:32vw; }
.detalle2 .iconosPropiedad span { display: block; position: relative; overflow: hidden; width: 100%; text-align: center; margin-bottom: 2vw; color: #605d4a; font-weight: 600; font-size: .95vw; line-height: 1vw; }
.detalle2 .iconosPropiedad span img { display: block; width: 2.9vw; height: auto; margin: 0 auto; }
.detalle2 .iconosPropiedad span strong { display:block; margin-top: 0.3vw; margin-bottom: .2vw }

.detalle2 .descipcionPropiedad { display: inline-block; float: left; position: relative; overflow: hidden; width: 41.6vw; margin-top: 2vw; border: 1px solid #605d4a; padding: 1vw; min-height:32vw; }
.detalle2 .descipcionPropiedad h3 { display: block; color: #fff; font-size: 1.66vw; line-height: 1.88vw; font-weight: 700; margin-bottom: .5vw; padding-bottom: .5vw; border-bottom: 1px solid #605d4a;}
.detalle2 .descipcionPropiedad p {display: block; color: #fff; font-size: 1vw; line-height: 1.3vw; margin-top: 1vw; margin-bottom: 2vw; font-weight: 400; }
.detalle2 .descipcionPropiedad ul li { display: block; color: #605d4a; font-size: .9444vw; line-height: 1vw; margin-bottom:.2vw;}
.detalle2 .descipcionPropiedad ul li img { display: inline-block; width: 0.3571428571vw; height: auto; margin-right: 0.2vw; }

.detalle2 .descipcionPropiedad .compartir { display: block; padding-top: 1vw; position: relative; overflow: hidden; width: 100%; }
.detalle2 .descipcionPropiedad .compartir span { display: inline-block; float: left; position: relative; overflow: hidden; color: #fff; text-transform: uppercase; font-size: .88888vw; font-weight: 500; margin-right: 1vw; padding-top:.4vw; }
.detalle2 .descipcionPropiedad .compartir .compartirbuttons { display: inline-block; float: left; position: relative; overflow: hidden; vertical-align: middle; }
.detalle2 .descipcionPropiedad .compartir .compartirbuttons img { display: inline-block; float: left; position: relative; overflow: hidden; width: 1.8452380952vw; height: auto; margin-right: 1vw; }

.detalle2 .derecha {display: inline-block; float: right; position: relative; overflow: hidden; width: 19.04vw; margin-top: 2vw; border: 1px solid #605d4a; padding: 1vw; min-height:32vw; }
.detalle2 .derecha form { display: inline-block; float: right; position: relative; overflow: hidden; width: 100%; background: transparent; padding: 1vw 1.5vw;
    border: 1px solid #605d4a;}
.detalle2 .derecha form p { display: block; font-weight: 600; font-size: .777vw; line-height: 1vw; margin-bottom: 0.5vw; color: #fff;
    }
.detalle2 .derecha form p span { display: block; font-weight: 600; font-size: 1.3333333333vw; line-height: 1.55vw; margin-bottom: 0.5vw;text-transform: uppercase; }

.detalle2 .derecha form ol { display: block; position: relative; overflow: hidden; width: 100%; padding:0; margin:0; margin-top:2vw;}
.detalle2 .derecha form ol li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom:.5vw; padding-bottom:.5vw; background:transparent; border-bottom:1px solid #605d4a; }
.detalle2 .derecha form ol li input { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #fff; font-size: .8888888889vw; line-height: 1vw; font-family: "Encode Sans Condensed", sans-serif; background:transparent;}
.detalle2 .derecha form ol li textarea { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #fff; font-size: .8888888889vw; line-height: 1vw; font-family: "Encode Sans Condensed", sans-serif; height:7vw; background:transparent;}
.detalle2 .derecha form button { display: block; position: relative; overflow: hidden; /* background: #605d4a; */ border: none !important; background: transparent; color: #fff; font-size: 1.33vw; line-height: 1.33vw; text-transform: uppercase; text-align: center; padding: 0; width: 100%; cursor: pointer; font-weight: 800; font-family: "Encode Sans Condensed", sans-serif; }
.detalle2 .derecha form button:hover .fondo { color:#000; }
.detalle2 .derecha form button .fondo { display: block; position: relative; overflow: hidden; width: 90%; height: 100%; border: 1px solid #605d4a; padding: .5vw; /* border: 1px solid #fff; */ background: #605d4a; z-index: 1; }
.detalle2 .derecha form button .triangulo { display: block; position: absolute; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid #101011; border-left: 1.5vw solid transparent; height: 2.5vw; bottom: 0; right: 0; z-index: 2; background:#605d4a;}



.detalle2 .derecha .whatsapp { display: block; position: relative; overflow: hidden; width: 100%; background: #00a464; margin-bottom: 1vw; color: #fff; font-size: 1vw; line-height: 1.3vw; vertical-align: middle; text-align: center; padding: 1vw; text-transform: uppercase; font-weight: 600; cursor: pointer; border: 1px solid #00a464; }
.detalle2 .derecha .whatsapp .fa { margin-right: 0.3vw; font-size: 1.5vw; vertical-align: middle;  }
.detalle2 .derecha .whatsapp:hover { background:#fff; color:#00a464; }
.detalle2 .derecha .whatsapp:hover .fa { color:#00a464; }

.detalle2 .derecha .quien { display: block; position: relative; overflow: hidden; width: 100%; padding-top: 2vw; }
.detalle2 .derecha .quien .imagenQuien { display: inline-block; float: left; position: relative; overflow: hidden; width: 8.5238095238vw; height: 8.5238095238vw; border-radius: 50%; border: 0.5952380952vw solid #e5e5e5; margin-right: 1vw; /* background: #e5e5e5; */ background-repeat: no-repeat; background-position: center; background-size: cover; }
.detalle2 .derecha .quien img { display: inline-block; float: left; position: relative; overflow: hidden; width: 8.5238095238vw; height: 8.5238095238vw; border-radius: 50%; border: 0.5952380952vw solid #e5e5e5; margin-right: 1vw; background:#e5e5e5;}
.detalle2 .derecha .quien p { display: inline-block; float: left; position: relative; overflow: hidden; margin-top: 1.5vw; color: #3d76bc;  width: 40%;}
.detalle2 .derecha .quien p a:hover { color:#007fba; }

.internamapa { display: block; position: relative; overflow: hidden; width: 100%; }
.internamapa #map { display: block; position: relative; overflow: hidden; width: 100%; height: 34vw; }


.topInt { display: block; position: relative; overflow: hidden; width: 100%;  background: #0e0f0d; padding:7vw 13.09523809524vw;}

.topInt .fondo2 { display: block; position: absolute; left: -34vw; width: 70%; top: -14vw; height:auto; z-index:0; }

.topInt form { display:inline-block; float:left; position:relative; overflow:hidden; width:17.55vw; background:#0e0f0d; z-index:1; padding:1vw 1.5vw; border:1px solid #605d4a; }
.topInt form p { color: #506773; font-size: .777vw; line-height: 1vw; color:#fff; font-weight: 500; font-family: "Encode Sans Condensed", sans-serif; }
.topInt form p span { display: block; font-weight: 600; font-size: 1.3333333333vw; line-height: 1.55vw; margin-bottom: 0.5vw; font-family: "Encode Sans Condensed", sans-serif; color:#fff;}
.topInt form ol { display: block; position: relative; overflow: hidden; width: 100%; padding:0; margin:0; margin-top:2vw;}
.topInt form ol li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom:.5vw; padding-bottom:.5vw; background:transparent; border-bottom:1px solid #605d4a; }
.topInt form ol li input { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #fff; font-size: .8888888889vw; line-height: 1vw; font-family: "Encode Sans Condensed", sans-serif; background:transparent;}
.topInt form ol li textarea { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #fff; font-size: .8888888889vw; line-height: 1vw; font-family: "Encode Sans Condensed", sans-serif; height:7vw; background:transparent;}
.topInt form button { display: block; position: relative; overflow: hidden; /* background: #605d4a; */ border: none !important; background: transparent; color: #fff; font-size: 1.33vw; line-height: 1.33vw; text-transform: uppercase; text-align: center; padding: 0; width: 100%; cursor: pointer; font-weight: 800; font-family: "Encode Sans Condensed", sans-serif; }
.topInt form button:hover .fondo { color:#000; }
.topInt form button .fondo { display: block; position: relative; overflow: hidden; width: 90%; height: 100%; border: 1px solid #605d4a; padding: .5vw; /* border: 1px solid #fff; */ background: #605d4a; z-index: 1; font-size:.88vw; line-height: .88vw;}
.topInt form button .triangulo { display: block; position: absolute; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid #101011; border-left: 1.5vw solid transparent; height: 2.5vw; bottom: 0; right: 0; z-index: 2; background:#605d4a;}

.topInt .der { display:inline-block; float:right; position:relative; overflow:hidden; width:44.34vw; margin-top:6.48vw; }
.topInt .der img { display: inline-block; float: left; position: relative; overflow: hidden; width: 10vw; height: auto; margin-right: 1.5vw; }
.topInt .der .marco { display: inline-block; float: left; position: relative; overflow: hidden; width: 70%; }
.topInt .der .marco h3 { display:block; color:#605d4a; font-size:2.777vw; line-height:3vw; font-weight:500; font-family: "Encode Sans Condensed", sans-serif; }
.topInt .der .marco h4 { display:block; color:#fff; font-size:1.22vw; line-height:1.44vw; text-transform:uppercase; font-weight:600;font-family: "Encode Sans Condensed", sans-serif;  margin-top:.5vw; }
.topInt .der .marco p { display:block; color:#605d4a; font-size:1.22vw; line-height:1.44vw; font-weight:500; font-family: "Encode Sans Condensed", sans-serif; margin-top:.5vw; }

.interna { display:block; position:relative; overflow:hidden; width:100%; padding:1.29vw 0 6vw 0;  font-family: "Encode Sans Condensed", sans-serif; }
.interna .lineaArriba { display:block; position:relative; width:100%; height:auto; }

.interna .lineaAbajo { display: block; position: absolute; width: 34%; height: auto; right: 0; top: 6vw; z-index: 0;}

.interna .izq { display: inline-block; float: left; position: relative; overflow: hidden; width: 24.4vw; margin: 15vw 0 0 13.09523809524vw; z-index:1;}
.interna .izq h2 { display:block; color:#030304; font-size:2.66vw; line-height:3vw; font-weight:500; }
.interna .izq p { color:#030304; font-size:1.66vw; line-height:1.88vw; font-weight:400; margin-top:1vw; }
.interna .izq a { display: table;  position: relative; overflow: hidden; /* background: #605d4a; */ border: none !important; background: transparent; color: #fff; font-size: .88vw; line-height: .88vw; text-transform: uppercase; text-align: center; padding: 0; cursor: pointer; font-weight: 800; font-family: "Encode Sans Condensed", sans-serif; margin-top:1vw; }
.interna .izq a:hover .fondo { color:#000; }
.interna .izq a .fondo { display: block; position: relative; overflow: hidden; width: 15vw; height: 100%; border: 1px solid #605d4a; padding: .5vw; /* border: 1px solid #fff; */ background: #605d4a; z-index: 1; font-size:.88vw; line-height: .88vw;}
.interna .izq a .triangulo { display: block; position: absolute; overflow: hidden; width: 0; height: 0; border-bottom: 1.5476190476vw solid #fff; border-left: 1.5vw solid transparent; height: 2.5vw; bottom: 0; right: 0; z-index: 2; background:#605d4a;}

.interna .der { display: inline-block; float: right; position: relative; overflow: hidden; width: 43.45vw; margin: 8vw 13.09523809524vw 0 0 ; border: 1px solid #605d4a; padding: 3vw; z-index:1; background:#fff;}
.interna .der ul { display:block; position:relative; overflow:hidden; width:100%; font-family: "Encode Sans Condensed", sans-serif; }
.interna .der ul  li { display:block; position:relative; overflow:hidden; width:100%; margin-bottom:3vw; padding-left:2.2vw; }
.interna .der ul li::before { content: "\f0c8"; font-family: FontAwesome; position: absolute; top: .4vw; left: 0; font-size: 1vw; z-index: 1; color:#605d4a; }
.interna .der ul li:last-child { margin-bottom:0;  }
.interna .der ul li h3 { display: block; color: #605d4a; font-size: 1.33vw; line-height: 1.55vw; text-transform: uppercase; font-weight: 800; }
.interna .der ul li p { display: block; color: #2e2e25; font-size: 1.33vw; line-height: 1.55vw; margin-top: .5vw; font-weight: 500; }


footer { display: block; position:relative; overflow:hidden; width:100%; padding:2.619047619vw 13.09523809524vw 6.619048vw 13.09523809524vw; /*background-image: url(../img/linea-triangular-blanca.svg); background-repeat: no-repeat; background-position: center 15vw; background-size: contain; */background-color: #101011;}
footer .linea { display: block; width: 100%; background: #605d4a; height: 3px; margin-bottom: 2.38vw; }
footer .iso { display: inline-block; float: left; position: relative; overflow: hidden; width: 5.0595238095vw; height: auto; margin-left:6.25vw; }
footer ul { display: inline-block; float: left; position: relative; overflow: hidden; width: 49.846847vw; margin-left: 11.25vw; }
footer ul li { display: inline-block; float: left; position: relative; overflow: hidden; width: 30%; margin-right: 3%; }
footer ul li:last-child { margin-right:0; width: 33%; }
footer ul li h4 { display: block;  margin-bottom: 1vw; }
footer ul li h4 p { display:inline-block; position:relative; overflow:hidden; color: #fff; font-size: .8888888889vw; line-height: 1vw; text-transform: uppercase; font-weight: 800; vertical-align: middle; font-family: "Encode Sans Condensed", sans-serif; font-weight:800; }
footer ul li p { display: block; color: #fff; font-size: .8888888889vw; line-height: 1.2vw; font-family: "Encode Sans Condensed", sans-serif; font-weight:400; }

footer ul li h4 img { display: inline-block;  position: relative; overflow: hidden; width: 1.6071428571vw; height: auto; vertical-align: middle;
 font-weight:400; margin-left:.5vw;}
  footer ul li h4 .pri img { margin-left: .5vw; }
  footer ul li p a:hover { color:#fff; }
  footer ul li .link { display:inline-block; float:left; position:relative; overflow:hidden; cursor:pointer; color: #fff; font-size: .8888888889vw; line-height: 1.3vw; font-family: "Encode Sans Condensed", sans-serif; font-weight:400;width:50%; }
  footer ul li a:hover, footer ul li p a:hover { color:#535353; }


/*--------- OVERLAYS ---------- */

.overlay {width: 29.02655vw; color: #506773; background-color: #fff; font-size: 0.94395vw; line-height: 1.17994vw; padding: 1.76991vw; overflow: hidden; transition: all .5s ease-in; transform-style: preserve-3d; transform: translateZ(600px) rotateX(20deg); background: #fff;
    border-radius: 0;
    border-bottom: 10px solid #605d4a;}

.pop { display:block; position:relative; overflow:hidden; width:100%; font-family: "Encode Sans Condensed", sans-serif;}
.pop h2 { display:block; width:100%; color:#101011; text-transform:uppercase; font-size:1.4vw;  margin:0;}
.pop img { display:block; margin:0 auto; text-align:center; width:5.6547619048vw; height:auto; }
.pop p { display: block; margin-top: 1vw; color: #101011; font-size: .9444444444vw; line-height: 1.1vw; font-weight: 400; }
.pop ol { display:block; position:relative; overflow:hidden; width:100%; margin-top:2vw; padding:0; }

.pop li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom: 0.89vw; border-bottom: 1px solid #101011; padding-bottom: 0.89vw; }
.pop li input { display: block; position: relative; overflow: hidden; width: 100%; background: #fff; border: 0; padding: 0; font-size: .97vw; color: #101011;  font-weight: 300; background: transparent; margin:0; border:0; }
.pop li textarea { display: block; position: relative; overflow: hidden; width: 100%; background: #fff; border: 0; padding: 0; font-size: .97vw; color: #101011;  font-weight: 300; background: transparent; margin:0; height:5vw;border:0;  }
.pop button { display: table; margin: 0 auto; color: #fff; text-transform: uppercase; font-size: 1.38vw; line-height: 1.38vw; background: #605d4a; border: 1px solid #605d4a; padding: .75vw 2.2vw;  font-weight: 700; cursor:pointer; }
.pop button:hover { color:#605d4a; background:#fff; } 



.overlay .cerrarContacto { display: block; position: absolute; top: .2vw; right: 1vw; font-size: 2vw; color: #605d4a; cursor:pointer; }
.overlay .cerrarContacto:hover { color:#333c40; }  


 

@media screen and (max-width: 800px) {

  header ul.menu, header .top .frase, header .top .datos, .home .topHome h2, .home .topHome .botones { display:none; }
  header { padding:0; height:120vw; position:fixed; top:0; left:0;}
  header .top { padding:20px; }
  header .top h1 { width: 50vw; }
  .home .topHome { height:96vw; }
  .headerInterna { display:none; }
  header.oculto { -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  main { margin-top:80px; }

  .headerFijo ul.menu, .headerFijo .redes { display:none; }
  .headerFijo { padding: 20px 50px; height: 110px;}
  .headerFijo h1 {display: block; float: none; position: relative; overflow: hidden; width: 50vw; margin: 0 auto; }
  
  #click-menu {  display: block; position: relative; width: 31px; height: 31px; cursor: pointer; z-index: 99; transition: all 1s; position: absolute; right: 50px; top: 6vw; cursor: pointer; z-index: 9; transition:all 1s; }
  #click-menu span { position: absolute; right: .8vw; top: 10px; margin:0 auto; display: block; width: 100%; height: 3px;  background-color: #7a8039; transition: all .3s;}
  #click-menu span:nth-child(2) {top: 20px; }
  #click-menu span:nth-child(3) {top: 30px; }
  #click-menu.abierto span:nth-child(1) {top: 20px; --webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
  #click-menu.abierto span:nth-child(2) {opacity: 0; top: -7.8125vw; }
  #click-menu.abierto span:nth-child(3) {top: 20px; --webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

  #click-menu2 {  display: block; position: relative; width: 31px; height: 31px; cursor: pointer; z-index: 99; transition: all 1s; position: absolute; right: 50px; top: 6vw; cursor: pointer; z-index: 9; transition:all 1s; }
  #click-menu2 span { position: absolute; right: .8vw; top: 10px; margin:0 auto; display: block; width: 100%; height: 3px;  background-color: #fff; transition: all .3s;}
  #click-menu2 span:nth-child(2) {top: 20px; }
  #click-menu2 span:nth-child(3) {top: 30px; }
  #click-menu2.abierto span:nth-child(1) {top: 20px; --webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
  #click-menu2.abierto span:nth-child(2) {opacity: 0; top: -7.8125vw; }
  #click-menu2.abierto span:nth-child(3) {top: 20px; --webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

  ul.menuMovil { display: block; width: 100%; background: #0e0f0d; padding: 50px; position: fixed; z-index: 995; top: 110px; opacity: 0; height:0; transition:all .5s;--webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); font-family: "Encode Sans Condensed", sans-serif;}
  ul.menuMovil.abierto { opacity:1; height:auto;--webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .menuMovil li { display:block; position:relative; width:100%; display:block;font-size:20px; line-height: 22px; font-weight: 700; text-transform: uppercase; margin-bottom:10px; padding-bottom:10px; color:#fff; border-bottom:1px solid #fff; }
  .menuMovil li:last-child { padding-bottom:0; margin-bottom: 0; border:0; }
  .menuMovil li a{ display:block; position:relative; overflow:hidden; width:100%; color:#fff; }
  .menuMovil li a:hover { color:#fff; }
  .menuMovil li .sub { display:none; width:100%; margin:10px auto; padding:10px 0;}
  .menuMovil li .sub li { display:block; position:relative; overflow:hidden; width:100%; color:#fff; font-size:18px; line-height: 20px; margin-bottom:10px;  font-weight: 400; text-transform: uppercase;padding-bottom: 10px; border-bottom: 1px solid #fff; padding-left:20px;}
  .menuMovil li .sub li:last-child { margin-bottom:0; padding-bottom:0; border:0; }

  #buscador {display: block; position: relative; width: 80%; margin: 0 auto 0 auto; clear: left; top: 11vw;  }
  .SumoSelect {display: block; position: relative; outline: none; width: 100%; height: 40px !important; margin-bottom:5px; }
  .SumoSelect > .CaptionCont { height:40px !important; padding-top:10px;}
  .SumoSelect > .CaptionCont > span { font-size:16px; line-height: 18px; }
  #buscador input {display: block; position: relative; overflow: hidden;  min-height: 40px; background-color: #fff;  margin: 0; font-size: 16px; line-height: 17px; padding: 6px 8px; vertical-align: top; width: 100%; height: 40px; margin-bottom: 5px; }
  #buscador button { position: relative; font-size: 20px; line-height: 20px; top: unset; left: 0; bottom: 0; height: 40px; width: 100%;
    border-radius: 0;margin-top: 5px; font-weight: 700; font-family: "Encode Sans Condensed", sans-serif; text-transform: uppercase; }
  #buscador button:hover { background:#605d4a; color:#fff;  border-color:#605d4a}
  header .bloque {display: block; position: relative; top: 103vw; width: 100%; overflow: hidden; text-align: center; top: 79vw;}
  header .bloque .icono {display: block; float: unset; position: relative; overflow: hidden; width: 90px; height: auto; margin: 0 auto; }
  header .bloque form { display:none; }
  header .bloque .centro {display: block; float: none; position: relative; overflow: hidden; width: 100%; margin-top: 3.5714285714vw; margin: 15px auto 0 auto; text-align:center;}
  header h3 { margin:0 auto; left:0; right:0; }
  header .bloque .centro h2 {display: block; color: #fff; font-size: 60px; line-height: 60px; font-weight: 600; }
  header .bloque .centro h2 span {font-size: 27px; display: block; font-weight: 400; line-height: 29px; }
  header .bloque .centro p {color: #fff; font-size: 17px; margin-top: 20px; line-height: 19px; width: 80%; text-align: center; margin: 0 auto; margin-top: 20px; }
  header h3 {display: block; position: absolute; bottom: 0; width: 100%; background: #3d76bb; color: #fff; text-align: center; font-size: 26px; text-transform: uppercase; font-weight: 300; padding: 2vw; line-height: 28px; padding: 15px; }
  header {padding: 0px; height: 80px; }
  .headerFijo { padding:20px 20px; height:85px;}
  header h1, .headerFijo h1 { width:50vw; margin:0 auto; margin-top:1vw;}
  #click-menu, #click-menu2 { right:20px; }
  #click-menu { top:5.3vw; }
  .buscando h2 { margin-bottom:40px; margin-top:40px;}
  .buscando ul.que { margin-left:10px; padding:10px; }
  .buscando .que li { text-align:left; }
  ul.menuMovil { padding:20px; display:none;}
  ul.menuMovil.abierto { display:block; height: 80vh !important; overflow-y: scroll;}

  .comven, .interna { padding:20px 0; }
  .comven h2 { margin: 40px 20px; padding: 0 20px 20px 20px;  font-size: 24px; line-height: 26px;  padding-bottom: 10px; }
  .comven p {font-size: 18px; line-height: 20px; margin: 20px; padding: 0 20px; }
  .comven ul {display: block; position: relative; overflow: hidden; width: 100%; margin-top: 40px; padding: 0 40px 20px 40px; padding:0 40px 0 20px; }
  .comven ul li { display:block; float:unset; margin:0 0px 20px 0; width:100%; margin:0; }
  .comven ul li .marco {display: block; float: unset; position: relative; overflow: hidden; width: 100%; padding: 20px; }
  .comven ul li img { width: 25vw; display: block; float: unset; margin: 0 auto 10px auto; }
  .comven ul li .marco h3 {         font-size: 30px; line-height: 32px; margin-bottom: 5px; }
  .comven ul li .marco h4 { font-size: 18px; line-height: 20px; margin-bottom: 10px;}
  .comven ul li .marco p { font-size: 16px; line-height: 20px;}
  .comven ul li:last-child { float:unset; margin-bottom:30px;}
  
  
  header.chico { height:160vw; }
  .propiedades header.chico { height:128vw; }
  header.chico h2.internas img { width:13vw;width: 8vw; margin-top: 9px;}
  header.chico #buscador { top:40px; }
  header.chico h2.internas { margin-top: 90px; padding: 0 20px; /* text-align: center; */ font-size: 45px; line-height: 47px; padding:0;}
  
  .pop img { width:16vw; }
  .pop p { margin-top:20px; margin-bottom:10px; }
  .pop li { padding-bottom:10px; }
  
  ul.menuMovil { top:80px; }

  .SumoSelect > .CaptionCont > span {font-size: 16px; line-height: 18px; padding-left: 10px; padding-top: 0px; }
  ul.iconoshome {display: block; position: relative; overflow: hidden; width: 100%; margin: 0; text-align: left; padding: 0 20px; }
  .iconoshome li {display: block; width: 100%; position: relative; overflow: hidden; float: unset; text-align: left; margin-bottom: 20px; padding-bottom:20px; border-bottom:1px solid #ccc;}
  .iconoshome li:last-child { border:0; }
  .iconoshome li img {display: inline-block; float: left; position: relative; overflow: hidden; width: 90px; height: auto; margin-right: 20px; }
  .iconoshome li .marco { width:70%; }
  .iconoshome li .marco p {display: block; font-size: 16px; line-height: 18px; margin-top: 5px; color: #506773; }
  .iconoshome li .marco a { display:none; }
  .iconoshome li .marco h2 {display: block; color: #3d76bc; font-size: 36px; line-height: 38px; font-weight: 400; margin-top: 5px; }
  #contactanosMovil { display: table; margin: 10px auto; color: #3d76bc; font-size: 18px; text-transform: uppercase; border: 1px solid #3d76bc; padding: 10px; font-weight: 700; cursor: pointer; }
  #contactanosMovil:hover { background:#3d76bc; color:#fff; }
  .destacadas {padding:40px 20px 20px 20px; }
  .destacadas h2 { font-size: 30px; line-height: 32px; margin-bottom: 10px; padding-bottom: 10px; }
  .destacadas ul { padding: 0 0 40px 0; /* top: 70px; */ width: 100%; margin-top: 20px;}
  .destacadas ul li {     display: block; float: unset; width: 100%; margin-bottom: 40px; }
  .destacadas .izquierda {display: none; position: absolute; top: 18vw; left: 10px; width: 15px; cursor: pointer; }
  .destacadas .derecha {display: none; position: absolute; top: 18vw; right: 10px; width: 15px; cursor: pointer; }
  .destacadas ul li .imagen { height:59vw !important; }
  .destacadas ul li .imagen .tipos .tipo1, .destacadas ul li .imagen .tipos .tipo2 { padding:10px; font-size:16px; line-height: 18px; }
  .destacadas ul li .imagen .tipos { bottom:-3vw; }
  .destacadas ul li .marco { padding:30px 10px 10px 10px; }
  .destacadas ul li .marco .ubicacion img {display: inline-block; float: left; position: relative; overflow: hidden; width: 15px; height: auto; vertical-align: middle; margin-right: 5px; margin-top: 0.2vw; }
  .destacadas ul li .marco .ubicacion p { font-size:16px; line-height: 18px; }
  .destacadas ul li .marco .descripcion {display: block;  font-size: 16px; line-height: 18px; font-weight: 600; height: 12vw; margin-top:5px;}
  .destacadas ul li .marco .valor { font-size: 26px; line-height: 28px; padding: 5px; margin-top: 5px;}
  .destacadas ul li .datos { padding:10px; }
  .destacadas ul li .datos span { font-size:14px; line-height: 16px; }
  .destacadas ul li .datos span img {display: block; width: 26px; height: auto; margin: 0 auto; margin-bottom: 6px; }
  .destacadas ul li { border-width:10px; }


  .trabajamos { padding:0; }
  .trabajamos h2 {display: block; background: #3b73b7; padding: 20px; color: #fff; font-size: 22px; line-height: 24px; /* text-transform: uppercase; */ font-weight: 400; text-align: center; }
  .trabajamos .marco {display: block; position: relative; overflow: hidden; width: 100%; margin-top: 40px; border-bottom: 5px solid #ccc; padding: 0 20px; padding-bottom:30px;}
  .trabajamos .marco .foto {display: block; float: unset; position: relative; overflow: hidden; width: 80%; height: auto; margin: 0 auto; }
  .trabajamos .marco .centro {display: block; float: unset; position: relative; overflow: hidden; width: 100%; margin-top: 20px; }
  .trabajamos .marco .centro h3 {display: block; color: #3d76bc; font-size: 35px; line-height: 37px; font-weight: 100; }
  .trabajamos .marco .centro p {font-size: 16px; line-height: 18px; margin-top: 10px; }
  .trabajamos .marco form {display: block; float: unset; position: relative; overflow: hidden; width: 100%; background: #fff; padding: 10px; border: 1px solid #c4c8c9; margin-top: 20px; }
  .trabajamos .marco form p {color: #506773; font-size: 16px; line-height: 18px; }
  .trabajamos .marco form p span { margin-bottom:5px; font-size:24px; line-height: 26px; }
  .trabajamos .marco form ol li { padding-bottom: 10px; margin-bottom: 10px; }
  .trabajamos .marco form ol li input, .trabajamos .marco form ol li textarea { font-size:14px; line-height: 16px; }
  .trabajamos .marco form ol li textarea { height:100px; }
  .trabajamos .marco form button { font-size:20px; line-height: 22px; padding:10px; }
  footer { padding: 20px 20px 60px 20px; margin-top: 0; width:100%;background-position: center 107vw; }
  footer .iso {display: none; }
  footer ul {display: block; float: unset; position: relative; overflow: hidden; width: 100%; margin-left: 0; margin-top:20px;}

  footer ul li {display: block; float: unset; position: relative; overflow: hidden; width: 100%; margin-bottom:10px;}
  footer ul li h4 {display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
  footer ul li h4 p, footer ul li p, footer ul li .link { font-size:15px; line-height: 19px; }
  footer ul li:last-child { width:100%; }
  footer ul li h4 img { width:19px; margin-left:10px;}
  footer ul li h4 .pri img { margin-left: 5px; }
  .whatsappFijo { width: 60px; right: 0; bottom: 40px; }
  .propiedades header .link {display: block; position: absolute; top: unset; color: #fff; font-size: 14px; line-height: 16px; font-weight: 500; bottom: 50px; }
  .propiedades header h3 {display: table; width: auto; bottom: -3.5vw; padding: 0; }
  .propiedades header h3 p {display: inline-block; font-size: 17px; line-height: 17px; padding: 10px 20px; font-weight: 800; background: #3d76bc; }
  .propiedades header h3 span { font-size: 17px; line-height: 17px; padding: 10px 20px;  }
  .listado { padding:40px 20px; }
  .listado h2 { font-size: 30px; line-height: 32px; margin-bottom: 10px; padding-bottom: 10px; }
  ul.lista { width:100%; }

  .propiedades .listado ul li {width: 100%; }
  
  .listado ul { padding: 0 0 40px 0; /* top: 70px; */ width: 100%; margin-top: 40px;}
  .listado ul li {     display: block; float: unset; width: 100%; margin-bottom: 40px; }
  .listado .izquierda {display: none; position: absolute; top: 18vw; left: 10px; width: 15px; cursor: pointer; }
  .listado .derecha {display: none; position: absolute; top: 18vw; right: 10px; width: 15px; cursor: pointer; }
  .listado ul li .imagen { height:59vw !important; }
  .listado ul li .imagen .tipos .tipo1, .listado ul li .imagen .tipos .tipo2 { padding:10px; font-size:16px; line-height: 18px; }
  .listado ul li .imagen .tipos { bottom:-3vw; }
  .listado ul li .marco { padding:30px 10px 10px 10px; }
  .listado ul li .marco .ubicacion img {display: inline-block; float: left; position: relative; overflow: hidden; width: 15px; height: auto; vertical-align: middle; margin-right: 5px; margin-top: 0.2vw; }
  .listado ul li .marco .ubicacion p { font-size:16px; line-height: 18px; }
  .listado ul li .marco .descripcion {display: block;  font-size: 16px; line-height: 18px; font-weight: 600; height: 12vw; margin-top:5px;}
  .listado ul li .marco .valor { font-size: 26px; line-height: 28px; padding: 5px; margin-top: 5px;}
  .listado ul li .datos { padding:10px; }
  .listado ul li .datos span { font-size:14px; line-height: 16px; }
  .listado ul li .datos span img {display: block; width: 26px; height: auto; margin: 0 auto; margin-bottom: 6px; }
  .listado ul li { border-width:10px; }

  
  .masPropiedades { font-size:17px; line-height: 17px; padding:10px 20px; }
  .masPropiedades span { padding:10px; }
  .masPropiedades span .fa {display: inline-block; float: left; color: #000; font-size: 10px; margin: 5px; }
  .masPropiedades span p { font-size:14px; line-height:16px; }
  .masPropiedades .triangulo1 {display: inline-block; float: left; position: relative; overflow: hidden; width: 0; height: 0; border-bottom: 8.2vw solid transparent;
        border-left: 5vw solid #605d4a; height: auto; display:none;}
  .masPropiedades .triangulo2 {display:none; }


  .internamapa #map { height:90vw; }
  .overlay {width: 80%; color: #506773; background-color: #fff; font-size: 14px; line-height: 16px; padding: 10px; }
  .pop h2 { font-size:25px;line-height: 27px; }
  .pop p {margin-top: 20px; margin-bottom: 10px; font-size: 14px; line-height: 16px; }
  .pop li, .detalle .derecha form ol li { margin-bottom: 10px; }
  .pop li input, .pop li textarea, .detalle .derecha form ol li input, .detalle .derecha form ol li textarea { font-size:14px; line-height: 16px; }
  .pop li textarea, .detalle .derecha form ol li textarea { height:100px; }
  .pop button, .detalle .derecha form button { font-size:25px; line-height: 27px; padding:10px 20px; }
  .overlay .cerrarContacto {display: block; position: absolute; top: 10px; right: 10px; font-size: 25px; z-index:999;}
  .detalle { padding:40px 20px; }
  .detalle h4 { font-size:22px; line-height: 26px; }
  .detalle .valor {display: block; float: unset; position: relative; overflow: hidden; padding-top:10px; font-size: 30px; line-height: 32px; font-weight: 800; clear: both; }
  .detalle .ubicacion {display: block; clear: both; padding-top: 10px; position: relative; overflow: hidden;  font-size: 17px; line-height: 19px; }
  .detalle .ubicacion img {display: inline-block; position: relative; overflow: hidden; vertical-align: top; margin-right: 5px; width: 15px; height: auto; }
  .detalle .func { margin-top:20px; }
  .detalle .func .ampliar2, .detalle .func .videos, .detalle .func .mapa, .detalle .func .tour { padding:10px; }
  .detalle .func .icono {display: block; float: unset; position: relative; overflow: hidden; vertical-align: middle; width: 30px; height: auto; margin: 0 auto; }
  .detalle .func p {display: block; float: unset; position: relative; overflow: hidden; vertical-align: middle; margin-left: 0.3vw; text-transform: uppercase; font-size: 12px; line-height: 12px; padding-top: 5px; font-weight: 600; text-align: center; clear: both; }
  .detalle .imagenes { margin-top:20px; }
  .detalle .imagenes li:nth-child(2), .detalle .imagenes li:nth-child(3), .detalle .imagenes li:nth-child(4), .detalle .imagenes li:nth-child(5) { display:none; }
  .detalle .imagenes li:first-child {display: block; float: unset; position: relative; overflow: hidden; width: 100%; height: 63vw; background-repeat: no-repeat; background-position: center; background-size: cover; }
  .detalle .imagenes .ampliar {display: block; position: absolute; top: unset; z-index: 99; right: 4vw; color: #fff; background: #333c40; padding: 10px; font-size: 17px; vertical-align: middle; font-weight: 400; cursor: pointer; z-index: 9999; bottom: 10px; margin: 0 auto; left: 0; right: 0; display: table; }
  .detalle .imagenes .ampliar img {display: inline-block; position: relative; overflow: hidden; vertical-align: top; width: 20px; height: auto; margin-top: 0.2vw; margin-right: 5px; }
  .detalle .iconosPropiedad {display: block; float: none; position: relative; overflow: hidden; width: 100%; margin-top: 20px; border-right: 0; margin-right: 0;border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px }
  .detalle .iconosPropiedad span {display: inline-block; position: relative; float: left; overflow: hidden; width: 25%; text-align: center; margin-bottom: 0; color: #3d76bc; font-weight: 600; font-size: 15px; line-height: 17px; }
  .detalle .iconosPropiedad span img { width:26px; }
  .detalle .iconosPropiedad span strong {display: block; margin-top: 5px; margin-bottom: 3px; }
  .detalle .descipcionPropiedad {display: block; float: none; position: relative; overflow: hidden; width: 100%; margin-top: 20px; }
  .detalle .descipcionPropiedad h3 {display: block; color: #3d76bc; font-size: 24px; line-height: 26px; font-weight: 700; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #c4c8c9; }
  .detalle .descipcionPropiedad p {display: block; color: #506773; font-size: 17px; line-height: 19px; margin-top: 10px; margin-bottom: 20px; }
  .detalle .descipcionPropiedad ul li {display: block; color: #506773; font-size: 17px; line-height: 19px; margin-bottom: 5px; }
  .detalle .descipcionPropiedad ul li img {display: inline-block; width: 6px; height: auto; margin-right: 5px; }
  .detalle .derecha {display: block; float: none; position: relative; overflow: hidden; width: 100%; margin-top: 20px; }
  .detalle .derecha .whatsapp {display: block; position: relative; overflow: hidden; width: 100%; background: #00a55a; margin-bottom: 1vw; color: #fff; font-size: 18px; line-height: 20px; vertical-align: middle; text-align: center; padding: 10px; text-transform: uppercase; font-weight: 600; cursor: pointer; border: 1px solid #00a55a; }
  .detalle .derecha .whatsapp .fa {margin-right: 5px; font-size: 20px; vertical-align: middle; }
  .detalle .derecha form { padding:10px; }
  .detalle .derecha form p { font-size:17px; line-height: 19px; }
  .detalle .derecha form p span { font-size:23px; line-height: 25px; margin-bottom:10px; }
  /*.interna {display: block; position: relative; width: 100%; margin: 0 auto; }
  .interna iframe { width:90%; height:51vw; }
  .interna h3 { margin:30px 0; font-size:25px; line-height: 27px; }
  .interna .lafoto {display: block; position: relative; width: 80%; margin: 0 auto; }
  .interna h4 {display: block; position: relative; overflow: hidden; background: #3d76bb; color: #fff; text-align: center; font-size: 18px; line-height: 20px; font-weight: 300; padding: 20px; margin-top: 40px; font-weight: 600; }
  .interna h4 span {display: block; font-weight: 400; font-size: 16px; line-height: 18px; margin-top: 5px; }
  .trabajamos2 { margin-top:30px; }
  .trabajamos2 .marco { padding-bottom:30px; }
  .trabajamos2 .marco .foto {display: block; float: unset; position: relative; overflow: hidden; width: 40%; height: auto; margin: 0 auto; }
  .trabajamos2 .marco .centro {display: block; float: unset; position: relative; overflow: hidden; width: 90%; margin: 30px auto; }
  .trabajamos2 .marco .centro h3 {display: block; color: #3d76bc; font-size: 25px; line-height: 27px; font-weight: 400; text-align: left; margin: 0; }
  .trabajamos2 .marco .centro p {font-size: 16px; line-height: 18px; margin-top: 20px; }
  .trabajamos2 .marco form {display: block; float: unset; position: relative; overflow: hidden; width: 90%; background: #fff; padding: 10px; border: 1px solid #c4c8c9; margin: 0 auto; }
  .trabajamos2 .marco form p span { font-size:25px;line-height: 27px; }
  .trabajamos2 .marco form p {margin-top: 20px; margin-bottom: 10px; font-size: 14px; line-height: 16px; }
  .trabajamos2 .marco form ol li { margin-bottom: 10px; }
  .trabajamos2 .marco form ol li input, .trabajamos2 .marco form ol li textarea { font-size:14px; line-height: 16px; }
  .trabajamos2 .marco form ol li textarea { height:100px; }
  .trabajamos2 .marco form button { font-size:25px; line-height: 27px; padding:10px 20px; }

  .interna .cuadro { margin-bottom:-43px; }
  .interna .cuadro ul { width:60%; margin:0 0 0 20px; }
  .interna .cuadro ul li { height:83vw; }
  .interna .cuadro .icon1 { right:-20px; left:unset; top:45vw;}
  .interna .cuadro .icon2 { right:-20px; left:unset; top:55vw;}
  .interna .cuadro .icon3 { right:-20px; left:unset; top:65vw;}
  .interna .cuadro .icon4 { right:-20px; top:0vw; width: 38.5vw}
  .interna .cuadro .icon5 { right:-20px; top: 15vw; width: 48.5vw}
  .interna .cuadro .icon6 { right:-20px; top:30vw; width: 48.5vw}

  .interna .cuadro .icon1 p { font-size:14px; line-height: 17px;  text-align:right; margin-right:6px;}
  .interna .cuadro .icon2 p { font-size:14px; line-height: 17px;  text-align:right; margin-right:6px;}
  .interna .cuadro .icon3 p { font-size:14px; line-height: 17px;  text-align:right; margin-right:6px;}
  .interna .cuadro .icon4 p { font-size:14px; line-height: 17px; float:left;  text-align:right;width:80%; margin-top:-8vw;}
  .interna .cuadro .icon5 p { font-size:14px; line-height: 17px; float:left; padding-top: 0; vertical-align: top; margin-top: -7vw; text-align:right; width:80%;}
  .interna .cuadro .icon6 p { font-size:14px; line-height: 17px; float:left; float:left; padding-top: 0; vertical-align: top; margin-top: -5vw; text-align:right; width:80%;}

  .interna .cuadro .icon1 img { width:30px; }
  .interna .cuadro .icon2 img { width:30px; }
  .interna .cuadro .icon3 img { width:30px; }
  .interna .cuadro .icon4 img { width:30px; margin-left:.5vw; margin-right:0; float:right;}
  .interna .cuadro .icon5 img { width:30px; margin-left:.5vw; margin-right:0; float:right;}
  .interna .cuadro .icon6 img { width:30px; margin-left:.5vw; margin-right:0; float:right;} */
  header .bloque .der { display: block; float: unset; position: relative; overflow: hidden; width: 100%; margin-top: 6vw; text-align: center; }
  header .bloque .der h2 {display: inline-block; color: #fff; font-weight: 600; font-size: 20px; line-height: 3vw; margin-top: 1.1; float: left; width: 50%; wi: translateX(500px); transform: translateX(500px); opacity: 0; transition: 1s 1.9s; margin-top: 1.5vw; }
  header .bloque .der a {display: block; color: #fff; font-size: 26px; line-height: 7vw; line-height: 37px; font-weight: 600; font-weight: 900; }
  .interna .foto { margin-left:15vw; }
  .vender #buscador, .comprar #buscador { display: none; }
  .vender header .bloque, .comprar header .bloque { top:15vw; }
  .vender header .bloque form, .comprar header .bloque form { display: block; position: relative; overflow: hidden; width: 100%; margin-top: 40px; padding: 10px; }
  .vender header .bloque form p, .comprar header .bloque form p { font-size:14px; line-height: 16px; }
  .vender header .bloque form p span, .comprar header .bloque form p span {display: block; font-weight: 600; font-size: 20px; line-height: 18px; margin-bottom: 10px; }
  .vender header .bloque form ol li, .comprar header .bloque form ol li { margin-bottom:10px; padding-bottom:10px; }
  .vender header .bloque form ol li input, .comprar header .bloque form ol li input { font-size:14px; line-height: 16px; }
  .vender header .bloque form ol li textarea, .comprar header .bloque form ol li textarea { font-size:14px; line-height: 16px; height:50px; }
  .vender header .bloque form button, .comprar header .bloque form button { font-size:16px; line-height: 18px; padding:5px; }
  .detalle .descipcionPropiedad .compartir { padding-top:20px; }
  .detalle .descipcionPropiedad .compartir span {display: block; float: none; position: relative; overflow: hidden; color: #505952; text-transform: uppercase; font-size: 16px; font-weight: 800; margin-right: 0; padding-top: 0; margin-bottom: 10px; }
  .detalle .descipcionPropiedad .compartir .compartirbuttons {display: block; float: none; position: relative; overflow: hidden; vertical-align: middle; }
  .detalle .descipcionPropiedad .compartir .compartirbuttons img {display: inline-block; float: left; position: relative; overflow: hidden; width: 30px; height: auto; margin-right: 10px; }

  .detalle .derecha .quien { margin-top:20px; }
  .detalle .derecha .quien .imagenQuien {display: block; float: none; position: relative; overflow: hidden; width: 150px; height: 150px; border-radius: 50%; border: 10px solid #e5e5e5; margin: 0 auto; /* background: #e5e5e5; */ background-repeat: no-repeat; background-position: center; background-size: cover; }
  .detalle .derecha .quien img { width:17vw; margin-right:10px; }
  .detalle .derecha .quien p {margin-top: 27px; font-size: 16px; line-height: 18px; width:100%; }
  .destacadas .vender {display: table; position: relative; overflow: hidden; height: auto; left: 0; right: 0; margin: 0 auto; bottom: 0;width:100%; }
  .destacadas .vender span {display: inline-block; float: left; background: #605d4a; padding: 13px 10px 10px 10px; width:100%; }
  .destacadas .vender span .fa {display: inline-block; float: left; color: #000; font-size: 7px; margin: 5px; }
  .destacadas .vender span p {display: inline-block; float: left; color: #fff; font-size: 14px; line-height: 14px; text-transform: uppercase; font-family: "Encode Sans Condensed", sans-serif; font-weight: 500; }
  .destacadas .vender .triangulo1 {        display: inline-block; float: left; position: relative; overflow: hidden; width: 0; height: 0; border-bottom: 3.5vw solid transparent; border-left: 4.5vw solid #605d4a; height: 7.7vw; display:none; }
  .destacadas .vender .triangulo2 {display:none; }
  .somos .somos1 { padding:60px 20px; }
  .somos .somos1 h2 { font-size:30px; line-height:32px; }
  .somos .somos1 p {display: block; margin-top: 10px; font-size: 16px; line-height: 18px; }
  .somos .somos1 h3 {display: block; margin-top: 20px; color: #7a8039; font-size: 20px; line-height: 22px; }
  .somos .somos2 {display: block; position: relative; background: #101011; padding: 40px 20px; overflow: hidden;  }
  .somos .somos2 ul { margin-top:0; }
  .somos .somos2 ul li {  width:47%; margin:0 20px 20px 0; }
  .somos .somos2 ul li .triangulo {width: 0; height: 0; border-top: 20px solid #101011; border-right: 20px solid #605d4a; display: block; position: absolute; top: 0vw; left: 0vw; z-index: 3; }
  .somos .somos2 ul li .imagen { height:51vw; }
  .somos .somos2 ul li:nth-child(2), .somos .somos2 ul li:nth-child(4) { float:right; margin-right:0; }
  .somos .somos2 ul li h2 {display: block; background: #605d4a; color: #fff; font-size: 14px; line-height: 16px; padding: 10px; font-weight: 400; }
  .somos .somos2 form {display: block; float: unset; position: relative; overflow: hidden; width: 100%; background: transparent; padding: 10px; border: 1px solid #605d4a; margin-top: 20px; }
  .somos .somos2 form p, .detalle2 .derecha form p {color: #fff; font-size: 14px; line-height: 16px; }
  .somos .somos2 form p span, .detalle2 .derecha form p span { font-size: 18px; line-height: 20px; margin-bottom: 5px; }
  .somos .somos2 form ol, .detalle2 .derecha form ol { margin-top:20px; }
  .somos .somos2 form ol li, .detalle2 .derecha form ol li { margin-bottom:10px; padding-bottom:10px; }
  .somos .somos2 form ol li input, .detalle2 .derecha form ol li input { font-size:14px; line-height:16px; }
  .somos .somos2 form ol li textarea, .detalle2 .derecha form ol li textarea { font-size:14px; line-height:16px; height:100px; }
  .somos .somos2 form button .fondo, .detalle2 .derecha form button .fondo { font-size:16px; line-height:16px; padding:10px; width:100%;}
  .somos .somos2 form button .triangulo, .detalle2 .derecha form button .triangulo  {display: block; position: absolute; overflow: hidden; width: 0; height: 0; border-bottom: 8.2vw solid #101011; border-left: 7.6vw solid transparent; height: auto; bottom: 0; right: 1.2vw; z-index: 2; background: #605d4a; display:none;}
  .somos .somos2 .der {display: block; float: unset; position: relative; overflow: hidden; width: 100%; margin-top: 40px; }
  .somos .somos2 .der p {display: block; color: #fff; font-family: "Encode Sans Condensed", sans-serif; font-size: 16px; line-height: 20px; font-weight: 400; margin-bottom: 20px; } 
  .somos .somos2 .der h2 {display: block; color: #fff; font-size: 20px; line-height: 25px; font-weight: 100; margin: 20px 0; }
  .topInterna { height:96vw; }
  .detalle .link { font-size:14px; line-height:16px; margin-bottom:10px; }
  .detalle h3 { margin-bottom:10px; }
  .detalle h3 p, .detalle h3 span {font-size: 14px; line-height: 16px; padding: 10px; }
  .detalle2 .descipcionPropiedad ul li {display: block; color: #605d4a; font-size: 14px; line-height: 18px; margin-bottom: 10px; }
  .detalle2 .descipcionPropiedad ul li img {display: inline-block; width: 7px; height: auto; margin-right: 5px; }

  .detalle2 { padding:40px 20px; }
  .detalle2 .iconosPropiedad {display: block; float: unset; position: relative; overflow: hidden; width: 100%; margin-top: 0; border: 1px solid #605d4a; margin-right: 0; padding: 10px; min-height: auto; }
  .detalle2 .iconosPropiedad span {display: inline-block; float: left; position: relative; overflow: hidden; width: 23%; text-align: center; margin: 0 5px 0 0; color: #fff; font-weight: 600; font-size: 14px; line-height: 16px; }
  .detalle2 .iconosPropiedad span img {display: block; width: 8vw; height: auto; margin: 0 auto; margin-bottom: 10px; }
  .detalle2 .descipcionPropiedad {display: block; float: unset; position: relative; overflow: hidden; width: 100%; margin-top: 20px; border: 1px solid #605d4a; padding: 10px; min-height: auto; }
  .detalle2 .descipcionPropiedad h3 {display: block; color: #fff; font-size: 18px; line-height: 20px; font-weight: 700; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #605d4a; }
  .detalle2 .descipcionPropiedad p {display: block; color: #fff; font-size: 14px; line-height: 20px; margin-top: 10px; margin-bottom: 20px; font-weight: 400; }
  .detalle2 .descipcionPropiedad .compartir { margin-top:20px; }
  .detalle2 .descipcionPropiedad .compartir .compartirbuttons img { width:25px; margin-right:10px; }
  .detalle2 .descipcionPropiedad .compartir span {display: inline-block; float: left; position: relative; overflow: hidden; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 500; margin-right: 10px; padding-top: 5px; }
  .detalle2 .derecha {display: block; float: unset; position: relative; overflow: hidden; width: 100%; margin-top: 20px; border: 1px solid #605d4a; padding: 10px; min-height: auto; }
  .detalle2 .derecha .whatsapp {display: block; position: relative; overflow: hidden; width: 100%; background: #00a464; margin-bottom: 10px; color: #fff; font-size: 12px; line-height: 12px; vertical-align: middle; text-align: center; padding: 10px; text-transform: uppercase; font-weight: 600; cursor: pointer; border: 1px solid #00a464; }
  .detalle2 .derecha .whatsapp .fa {margin-right: 10px; font-size: 20px; vertical-align: middle; }
  .detalle2 .derecha form {display: block; float: unset; position: relative; overflow: hidden; width: 100%; background: transparent; padding: 10px; border: 1px solid #605d4a; }
  #buscador button img { width:5vw; }
  .destacadas ul li .triangulo1, .listado ul li .triangulo1 {display: block; /* float: left; */ position: absolute; overflow: hidden; width: 0; height: 0; border-bottom: 4.5vw solid #1e1e17; border-left: 4.5vw solid transparent; height: 1.5vw; bottom: 0; right: 0; }

   .topInt form {display: block; float: unset; position: relative; overflow: hidden; width: 100%; background: transparent; padding: 10px; border: 1px solid #605d4a; margin-top: 20px; }
  .topInt form p, .detalle2 .derecha form p {color: #fff; font-size: 14px; line-height: 16px; }
  .topInt form p span, .detalle2 .derecha form p span { font-size: 18px; line-height: 20px; margin-bottom: 5px; }
  .topInt form ol, .detalle2 .derecha form ol { margin-top:20px; }
  .topInt form ol li, .detalle2 .derecha form ol li { margin-bottom:10px; padding-bottom:10px; }
  .topInt form ol li input, .detalle2 .derecha form ol li input { font-size:14px; line-height:16px; }
  .topInt form ol li textarea, .detalle2 .derecha form ol li textarea { font-size:14px; line-height:16px; height:100px; }
  .topInt form button .fondo, .detalle2 .derecha form button .fondo { font-size:16px; line-height:16px; padding:10px; width:100%;}
  .topInt form button .triangulo, .detalle2 .derecha form button .triangulo  {display: block; position: absolute; overflow: hidden; width: 0; height: 0; border-bottom: 8.2vw solid #101011; border-left: 7.6vw solid transparent; height: auto; bottom: 0; right: 1.2vw; z-index: 2; background: #605d4a; display:none;}

  .topInt .der { display: block; float: unset; width: 100%; margin-bottom: 40px; }
  .topInt .der img  { width: 22vw; margin-right: 0; display: block; float: unset; margin-bottom: 10px;}
  .topInt .der .marco {display: block; float: unset; position: relative; overflow: hidden; width: 100%; }
  .topInt .der .marco h3 { font-size:30px; line-height:32px; }
  .topInt .der .marco h4 { font-size:15px; line-height:20px; margin-top:10px; }
  .topInt .der .marco p { font-size:16px; line-height:20px; margin-top:10px; }
  .interna .lineaAbajo { display:none; }
  .interna .izq {display: block; float: none; position: relative; overflow: hidden; width: 100%; padding: 50px 20px 20px 20px; z-index: 1; text-align: center; margin:0; }
  .interna .izq h2 { font-size:25px; line-height:27px; }
  .interna .izq h2 span { display:block; }
  .interna .izq p { font-size:16px; line-height:18px; margin-top:10px; }
  .interna .izq a { margin:20px auto 0 auto; }
  .interna .izq a .fondo {display: block; position: relative; overflow: hidden; width: auto; height: 100%; border: 1px solid #605d4a; padding: 10px; /* border: 1px solid #fff; */ background: #605d4a; z-index: 1; font-size: 14px; line-height: 14px; }
  .interna .der {display: block; float: unset; position: relative; overflow: hidden; width: 92%; margin: 0 20px 20px 20px; border: 1px solid #605d4a; padding: 20px; z-index: 1; background: #fff; margin-top:20px;}
  .interna .der ul li::before { font-size:12px; }
  .interna .der ul li { margin-bottom: 20px; padding-left:20px; }
  .interna .der ul li h3 { font-size:16px; line-height:18px; }
  .interna .der ul li p { font-size:14px; line-height:16px; margin-top:5px; }
  .whait { font-size:30px; }
  .bcg { height:80vw; background-attachment: unset;}
  

}



