body{
    background-color: #C2BDB8;
}
.imagen-header-proyecto{
    width: 100%;
    margin-top:8.3rem;
    max-height: 62.1rem;
}
main{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.seccion-titulo-proyecto{
    width: 76%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:8rem;
}
.contenedor-titulo-proyecto{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 26.4rem;
}
.contenedor-titulo-proyecto h1{
    font-style: normal;
    font-weight: 300;
    font-size: 55px;
    line-height: 110%;
    color:#1d1d1b;
}
.contenedor-titulo-proyecto h2{
    font-style: normal;
    font-weight: 300;
    font-size: 55px;
    line-height: 110%;
    color:#E0FF5F;
}
.info-proyecto{
    display: flex;
    justify-content: space-between;
    width: 42.6rem;
    border-bottom: 1px solid #1d1d1b;
    border-top: 1px solid #1d1d1b;
    margin-top:2rem;
}
.icono-nombre{
    display: flex;
    align-items: center;
}
.icono-nombre img{
    width: 1.5rem;
}
.icono-nombre p{
    font-style: normal;
    font-weight: 300;
    font-size: 14.7179px;
    line-height: 22px;
    color:#1d1d1b;
    margin-bottom: 0;
    margin-left: 1rem;
}
.info-proyecto p{
    font-style: normal;
    font-weight: 300;
    font-size: 14.7179px;
    line-height: 22px;
    color:#1d1d1b;
    margin-bottom: 0;
}
.imagenes-proyectos{
    margin-top: 8rem;
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel{
    width: 90%;
}
.carousel-inner{
    width: 100%;
}
.carousel-inner img{
    width: 100%;
}
.contenedor-primeros-textos{
    width: 76%;
    display: flex;
    justify-content: space-between;
    margin-top:8rem;
    border-bottom: 1px solid #1d1d1b;
    padding-bottom: 3rem;
}

.texto-principal-proyectos{
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #1D1D1B;
    width: 40%;
}
.texto-resaltado{
    color: #E0FF5F;
}
.segundo-texto-proyectos{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #1D1D1B;
    width: 40%;
}
.texto-fichaTecnica{
    width: 76%;
    display: flex;
    justify-content: flex-end;
}
.contenedor-general-segundaSeccion-info{
    width: 40%;
}
.contenedor-segundo-texto{
    border-bottom: 0.1rem solid #1d1d1d;
    padding: 4rem 0rem;
}
.contenedor-segundo-texto p{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #1D1D1B;
}
.contendor-ficha-tecnica{
    display: flex;
    flex-direction: column;
    border-bottom: 0.1rem solid #1d1d1d;
    padding: 4rem 0rem;
}
.contendor-ficha-tecnica h2{
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.0125em;
    color: #E0FF5F;
}
.contenedor-info-ficha-tecnica{
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
}
.columna1{
    width: 48%;
    border-top:0.1rem solid #1D1D1B;
}
.columna1 p{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 180%;
    color: #1D1D1B;
    border-bottom: 0.1rem solid #1D1D1B;
    margin-bottom: 0;
}
.columna2{
    width: 48%;
    border-top:0.1rem solid #1D1D1B;
}
.columna2 p{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 180%;
    color: #1D1D1B;
    border-bottom: 0.1rem solid #1D1D1B;
    margin-bottom: 0;
}
.iconos-redireccion-vermas{
    width: 76%;
    display: flex;
    justify-content: space-between;
    padding: 6rem 0rem;
    padding-top: 10rem;
}
.contenedor1-icono-grande-flecha{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ver-todos{
    margin-top: 5rem;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-decoration-line: underline;
    color: #E0FF5F;
}
.ver-todos:hover{
    color: #1D1D1B;
}
.contenedor2-icono-grande-titulo{
    display: flex;
}
.contenedor-icono-grande-ver-siguiente{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contenedor-titulo-redireccion{
    display: flex;
    flex-direction: column;
    margin-left: 4rem;
    margin-top: 8rem;
}
.contenedor-titulo-redireccion h1{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 110%;
    color: #1D1D1B;
}
.contenedor-titulo-redireccion h2{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 110%;
    color: #E0FF5F;
    margin-top: 4rem;
}
.icono-wp{
    margin-top: 88vh;
    margin-left: 92vw;
    position:fixed;
    z-index: 1000;
}
.navbar-responsive{
    display: none;
}
.imagen-header-proyecto-4{
    margin-top: 7rem;
}

@media (max-width: 1150px){
    .navbar-responsive{
        display: block;
    }
    .imagen-header-proyecto{
        margin-top: 10.5rem;
    }
    .imagen-header-proyecto-4{
        margin-top: 9rem;
    }
    .seccion-titulo-proyecto{
        flex-direction: column;
    }
    .contenedor-primeros-textos{
        flex-direction: column;
        align-items: flex-end;
    }
    .texto-principal-proyectos{
        width: 100%;
    }
    .segundo-texto-proyectos{
        width: 80%;
        margin-top: 5rem;
    }
    .contenedor-general-segundaSeccion-info{
        width: 80%;
    }
    .contenedor-titulo-redireccion{
        display: none;
    }
}
@media (max-width: 850px){
    .iconos-redireccion-vermas img{
        width: 18.5rem;
    }
    .contenedor-titulo-proyecto h1, .contenedor-titulo-proyecto h2{
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 34px;
    }
    .contenedor-titulo-proyecto{
        height: auto;
    }
    .info-proyecto{
        width: 100%;
        padding: 0.5rem;
    }
    .info-proyecto p{
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
    }
    .info-proyecto img{
        width: 1.3rem;
    }
    .texto-principal-proyectos{
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
    }
    .segundo-texto-proyectos, .contenedor-segundo-texto p{
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
    }
    .contendor-ficha-tecnica h2{
        font-style: normal;
        font-weight: 300;
        font-size: 26px;
        line-height: 120%;
    }
    .contenedor-info-ficha-tecnica{
        flex-direction: column;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 23px;
    }
    .contendor-ficha-tecnica{
        border-bottom: none;
    }
    .columna1, .columna2{
        width: 100%;
    }
    .columna2{
        border-top: 0;
    }
    .ver-todos{
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width: 700px){
    .imagen-header-proyecto{
        margin-top: 7rem;
    }
    .imagen-header-proyecto-4{
        margin-top: 5.5rem;
    }
}
@media (max-width: 500px){
    .iconos-redireccion-vermas img{
        width: 13.5rem;
    }
    
}