@font-face {
 font-family: Carolina;
 src: url("../fuente/Carolina.ttf") 
}

/*
font-family: 'Merriweather', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Mr De Haviland', cursive;
*/

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
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: 'Assistant', sans-serif;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.33vw;
  color: #506773;
  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; width: 4.4642857143vw; height: auto; bottom: 2vw; right: 2vw; }
.whatsappFijo img { display:block; width:100%; height:auto; }
header { display: block; position: relative; width: 100%; height: 51.4880952381vw;  z-index:9; padding:5.3571428571vw 13.9339339339vw 0 13.993993994vw; } 
header#conFondo { background-image:url('../img/foto-top-home.jpg'); background-repeat: no-repeat; background-position:center; background-size:cover; }
header .fondo { display:block; position:absolute; top:0; left:0; width:100%; height: 51.4880952381vw; overflow:hidden;}
header .fondo .fondo1 { display:block; position:absolute; top:0; left:0; width:100%; height: 51.4880952381vw; background-image:url('../img/foto-top-home.jpg'); background-repeat: no-repeat; background-position:center; background-size:cover;-webkit-animation:animacion-top 20s ease-out infinite alternate-reverse both;}


.propiedades header { padding-top:3.5714285714vw; }
#click-menu, #click-menu2 { display:none; }
header h1 { display:inline-block; float:left; position:relative; overflow:hidden; width:16.130952381vw; 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 h1 img { display:block; width:100%; height:auto; }
header  ul.menu { display: inline-block; float: left; position: relative; margin-top: 1.0714285714vw; margin-left: 2.9761904762vw; -webkit-transform: translateY(-500px); transform: translateY(-500px); opacity: 0; transition: 1s .7s ; z-index:3; margin-left:1.5vw;}
.loaded header ul.menu { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;  }
header  .menu li { display: inline-block; float: left; position: relative;  margin: 0 .5vw 0 0;  color: #fff; padding-bottom:1vw;}
header  .menu li a { display: block; position: relative; overflow: hidden; cursor:pointer; font-size:.8888888889vw; line-height: 1vw; color: #fff; font-weight:600; text-transform: uppercase; }
header  .menu li a:hover, header .menu li:hover { color:#007fba; }
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:#3d76bc; padding:1vw; white-space: nowrap; opacity: 0; visibility: hidden; transition: all .5s; top:2vw; left:-.7vw;  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;}
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:#0c1538; }

header .redes { display: inline-block; float: right; position: relative; overflow: hidden; margin-left: 1.7vw; padding-left: 1.7vw; border-left: 1px solid #fff; padding-top: 0.2vw; padding-bottom: 0.2vw; -webkit-transform: translateY(-500px); transform: translateY(-500px); opacity: 0; transition: 1s .9s ; margin-left: 0.5vw;
    padding-left: 1vw;}
.loaded header .redes { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;  }
header .redes .telefono { display:inline-block; float:left; position:relative; overflow:hidden;margin-top:.5vw }
header .redes .telefono img { display:inline-block; float:left; position:relative; overflow:hidden; width:2.4404761905vw; height:auto; }
header .redes .telefono p { display:inline-block; float:left; position:relative; overflow:hidden; margin-left:.8vw; color:#fff; font-size:1.3333333333vw; margin-top:-.5vw;}
header .redes .telefono p strong {  color:#3d76bc; font-size:.7777777778vw; line-height: .99vw; }
header .redes .telefono p span { font-weight: 700; }

header .bloque { display: block; position: absolute; top: 20vw; width: 72.0720720721vw; overflow: hidden; z-index:0; }
header .bloque .icono { display: inline-block; float: left; position: relative; overflow: hidden; width: 12.1428571429vw; height: auto; margin: 5vw 3vw 0 2vw; -webkit-transform: translateX(-500px); transform: translateX(-500px); opacity: 0; transition: 1s 1.1s ;}
.loaded header .bloque .icono { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1;  }
header .bloque .centro { display: inline-block; float: left; position: relative; overflow: hidden; width: 33.9285714286vw; margin-top: 3.5714285714vw;  }
header .bloque .centro h2 { display:block; color: #fff; font-size: 6.38vw; line-height: 6vw; font-weight: 600;-webkit-transform: translateY(500px); transform: translateY(500px); opacity: 0; transition: 1s 1.5s ;}
.loaded header .centro h2 { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;  }
header .bloque .centro h2 span { font-size:4.7222222222vw; line-height:4vw; display:block; font-weight: 400;}
header .bloque .centro p { color: #fff; font-size: 1.222vw; margin-top: 2vw; -webkit-transform: translateY(500px); transform: translateY(500px); opacity: 0; transition: 1s 1.7s ;}
.loaded header .centro p { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;  }
header .bloque .der { display:inline-block; float:right; position:relative; overflow:hidden; width:20.380952vw; margin-top:3.5714285714vw;text-align:center; }
header .bloque .der h2 { display: block; color: #fff; font-weight: 600; font-size: 2.722222vw; line-height: 3vw; margin-top: 1.1; -webkit-transform: translateX(500px); transform: translateX(500px); opacity: 0; transition: 1s 1.9s; margin-top: 1.5vw;}
header .bloque .der h2 p { display:block; position:relative; margin-top:1.5vw; }
.loaded header .bloque .der h2  { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1;  }
header .bloque .der a { display: block; color: #fff; font-size: 3vw; line-height: 7vw; line-height: 3vw; font-weight: 600; font-weight: 900; }
header .bloque .der a:hover { color:#3d76bb; }
header .bloque form { display:inline-block; float:right; position:relative; overflow:hidden; width:17.380952381vw; background:#fff; padding:1vw 1.5vw; -webkit-transform: translateX(500px); transform: translateX(500px); opacity: 0; transition: 1s 1.9s ;}

.loaded header .bloque form { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1;  }
header .bloque form p { color: #506773; font-size: .8888888889vw; line-height: 1vw; }
header .bloque form p span { display: block; font-weight: 600; font-size: 1.3333333333vw; line-height: 1.55vw; margin-bottom: 1.3vw; }
header .bloque form ol { display: block; position: relative; overflow: hidden; width: 100%; padding:0; margin:0; margin-top:2vw;}
header .bloque form ol li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom:.5vw; padding-bottom:.5vw; border-bottom:1px solid #c4c8c9; }
header .bloque form ol li input { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #506773; font-size: .8888888889vw; line-height: 1vw; }
header .bloque form ol li textarea { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #506773; font-size: .8888888889vw; line-height: 1vw; height:7vw;}
header .bloque form button { display: block; position: relative; overflow: hidden; background: #3d484d; border: 1px solid #3d484d; color: #fff; font-size: 1.22vw; line-height: 1.22vw; text-transform: uppercase; text-align: center; padding: 0.5vw; width: 100%; cursor: pointer; font-weight: 800; }
header .bloque form button:hover { background:#fff; color:#3d484d; }

header h3 { display: block; position: absolute; bottom: -2.5vw; width: 72.0720720721vw; background: #3d76bb; color: #fff; text-align: center; font-size: 2.222vw; text-transform: uppercase; font-weight: 300; padding: 2vw; } 
.propiedades header h3 { display: table; width: auto;  bottom: -1.5vw; padding:0; }
.propiedades header h3 p { display:inline-block; font-size: 1.11vw; line-height: 1.11vw; padding: 1vw 2vw; font-weight: 800; background:#3d76bc;}
.propiedades header h3 span { display:inline-block; font-size: 1.11vw; line-height: 1.11vw; padding: 1vw 2vw; font-weight: 800; background:#333c40; }
.propiedades header .link {     display: block; position: absolute; top: 15vw; color: #fff; font-size: .888vw; line-height: .888vw; font-weight: 500; }
.propiedades header .link a:hover { text-decoration: underline; }

header.chico { height:19.6428571429vw; background-image:url(../img/foto-top-interna.jpg); }
header.chico .buscando { display:none; }

header.chico h2.internas { display: block; position: relative; overflow: hidden; color: #fff; font-size: 3.2222222222vw; line-height: 3.5vw; font-weight: 300; margin-top: 5vw; }
header.chico h2.internas span { font-weight: 800; }
header.chico h2.internas img { display: inline-block; float: left; position: relative; overflow: hidden; width: 3.1547619048vw; height: auto; margin-right: 1vw; top: 0.3vw;}

.headerFijo { display: block; position: fixed; left: 0; top: 0; z-index: 999; background: #333c40; width: 100%; height: 5.9523809524vw; padding:1.3571428571vw  13.9339339339vw 0 13.993993994vw; opacity:0; transition: 1s .5s; -webkit-transform: translateY(-500px); transform: translateY(-500px); }
.headerFijo.muestro { opacity:1;  -webkit-transform: translateY(0px); transform: translateY(0px); }
.headerFijo h1 { display:inline-block; float:left; position:relative; overflow:hidden;width: 16.130952381vw; margin: 0;}
.headerFijo h1 img { display:block; width:100%; height:auto; }
.headerFijo  ul.menu { display: inline-block; float: left; position: relative; margin-top: 1.0714285714vw; margin-left: 2.9761904762vw; z-index:1; margin-left:.8vw;}
.headerFijo  .menu li { display: inline-block; float: left; position: relative;   margin: 0 .5vw 0 0;  color: #fff; padding-bottom:1vw; }
.headerFijo  .menu li a { display: block; position: relative; overflow: hidden; cursor:pointer; font-size:.8888888889vw; line-height: 1vw; color: #fff; font-weight:600; text-transform: uppercase; }
.headerFijo  .menu li a:hover, header .menu li:hover { color:#007fba; }
.headerFijo  .menu li .sub { display: none; }

.headerFijo   .menu li:hover .sub { display:block; opacity: 1; visibility: visible;}
.headerFijo   .menu li ul.sub { display:none; position:absolute; overflow:hidden; width:auto; background:#007fba; padding:1vw; white-space: nowrap; opacity: 0; visibility: hidden; transition: all .5s; top:2vw; left:-.7vw;  z-index:9;}
.headerFijo   .menu li .sub li { display:block; float:none; width: 100%; position:relative; overflow:hidden; margin:0 0 .5vw 0; font-size:1vw; line-height:1.3vw; font-weight: 400; text-transform: none; color:#fff; border-right:0; padding-bottom:0;}
.headerFijo   .menu li .sub li a { display:block; position:relative; overflow:hidden; width:100%; color:#fff; text-transform: none; font-weight: 500;}
.headerFijo   .menu li .sub li:last-child { border:0; margin-bottom:0; padding-bottom:0; }
.headerFijo   .menu li .sub li a:hover { color:#0c1538; }


.headerFijo .redes { display: inline-block; float: right; position: relative; overflow: hidden; margin-left: 1.7vw; padding-left: 1.7vw; border-left: 1px solid #fff; padding-top: 0.2vw; padding-bottom: 0.2vw; margin-left: 0.7vw;
    padding-left: 0.7vw;}
.headerFijo .redes .telefono { display:inline-block; float:left; position:relative; overflow:hidden;margin-top:.5vw }
.headerFijo .redes .telefono img { display:inline-block; float:left; position:relative; overflow:hidden; width:2.4404761905vw; height:auto; }
.headerFijo .redes .telefono p { display:inline-block; float:left; position:relative; overflow:hidden; margin-left:.8vw; color:#fff; font-size:1.3333333333vw; margin-top:-.5vw;}
.headerFijo .redes .telefono p strong {  color:#3d76bc; font-size:.7777777778vw; line-height: .99vw; }
.headerFijo .redes .telefono p span { font-weight: 700; }

#buscador { display: block; position: absolute; width: 72.0720720721vw; margin: 0 auto 0 auto; clear: left; top: 12.119048vw; background: #fff; height: 3.5714285714vw; opacity: 0; transition: 1s 2.2s ; z-index:2;}
.loaded #buscador { opacity: 1;  }
.propiedades #buscador { top:9.119048vw; }
#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: #597380;
    font-size: .9444444444vw; vertical-align: top; width:19vw;}
    #buscador input#busca_ficha { border-right:0; }
#buscador button { display: block; position: absolute; overflow: hidden; /* float: right; */ background: #3d76bc; 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; }


.buscando { display: block; position: relative; overflow: hidden; width: 100%; margin-top: 13vw; }
.buscando h2 { display:table; float:left; position:relative; overflow:hidden; background:#0c74a5; border-radius:45px; color:#fff; font-size: 1.8888888889vw; padding:1.98vw 3.2vw; font-weight: 900; margin-top:5vw; text-transform: uppercase;}
.buscando h3 { display: inline-block; float: left; position: relative; overflow: hidden; font-size: 5.2777777778vw; line-height: 6vw; color: #fff; font-weight: 300;
    margin-left: 2.9761904762vw; margin-top:4.5vw;}
.buscando ul.que { display: inline-block; float: left; position: relative; overflow: hidden; margin-left:2.9761904762vw; padding:2.3vw 0 2.3vw 2.9761904762vw; border-left:2px solid #fff; }  
.buscando .que li { display: block; color: #fff; font-size: 5vw; line-height: 5.3vw; font-weight: 900; }
.buscando .que li:hover { color:#007fba; }

ul.menuMovil { display:none; }

main { display:block; position:relative;   width:100%;  z-index:0; padding-top:7vw;}
.propiedades main { padding-top:0; }

ul.iconoshome { display: block; position: relative; overflow: hidden; width: 61.845238vw; margin: 0 auto; text-align: center; }
.iconoshome li { display: inline-block; width: 50%; position: relative; overflow: hidden; float: left; text-align: left; }
.iconoshome li img { display: inline-block; float: left; position: relative; overflow: hidden; width: 6.5476190476vw; height: auto; margin-right: 1.3vw; }
.iconoshome li .marco { display: inline-block; float: left; position: relative; overflow: hidden; width: 20.238095vw; }
.iconoshome li .marco h2 { display: block; color: #3d76bc; font-size: 2.77vw; line-height: 3vw; font-weight: 400; margin-top:1.5vw; }
.iconoshome li .marco h2 span { font-weight: 600; }
.iconoshome li .marco p {display: block; font-size: 1vw; line-height: 1.3vw; margin-top: 0.5vw; color: #506773;}
.iconoshome li .marco a { display:table; color:#3d76bc; text-transform: uppercase; font-size:.83vw; line-height: .83vw; padding:.6vw .5vw .5vw .5vw; border: 2px solid #3d76bc; margin-top:2vw; font-weight: 500; }

.iconoshome li a:hover h2 { color:#3d484d; }
#contactanosMovil { display:none; }

.destacadas { display: block; position: relative; background: #e5e5e5; width: 100%; padding:0vw  13.9339339339vw 0 13.993993994vw; margin-top:7vw;}
.destacadas h2 { display: table; position: absolute; top: -1vw; background: #3d484d; left: 0; right: 0; margin: 0 auto; color: #fff; text-transform: uppercase; font-size: 1.222vw; line-height: 1.222vw; font-weight: 500; padding: 0.5vw 2vw; }

.destacadas .izquierda { display: block; position: absolute; top: 13vw; left: 8.333vw; width: 1.0714285714vw; cursor: pointer; }
.destacadas .derecha { display: block; position: absolute; top: 13vw; right: 8.333vw; width: 1.0714285714vw; 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:5vw 0; }
.destacadas ul li {     display: inline-block; float: left; position: relative; overflow: hidden; width: 23vw; margin-right: 2.5vw; border-bottom:.5952380952vw solid #3d76bc; }
.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: table; position: absolute; bottom: -1vw; left: 0; right: 0; margin: 0 auto; overflow: hidden; z-index:9;}
.destacadas ul li .imagen .tipos .tipo1 {display: inline-block; color: #fff; background: #3d76bc; padding: 0.5vw 1vw; font-size: .8vw; line-height: 1vw; text-transform: uppercase; font-weight: 800; float: left; position: relative; overflow: hidden;}
.destacadas ul li .imagen .tipos .tipo2 {display: inline-block; color: #fff; background: #333c40; padding: 0.5vw 1vw; font-size: .8vw; line-height: 1vw; text-transform: uppercase; font-weight: 400; float: left; position: relative; overflow: hidden;}

.destacadas ul li .marco { display: block; position: relative; background: #fff; z-index: 0; padding: 2vw 1vw 1vw 1vw; }
.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: 0.6989247312vw; height: auto; vertical-align: middle; margin-right: 0.5vw; margin-top:.2vw;}
.destacadas ul li .marco .ubicacion p { display: inline-block; float: left; position: relative; overflow: hidden; vertical-align: middle; color: #506773; text-transform: uppercase; font-weight: 700;}
.destacadas ul li .marco .ubicacion p span { text-transform: none; font-weight: 400; }
.destacadas ul li .marco .descripcion { display: block; color: #3d76bc; font-size: 1vw; line-height: 1.3vw; font-weight: 600; height:3vw;}
.destacadas ul li .marco .valor { display: block; color: #3d76bc; font-size: 1.44vw; line-height: 1.55vw; font-weight: 800; }
.destacadas ul li .datos { display: block; position: relative; overflow:hidden; background: #f2f2f2; z-index: 0; padding: .6vw 1vw .6vw 1vw; }
.destacadas ul li .datos span {display: inline-block; float: left; position: relative; overflow: hidden; width: 25%; color: #3d76bc; font-size: .8333333333vw; text-align: center;}
.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; }

.trabajamos { display: block; position: relative; overflow:hidden; width: 100%; padding:3.5vw 13.9339339339vw 0 13.993993994vw; }
.trabajamos h2 { display: block; background: #3b73b7; padding: 1vw; color: #fff; font-size: 1.444vw; line-height: 1.666vw; /* text-transform: uppercase; */ font-weight: 300; text-align: center; }
.trabajamos .marco { display: block; position: relative; overflow:hidden; width: 100%; margin-top:3.2vw; border-bottom: 5px solid #ccc;
    padding-bottom: 3.5vw;}
.trabajamos .marco .foto { display: inline-block; float: left; position: relative; overflow: hidden; width: 19.0476190476vw; height: auto; margin: 0 3vw 0 2vw; }
.trabajamos .marco .centro { display: inline-block; float: left; position: relative; overflow: hidden; width: 27.9761904762vw; margin-top: 1.66vw;  }
.trabajamos .marco .centro h3 { display: block; color: #3d76bc;  font-size: 2.66vw; line-height: 3vw; font-weight: 100;}
.trabajamos .marco .centro h3 span { display:block;}
.trabajamos .marco .centro p {  font-size: .88vw; line-height:1.1vw; margin-top: 2vw; }
.trabajamos .marco form { display:inline-block; float:right; position:relative; overflow:hidden; width:17.380952381vw; background:#fff; padding:1vw 1.5vw; border:1px solid #c4c8c9;}
.trabajamos .marco form p { color: #506773; font-size: .8888888889vw; line-height: 1vw; }
.trabajamos .marco form p span { display: block; font-weight: 600; font-size: 1.3333333333vw; line-height: 1.55vw; margin-bottom: 0.5vw; }
.trabajamos .marco form ol { display: block; position: relative; overflow: hidden; width: 100%; padding:0; margin:0; margin-top:2vw;}
.trabajamos .marco form ol li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom:.5vw; padding-bottom:.5vw; border-bottom:1px solid #c4c8c9; }
.trabajamos .marco form ol li input { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #506773; font-size: .8888888889vw; line-height: 1vw; }
.trabajamos .marco form ol li textarea { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #506773; font-size: .8888888889vw; line-height: 1vw; height:7vw;}
.trabajamos .marco form button { display: block; position: relative; overflow: hidden; background: #3d484d; border: 1px solid #3d484d; color: #fff; font-size: 1.22vw; line-height: 1.22vw; text-transform: uppercase; text-align: center; padding: 0.5vw; width: 100%; cursor: pointer; font-weight: 800; }
.trabajamos .marco form button:hover { background:#fff; color:#3d484d; }

.listado { display:block; position:relative; overflow:hidden; width:100%; padding:4vw  13.9339339339vw 4vw 13.993993994vw; background:#f7f7f7;}
.listado h2 { display: block; color: #3d76bc; font-size: 2.5vw; line-height: 2.5vw; margin-bottom: 3vw; font-weight: 600; }
ul.lista { display:block; position:relative; overflow:hidden; width:106%; }
.listado ul li {     display: inline-block;  position: relative; overflow: hidden; width: 23vw; margin-right: 1.5vw; margin-bottom:1.5vw; border-bottom:.5952380952vw solid #3d76bc; }
.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: table; position: absolute; bottom: -1vw; left: 0; right: 0; margin: 0 auto; overflow: hidden; z-index:9;}
.listado ul li .imagen .tipos .tipo1 {display: inline-block; color: #fff; background: #3d76bc; padding: 0.5vw 1vw; font-size: 1vw; line-height: 1vw; text-transform: uppercase; font-weight: 800; float: left; position: relative; overflow: hidden;}
.listado ul li .imagen .tipos .tipo2 {display: inline-block; color: #fff; background: #333c40; padding: 0.5vw 1vw; font-size: 1vw; line-height: 1vw; text-transform: uppercase; font-weight: 400; float: left; position: relative; overflow: hidden;}

.listado ul li .marco { display: block; position: relative; background: #fff; z-index: 0; padding: 2vw 1vw 1vw 1vw; }
.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: 0.6989247312vw; height: auto; vertical-align: middle; margin-right: 0.5vw; margin-top:.2vw;}
.listado ul li .marco .ubicacion p { display: inline-block; float: left; position: relative; overflow: hidden; vertical-align: middle; color: #506773; text-transform: uppercase; font-weight: 700;}
.listado ul li .marco .ubicacion p span { text-transform: none; font-weight: 400; }
.listado ul li .marco .descripcion { display: block; color: #3d76bc; font-size: 1vw; line-height: 1.3vw; font-weight: 600; height:3vw; }
.listado ul li .marco .valor { display: block; color: #3d76bc; font-size: 1.44vw; line-height: 1.55vw; font-weight: 800; }
.listado ul li .datos { display: block; position: relative; overflow:hidden; background: #f2f2f2; z-index: 0; padding: .6vw 1vw .6vw 1vw; }
.listado ul li .datos span {display: inline-block; float: left; position: relative; overflow: hidden; width: 25%; color: #3d76bc; font-size: .8333333333vw; text-align: center;}
.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; }

.masPropiedades { display: table; background: #333c40; margin: 0 auto; color: #fff; text-transform: uppercase; font-size: .94vw; line-height: .94vw; padding: 1vw 2vw; font-weight: 700; cursor: pointer; border: 1px solid #333c40; }
.masPropiedades:hover { background:#fff; color:#333c40; }

.detalle { display: block; position: relative; overflow: hidden; width: 100%; padding: 3.3571428571vw 13.9339339339vw 0 13.993993994vw; }
.detalle h4 { display: inline-block; float: left; position: relative; overflow: hidden; color: #3d76bc; font-size: 2.5vw; line-height: 2.5vw; font-weight: 600; }
.detalle .valor { display: inline-block; float: right; position: relative; overflow: hidden; color: #3d76bc; 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: #506773; 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: #eaebec; margin-top: 1vw; vertical-align: middle;}
.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: #eaebec; 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: #eaebec; 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: #eaebec; 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:#3d76bc; }
.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:#3d76bc; }
.detalle .func .videos:hover p { color:#fff; }
.detalle .func .videos:hover .ico { fill: #fff; fill-rule: evenodd; }

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

.detalle .func .mapa:hover { background:#3d76bc; }
.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: #597380; fill-rule: evenodd; }
.detalle .func p { display: inline-block; float: left; position: relative; overflow: hidden; vertical-align: middle; margin-left: 0.3vw; color: #597380; 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:36.5vw; 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; }

.detalle .iconosPropiedad { display: inline-block; float: left; position: relative; overflow: hidden; width: 10.4166666667vw; margin-top: 2vw; border-right:1px solid #c4c8c9; margin-right:1.7857142857vw;}
.detalle .iconosPropiedad span { display: block; position: relative; overflow: hidden; width: 100%; text-align: center; margin-bottom: 1vw; color: #3d76bc; font-weight: 600; font-size: .95vw; line-height: 1vw; }
.detalle .iconosPropiedad span img { display: block; width: 2.9vw; height: auto; margin: 0 auto; }
.detalle .iconosPropiedad span strong { display:block; margin-top: 0.3vw; margin-bottom: .2vw }

.detalle .descipcionPropiedad { display: inline-block; float: left; position: relative; overflow: hidden; width: 39.5833333333vw; margin-top: 2vw }
.detalle .descipcionPropiedad h3 { display: block; color: #3d76bc; font-size: 1.333vw; line-height: 1.555vw; font-weight: 700; margin-bottom: .5vw; padding-bottom:.5vw; border-bottom:1px solid #c4c8c9;}
.detalle .descipcionPropiedad p { display:block; color:#506773; font-size:.9444vw; line-height: 1.1vw; margin-top:1vw; margin-bottom: 2vw }
.detalle .descipcionPropiedad ul li { display: block; color: #506773; font-size: .9444vw; line-height: 1vw; margin-bottom:.2vw;}
.detalle .descipcionPropiedad ul li img { display: inline-block; width: 0.3571428571vw; height: auto; margin-right: 0.2vw; }

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

.detalle .derecha { display: inline-block; float: right; position: relative; overflow: hidden; width: 17.5595238095vw; margin-top: 2vw }
.detalle .derecha form { display:inline-block; float:right; position:relative; overflow:hidden; width:100%; background:#fff; padding:1vw 1.5vw; border:1px solid #c4c8c9;}
.detalle .derecha form p { color: #506773; font-size: .8888888889vw; line-height: 1vw; }
.detalle .derecha form p span { display: block; font-weight: 600; font-size: 1.3333333333vw; line-height: 1.55vw; margin-bottom: 0.5vw; }
.detalle .derecha form ol { display: block; position: relative; overflow: hidden; width: 100%; padding:0; margin:0; margin-top:2vw;}
.detalle .derecha form ol li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom:.5vw; padding-bottom:.5vw; border-bottom:1px solid #c4c8c9; }
.detalle .derecha form ol li input { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #506773; font-size: .8888888889vw; line-height: 1vw; }
.detalle .derecha form ol li textarea { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #506773; font-size: .8888888889vw; line-height: 1vw; height:7vw;}
.detalle .derecha form button { display: block; position: relative; overflow: hidden; background: #3d484d; border: 1px solid #3d484d; color: #fff; font-size: 1.22vw; line-height: 1.22vw; text-transform: uppercase; text-align: center; padding: 0.5vw; width: 100%; cursor: pointer; font-weight: 800; }
.detalle .derecha form button:hover { background:#fff; color:#3d484d; }
.detalle .derecha .whatsapp { display: block; position: relative; overflow: hidden; width: 100%; background: #00a55a; 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 #00a55a; }
.detalle .derecha .whatsapp .fa { margin-right: 0.3vw; font-size: 1.5vw; vertical-align: middle;  }
.detalle .derecha .whatsapp:hover { background:#fff; color:#00a55a; }
.detalle .derecha .whatsapp:hover .fa { color:#00a55a; }

.detalle .derecha .quien { display: block; position: relative; overflow: hidden; width: 100%; padding-top: 2vw; }
.detalle .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; }
.detalle .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;}
.detalle .derecha .quien p { display: inline-block; float: left; position: relative; overflow: hidden; margin-top: 1.5vw; color: #3d76bc;  width: 40%;}
.detalle .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; }

.interna { display: block; position: relative;  width: 72.0720720721vw; margin: 0 auto; }

.interna iframe { display:block; position:relative; overflow:hidden; margin:0 auto; width: 80%; height:38.5vw; }
.interna h3 { display: block; color: #3d76bc; margin: 4vw auto; text-align: center; font-size: 3.333vw; line-height: 3.66vw; font-weight: 700; }
.interna .lafoto  { display:block; position:relative; width:100%; z-index:2;}
.interna .lafoto .frase1 { display: block; position: absolute; top: 2.5vw; left: -7vw; width: 16.8vw; color:#506773; font-size:.88vw; line-height: 1vw; font-weight: 400; text-align:right; }
.interna .lafoto .frase1 span { text-transform: uppercase; display:block; color:#3d76bc; font-size:1vw; line-height: 1.3vw; font-weight: 700; }

.interna .lafoto .frase2 { display: block; position: absolute; top: 17vw; left: -5vw; width: 16.8vw; color:#506773; font-size:.88vw; line-height: 1vw; font-weight: 400; text-align:right; }
.interna .lafoto .frase2 span { text-transform: uppercase; display:block; color:#3d76bc; font-size:1vw; line-height: 1.3vw; font-weight: 700; }

.interna .lafoto .frase3 { display: block; position: absolute; top: 10vw; right: -3.5vw; width: 16.8vw; color:#506773; font-size:.88vw; line-height: 1vw; font-weight: 400; text-align:left; }
.interna .lafoto .frase3 span { text-transform: uppercase; display:block; color:#3d76bc; font-size:1vw; line-height: 1.3vw; font-weight: 700; }

.interna .lafoto .frase4 { display: block; position: absolute; top: 32.5vw; right: -2vw;width: 16.8vw; color:#506773; font-size:.88vw; line-height: 1vw; font-weight: 400; text-align:left; }
.interna .lafoto .frase4 span { text-transform: uppercase; display:block; color:#3d76bc; font-size:1vw; line-height: 1.3vw; font-weight: 700; }

.interna .lafoto .frase11 { display: block; position: absolute; top: 3.5vw; left: -5vw; width: 16.8vw; color:#506773; font-size:.88vw; line-height: 1vw; font-weight: 400; text-align:right; }
.interna .lafoto .frase11 span { text-transform: uppercase; display:block; color:#3d76bc; font-size:1vw; line-height: 1.3vw; font-weight: 700; }

.interna .lafoto .frase22 { display: block; position: absolute; top: 14vw; left: 3vw; width: 16.8vw; color:#506773; font-size:.88vw; line-height: 1vw; font-weight: 400; text-align:right; }
.interna .lafoto .frase22 span { text-transform: uppercase; display:block; color:#3d76bc; font-size:1vw; line-height: 1.3vw; font-weight: 700; }

.interna .lafoto .frase33 { display: block; position: absolute; top: 22.5vw; left: 12vw;width: 16.8vw; color:#506773; font-size:.88vw; line-height: 1vw; font-weight: 400; text-align:left; }
.interna .lafoto .frase33 span { text-transform: uppercase; display:block; color:#3d76bc; font-size:1vw; line-height: 1.3vw; font-weight: 700; }

.interna .lafoto .frase44 { display: block; position: absolute; top: 10.5vw; right: -5vw; width: 16.8vw; color:#506773; font-size:.88vw; line-height: 1vw; font-weight: 400; text-align:left; }
.interna .lafoto .frase44 span { text-transform: uppercase; display:block; color:#3d76bc; font-size:1vw; line-height: 1.3vw; font-weight: 700; }

.interna .lafoto .frase55 { display: block; position: absolute; top: 32.5vw; right: -5vw; width: 16.8vw; color:#506773; font-size:.88vw; line-height: 1vw; font-weight: 400; text-align:left; }
.interna .lafoto .frase55 span { text-transform: uppercase; display:block; color:#3d76bc; font-size:1vw; line-height: 1.3vw; font-weight: 700; }

.interna  ul.fotos { display: block; position: absolute; overflow: hidden; width: 26.7857142857vw; margin: 0 auto; z-index: 0; left: 0; right: 0;}
.interna  ul.fotos li { display:inline-block; position:relative; overflow:hidden; width:100%; height:36.0119047619vw; background-repeat: no-repeat; background-position: center; background-size:cover; }

.interna .foto { display:block; width:46.25vw; height:auto;  margin-left:11vw;}
.interna .fotoComprar { display:block; width:46.25vw; height:auto;  left:0; right:0; margin:0 auto;}
.interna h4 { display: block; position: relative; overflow: hidden; background: #3d76bb; color: #fff; text-align: center; font-size: 2vw; /* text-transform: uppercase; */ font-weight: 300; padding: 2vw 2vw; margin-top: 4vw; font-weight: 600; }
.interna h4 span { display: block; font-weight: 400; font-size: 1.33vw; line-height: 3vw; }

.interna ul.ic { display: block; position: relative; overflow: hidden; width: 100%; text-align: center; }
.interna .ic li { display:inline-block; position:relative; overflow:hidden; vertical-align: middle; margin-right:3.75vw; padding-top:1.48vw; padding-bottom:1.48vw; padding-right:3.75vw; border-right:1px solid #ccc;}
.interna .ic li:last-child { margin-right:0; padding-right: 0; border:0; }
.interna .ic li img { display:inline-block; float:left; position:relative; overflow:hidden; width:5.65vw; height:auto; margin-right:1vw; }
.interna .ic li p { display: inline-block; float: left; position: relative; overflow: hidden; color: #3d76bc; font-size: 1.33vw; text-transform: uppercase; line-height: 1.55vw; font-weight: 300; vertical-align: middle; padding-top: 2vw; }
.interna .contacto { display: table; margin: 2vw auto; color: #3d76bc; text-transform: uppercase; font-size: 1.66vw; font-weight: 600; border: 2px solid #3d76bc; padding: 1vw; cursor: pointer; }
.interna .contacto:hover { background:#3d76bc; color:#fff; }

.interna .cuadro { display: block; position: relative; width: 100%; margin: 5vw 0; 
    margin: 5vw 0; margin-left: -8vw; margin-bottom: -4.3vw;}
.interna .cuadro ul { display:block; position:relative; overflow:hidden; width:22.9166666667vw; margin:0 auto; z-index:0; }
.interna .cuadro ul li { display:inline-block; position:relative; overflow:hidden; width:100%; height:31.5476190476vw; background-repeat: no-repeat; background-position: center; background-size:cover; }
.interna .cuadro .icon1 { display: block; position: absolute; z-index: 999; top: 12vw; left: 10vw; top:10vw;}
.interna .cuadro .icon1 p { display: inline-block; float: left; position: relative; overflow: hidden; color: #3d76bc; text-transform: uppercase; font-size: 1.5vw; line-height: 1.7vw; vertical-align: middle; padding-top: 2vw; }
.interna .cuadro .icon1 img { display: inline-block; float: left; position: relative; overflow: hidden; margin-left: 1vw; width: 5.59vw; height: auto; }

.interna .cuadro .icon2 { display: block; position: absolute; z-index: 999; top: 19vw; left: 11vw; top:17vw;}
.interna .cuadro .icon2 p { display: inline-block; float: left; position: relative; overflow: hidden; color: #3d76bc; text-transform: uppercase; font-size: 1.5vw; line-height: 1.7vw; vertical-align: middle; padding-top: 2vw; }
.interna .cuadro .icon2 img { display: inline-block; float: left; position: relative; overflow: hidden; margin-left: 1vw; width: 5.59vw; height: auto; }

.interna .cuadro .icon3 { display: block; position: absolute; z-index: 999; top: 26vw; left: 12vw; top:24vw;}
.interna .cuadro .icon3 p { display: inline-block; float: left; position: relative; overflow: hidden; color: #3d76bc; text-transform: uppercase; font-size: 1.5vw; line-height: 1.7vw; vertical-align: middle; padding-top: 2vw; }
.interna .cuadro .icon3 img { display: inline-block; float: left; position: relative; overflow: hidden; margin-left: 1vw; width: 5.59vw; height: auto; }

.interna .cuadro .icon4 { display: block; position: absolute; z-index: 999; top: 12vw; right: 7.5vw; top:10vw;}
.interna .cuadro .icon4 p { display: inline-block; float: left; position: relative; overflow: hidden; color: #3d76bc; text-transform: uppercase; font-size: 1.5vw; line-height: 1.7vw; vertical-align: middle; padding-top: 2vw; }
.interna .cuadro .icon4 img { display: inline-block; float: left; position: relative; overflow: hidden; margin-right: 1vw; width: 5.59vw; height: auto; }

.interna .cuadro .icon5 { display: block; position: absolute; z-index: 999; top: 19vw; right: -2.5vw; top:17vw;}
.interna .cuadro .icon5 p { display: inline-block; float: left; position: relative; overflow: hidden; color: #3d76bc; text-transform: uppercase; font-size: 1.5vw; line-height: 1.7vw; vertical-align: middle; padding-top: 1vw; }
.interna .cuadro .icon5 img { display: inline-block; float: left; position: relative; overflow: hidden; margin-right: 1vw; width: 5.59vw; height: auto; }

.interna .cuadro .icon6 { display: block; position: absolute; z-index: 999; top: 26vw; right: -7vw; top:24vw; }
.interna .cuadro .icon6 p { display: inline-block; float: left; position: relative; overflow: hidden; color: #3d76bc; text-transform: uppercase; font-size: 1.5vw; line-height: 1.7vw; vertical-align: middle; padding-top: 1vw; }
.interna .cuadro .icon6 img { display: inline-block; float: left; position: relative; overflow: hidden; margin-right: 1vw; width: 5.59vw; height: auto; }

.trabajamos2 { display: block; position: relative; overflow:hidden; width: 100%; margin-top:3.5vw; }

.trabajamos2 .marco { display: block; position: relative; overflow:hidden; width: 100%; border-bottom: 5px solid #ccc;
    padding-bottom: 3.5vw;}
.trabajamos2 .marco .foto { display: inline-block; float: left; position: relative; overflow: hidden; width: 20.8333333333vw; height: auto; margin: 3vw 3vw 0 2vw; }
.trabajamos2 .marco .centro { display: inline-block; float: left; position: relative; overflow: hidden; width: 27.9761904762vw; margin-top: 1.66vw;  }
.trabajamos2 .marco .centro h3 { display: block; color: #3d76bc;  font-size: 2.66vw; line-height: 3vw; font-weight: 100; text-align:left;  margin:0;}
.trabajamos2 .marco .centro h3 span { display:block;}
.trabajamos2 .marco .centro p {  font-size: .88vw; line-height:1.1vw; margin-top: 2vw; }
.trabajamos2 .marco form { display:inline-block; float:right; position:relative; overflow:hidden; width:17.380952381vw; background:#fff; padding:1vw 1.5vw; border:1px solid #c4c8c9;}
.trabajamos2 .marco form p { color: #506773; font-size: .8888888889vw; line-height: 1vw; }
.trabajamos2 .marco form p span { display: block; font-weight: 600; font-size: 1.3333333333vw; line-height: 1.55vw; margin-bottom: 0.5vw; }
.trabajamos2 .marco form ol { display: block; position: relative; overflow: hidden; width: 100%; padding:0; margin:0; margin-top:2vw;}
.trabajamos2 .marco form ol li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom:.5vw; padding-bottom:.5vw; border-bottom:1px solid #c4c8c9; }
.trabajamos2 .marco form ol li input { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #506773; font-size: .8888888889vw; line-height: 1vw; }
.trabajamos2 .marco form ol li textarea { display: block; position: relative; overflow: hidden; width:100%; border:0; color: #506773; font-size: .8888888889vw; line-height: 1vw; height:7vw;}
.trabajamos2 .marco form button { display: block; position: relative; overflow: hidden; background: #3d484d; border: 1px solid #3d484d; color: #fff; font-size: 1.22vw; line-height: 1.22vw; text-transform: uppercase; text-align: center; padding: 0.5vw; width: 100%; cursor: pointer; font-weight: 800; }
.trabajamos2 .marco form button:hover { background:#fff; color:#3d484d; }

footer { display: block; position:relative; overflow:hidden; width:72.0720720721vw; margin:0 auto; padding:3.5vw 8.6904761905vw;  padding: 2vw 8.6904761905vw;
    margin-top: 1vw;}
footer .iso { display: inline-block; float: left; position: relative; overflow: hidden; width: 5.0595238095vw; height: auto; }
footer ul { display: inline-block; float: right; position: relative; overflow: hidden; width: 46.8468468468vw; }
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: 0.5vw; padding-bottom: 0.5vw; border-bottom: 1px solid #ccc; }
footer ul li h4 p { display:inline-block; position:relative; overflow:hidden; color: #506773; font-size: .833vw; line-height: .9vw; text-transform: uppercase; font-weight: 800; vertical-align: middle; }
footer ul li p { display: block; color: #506773; font-size: .833vw; line-height: .9vw;  }
footer ul li h4 img { display: inline-block;  position: relative; overflow: hidden; width: 1.6071428571vw; height: auto; vertical-align: middle;
  }
  footer ul li h4 .pri img { margin-left: .5vw; }
  footer ul li p a:hover { color:#000; }
  footer ul li .link { display:inline-block; float:left; position:relative; overflow:hidden; cursor:pointer; color: #506773; font-size: .833vw; line-height: .9vw; width:50%; }
/*--------- 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 #3d76bc;}

.pop { display:block; position:relative; overflow:hidden; width:100%; }
.pop h2 { display:block; width:100%; color:#3d76bc; 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: #506773; 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 #ccc; 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: #506773;  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: #506773;  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: #3d76bc; border: 1px solid #3d76bc; padding: .75vw 2.2vw;  font-weight: 700; cursor:pointer; }
.pop button:hover { color:#3d76bc; background:#fff; } 



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

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

  /*header ul.menu, header .redes { display:none; }
  header { padding:40px 50px; height:120vw;}
  header h1 {display: block; float: none; position: relative; overflow: hidden; width: 50vw; margin: 0 auto; }

  .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: 5px;  background-color: #fff; 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: 30px; 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: 5px;  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: #007fba; 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); }
  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:#000; }
  .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: 8vw;  }
  .SumoSelect {display: block; position: relative; outline: none; width: 100%; height: 40px !important; margin-bottom:10px; }
  .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: 10px; }
  #buscador button { position: relative; font-size: 20px; line-height: 20px; top: unset; left: 0; bottom: 0; height: 40px; width: 100%;
    border-radius: 0;}
  #buscador button:hover { background:#007fba; color:#fff;  border-color:#007fba}
  header .bloque {display: block; position: absolute; top: 70vw; width: 72.0720720721vw; overflow: hidden; }
  header .bloque .icono {display: block; float: unset; position: relative; overflow: hidden; width: 20%; height: auto; margin: 0 auto; }
  header .bloque form { display:none; }
  header .bloque .centro {display: block; float: none; position: relative; overflow: hidden; width: 33.9285714286vw; margin-top: 3.5714285714vw; margin: 30px auto 0 auto; text-align:center;}
  header h3 { margin:0 auto; left:0; right:0; }
  .propiedades header .link {display: block; position: absolute; top: 83vw; color: #fff; font-size: 18px; line-height: 20px; font-weight: 500; }

  .buscando { text-align:center; }
  .buscando h2 {display: table; float: none; position: relative; overflow: hidden; background: #0c74a5; border-radius: 45px; color: #fff; font-size: 20px; padding: 20px 20px; font-weight: 900; margin-top: 5vw; text-transform: uppercase; margin: 0 auto; margin-bottom:40px; }
  .buscando h3 { float:unset; font-size:52px; line-height: 55px; margin-left: 0; margin-top: 0; padding-top: 30px; vertical-align: top; }
  .buscando .que li { font-size:42px; line-height: 44px; }
  .buscando ul.que {display: inline-block; float: unset; position: relative; overflow: hidden; margin-left: 20px; padding: 20px; border-left: 2px solid #fff; }

  .elegirnos, .nosotros, footer, ul.listainterna, .listado, .detalle, .relacionadas { padding:40px 50px; }
  .elegirnos h2 { display:block; float:none; width:100%; text-align:center; font-size:45px; line-height: 47px; }
  .elegirnos p { display:block; float:none; width:100%; text-align:center; font-size:22px; line-height: 24px; margin-top:10px; }

  .nosotros .izq {display: block; float: none; position: relative; overflow: hidden; margin-left: 0; width: 100%; }
  .nosotros .iso { width: 13.77381vw; height: 13.77381vw; }
  .nosotros .izq h2 {display: block; margin-top: 15px; color: #007fba; text-transform: uppercase; font-size: 40px; line-height: 42px; font-weight: 300; margin-left: 140px; }
  .nosotros .izq p {display: block; margin-top: 30px; font-size: 16px; line-height: 18px; }
  .nosotros .izq p span {display: block; margin-top: 20px; font-size: 20px; line-height: 22px; font-weight: 400; color: #007fba; }
  .nosotros .der, .detalle .derecha .formulario {display: block; float: none; position: relative; overflow: hidden; background: #007fba; border-radius: 25px; width: 100%; padding: 20px; margin-top: 40px; }
  .nosotros .der p, .detalle .derecha .formulario p {display: block; color: #fff; font-size: 16px; line-height: 18px; font-weight: 300; margin-top: 20px; }
  .nosotros .der .con, .detalle .derecha .formulario .con { width:12vw; }
  .nosotros .der li, .detalle .derecha .formulario li { margin-bottom:10px; padding-bottom:10px; }
  .nosotros .der li input, .detalle .derecha .formulario li input { font-size:16px; line-height: 18px; }
  .nosotros .der li textarea, .detalle .derecha .formulario li textarea { font-size:16px; line-height: 18px; height:100px; }
  .nosotros .der button, .detalle .derecha .formulario button { font-size:20px; line-height: 22px; padding:10px 20px; }
  .bcg a {display: table; color: #fff; text-transform: uppercase; margin: 40px auto; background: #007fba; font-size: 20px; padding: 10px 20px; border-radius: 25px; border: 1px solid #007fba; font-weight: 500; cursor: pointer; }

  .bcg { height:60vw; padding-top:18vw; }
  .bcg h2 { font-size:50px; line-height:54px; }
  .bcg p { font-size:17px; line-height: 19px; margin-top:40px; }

  ul.iconos { background:transparent; padding:0; }
  .iconos li {display: block; position: relative; overflow: hidden; margin-right: 0; width: 100%; padding: 20px 40px; }
  .iconos li:nth-child(1) { background:#dbdbdb; }
  .iconos li:nth-child(2) { background:#e5e5e5; }
  .iconos li:nth-child(3) { background:#f0f0f0; }

  .iconos li img { width:6vw; margin-right:10px; }
  .iconos li p {display: inline-block; float: left; position: relative; overflow: hidden; color: #007fba; text-transform: uppercase; font-size: 20px; font-weight: 400; margin-top: 1.6vw; line-height: 22px; }

  footer .martilleros {display: block; position: absolute; overflow: hidden; width: 7.452381vw; margin-right: 0; right: 50px; bottom: 33px; }
  footer div {display: block; position: relative; overflow: hidden; margin-right: 0; vertical-align: top; text-align: left; width: 100%; margin-bottom: 20px; }
  footer div h2 {display: block; color: #999999; font-size: 15px; line-height: 17px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 0.7px solid #999999; text-transform: uppercase; font-weight: 700; }
  footer div p {display: block; color: #999999; font-size: 15px; line-height: 17px; font-weight: 400; }
  footer div ul li { font-size:15px; line-height: 17px; }
  footer div h2 .fa { font-size:16px; margin-left:5px; }

  .overlay { width:80vw; padding:20px; font-size:15px; line-height: 17px; }
  .pop h2 { font-size:25px; line-height: 27px; }
  .overlay .cerrarContacto, .overlay .cerrarIngresar, .overlay .cerrarRecordar, .overlay .cerrarRegistrate { font-size:30px; }
  .pop li { margin-bottom:10px; }
  .pop input { padding:5px; font-size:17px; line-height: 19px; }
  .pop textarea { height:100px;  padding:5px; font-size:17px; line-height: 19px; }
  .pop button { padding:10px 20px; font-size:20px; line-height: 22px; }
  .overlay .recuperar, .overlay .sinCuenta { font-size:15px; line-height: 18px; }
  .pop p, .pop li input, .pop li textarea { font-size:17px; line-height: 19px; }
  .pop li textarea { height:100px; }

  header.chico { height:90vw; }
  header.chico h2.internas { margin-top:40px; font-size:52px; line-height: 54px; padding:0 50px;}
  header.chico h2.internas img {display: inline-block; float: left; position: relative; overflow: hidden; width: 7.154762vw; height: auto; margin-right: 10px; margin-left: 0; }

  .listainterna li {display: block; position: relative; overflow: hidden; width: 100%; margin: 0 0 30px 0; }
  .listainterna li img {display: inline-block; float: left; position: relative; overflow: hidden; width: 20vw; height: 20vw; border-radius: 50%; border: 10px solid #e5e5e5; margin-right: 20px; }
  .listainterna li .marco {display: inline-block; float: left; position: relative; overflow: hidden; width: 70%; }
  .listainterna li .marco h2 {display: block; color: #007fba; text-transform: uppercase; font-size: 18px; line-height: 20px; font-weight: 800; margin-top: 20px; }
  .listainterna li .marco p {display: block; margin-top: 10px; color: #627f8c; font-size: 17px; line-height: 19px; font-weight: 400; }

  .listado ul.lista { width:100%; }
  .listado .lista li, .relacionadas .slidePropiedadesRelacionadas li { width: 48%; }
  .listado .lista li .foto, .relacionadas .slidePropiedadesRelacionadas li .foto { height:33.4vw; }
  .listado .lista li .des, .relacionadas .slidePropiedadesRelacionadas li .des { bottom:-10px; }
  .listado .lista li .des .tipo, .relacionadas .slidePropiedadesRelacionadas li .des .tipo { font-size: 17px; line-height: 17px; padding: 5px 10px; }
  .listado .lista li .des .ref, .relacionadas .slidePropiedadesRelacionadas li .des .ref { font-size:15px; line-height: 17px; padding:5px 10px; }
  .listado .lista li .marco, .relacionadas .slidePropiedadesRelacionadas li .marco { padding:20px 0 10px 0; min-height:17vw;}
  .listado .lista li .marco .ubicacion, .relacionadas .slidePropiedadesRelacionadas li .marco .ubicacion {display: block; margin-bottom: 5px; padding-bottom: 0.5vw; border-bottom: 1px solid #dededd; color: #007fba; font-size: 18px; line-height: 20px; font-weight: 700; padding: 0 5px 5px 5px; }
  .listado .lista li .marco .ubicacion img, .relacionadas .slidePropiedadesRelacionadas li .marco .ubicacion img { width:2vw; margin-right:5px; }
  .listado .lista li .marco .descripcion, .relacionadas .slidePropiedadesRelacionadas li .marco .descripcion {display: block; color: #597380; font-size: 17px; line-height: 19px; padding: 0 5px; }
  .listado .lista li .marco .valor, .relacionadas .slidePropiedadesRelacionadas li .marco .valor {display: block; color: #007fba; font-weight: 800; font-size: 25px; line-height: 27px; margin-top: 5px; }
  .listado .lista li .datos, .relacionadas .slidePropiedadesRelacionadas li .datos  { padding:10px 5px; font-size:17px; line-height: 19px; }
  .masPropiedades { margin-top:10px; padding:10px 20px; font-size:20px; line-height: 22px; }

  .detalle .des, .internamapa .des {display: table; position: absolute; left: 0; top: -20px; z-index: 9; right: 0; margin: 0 auto; }
  .detalle .des .tipo, .internamapa .des .des1 {font-size: 20px; line-height: 23px;padding: 10px 20px;  }
  .detalle .des .ref, .internamapa .des .des2 { font-size: 17px; line-height: 22px; padding: 10px 20px; }
  .internamapa .des .des2 { font-size:20px; line-height: 23px; }
  .detalle .izquierda {display: block; float: none; position: relative; overflow: hidden; width: 100%; padding-bottom: 0; }
  .detalle .izquierda .ubicacion { font-size:20px; line-height: 32px; margin-left:20px; margin-top:0; }
  .detalle .izquierda .ubicacion img { width:3vw; margin-right:10px; }
  .detalle .izquierda .valor { font-size:30px; line-height: 32px; margin-right:20px; }
  .detalle .izquierda .imagenes { margin-top:40px; }
  .detalle .izquierda .imagenes ul li { height:64vw !important; }
  .detalle .izquierda .controles { bottom:20px; padding:10px 20px; }
  .detalle .izquierda .controles .izq, .detalle .izquierda .controles .der { width:15px; }
  .detalle .izquierda .controles .cantidad { font-size:16px; line-height: 18px; padding: 3px 10px 0 10px; }
  .detalle .izquierda .func { margin-top:20px; }
  .detalle .izquierda .func .ampliar2 .icono, .detalle .izquierda .func .mapa .icono, .detalle .izquierda .func .video .icono, .detalle .izquierda .func .tour .icono { width:6vw; height:6vw; margin-right:10px; }
  .detalle .izquierda .func p { font-size:16px; line-height: 18px; padding-top: 16px; margin-right: 10px; }
  .detalle .izquierda .caracteristicas, .detalle .derecha .compartir { margin-top:20px; }
  .detalle .izquierda .caracteristicas h3, .detalle .derecha .compartir h3 { font-size:16px; line-height: 18px; margin-bottom:10px; padding-bottom:10px; }
  .detalle .izquierda .caracteristicas p, .detalle .izquierda .caracteristicas ul li { font-size:16px; line-height: 18px; }
  .detalle .izquierda .caracteristicas ul li { padding-left:10px; }
  .detalle .izquierda .caracteristicas ul li::before { top:5px; width:6px; height:6px; }

  .detalle .derecha {display: block; float: none; position: relative; width: 100%; padding-bottom: 0; margin-top: 40px; }
  .detalle .derecha .formulario { margin-top:0; }
  .detalle .derecha .quien { margin-top:20px; }
  .detalle .derecha .quien img { width:17vw; margin-right:10px; }
  .detalle .derecha .quien p {margin-top: 27px; font-size: 16px; line-height: 18px; }
  .detalle .derecha .compartir a { width:30px; margin-right:10px; }
  .relacionadas h2 { font-size:22px; line-height: 24px; }
  .relacionadas .slide-left-boton {top: 26vw; left: 15px; width: 20px;  }
  .relacionadas .slide-right-boton {top: 26vw; right: 25px; width: 20px;  }
  .internamapa .mapa { height:80vw; }
  .detalle .izquierda .ampliar { top:20px; right:20px; width:3vw; }
  footer .pie {display: block; position: relative; overflow: hidden; width: 100%; margin: 10px auto 0 auto; text-align: center; padding-top: 10px; border-top: 1px solid #999999; }
  footer .pie .crs { width:199px; } */


}
 

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

  header ul.menu, header .redes { display:none; }
  header { padding:40px 50px; height:120vw;}
  header h1 {display: block; float: none; position: relative; overflow: hidden; width: 50vw; margin: 0 auto; }

  .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: #fff; 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: #007fba; 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); }
  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:#000; }
  .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: 15vw;  }
  .SumoSelect {display: block; position: relative; outline: none; width: 100%; height: 40px !important; margin-bottom:1px; }
  .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: 1px; }
  #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;}
  #buscador button:hover { background:#007fba; color:#fff;  border-color:#007fba}
  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: 20px 20px; height: 224vw; }
  .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:3.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;}
  
  
  
  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:85px; }

  .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 {display: block; position: relative; background: #e5e5e5; width: 100%; padding: 0 20px; margin-top: 50px; padding-bottom:60px; }
  .destacadas h2 { font-size:22px; line-height: 22px; padding:10px 20px; top:-20px; }
  .destacadas ul { padding: 0 0 40px 0; top: 70px;}
  .destacadas .izquierda {display: block; position: absolute; top: 8vw; left: 20px; width: 15px; cursor: pointer; }
  .destacadas .derecha {display: block; position: absolute; top: 8vw; right: 20px; width: 15px; cursor: pointer; }
  .destacadas ul li .imagen { height:59vw !important; }
  .destacadas ul li .imagen .tipos .tipo1, .destacadas ul li .imagen .tipos .tipo2 { padding:5px 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:17px; line-height: 19px; }
  .destacadas ul li .marco .descripcion {display: block; color: #3d76bc; font-size: 18px; line-height: 20px; font-weight: 600; height: 12vw; margin-top:5px;}
  .destacadas ul li .marco .valor { font-size:26px; line-height: 28px; }
  .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; margin-top: 0; width:100%; }
  footer .iso {display: block; float: unset; position: relative; overflow: hidden; width: 30px; height: auto; margin-bottom: 10px; }
  footer ul {display: block; float: unset; position: relative; overflow: hidden; width: 100%; }
  footer ul li {display: block; float: unset; position: relative; overflow: hidden; width: 100%; margin-bottom:10px;}
  footer ul li h4 {display: block; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #ccc; }
  footer ul li h4 p, footer ul li p, footer ul li .link { font-size:15px; line-height: 17px; }
  footer ul li:last-child { width:100%; }
  footer ul li h4 img { width:19px; }
  footer ul li h4 .pri img { margin-left: 5px; }
  .whatsappFijo { width:40px; right:20px; bottom:20px; }
  .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:28px; line-height: 30px; margin-bottom:20px; }
  ul.lista { width:100%; }
  .listado ul li { display:block; float:unset; width:100%; margin:0 0 30px 0; }
  .listado ul li .imagen { height:59vw !important; }
  .listado ul li .imagen .tipos .tipo1, .listado ul li .imagen .tipos .tipo2 { padding:5px 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:17px; line-height: 19px; }
  .listado ul li .marco .descripcion {display: block; color: #3d76bc; font-size: 18px; line-height: 20px; font-weight: 600; height: 12vw; margin-top:5px;}
  .listado ul li .marco .valor { font-size:26px; line-height: 28px; }
  .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; }
  .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:28px; line-height: 30px; }
  .detalle .valor {display: block; float: unset; position: relative; overflow: hidden; color: #3d76bc; font-size: 30px; line-height: 32px; font-weight: 800; clear: both; }
  .detalle .ubicacion {display: block; clear: both; padding-top: 10px; position: relative; overflow: hidden; color: #506773; 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; color: #597380; text-transform: uppercase; font-size: 17px; line-height: 19px; 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%; }


}

@-webkit-keyframes animacion-top{
  0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%
    }
  100% {-webkit-transform:scale(1.25) translateY(-15px);transform:scale(1.25) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}
}
@keyframes animacion-top{
  0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%
    }
  100%{-webkit-transform:scale(1.25) translateY(-15px);transform:scale(1.25) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}
}

