*{
    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;
    margin-top: 35px;
    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: #202945;*/
    background-color: white;
}

button:hover{
    background-color: gray;
    transform: scale(1.2);
}








.container{
    max-width: 1400px;
    margin: auto;
}

.color-acento{ color:#b1aeae; }





header{
    background-color: rgb(245,245,245);
    
    
}

header .logo{


    margin: 0;
    padding: 25px 30px;
    font-weight: bold;
    color: #202945;
    font-size: 1.6em;
    
}
 


header .container{
    display: flex;
    margin:auto;
    padding: 0;
    flex-direction: column;
    align-items: center;
    
}


header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
    float: right;
    z-index: initial;
}

header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

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 h2{
    margin-top: 100px;
    text-align: center;
    justify-content: center;
    padding-left: 40px;

}

#somos-proya2 p{
    text-align: justify;
    padding-left: 40px;
   /* padding-right: 20px;*/
}










#somos-proya2 .img-container1{
    max-width: 1000px;
    min-width: 320px;
    margin:auto;
    background-size: cover;
    background-position: center;
    
}


#somos-proya2 .img-container2{
    max-width: 1000px;
    min-width: 320px;
    margin:auto;
    background-size: cover;
    background-position: center;

    
}

#somos-proya2 .img-container3{
    /*width:75vw;*/
    max-width: 1000px;
    min-width: 320px;
    margin:auto;
    background-size: cover;
    background-position: center;
    
    /*padding-top: 100px;*/

    
}

#somos-proya2 .img-container4{
    /*width:75vw;*/
    max-width: 1000px;
    min-width: 320px;
    margin:auto;
    background-size: cover;
    background-position: center;
    
    /*padding-top: 100px;*/

    
}





.img-container1 img{
    width: 100%;
    /*height: 50%;*/
    background-position: center;
    /*z-index: -1;*/
    border-radius: 15px;
    margin-top: 30px;

}



.img-container2 img{
    width: 100%;
    /*height: 50%;*/
    background-position: center;
    /*z-index: -1;*/
    border-radius: 15px;
    margin-top: 30px;


}

.img-container3 img{
    width: 100%;
    /*height: 50%;*/
    background-position: center;
    /*z-index: -1;*/
    border-radius: 15px;
    margin-top: 30px;


}

.img-container4 img{
    width: 100%;
    /*height: 50%;*/
    background-position: center;
    /*z-index: -1;*/
    border-radius: 15px;
    margin-top: 30px;


}










.buttons {
    min-width: 300px;
    display: flex;
    justify-content: space-around;
  }

    .buttons a {
        text-decoration: none;
        font-size: 20px;
        width: 40px;
        height: 40px;
        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);
    }