/* color botones */
div[class*="dfMc-"] .btn {
  background-color: #0fbdb3;
}
/* color hover menu */
.navbar .first-level > li.active > a,
div[class*="dfMc-"] .navbar .first-level > li.active > a:hover,
div[class*="dfMc-"] .navbar .first-level > li.active > a:focus,
div[class*="dfMc-"] .navbar .first-level > li > a:hover,
div[class*="dfMc-"] .navbar .first-level > li:hover > a {
  background-color: #282828 !important;
}
/* color fondo primer header */
div[class*="dfMc-"] .navbar .first-level {
  background: #d4d4d4;
}
/* display none sombra blanca */
div[class*="dfMc-"] .navbar .first-level > li.active > a:before,
div[class*="dfMc-"] .navbar .first-level > li.active > a:hover:before,
div[class*="dfMc-"] .navbar .first-level > li.active > a:focus:before {
  display: none;
}
/* display none after  */
div[class*="dfMc-"] .navbar .first-level > li > a:after {
  display: none;
}
/* color letras menu*/
div[class*="dfMc-"] .navbar .first-level > li > a {
  text-decoration: none;
  color: #404040;
}
div[class*="dfMc-"] .navbar .subnav > li a:after {
  width: 3px;
  height: 50%;
  display: block;
  min-width: 1px;
  max-width: 1px;
  padding: 0;
  top: 20%;
  right: 0;
  background: #333;
  position: absolute;
}
div[class*="dfMc-"] .fixture .fecha .match .match-inner {
  box-shadow: 0px 1px #d9d9d9;
}
/* borde fechas */
div[class*="dfMc-"] .fixture .fecha .match .visitante {
  border-right: 0px;
}
/* tamano fecha */
div[class*="dfMc-"] .fixture .fecha .subHeader {
  font-size: 15px;
}
/* tamano nombre equipo */
div[class*="dfMc-"] .fixture .fecha .match div.equipo {
  font-size: 13px;
}
/* tamano boton */
div[class*="dfMc-"] .fixture .fecha .match .link a.btn span {
  font-size: 12px;
}
/* resultados */
div[class*="dfMc-"] .fixture .fecha .match .visitante .resultado,
div[class*="dfMc-"] .fixture .fecha .match .local .resultado {
  background: none;
  color: #323232;
  font-size: 28px;
}
/* guion vs */
div[class*="dfMc-"] .maxSize-767.fixture .fecha .match .vs- {
  left: 43%;
  font-size: 22px;
  margin-top: 5px;
}

/* -------- TIRA MAM -------- */
/* flechas */
div[class*="dfMc-"] .agendaMaM .owl-theme .owl-controls .owl-buttons div {
  background: #0fbdb3;
}
div[class*="dfMc-"]
  .agendaMaM
  .owl-theme
  .owl-controls
  .owl-buttons
  div.owl-prev
  .icon-chevron-left {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  margin: 52px 0 0;
}
div[class*="dfMc-"]
  .agendaMaM
  .owl-theme
  .owl-controls
  .owl-buttons
  div.owl-next
  .icon-chevron-right {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  margin: 52px 0 0;
}
/* tamano item */
div[class*="dfMc-"] .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  width: 234px !important;
}
/* header */
div[class*="dfMc-"] .itemStyles .item .contentItem .title {
  background: #282828;
}
/* plus */
div[class*="dfMc-"] .itemStyles.rdsnItem .item .contentItem .col .details {
  display: none !important;
  background: #0fbdb3;
  line-height: 16px;
  width: 10%;
  height: 18px;
  margin: 4px 5px;
  width: 18px;
}
/* time */
div[class*="dfMc-"] .itemStyles.rdsnItem .item .contentItem .col .date span {
  font-size: 11px;
  line-height: 21px;
  font-weight: 600;
}
/* results */
div[class*="dfMc-"]
  .itemStyles.rdsnItem
  .item
  .contentItem
  .teams
  .first
  .number,
