body{
    font-family: sans-serif;
    margin: 0;
    background-color: black;

}

a{
    text-decoration: none;
    color: white;

}

.presentacion{
    color: rgb(0, 0, 0);
    font-size: 18px;
    padding: 50px 200px ;
    margin-bottom: 60px;
    background-color: white;

}
header{
    display: flex;
    height: 85px;
    background-color: black;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;

}

.logo{
    display:flex;
    align-items: center;

}

.logo img{
    height: 75px;
    margin-right: 5px;
}

nav a{
    font-weight: 50px;
    padding-right: 10px;
    background-color: black;

}

nav a:hover{
    color: rgb(0, 174, 255);
}
.container{
    max-width: 1100px;
    margin: 0 auto;
    font-size: 20pxpx;
}

.objetivos{
    background-color: black;
    padding: 0px 0px 100px 0px;
    text-align: center;
    color: white;
}

.objetivos h3{
    font-size: 30px;
    margin-bottom: 15px;
}
.txt1{
    font-size: 17px;
    padding: 0px 150px ;
    margin-bottom:  35px;
}

.img{
    width: 100px;
    height: 100px;
    align-items: center;
    
}
.objetivos_especificos1{
    display:flex;
    justify-content: space-between;
}

.objetivos_especificos2{
    display:flex;
    justify-content: space-between;
}

.txt2{
    font-size: 20px;
    padding: 0px 150px ;
    width: 250px;
}

.especificos{
    padding: 35px 25px;
    background-color: black;
}