/**
*   ruleta.css
*
*   Victor Caride
*   23/09/2021
*/

:root{
    --clc-primario: #e2007e;
    --clc-primario-soft: rgba(226, 0, 126, 0.75);
    --clc-primario-contraste: #ffffff;
    --clc-hover-light: #e2007e;
    --clc-hover-dark: #c4016e;

}

html * {
    font-family: 'Nunito', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;

    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body{
    background-image: url('../imagenes/fondo-sin-sombra.jpg');
}


.bg-clc-soft{
    background-color: var(--clc-primario-soft);
    border-color: var(--clc-primario);
    color: var(--clc-primario-contraste);
}

.bdr-clc-soft{
    border: 1px solid var(--clc-primario-soft);
}

.ruleta-1,
.ruleta-2,
.ruleta-3{
    background-color: #00000033;
    border-radius: 20px;
    border: 3px solid rgba(255, 255, 255, 0.75);
}

img.img-ruleta{
    height: 340px;
    width: 340px;
    margin: 0px auto !important;
}

img.img-logotipo-centro{
    height: 300px;/* gastrofan */
    height: 200px;/* rey leon */
    width: auto;
    margin: 0px auto !important;
}

#contenedor-logotipo-centro{
    position: fixed;
    float: none;
    bottom: 0.5%;
    width: 100%;
    text-align: center;
}

img.img-logotipo-gastrofan{
    height: 450px;
    width: auto;
    margin: 0px auto !important;
}

#contenedor-logotipo-gastrofan{
    position: fixed;
    float: none;
    top: -5%;
    width: 100%;
    text-align: center;
}


#contenedor-estadistica{
    position: fixed;
    float: none;
    min-height: 300px;
    top: 0%;
    z-index: 99;
    width: 100%;
    background-color:transparent;
}

#pizarra{
    width: 80%;
    border-radius: 12px;
    border: 3px solid #888
}

.estadistica-sorteo{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.estadistica-premio{
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: capitalize;
    font-style: initial;
}

.estadistica-datos{
    font-size: 1.1rem;
}

.estadistica-datos .badge{
    font-size: 1.1rem;
    padding: 12px 22px;
}


.txt-clc-minified{
    font-size: 0.85rem;
    font-weight: 600;
    font-style: italic;
}

.txt-clc-cabececera{
    font-size: 0.95rem;
    font-weight: 600;
    font-style: italic;
}


.h-15
{
    height: 15% !important;
}

.h-85
{
    height: 85% !important;
}