div[class*="dfMc-"]
  .itemStyles.rdsnItem
  .item
  .contentItem
  .teams
  .second
  .number {
  color: #282828;
  font-size: 28px;
  font-weight: 600;
  background: none;
  line-height: 36px;
}
/* vs */
div[class*="dfMc-"] .itemStyles.rdsnItem .item .contentItem .object,
div[class*="dfMc-"] .itemStyles.rdsnItem .item .contentItem .vs- {
  margin-top: 2px;
  font-size: 28px;
}
/* teams name */
310.rdsnItem .item .contentItem .teams .first .name,
div[class*="dfMc-"]
  .itemStyles.maxSize-310.rdsnItem
  .item
  .contentItem
  .teams
  .second
  .name {
  font-weight: 600;
}
/* marque */
.itemStyles .item .contentItem .information span {
  font-weight: 600;
}

/* ------ tabla de posiciones ------ */
/* header */
div[class*="dfMc-"] .table-condensed > tbody > tr > td,
div[class*="dfMc-"] .table-condensed > tbody > tr > th,
div[class*="dfMc-"] .table-condensed > tfoot > tr > td,
div[class*="dfMc-"] .table-condensed > tfoot > tr > th,
div[class*="dfMc-"] .table-condensed > thead > tr > td,
div[class*="dfMc-"] .table-condensed > thead > tr > th {
  padding: 8px;
}
div[class*="dfMc-"] .table thead > tr {
  background-color: #282828;
}

/* bordes */
div[class*="dfMc-"] .table tbody > tr td.puntos.destacado .border:before,
div[class*="dfMc-"] .table tbody > tr td.puntosanterior1 .border:before,
div[class*="dfMc-"] .table tbody > tr td.puntos.destacado .border:after,
div[class*="dfMc-"] .table tbody > tr td.goals .border:after {
  display: none;
}
div[class*="dfMc-"] .table tbody > tr td .border {
  border: none !important;
}

