.text-justify{
  text-align: justify;
}
.btn-default{
    position: relative;
    display: inline-block;
    background: #333333;
    border-color: #333333;
    color: #fff !important;
    text-shadow: 1px 1px 1px #333;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1em;
    font-weight: normal;
    border: none;
    z-index: 5;
    text-align: center;
}
.btn-default:before{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    border-radius: 25px;
    background: transparent;
    border-color: transparent;
    opacity: 1;
    transition: all 0.5s ease;
}
.btn-default:after{
    position: absolute;
    display: block;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    content: "";
    background: rgb(221,230,4);
background: linear-gradient(90deg, rgba(221,230,4,1) 0%, rgba(219,21,50,1) 100%);
    border-radius: 25px;
    z-index: -1;
    transition: all 0.5s ease;
}
.btn-default:hover:after{
    opacity: 1;
    width: 101%;
    border-radius: 25px;
    left: 0;
    margin-left: -1px;
}
.btn:hover{
    color: #fff;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Images Backgrounds                                                                                                                   */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.bg-espacio{
    padding: 5rem 0;
}
.bg-home-bienvenida{
    background: #ccc;
    background: #fff url("../images/bg-tsb2.jpg") no-repeat top center;
    background-size: cover;
    padding: 150px 0;
}
.bg-home-bienvenida h1 a{
    background: transparent;
    color: rgba(255,255,255, 0.8);
    font-weight: 700;
    font-size: 55px;
    transition: all 1s ease-in-out;
}
.bg-home-bienvenida:hover h1 a{
    color: rgba(255,255,255, 1);
}
.bg-home-bienvenida p, .bg-home-bienvenida p a, .bg-home-bienvenida p a:visited{
    background: transparent;
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.bg-home-bienvenida p a:hover{
    text-decoration: none;
}
.bg-carrito{
    background: #ccc;
    background: #fff url("../images/bg-tsb3.jpg") no-repeat top center;
    background-size: cover;
    padding: 150px 0;
}
.bg-gris-claro{
    background: #D9DDE0;
}
.bg-gris-claro h1 a,
.bg-gris-claro h2 a,
.bg-gris-claro h3 a{
    background: transparent;
    color: rgba(0,0,0,0.6);
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-gris-claro:hover h1 a,
.bg-gris-claro:hover h2 a,
.bg-gris-claro:hover h3 a{
    color: rgba(0,0,0,1.0);
}
.bg-gris-oscuro{
    background: #2f3539;
    background-size: cover;
}
.bg-gris-oscuro h1 a,
.bg-gris-oscuro h2,
.bg-gris-oscuro h3,
.bg-gris-oscuro h4,
.bg-gris-oscuro h3 a{
    background: transparent;
    color: rgba(255,255,255,0.6);
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-gris-oscuro:hover h1 a,
.bg-gris-oscuro:hover h2,
.bg-gris-oscuro:hover h3,
.bg-gris-oscuro:hover h4,
.bg-gris-oscuro:hover h3 a{
    color: rgba(255,255,255,1.0);
}
.bg-blanco{
    background: #fff;
}
.bg-blanco-90{
    background: rgba(255,255,255,0.95);
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  TAMAÑO LETRAS                                                                                                                   */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.letra-grande{
    font-size: 3rem;
    font-weight: 400 !important;
}
.letra-mediana{
    font-size: 2rem;
    line-height: 1;
}
.letra-semi-chica{
    font-size: 1.5rem;
}
.letra-chica{
    font-size: 0.9rem;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  BG Y COLORES LISOS                                                                                                                   */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.color-blanco{
    color: #fff;
}
.color-gris-claro{
    color: rgba(255,255,255,0.6);
}
.color-gris-oscuro{
    color: #2f3539;
}
.p-10{
    padding: 100px;
}
.py-10{
    padding: 100px 0;
}
.py-12{
    padding: 120px 0;
}
.py-17{
    padding: 170px 0;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  MEDIDAS                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.w-8{
    width: 0.5rem;
}
.w-12{
    width: 0.75rem;
}
.w-16{
    width: 1rem;
}
.w-20{
    width: 1.25rem;
}
.w-22{
    width: 1.35rem;
}
.w-24{
    width: 1.5rem;
}
.h-16{
    height: 1rem;
}
.h-32{
    height: 3rem;
}
.h-80{
    height: 5rem;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  DETALLES                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.titulo{
    margin-top: 20px;
    margin-bottom: 20px;
}
.bg-sombra-clara{
    transition: all 0.5s ease-in-out;
}
.bg-sombra-clara:hover{
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}
.borde-fotos{
    position: relative;
    padding: 150px 100px;
    border-radius: 5px;
    border: 6px solid rgba(30,30,30,0.5);
}
.borde-fotos img{
    position: absolute;
    top: 20px;
    left: 20px;
}
.corte-grafico{
    margin: 150px 0 0 0;
    padding: 100px 0;
    background: rgb(0,0,0);
background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(47,53,57,0) 35%, rgba(47,53,57,1) 35%, rgba(47,53,57,1) 100%);
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  CALENDARIO                                                                                                                           */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
#tableCalendario td{
    background: transparent;
    color: #888;
    font-weight: 700;
}
#tableCalendario td.disabled{
    background: rgba(0,0,0,0.1);
}

#tableCalendario a{
    cursor:pointer;
    text-decoration:none
}
#tableCalendario a.border-success{
    background: transparent;
    color: #198754;
}
#tableCalendario a.border-danger{
    background: transparent;
    color: #DC3545;
}
#tableCalendario .border-danger.active,
#tableCalendario .border-danger:hover{
    background: #DC3545 !important;
    color: #fff;
}
#tableCalendario .border-success.active,
#tableCalendario .border-success:hover{
    background: #198754 !important;
    color: #fff;
}
#tableCalendario .border-danger.active,
#tableCalendario .border-danger:hover{
    background: #DC3545 !important;
    color: #fff;
}
#tableCalendario .bg-danger,
#tableCalendario .bg-success{
    color: #fff;
}
#tableCalendario td span{
    line-height: 1.3 !important;
}
#tableCalendarioAdministracion td{
    background: #198754;
    margin: 0.5rem;
    color: #fff;
}
#tableCalendarioAdministracion td.active{
    background: #054C6C;
    color: #fff;
}
#tableCalendarioAdministracion td:hover{
    background: #087FB4;
    color: #fff;
}
#tableCalendarioAdministracion td.disabled{
    background: transparent;
    color: #000;
}
#tableTurnoAdministracion td,
#tableTurnoAdministracion th{
    font-weight: 700;
}
#tableTurnoAdministracion td{
    color: #444;
}
#tableTurnoAdministracion .bg-primary,
#tableTurnoAdministracion .bg-success,
#tableTurnoAdministracion .bg-danger{
    color: #fff;
}
