.header{
    width: 100%;
    height: 7em;
}

.cont-logo-animate{
    display: flex;
}
.container-logo{
    width: 12em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card{
    min-height: 7em;
    width: 10%;
    border-radius: 30px;
    padding: 0 3.5em;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.7);
}
.logo-cont{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-cont img{
    width: 5em;
}
.cont-animate{
    width: 100%;
    height: 7em;
}
.canvas{
    width: 100%;
    height: 7em;
}



#nav{
    width: 100%;
    position: fixed;
    box-shadow: 0 0 0.3em rgba(0,0,0,.5);
}
#nav .container-logo img{
    height: 5em;
    margin: 1em;
}
.nav1{
    background: rgba(204, 204, 204, 0.9);
    height: 7em;
}
.nav1 .container-nav, .nav2 .container-nav{
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    height: inherit;
}

#nav .links-nav a{
    display: inline-block;
    color: #000;
    padding: 0.3em 0;
    margin-right: 1em;
    font-size: 1.5em;
    text-decoration: none;
    border-bottom: 0.05em solid #000;
    transition: 0.8s;
    cursor: pointer;
}
#nav .links-nav a:hover{
    font-size: 1.9em;
    border-bottom: 0.2em solid #000;
    transition: 0.8s;
}
#nav .links-nav .active{
    font-size: 1.9em;
    border-bottom: 0.2em solid #000;
}
#nav .menu-burger{
    /* TODO: hacer que se muestre */
    display: none;
    font-size: 4em;
    color: #000;
    padding: 0.3em 0.3em;
}