/* team */
div[class*="dfMc-"] .table tbody > tr td.team {
  text-transform: uppercase;
}
div[class*="dfMc-"] .table > tbody > tr > td,
div[class*="dfMc-"] .table > tbody > tr > th,
div[class*="dfMc-"] .table > tfoot > tr > td,
div[class*="dfMc-"] .table > tfoot > tr > th,
div[class*="dfMc-"] .table > thead > tr > td,
div[class*="dfMc-"] .table > thead > tr > th {
  font-size: 14px;
}
div[class*="dfMc-"] .table tbody > tr td.puntos.destacado .border .badge,
div[class*="dfMc-"] .table tbody > tr td.goals .border .badge {
  color: #3ac9c1;
  background: none !important;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
}
div[class*="dfMc-"] .table tbody > tr {
  background: #fff;
}
/* ------ mam ------ */
/* transparent */
div[class*="dfMc-"].futbol,
.itemMaM * {
  background: none !important;
}
.itemMaM {
  background: url(https://www.subrayado.com.uy/assets/img/230/mam-bg-chico.jpg)
    center bottom no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100vh;
}
.itemMaM .mc-item.contentItem {
  height: 100vh;
}
/* head */
.itemMaM .title.mc-title {
  background: rgba(40, 40, 40, 0.7) !important;
  text-align: center;
  height: 20px !important;
  line-height: 20px;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 300 !important;
}
/* time */
.itemMaM span.date {
  text-align: center !important;
  font-size: 12px !important;
  color: #fff !important;
}
/* escudos */
.itemMaM .teams.mc-teams {
  border: none !important;
  margin-top: 15px;
}
.itemMaM .first img.mc-teamLogo {
  left: 20px;
  right: inherit;
  top: 48px !important;
}
.itemMaM .first span.name.mc-name {
  right: inherit !important;
  font-size: 12px !important;
  left: 50px !important;
  color: #fff !important;
  top: 60px !important;
}
.itemMaM .first span.number.mc-score {
  font-size: 50px !important;
  font-weight: 600;
  right: 55px !important;
  color: #fff !important;
}

.itemMaM .second img.mc-teamLogo {
  right: 20px;
  left: inherit !important;
  top: 48px !important;
}
.itemMaM .second span.name.mc-name {
  left: inherit !important;
  font-size: 12px !important;
  right: 50px !important;
  color: #fff !important;
  top: 60px !important;
}
.itemMaM .second span.number.mc-score {
  font-size: 50px !important;
  font-weight: 600;
  left: 55px !important;
  color: #fff !important;
}

.itemMaM .object {
  color: #fff !important;
  font-size: 49px;
  margin: 0 !important;
  line-height: 18px !important;
}

/* marquee */
.itemMaM .information {
  bottom: 0 !important;
  position: absolute !important;
  top: inherit !important;
  background: rgba(40, 40, 40, 0.7) !important;
  color: #fff !important;
  line-height: 22px;
  border-top: 1px solid #cecece;
  display: none !important;
}
.itemMaM .information * {
  color: #fff !important;
  font-size: 12px !important;
}

@media screen and (min-width: 400px) {
  .itemMaM .teams.mc-teams {
    margin-top: 42px;
  }
  .itemMaM .first {
    width: 42% !important;
    margin-left: 8% !important;
  }
  .itemMaM .second {
    width: 42% !important;
    margin-right: 8% !important;
  }
  .itemMaM span.date * {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 500px) {
  .itemMaM .information {
    bottom: 95px !important;
  }
  .itemMaM .teams.mc-teams {
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) and (min-height: 400px) {
  .itemMaM {
    background: url(https://www.subrayado.com.uy/assets/img/230/mam-bg-grande.jpg)
      center -45px no-repeat !important;
  }
  .itemMaM .information {
    bottom: 0px !important;
  }
  .itemMaM .first span.number.mc-score,
  .itemMaM .second span.number.mc-score {
    font-size: 90px !important;
  }
  .itemMaM .teams.mc-teams {
    margin-top: 128px;
  }
  .itemMaM .object {
    margin-top: 4px !important;
    font-size: 87px !important;
  }
  .itemMaM .first span.name.mc-name,
  .itemMaM .second span.name.mc-name {
    top: 85px !important;
  }
  .itemMaM .first img.mc-teamLogo,
  .itemMaM .second img.mc-teamLogo {
    top: 72px !important;
  }
  .itemMaM .first {
    width: 38% !important;
    margin-left: 12% !important;
  }
  .itemMaM .second {
    width: 38% !important;
    margin-right: 12% !important;
  }
  .itemMaM .second span.number.mc-score {
    left: 38px !important;
  }
}
@media screen and (min-width: 700px) and (min-height: 500px) {
  .itemMaM .information {
    bottom: 150px !important;
  }
  .itemMaM .teams.mc-teams {
    margin-top: 20px;
  }
  .itemMaM .date {
    background: rgba(40, 40, 40, 0.7) !important;
  }
  .itemMaM .first {
    width: 25% !important;
    margin-left: 25% !important;
  }
  .itemMaM .second {
    width: 25% !important;
    margin-right: 25% !important;
  }
}
@media screen and (min-width: 350px) and (min-height: 500px) {
  .itemMaM {
    background: url(https://www.subrayado.com.uy/assets/img/230/mam-bg-grande.jpg)
      center top no-repeat !important;
  }
  .itemMaM .information {
    bottom: 145px !important;
  }
  .itemMaM .first span.number.mc-score,
  .itemMaM .second span.number.mc-score {
    font-size: 90px !important;
  }
  .itemMaM .first span.name.mc-name,
  .itemMaM .second span.name.mc-name {
    top: 85px !important;
  }
  .itemMaM .first img.mc-teamLogo {
    top: 75px !important;
  }
  .itemMaM .teams {
    top: 127px !important;
  }
  .itemMaM .object {
    font-size: 90px !important;
  }
}
