/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-family: 'source_sans_proregular', helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a:focus{
  outline: 0;
}

html, body {
    height: 100%;
}

h1, h2, h3, h4, h5, h6{
  font-weight: normal;
  font-family: 'museo500';
}

strong{
  font-weight: normal;
  font-family: 'source_sans_probold';
}

.fancybox-lock body {
    overflow: visible !important;
}

/* Colores del sitio */

.color-1{
  background: #3d8eb9;
}

.color-2{
  background: #f37934;
}

.color-3{
  background: #2c82c9;
}

.color-4{
  background: #d14841;
}

.color-5{
  background: #41a85f;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar{
  background: #fff;
  padding: 10px 0;
  border-bottom: 3px solid rgba(0,0,0,.1)
}

.navbar-brand{
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat;
  width: 100px;
  height: 54px;
  display: block;
}

.navbar-toggle{
  margin-right: 0;
}

.navbar-toggle .icon-bar{
  width: 24px;
  height: 3px;
  background: #666;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-nav li a{
  color:#333;
  font-size: 16px;
}

/* INTRO
------------------------- */

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

.cover {
  padding: 0 20px;
  color:#fff;
}

.cover h1{
  font-size: 40px;
  margin: 0 0 30px;
}

/* Featurettes
------------------------- */

#proyecto, #contacto, #interior{
  color:#fff;
}

#proyecto p, #contacto p{
  font-size: 15px;
}

#proyecto{
  background: #41a85f;
}

#contacto{
  background: #475577;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0 0 30px;
  border-bottom: 3px solid #fff;
}

.featurette-heading h2{
  margin: 0;
  margin-top: 100px;
  padding-bottom: 10px;
  font-size: 40px;
}

.logo-proyecto{
  margin: 100px 0 0;
}

.featurette-heading h3{
  margin: 0;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  font-family: 'museo100';
}

#contacto form input[type="text"], #contacto form textarea{
  color:#6d7da1;
  background: none;
  border:2px solid #526288;
  width: 100%;
  margin: 0 0 10px;
  font-size: 18px;
  padding: 5px;
}

#contacto form input[type="text"]:hover, #contacto form textarea:hover{
  border: 2px solid #7787ad;
}

#contacto form input[type="text"]:focus, #contacto form textarea:focus{
  color:#fff;
  border:2px solid #fff;
}

#contacto input[type="submit"]{
  background: #d05555;
  color:#fff;
  border: none;
  padding: 5px 16px;
  font-size: 20px;
}

#contacto input[type="submit"]:hover{
  background: #de6161;
}

.seleccion-modelo{
  background: #2b4a63;
  color:#fff;
  padding: 25px 0;
  position: relative;
  margin: 0 0 40px;
}

.seleccion-modelo:after{
  z-index: -1;
  position: absolute;
  top: 100%;
  left: 14%;
  margin-left: -10px;
  content:'';
  width: 0;
  height: 0;
  border-top: solid 15px #2b4a63;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}

.seleccion-modelo h3{
  margin: 0;
  font-family: 'museo500';
}

#post{
  margin-bottom: 50px;
}

#modelo-casa header{
  color:#fff;
  padding: 10px;
}

#modelo-casa header h3{
  margin: 0;
}

#modelo-casa header ul{
  margin: 0;
  font-size: 0.95em;
}

#modelo-casa header ul li{
  height: 22px;
}

.ver-plantas{
  width: 17px;
  height: 22px;
  display: inline-block;
  margin: 0 10px 0 0;
  background: url(images/ico-ver-plantas.png);
}

.ver-aereo{
  width: 17px;
  height: 22px;
  display: inline-block;
  margin: 0 10px 0 0;
  background: url(images/ico-aereo.png);
}

.ver-brochure{
  width: 17px;
  height: 22px;
  display: inline-block;
  margin: 0 10px 0 0;
  background: url(images/ico-brochure.png);
}

h2.cotizar{
  background: #61bd6d;
  color:#fff;
  padding: 10px;
}

footer{
  background: #ececec;
  border-top:2px solid #fff;
  padding: 20px 0;
}

footer h2.logo{
  text-indent: -9999px;
  width:136px;
  height: 77px;
  background: url(images/logo-footer.png);
  margin:0;
}

.ico-location{
  display: inline-block;
  width: 31px;
  height: 25px;
  background: url(images/location.png);
  position: relative;
  top: 6px;
  margin: 0 5px 0 0;
}

.ico-phone{
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url(images/phone.png);
  position: relative;
  top: 6px;
  margin: 0 5px 0 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 599px) {

  .cover h1{
    font-size: 30px;
  }
  .featurette-heading h2{
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  }

}

@media (max-width: 767px) {
  .navbar-brand{
    margin-left: 10px;
  }

  #proyectos div{
    margin-bottom: 10px;
  }

  .featurette .col-xs-4, footer h2.logo{
    margin-bottom: 20px;
  }

}

@media (min-width: 768px) {

  .site-wrapper-inner {
    vertical-align: middle;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }
}