body {

    background-color: #232323;

    font-family: 'Ubuntu', sans-serif;

}



.navbar {

    background-color: white;

    padding-top: 1.2rem;

    padding-bottom: 1.2rem;

}



.nav_logo {

    height: 35px;

}



.nav-item {

    font-size: 13px;

    font-weight: 400;

}



@media (min-width: 768px) {

    .navbar-expand-md .navbar-nav .nav-link {

        padding-left: 1.2rem;

        padding-right: 1.2rem;

    }

}



.carousel-inner {

    height: 91vh;

}



@media (max-width: 768px) {

    .carousel-inner {

        height: 50vh;

    }

}



.youtube_nosotros {

    width: 100%;

    height: 60vh;

}



.nosotros {

    color: white;

    margin-top: 5rem;

    margin-bottom: 2rem;

}



.nosotros h2, .nosotros h4 {

    font-weight: 400;

}



.nosotros a{

    color: white;

}



.nosotros img {

    width: 100%;

    filter: grayscale(100%);

}



.footer {

    padding: 3rem 0;

}



.footer img {

    height: 25px;

}



.proceso .carousel-inner {

    height: 100%;

    margin: 100px 0;

}



.proceso .carousel-indicators {

    bottom: -50px;

}



#direccion {

    color: white;

    text-align: center;

}



#direccion h2 {

    font-weight: 300;

}



#direccion h4 {

    font-weight: 300;

    font-size: 16px;

}



#direccion img {

    padding-bottom: 30px;

}



#contacto-left p {

    text-align: right;

    color: white;

    font-size: 18px;

}



.pcontacto {

    font-size: 13px !important;

    color: #a7a7a7 !important;

    margin-bottom: 2px;

}



.pcontacto2 {

    font-size: 15px !important;

    margin-bottom: 2px;

}



#contacto-right input, #contacto-right textarea {

    margin-bottom: 10px;

    display:block;

    width: 60%;

    background-color: transparent;

    border: 1px solid #575757;

    color: #949494;

    font-size: 14px;

}



#contacto-right label {

    display:block;

    font-size: 14px;

    color: #A7A794;

    font-weight: bold;

}



.submit {

    color: white !important;

    font-weight: bolder;

    background-color: #FFD600 !important;

    height: 40px;

    transition: .2s;

    margin-top: 30px;

}



.submit:hover {

    color: black !important;

    background-color: white !important;

}

.proyectos {
    margin-top: 4px;
}

.proyimg {
    height: 30vh;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-blend-mode: saturation;
    position: relative;
    transition: .3s;
}

.proyimg p {
    background-color: #FFD600;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0;
    color: black;
    font-weight: bold;
    display: none;
    transition: .3s;
}

.proyimg:hover {
    background-blend-mode: color-dodge;
}

.proyimg:hover p {
    display: block;
}

.innerproyectos {
    margin-top: 30px;
}

#textproy {
    color: white;
}

#textproy h4 {
    font-weight: 400;
    text-transform: uppercase;
}

#textproy p {
    color: #a7a7a7;
}

#textproy h5 {
    margin-bottom: 0;
}