
body{
    margin: 0%;
}

nav{
    align-items: center;
    width: 45%;
    margin: auto;
    margin-left:40%;
    background-color: #E8CCFF ;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0 100%);
    
}

h1{
    font-family: 'Lucida Sans';
    font-size: 4rem;
}

h2{
    font-family: 'Lucida Sans';
    font-size: 3rem;
}
h3{
    text-align: center;
}


footer{
    display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    background-color: #000000;
    
}


.links{
    list-style: none;
    display: flex;
    justify-content: space-around;   
    margin-left: 22%;
    margin-top: -40px;
}

.links > li > a{
    display: block;
    padding: 15px 20px;
    color: black;
    text-decoration: none;
}

.links >li:hover{
    background-color: white;
} 

.vertical{
    position:absolute;
    display: none;
    list-style: none;
    width: 100px;
    background-color: rgba(0, 0, 0, .5);
}

.links li:hover .vertical{
    display: block;
}

.vertical li:hover{
   background-color: #000000; 
}

.vertical li a{
    display: block;
    color: white;
    
}

.link{
    font-family: 'Lucida Sans';
    margin-top: 10%;
    margin-bottom: 20%;
}

.barra{
    font-weight: 600;
    font-size: 1.7rem;
    font-family: 'Lucida Sans';
    display: inline;
    position: absolute;
        top: 2%;
    margin-left: 5%;
}

.imagen1{
    width: 160px;
    margin: 0%;
    position: absolute;
        left: 10%;
        top:2%;
    
    
}

.video{
margin-left: 23%;
}

.container-imagenes{
    width: 90%;
    margin-left: 40% ;
    
    
    
}

.arca2{
    width: 30%;
    border-radius: 10px 10px 10px 10px;
    border: #CAA6E6  5px solid;
    margin-right: 50px;
    margin-top: 10px;
    
}

.arca3{
    width: 30%;
    border-radius: 10px 10px 10px 10px;
    border: #CAA6E6  5px solid;
    
}

.arca1{
    width: 68%;
    border-radius: 10px 10px 10px 10px;
    border: #CAA6E6  5px solid;
}

.container-imagne2{
    margin-top: 40px;
    
    
    
}
.proyecto{
    font-family: 'Lucida Sans';
    font-size:x-large;
    
}
.texto{
   width: 40%;
   margin-left: 15%;
 
}

.separar{
    margin-top: 3%;
    display: grid;
        grid-template-columns: 1fr 1fr
    
}

.l1{
    border-bottom: 4px darkgray dashed;

}

.tit{
    font-size: xx-large;
}

.Objetivos{
margin-left: 27%;    
}





.vertical_line{
   
   width: 3px;;
   margin-left: 20%;
}

.general{
    width: 70%;
    margin-left: 40%;
   
}

.especificos{
    width: 70%;
    margin-left: -60%;
}

.los-objetivos{
    font-family: 'Lucida Sans';
    font-size:x-large;
    margin-bottom: 20px; 
}

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

.container-ob{
    width: 70%;
    height: 120%;
    margin-left: 20%;
    border-radius: 10px 10px 10px 10px;  
}

.tecnologia{
    background-color:#9A999B  ;
}

.t_tecnologias{
    text-align: center;
    margin-right: 30%;
    margin-left: 30%;
}

.final{
    color: white;
}

.foo{
    color: white;
}
@media only screen and (max-width:1600px){
    .texto.h1{
        font-size: 5rem;
    }
    
    
     .especificos{
        width: 80%;
        margin-left: -60%;
    }

    .texto .proyecto{
        font-size: 23px;
    }

    .container-imagenes{
        margin-left: 30%;
    }

    .texto{
        width: 60%;
        margin-left: 7%;
    }

    .video{
        margin-left: 18%;
    }
}
/*@media screen and (max-width:500px){
    .imagen1{
        width: 100px;
    }
    .container-imagenes{
        margin-left: 47%;
    }

    .container-imagne2{
        margin-top: 0%;
    }
    .arca1{
        width: 84%;
    }
    .arca2{
        width:40% ;
        margin: 0%;
    }
    .arca3{
        width: 40%;
        margin: 0%;
    }
    h1{
        font-size:30px
    }
}*/



