html {
    position: relative;
    height: 100%;
}

body {
    color: #999;
    background-color: #4A4A4A;
    font-family: Questrial, "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.8em;
    background-image: url(../img/bg_page.jpg);
    padding: 0;
    margin: 0;
}

h1 {
	font-family: 'Suez One', serif;
	margin: 0;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.panel-footer h3 {
    color: #444;
    font-weight: bold;
}

.panel-custom {
    color: #444 !important;
}

.title {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  text-shadow: 2px 2px #000;
  color: #FFF;
}
/* Fin Slider Home Background */

/* Construction */
.logo {
	margin-bottom: 50px;
}

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 780px;
    margin: -340px 0 0 -390px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.left {
    float: left;
    width: 50%;
    border-right: 1px solid #333;
    text-align: right;
    padding: 20px 30px 20px 20px;
    min-height: 230px;
}

.right {
    float: right;
    width: 50%;
    text-align: left;
    padding: 20px;
    border-left: 1px solid #000;
    min-height: 230px;
}

.subfooter {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    text-align: center;
    padding: 15px;
    color: #FFF;
    background-color: rgba(122, 122, 122, 0.2);
    line-height: 20px !important;
}

.footer {
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
    color: #666;
    background-color: #000;
    line-height: 15px;
}

hr {
    height: 0px;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #333;
    border-top: 1px solid #111;
    background: none;
    margin-bottom: 15px;
}

hr.separacion_contenido {
	border: 0;
	height: 2px;
	border-top: 1px dashed #CCC;
	margin-top: 35px;
}

ul.incluye {
	margin-left: -20px;
}
/* Fin Construction */

/* Header */
.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(122, 122, 122, 0.8);
	height: 100px;
	padding: 20px;
	z-index: 1000;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    position: relative;
    height: 60px;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    border-left: 1px solid #FFF;

    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}

.navbar-default .navbar-nav>li:first-child>a {
    border-left: 0;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #444;
}

.navbar-brand {
	display: none;
}

button.close {
    padding: 5px;
    cursor: pointer;
    background: #FFF;
    border: 0;
}

/* Contenido */
#contenido {
	margin: 130px 0 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #CCC;
}

#contenido h2 {
	font-family: 'Oswald', sans-serif;
	margin-top: 25px;
}

#contenido h4 {
	font-family: 'Oswald', sans-serif;
}

#contenido p {
	text-align: justify;
}

#contenido form {
	margin-top: 40px;
}

#contenido .contact {
	width: 20px;
	text-align: right;
}

.espacio {
	margin-top: 40px;
}

.divider {
    width: 34px;
    height: 2px;
    padding: 0;
    margin: 27px auto 34px;
    background: #CCC;
    fill: #CCC;
    border: none;
}

.mleft {
	margin-left: 0;
}

.mright {
	margin-right: 0;
}

.mtop {
	margin-top: 40px;
}

.fa-espacio {
	width: 20px;
	text-align: center;
}

.info_lotes {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 30px;
}

.icon_lotes {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: rgb(122, 122, 122);
	color: #FFF;
	border-radius: 70px;
	margin-bottom: 20px;
}

.precio_lote {
	display: block;
	background-color: #FFF;
	color: #842029;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	font-size: 1.6em;
}

#lista-imagenes {
    margin-top: 20px;
}

#lista-imagenes figure {
    margin-top: 30px;
}

#info_local a {
    color: #CCC;
    text-decoration: none;
}

#info_local a:hover {
    text-decoration: underline;
}
/* Fin Contenido */

/* Media Queries */
@media (max-width: 768px) {
    #contenido {
        padding-bottom: 80px;
    }

    #info_local {
        margin-top: 50px;
        text-align: center;
    }

    .mright {
        margin: auto;
    }
}

@media (max-width: 600px) {
    #contenido {
        padding-bottom: 100px;
    }

    #info_local {
        margin-top: 50px;
        text-align: center;
    }

    .mright {
        margin: auto;
    }
}

@media (max-width: 320px) {
    #contenido {
        padding-bottom: 170px;
    }

    #info_local {
        margin-top: 50px;
        text-align: center;
    }

    .mright {
        margin: auto;
    }
}

.absoluto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-eix {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-eix a {
    z-index: 100;
  }

.item-eix img {
    transition: all 0.2s;
}

.item-eix:hover img {
    opacity: 0.5;
}

div.item-eix:hover div.texto:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

div.item-eix:hover div.texto h2 {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

div.item-eix:hover div.texto h2 i {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 1;
}

.item-eix div.texto:before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 10px;
    background: #fff;
    width: 100%;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

.item-eix div.texto h2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 0 10px #000;
    padding: 1em 1.5em;
    font-size: 2.1em;
    font-weight: 300;
    -webkit-transform: translate3d(0, -45px, 0);
            transform: translate3d(0, -45px, 0);
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

.nivo-prevNav {
    margin-left: 20px;
}

.nivo-nextNav {
    margin-right: 20px;
}

.nivo-prevNav, .nivo-nextNav {
    color: #FFF;

    transition: all 0.2s;
}

.nivo-prevNav:hover, .nivo-nextNav:hover {
    color: #999;
}

.footer-index {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-index > .footer {
    background: rgba(0, 0, 0, 0.8);
}

.centrado {
    text-align: center !important;
}

.items-tipos {
    margin-top: 20px;
}

.item-tipo {
    display: flex;
    align-content: center;
    margin: 5px 0;
}

.oculto {
    display: none;
}