
body{
    background-color:#EE6D1E;
}
.menu-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px -7px 9px 0px rgba(0,0,0,0.75);
    overflow-x: auto;
    white-space: nowrap;

}
.menu-icono{
    display: flex;
    justify-content: space-around;
    width: 100%;
    color: #fff;
}
.menu-icono-link img {
    filter: invert(1.4) sepia(0) hue-rotate(187deg) saturate(943%);
    height: 94px;
    width: auto;
}
.menu-icono-link img:hover {
    filter: invert(0.4) sepia(1) hue-rotate(-73deg) saturate(943%);
    height: 94px;
    width: auto;
}
.menu-icono-link-actiu{
	filter: invert(0.4) sepia(1) hue-rotate(-73deg) saturate(943%);
    height: 94px;
    width: auto;
}
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    height: 94px;

}
.contenidor {
    background: black;
    border-radius: 25px;
    color: white;
    margin: 20px;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
h1{
    color:#EE1E37

}
a{
    color:#ee1e9f;
}
.menu-top{
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    background: black;
    z-index: 100;
    height: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
}