
.modH.marcadoresNew {
    padding: 0 10px;
    margin: 5px 0;
}
.marcadoresSlider .slick-list{
    padding-right: 80px;
}
.Marcadores {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ff1d00;
    padding: 4px 0;
    border-radius: 15px;
}
.Marcador {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    padding: 3px 7px;
    outline: none;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.Marcador:hover {
     cursor: grab;
}
.cont-momiosFecha-Logo {
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    font-size: 0.7rem;
    line-height: 0.8rem;
    font-weight: 600;
    color: #434343;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 4px;
}
.cont-momiosFecha {
    width: auto;
    float: left;
    margin-top: 4px;
}
.momios-fecha {
    width: auto;
    float: left;
}
.momios-hora {
    width: auto;
    float: left;
}
.LogCaliente {
    width: auto;
    float: right;
    font-size: 0.9rem;
    font-weight: 700;
    color: #8c8c8c;
    padding: 0;
}
.LogCaliente img {
    width: 53px!important;
    margin: 0!important;
}
.Momios-up {
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    padding-bottom: 5px;
}
.NumMarc {
    width: auto;
    float: left;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.EquipoMarc {
    width: auto;
    display: inline-block;
    padding: 0;
    text-align: center;
}
.EquipoMarc a {
    color: #000;
}
.EquipoMarc img {
    width: 36px!important;
    margin-bottom: 0px!important;
}
.Momios-down {
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 6px 0 3px 0;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: bold;
    background-color: #cccccc3b;
}
.EquipoMarc.NameE {
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: 600;
}
.MarcFinal {
    font-size: .9rem;
    font-weight: bold;
}
.NumColor {
    width: auto;
    float: left;
    text-align: center;
    padding: 0;
}
.NumColor a {
    color: #1134b2;
}
.btnMarcador {
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    text-align: center;
    margin: 2px 0px 0px 0;
}
.btnMarcador a {
    width: auto;
    background-color: #e10000;
    padding: 6px 15px 4px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    line-height: 0.9rem;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #000;
    transition: .3s;
    margin: 0 auto;
}
.btnMarcador a:hover {
    color: #fff;
    background-color: #000;
    transition: .3s;
}

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

}
@media only screen and (max-width: 979px) {
}
@media only screen and (max-width: 767px) {
.marcadoresSlider .slick-list{
    padding-right: 90px;
}
.btnMarcador {
    margin: 7px 0px 0px 0;
}
.btnMarcador a {
    padding: 10px 18px 9px 18px;
}
}
@media only screen and (max-width: 480px) {
.marcadoresSlider .slick-list{
    padding-right: 110px;
}
}
@media only screen and (max-width: 320px) {
}