@charset "UTF-8";
/*-------------------------------------------------------*\
    $RESET
\*-------------------------------------------------------*/
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 2, ../sass/_reset.scss */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* line 11, ../sass/_reset.scss */
a {
  text-decoration: none; }

/* DIR */
/* COLORES */
/* TIPOGRAFIA */
/* FONT */
@font-face {
  font-family: 'aftasansthin';
  src: url("../fonts/aftasansthin-regular-webfont.eot");
  src: url("../fonts/aftasansthin-regular-webfont.eot") format("embedded-opentype"), url("../fonts/aftasansthin-regular-webfont.woff") format("woff"), url("../fonts/aftasansthin-regular-webfont.ttf") format("truetype"), url("../fonts/aftasansthin-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* BOTTONES */
/* FLEBOX */
@font-face {
  font-family: 'iconos';
  src: url("../fonts/icomoon.eot?-kfzv0h");
  src: url("../fonts/icomoon.eot?#iefix-kfzv0h") format("embedded-opentype"), url("../fonts/icomoon.woff?-kfzv0h") format("woff"), url("../fonts/icomoon.ttf?-kfzv0h") format("truetype"), url("../fonts/icomoon.svg?-kfzv0h#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 11, ../sass/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'iconos';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 25, ../sass/_fonts.scss */
.icon-cerrar:before {
  content: "\e602"; }

/* line 28, ../sass/_fonts.scss */
.icon-menu:before {
  content: "\e601"; }

/* line 31, ../sass/_fonts.scss */
.icon-derecha:before {
  content: "\e603"; }

/*-------------------------------------------------------*\
    $EXTERNOS
\*-------------------------------------------------------*/
	/*--------------------------*\
    	$BXSLIDER
	\*--------------------------*/
/** RESET AND LAYOUT
===================================*/



.popup-mobile{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 9999999;
}
.popup-mobile .ctx{
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.popup-mobile .ctx .close-pop{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 1%;
    top: 1%;
    display: block;
    left: initial;
    background: #dc744a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-family: sans-serif;
}
.popup-mobile .ctx img{
	max-width: 100%;
	height: auto;
	display: block;
}



/* line 4, ../sass/_bxslider.scss */
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  width: 100%; }

/* line 11, ../sass/_bxslider.scss */
.bx-wrapper img {
  width: 100%;
  display: block; }

/** THEME
===================================*/
/* line 19, ../sass/_bxslider.scss */
.bx-wrapper .bx-viewport {
  background: rgba(0, 0, 0, 0.5);
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

/* line 30, ../sass/_bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 5px;
  width: 100%; }

/* LOADER */
/* .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
} */
/* PAGER */
/* line 52, ../sass/_bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: -20px; }

/* line 61, ../sass/_bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

/* line 68, ../sass/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  border: solid 1px rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 82, ../sass/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 89, ../sass/_bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px; }

/* line 94, ../sass/_bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px; }

/* line 99, ../sass/_bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

/* line 103, ../sass/_bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

/* line 107, ../sass/_bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

/* line 118, ../sass/_bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
/* .bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
} */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 160, ../sass/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

/* line 165, ../sass/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
/* line 172, ../sass/_bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

/* line 181, ../sass/_bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

	/*--------------------------*\
    	$PINCHZOOMER
	\*--------------------------*/
/* line 1, ../sass/_pinchzoomer.scss */
.zoomInOn,
.zoomInOff,
.zoomOutOn,
.zoomOutOff,
.closeButton {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 14, ../sass/_pinchzoomer.scss */
.zoomInOn,
.zoomInOff {
  background-image: url("../img/zoom_in.png");
  top: 10px;
  left: 52%; }

/* line 19, ../sass/_pinchzoomer.scss */
.zoomOutOn,
.zoomOutOff {
  background-image: url("../img/zoom_out.png");
  top: 10px;
  right: 52%; }

/* line 24, ../sass/_pinchzoomer.scss */
.zoomInOn,
.zoomOutOn {
  opacity: 1;
  cursor: pointer; }

/* line 28, ../sass/_pinchzoomer.scss */
.zoomInOff,
.zoomOutOff {
  opacity: .3;
  cursor: auto; }

/*-------------------------------------------------------*\
    $HOME
\*-------------------------------------------------------*/

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* line 1, ../sass/_home.scss */
body {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 15px;
  font-family: "aftasansthin", sans-serif;
  height: auto;
  line-height: 19.5px;
  overflow-x: hidden;
  width: 100%; }

/* line 11, ../sass/_home.scss */
.girar_pantalla {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: collapse;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  /* line 23, ../sass/_home.scss */
  .girar_pantalla img {
    width: 70%; }

/* line 27, ../sass/_home.scss */
.fondo {
  height: 100%;
  overflow-x: hidden;
  position: absolute;
  width: 100%; 
  top: 0;
  left: 0;
  /*background: transparent url(../img/home_imanquehuecl-m.jpg) no-repeat center center;
  background-size: cover;*/
  }

/* line 33, ../sass/_home.scss */
.home {
  background: url("../img/index/home.jpg") no-repeat fixed center top/cover transparent; }
  .home2 {
  background: url("../img/index/compra-sin-iva.jpg") no-repeat fixed center top/cover transparent;
  cursor:pointer; }

/* line 37, ../sass/_home.scss */
.despliegue {
  background: rgba(0, 0, 0, 0.9);
  font-size: 22.5px;
  height: 2em;
  position: fixed;
  right: 0;
  top: 0;
  width: 2em;
  z-index: 99999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  /* line 50, ../sass/_home.scss */
  .despliegue p {
    padding: 0 .4em; }

/* line 54, ../sass/_home.scss */
.nav {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  z-index: 9999; }
  /* line 59, ../sass/_home.scss */
  .nav ul {
    display: none; }
  /* line 62, ../sass/_home.scss */
  .nav li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
    /* line 64, ../sass/_home.scss */
    .nav li:first-child {
      height: 2.5em;
      border-bottom: none; }
    /* line 68, ../sass/_home.scss */
    .nav li:last-child {
      padding: 1em 0;
      border-bottom: none; }
  /* line 73, ../sass/_home.scss */
  .nav a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    cursor: pointer;
    padding: .8em 1em;
    width: 100%; }
  /* line 80, ../sass/_home.scss */
  .nav p {
    font-size: .9em;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    /* line 84, ../sass/_home.scss */
    .nav p a {
      padding: 0;
      width: auto;
      display: inline-block; }

/* line 91, ../sass/_home.scss */
.none {
  display: none; }

/* line 95, ../sass/_home.scss */
.homeSecciones {
  background: url("../img/index/fondo-proyectos.jpg") no-repeat fixed center top/cover transparent;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow-y: scroll; }

/* line 106, ../sass/_home.scss */
.inmobiliaria {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  overflow-y: scroll;
  -webkit-background-size: size;
  -moz-background-size: size;
  -o-background-size: size;
  background-size: size; }
  /* line 115, ../sass/_home.scss */
  .inmobiliaria article {
    margin: 3% 0;
    height: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    /* line 121, ../sass/_home.scss */
    .inmobiliaria article.first {
      margin-top: 12%;
    }
    .inmobiliaria article:nth-child(11) {
      margin: 0 0 20%; }

/* line 127, ../sass/_home.scss */
.menu-proyectos div {
  width: 100%; }
/* line 130, ../sass/_home.scss */
.menu-proyectos h2 {
    font-size: 1.4em;
    line-height: 1.1em;
    padding: 1em 3.2em 0 2em;
    margin-bottom: .5em;}
    

.menu-proyectos h4 {
    font-size: 1em;
    line-height: 1.1em;
    padding: 1em 3.2em 0 2em;
    margin-bottom: .5em;
}

.menu-proyectos .bloque-info{
	position: relative;
	display: none;
	width: 100%;
	height: auto;
}    

.menu-proyectos .bloque-info img{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.menu-proyectos .bloque-info p b{
	font-weight: bold;
}

.menu-proyectos .bloque-info p:after{
	content: '';
	display: none;
}

    
/* line 135, ../sass/_home.scss */
.menu-proyectos p {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  margin: .2em 0;
  padding: .8em 0 .8em 3em;
  position: relative; }
  /* line 141, ../sass/_home.scss */
  .menu-proyectos p:after {
    content: "\e603";
    color: #f5b535;
    font-family: 'iconos';
    position: absolute;
    right: 2em;
    top: .9em; }
/* line 150, ../sass/_home.scss */
.menu-proyectos a {
  color: #fff; }

/* line 154, ../sass/_home.scss */
.titulo {
  background: rgba(0, 0, 0, 0.9);
  height: 3em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  /* line 160, ../sass/_home.scss */
  .titulo p {
    background: none;
    cursor: initial;
    margin: .2em 0;
    padding: .8em 0 .8em 3em;
    position: relative; }
  /* line 167, ../sass/_home.scss */
  .titulo span {
    top: 0;
    left: 0;
    padding: .8em;
    position: absolute; }
    /* line 172, ../sass/_home.scss */
    .titulo span:before {
      font-family: 'iconos';
      content: "\e600";
      cursor: pointer; }

/* line 179, ../sass/_home.scss */
.footer {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  /* line 189, ../sass/_home.scss */
  .footer a {
    color: #fff;
    cursor: pointer;
    padding: .5em 0;
    text-align: center;
    width: 100%; }
    /* line 195, ../sass/_home.scss */
    .footer a:nth-child(2) {
      border-left: solid 1px rgba(255, 255, 255, 0.5);
      border-right: solid 1px rgba(255, 255, 255, 0.5); }

/* line 202, ../sass/_home.scss */
.contenido-home {
  position: relative;
  height: 100%;
  width: 100%; }
  /* line 207, ../sass/_home.scss */
  .contenido-home div {
    min-height: 450px;
    background: rgba(0, 0, 0, 0.5);
    padding: 4em 3em 4em 3em; }
  /* line 212, ../sass/_home.scss */
  .contenido-home h1 {
    font-size: 1.4em;
    margin: 0 0 1em 0; }
  /* line 216, ../sass/_home.scss */
  .contenido-home h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0 0 0; }
  /* line 221, ../sass/_home.scss */
  .contenido-home b {
    font-weight: bold; }
  /* line 224, ../sass/_home.scss */
  .contenido-home input,
  .contenido-home select,
  .contenido-home textarea {
    margin: .5em 0;
    padding: .2em;
    width: 100%; }
  /* line 231, ../sass/_home.scss */
  .contenido-home select {
    background: white;
    color: #585757;
    padding: 3px;
    font-size: 13px;
    line-height: 100%;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none; }
  /* line 244, ../sass/_home.scss */
  .contenido-home option {
    background: white;
    padding: .3em; }
  /* line 248, ../sass/_home.scss */
  .contenido-home textarea {
    height: 70px;
    resize: none; }
  /* line 252, ../sass/_home.scss */
  .contenido-home button {
    background: #f5b535;
    border: none;
    font-size: 1.2em;
    font-weight: lighter;
    padding: .2em 0;
    width: 100%; }
  /* line 255, ../sass/_home.scss */
  .contenido-home .oport {
    background: none;
    padding: 4em 0 1em 0;
    width: 100%; }

/* line 262, ../sass/_home.scss */
.oport a {
  color: white; }
/* line 265, ../sass/_home.scss */
.oport p {
  background: rgba(0, 0, 0, 0.5);
  padding: .5em 3em;
  margin: 0 0 .5em 0;
  width: 100%; }
  /* line 270, ../sass/_home.scss */
  .oport p:last-child {
    margin: none; }
/* line 274, ../sass/_home.scss */
.oport span {
  text-transform: uppercase; }

/* line 278, ../sass/_home.scss */
.footer2 {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  font-size: .9em;
  left: 0;
  position: fixed;
  width: 100%; }
  /* line 285, ../sass/_home.scss */
  .footer2 p {
    padding: .5em 3em; }

/* line 289, ../sass/_home.scss */
.ocultos {
  display: none; }

/*-------------------------------------------------------*\
    $PROYECTOS
\*-------------------------------------------------------*/
/* line 1, ../sass/_proyectos.scss */
.contenido {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  width: 100%; }
  /* line 7, ../sass/_proyectos.scss */
  .contenido h3,.contenido h4 {
    font-size: 1.2em;
    padding: .2em 2em .2em 1.5em; }
  /* line 12, ../sass/_proyectos.scss */
  .contenido article {
    position: relative;
    width: 100%; }
  /* line 16, ../sass/_proyectos.scss */
  .contenido .entrada {
    height: 100%;
    padding-top: 45px; }
  /* line 19, ../sass/_proyectos.scss */
  .contenido .casas {
    visibility: collapse;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

/* line 25, ../sass/_proyectos.scss */
.proyecto {
  height: 76%; }

/* line 30, ../sass/_proyectos.scss */
.info h3 {
  background: rgba(0, 0, 0, 0.65);
  margin: .4em 0 0 0;
  padding: .5em 2em .5em 1.5em; }
/* line 35, ../sass/_proyectos.scss */
.info p {
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  margin: 1em 0 0 0;
  padding: .8em 2em .8em 2.5em;
  position: relative; }
/* line 42, ../sass/_proyectos.scss */
.info a {
  color: #F09D1A; }

/* line 47, ../sass/_proyectos.scss */
.ventas p {
  padding: .8em 2em .8em 1.5em; }

/* line 52, ../sass/_proyectos.scss */
.descripcion {
  background: rgba(0, 0, 0, 0.65);
  padding: 1em 0 2em 0;
  width: 100%; }
  /* line 56, ../sass/_proyectos.scss */
  .descripcion h3 {
    background: none;
    padding: 0 2em 0 1.3em; }
  /* line 60, ../sass/_proyectos.scss */
  .descripcion p, .descripcion h4 {
    background: none;
    padding: .4em 2em .4em 1.5em; }
.descripcion li{
    font-size: .9rem;
    font-weight: bold;
    color: #f5b535;
    padding: .4em 2em .4em 1.5em;
}


/* line 68, ../sass/_proyectos.scss */
.info-casas p:after {
  content: "\e603";
  color: #f5b535;
  font-family: 'iconos';
  position: absolute;
  right: 2em;
  top: 1.6em; }

/* line 79, ../sass/_proyectos.scss */
.mapa {
  padding: 0 0 1.5em 0; }
  /* line 81, ../sass/_proyectos.scss */
  .mapa #map {
    height: 250px;
    margin: 0 0 1em 0;
    width: 100%; }

/*-------------------------------------------------------*\
    $FONDOS
\*-------------------------------------------------------*/
/* line 1, ../sass/_fondos.scss */
.difuminado-cumbres-condor {
  background: url("../img/cumbre-condor/difuminado-cumbre-condor.jpg") no-repeat fixed center top/cover transparent; }

/* line 4, ../sass/_fondos.scss */
.cumbres-condor {
  background: url("../img/cumbre-condor/cumbres-condor.jpg") no-repeat center top/cover transparent; }

/* line 7, ../sass/_fondos.scss */
.difuminado-aguas-claras {
  background: url("../img/piedra-roja/aguas-claras/difuminado-aguas-claras.jpg") no-repeat fixed center top/cover transparent; }

/* line 10, ../sass/_fondos.scss */
/*.aguas-claras {
  background: url("../img/piedra-roja/aguas-claras/aguas-claras.jpg") no-repeat center top/cover transparent; }*/
  
.aguas-claras {
  background: url("../img/piedra-roja/aguas-claras/aguas-claras.jpg") no-repeat center top/cover transparent; 
}

/* line 13, ../sass/_fondos.scss */
.difuminado-maderos {
  background: url("../img/piedra-roja/los-maderos/difuminado-maderos.jpg") no-repeat fixed center top/cover transparent; }

/* line 16, ../sass/_fondos.scss */
.maderos {
  background: url("../img/piedra-roja/los-maderos/maderos.jpg") no-repeat center top/cover transparent; }

/* line 19, ../sass/_fondos.scss */
.difuminado-montepiedra {
  background: url("../img/piedra-roja/montepiedra/difuminado-montepiedra.jpg") no-repeat fixed center top/cover transparent; }

/* line 22, ../sass/_fondos.scss */
.montepiedra {
  background: url("../img/piedra-roja/montepiedra/bg-montepiedra-mobile.jpg") no-repeat center top/cover transparent; }
/*
.montepiedra {
  background: url("../img/piedra-roja/montepiedra/montebg2.jpg") no-repeat center top/cover transparent; }
  */

/* line 25, ../sass/_fondos.scss */
.difuminado-vista-bosques {
  background: url("../img/piedra-roja/los-bosques/difuminado-vista-bosques.jpg") no-repeat fixed center top/cover transparent; }

/* line 28, ../sass/_fondos.scss */
.vista-bosques {
  background: url("../img/piedra-roja/los-bosques/vista-bosques.jpg") no-repeat center top/cover transparent; }

/* line 31, ../sass/_fondos.scss */
.difuminado-ed-hacienda {
  background: url("../img/piedra-roja/ed-hacienda/difuminado-hacienda.jpg") no-repeat fixed center top/cover transparent; }

/* line 34, ../sass/_fondos.scss */
.ed-hacienda {
  background: url("../img/piedra-roja/ed-hacienda/proyecto-edhacienda.jpg") no-repeat center top/cover transparent; }

/* line 37, ../sass/_fondos.scss */
.difuminado-haras {
  background: url("../img/machali/haras/difuminado-haras1.jpg") no-repeat fixed center top/cover transparent; }

/* line 40, ../sass/_fondos.scss */
.haras {
  background: url("../img/machali/haras/haras1.jpg") no-repeat center top/cover transparent; }

/* line 43, ../sass/_fondos.scss */
.difuminado-campo {
  background: url("../img/machali/campo/difuminado-campo.jpg") no-repeat fixed center top/cover transparent; }

/* line 46, ../sass/_fondos.scss */
.campo {
  background: url("../img/machali/campo/campo.jpg") no-repeat center top/cover transparent; }

/* line 49, ../sass/_fondos.scss */
.difuminado-polo {
  background: url("../img/machali/polo/difuminado-polo-machali.jpg") no-repeat fixed center top/cover transparent; }

/* line 52, ../sass/_fondos.scss */
.polo {
  /*background: url("../img/machali/polo/polo1.jpg") no-repeat center top/cover transparent; */
    background: url("../img/machali/polo/PDM_Banner_Mobile.jpg") no-repeat center top/cover transparent;
    height: 560px;
}

/* line 55, ../sass/_fondos.scss */
.difuminado-estancia-liray {
  background: url("../img/estancia-liray/difuminado-estancia-liray.jpg") no-repeat fixed center top/cover transparent; }

/* line 58, ../sass/_fondos.scss */
.estancia-liray {
  background: url("../img/estancia-liray/estancia-liray.jpg") no-repeat center top/cover transparent; }

/* line 61, ../sass/_fondos.scss */
.difuminado-cumbres-penon {
  background: url("../img/puente-alto/penon/difuminado-cumbres-penon.jpg") no-repeat fixed center top/cover transparent; }

/* line 64, ../sass/_fondos.scss */
.cumbres-penon {
  /*background: url("../img/puente-alto/penon/cumbres-penon.jpg") no-repeat center top/cover transparent; */
  background: url("../img/BANNER_CUMBRESDELPENON_MOBILE-100.jpg") no-repeat center top/cover transparent;
}

/* line 68, ../sass/_fondos.scss */
.difuminado-aguapiedra {
  background: url("../img/piedra-roja/aguapiedra/difuminado-aguapiedra.jpg") no-repeat fixed center top/cover transparent; }

/* line 71, ../sass/_fondos.scss */
/*.aguapiedra {
  background: url("../img/piedra-roja/aguapiedra/aguapiedra.jpg") no-repeat center top/cover transparent; }*/
  
.aguapiedra {
  background: url("../img/piedra-roja/aguapiedra/aguapiedra.jpg") no-repeat center top/cover transparent; }

/* line 74, ../sass/_fondos.scss */
.difuminado-los-robles {
  background: url("../img/piedra-roja/los-robles/fondo-difuminado-robles.jpg") no-repeat fixed center top/cover transparent; }

/* line 77, ../sass/_fondos.scss */
/*.los-robles {
  background: url("../img/piedra-roja/los-robles/fondo-robles.jpg") no-repeat center top/cover transparent; }*/
  
.los-robles {
    background: url("../img/piedra-roja/los-robles/los-robles.jpg") no-repeat center top/cover transparent; 
}

.difuminado-los-montes {
  background: url("../img/piedra-roja/los-montes/difuminado-montes.jpg") no-repeat fixed center top/cover transparent; }
  
/*.los-montes {
  background: url("../img/piedra-roja/los-montes/fondo-montes.jpg") no-repeat center top/cover transparent; 
}*/
.los-montes {
    background: url("../img/piedra-roja/los-montes/fondo-montes.jpg") no-repeat center top/cover transparent; 
}

/*.alto-la-cruz {
    height: 560px;
    background: url(../img/BANNER_ALTOLACRUZ100.jpg) no-repeat center top/cover transparent;
}*/


.alto-la-cruz {
    background: url(../img/padre-hurtado/alto-la-cruz/ALC_Banner_Mobile.jpg) no-repeat center top/cover transparent;
    height: 560px;
}



padre-hurtado/alto-la-cruz/
.difuminado-alto-cruz {
    background: url(../img/padre-hurtado/alto-la-cruz/fondo-difuminado-altolacruz.jpg) no-repeat fixed center top/cover transparent;
    background-size: cover;
}

.stmaria{
  background: url("../img/sta-maria-mar/stamaria-mar.jpg") no-repeat center top/cover transparent; 
}

.stmaria2{
  background: url("../img/mirador-del-golf/mirador_del_golf_mobile_new2.jpg") no-repeat center top/cover transparent; 
}
/*-------------------------------------------------------*\
    $CASAS
\*-------------------------------------------------------*/
/* line 1, ../sass/_casas.scss */
.casas-comun {
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: relative;
  top: 0;
  width: 100%;
  visibility: collapse;
  opacity: 0;
  display: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.casas-comun.casas-tte-montt {
	position: absolute;
	height: 100%;
}


/* line 10, ../sass/_casas.scss */
.slide {
  background: rgba(0, 0, 0, 0.65);
  /*margin: 45px 0 0 0;*/
  width: 100%; }
  /* line 14, ../sass/_casas.scss */
  .slide img {
    width: 100%; }

.slide .bloque {
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    bottom: 40px;
}
.slide .bloque .links {
	position: absolute;
	width: 50%;
	height: 100%;
}
.slide .bloque .links.l1 {
	left: 0;
}
.slide .bloque .links.l2 {
	right: 0;
}



/* line 18, ../sass/_casas.scss */
.detalle {
  width: 100%; 
  padding-bottom: 2.5rem}
  /* line 20, ../sass/_casas.scss */
  .detalle h2, .separaciones-casas {
    background: rgba(0, 0, 0, 0.65);
    font-size: 1.2em;
    margin: 0.5em 0;
    padding: .8em 1.5em;
    width: 100%; }
  /* line 27, ../sass/_casas.scss */
  .detalle p {
    margin: .4em 0 0 0;
    padding: .3em 2em; }
    .detalle p a{
    margin: .2em 0 0 0;
    color: #fff; }
  /* line 31, ../sass/_casas.scss */
  .detalle h3,.detalle h4 {
    margin: 1em 0 0 0; }
  /* line 34, ../sass/_casas.scss */
  
  .detalle .ficha-tecnica, .separaciones-casas a {
    color: #f5b535;
    cursor: pointer;
    font-size: 15px;
    margin: .5rem 0;
    text-align: center; }
    .detalle .ficha-tecnica a{
      color: #f5b535;
    }
    .separaciones-casas{
      padding: .8rem 1.5rem;
    }
    .separaciones-casas a{
      display: inline-block;
      margin: 0;
      width: 100%;
    }
.detalle li{
    font-size: .9rem;
    font-weight: bold;
    color: #f5b535;
    padding: .4em 2em .4em 1.5em;
}
/* line 42, ../sass/_casas.scss */
.iconos {
  font-size: .9em;
  padding: .3em 2em;
  margin: 3em 0 1em 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  /* line 48, ../sass/_casas.scss */
  .iconos p {
    position: relative;
    width: 33.3333%;
    text-align: center;
    padding: 0; }
  /* line 54, ../sass/_casas.scss */
  .iconos .ico, .iconos .ico-dorm:before, .iconos .ico-sala:before, .iconos .ico-baño:before {
    font-family: 'iconos';
    font-size: 2.1em;
    left: 50%;
    margin: 0 0 0 -.5em;
    position: absolute;
    top: -1em; }
  /* line 62, ../sass/_casas.scss */
  .iconos .ico-dorm:before {
    content: "\e604"; }
  /* line 66, ../sass/_casas.scss */
  .iconos .ico-sala:before {
    content: "\e605"; }
  /* line 70, ../sass/_casas.scss */
  .iconos .ico-baño:before {
    content: "\e606"; }

/* line 75, ../sass/_casas.scss */
.video {
  position: relative;
  height: 0;
  padding: 25px 0 56.25% 0; }
  /* line 83, ../sass/_casas.scss */
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 91, ../sass/_casas.scss */
.planta {
  background: rgba(0, 0, 0, 0.65);
  margin: .5em 0;
  position: relative;
  width: 100%;
  padding-bottom: 1.5em; }
  /* line 99, ../sass/_casas.scss */
  .planta img {
    margin: 2.5em 0 0 0;
    width: 100%; }

.planta .outerDiv {
    height: 250px !important;
    width: 100% !important;
}


/* line 104, ../sass/_casas.scss */
.descarga {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  visibility: collapse;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  /* line 116, ../sass/_casas.scss */
  .descarga div {
    background: #2B2B29;
    color: white;
    padding: 2em 1em;
    text-align: center;
    width: 300px; }
  /* line 123, ../sass/_casas.scss */
  .descarga input {
    margin: 1em 0;
    padding: .3em;
    width: 100%; }
  /* line 128, ../sass/_casas.scss */
  .descarga button {
    background: #f5b535;
    border: none;
    font-size: 1.2em;
    font-weight: lighter;
    padding: .2em 0;
    width: 100%;
    background: #f5b535;
    color: black;
    cursor: pointer;
    font-size: 1em;
    margin: .5em 0 0 0; }
  /* line 136, ../sass/_casas.scss */
  .descarga span {
    cursor: pointer;
    font-size: 1em;
    padding: 1em;
    position: absolute;
    right: 1em;
    top: 3em; }

  .mensajes{
    position:absolute;
    bottom: 0;
    left:0;
    background: rgba(0,0,0,.7);
    padding:5px;
    text-align: center;
    width:100%;
    font-size: .9em;
  }
/*-------------------------------------------------------*\
    $MEDIA QUERY
\*-------------------------------------------------------*/
@media (min-height: 520px) {
  /* line 56, ../sass/main.scss */
  .contenido-home {
    padding: 3em 0 0 0; }
    /* line 58, ../sass/main.scss */
    .contenido-home .oport {
      padding: 1em 0; } }
@media (min-width: 500px) {
  /* line 64, ../sass/main.scss */
  body {
    font-size: 18px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  /* line 69, ../sass/main.scss */
  .contenido-home .oport {
    padding: 2em 0; } }

.crono a{
  text-decoration: none
}
.crono-conte{
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex; 

  -webkit-box-pack: center; 
  -webkit-justify-content: center; 
  -ms-flex-pack: center; 
  justify-content: center;

  -webkit-box-align: center; 
  -webkit-align-items: center; 
  -ms-flex-align: center; 
  align-items: center;

  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -webkit-flex-direction: column; 
  -ms-flex-direction: column; 
  flex-direction: column;

  background-color: black;
  background-image: url("../../../img/textura.jpg");
  background-repeat: repeat;
}

.crono-header{
  font-size: 1rem;
  text-align:center;
  margin: 0;
  text-transform: uppercase;
  color:white;
  margin-bottom: 1.3em;
}
.crono-header span{
  color: orange;
}
.crono-footer{
  font-size: 0.9rem;
  font-weight: lighter;
  margin: 5rem 0 0 0;
  text-transform: uppercase;
  color:white;
}
.peque{
	color: white !important;
    font-size: 0.9rem;
	}
.clock{
  z-index: 0
}
.flip-clock-wrapper {
  width: auto;
}

.flip-clock-wrapper { width: auto; }

.flip-clock-wrapper ul { margin: 2px; width: 40px; height: 53px; }

.flip-clock-wrapper ul li { line-height: 50px; }

.flip-clock-wrapper ul li a div div.inn { font-size: 3rem; }

.flip-clock-wrapper ul li a div.up:after { top: 25px; }

.flip-clock-divider { width: 15px; height: 56px; }

.flip-clock-divider .flip-clock-label { top: initial; bottom: -2.5em; color: white; text-transform: uppercase; right: -64px; }

.flip-clock-divider.minutes .flip-clock-label { right: -69px; }

.flip-clock-divider.seconds .flip-clock-label { right: -71px; }

.flip-clock-divider.seconds .flip-clock-label:after { content: 'S'; }

.flip-clock-dot { background: #787D7D; width: 5px; height: 5px; }

.flip-clock-dot.top { top: 19px; }

@media only screen and (min-width: 680px) { 
  .flip-clock-wrapper ul { margin: 5px; width: 90px; height: 120px; } 
  .flip-clock-wrapper ul li { line-height: 115px; }
  .flip-clock-wrapper ul li a div div.inn { font-size: 6rem; }
  .flip-clock-wrapper ul li a div.up:after { top: 58px; }
  .flip-clock-divider { width: 20px; height: 100px; }
  .flip-clock-divider .flip-clock-label { bottom: -5.5em; right: -119px; }
  .flip-clock-divider.minutes .flip-clock-label { right: -127px; }
  .flip-clock-divider.seconds .flip-clock-label { right: -127px; }
  .flip-clock-dot { width: 10px; height: 10px; }
  .flip-clock-dot.top { top: 40px; }
}
.flip-clock-dot.bottom { bottom: 20px; }

.nosotros section{
  -webkit-box-sizing: border-box; box-sizing: border-box;

  padding:5.5rem 2rem 0;
}

.salas p{
  margin:.5rem 0 0 0;
  font-size: .8rem;
}
.salas a{
  display: inline-block;
  margin:.5rem 0 0 0;
  font-size: .8rem;
  color: orange;
  font-weight: bold;
}
.salas h3{
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
}
.salas span{
  color: #fff;
}
.salas-mapas{
  width: 100%;
  height: 14rem;
  background-color: #fff;
  margin: .25rem 0 2rem
}

.miVideo{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  position: relative;
  top:0;
  left:0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.miVideo>div{
  position: relative;
  width: 100vw;
  min-height: 300px;
  max-height: 80%;
  height: 100%;
}

.miVideo iframe, 
.miVideo object, 
.miVideo video, 
.miVideo embed{
	position: absolute;
	top: 0;
	left: 0; 
  height: 100%;
	width: 100%;
}

.los-nogales-fondo{
  background-position: center top;
  background-image: url('../img/la-dehesa-mobile.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.formulario{
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.formulario > *{
  margin-bottom: .25rem;
  padding: .25rem;
  width: 100%;
  font-size: 1rem;
  border-radius: 5px;
}
.formulario>div{
  display: flex;
  justify-content: center;
  
}
.formulario button{
  background: #f5b535;
  border: none;
  font-weight: lighter;
  padding: .25em 0;
  width: 10rem;
}
.form-estado{
  margin: 0!important;
  font-size: .8rem;
  display: none;
  text-align: center;
}
.certificado{
background: url(../img/logo_buenas_practicas_liray_blanco.png) no-repeat center bottom;
    width: 50%;
    max-width: 400px;
    padding-bottom: 25%;
    height: auto;
    position: absolute;
    z-index: 10;
    right: 2vh;
    top: 10vh;
    margin: auto;
    background-size: contain;
}
#form-Stmaria,
#form-teniente-montt,
#form-manuel-montt{
    width: 90%;
    height: auto;
    margin: auto;
    padding: 10px;
    margin-top: 10px;
}
#form-Stmaria h2,
#form-teniente-montt h2,
#form-manuel-montt h2 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
#form-Stmaria p,
#form-teniente-montt p,
#form-manuel-montt p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0 0 5px 0;
}
#form-Stmaria p input,
#form-teniente-montt input,
#form-manuel-montt input {
    width: 250px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    margin: auto;
    display: block;
    background: transparent;
    border: 1px solid #fff;
}
#form-Stmaria p input.error,
#form-teniente-montt input.error,
#form-manuel-montt input.error{
    background: #fcc01a;
    color: #fff;
}
#form-Stmaria a,
#form-teniente-montt a,
#form-manuel-montt a {
    background: #fcc01a;
    width: 140px;
    height: 33px;
    line-height: 33px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}


/*GOLF*/
#form-Golf{
    width: 90%;
    height: auto;
    margin: auto;
    padding: 10px;
    margin-top: 10px;
}
#form-Golf h2{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
#form-Golf p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0 0 5px 0;
}
#form-Golf p input{
    width: 250px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    margin: auto;
    display: block;
    background: transparent;
    border: 1px solid #fff;
}
#form-Golf p input.error{
    background: #fcc01a;
    color: #fff;
}
#form-Golf a{
    background: #fcc01a;
    width: 140px;
    height: 33px;
    line-height: 33px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}
/*END GOLF*/

.bottom-info-stmaria{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}
.foto-piedraroja{
       margin-top: 50px;
    z-index: 100;
    width: 100%;
    margin: auto;
    position: relative;    
}
.foto-piedraroja img{
    width: 100%;
    display: block;
}
.video-center-pr{
    width: 100%;
    display: block;    
}
.video-center-pr .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-center-pr .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***********/
.difuminado-teniente-montt {
    background: url(../img/nunoa/teniente-montt/difuminado-teniente-montt.jpg) no-repeat fixed center top/cover transparent;
}



.proyecto.teniente-montt {
	height: 370px;
    background: url(../img/nunoa/teniente-montt/teniente-montt-1.jpg) no-repeat center top/cover transparent;
}
/*.proyecto.manuel-montt {
    background: url(../../img/nunoa/manuelmontt/proyecto/NUEVOS_PROYECTOS_MMONTT.jpg) no-repeat right top/cover transparent;
}*/
.proyecto.manuel-montt {
	height: 370px;
    background: url(../../mobile/img/nunoa/manuel-montt/portada-mobile.jpg) no-repeat center top/cover transparent;
}
.proyecto.los-leones {
	height: 370px;
    background: url(../../img/providencia/losleones/proyecto/NUEVOS_PROYECTOS_LOSLEONES.jpg) no-repeat center top/cover transparent;
}
.proyecto.los-alerces {
	height: 370px;
    background: url(../../img/nunoa/losalerces/proyecto/NUEVOS_PROYECTOS_LOSALERCES.jpg) no-repeat center top/cover transparent;
}




.descripcion p.b {
    color: #fcc01a !important;
    font-weight: bold !important;
}
.contenido.difuminado-teniente-montt .mensaje-gracias {
    display: none;
    margin-top: 40px;
    margin-bottom: 50px;
}
.contenido.difuminado-teniente-montt .mensaje-gracias p {
    font-size: 19px;
    margin: 0 0 10px 0;
}





.contenido.difuminado-manuel-montt .mensaje-gracias {
    display: none;
    margin-top: 40px;
    margin-bottom: 50px;
}
.contenido.difuminado-manuel-montt .mensaje-gracias p {
    font-size: 19px;
    margin: 0 0 10px 0;
}



/***********/
.slider-home{
    width: 100%;
    height: 100%;
}
.slider-home .slick-track, 
.slider-home .slick-list{
    height: 100%;
}
.slideH0{
    background: url(../img/slide-home/slide-home-mobile-PR.jpg) no-repeat center center;
    background-size: cover;
    background-position: center right;
}
.slideH1{
    background: url(../img/slide-home/slide-home-mobile-PN.jpg) no-repeat center right;
    background-size: cover;
} 
.slideH2{
    background: url(../img/slide-home/slide-home-mobile-TTEMONTT.jpg) no-repeat center right;
    background-size: cover;
} 
.slideH3{
    background: url(../img/slide-home/slide-home-mobile-ALC.jpg) no-repeat center right;
    background-size: cover;
} 
.slideH5{
    background: url(../img/slide-home/slide-home-mobile-MMONTT.jpg) no-repeat center right;
    background-size: cover;
}
.slideH6{
    background: url(../img/slide-home/slide-home-mobile-6.jpg) no-repeat center right;
    background-size: cover;
}
.slideH7{
    background: url(../img/slide-home/slide-home-mobile-21.jpg) no-repeat center center;
    background-size: cover;
}
.slideH8{
    background: url(../img/slide-home/BANNER_TELETRABAJO_MOBILE.jpg) no-repeat center center;
    background-size: cover;
}
.slideH9{
    background: url(../img/slide-home/BANNER_GENERICO_MOBILE-100.jpg) no-repeat center center;
    background-size: cover;
}
.slideH10{
    background: url(../img/slide-home/IM_BENEFICIOS_MOBILE.jpg) no-repeat center center;
    background-size: cover;
}
.slideH10 .bloque {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
}
.slideH10 .bloque .links {
	position: absolute;
	width: 100%;
	height: 7.5%;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.slideH10 .bloque .links.l1 {    
    top: 19.8%;
}
.slideH10 .bloque .links.l2 {
	top: 37.8%;
}
.slideH10 .bloque .links.l3 {
	top: 55.8%;
}
.slideH10 .bloque .links.l4 {
	top: 73.8%;
}
.slideH10 .bloque .links.l5 {
	top: 28.8%;
}
.slideH10 .bloque .links.l6 {
	top: 46.8%;
}
.slideH10 .bloque .links.l7 {
	top: 64.8%;
}
.slideH10 .bloque .links.l8 {
	top: 82.8%;
}


.slideH8 .bloque{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
}
.slideH8 .links{
	position: absolute;
	width: 32.333%;
	height: 48%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.slideH8 .links.l1{
    width: 50%;
    height: 22%;
    left: 0;
    bottom: 0;
}
.slideH8 .links.l2{
	left: 0;
	width: 50%;
	height: 35.5%;
	top: 0;
}
.slideH8 .links.l3{
	top: 0;
    right: 0;
    width: 50%;
    height: 27.5%;
}
.slideH8 .links.l4{
    width: 50%;
    height: 22%;
    bottom: 0;
    right: 0;
}
.slideH8 .links.l5{
	top: 35%;
	left: 0;
	width: 50%;
	height: 43.5%;
}
.slideH8 .links.l6{
    top: 27%;
    right: 0;
    height: 51.5%;
    width: 50%;
}

.slideH11 {
    background: url(../img/slide-home/mobile-ventas2.jpg) no-repeat center center;
    background-size: cover;
}
.slideH11 .bloque{
    position: relative;
    width: 100%;
    height: 73%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
.slideH11 .bloque .links{
	position: absolute;
	width: 100%;
	height: 7.5%;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.slideH11 .bloque .links.l1{
	top: 2.4%;
    left: 50%;
    width: 47%;
    height: 5%;
}
.slideH11 .bloque .links.l2{
    top: 6.5%;
    left: 20px;
    width: 31%;
    height: 5.5%;
}
.slideH11 .bloque .links.l3{
	top: 23.5%;
    left: 6%;
    width: 30%;
    height: 5%;
}
.slideH11 .bloque .links.l4{
	top: 23.5%;
    left: 35%;
    width: 29%;
    height: 5%;
}
.slideH11 .bloque .links.l5{
    top: 28%;
    left: 34%;
    width: 26%;
    height: 5.5%;
}
.slideH11 .bloque .links.l6{
	top: 28.5%;
	left: 6%;
	width: 31%;
	height: 5%;
}
.slideH11 .bloque .links.l7{
    top: 23.5%;
    left: 64%;
    height: 5.5%;
    width: 30%;
}
.slideH11 .bloque .links.l8{
    top: 2.5%;
    height: 5%;
    left: 5%;
    width: 47.5%;
}
.slideH11 .bloque .links.l9{
	bottom: 4%;
	height: 13%;
}

.slideH12 {
    background: url(../img/slide-home/banner-cyber-mobile.jpg) no-repeat center center;
    background-size: cover;
}

.slideH15 {
    background: url(../img/slide-home/BANNER_CDP_04.12-01.jpg) no-repeat center center;
    background-size: cover;
}


.slider-home a{
    width: 100%;
    height: 100%;
    display: block;
}

.WrapDeptosSlider1 {width: 280px;margin: 0 auto;position: relative;}
.WrapDeptosSlider1 a.ArrowLeft{position: absolute;top: 50%;left: -15px;color: #ffffff;font-size: 20px;padding: 10px;background: #feb818;z-index: 9999;width: 28px; display: none;}
.WrapDeptosSlider1 a.ArrowRight{position: absolute;top: 50%;right: -15px;color: #ffffff;font-size: 20px;padding: 10px;background: #feb818;z-index: 9999;width: 28px; display: none;}
.WrapDeptosSlider1 .DeptosSlider1 { width: 240px; position: relative; margin: 0 auto;}
.DeptosSlider1 { width: 640px; position: relative; margin: 0 auto;}
.DeptosSlider1 img{ max-width:100%; height: auto; margin: 0px;}

.WrapDeptosSlider{width: 280px;margin: 0 auto;position: relative;}
.WrapDeptosSlider a.ArrowLeft{position: absolute;top: 50%;left: -15px;color: #ffffff;font-size: 20px;padding: 10px;background: #feb818;z-index: 9999;width: 28px;}
.WrapDeptosSlider a.ArrowRight{position: absolute;top: 50%;right: -15px;color: #ffffff;font-size: 20px;padding: 10px;background: #feb818;z-index: 9999;width: 28px;}
.WrapDeptosSlider .DeptosSlider{ width: 240px; position: relative; margin: 0 auto;}
.DeptosSlider{ width: 640px; position: relative; margin: 0 auto;}
.DeptosSlider img{ max-width:100%; height: auto; margin: 0px;}


.WraPromocion{width: 60%;margin: 0 auto;text-align: left;background: #000000;padding: 20px;top: -30px;position: relative;}
.WraPromocion .W50{position: relative; width: 100%;}
.WraPromocion .W50 .WrappW50{ padding-left: 10px; padding-right: 10px}
.WraPromocion .W50 .WrappW50 h2{color: #ffb71a;line-height: normal;margin: 0px;letter-spacing: 2px;font-size: 20px;text-transform: uppercase;padding: 15px;}
.WraPromocion .W50 .WrappW50 p{color: #ffffff;font-size: 12px;font-weight: 100 !important;}
.WraPromocion .W50 .WrappW50 ul{ padding:0px; margin: 0px;}

.WraPromocion .W50 .WrappW50 ul li h3{color: #ffb700;letter-spacing: 1px;font-weight: 900; margin-bottom: 5px;}
.WraPromocion .W50 .WrappW50 ul li h3 img{width: 23px;}
.WraPromocion .W50 .WrappW50 .BntLink{ display: block; text-align: center;}
.WraPromocion .W50 .WrappW50 .BntLink p{ display:block;}
.WraPromocion .W50 .WrappW50 .BntLink a{background: #ffb71c;color: #ffffff;display: inline-block;padding: 10px 60px;border-radius: 10px;letter-spacing: 1px; text-decoration: none !important;}
.WraPromocion .W50 .WrappW50 ul li {list-style: none;margin: 20px 0px;}
.WraPromocion .W50 img{max-width: 100%;height: auto; display: inline-block !important;}



.WraPromocionWhite{width: 100%;margin: 0 auto;text-align: left;background: #ffffff;padding: 20px;top: -30px;position: relative;}
.WraPromocionWhite .W50{position: relative; width: 100%;}
.WraPromocionWhite .W50 .WrappW50{ padding-left: 10px; padding-right: 10px}
.WraPromocionWhite .W50 .WrappW50 h2{color: #ffb71a;line-height: normal;margin: 0px;letter-spacing: 2px;font-size: 20px;text-transform: uppercase;padding: 15px;}
.WraPromocionWhite .W50 .WrappW50 p{color: #000000;font-size: 12px;font-weight: 100 !important;background: transparent;}
.WraPromocionWhite .W50 .WrappW50 ul{ padding:0px; margin: 0px;}

.WraPromocionWhite .W50 .WrappW50 ul li h3{color: #ffb700;letter-spacing: 1px;font-weight: 900; margin-bottom: 5px; background: transparent;}
.WraPromocionWhite .W50 .WrappW50 ul li h3 img{width: 23px;}
.WraPromocionWhite .W50 .WrappW50 .BntLink{ display: block; text-align: center;}
.WraPromocionWhite .W50 .WrappW50 .BntLink p{ display:block;}
.WraPromocionWhite .W50 .WrappW50 .BntLink a{background: #ffb71c;color: #ffffff;display: inline-block;padding: 10px 60px;border-radius: 10px;letter-spacing: 1px; text-decoration: none !important;}
.WraPromocionWhite .W50 .WrappW50 ul li {list-style: none;margin: 20px 0px;}
.WraPromocionWhite .W50 img{max-width: 100%;height: auto; display: inline-block !important;}


.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clear2{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:40px;}
.clear3{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:30px;}
.clear4{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:10px;}




.WrapPromosSlider{ width:100%; margin: 0 auto; position: relative;}
.WrapPromosSlider img{ max-width:100%; height: auto;}
.WrapPromosSlider a.ArrowLeft {position: absolute;top: 50%;left: 5px;color: #ffffff;font-size: 20px;padding: 10px;background: #feb818;z-index: 9999;width: 28px;}
.WrapPromosSlider a.ArrowRight {position: absolute;top: 50%;right: 5px;color: #ffffff;font-size: 20px;padding: 10px;background: #feb818;z-index: 9999;width: 28px;}



.AgendaVisita #form-agendavisita{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 10px;
	background: rgba(0, 0, 0, 0.65);
}
.AgendaVisita p{
	margin: 0;
}
.AgendaVisita p, .AgendaVisita h4 {
    background: none;
    padding: .4em 2em .4em 1.5em;
}

.AgendaVisita #form-agendavisita input{
    width: 250px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    margin: auto;
    display: block;
    background: transparent;
    border: 1px solid #fff;
}
.AgendaVisita #form-agendavisita input.error{
	background: #fcc01a;
	color: #fff;
}

.AgendaVisita #form-agendavisita select{
	color: black;
    width: 250px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    margin: auto;
    display: block;
    /* background: transparent; */
    border: 1px solid #fff;
    /* -webkit-appearance: none; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.AgendaVisita #form-agendavisita select.error{
	background: #fcc01a;
	color: #fff;
}

.AgendaVisita #form-agendavisita select option{
	background-color: white;
	color: black;
}

.AgendaVisita #form-agendavisita .enviar-contacto{
    background: #fcc01a;
    width: 140px;
    height: 33px;
    line-height: 33px;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}

.menu-proyectos .form-piedra-roja p:after { content: none; }


.difuminado-manuel-montt .WrapDeptosSlider1 .DeptosSlider1, .difuminado-manuel-montt .WrapDeptosSlider1, 
.casas-tte-montt .WrapDeptosSlider, .casas-tte-montt .WrapDeptosSlider .DeptosSlider,
.difuminado-manuel-montt .WrapDeptosSlider .DeptosSlider, .difuminado-manuel-montt .WrapDeptosSlider
 { width: 100%; }

.btn-agendaV {
    background: #fcc01a;
    width: 140px;
    height: 33px;
    line-height: 33px;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    margin: auto;
    text-align: center; }
.btn-virtual {
    margin: 0 auto;
    display: block;
    max-width: 200px;
    border: 1px solid red;
    text-align: center;
    padding: 7px 15px;
    color: #f5b535;
    border: 1px solid #f5b535;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: #f5b535;
    color: #fff;
    }

    .codigo-qr { width: 100%; max-width: 120px; margin-top: 20px; }
    .contactanos h3, .contactanos h4 { padding: 0; margin-bottom: 15px;  }
    .contactanos { background: rgba(0, 0, 0, 0.65); padding: 25px;padding-bottom: 54px; }
    .contactanos a { color: #fcc01a; }
    .tour { background: rgba(0, 0, 0, 0.65); padding: 10px 0px; margin-top: 20px; }
    .tour h3 { margin-bottom: 10px }
    .tour .bx-pager {     bottom: -28px; }

.Equipamiento .outerDiv {
	height: 260px !important;
}
.Equipamiento img {
	margin: 20px 0 0 0;
	display: block;
}