﻿@media (min-width: 750px) {
    .zona-inferior {
        display: contents;
    }
}

.panel-footer-sorteos-nacio {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px
}

.logotipo-juego {
    display: flex;
    float: none;
    gap: 6px;
    margin-bottom: 30px;
}

.detalleImg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cont-res-quiniela {
    flex-direction: column;
    display: flex;
}

.resultados-quiniela {
    font-size: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .resultados-quiniela .izq {
        display: flex;
        gap: 5px;
    }

.tit_sorteo_portada {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
}

#posicionfch {
    position: relative;
    top: 0px;
    left: 0px;
}

.posicion {
    display: inline-block;
}

.equipo {
    display: inline-block;
}

.centered {
    position: relative;
    margin-inline: 5px;
}

.plenoQuiniela {
    font-size: 26px;
    color: #7b868f;
    padding: 10px 5px 10px 0;
    margin: 0;
    position: relative;
    left: 0px;
    text-align: center;
}

.quiniela {
    display: inline-block;
    border: 1px solid #df4567;
    color: #df4567;
    height: 25px;
    line-height: 25px;
    width: 20px;
    text-align: center;
}

.num_fondo {
    height: 50px;
    line-height: 50px;
    width: 50px;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.parte-baja {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-template-areas:
        'lista lista cr'
        'main main btn';
}

.lista, .once_nros {
    grid-area: lista;
    margin-right: 40px;
    place-items: center;
}

.box-complementario.float-right, .oncePosicion {
    grid-area: cr;
    place-items: center;
}

div#botonBono {
    grid-area: btn;
    margin-top: 20px;
}

.nro-premio {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-areas:
        'prem nro nro'
}

.fecha_sorteos {
    font-size: 20px;
    color: #7b868f;
    text-align: left;
    padding: 10px 5px 10px 0;
    font-weight: 600;
    clear: both;
    grid-area: prem;
}

.tabla-resultados {
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: space-between;
    grid-area: nro;
    align-self: center;
}

.loteria {
    border: 1px solid #ccc;
    color: #333;
    height: 25px;
    line-height: 28px;
    width: 20px;
}

.premsdo {
    width: 110px;
}

.lista, .once_nros {
    margin-right: 20px;
}

.row-group {
    margin-bottom: 5px;
}


.resultado_buscador {
    margin-top: 20px;
}

/*Movil*/

.campos {
    display: flex;
    flex-wrap: wrap;
}

fieldset.contenedor_campos {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    flex-direction: row-reverse;
}
/*$$$$$$$$$$$$$$$$$ trafico.ini $$$$$$$$$$$$$$$$$*/

.container-trafico {
    padding-right: 10px;
    padding-left: 10px;
}
.movil .container-table {
    max-height: calc(80vh - 50px); /*restamos el alto del header de ep*/
}
.container-table {
    width: 100%;
    font-size: 12px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: auto;
    margin: 10px auto;
    background-color: #c2cfd9;
    position: relative;  
    overflow: auto;
    border-bottom: 1px solid #000000;
}

