body {
    font-size: 15px;
    font-family: Roboto, sans-serif;
    padding: 0;
    margin: 0
}

img {
    display: block
}

.contenedor {
    background-color: rgba(0, 0, 0, .7)
}

header {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    z-index: 10;
    width: 100%
}

nav {
    font-family: Roboto, sans-serif;
    justify-content: center;
    display: inline-block;
    vertical-align: top;
    width: 89%
}

nav a {
    text-decoration: none;
    line-height: 48px;
    font-size: 13px;
    padding: 0 8px;
    display: block;
    color: #fff
}

nav a:hover {
    color: #ffef00
}

nav .active a {
    background-color: #ffef00;
    color: #6c7073
}

nav .active a:hover {
    color: #6c7073
}

nav .homeBtn {
    display: none
}

nav ul {
    justify-content: center;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0
}

#logoArea {
    float: left;
    width: 12%
}

#logoArea a {
    padding: 10px 0 0;
    display: block;
    width: 100%
}

#logoArea a img {
    width: 100%
}

#btnCerrarMenu {
    display: none
}

#menu {
    padding-left: 2%;
    height: 48px;
    float: left;
    width: 86%
}

#redes {
    display: inline-block;
    vertical-align: top
}

#redes a {
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    display: block;
    color: #fff;
    height: 48px;
    width: 27px
}

#redes a:hover {
    color: #ffef00
}

#redes li {
    padding: 0
}

#redes ul {
    justify-content: center;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0
}

.centradorMenu {
    padding: 0 15px
}

.centradorMenu:after {
    display: block;
    clear: both;
    content: ""
}

.hdrBtm {
    letter-spacing: .4px;
    font-family: Raleway, sans-serif;
    line-height: 23px;
    font-weight: 300;
    font-size: .6em;
    color: #fff
}

.hdrTop {
    background-color: #6c7073
}

h1 {
    font-family: Raleway, sans-serif;
    font-size: 27px;
    font-weight: 300
}

.backAll {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: fixed;
    height: 100%;
    z-index: -1;
    width: 100%
}

.backAll img {
    display: none
}

.contenedor {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    max-width: 790px;
    height: 1200px;
    width: 100%
}

.mainTxt {
    padding: 70px 10% 0;
    margin: 0 auto;
    color: #fff;
    width: 80%
}

h1 {
    max-width: 990px;
    margin: 0 auto 1.5em;
    width: 90%
}

#anatole {
    width: 323px;
    left: 0;
    top: 0
}

#CasaArcos {
    width: 355px;
    left: 333px;
    top: 44px
}

#CasaNaranjos {
    width: 169px;
    left: 699px;
    top: 44px
}

#DptoNL1 {
    width: 247px;
    left: 125px;
    top: 228px
}

#DptoNL2 {
    width: 289px;
    left: 701px;
    top: 307px
}

#deptoStaFe {
    width: 306px;
    left: 381px;
    top: 228px
}

#PH {
    width: 245px;
    left: 701px;
    top: 511px
}

#polanco4o {
    width: 303px;
    left: 41px;
    top: 407px
}

#sierraMojada {
    width: 333px;
    left: 354px;
    top: 442px
}

.backAll {
    background-image: url(../assets/img/proy-back-escritorio.jpg)
}

.contenedor {
    padding: 90px 0 30px;
    max-width: 100%;
    color: #fff
}

.thumb {
    position: absolute;
    overflow: hidden;
    width: 400px
}

.thumb a {
    display: block
}

.thumb a h2 {
    opacity: 0;
    transition: .5s ease-in-out;
    font-family: Raleway, sans-serif;
    display: inline-block;
    text-align: center;
    position: absolute;
    padding-top: 25%;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    height: 100%;
    width: 100%;
    top: -40%;
    left: 0
}

.thumb a:hover h2 {
    top: 0;
    opacity: 1
}

.thumb a:hover .tileProy {
    background-color: rgba(0, 0, 0, .7)
}

.thumb a .tileProy {
    transition: .3s ease-in-out;
    background-color: transparent;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0
}

.thumb img {
    max-width: 400px;
    width: 100%
}

.wrapperProyectos {
    position: relative;
    margin: 0 auto;
    height: 400px;
    width: 990px
}
.wrapperProyectos.first-child #CasaNaranjos {
    top: 0 !important;
    width: 200px;
}
.wrapperProyectos.first-child #DptoNL2 {
    top: 264px !important;
    width: 253px;
}

.wrapperProyectos:after {
    display: block;
    content: "";
    clear: both
}