body{
    background-color: #C2BDB8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.header-proyectos{
    width: 100%;
    background:none;
}
#navb{
    position: relative;
}
.contenedor-general-proyectos{
    display: flex;
    width: 90%;
    margin: 17rem 10rem;
    overflow-x: auto;
}
.contenedor-proyecto{
    margin-right: 3rem;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
}
.proyecto2{
    margin-bottom: 1rem;
}
.img-principal-proyecto{
    width: 38vw;
}
.contenedor-informacion-proyecto{
    margin-top: 2rem;
    display: flex;
    justify-content:space-between;
    width: 100%;
}
.contenedor-titulo-proyecto{
    width: 35%;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
}
.proyecto3{
    width: 50%;
}
.nombre-proyecto{
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 110%;
    color:#3A3737;
}
.santaClara{
    font-size: 24px;
}
.lote-proyecto{
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 90%;
    color: #E0FF5F;
    margin-top:2rem;
}
.contenedor-detalles-proyecto{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.icono-flecha-proyectos{
    width: 3.5rem;
    margin-top:3rem;
}
.metros-cubiertos-proyecto{
    border-top: 1px solid #3A3737;
    border-bottom: 1px solid #3A3737;
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 14.7179px;
    line-height: 22px;
    padding-right: 10rem;
}
.contenedor-metros-semicubiertos{
    border-bottom: 1px solid #3A3737;
    display: flex;
    justify-content: space-between;
}
.metros-semicubiertos{
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 14.7179px;
    line-height: 22px;
}
.año-proyectos{
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 14.7179px;
    line-height: 22px;
}

footer{
    margin-top: 6rem;
}
.icono-wp{
    margin-top: 88vh;
    margin-left: 92vw;
}
.contenedor-general-proyectos::-webkit-scrollbar{
    width: 0;
}
.footer-proyectos-responsive{
    display: none;
}
.navbar-responsive{
    display: none;
}

@media (max-width: 1300px){
    .navbar-responsive{
        display: block;
    }
    .footer-proyectos-responsive{
        display: block;
    }
    .contenedor-informacion-proyecto{
        flex-direction: column;
        width: 100%;
    }
    .contenedor-proyecto{
        margin-right: 0;
        width: 60%;
    }
    .contenedor-proyecto a{
        width: 100%;
    }
    .img-principal-proyecto{
        width: 100%;
    }
    .contenedor-titulo-proyecto, .contenedor-detalles-proyecto{
        width: 100%;
    }
    .contenedor-general-proyectos{
        width: 100%;
        align-items: center;
        margin:0;
        margin-top: 12rem;
        flex-direction: column;
    }
}
@media (max-width: 850px){
    .contenedor-proyecto{
        width: 90%;
        margin-top: 5rem;
    }
    .nombre-proyecto, .lote-proyecto{
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
    }
    .icono-flecha-proyectos{
        width: 3.1rem;
    }
    .metros-cubiertos-proyecto, .metros-semicubiertos, .año-proyectos{
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 22px;
    }
}
@media (max-width:700px){
    .contenedor-general-proyectos{
        margin-top: 8rem;
    }
}