@import url('https://fonts.googleapis.com/css?family=Lato'); 
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@font-face {
  font-family: 'futura'; /* Nombre que deseas dar a la fuente */
  src: url('/temas/imag/font/FuturaPTBold.otf');

}
 .home-fichaje {
    position: absolute;
    display: block;
    width: 250px;
    height: 90px;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #5b5b5b;
}

.wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 120px auto 0 auto;
    display: table;
    background: #ebebeb;
    background: radial-gradient(black, #003e79);
    font-family: 'Lato', sans-serif;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 20px;
}

.wrapper .cont-full-header {
    /* background: #262626; */
    width: 100%;
    margin: auto;
    height: auto;
    border-bottom: 2px solid #0000000f;
    margin-bottom: 30px;
}

.wrapper .cont-full-header .header {
    width: 1140px;
    background: url(/temas/imag/2019/fichajes_campeonato_nacional/fichaje_header.jpg)no-repeat left;
    height: 91px;
    margin: auto;
    margin-left: 0;
    margin-bottom: 20px;
    background-size: contain;
}

/* === BTN HOME === */
.wrapper .cont-full {
    display: table;
    margin: auto;
    width: 1000px;
    height: auto;
    position: relative;
    /* background: darkred; */
}

.wrapper .cont-full .cont-btn-home {
    width: 100%;
    margin: 5px auto;
    height: 50px;
    display: table;
}

.wrapper .cont-full .cont-btn-home a {
    display: table;
    position: absolute;
    right: 0;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
    text-decoration: none;
    background: #aba9a9;
    height: 45px;
    width: 150px;
}

.wrapper .cont-full .cont-btn-home a .txt-home {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #ffff;
    font-size: 20px;
}

