*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    background-color: #001a57;
    margin-top: -30px;
    padding-top: 30px;
    padding: auto;
}

h1{ font-size: 3.5em;}
h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
ul{ list-style: none;}
li{ font-size: 1.25em;}

button{
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    border: 2px solid rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: white;
    background-color: #202945
    ;
}

button:hover{
    background-color: #202945;
    transform: scale(1.2);
}










.container{
    max-width: 1400px;
    margin: auto;
}

.color-acento{ color:#b1aeae; }




header{
    background-color: rgb(245,245,245);
    z-index: 1;
    
    
}

header .logo{


    margin: 0;
    padding: 25px 30px;
    font-weight: bold;
    color: #202945;
    font-size: 1.6em;
    z-index: 1;
    
}
 


header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
    z-index: 1;
}

header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    z-index: 1;
}

header a:hover{
    color: #202945;
}








@media (min-width: 850px){

    header{
        position: fixed;
        width: 100%;
        
    }

    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }


}





@media (min-width: 1200px) {
    #caracteristicas{
        background-position-x: calc(100vw - 800px);
    }
}


.buttons {
    min-width: 700px;
    display: flex;
    justify-content: space-around;
  }
  
  .buttons a {
    text-decoration: none;
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #202945;
    color: #f1f1f1;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    transition: all .4s ease-in-out;
  }
  
  .buttons a:hover {
    transform: scale(1.2);
  }




#somos-proya2 .container{
    display: flex;
    justify-content: space-evenly;
    background-color: #001a57;
    color:white;
    display: block;
}

#somos-proya2 .texto{
    width: 90%;
    /*max-width: 4000px;*/
    text-align: center;
    /*padding-left: 150px;
    padding-right: 110px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
  
    
    
}

#somos-proya2 .texto h2{
    margin-top: 100px;
    text-align: center;
    justify-content: center;
    padding-left: 40px;
    
    /*margin-left: 480px;*/

    
}

#somos-proya2 p{
    text-align: justify;
    /*padding-right: 20px;*/
    padding-left: 40px;
}




#somos-proya2 .img-container{
    background-image: url("C:\Users\katiu\OneDrive\Desktop\pagina\media/ingenieriainversavideo.mp4");
    /*background-size: cover;*/
    background-position: right;
    height: 80%;
    width: 80%; 
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
    align-items: center;
    margin: 0 auto;
    /*margin-left: 120px;*/
    z-index: -1;
   /* object-fit: cover;*/
    /*position: absolute;*/

  
  
}

.img-container video{

    /*background-size: cover;*/
    background-position: center;
    height: 100%;
    width: 100%; 
    z-index: -1;
    
 
}





.buttons {
    min-width: 700px;
    display: flex;
    justify-content: space-around;
  }

    .buttons a {
        text-decoration: none;
        font-size: 28px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #202945;
        color: #f1f1f1;
        border-radius: 50%;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
        transition: all .4s ease-in-out;
    }
  
    .buttons a:hover {
        transform: scale(1.2);
    }