@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
  font: 13px "Lato", sans-serif; }

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body, select, input, textarea {
  color: #333; }

a {
  color: #03f; }

a:hover {
  color: #69f; }

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none; }

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700; }

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder {
  color: #a9a9a9; }

textarea:-moz-placeholder {
  color: #a9a9a9; }

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {
  padding: 16px;
  background: #eee; }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%; }

.span_3_of_4 {
  width: 74.6%; }

.span_2_of_4 {
  width: 49.2%; }

.span_1_of_4 {
  width: 23.8%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%; } }

/* Styles
-------------------------------------------------------------------------------*/
/* Estructura */
.fix-header {
  position: fixed !important;
  top: 0 !important; }

.wrapper {
  position: relative; }

.wsite {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

/* HEADER */
header {
  position: fixed !important;
  top: 0 !important;
  z-index: 99;
  background-color: #ffffff;
  width: 100%;
  height: 105px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); }
  header #logo-cl {
    display: inline-block;
    max-width: 130px;
    margin-right: 20px;
    padding: 15px 0; }
  header #main-nav {
    display: inline-block;
    height: 105px;
    vertical-align: top; }
    header #main-nav ul {
      text-align: left; }
      header #main-nav ul li {
        display: inline-block;
        margin-right: 10px; }
        header #main-nav ul li a {
          text-decoration: none;
          font-size: 12px;
          color: #808080;
          text-transform: uppercase; }

/* SLIDER */
#slider {
  width: 100%;
  height: 650px;
  position: relative; }
  #slider .foot-slide {
    height: 40%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2; }
    #slider .foot-slide .next-btn {
      width: 130px;
      padding: 10px;
      text-align: center;
      margin: 0 auto;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background-color: #ffffff;
      color: #808080;
      text-decoration: none;
      -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
      -webkit-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
      text-transform: uppercase; }

#main-slider {
  width: 100%;
  height: 100%; }
  #main-slider li {
    height: 100%;
    width: 100%; }
    #main-slider li .table {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    #main-slider li .text-slide {
      width: 100%;
      display: block;
      text-align: center;
      font-size: 36px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 700; }

/* MAIN VIDEO */
#main-video {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden; }
  #main-video .bg-video {
    position: absolute;
    height: 1080px;
    z-index: 0;
    top: -45%;
    left: 0;
    width: 100%; }
  #main-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

/* UBICACION */
#lds-area {
  width: 100%;
  height: 510px;
  position: relative;
  overflow: hidden; }
  #lds-area .video-box {
    position: absolute;
    top: -20%;
    width: 100%; }
    #lds-area .video-box video {
      width: 100%;
      height: 100%; }
  #lds-area img {
    display: block;
    margin: 0 auto;
    width: 100%; }

/* ATRIBUTOS */
#entorno .bx-wrapper .bx-viewport {
  width: 70% !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  #entorno .bx-wrapper .bx-viewport:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    z-index: 10; }

#entorno .collage-row {
  width: 100%;
  overflow: visible;
  clear: both; }

.collage-img {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .collage-img:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    z-index: 10; }

#img-1 {
  width: 40%;
  height: 230px;
  float: right;
  background-position: center center; }

#img-2 {
  width: 30%;
  height: 650px;
  float: left;
  background-position: right center; }

#collage-slider {
  width: 70% !important;
  height: 420px;
  float: left !important; }
  #collage-slider li .collage-img {
    height: 420px;
    width: 100%;
    background-position: center center; }

#img-4 {
  width: 30%;
  height: 230px;
  float: left;
  background-position: center center; }

/*#entorno {
	position: relative;
	width: 100%;
	height: 580px;
	background-color: #ffffff;
	padding: 10px;
	.section {
		height: 100%;
	}
	.col {
		height: 100%;
		.block-vert {
			height: 50%;
			.col {
				margin-top: 0;
				margin-bottom: 0;
			}
		}
		.block-vert:first-child {
			height: 46%;
			margin-bottom: 7%;
		}
	}
	.img-entorno {
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.img-entorno-2 {
		width: 100%;
		height: 100%;
		background-position: right center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.img-entorno-3 {
		width: 100%;
		height: 100%;
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		margin-top: -3.8%;
	}
}*/
/* UBICACION */
#ubicacion {
  width: 100%; }
  #ubicacion img {
    display: block;
    margin: 0 auto;
    width: 100%; }

/* BARRIOS */
#barrios {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/barrios-antofagasta.jpg); }
  #barrios .wsite {
    position: relative; }
    #barrios .wsite .presentation-box {
      position: absolute;
      right: 0;
      width: 450px;
      padding: 25px;
      background-color: rgba(255, 255, 255, 0.8);
      color: #808080;
      font-size: 16px;
      font-weight: 300;
      text-align: justify; }

/* Proyectos
-------------------------------------------------------------------------------*/
#proyectos {
  padding: 10px 0;
  width: 100%; }
  #proyectos .proyect-carousel {
    width: 100%; }

