.fixed{
    position: fixed;
    width: 100%;
    background: #252d33;
    z-index: 10;
    margin-top: -70px
}

body{
    background-image: url(../../img/FONDO_HOME.png);
    font-family: 'tt_normslight';
    padding-top: 70px;
}
p, a, span, li, input{font-family: 'tt_normslight';}

.footer{
    bottom: 1px;
}

.divFooter{
    color: #000;
    bottom: 100%
}

.textoFooter{
    text-align: center;
    font-size: 12px;
}


/* cambios efrain*/
.nombre-proyecto-inicio{
    color: white;
    font-family: 'tt_normsbold';
    letter-spacing: 3px;
    font-size: 21px;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    padding: 30px 20px 15px;
    background: -webkit-gradient(linear,left top, left bottom,from(rgb(34, 40, 46, 0)),color-stop(50%, rgb(34, 40, 46, .5)), to(rgb(34, 40, 46, .8)));
    background: linear-gradient(rgb(34, 40, 46, 0) 0%,rgb(34, 40, 46, .5) 50%, rgb(34, 40, 46, .8));
}

.nombre-proyecto-inicio:hover{
    color: #cccccc;
}

/* fin de cambios efrain*/

/* Menu en el que estoy Actualmente */
#navbarText .navbar-nav .nav-link .currentNav.active {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  clip: auto;
  border: 1px solid #fff;
}

#navbarText .navbar-nav .nav-link {
  position: relative;
}

.cont-name-proyecto{
    background-color: rgba(255, 255, 255, 0);
    z-index: 999;
    height: 50px;
}

.carousel-indicators li {
    margin-bottom: 50px;

}

.cont-name-proyect{
    margin-top: 10px;
}

.cont-name-proyect a{
    padding-left: 20px;
}

.cnt-aviso-priv{
    text-align: right;
    margin-top: 10px;
}
.avisoPrvi{
    color: white;
    letter-spacing: 1px;
    font-size: 10px;
    text-align: right;
}

a:hover {
    color: #a0a1a2!important;
    text-decoration: none!important;
}

/* PROYECTO UNO*/
.blanco{
    color: white;
}

.texttitulo{
    margin-left: 30px;

}
.aling-iz{
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
}
.nombrePryecto{
    color: white;
    font-family: 'tt_normsbold';
    letter-spacing: 3px;
    font-size: 21px;
}
.linea{
    background-color: #fff;
    width: 50%;
    height: 1px;
    margin: 0px 0 5px;
}


#descrip{
    letter-spacing: .5px;
}


#f-m-lona{
    font-size: 18px;
    font-family: 'tt_normsbold';
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.img-proyect{
    overflow:hidden;
    width: 100%;
    height: 100vw;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.fo-pro{
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'tt_normsbold'
}


.img-foother{
    width: 100%;
    height: 400px;
    background-size: cover;
}

.txt-foo{
    font-family: 'tt_normslight'!important;
    font-size: 16px;
}


/*SLIDER DE HOME*/

.imgSlider {
    vertical-align: middle;
    border-style: none;
    background: cover;
}




/*GALERIA DE PROYECTOS*/

.img-galeria{
    width: 100%;
    height: 300px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;

}

.div-imagen {
    display:inline-block;
    position:relative;
}

.div-imagen  .aparece {
    z-index: -1;
    font-family: 'tt_normslight';
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    letter-spacing: 2px;
    bottom: 50px;
    width: 95%;
    padding: 10px;
    text-align: right;

    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    transition: opacity 500ms;
}

.desvanecer{
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    transition: opacity 500ms;
}

.desvanecer:hover {
    opacity: 0.07;

}

.demo-gallery > #lightgallery > a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 15px;
}

.demo-gallery > #lightgallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    height: 100%;
    width: 100%;
}


.demo-gallery > #lightgallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > #lightgallery > a .demo-gallery-poster {
    background-color: transparent;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.demo-gallery > #lightgallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
}

.demo-gallery > #lightgallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 15px;
}




/*CONTACTO*/

.imgfundador{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.imgfundador img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.n-fundador{
    text-align: right;
    margin-top: 30px;
}

#id-fundador{
    font-size: 18px;
}


.form-group > .formul{
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    font-family: 'tt_normslight';
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    padding: 10px 0 15px 5px;
}

.form-group textarea{
    border: 1px solid #fff;
}

.gris{
    color: #a0a1a2;
    font-family: 'tt_normslight';

}
.btnForm{
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    font-family: 'tt_normslight';
    color: white;
    font-size: 14px;
    width: 120px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
}

.btnForm:hover{
    color: #252D33;
    background: #fff;
    cursor:pointer;

}


footer {
    margin-top: 100px;
    padding: 20px;


}

.text-impr{
    margin-top: 30px;


}




/* Diseño del filtro en Galeria */

label {
    width:19%;
    float:left;
    text-align:center;
    background:rgba(255, 255, 255, 0);
    color:#ffffff;
    margin-bottom:30px;
    cursor:pointer;
}


@media screen and (min-width: 769px){
    .w-100{
        height: calc(100vh - 143.5px);
    }
}

@media screen and (max-width: 768px){
    .w-100{
        height: 90vh;
    }

    .desk{display: none;}

    .imgSlider{
        background-position: center!important;
    }
    .cont-name-proyect a{
        padding-left: 0px;
        font-size: 14px;
        letter-spacing: 1px;
    }
}
