@font-face {
    font-family: Gilroy;
    src: url("../fonts/Gilroy-Regular.woff") format("opentype");
}

@font-face {
    font-family: Gilroy;
    font-weight: bold;
    src: url("../fonts/Gilroy-Bold.woff") format("opentype");
}


html, body {
    font-family: 'Gilroy';
    margin: 0;
    padding: 0!important;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}

.card-header{
    background: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.christmas-1 {
    background-color: #00cc49;
}

.gc-1 {
    background-color:#388244;
}

.christmas-2 {
    background-color: #fc2c4c;
}

.text-muted {
    color: #a7a6af!important;
}

.form-control {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

#nombre.form-control, #nombre_equipo.form-control {
    border-right-color: rgb(206, 212, 218)!important;
    border-right-style: solid!important;
    border-right-width: 2px!important;
}

#nombre.form-control:focus, #nombre_equipo.form-control:focus {
    border-right-color: rgb(206, 212, 218)!important;
    border-right-style: solid!important;
    border-right-width: 1px!important;
}


.form-control:focus {
    color: #495057!important;
    background-color: #f7f7f7!important;
    border-color: #141414!important;
    border-bottom-width: 4px;
    outline: 0!important;
    box-shadow: none!important;
    transition: border-width 0.2s ease-in-out;
}

.btn-clck {
    background: transparent;
}

.btn-clck::-webkit-calendar-picker-indicator {
    right: -10px;
    position: absolute;
    width: 75%;
    height: 40px;
    color: rgba(204, 204, 204, 0);
    opacity: 0
}

.btn-clck::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.btn-clck::-webkit-clear-button {
    margin-right:75px;
}

.bg-dark {
    background-color: #131a2d!important;
}

.bg-secondary {
    background-color: #e9ecef!important;
}

.video-banner {
    position: relative;
}

.video {
    position:absolute;
    z-index: -1;
}

.image-bg {
    position:absolute;
    z-index: -2;
}

.image-bg img{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

#estrellado {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.border-gc {
    border-top: 11px solid #388244!important;
}

.btn-outline-primary {
    color:  #388244!important;
    border-color:  #388244!important;
    border-radius: 1.25rem!important;
}

.btn-outline-secondary {
    border-radius: 1.25rem!important;
}

.btn-outline-primary:hover {
    color: #fff!important;
    background-color: #388244!important;
    border-color: #388244!important
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(56 130 68 / 50%)!important;
}

.personaje-1 {
    position: fixed;
    left: -190px;
    bottom: 0;
    width: 90vh;
}
    
.personaje-2 {
    position: fixed;
    right: -190px;
    bottom: 0;
    width: 90vh;
}

img {
    pointer-events: none;
}
    
#footer {
    width: 100%;
}

.torneos .rounded {
    border-radius: 1.4rem!important;
}

.torneos .shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.45)!important;
}

.torneos {
    filter: brightness(1);
    -webkit-transition: 0.8s -webkit-filter linear;
    -moz-transition: 0.8s -moz-filter linear;
    -moz-transition: 0.8s filter linear;
    -ms-transition: 0.8s -ms-filter linear;
    -o-transition: 0.8s -o-filter linear;
    transition: 0.8s filter linear, 0.8s -webkit-filter linear;
}

.torneos:hover {
    filter: brightness(1.7);
    -webkit-transition: 0.8s -webkit-filter linear;
    -moz-transition: 0.8s -moz-filter linear;
    -moz-transition: 0.8s filter linear;
    -ms-transition: 0.8s -ms-filter linear;
    -o-transition: 0.8s -o-filter linear;
    transition: 0.8s filter linear, 0.8s -webkit-filter linear;
}