



* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.header {
    height: 100px;
}

.logo {
    padding: 10px;
    float: left;
    width: 10%;
    position: relative;


}
.nav-link
{
    color: rgb(199, 62, 8);
}
.logo img {
    width: 90%;


}

.menu {
    width: 80%;
    float: left;
    position: relative;
    top: 60px;
    text-align: center;


}

.menu ol li {
    display: inline-block;
}

.menu ol li a {
    color: rgb(233, 136, 9);
    text-decoration: none;
    padding: 7px;

    font-family: Arial, Helvetica, sans-serif;
}




/*caja2*/
.contenedor {/*
background-image: url(../img/fondo2.png);*/

background-color: black;
    text-align: center;
    height: 100vh;
    color: rgb(233, 136, 9);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;



}

.contenedor h1 {
    top: 60px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    top: 40px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
    margin-top: 50px;
}

/*.contenedor img
{
    width: 75%;
    
}*/
.info {
    position: absolute;
    top: 150px;
}

/*caja2*/

.pie {
    margin-top: 20px;
    height: 110px;
    display: flex;
  
}

.pie img {
    height: 70%;
    width: 60%;
   
}

.hijo {
    margin-bottom: 5px;
    color: grey;

    font-size: 15px;
    text-align: center;
}

.hijos a {
    text-decoration: none;
    color: grey;
    margin: 5px;
    font-size: 15px;
}

.hijos {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 33.3%;
    
}
