/*----------------------------------------------------------
0. Estilos del modo nocturno
-----------------------------------------------------------*/
.switch {
	background: #343D58;
	border-radius: 1000px;
	border: none;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	outline: none;
	margin: 1rem; }
	.switch::after {
	  content: "";
	  display: block;
	  width: 30px;
	  height: 30px;
	  outline: none;
	  position: absolute;
	  background: #F1F1F1;
	  top: 0;
	  left: 0;
	  right: unset;
	  border-radius: 100px;
	  -webkit-transition: .3s ease all;
	  transition: .3s ease all;
	  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
			  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2); }
	.switch.active {
	  background: orange;
	  border: none;
	  outline: none;
	  color: #000; }
	  .switch.active::after {
		left: unset;
		right: 0; }
	.switch span {
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	  display: block;
	  background: none;
	  color: #fff; }


	  body.dark {
		background-color: #000 !important;
		color: #fff !important; }

	  body.dark .bg-white{
			background-color: #000 !important;
			color: #fff !important; }

	  body.dark .text-secondary{
		color: #fff !important; }
	  
	  body.dark .modal{
			color: #000 !important; }
	  body.dark .text-primary{
            color: #fff !important; }
            
      body.dark  .card {
                color: #000 !important;
                }
    body.dark table tbody{
    color: #fff !important; 
   }
    
   body.dark table.table-hover tbody tr:hover {
      background-color: #00bbf0 !important; 
   } 

   body.dark .card{
       background-color: #000 !important;
       color: #F1F1F1 !important;
   }


   .navbar  {
    border-top: 12px solid #2CA8FF!important;
    border-bottom: 12px solid #2CA8FF!important;
    border-right: 12px solid whitesmoke!important;
    border-left: 12px solid whitesmoke!important;
 }


#number {
    font-size:50px;
    color:#434343;
  }
  
/* Profile Image Style */
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.0;
    }
    
    50% {
        opacity: 1.0;
    }
    
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0.0;
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.0;
    }
    
    50% {
        opacity: 1.0;
    }
    
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0.0;
    }
}
.cc-profile-image a {
    position: relative;
}
.cc-profile-image a:before {
    content: "";
    /*border: 15px solid rgba(55, 140, 63, 0.6);*/
    
    border: 15px solid #00bbf0;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    position: absolute;
    left: 0;
    -webkit-animation: pulsate 1.6s ease-out;
    animation: pulsate 1.6s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0.0;
    /*z-index: 99;*/
}
.cc-profile-image img {
    position: relative;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    padding: 0;
    margin: 0;
    border: 15px solid transparent;
    /*z-index: 9999;*/
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.cc-profile-image a:hover img {
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}
.cc-profile-image a:hover:before {
    -webkit-animation: none;
    animation: none;
}

.category {
    text-transform: uppercase;
    font-weight: 700;
    color: #9A9A9A;
}

/*Estilos barra de navegación*/

.bg-light {
    background: #051E2F !important;
    color: #2CA8FF !important;
}

.text-bootstrap{
    color: #563D7C !important;
}

.bordeLibre{
    border: 1px solid #28a745!important;
}

.bordeOcupado{
    border: 1px solid #dc3545!important;
}

.bordeDanada{
    border: 1px solid #FFC516!important;
}

#navegacion .navbar-brand {
    margin-right: 1.5rem;
    padding: 0.7rem 0;
    position: static;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .navbar-nav .nav-link {
    color: white;
    padding: 0.9rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

 .navbar-nav .nav-link:hover,
 .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.23);
    -webkit-box-shadow: 0 -5px 0 #2CA8FF inset;
            box-shadow: 0 -5px 0 #2CA8FF inset;
    cursor: pointer;
  }
  
 
  .btn-iconos {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0 0.5rem;
  }
  .btn-iconos:hover, .btn-iconos:focus {
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    color: #fff;
    text-decoration: none;
  }



/* Footer */

/*estilos logo footer*/

.imagen {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.imagen:hover {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0px 0px 15px 15px #2CA8FF;
    -webkit-box-shadow: 0px 0px 15px 15px #2CA8FF;
    transition-duration: 2s, 4s, 2s, 4s;
}

.footer {
    background: #051e2f;
    color: #2CA8FF;
    text-shadow: 0 0 0.4vw currentColor;
}


@media screen and (min-width: 320px) {
    .imagen {
        width: 70%;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}
@media screen and (min-width: 576px) {
    .imagen {
        width: 60%;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
@media screen and (min-width: 768px) {
    .imagen {
        width: 30%;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
@media screen and (min-width: 992px) {
    .imagen {
        width: 35%;
    }
}

@media screen and (min-width: 320px) {
    .imagen {
        width: 70%;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}
@media screen and (min-width: 576px) {
    .imagen {
        width: 60%;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
@media screen and (min-width: 768px) {
    .imagen {
        width: 30%;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
@media screen and (min-width: 992px) {
    .imagen {
        width: 35%;
    }
}