@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';
    overflow-x: hidden;
    margin: 0;
    padding: 0!important;
}

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

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

.gc-1 {
    background-color:#9e4fed;
}

.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: #0e0432!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 #9e4fed!important;
}

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

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

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

a.link:hover {
    color: #7a3eb6!important;
}

a.link {
    color: #9e4fed!important;
}