@font-face {
    font-family: 'Core Sans C 45 Regular';
    src: url('../fonts/coresansc-regular-45.eot');
    src: url('../fonts/coresansc-regular-45.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansc-regular-45.woff') format('woff'), url('../fonts/coresansc-regular-45.ttf') format('truetype'), url('../fonts/coresansc-regular-45.svg#2996c2402d4f298380e741b0b02eb76a') format('svg');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'Core Sans C 35 Light';
    src: url('../fonts/coresansc-light-35.eot');
    src: url('../fonts/coresansc-light-35.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansc-light-35.woff') format('woff'), url('../fonts/coresansc-light-35.ttf') format('truetype'), url('../fonts/coresansc-light-35.svg#512f24b132f424607ce8d11e3a168699') format('svg');
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: 'Core Sans C 65 Bold';
    src: url('../fonts/coresansc-bold-65.eot');
    src: url('../fonts/coresansc-bold-65.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansc-bold-65.woff') format('woff'), url('../fonts/coresansc-bold-65.ttf') format('truetype'), url('../fonts/coresansc-bold-65.svg#19253e7d3833342db53aa610e9f3da89') format('svg');
    font-style: normal;
    font-weight: 700
}

body,
html {
    height: 100%;
}

body {
    background-color: #000;
    background-image: url('../img/bg-liga.jpg');
    background-size: cover;
    background-position: center bottom;
    font-family: 'Core Sans C 45 Regular', sans-serif !important;
    overflow: hidden;
}

h1 {
    font-family: 'Core Sans C 65 Bold', sans-serif;
    color: #ffffff;
    font-weight: 800;
}

#particles-js {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -999999999;
    opacity: .2;
}

#logo_wrapper {
    position: relative;
    display: block;
}

.laliga_logo {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    margin: 5% auto;
}

.hidden {
    display: none;
}

.quiz {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    margin: 10% auto;
}

.jugar,
.start {
    width: 500px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    text-align: center;
    z-index: 99999999999;
    margin: auto;
}

.juego_respuesta_card {
    border-radius: 30px;
    padding: 30px 10px;
    background-color: #fff;
    min-height: 200px;
}

.juego_respuesta_image {
    background-size: cover;
    border-radius: 30px 30px 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}

#marcador {
    width: 300px;
    height: 90px;
    background-image: url('../img/marcador.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: 30px;
}

.marcador-item {
    background-image: url('../img/marcador-items.png');
    height: 88px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    margin-right: 3px;
    background-size: 39px;
    display: none;
}

.bktop {
    background-position: top center;
}

.bkbottom {
    background-position: bottom center;
}

#cronometro {
    float: right;
    color: #fff;
    font-size: 35px;
    font-family: 'Core Sans C 65 Bold', sans-serif;
    font-weight: 800;
    margin: 20px 13px auto auto;
}

#timeout {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 300px;
    height: 300px;
    background-image: url('../img/crono.png');
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: none;
}

#timeout h2 {
    font-size: 40px;
    color: #fff;
    margin-top: 40px;
}

.escudo {
    border: 2px solid rgba(255, 255, 255, .0);
    margin: 1px;
}

.active {
    border: 2px solid rgba(255, 255, 255, .9);
}

#finalgame label {
    color: #fff;
}

#finalgame input {
    text-align: center;
}

.outerDivFull {
    position: absolute;
    top: 40%;
    right: 20px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    color: #fff;
}

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #007ec4;
    display: block;
    border-radius: 100px;
    position: relative;
    margin: auto
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
    background: #004F9E;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: 'No';
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: 'Sí';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

a:hover {
    text-decoration: none !important;
}

.answer-image {
    background-color: #eaeaea !important;
}

h3.sede-title {
    position: absolute;
    display: block;
    color: #fff;
    margin: 31% auto;
    text-align: center;
    left: 0;
    right: 0;
    top: -123px;
}

.juego_respuesta_card h5 {
    word-wrap: break-word;
}

.txt_gana {
    background: #007bff;
    padding-bottom: 10px;
}

.child-or-not {
    position: absolute;
    font-size: 17px;
    font-weight: bolder;
    background-color: #007FC8;
    float: left;
    width: 225px;
    border: none;
    border-radius: 25px;
    height: 100px;
    top: 34%;
    margin: auto;
}

.child-or-not:hover {
    background-color: #007FC8;
}

.not-child {
    left: 0;
    right: 273px;
}

.is-child {
    left: 280px;
    right: 0px;
}

#finalgame .form-check {
    margin-bottom: 10px;
}

.form-check {
    text-align: left;
}

.p_condiciones {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: white;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
}


/*label {
    color: #fff;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label {
    cursor: pointer;
}

label.form-check-label::before {
    content: '';
    background: transparent;
    border: 3px solid #fff;
    border-radius: 6px;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
}

input[type=checkbox]:checked+label:before {
    content: '✔';
    font-size: 19px;
    font-family: 'Times New Roman';
    color: #fff;
}*/