.proyectos {
    padding: 1em;
}

.contProyect {
    background-size: cover;
    background-position: center center;
    height: 35.812em;
    position: relative;
}

@media screen and (min-width:320px) { .contProyect { height: 15em; } }
@media screen and (min-width:375px) { .contProyect { height: 14.707em; } }
@media screen and (min-width:425px) { .contProyect { height: 17.67em; } }
@media screen and (min-width:768px) { .contProyect { height: 18em; } }
@media screen and (min-width:1024px) { .contProyect { height: 17.4999em; } }
@media screen and (min-width:1440px) { .contProyect { height: 26.17em; } }
@media screen and (min-width:1920px) { .contProyect { height: 35.812em; } }
@media screen and (min-width:2560px) { .contProyect { height: 37em; } }


@media screen and (min-width:769px)
{
    .proyectos {
        filter: grayscale(100%);
    }

    .proyectos:hover {
        filter: grayscale(0%);
    }
}

.proyectos > .detalle {
    /* text-align: right; */
    color: white;
    position: relative;
    /* bottom: 0; */
    /* right: 0; */
    padding: 1em;
    /* user-select: none; */
    /* z-index: 0; */
    font-size: 0.75em;
    background-color: #939393;
    /* width: 100%; */
    padding-bottom: 2em;
    letter-spacing: 0.09em;
}

.contProyect > .detalle > h5 {
    color: white;
}

.fIzquierda, .fDerecha {
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.fIzquierdaCont, .fDerechaCont {
    width: 3em;
    height: 100%;
    position: absolute;
    cursor:pointer;
    z-index: 1;
}

.fDerecha {
    right: 25px;
}

.fDerechaCont {
    right: 0;
}

.fIzquierda > span, .fDerecha > span {
    height: 1em;
    font-size: 3em;
}

.insepctionLoading {
    width: 100%;
    height: 100%;
    background-color: rgba(6, 6, 6, 0.7);
    position: absolute;
    /* margin: auto; */
    /* top: 50%; */
    /* z-index: -1; */
}

.lBoxLoad {
    height: 100%;
    width: 100%;
    position: absolute;
}

.lBoxLoad a {
    width: 100%;
    height: 100%;
    display: block;
}

.loadingImg {
    /* z-index: -9; */
    width: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    height: 50px;
    background-size: cover;
    background-position: center center;
    background-image: url(http://mobilarquitectos.turensoft.com/wp-content/themes/mobilarquitectos/assets/images/loading.gif);
}

.fondNegro {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

/*Lista de categorias*/
#listCat {
    color: white;
    text-align: center;
    margin-top: 1em;
}
@media screen and (max-width:768px)
{
    #menuCatDesktop {
        display: none;
    }
}

#listCat li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
    cursor: pointer;
}
#listCat > .catActiva > a {
    color: white;
}

#menuCatMobil {
    position: absolute;
    z-index: 99;
    background-color: #131313;
    right: 0;
    padding: 1em;
}

#menuCatMobil > ul > li {
    display: block;
}
