button.d-inline-block {
    background-color: black;
    color: white;
    border: 0px;
}
video {
    width: 100%;
    margin-top: 20px;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 41px;
    display: block;
}

.form-check-inline .form-check-input {
    position: absolute !important;
    opacity: 0;
}

/*update david*/
.dq-red {
    font-size: 16px;
    color: #DD0707;
    font-weight: bold;
    line-height: 28px;
}
.dq-red span{
    font-size: 42px;
}
.box-date-msj{
    margin-bottom: 10px;
}
.box-date-msj p{
    text-align: center;
    font-size: 22px;
    color: #4157B9;
    font-weight: bold;
}
.box-date-msj span{
    text-align: center;
    display: block;
    font-size: 18px;
    color: #4157B9;
    font-weight: bold;
}
.box-date-msj label{
    text-align: center;
    display: block;
    font-size: 18px;
    color: #848484;
    margin-top: 18px;
    margin-bottom: 0px;
}
.clear-dq{
    clear: both;
}
.send-datos input{
    display: block;
    width: 100%;
    background: #e3dcdc;
    border: none;
    padding: 5px 12px 5px 12px;
    border-radius: 6px;
    width: 40%;
    margin: auto;
    margin-bottom: 17px;
    font-family: 'roboto-regular';
    font-size: 14px;
    color: #000;
}
.send-datos button{
    padding: 7px;
    border-radius: 5px !important;
}
.dq-tx-campeon{
    font-family: 'roboto-regular';
    font-weight: bold;
    color: #848484;
    margin: 22px 0px 22px 0px;
    font-size: 18px;
}
.form-champions{
    max-width: 500px;    
}
.item-equipo, .item-equipo-active{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.item-equipo{
    border: 1px solid #E0E0E0;
    background-color: #F0F0F0;
    box-shadow: 1px 1px 1px #00000061 ;
}
.item-equipo-active {
    border: 1px solid transparent;
    background-color: #ADADAD;
    color: white;
}
.cont-escudo{
    width: auto;
    width: -moz-fit-content;
}
.img-escudo{
    width: 25px;
}
.nombre-equipo {
    font: 500 14px/18px 'roboto-regular';
    padding: 0px;
    /* background-color: aquamarine; */
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.versus{
    font: 500 14px/18px 'roboto-bold'
}
.form-check-input:checked {
    background-color: #000 !important;
}
.btn-sgte{
    background-color: #000;
    color: #FFF;
    font: 500 14px/14px 'roboto-regular'
}
.btn:hover{
    color: #FFF;
}

@media screen and (max-width: 640px) {

    .logo-dq1{
        max-width: 200px;
    }
    .logo-dq2{
        max-width: 140px;
    }
    .send-datos input{
        width: 85%;
    }
    .dq-red span {
        font-size: 27px;
    }
    .box-date-msj p {
        font-size: 18px;
    }
    .box-date-msj span{
        font-size: 14px;
    }
    .box-date-msj label{
        font-size: 14px;
    }
}
/*fin update david*/






