html, body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: azure;
    overflow: hidden;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgb(228, 217, 72) !important;
}

.navColorDegrade{
   /* background: -webkit-linear-gradient(10deg, #ffffff 0%, #5f87d6e8 60%, #ffffff 100%);*/
}

.indicadorActivo{
    font-family: "Lucida Bright";
    color: #636ac9;
    text-align: center;
    font-size: xxx-large;
}

.indicador{
    font-family: "Lucida Bright";
    text-align: center;
}

.indicadorFooter{
    font-family: "Lucida Bright";
    text-align: center;
    margin-top: 10px;
}

.indicadorFooterVerde{
    font-family: "Lucida Bright";
    text-align: center;
    margin-top: 10px;
    color: rgb(96, 182, 47);
}

.nav{
    text-align: center;
    padding: 10px;
}

.tablaContenedora{
    margin-left: 5px;
}

.marketingPlace {
    height: 100%;
    width: 95%;
}


.relleno{
  height:450px;
  width: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}

.marketingVideo{
    width: 100%;
}

.logo{
    margin-top: 5%;
    text-align: center;
}

.btn{ 
  border: none; /*Quita los bordes asperos que tienen los botones por defecto*/
  background: -webkit-linear-gradient(90deg, #FEB984 0%,  #F5CBA7 100%);
  /*margin: .5rem;*/
  position: relative;
  transform: rotateZ(360deg);
  transition: all .2s ease;
  overflow: hidden;
  cursor: pointer;
  
}

.btn-rectangle{
  border-radius: 10px; /*Leve redondeo*/
  padding: .5rem 1.5rem; /*Espaciado interno*/
  box-shadow: 0 3px 5px rgba(0,0,0,.4); /*Sombra leve*/
  margin-left: 240px;
}
.btn-circle, .btn-raised{
  color: #FFF;
}
.btn-raised{
  box-shadow: 0 3px 5px rgba(0,0,0,.4); /*Sombra leve*/
}


.elPaddingTurno {
    margin-right: 50px;
    padding-left: 51px;
    padding-right: 51px;
    margin-left: 32px;
    height: 80px;
    margin-top: 5px;
    width: 400px;

}
.elPadingPuesto {
    left: 57px;
    padding-left: 52px;
    margin-left: 10px;
    padding-right: 52px;
    height: 80px;
    margin-top: 5px;
    width: 400px;
}
