@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium.woff2') format('woff2'),
         url('../fonts/gothammedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'gothammedium';
}

.logo{
    text-align: center;
    margin-top: 18em;
    font-family: 'gothamblack';
}

.formulario {
    width: 33%;
    margin: 0 auto;
}

.formulario-pass {
    width: 33%;
    margin: 0 auto;
    margin-top: 12em;
}

.formulario-pass > p{
    text-align: center;
}

.verificacion {
    width: 33%;
    margin: 0 auto;
    text-align: center;
}

.login > input[type="text"], input[type="email"], input[type="password"]{
    width: 100%;
    margin-top: 1em;
    height: 2.5em;
    border-radius: 0.5em;
    padding: 0.5em;
}

.login > input[type="submit"]{
    width: 100%;
    margin: 1.5em auto;
    height: 2.5em;
    border-radius: 0.5em;
    color: #fff;
    background-color: #000;
}

.forget{
    font-size: 0.8em;
    color: #666;
    margin-top: 1em;
    margin-bottom: 0em;
    text-align: center;
}

.error{
    background-color: #fbb;
    padding: 1em 1em;
    color: #c00000;
    font-size: 0.9em;
    border-radius: 6px;
    position: absolute;
    top: 4em;
    left: 1em;
    right: 1em;
}

.ok{
    background-color: rgb(178, 226, 168);
    padding: 1em 1em;
    color: #08922b;
    font-size: 0.9em;
    border-radius: 6px;
    position: absolute;
    top: 4em;
    left: 1em;
    right: 1em;
}

#ok-cambio-contrasena{
    display: none;
}

#error-contrasena-old{
    display: none;
}

#error-login{
    display: none;
}

#error-register{
    display: none;
}

#error-register2{
    display: none;
}

#error-recuperar{
    display: none;
}

#error-contrasena{
    display: none;
}

#error-contrasenas{
    display: none;
}

.header {
    box-shadow: 0px 0px 12px 0px rgb(0,0,0,0.40);
    text-align: center;
}

#menu {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
    z-index: 1;
    margin-top: 0.5em;
}

#menu > ul {
    list-style-type: none;
    padding: 1em;
    margin-bottom: 0;
    text-align: left;
}

.title{
    color: #CF7F00;
    font-family: 'gothamblack';
}

.raffle{
    margin-top: 0.5em;
}

.account{
    margin-top: 1em;
}

.filter {
    margin-top: 1em;
}

.apply{
    margin-top: 2.9em;
}

.apply2{
    margin-top: 0.4em;
}

.subtitle{
    text-align: center;
    margin-top: 1.2em;
}

.subtitle2{
    text-align: center;
}

.chartTitle {
    text-align: center;
    margin-top: 1em;
}

.subtitle2{
    text-align: center;
}

table {
    width: 100%;
}

.table-striped{
    text-align: center;
}

table {
    width: 100%;
}

thead, tbody, tr, td, th { display: block; }

tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

tbody {
    overflow-y: auto;
}

.table-participants{
    height: 40em;
}

.table thead th {
    border-bottom: none;
}

.table-participants-popup {
    height: 23em;
}

.table-participants-popup > tr > td, .table-participants-popup > tr > th {
    width: 100%;
    float: none;
}


tbody td, thead th {
    width: 25%;
    float: left;
}

.table td, .table th {
    border-top: 0;
}

.boton {
    border: 1px solid #76232F;
    color: #fff;
    background-color: #76232F;
    padding: 0.4em 0.5em;
    border-radius: 0.3em;
}

.boton:hover {
    border: 1px solid #76232F;
    color: #76232F;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;
}

#menu > ul > li > a {
    color: #76232F;
}

.pestanas{
    margin-top: 2.4em;
}

.pestanas > ul {
    list-style-type: none;
    overflow: hidden;
}

.pestanas > ul > li {
    float: left;
    padding: 0.2em 3em;
    font-size: 1.2em;
    background-color: #EEE;
    border-radius: 50px 10px 50px 10px;
    cursor: pointer;
}

.pestanas > ul > li > p {
    margin-bottom: 0;
}

.active{
    background-color: #76232F !important;
    color: #EEE;
}

.progress{
    margin-top: 12em;
}

.btn-primary {
    color: #EEE;
    background-color: #76232F;
    border-color: #76232F;
}

.btn-primary:hover {
    color: #76232F;
    background-color: #FFF;
    border-color: #76232F;
}

hr{
    margin-top: 0;
}

.btn-primary:focus{
    box-shadow: none;
    background-color: #76232F;
    border-color: #76232F;
}

.btn:focus{
    box-shadow: none;
    background-color: #76232F;
    border-color: #76232F;
}

.btn-primary:not(:disabled):not(.disabled):active{
    background-color: #76232F;
    border-color: #76232F;
}

.btn-primary:not(:disabled):not(.disabled):active:focus{
    box-shadow: none;
    background-color: #76232F;
    border-color: #76232F;
}

.popup-text{
    margin-top: 0.4em;
    text-align: center;
    margin-bottom: 0.4;
}

.modal-footer{
    justify-content: center;
}

.modal-header {
    display: unset;
}