/* === CONT TITULO CLUB === */
.wrapper .cont-full .cont-header-ficha {
    width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.wrapper .cont-full .cont-header-ficha .rot-ficha {
    width: 50%;
    height: 145px;
    float: left;
    /* background: red; */
    display: flex;
    justify-content: center;
}

.wrapper .cont-full .cont-header-ficha .rot-ficha .txt-name-club {
    display: flex;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
    font-weight: bold;
    color: #8d8d8d;
    font-family: 'futura';
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.wrapper .cont-full .cont-header-ficha .cont-img-equipo {
    display: table;
    width: 145px;
    /* margin: auto; */
    height: auto;
    /* background: blue; */
}

.wrapper .cont-full .cont-header-ficha .cont-img-equipo img {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
}

/* === CONT DATOS FICHAJES === */
.wrapper .cont-full .cont-fichajes {
    width: 1000px;
    height: auto;
    display: table;
    position: relative;
    min-height: 500px;
    padding: 20px;
    margin: 20px;
    box-sizing: border-box;
    background: #ffffff;
    /* background: darkgray; */
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big {
    width: 50%;
    display: table;
    height: auto;
    float: left;
    position: sticky;
    top: 0%;
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-photo-fichajes {
    display: table;
    width: 100%;
    margin: 0 auto;
    height: auto;
    float: left;
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-photo-fichajes img {
    width: 100%;
    height: auto;
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-photo-fichajes .social {
    width: 100%;
    height: 40px;
    color: #fff;
    position: relative;
    display: table;
    /* background: darkcyan; */
    margin-bottom: 15px;
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-photo-fichajes .social h1 {
    color: #009cde;
    font-size: 18px;
    font-weight: bold;
    width: 60%;
    border-left: 3px dotted #009cde;
    text-transform: capitalize;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-indent: 20px;
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-photo-fichajes .face2, .tweet {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    margin: auto;
    text-align: center;
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-bajada-photo {
    width: 100%;
    margin: auto;
    height: 50px;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-bajada-photo .bk-pie-fot-ficha {
    width: 100%;
    /* height: 85px; */
    background: rgb(0, 0, 0);
    /* display: table; */
    /* margin: auto; */
    /* position: relative; */
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-bajada-photo .pie_pr {
    background: black;
    opacity: 0.75;
    margin: auto;
    width: 100%;
    height: auto;
    background: #ebebeb;
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-bajada-photo .pie_pr .txt-jugador {
    color: #212121;
    display: table;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-bajada-photo .pie-fot-ficha {
    background: black;
    opacity: 0.75;
    margin: auto;
    width: 100%;
    height: auto;
}

.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-bajada-photo .pie-fot-ficha .txt-jugador {
    color: #fff;
    display: table;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
}

/* === CONT DATOS JUGADORES === */
.wrapper .cont-full .cont-fichajes .cont-jugadores {
    width: 40%;
    float: left;
    height: auto;
    background: #333333;
    background: radial-gradient(#181818, #3a3a3a);
    margin: 0 2.5%;
    margin-top: 8px;
    border-radius: 5px;
}

.wrapper .cont-full .cont-fichajes .cont-jugadores .cont-rot {
    display: table;
    height: auto;
    width: 100%;
}

.wrapper .cont-full .cont-fichajes .cont-jugadores .cont-rot.posibles {
    margin: 30px auto;
}

.wrapper .cont-full .cont-fichajes .cont-jugadores .cont-rot .txt-llegaron {
    display: flex;
    text-align: left;
    vertical-align: middle;
    font-size: 34px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: capitalize;
    /* border-left: 3px dotted #009cde; */
    color: #c2c2c2;
    font-family: 'futura';
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.wrapper .cont-full .cont-fichajes .cont-jugadores .box-jugadores {
    /* background-color: darkkhaki; */
    width: 100%;
    height: auto;
    display: table;
    padding: 0;
    margin-top: 25px;
}

.wrapper .cont-full .cont-fichajes .cont-jugadores .box-jugadores .item-nom {
    width: 85%;
    margin: auto;
    height: auto;
    display: table;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

.wrapper .cont-full .cont-fichajes .cont-jugadores .box-jugadores .item-nom a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
}

.wrapper .cont-full .cont-fichajes .cont-jugadores .box-jugadores .item-nom a::before {
    content: '';
    position: absolute;
    background: url(/temas/imag/2018/fichajes_campeonato_nacional_2019/ico-jug.png) no-repeat center;
    width: 35px;
    height: 35px;
    left: -25px;
    bottom: 15px;
    filter: contrast(0.1);
}

.wrapper .cont-full .cont-fichajes .cont-jugadores .box-jugadores .item-nom a.selected {
    background-color: #3b3b3b;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    /* display: table; */
    width: auto;
    /* padding: 10px; */
}

.rot-social {
    color: #000;
}

.header-ficha {
    height: 184px;
    width: 960px;
}

.header-ficha .ico {
    margin: 10px 0 0 50px;
}

.rot-llegan {
    font-size: 30px;
    /* padding:18px 0 0 60px; */
    /* background: #ff0000; */
    float: left;
    width: 100%;
    height: 100%;
    padding: 3px 0px 3px 0px;
    text-indent: 20px;
}

.par {
    background: #ddd url(../../imag/2013/rapertura/ico-jug.png) 10px 0 no-repeat;
}

.selected {
    color: #fff !important;
}

/* === === */
.jScrollPaneContainer {
    position: relative;
    top: 0px;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    background: #5f3c20;
}

.jScrollPaneDrag {
    position: absolute;
    background: #666;
    cursor: pointer;
    overflow: hidden;
}

.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}

a.jScrollArrowUp:hover {
    /*background-color: #f60;*/
}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}

a.jScrollArrowDown:hover {
    /*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}

.jScrollPaneTrack {
    background: none;
}

.jScrollPaneDrag {
    background: url(../../imag/transparent-black.png) repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jScrollPaneDragTop, .jScrollPaneDragBottom, a.jScrollArrowDown, a.jScrollArrowUp {
    height: 0;
}

/* === === */
/* ===== FOOTER ===== */
.wrapper footer {
    width: 100%;
    margin: auto;
    background-color: #212121;
    height: 50px;
}

.wrapper footer .cont-full-footer {
    max-width: 1140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    height: auto;
}

.wrapper footer .cont-full-footer .contacto-creditos {
    width: 375px;
    height: 71px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    margin: 41px 0 0 0;
    float: left;
}

.wrapper footer .cont-full-footer .contacto-creditos p {
    color: #cccccc;
    text-align: left;
    font-size: 14px;
    font-family: 'lato', sans-serif;
    margin: 0px 0px 0 22px;
}

.wrapper footer .cont-full-footer .contacto-creditos strong {
    color: #999797;
    text-transform: uppercase;
    font-weight: normal;
}

.wrapper footer .cont-full-footer .contacto-radio {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #ffffff;
}

.wrapper footer .cont-full-footer .contacto-radio .contacto-cooperativa {
    height: 50px;
    display: inline-flex;
}

.wrapper footer .cont-full-footer .contacto-radio .contacto-cooperativa p {
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    font-family: 'lato', sans-serif;
}

.selected {
    background-color: #3b3b3b;
    -webkit-animation-name: jugador;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s;
    /* Chrome, Safari, Opera */
    animation-name: jugador;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.foto_j {
    display: none;
}

.pie-fot-ficha {
    display: none;
}

@-webkit-keyframes jugador {
    0% {
        background-color: #3b3b3b
    }

    50% {
        background-color: #ccc;
    }

    100% {
        background-color: #3b3b3b
    }
}

/* Standard syntax */
@keyframes jugador {
    0% {
        background-color: #3b3b3b
    }

    50% {
        background-color: #ccc;
    }

    100% {
        background-color: #3b3b3b
    }
}

.menu-clubes {
    padding: 15px 0;
    margin-left: 250px;
    padding: 15px 0;
    margin-left: 0px;
    position: relative;
    padding: 15px 0;
    display: flex;
    justify-content: space-evenly;
}

.menu-clubes div {
    display: table;
}

.menu-clubes img {
    width: 40px;
    height: auto;
    margin-left: 5px;
}







@media only screen and (max-width: 768px){
.wrapper .cont-full {
    display: flex;
    margin: auto;
    max-width: 1000px;
    width: 100%;
    height: auto;
    position: relative;
}



.wrapper .cont-full .cont-fichajes {
    max-width: 1000px;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    min-height: 500px;
    padding: 20px;
    margin: 0px;
    box-sizing: border-box;
    background: #ffffff;
    /* background: darkgray; */
    flex-direction: column;
}

.wrapper .cont-full .cont-header-ficha .cont-img-equipo {
    display: table;
    width: 20%;
    /* margin: auto; */
    height: auto;
    /* background: blue; */
}
.wrapper .cont-full .cont-header-ficha .rot-ficha {
    width: 50%;
    height: auto;
    float: left;
    /* background: red; */
    display: flex
;
    justify-content: center;
}
.wrapper .cont-full .cont-header-ficha .rot-ficha .txt-name-club {
    display: flex
;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: bold;
    color: #8d8d8d;
    font-family: 'futura';
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
    .wrapper .cont-full .cont-fichajes .cont-jugadores {
        width: 100%;
        float: left;
        height: auto;
        background: #333333;
        background: radial-gradient(#ffffff, #ffffff);
        margin: 0 0;
        margin-top: 8px;
        border-radius: 5px;
    }
.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big {
    width: 100%;
    display: table;
    height: auto;
    float: left;
    position: sticky;
    top: 0%;
}
.wrapper .cont-full .cont-fichajes .cont-jugadores .box-jugadores .item-nom a {
    color: #676767;
    text-decoration: none;
    font-size: 12px;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
}
.wrapper .cont-full .cont-fichajes .cont-jugadores .box-jugadores .item-nom a::before {
    content: '';
    position: absolute;
    background: url(/temas/imag/2018/fichajes_campeonato_nacional_2019/ico-jug.png) no-repeat center;
    width: 17px;
    height: 17px;
    left: -5px;
    top: 16px;
    filter: contrast(0.1);
    background-size: contain;
}
.wrapper .cont-full .cont-fichajes .cont-photo-bajada-big .cont-bajada-photo .pie-fot-ficha .txt-jugador {
    color: #fff;
    display: table;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    font-size: .8rem;
}
.wrapper .cont-full .cont-header-ficha {
    width: 100%;
    margin: auto;
    height: auto;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 2px solid #c2c2c2;
    padding-bottom: 15px;
}
}