body{
    background-color:#EDEDE9;
    
}

a{
    text-decoration: none;
    color: #000;
}

p{
    font-family:'Times New Roman';
}

h1{
   color: #986565;
   font-family:'Times New Roman';
}

.hr1{
    height: 500px; 
    width: 1px; 
    margin-top:-2.6%;
    background-color: #000;
    
}

.arcdata{
    font-size: 35px;
}

.eslogan{
    font-size: 90px;
    margin-left: 5%;
    color: #986565;
}

.l{
    border-bottom: 4px darkgray dashed;
    margin-left: 5%;
    margin-right: 5%;
}

.l1{
    border-bottom: 1px black solid;
    margin-top: -2.4%;
    margin-left: 5%;
    margin-right: 5%;
}

.l2{
    border-bottom: 1px black solid;
    margin-left: 5%;
    margin-right: 5%;  
}

.l3{
    border-bottom: 1px black solid;
    margin-left: 5%;
    margin-right: 5%;
     
}

.imagen{
    width: 70%;
    
    margin-left: 14%;
    clip-path: polygon(100% 25%, 100% 100%, 100% 85%, 0% 85%, 0% 25%) ;
    margin-top: -11%;
}

.nuestro_proyecto{
    display: grid;
        grid-template-columns: 1fr 1fr 1fr;
}

.Proyecto{
    font-size: 90px;
    margin-left: 5%;
    margin-top: -3%;
    color: #986565;
    
}

.Proyecto_2{
    font-size: 160px;
    margin-left: 13%;
    color: #986565;
    text-align: center;
    margin-top: 18%;
}

.pregunta{
    text-align: center;
    font-size: 40px;
    color: #986565;
}

.p_pregunta{
    text-align: center;
    font-size: 25px;
}

.justificacion{
    margin-left: 20%;
    width: 110%;
    
}

.just{
    font-size: 40px;
    text-align: center;
    color: #986565;
}

.viabilidad{
    margin-left: -25%;
    width: 110%;
}

.vi{
    font-size: 19px;
    
}

.el_marco{
    display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    
}

.hr2{
    height: 500px; 
    width: 130px; 
    margin-top:-3.9%;
    
    
}

.hr22{
    height: 630px; 
    width: 1px; 
    background-color: #000;
}



.marco{
    width: 160%;
    margin-left: -80%;
}

.final{
    text-align: center;
    font-size: 90px;
    color: #986565;
}

.mer{
    width: 60%;
    margin-left: 17%; 
}



@media only screen and (max-width:1600px){

    .Proyecto_2{
        font-size: 140px;
        margin-left: 13%;
        color: #986565;
        text-align: center;
        margin-top: 18%;
    }

    .hr1{
        height: 570px; 
        width: 1px; 
        margin-top:-2.6%;
        background-color: #000;
        
    }

    .hr22{
        height: 700px; 
        width: 1px; 
        background-color: #000;
    }

    
}