/*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: 20px;
}
.box-date-msj p{
    text-align: center;
    font-size: 22px;
    color: #848484;
    font-weight: bold;
}
.box-date-msj span{
    text-align: center;
    display: block;
    font-size: 18px;
    color: #848484;
    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: #F8F8F8;
}
.item-equipo-active{
    border: 1px solid transparent;
    background-color: #E0E0E0;
}
.cont-escudo{
    width: auto;
    width: -moz-fit-content;
}
.img-escudo{
    width: 30px;
}
.nombre-equipo{
    font: 500 14px/18px 'roboto-regular'
}
.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*/