/* GENERAL STYLES */
.link-proyecto {
  width: 20%;
  height: 130px;
  display: inline-block;
  font-size: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 10px; }
  .link-proyecto .table {
    opacity: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .link-proyecto:hover .table {
    background-color: rgba(0, 0, 0, 0.63);
    opacity: 1; }
  .link-proyecto .name-proyecto {
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    display: block; }

.border-top {
  background-image: url(../img/border-top.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 50px; }

.border-bot {
  background-image: url(../img/border-bot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 50px; }

.block-proyecto {
  width: 100%;
  height: 100%;
  padding: 75px 0;
  border-bottom: 1px solid #45a9e6; }
  .block-proyecto .info-proyecto {
    width: 35%;
    float: left; }
    .block-proyecto .info-proyecto .logo-proyecto {
      width: 85px;
      padding-left: 3px; }
    .block-proyecto .info-proyecto .titulo-proyecto {
      font-size: 21px;
      color: #808080;
      margin: 10px 0;
      font-weight: 700;
      padding-right: 25px;
      padding-left: 3px; }
    .block-proyecto .info-proyecto .desc-proyecto {
      font-size: 12px;
      color: #808080;
      margin-bottom: 10px;
      font-weight: 300;
      padding-right: 25px;
      padding-left: 3px; }
    .block-proyecto .info-proyecto hr {
      width: 40px;
      color: #808080;
      margin-left: 3px; }
    .block-proyecto .info-proyecto .bullets-proyecto {
      color: #808080;
      font-weight: 400;
      margin: 0 0 10px;
      padding-right: 25px;
      padding-left: 3px; }
      .block-proyecto .info-proyecto .bullets-proyecto .bullet {
        display: inline-block;
        margin-right: 5px; }
    .block-proyecto .info-proyecto .btn-conocermas {
      display: block;
      width: max-content;
      width: -moz- max-content;
      width: -webkit- max-content;
      padding: 7px 10px;
      color: #ffffff;
      background-color: #45a9e6;
      text-decoration: none;
      text-transform: uppercase;
      cursor: pointer;
      margin: 10px 3px 30px; }
    .block-proyecto .info-proyecto .gallery-btn {
      display: block;
      width: 100%;
      height: 180px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer;
      margin: 0;
      border: 3px solid #ffffff; }
  .block-proyecto .images-proyecto {
    float: left;
    width: 65%; }
    .block-proyecto .images-proyecto .gallery-btn {
      display: block;
      width: 55%;
      height: 180px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer;
      margin: 0;
      border: 3px solid #ffffff; }
    .block-proyecto .images-proyecto .gallery-btn-2 {
      display: block;
      width: 100%;
      height: 350px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer;
      margin: 0;
      border: 3px solid #ffffff; }

#detalle-proyectos .block-proyecto:nth-child(even) .border-top {
  padding-bottom: 75px; }

#detalle-proyectos .block-proyecto:nth-child(even) .border-bot {
  padding-top: 75px; }

#detalle-proyectos .block-proyecto:nth-child(even) .info-proyecto {
  float: right;
  text-align: left !important;
  padding-top: 3px; }
  #detalle-proyectos .block-proyecto:nth-child(even) .info-proyecto .logo-proyecto {
    padding-left: 25px;
    padding-right: 3px; }
  #detalle-proyectos .block-proyecto:nth-child(even) .info-proyecto .titulo-proyecto {
    padding-left: 25px;
    padding-right: 3px; }
  #detalle-proyectos .block-proyecto:nth-child(even) .info-proyecto .desc-proyecto {
    padding-left: 25px;
    padding-right: 3px; }
  #detalle-proyectos .block-proyecto:nth-child(even) .info-proyecto .splitter {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 15px 0; }
    #detalle-proyectos .block-proyecto:nth-child(even) .info-proyecto .splitter hr {
      margin-left: 25px; }
  #detalle-proyectos .block-proyecto:nth-child(even) .info-proyecto .bullets-proyecto {
    padding-left: 25px;
    padding-right: 3px; }
  #detalle-proyectos .block-proyecto:nth-child(even) .info-proyecto .btn-conocermas {
    margin-left: 25px; }
  #detalle-proyectos .block-proyecto:nth-child(even) .info-proyecto .gallery-btn {
    display: block;
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin: 0;
    border: 3px solid #ffffff; }

#detalle-proyectos .block-proyecto:nth-child(even) .images-proyecto {
  float: right;
  width: 65%; }
  #detalle-proyectos .block-proyecto:nth-child(even) .images-proyecto .gallery-btn {
    display: block;
    width: 55%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin: 0;
    border: 3px solid #ffffff;
    float: right;
    clear: both; }
  #detalle-proyectos .block-proyecto:nth-child(even) .images-proyecto .gallery-btn-2 {
    display: block;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin: 0;
    border: 3px solid #ffffff;
    clear: both; }

/* BRISAS DE COSTA LAGUNA */
/* Media queries
-------------------------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 25px 0;
  background-color: #ffffff; }
  footer .logo-foot {
    max-width: 150px;
    margin: 0 auto;
    display: block; }
  footer .copyright {
    margin: 5px 0;
    text-align: center;
    color: #808080;
    font-size: 12px;
    font-weight: 300; }
  footer .foot-menu {
    width: 100%; }
    footer .foot-menu ul {
      text-align: center; }
      footer .foot-menu ul li {
        display: inline-block;
        margin: 0 7px; }
        footer .foot-menu ul li a {
          color: #808080;
          text-decoration: none;
          text-transform: uppercase;
          text-align: center;
          font-size: 10px; }

/* Media queries
-------------------------------------------------------------------------------*/
/* Print styles
-------------------------------------------------------------------------------*/