.table-header {
    display: flex;
    position: sticky;
    top: 0;
    justify-content: center;
    align-items: center;
    background-color: #c2cfd9;
    border: 1px solid #FFF;
    padding: 4px;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

    .table-header:before {
        content: '';
        width: 100%;
        position: absolute;
        top: -3px;
        left: 0;
        border-top: 3px solid white;
    }

.table-item {
    display: flex;
    font-size: 12px;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #000000;
    border-block-end: 1px solid #000000;
    border-block-start: 1px solid #000000;
    padding-left:2px;
    padding-right:2px;
}

.fecha {
    font-size: 13px;
    color: #333;
    text-align: center;
    font-weight: 600;
}

.hora {
    font-size: 13px;
    color: #cc0000;
    text-align: center;
    font-weight: 600;
}
.table-item.icono {
    display: flex;
    flex-direction: column;
}

span.carretera {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.lugar, .tramo {
    font-size: 12px;
    color: #999;
    text-align: center;
    font-weight: normal;
}

.table-item.lugar {
    border-right: 1px solid #000000;
}

.table-item, .table-tramo {
    background-color: white;
}

.table-tramo {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 5;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    border-block-end: 1px solid #000000;
    margin-bottom: 5px;
}

    .table-tramo:last-child {
        margin-bottom: 0;
    }

/*$$$$$$$$$$$$$$$$$ trafico.fin $$$$$$$$$$$$$$$$$*/


.movil .box-complementario.float-right, .oncePosicion {
    margin-top: 10px;
}

.movil .premsdo {
    width: 82px;
}

.movil .lista, .once_nros {
    margin-right: 0px;
}

.movil .parte-baja {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-template-areas:
        'lista lista lista'
        'cr main btn';
}

.movil .num_fondo {
    height: 41px;
    line-height: 46px;
    width: 41px;
    font-size: 25px;
}

.movil .tit_sorteo_portada {
    font-size: 20px;
    padding-left: 0px;
}

.movil .resultados-quiniela {
    font-size: 18px;
}

.movil .imgSorteo {
    width: 65px;
    height: 65px;
    margin-right: 0px;
}

.movil .tit_sorteo {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    float: left;
    margin-top: 0px;
    width: auto;
    margin-bottom: 2px;
    padding: 0;
}

.movil .fecha_sorteos {
    font-size: 20px;
    color: #7b868f;
    text-align: left;
    padding: 0px 5px 0px 0;
    margin-bottom: 20px;
    font-weight: 600;
    clear: both;
}

.movil .box-ancho {
    margin-left: 0px;
}

.movil .zona-inferior {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.movil .once_nros {
    display: flex;
    float: inherit;
    gap: 10px;
}

.movil .numeroOnce {
    margin-left: 0px;
    margin-right: 0px;
    width: 67px;
}

.movil #oncePosicion {
    left: 0px;
    align-self: center;
}

.movil .cuerpo_pie {
    display: flex;
    flex-direction: column;
}

.movil .nro-premio .tabla-resultados {
    margin-top: 0px;
    gap: 4px;
}

.movil .nro-premio {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.movil .panel-footer-sorteos-nacio {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.movil .joker {
    margin-top: 10px;
}

.movil .med {
    height: 41px;
    line-height: 46px;
    width: 41px;
    font-size: 25px;
    transition: height 0.7s ease, width 0.7s ease, font-size 0.7s ease, line-height 0.7s ease;

    @media (max-width: 339px) {
        height: 30px;
        width: 30px;
        line-height: 33px;
        font-size: 25px;
    }
}

.movil p.fecha_sorteos.prem.display-inline {
    width: 82px;
    line-height: 1;
}

.movil .resultados-quiniela .der {
    display: flex;
    align-items: center;
    gap: 5px;
}
/*FIN MOVIL*/
/*Fuente para los iconos*/
@font-face {
    font-family: 'icomoon';
    src: url("/fonts/epmovilv6.woff2") format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.display-flex {
    display: grid;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.display-inline {
    display: inline;
}

.panel-sorteos {
    width: 95%;
    padding: 10px;
    margin: 5px 20px 10px 0;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-sizing: border-box;
}

@media only screen and (max-width: 700px) {

    .panel-sorteos {
        margin: 10px;
        width: 96%;
    }
}

.panel-sorteos.full {
    width: 97%;
}

.panel-sorteos:first-child {
    margin-left: 0;
}

.borde_inf_punteado {
    border-bottom: 1px dotted #ccc;
}

/* Sorteos */

.premios {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #666;
    text-align: left;
}

.gordo {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #900;
}

.segundo {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #063;
}

.tercero {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #063;
}

.otros_pre {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #2f4f88;
}

.sorteo-col {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    margin-right: 5%;
    padding-bottom: 15px;
}

.sorteo-col-iz {
    width: 45%;
    float: left;
    padding-right: 10px;
    border-right: solid 1px #ccc;
}

.sorteo-col-der {
    width: 50%;
    float: left;
    margin-left: 10px;
}

.tit_sorteo {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    float: left;
    margin-top: 5px;
    width: auto;
    padding: 0;
}

.imgSorteo {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
}

.panel-footer-sorteos {
    margin-top: 30px;
    text-align: right;
}

.ante, .btn-volver {
    color: #666;
    background-color: #efefef;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 400ms ease-out;
}

    .ante:hover, .btn-volver:hover {
        background-color: #ccc;
    }

    .ante:after {
        content: "\e90b";
        font-family: 'icomoon';
        font-size: 10px;
        margin-left: 2px;
    }

    .btn-volver:before {
        content: "\e90a";
        font-family: 'icomoon';
        font-size: 10px;
        margin-right: 2px;
    }


/* Crear una clase para la serie */
.box-ancho {
    margin-left: 8px;
    font-size: 30px;
}

.resultado-quiniela {
    font-size: 14px;
}

.serie_once {
    font-size: 30px;
    font-weight: bold;
    color: #00A165;
    text-align: left;
}

.numeroOnce {
    float: left;
    border: solid 1px #00a165;
    width: 50px;
    height: 50px;
    color: #333;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    margin-left: 10px;
    margin-right: 10px;
}

#oncePosicion {
    position: relative;
    margin-top: 10px;
}

.adicionalesOnce {
    height: 186px;
    overflow: hidden;
}

.numerosadicionalesOnce {
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 13px;
}

.columna_quini {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000;
    text-align: center;
}

.rojobk {
    background-color: #DD3F5F;
    border-radius: 50%;
}

.azulbk {
    background-color: #3A6EAA;
    border-radius: 50%;
}

.grisbk {
    background-color: #999;
    border-radius: 50%;
}

.verdebk {
    background-color: #3ab75c;
    border-radius: 50%;
}


.box-complementario.float-left {
    margin: 15px 0 0 0;
    clear: both;
}

    .box-complementario.float-left .box-ancho {
        margin-left: 0;
    }

.estrella {
    color: #333;
    line-height: 35px;
    text-align: center;
    position: relative;
    display: inline-block;
}

    .estrella .text-sorteo {
        color: #333;
        font-size: 30px;
        font-weight: 600;
        position: absolute;
        z-index: auto;
        top: 3px;
        left: 0;
        width: 49px;
        text-align: center;
    }

    .estrella:before {
        color: #f3d55b;
        content: "\e97b";
        font-size: 50px;
        font-family: 'icomoon';
    }

.once {
    background-image: url( 'https://s01.europapress.net/imagenes/estaticos/sorteos/oncep.gif' );
    color: #00a165;
    height: 24px;
    width: 1%;
}

.joker {
    font-size: 28px;
    font-weight: 600;
    padding: 0 8px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #ccc;
    color: #333;
    letter-spacing: .1em;
    display: inline-block;
    margin-left: 10px;
}

.catalogo {
    font-size: 13px;
    margin-right: 10px;
}

    .catalogo:before {
        content: "\e90A";
        font-family: 'icomoon';
        font-size: 11px;
        margin-right: 4px;
    }

.banner_seccion_ppal h1 {
    border-bottom: 1px solid #ddd;
    font-size: 35px;
    font-weight: 600;
    padding: 10px 0 5px 0;
    margin: 28px 0;
}



/* Tráfico */
.tabla_celdas_borde {
    /* width: 100%;*/
    width: 382px;
    background-color: #FFF;
}

    .tabla_celdas_borde td {
        border-bottom: solid 1px #ddd;
        border-right: solid 1px #ddd;
        padding: 8px 5px;
    }

.sin_borde {
    border-bottom: none !important;
    border-right: none !important;
}

.tipo_trafico {
    font-size: 10px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.fecha_tr {
    font-size: 13px;
    color: #333;
    text-align: center;
    font-weight: 600;
}

.hora_tr {
    font-size: 13px;
    color: #cc0000;
    text-align: center;
    font-weight: 600;
}

.via {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-align: center;
}



.lugar_prov {
    font-size: 12px;
    color: #999;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}

.leyenda {
    font-size: 15px;
    color: #2f4f88;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}

span.leyenda img {
    margin-right: 0.5em;
    margin-top: 0.5em;
    margin-left: 2em;
}

.icon-retenciones:before, .icon-I0000000002:before {
    content: "\e92e";
    font-size: 20px;
    margin: 0 0px 0 0;
    vertical-align: sub;
}

.icon-obras:before, .icon-I0000000001:before {
    content: "\e92d";
    font-size: 25px;
    margin: 0 5px 0 0;
    vertical-align: sub;
}

.icon-conos:before, .icon-I0000000004:before {
    content: "\e92c";
    font-size: 20px;
    margin: 0 5px 0 0;
    vertical-align: sub;
}

.icon-metereologia:before, .icon-I0000000003:before {
    content: "\e923";
    font-size: 20px;
    margin: 0 5px 0 0;
    vertical-align: sub;
}

.icon-metereologia:before, .icon-I0000000005:before {
    content: "\e92a";
    font-size: 20px;
    margin: 0 5px 0 0;
    vertical-align: sub;
}

.icon-N0000000001:before {
    content: "";
    background: #333;
    margin: 0 5px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.icon-N0000000002:before {
    content: "";
    background: #cc0000;
    margin: 0 0px 0 0!important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.icon-N0000000003:before {
    content: "";
    background: #dd9d0d;   
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.icon-N0000000004:before {
    content: "";
    background: #299606;
    margin: 0 5px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.icon-N0000000005:before {
    content: "";
    background: #00d7f6;
    margin: 0 5px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.caja_datos {
    overflow: hidden;
    border: 0;
    background-color: #ecf0f3;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    clear: both;
}

    .caja_datos .header {
        width: 100%;
        height: 2em;
        background: #7b868f;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        line-height: 2em;
        font-weight: 400;
        margin-bottom: 0.5em;
    }

        .caja_datos .header a {
            color: #FFF !important;
        }

.contenedor_campos {
    overflow: hidden;
    border: 0;
    background-color: #ecf0f3;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    clear: both;
    padding: 0;
}

    .contenedor_campos h3 {
        width: 100%;
        height: 2em;
        background: #7b868f;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        line-height: 2em;
        font-weight: 400;
        margin: 0;
    }

    .contenedor_campos label {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        padding: 0 5px 0 0;
        /*  width: 82px;*/
        display: inline-block;
        text-align: right;
    }

    .contenedor_campos .campos {
        padding: 2em 1.5em 3em 1.5em;
    }

    .contenedor_campos .campo_buscador {
        float: left;
        /* height: 60px;*/
        margin-top: 5px;
        margin-bottom: 5px;
    }

@media (max-width: 450px) {
    .campos {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .campo_buscador {
        display: flex;
        justify-content: space-between;
    }
}


.boton_buscador {
    width: 100%;
    margin-top: 10px;
}

.contenedor_campos .boton_buscador input[type="submit"] {
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
    background-color: #cc0000;
    color: #fff;
    padding: 0 10px;
    font-weight: 400;
    margin: 2px 20px 0 0;
    float: right;
}

    .contenedor_campos .boton_buscador input[type="submit"]:hover {
        opacity: .8;
    }

.contenedor_campos .caja_opciones {
    position: relative;
    line-height: 30px;
    height: 30px;
    width: 150px;
    font-size: 14px;
    padding: 0 0 0 5px;
    border-radius: 4px;
    border: 1px solid #DDD;
    margin-right: 18px;
    color: #666;
}

    .contenedor_campos .caja_opciones option[data-ocultar='true'] {
        display: none;
    }

    .contenedor_campos .caja_opciones.caja-xs {
        width: 90px;
    }



.resultado_buscador .sin-resultado {
    background-color: #f47555;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}



.ContenidoCentralTrafico legend {
    background: #333;
    color: #FFF;
    font-size: 18px;
    padding-left: 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
}

/* Fin Tráfico */

/* General Ocio */
.cabeceraOcio {
    font-family: Georgia;
    font-style: italic;
    color: #2f4288;
    vertical-align: bottom;
    border-bottom: solid 3px #e5e5e5;
}

    .cabeceraOcio h1 {
        background-color: #e5e5e5;
        background-image: url('img/ocio/borde_dere.gif');
        background-repeat: no-repeat;
        background-position: right top;
        width: 50%;
        line-height: 100%;
        vertical-align: bottom;
        padding-left: 1px;
        margin: 0;
    }

        .cabeceraOcio h1 img {
            vertical-align: baseline;
            background-color: #e5e5e5;
            position: relative;
            top: 1px;
            margin-right: 10px;
        }
/* Fin General Ocio */

.msg-warning {
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

    .msg-warning p {
        font-size: 15px;
        font-weight: 600;
        color: #f29c02;
    }

        .msg-warning p:before {
            content: "\e947";
            font-family: 'icomoon';
            color: #f29c02;
            margin-right: 8px;
            font-size: 18px;
            font-weight: normal;
        }
/* Errores */
.errores {
    font-size: 13px;
    color: Maroon;
    text-align: left;
}

.comparteabajo {
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 20px;
    margin-left: 111px;
    width: 441px;
}

.IEN_icon2 {
    background-image: url('https://s01.europapress.net/imagenes/estaticos/sprites12.png');
    background-repeat: no-repeat;
    height: 26px;
    width: 25px;
    border: 0;
}

.IEN_linkedin {
    float: left;
    width: 34px;
    margin-top: 5px;
    margin-bottom: 1px;
    margin-right: 10px;
}

.IEN_meneame {
    float: left;
    width: 34px;
    margin-top: 10px;
    margin-bottom: 1px;
    margin-right: 10px;
}

.IEN_twitter {
    float: left;
    width: 34px;
    margin-top: 10px;
    margin-bottom: 1px;
    margin-right: 10px;
}

.IEN_facebook {
    float: left;
    width: 34px;
    margin-top: 10px;
    margin-bottom: 1px;
    margin-right: 10px;
}

/*pestañas*/
.nav_simple {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
}

    .nav_simple a {
        font-size: 15px;
        margin-right: 2px;
        padding: 5px 8px;
        border: 1px solid #ddd;
        border-bottom: 0;
        display: inline-block;
    }

.TextoPieFoto {
    color: #cc0000;
    font-weight: bold;
    position: relative;
    top: 1px;
    background: #fff;
    padding: 6px 8px 5px 8px !important;
    cursor: text;
}

.autono {
    color: #767676;
    font-weight: normal;
    background: #f1f1f1;
}

.nav_simple a.autono:hover {
    background: #ccc;
}
