* {

    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.nav-link {
    color: rgb(199, 62, 8);
}

.nav-link:hover {
    color: rgb(81, 9, 250);
}

.header {
    height: 100px;
}

.logo {
    padding: 10px;
    float: left;
    width: 10%;
    position: relative;


}

.logo img {
    width: 100%;


}



/*caja2*/
.contenedor {
    /*
background-image: url(../img/fondo2.png);*/

    height: 600px;
    text-align: center;

    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;
    background-color: rgba(0, 0, 0, 0.932);
}

.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;
}

#menu {
    background-color: rgba(0, 0, 0, 0.932);
}

.hijos {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 33.3%;


}

.hijos2 {

    width: 100%;
    display: flex;
    flex-direction: row;
}


.card img {
    width: 100%;
    height: 500px;

}
.card
{
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
   background-color: rgb(102, 97, 92);
   height: 20%;
   width: 90%;
   border: none;
   box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.53); 
   margin: 2px;
}
.card-text
{
    color: black;
}
.card:hover
{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);


}