.footer{
  /*position: fixed;
  bottom: 0px;*/
  background-color: lightgrey;
  /*width: 100%;*/
  color: rgb(4, 4, 36);
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 10px;
}
.cookie{
  position: fixed;
  bottom: 0px;
  height: 50px;
  background-color: black;
  width: 100%;
  text-align: center;
  color: white;
  opacity: 0.85;
  left: 0;
}

.link{
  margin-left: 10px;
}


.text-center{
    text-align: center;

}
.page-header{
    color: rgb(4, 4, 36);
}
.centrar_td{
    text-align:center;
    color: grey;
}

.color_hora{
    background-color: lightgreen;
}
.color_dias{
    background-color: black;
    color: white;
}

table td{
    font-weight: bold;
    text-align: center;
}
table th{
    text-align: center;
}
.pilates{
    background-color:#DFCCE4;
}
.ciclo{
    background-color:#FFF200;
}
.power{
    background-color:red;
    color: white;
}
.funcional{
    background-color:#ADC5E7;
}
.core{
    background-color:#8F93C7;
}
.gap{
    background-color: #BEE3D3;
}
.boxeo{
    background-color:#333333;
    color: white;
}
.yoga{
    background-color:#F9A870;
}
.k1{
    background-color:lightgrey;

}
.aero{
    background-color:#59C5C7;
}
.zumba{
    background-color:#F37B70;
}
.estiramientos{
  background-color:green;
  color: white;
}
.abd30{
    background-color: lightgreen
}

.express{
    background-color: darkcyan;
    color: white;
}

.perfect{
    background-color: darkred;
    color: white;
}

.cubba{
    background-color: rgb(3, 56, 3);
    color: white;
}

.verano{
    height: 400px;
    width: 500px;
    margin-left: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.nav{
    background-image: linear-gradient(to right,  grey, green);
  }

  .nav li a{
    color: white !important;
  }

  .nav li a:hover{
    color: lightgreen !important;
  }
  .navbar-brand{
    color: white !important;
  }
  
  .nav-link{
    color: white !important;
  }