@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue-Regular.woff2') format('woff2'),
        url('BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.center_disponibles {
    text-align: center;
}

.v_bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.v_top {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.text_color_table{
    color: rgb(255,255,255);
}

.background_avisos{
     background-color: rgb(255,38,38);
     color: rgb(255,255,255);
     padding: 30px;
}

.background_fecha_panel{
     background-color: rgb(255, 69, 69);
     color: rgb(255,255,255);
     padding: 19.5px;
}

.background_logo{
    background-color: rgb(255, 69, 69);   
}

.background_body_table{
     background-color: #0B416F!important;
} 

.fill { 
    min-height: 100%;
    height: 100%;
}

.margen_sup_div{
    padding-top: 15px;
}

.padding_ad_logo_sup{
    padding-top: 8px;
    padding-bottom: 19px;
}

.background_name_cueva{
     background-color: rgb(255,38,38);
     color: rgb(255,255,255);
     padding: 13.4px;
}

.background_head_table{
    background-color: #0B416F!important;
}

.archivo_black {
    font-family: 'Alfa Slab One', cursive;
    font-size: 28px;
}

.title_table{
    font-size: 25%;
}

.size_button{
    font-size: 100%;
}

.style_select{
    font-weight: bold;
    font-size: 125%;
}

.text_completo{
    color: #AAAAAA!important;
}

.size_font_links{
    font-size: 125%;
}

.size_font_links2{
    font-size: 115%;
}


.bottom_aligned {
    display: flex;
    align-items: flex-end;
}

.logo_derecha_size{
    width: 233px;
    height: 69px;
}

.imagen_bottom{
    padding-top: 50px;
}

.no_sessions{
    text-align: center;
    height: 200px;
}

h2 {
    font-size: 45px;
}

body{
    min-height: 100%;
}

.footer_content{
    display: block;
    bottom: 0
}

/*Pantallas*/
.row-cabecera{
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    font-size: 26px;
    color:white!important;
    background-color: #093355;
    white-space: nowrap;
    
}
.nombre-centro{
    text-align: unset!important;
    font-size: 65px; 
    font-family: 'Open Sans Condensed', sans-serif; 
}
.fecha{
    text-align: right;
    display:flex;
    align-items: center;
}
.hora{
    text-align: left;
    display:flex;
    align-items: center;
    clear: both;
    margin-top:-12px;
}
.texto-en{
    color:#AAAAAA;
    font-style: italic;
}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #426C82;
 }
 
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0B416F;
}
.row-select{
    text-align:center;
    color:white;
    padding-top:20px!important;
    padding-bottom:20px!important;
    font-size:20px;
}
#centros{
    width:50%;
    margin-right:auto!important;
    margin-left:auto!important;
    font-size:15px!important;
    margin-top:20px;
}
#btn_centros{
    font-size:15px;
    margin-top:20px;
}
.row-sociales{
    text-align:center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cal-ico {
    height: 20px;
    margin-right: 5px;
}
.clock-ico{
    height: 20px;
    margin-right: 5px;
}
.ico{
    margin-right:10px;
    margin-left:10px;
}
/* .logos-gobierno{
    text-align:left!important;
} */
.columna-tfn{
    height:140px;
    display: flex;
    align-items:center;
}
.img-footer{
    max-width:75%
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.texto-cabecera{
    line-height: 22px;
    margin-top: 28px;
}
.fecha-hora{
    margin-top:14px;
}
.line-height-null{
    line-height:20px;
}
.txt-subbtn{
    margin-top:10px;
}
.btn-entradas-centros{
    background-color:#AC0000;
    border-color: #AC0000;
}
.btn-entradas-centros:hover {
    color: #ffffff;
    background-color: #AC0000;
    border-color: #AC0000;
}
@media (min-width: 800px){
    .btn-drch{
        padding-right: 150px;
    }
    .btn-izq{
        padding-left: 150px;
    }
}
@media (max-width: 800px){
    .row-cabecera{
        white-space:normal!important;
    }
}
