/*
Theme Name: acb-sistema
Theme URI: https://www.programauruguay.com
Author: Programa Uruguay
Author URI: https://www.programauruguay.com
Version: 1.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* line 2, sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
}

/* line 6, sass/_global.scss */
body, select, td, th {
  font-family: Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

/* line 14, sass/_global.scss */
.site-inner {
  max-width: 1920px !important;
  margin: 0 auto;
  padding: 0;
}

/* line 20, sass/_global.scss */
aside {
  display: none;
}

/* line 24, sass/_global.scss */
#page {
  margin: 0;
}

/* line 28, sass/_global.scss */
#content {
  background: rgba(0, 0, 0, 0.05);
  padding: 0 20px 2%;
}

/* line 32, sass/_global.scss */
.content-area {
  padding-right: 0 !important;
}

/* line 35, sass/_global.scss */
.entry-header {
  display: none;
}

/* line 38, sass/_global.scss */
.site-main {
  margin-bottom: 0;
}

/* line 42, sass/_global.scss */
#dialog {
  margin: 0;
  position: fixed;
  top: 20vh;
  left: calc(50% - 175px);
  text-align: center;
}
/* line 48, sass/_global.scss */
#dialog p {
  font-family: Arial, sans-serif;
}
/* line 51, sass/_global.scss */
#dialog #dlgbtnclose {
  background-color: #22418e;
  color: white;
  border: none;
  font-size: 14px;
  padding: 10px 15px !important;
  cursor: pointer;
  border-radius: 25px !important;
  text-align: left;
  text-transform: capitalize !important;
}
/* line 61, sass/_global.scss */
#dialog #dlgbtnclose:hover {
  background-color: #182e65;
}
/* line 65, sass/_global.scss */
#dialog #dlgbtnok {
  background-color: #ffab24;
  color: white;
  border: none;
  font-size: 14px;
  padding: 10px 15px !important;
  cursor: pointer;
  border-radius: 25px !important;
  text-align: left;
  text-transform: capitalize !important;
}
/* line 75, sass/_global.scss */
#dialog #dlgbtnok:hover {
  background-color: #f09400;
}

/* line 2, sass/_header.scss */
.site-header {
  display: none;
}

/* line 2, sass/_footer.scss */
.site-footer {
  display: none;
}

@media (max-width: 768px) {
  /* line 5, sass/_responsive.scss */
  .content-area,
  .sidebar {
    float: none;
    width: 100%;
    padding: 0;
  }

  /* line 12, sass/_responsive.scss */
  .equipos {
    flex-direction: column;
  }
  /* line 15, sass/_responsive.scss */
  .equipos .left, .equipos .right {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 22, sass/_responsive.scss */
  .page-id-32 .filtro {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
/* line 21, sass/style.scss */
.page-id-27::before, .page-id-28::before, .page-id-32::before {
  display: none !important;
}
/* line 24, sass/style.scss */
.page-id-27::after, .page-id-28::after, .page-id-32::after {
  display: none !important;
}
/* line 2, sass/_match.scss */
.page-id-27 .content-area, .page-id-28 .content-area, .page-id-32 .content-area {
  width: 100%;
  padding-right: 30px;
}
/* line 7, sass/_match.scss */
.page-id-27 .entry-title, .page-id-28 .entry-title, .page-id-32 .entry-title {
  color: #22418e;
  font-size: 28px;
  margin-bottom: 20px;
}
/* line 31, sass/_match.scss */
.page-id-27 .filtro, .page-id-28 .filtro, .page-id-32 .filtro {
  background: #22418e;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px;
  width: 104%;
  position: relative;
  left: -2%;
}
@media only screen and (max-width: 980px) {
  /* line 31, sass/_match.scss */
  .page-id-27 .filtro, .page-id-28 .filtro, .page-id-32 .filtro {
    align-items: center;
  }
}
/* line 45, sass/_match.scss */
.page-id-27 .filtro h3, .page-id-28 .filtro h3, .page-id-32 .filtro h3 {
  color: #fff;
  margin-bottom: 12px;
}
/* line 50, sass/_match.scss */
.page-id-27 .filtro select, .page-id-28 .filtro select, .page-id-32 .filtro select {
  color: #22418e;
  width: 100%;
  padding: 10px;
  border: 1px solid #22418e;
  border-radius: 4px;
}
/* line 58, sass/_match.scss */
.page-id-27 .filtro input[type="submit"], .page-id-28 .filtro input[type="submit"], .page-id-32 .filtro input[type="submit"] {
  background-color: #fff;
  color: #22418e;
  border: none;
  font-size: 14px !important;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 25px;
  text-transform: capitalize !important;
}
/* line 68, sass/_match.scss */
.page-id-27 .filtro input[type="submit"]:hover, .page-id-28 .filtro input[type="submit"]:hover, .page-id-32 .filtro input[type="submit"]:hover {
  background-color: #e6e6e6;
}
/* line 73, sass/_match.scss */
.page-id-27 .filtro form, .page-id-28 .filtro form, .page-id-32 .filtro form {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 73, sass/_match.scss */
  .page-id-27 .filtro form, .page-id-28 .filtro form, .page-id-32 .filtro form {
    flex-direction: column;
    gap: 10px;
  }
}
/* line 84, sass/_match.scss */
.page-id-27 .info, .page-id-28 .info, .page-id-32 .info {
  display: none;
}
/* line 139, sass/_match.scss */
.page-id-27 .acciones, .page-id-28 .acciones, .page-id-32 .acciones {
  background: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border-top: 4px solid #ffab24;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
/* line 19, sass/_match.scss */
.page-id-27 .acciones h3, .page-id-28 .acciones h3, .page-id-32 .acciones h3 {
  color: #22418e;
}
@media only screen and (max-width: 980px) {
  /* line 139, sass/_match.scss */
  .page-id-27 .acciones, .page-id-28 .acciones, .page-id-32 .acciones {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 139, sass/_match.scss */
  .page-id-27 .acciones, .page-id-28 .acciones, .page-id-32 .acciones {
    padding: 5px;
  }
}
/* line 146, sass/_match.scss */
.page-id-27 .acciones h3, .page-id-28 .acciones h3, .page-id-32 .acciones h3 {
  color: #22418e;
  margin-bottom: 12px;
}
/* line 150, sass/_match.scss */
.page-id-27 .acciones h3::before, .page-id-28 .acciones h3::before, .page-id-32 .acciones h3::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2322418e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-play mr-2' data-id='32'%3E%3Cpolygon points='6 3 20 12 6 21 6 3'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center/contain;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  width: 25px;
}
/* line 162, sass/_match.scss */
.page-id-27 .acciones div, .page-id-28 .acciones div, .page-id-32 .acciones div {
  position: relative;
}
/* line 165, sass/_match.scss */
.page-id-27 .acciones div::before, .page-id-28 .acciones div::before, .page-id-32 .acciones div::before {
  left: 15px;
  top: 9px;
  position: absolute;
  z-index: 9999;
}
/* line 172, sass/_match.scss */
.page-id-27 .acciones div .btnpartido, .page-id-28 .acciones div .btnpartido, .page-id-32 .acciones div .btnpartido {
  background-color: #22418e;
  color: white;
  border: none;
  font-size: 14px;
  padding: 10px 15px 10px 40px !important;
  cursor: pointer;
  border-radius: 25px !important;
  text-align: left;
  text-transform: capitalize !important;
  width: 100%;
}
/* line 175, sass/_match.scss */
.page-id-27 .acciones div .btnpartido:disabled, .page-id-28 .acciones div .btnpartido:disabled, .page-id-32 .acciones div .btnpartido:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* line 180, sass/_match.scss */
.page-id-27 .acciones div .btnpartido:hover, .page-id-28 .acciones div .btnpartido:hover, .page-id-32 .acciones div .btnpartido:hover {
  background-color: #182e65;
}
/* line 186, sass/_match.scss */
.page-id-27 .acciones div:first-of-type::before, .page-id-28 .acciones div:first-of-type::before, .page-id-32 .acciones div:first-of-type::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-play mr-2' data-id='32'%3E%3Cpolygon points='6 3 20 12 6 21 6 3'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center/contain;
  display: inline-block;
  height: 15px;
  width: 15px;
}
/* line 196, sass/_match.scss */
.page-id-27 .acciones div:nth-of-type(2)::before, .page-id-28 .acciones div:nth-of-type(2)::before, .page-id-32 .acciones div:nth-of-type(2)::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-play mr-2' data-id='32'%3E%3Cpolygon points='6 3 20 12 6 21 6 3'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center/contain;
  display: inline-block;
  height: 15px;
  width: 15px;
}
/* line 204, sass/_match.scss */
.page-id-27 .acciones div:nth-of-type(2) .btnpartido, .page-id-28 .acciones div:nth-of-type(2) .btnpartido, .page-id-32 .acciones div:nth-of-type(2) .btnpartido {
  background-color: rgba(0, 0, 0, 0.05);
  color: #666;
}
/* line 208, sass/_match.scss */
.page-id-27 .acciones div:nth-of-type(2) .btnpartido:hover, .page-id-28 .acciones div:nth-of-type(2) .btnpartido:hover, .page-id-32 .acciones div:nth-of-type(2) .btnpartido:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 214, sass/_match.scss */
.page-id-27 .acciones div:last-of-type, .page-id-28 .acciones div:last-of-type, .page-id-32 .acciones div:last-of-type {
  margin-right: 0;
}
/* line 217, sass/_match.scss */
.page-id-27 .acciones div:last-of-type::before, .page-id-28 .acciones div:last-of-type::before, .page-id-32 .acciones div:last-of-type::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2322418e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-pause mr-1' data-id='39'%3E%3Crect x='14' y='4' width='4' height='16' rx='1'%3E%3C/rect%3E%3Crect x='6' y='4' width='4' height='16' rx='1'%3E%3C/rect%3E%3C/svg%3E") no-repeat center/contain;
  display: inline-block;
  height: 15px;
  width: 15px;
}
/* line 225, sass/_match.scss */
.page-id-27 .acciones div:last-of-type .btnpartido, .page-id-28 .acciones div:last-of-type .btnpartido, .page-id-32 .acciones div:last-of-type .btnpartido {
  background: #ffab24;
  color: #22418e;
}
/* line 229, sass/_match.scss */
.page-id-27 .acciones div:last-of-type .btnpartido:hover, .page-id-28 .acciones div:last-of-type .btnpartido:hover, .page-id-32 .acciones div:last-of-type .btnpartido:hover {
  background-color: #f09400;
}
/* line 240, sass/_match.scss */
.page-id-27 #mktimer, .page-id-28 #mktimer, .page-id-32 #mktimer {
  color: #22418e;
  font-size: 0;
  margin-bottom: 10px;
  text-align: center;
}
/* line 246, sass/_match.scss */
.page-id-27 #mktimer .hor, .page-id-27 #mktimer .min, .page-id-27 #mktimer .sec, .page-id-28 #mktimer .hor, .page-id-28 #mktimer .min, .page-id-28 #mktimer .sec, .page-id-32 #mktimer .hor, .page-id-32 #mktimer .min, .page-id-32 #mktimer .sec {
  background: #22418e;
  border-radius: 3px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  min-width: 50px;
  padding: 5px;
}
/* line 256, sass/_match.scss */
.page-id-27 #mktimer .hor, .page-id-28 #mktimer .hor, .page-id-32 #mktimer .hor {
  display: none;
}
/* line 259, sass/_match.scss */
.page-id-27 #mktimer .min, .page-id-28 #mktimer .min, .page-id-32 #mktimer .min {
  margin-right: 17px;
  position: relative;
}
/* line 262, sass/_match.scss */
.page-id-27 #mktimer .min::after, .page-id-28 #mktimer .min::after, .page-id-32 #mktimer .min::after {
  color: #22418e;
  content: ":";
  position: absolute;
  right: -13px;
}
/* line 2, sass/_teams.scss */
.page-id-27 .equipos, .page-id-28 .equipos, .page-id-32 .equipos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/* line 7, sass/_teams.scss */
.page-id-27 .equipos .left, .page-id-27 .equipos .right, .page-id-28 .equipos .left, .page-id-28 .equipos .right, .page-id-32 .equipos .left, .page-id-32 .equipos .right {
  background: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border-top: 4px solid #ffab24;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: center;
  position: relative;
  width: 49.5%;
}
/* line 19, sass/_match.scss */
.page-id-27 .equipos .left h3, .page-id-27 .equipos .right h3, .page-id-28 .equipos .left h3, .page-id-28 .equipos .right h3, .page-id-32 .equipos .left h3, .page-id-32 .equipos .right h3 {
  color: #22418e;
}
@media only screen and (max-width: 980px) {
  /* line 7, sass/_teams.scss */
  .page-id-27 .equipos .left, .page-id-27 .equipos .right, .page-id-28 .equipos .left, .page-id-28 .equipos .right, .page-id-32 .equipos .left, .page-id-32 .equipos .right {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 7, sass/_teams.scss */
  .page-id-27 .equipos .left, .page-id-27 .equipos .right, .page-id-28 .equipos .left, .page-id-28 .equipos .right, .page-id-32 .equipos .left, .page-id-32 .equipos .right {
    padding: 5px;
  }
}
@media only screen and (max-width: 980px) {
  /* line 7, sass/_teams.scss */
  .page-id-27 .equipos .left, .page-id-27 .equipos .right, .page-id-28 .equipos .left, .page-id-28 .equipos .right, .page-id-32 .equipos .left, .page-id-32 .equipos .right {
    display: none;
    padding: 10px;
    width: 100%;
  }
  /* line 19, sass/_teams.scss */
  .page-id-27 .equipos .left .contenedor-tabla, .page-id-27 .equipos .right .contenedor-tabla, .page-id-28 .equipos .left .contenedor-tabla, .page-id-28 .equipos .right .contenedor-tabla, .page-id-32 .equipos .left .contenedor-tabla, .page-id-32 .equipos .right .contenedor-tabla {
    overflow-x: auto;
  }
  /* line 22, sass/_teams.scss */
  .page-id-27 .equipos .left.active, .page-id-27 .equipos .right.active, .page-id-28 .equipos .left.active, .page-id-28 .equipos .right.active, .page-id-32 .equipos .left.active, .page-id-32 .equipos .right.active {
    display: block;
  }
}
/* line 26, sass/_teams.scss */
.page-id-27 .equipos .left h3, .page-id-27 .equipos .right h3, .page-id-28 .equipos .left h3, .page-id-28 .equipos .right h3, .page-id-32 .equipos .left h3, .page-id-32 .equipos .right h3 {
  font-size: 20px;
  margin-bottom: 10px;
  width: 30%;
}
/* line 31, sass/_teams.scss */
.page-id-27 .equipos .left .timeout, .page-id-27 .equipos .right .timeout, .page-id-28 .equipos .left .timeout, .page-id-28 .equipos .right .timeout, .page-id-32 .equipos .left .timeout, .page-id-32 .equipos .right .timeout {
  display: flex;
  align-items: center;
  width: 50%;
}
/* line 35, sass/_teams.scss */
.page-id-27 .equipos .left .timeout .btntimeout, .page-id-27 .equipos .right .timeout .btntimeout, .page-id-28 .equipos .left .timeout .btntimeout, .page-id-28 .equipos .right .timeout .btntimeout, .page-id-32 .equipos .left .timeout .btntimeout, .page-id-32 .equipos .right .timeout .btntimeout {
  background-color: #22418e;
  color: white;
  border: none;
  font-size: 14px;
  padding: 10px 15px 10px 40px !important;
  cursor: pointer;
  border-radius: 25px !important;
  text-align: left;
  text-transform: capitalize !important;
  width: 100%;
  font-size: 14px;
  padding-left: 15px !important;
  transition: 0.2s linear all;
  width: fit-content !important;
}
/* line 41, sass/_teams.scss */
.page-id-27 .equipos .left .timeout .btntimeout:hover, .page-id-27 .equipos .right .timeout .btntimeout:hover, .page-id-28 .equipos .left .timeout .btntimeout:hover, .page-id-28 .equipos .right .timeout .btntimeout:hover, .page-id-32 .equipos .left .timeout .btntimeout:hover, .page-id-32 .equipos .right .timeout .btntimeout:hover {
  background: #182e65;
}
@media only screen and (max-width: 1100px) {
  /* line 35, sass/_teams.scss */
  .page-id-27 .equipos .left .timeout .btntimeout, .page-id-27 .equipos .right .timeout .btntimeout, .page-id-28 .equipos .left .timeout .btntimeout, .page-id-28 .equipos .right .timeout .btntimeout, .page-id-32 .equipos .left .timeout .btntimeout, .page-id-32 .equipos .right .timeout .btntimeout {
    font-size: 12px !important;
  }
}
/* line 48, sass/_teams.scss */
.page-id-27 .equipos .left .timeout span, .page-id-27 .equipos .right .timeout span, .page-id-28 .equipos .left .timeout span, .page-id-28 .equipos .right .timeout span, .page-id-32 .equipos .left .timeout span, .page-id-32 .equipos .right .timeout span {
  background: #ffab24;
  border-radius: 20px;
  color: #22418e;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  margin-left: 5px;
  padding: 4px 10px;
}
@media only screen and (max-width: 1100px) {
  /* line 48, sass/_teams.scss */
  .page-id-27 .equipos .left .timeout span, .page-id-27 .equipos .right .timeout span, .page-id-28 .equipos .left .timeout span, .page-id-28 .equipos .right .timeout span, .page-id-32 .equipos .left .timeout span, .page-id-32 .equipos .right .timeout span {
    font-size: 11px;
  }
}
/* line 62, sass/_teams.scss */
.page-id-27 .equipos .left .ocultarnom, .page-id-27 .equipos .right .ocultarnom, .page-id-28 .equipos .left .ocultarnom, .page-id-28 .equipos .right .ocultarnom, .page-id-32 .equipos .left .ocultarnom, .page-id-32 .equipos .right .ocultarnom {
  color: #22418e;
  cursor: pointer;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  white-space: nowrap;
  width: 20%;
}
/* line 74, sass/_teams.scss */
.page-id-27 .equipos .left .ocultarnom::before, .page-id-27 .equipos .right .ocultarnom::before, .page-id-28 .equipos .left .ocultarnom::before, .page-id-28 .equipos .right .ocultarnom::before, .page-id-32 .equipos .left .ocultarnom::before, .page-id-32 .equipos .right .ocultarnom::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' strokeWidth='2' strokeLinecap='round' strokeLinejoin='round' className='text-gray-700' %3E%3Ctitle%3EShow%3C/title%3E%3Cpath d='M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z' /%3E%3Ccircle cx='12' cy='12' r='3' /%3E%3C/svg%3E") no-repeat center/contain;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 5px;
  width: 20px;
}
/* line 86, sass/_teams.scss */
.page-id-27 .equipos .left .ocultarnom.show::before, .page-id-27 .equipos .right .ocultarnom.show::before, .page-id-28 .equipos .left .ocultarnom.show::before, .page-id-28 .equipos .right .ocultarnom.show::before, .page-id-32 .equipos .left .ocultarnom.show::before, .page-id-32 .equipos .right .ocultarnom.show::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' strokeWidth='2' strokeLinecap='round' strokeLinejoin='round' className='text-gray-700' %3E%3Ctitle%3EHide%3C/title%3E%3Cpath d='M9.88 9.88a3 3 0 1 0 4.24 4.24' /%3E%3Cpath d='M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68' /%3E%3Cpath d='M6.61 6.61A13.526 13.526 0 0 0 2 12s3 7 10 7a9.74 9.74 0 0 0 5.39-1.61' /%3E%3Cline x1='2' x2='22' y1='2' y2='22' /%3E%3C/svg%3E") no-repeat center/contain;
}
/* line 91, sass/_teams.scss */
.page-id-27 .equipos .left table, .page-id-27 .equipos .right table, .page-id-28 .equipos .left table, .page-id-28 .equipos .right table, .page-id-32 .equipos .left table, .page-id-32 .equipos .right table {
  margin-top: 10px;
  overflow: auto;
}
/* line 97, sass/_teams.scss */
.page-id-27 .equipos .left, .page-id-28 .equipos .left, .page-id-32 .equipos .left {
  margin-right: 1%;
}
/* line 102, sass/_teams.scss */
.page-id-27 .equipos table, .page-id-28 .equipos table, .page-id-32 .equipos table {
  width: 100%;
  border-collapse: collapse;
}
/* line 106, sass/_teams.scss */
.page-id-27 .equipos table tr, .page-id-28 .equipos table tr, .page-id-32 .equipos table tr {
  background: #6d8ddc;
  opacity: .5;
}
/* line 109, sass/_teams.scss */
.page-id-27 .equipos table tr .tdnombre, .page-id-27 .equipos table tr .tddorsal, .page-id-28 .equipos table tr .tdnombre, .page-id-28 .equipos table tr .tddorsal, .page-id-32 .equipos table tr .tdnombre, .page-id-32 .equipos table tr .tddorsal {
  color: #fff;
}
/* line 112, sass/_teams.scss */
.page-id-27 .equipos table tr.fila-seleccionada, .page-id-28 .equipos table tr.fila-seleccionada, .page-id-32 .equipos table tr.fila-seleccionada {
  background: #fff;
  opacity: 1;
}
/* line 115, sass/_teams.scss */
.page-id-27 .equipos table tr.fila-seleccionada td, .page-id-28 .equipos table tr.fila-seleccionada td, .page-id-32 .equipos table tr.fila-seleccionada td {
  color: #22418e;
}
/* line 118, sass/_teams.scss */
.page-id-27 .equipos table tr.fila-seleccionada:nth-child(odd), .page-id-28 .equipos table tr.fila-seleccionada:nth-child(odd), .page-id-32 .equipos table tr.fila-seleccionada:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
/* line 124, sass/_teams.scss */
.page-id-27 .equipos table tr:first-child, .page-id-28 .equipos table tr:first-child, .page-id-32 .equipos table tr:first-child {
  opacity: 1 !important;
}
/* line 127, sass/_teams.scss */
.page-id-27 .equipos table tr:first-child th, .page-id-28 .equipos table tr:first-child th, .page-id-32 .equipos table tr:first-child th {
  background-color: #22418e;
  color: #fff;
  padding: 10px 3px;
  text-align: left;
}
/* line 132, sass/_teams.scss */
.page-id-27 .equipos table tr:first-child th:first-child, .page-id-27 .equipos table tr:first-child th:nth-child(4), .page-id-27 .equipos table tr:first-child th:nth-child(6), .page-id-28 .equipos table tr:first-child th:first-child, .page-id-28 .equipos table tr:first-child th:nth-child(4), .page-id-28 .equipos table tr:first-child th:nth-child(6), .page-id-32 .equipos table tr:first-child th:first-child, .page-id-32 .equipos table tr:first-child th:nth-child(4), .page-id-32 .equipos table tr:first-child th:nth-child(6) {
  width: 30px;
}
/* line 137, sass/_teams.scss */
.page-id-27 .equipos table tr:first-child th:nth-child(3), .page-id-28 .equipos table tr:first-child th:nth-child(3), .page-id-32 .equipos table tr:first-child th:nth-child(3) {
  width: 50px;
}
/* line 140, sass/_teams.scss */
.page-id-27 .equipos table tr:first-child th:nth-child(5), .page-id-27 .equipos table tr:first-child th:nth-child(7), .page-id-28 .equipos table tr:first-child th:nth-child(5), .page-id-28 .equipos table tr:first-child th:nth-child(7), .page-id-32 .equipos table tr:first-child th:nth-child(5), .page-id-32 .equipos table tr:first-child th:nth-child(7) {
  width: 75px;
}
/* line 148, sass/_teams.scss */
.page-id-27 .equipos table td, .page-id-28 .equipos table td, .page-id-32 .equipos table td {
  padding: 8px 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: transparent;
}
/* line 153, sass/_teams.scss */
.page-id-27 .equipos table td.td2min, .page-id-27 .equipos table td.tdgoal, .page-id-28 .equipos table td.td2min, .page-id-28 .equipos table td.tdgoal, .page-id-32 .equipos table td.td2min, .page-id-32 .equipos table td.tdgoal {
  position: relative;
}
/* line 157, sass/_teams.scss */
.page-id-27 .equipos table td.td2min input, .page-id-27 .equipos table td.tdgoal input, .page-id-28 .equipos table td.td2min input, .page-id-28 .equipos table td.tdgoal input, .page-id-32 .equipos table td.td2min input, .page-id-32 .equipos table td.tdgoal input {
  font-family: Arial, sans-serif;
}
/* line 161, sass/_teams.scss */
.page-id-27 .equipos table td.td2min button, .page-id-27 .equipos table td.tdgoal button, .page-id-28 .equipos table td.td2min button, .page-id-28 .equipos table td.tdgoal button, .page-id-32 .equipos table td.td2min button, .page-id-32 .equipos table td.tdgoal button {
  background: #22418e;
  color: #fff;
  border: none;
  cursor: pointer;
  left: 47px;
  height: 15px;
  padding: 0;
  position: absolute;
  width: 15px;
}
/* line 172, sass/_teams.scss */
.page-id-27 .equipos table td.td2min button:hover, .page-id-27 .equipos table td.tdgoal button:hover, .page-id-28 .equipos table td.td2min button:hover, .page-id-28 .equipos table td.tdgoal button:hover, .page-id-32 .equipos table td.td2min button:hover, .page-id-32 .equipos table td.tdgoal button:hover {
  background-color: #182e65;
}
/* line 176, sass/_teams.scss */
.page-id-27 .equipos table td.td2min button:first-of-type, .page-id-27 .equipos table td.tdgoal button:first-of-type, .page-id-28 .equipos table td.td2min button:first-of-type, .page-id-28 .equipos table td.tdgoal button:first-of-type, .page-id-32 .equipos table td.td2min button:first-of-type, .page-id-32 .equipos table td.tdgoal button:first-of-type {
  bottom: 12px;
}
/* line 180, sass/_teams.scss */
.page-id-27 .equipos table td.td2min button:last-of-type, .page-id-27 .equipos table td.tdgoal button:last-of-type, .page-id-28 .equipos table td.td2min button:last-of-type, .page-id-28 .equipos table td.tdgoal button:last-of-type, .page-id-32 .equipos table td.td2min button:last-of-type, .page-id-32 .equipos table td.tdgoal button:last-of-type {
  top: 12px;
}
/* line 190, sass/_teams.scss */
.page-id-27 .equipos table input[type="text"], .page-id-28 .equipos table input[type="text"], .page-id-32 .equipos table input[type="text"] {
  font-family: Arial, sans-serif;
  width: 40px;
  text-align: center;
}
/* line 197, sass/_teams.scss */
.page-id-27 .equipos table.hideName .tdvalidar, .page-id-27 .equipos table.hideName .tdnombre, .page-id-28 .equipos table.hideName .tdvalidar, .page-id-28 .equipos table.hideName .tdnombre, .page-id-32 .equipos table.hideName .tdvalidar, .page-id-32 .equipos table.hideName .tdnombre {
  display: none;
}
/* line 201, sass/_teams.scss */
.page-id-27 .equipos table.hideName tr:first-child th:first-child, .page-id-27 .equipos table.hideName tr:first-child th:nth-child(2), .page-id-28 .equipos table.hideName tr:first-child th:first-child, .page-id-28 .equipos table.hideName tr:first-child th:nth-child(2), .page-id-32 .equipos table.hideName tr:first-child th:first-child, .page-id-32 .equipos table.hideName tr:first-child th:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 2, sass/_teams.scss */
  .page-id-27 .equipos, .page-id-28 .equipos, .page-id-32 .equipos {
    flex-direction: column;
  }
}
@media only screen and (max-width: 980px) {
  /* line 212, sass/_teams.scss */
  .page-id-27 .equipos h3, .page-id-28 .equipos h3, .page-id-32 .equipos h3 {
    width: 100% !important;
  }
}
/* line 1, sass/_vista-partido.scss */
.page-id-27 .livescore, .page-id-28 .livescore, .page-id-32 .livescore {
  background: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border-top: 4px solid #ffab24;
  padding: 20px;
  margin-bottom: 40px;
  max-height: 338px;
  overflow: scroll;
}
/* line 19, sass/_match.scss */
.page-id-27 .livescore h3, .page-id-28 .livescore h3, .page-id-32 .livescore h3 {
  color: #22418e;
  text-align: center;
  margin: 0 0 6px;
  padding-bottom: 0;
}
@media only screen and (max-width: 980px) {
  /* line 1, sass/_vista-partido.scss */
  .page-id-27 .livescore, .page-id-28 .livescore, .page-id-32 .livescore {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1, sass/_vista-partido.scss */
  .page-id-27 .livescore, .page-id-28 .livescore, .page-id-32 .livescore {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 6, sass/_vista-partido.scss */
  .page-id-27 .livescore h3, .page-id-28 .livescore h3, .page-id-32 .livescore h3 {
    text-align: center;
  }
}
/* line 11, sass/_vista-partido.scss */
.page-id-27 .livescore table, .page-id-28 .livescore table, .page-id-32 .livescore table {
  border: none;
  overflow: scroll;
}
/* line 14, sass/_vista-partido.scss */
.page-id-27 .livescore table thead, .page-id-28 .livescore table thead, .page-id-32 .livescore table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: sticky;
  top: -20px;
}
/* line 18, sass/_vista-partido.scss */
.page-id-27 .livescore table thead th, .page-id-28 .livescore table thead th, .page-id-32 .livescore table thead th {
  border: none;
  text-align: center;
}
/* line 21, sass/_vista-partido.scss */
.page-id-27 .livescore table thead th.local, .page-id-27 .livescore table thead th.visitante, .page-id-28 .livescore table thead th.local, .page-id-28 .livescore table thead th.visitante, .page-id-32 .livescore table thead th.local, .page-id-32 .livescore table thead th.visitante {
  color: #22418e;
  font-size: 20px !important;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  /* line 21, sass/_vista-partido.scss */
  .page-id-27 .livescore table thead th.local, .page-id-27 .livescore table thead th.visitante, .page-id-28 .livescore table thead th.local, .page-id-28 .livescore table thead th.visitante, .page-id-32 .livescore table thead th.local, .page-id-32 .livescore table thead th.visitante {
    font-size: 16px !important;
  }
}
/* line 33, sass/_vista-partido.scss */
.page-id-27 .livescore table tbody tr td, .page-id-28 .livescore table tbody tr td, .page-id-32 .livescore table tbody tr td {
  border: none;
}
/* line 35, sass/_vista-partido.scss */
.page-id-27 .livescore table tbody tr td.local, .page-id-28 .livescore table tbody tr td.local, .page-id-32 .livescore table tbody tr td.local {
  text-align: left;
}
/* line 39, sass/_vista-partido.scss */
.page-id-27 .livescore table tbody tr td.visitante, .page-id-28 .livescore table tbody tr td.visitante, .page-id-32 .livescore table tbody tr td.visitante {
  text-align: right;
}
/* line 42, sass/_vista-partido.scss */
.page-id-27 .livescore table tbody tr td.local, .page-id-27 .livescore table tbody tr td.visitante, .page-id-28 .livescore table tbody tr td.local, .page-id-28 .livescore table tbody tr td.visitante, .page-id-32 .livescore table tbody tr td.local, .page-id-32 .livescore table tbody tr td.visitante {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  /* line 42, sass/_vista-partido.scss */
  .page-id-27 .livescore table tbody tr td.local, .page-id-27 .livescore table tbody tr td.visitante, .page-id-28 .livescore table tbody tr td.local, .page-id-28 .livescore table tbody tr td.visitante, .page-id-32 .livescore table tbody tr td.local, .page-id-32 .livescore table tbody tr td.visitante {
    font-size: 12px !important;
    flex-direction: column;
    word-break: break-word;
    text-align: center;
  }
}
/* line 52, sass/_vista-partido.scss */
.page-id-27 .livescore table tbody tr td.local img, .page-id-27 .livescore table tbody tr td.visitante img, .page-id-28 .livescore table tbody tr td.local img, .page-id-28 .livescore table tbody tr td.visitante img, .page-id-32 .livescore table tbody tr td.local img, .page-id-32 .livescore table tbody tr td.visitante img {
  margin-right: 5px;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 52, sass/_vista-partido.scss */
  .page-id-27 .livescore table tbody tr td.local img, .page-id-27 .livescore table tbody tr td.visitante img, .page-id-28 .livescore table tbody tr td.local img, .page-id-28 .livescore table tbody tr td.visitante img, .page-id-32 .livescore table tbody tr td.local img, .page-id-32 .livescore table tbody tr td.visitante img {
    margin-right: 0;
    width: 15px;
  }
}
/* line 61, sass/_vista-partido.scss */
.page-id-27 .livescore table tbody tr td.tiempo, .page-id-27 .livescore table tbody tr td.evento, .page-id-28 .livescore table tbody tr td.tiempo, .page-id-28 .livescore table tbody tr td.evento, .page-id-32 .livescore table tbody tr td.tiempo, .page-id-32 .livescore table tbody tr td.evento {
  text-align: center;
}
/* line 63, sass/_vista-partido.scss */
.page-id-27 .livescore table tbody tr td.tiempo img, .page-id-27 .livescore table tbody tr td.evento img, .page-id-28 .livescore table tbody tr td.tiempo img, .page-id-28 .livescore table tbody tr td.evento img, .page-id-32 .livescore table tbody tr td.tiempo img, .page-id-32 .livescore table tbody tr td.evento img {
  margin-right: 5px;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 63, sass/_vista-partido.scss */
  .page-id-27 .livescore table tbody tr td.tiempo img, .page-id-27 .livescore table tbody tr td.evento img, .page-id-28 .livescore table tbody tr td.tiempo img, .page-id-28 .livescore table tbody tr td.evento img, .page-id-32 .livescore table tbody tr td.tiempo img, .page-id-32 .livescore table tbody tr td.evento img {
    margin-right: 0;
    width: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 61, sass/_vista-partido.scss */
  .page-id-27 .livescore table tbody tr td.tiempo, .page-id-27 .livescore table tbody tr td.evento, .page-id-28 .livescore table tbody tr td.tiempo, .page-id-28 .livescore table tbody tr td.evento, .page-id-32 .livescore table tbody tr td.tiempo, .page-id-32 .livescore table tbody tr td.evento {
    vertical-align: bottom;
  }
}
/* line 83, sass/_vista-partido.scss */
.page-id-27 .entry-content, .page-id-28 .entry-content, .page-id-32 .entry-content {
  margin: 0 !important;
}
/* line 89, sass/_vista-partido.scss */
.page-id-27 .equipos-select, .page-id-28 .equipos-select, .page-id-32 .equipos-select {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
/* line 93, sass/_vista-partido.scss */
.page-id-27 .equipos-select .left, .page-id-27 .equipos-select .right, .page-id-28 .equipos-select .left, .page-id-28 .equipos-select .right, .page-id-32 .equipos-select .left, .page-id-32 .equipos-select .right {
  background: white;
  border: 1px solid #22418e;
  border-radius: 25px;
  box-shadow: 2px 5px 5px rgba(255, 171, 36, 0.5);
  color: #22418e;
  font-family: 'Arial', sans-serif;
  font-weight: 800;
  padding: 5px;
  text-align: center;
  transition: 0.2s ease-in all;
  width: 47.5%;
}
/* line 105, sass/_vista-partido.scss */
.page-id-27 .equipos-select .left.active, .page-id-27 .equipos-select .right.active, .page-id-28 .equipos-select .left.active, .page-id-28 .equipos-select .right.active, .page-id-32 .equipos-select .left.active, .page-id-32 .equipos-select .right.active {
  background: #22418e;
  color: white;
}
@media only screen and (min-width: 980px) {
  /* line 89, sass/_vista-partido.scss */
  .page-id-27 .equipos-select, .page-id-28 .equipos-select, .page-id-32 .equipos-select {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  /* line 120, sass/_vista-partido.scss */
  .page-id-27 .tbljugadores tr th:not(:nth-child(2)), .page-id-27 .tbloficiales tr th:not(:nth-child(2)), .page-id-28 .tbljugadores tr th:not(:nth-child(2)), .page-id-28 .tbloficiales tr th:not(:nth-child(2)), .page-id-32 .tbljugadores tr th:not(:nth-child(2)), .page-id-32 .tbloficiales tr th:not(:nth-child(2)) {
    width: 38px !important;
  }
  /* line 123, sass/_vista-partido.scss */
  .page-id-27 .tbljugadores tr th:nth-child(2), .page-id-27 .tbloficiales tr th:nth-child(2), .page-id-28 .tbljugadores tr th:nth-child(2), .page-id-28 .tbloficiales tr th:nth-child(2), .page-id-32 .tbljugadores tr th:nth-child(2), .page-id-32 .tbloficiales tr th:nth-child(2) {
    width: 120px;
  }
  /* line 126, sass/_vista-partido.scss */
  .page-id-27 .tbljugadores tr th:nth-child(5), .page-id-27 .tbljugadores tr th:nth-child(7), .page-id-27 .tbloficiales tr th:nth-child(5), .page-id-27 .tbloficiales tr th:nth-child(7), .page-id-28 .tbljugadores tr th:nth-child(5), .page-id-28 .tbljugadores tr th:nth-child(7), .page-id-28 .tbloficiales tr th:nth-child(5), .page-id-28 .tbloficiales tr th:nth-child(7), .page-id-32 .tbljugadores tr th:nth-child(5), .page-id-32 .tbljugadores tr th:nth-child(7), .page-id-32 .tbloficiales tr th:nth-child(5), .page-id-32 .tbloficiales tr th:nth-child(7) {
    width: 45px !important;
  }
  /* line 131, sass/_vista-partido.scss */
  .page-id-27 .tbljugadores tr td.td2min input, .page-id-27 .tbljugadores tr td.tdgoal input, .page-id-27 .tbloficiales tr td.td2min input, .page-id-27 .tbloficiales tr td.tdgoal input, .page-id-28 .tbljugadores tr td.td2min input, .page-id-28 .tbljugadores tr td.tdgoal input, .page-id-28 .tbloficiales tr td.td2min input, .page-id-28 .tbloficiales tr td.tdgoal input, .page-id-32 .tbljugadores tr td.td2min input, .page-id-32 .tbljugadores tr td.tdgoal input, .page-id-32 .tbloficiales tr td.td2min input, .page-id-32 .tbloficiales tr td.tdgoal input {
    padding: 7px 2px;
  }
}
/* line 142, sass/_vista-partido.scss */
.page-id-27 .tbloficiales tr th:nth-child(4), .page-id-28 .tbloficiales tr th:nth-child(4), .page-id-32 .tbloficiales tr th:nth-child(4) {
  width: 50px !important;
}

/* line 33, sass/style.scss */
.page-id-32 {
  overflow-x: hidden;
}
/* line 2, sass/_historial.scss */
.page-id-32 .post-32 .filtro {
  align-items: center !important;
  padding-left: 32px;
  padding-right: 32px;
}
/* line 6, sass/_historial.scss */
.page-id-32 .post-32 .filtro h3 {
  background: transparent !important;
  color: #fff !important;
}
/* line 10, sass/_historial.scss */
.page-id-32 .post-32 .filtro select {
  font-family: 'Poppins', sans-serif;
}
/* line 15, sass/_historial.scss */
.page-id-32 .post-32 .equipos {
  overflow: auto;
  margin: 0 auto;
  width: 80%;
}
/* line 19, sass/_historial.scss */
.page-id-32 .post-32 .equipos > h3 {
  display: none;
}
@media (max-width: 980px) {
  /* line 15, sass/_historial.scss */
  .page-id-32 .post-32 .equipos {
    width: 100% !important;
  }
}
/* line 26, sass/_historial.scss */
.page-id-32 .post-32 .equipos .tbljugadores tr {
  opacity: 1;
}
/* line 28, sass/_historial.scss */
.page-id-32 .post-32 .equipos .tbljugadores tr th {
  width: 25% !important;
}
@media (max-width: 540px) {
  /* line 28, sass/_historial.scss */
  .page-id-32 .post-32 .equipos .tbljugadores tr th {
    padding: 4px;
    width: 26.6% !important;
  }
  /* line 33, sass/_historial.scss */
  .page-id-32 .post-32 .equipos .tbljugadores tr th:last-child {
    width: 20% !important;
  }
}
/* line 39, sass/_historial.scss */
.page-id-32 .post-32 .equipos .tbljugadores tr td {
  background: #fff;
  color: #333;
  padding: 12px 8px !important;
}
@media (max-width: 540px) {
  /* line 39, sass/_historial.scss */
  .page-id-32 .post-32 .equipos .tbljugadores tr td {
    font-size: 12px !important;
    padding: 10px 2px !important;
  }
}
/* line 47, sass/_historial.scss */
.page-id-32 .post-32 .equipos .tbljugadores tr td a {
  background-color: #ffab24;
  color: white;
  border: none;
  font-size: 14px;
  padding: 10px 15px !important;
  cursor: pointer;
  border-radius: 25px !important;
  text-align: left;
  text-transform: capitalize !important;
  text-decoration: none;
}
/* line 58, sass/_historial.scss */
.page-id-32 .post-32 .equipos .tbljugadores tr td a:hover {
  background-color: #f09400;
}
@media (max-width: 540px) {
  /* line 47, sass/_historial.scss */
  .page-id-32 .post-32 .equipos .tbljugadores tr td a {
    font-size: 0 !important;
    padding: 20px 16px 13px !important;
  }
  /* line 65, sass/_historial.scss */
  .page-id-32 .post-32 .equipos .tbljugadores tr td a::after {
    content: "Ver";
    font-size: 12px !important;
    font-weight: 600;
  }
}

/* Marcador: equipo local | minuto a minuto (.livescore) | equipo visitante */
.page-id-27 .marcador, .page-id-28 .marcador, .page-id-32 .marcador {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.page-id-27 .marcador .livescore, .page-id-28 .marcador .livescore, .page-id-32 .marcador .livescore {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.page-id-27 .marcador .marcador-equipo, .page-id-28 .marcador .marcador-equipo, .page-id-32 .marcador .marcador-equipo {
  flex: 0 0 22%;
  background: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border-top: 4px solid #ffab24;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-id-27 .marcador .marcador-equipo h3, .page-id-28 .marcador .marcador-equipo h3, .page-id-32 .marcador .marcador-equipo h3 {
  color: #22418e;
  margin: 0 0 8px;
}
.page-id-27 .marcador .marcador-equipo .goles, .page-id-28 .marcador .marcador-equipo .goles, .page-id-32 .marcador .marcador-equipo .goles {
  font-size: 2.4rem;
  font-weight: 700;
  color: #22418e;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-id-27 .marcador, .page-id-28 .marcador, .page-id-32 .marcador {
    flex-flow: row wrap;
  }
  .page-id-27 .marcador .marcador-equipo, .page-id-28 .marcador .marcador-equipo, .page-id-32 .marcador .marcador-equipo {
    flex: 1 1 45%;
  }
  .page-id-27 .marcador .livescore, .page-id-28 .marcador .livescore, .page-id-32 .marcador .livescore {
    flex: 1 1 100%;
    order: 3;
  }
}

/* ===== Cabezal de detalle de equipos: mismo diseño que la planilla de cancha ===== */
/* Indicadores de tarjeta (rectángulo de color): amarilla, roja, azul */
.page-id-27 .equipos table th .cardamarilla, .page-id-27 .equipos table th .cardroja, .page-id-27 .equipos table th .cardazul,
.page-id-28 .equipos table th .cardamarilla, .page-id-28 .equipos table th .cardroja, .page-id-28 .equipos table th .cardazul,
.page-id-32 .equipos table th .cardamarilla, .page-id-32 .equipos table th .cardroja, .page-id-32 .equipos table th .cardazul {
  display: inline-block;
  width: 16px;
  height: 22px;
  border-radius: 3px;
  vertical-align: middle;
}
.page-id-27 .equipos table th .cardamarilla, .page-id-28 .equipos table th .cardamarilla, .page-id-32 .equipos table th .cardamarilla { background: #f5c518; }
.page-id-27 .equipos table th .cardroja, .page-id-28 .equipos table th .cardroja, .page-id-32 .equipos table th .cardroja { background: #e30613; }
.page-id-27 .equipos table th .cardazul, .page-id-28 .equipos table th .cardazul, .page-id-32 .equipos table th .cardazul { background: #1f6feb; }
/* Ícono de "listado" (validar) */
.page-id-27 .equipos table th .cardlist, .page-id-28 .equipos table th .cardlist, .page-id-32 .equipos table th .cardlist {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='8' y1='6' x2='21' y2='6'/%3E%3Cline x1='8' y1='12' x2='21' y2='12'/%3E%3Cline x1='8' y1='18' x2='21' y2='18'/%3E%3Cline x1='3' y1='6' x2='3.01' y2='6'/%3E%3Cline x1='3' y1='12' x2='3.01' y2='12'/%3E%3Cline x1='3' y1='18' x2='3.01' y2='18'/%3E%3C/svg%3E") no-repeat center/contain;
}
/* Íconos de 2 minutos (mano) y gol (pelota) */
.page-id-27 .equipos table th .card2min, .page-id-27 .equipos table th .cardgol,
.page-id-28 .equipos table th .card2min, .page-id-28 .equipos table th .cardgol,
.page-id-32 .equipos table th .card2min, .page-id-32 .equipos table th .cardgol {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-id-27 .equipos table th .card2min, .page-id-28 .equipos table th .card2min, .page-id-32 .equipos table th .card2min {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12V5.5a1.5 1.5 0 0 1 3 0V12'/%3E%3Cpath d='M12 12V4a1.5 1.5 0 0 1 3 0v8'/%3E%3Cpath d='M15 12v-1a1.5 1.5 0 0 1 3 0v3.5a5.5 5.5 0 0 1-5.5 5.5h-1a5.5 5.5 0 0 1-4.8-2.8L5 16a1.4 1.4 0 0 1 2.3-1.6L9 16'/%3E%3C/svg%3E");
}
.page-id-27 .equipos table th .cardgol, .page-id-28 .equipos table th .cardgol, .page-id-32 .equipos table th .cardgol {
  background-image: url("../media/balon-goleadores.svg");
}

/* Cambió la cantidad de columnas: anular anchos fijos por posición y fijar por tipo de columna */
.page-id-27 .equipos table tr:first-child th,
.page-id-28 .equipos table tr:first-child th,
.page-id-32 .equipos table tr:first-child th { width: auto !important; }
.page-id-27 .equipos table td.tdvalidar, .page-id-27 .equipos table td.tdamarilla, .page-id-27 .equipos table td.tdroja, .page-id-27 .equipos table td.tdazul,
.page-id-28 .equipos table td.tdvalidar, .page-id-28 .equipos table td.tdamarilla, .page-id-28 .equipos table td.tdroja, .page-id-28 .equipos table td.tdazul,
.page-id-32 .equipos table td.tdvalidar, .page-id-32 .equipos table td.tdamarilla, .page-id-32 .equipos table td.tdroja, .page-id-32 .equipos table td.tdazul {
  width: 34px;
  text-align: center;
}
.page-id-27 .equipos table td.tddorsal, .page-id-28 .equipos table td.tddorsal, .page-id-32 .equipos table td.tddorsal {
  width: 44px;
  text-align: center;
}
.page-id-27 .equipos table td.td2min, .page-id-27 .equipos table td.tdgoal,
.page-id-28 .equipos table td.td2min, .page-id-28 .equipos table td.tdgoal,
.page-id-32 .equipos table td.td2min, .page-id-32 .equipos table td.tdgoal {
  width: 68px;
}

/* Sin bordes verticales en las tablas de la vista (los agrega el tema a td/th) */
.page-id-27 .equipos table th, .page-id-27 .equipos table td,
.page-id-28 .equipos table th, .page-id-28 .equipos table td,
.page-id-32 .equipos table th, .page-id-32 .equipos table td,
.page-id-27 .livescore table th, .page-id-27 .livescore table td,
.page-id-28 .livescore table th, .page-id-28 .livescore table td,
.page-id-32 .livescore table th, .page-id-32 .livescore table td {
  border-left: 0 !important;
  border-right: 0 !important;
}

/* ===== Checkboxes del cuerpo: mismo estilo que la planilla de cancha ===== */
.page-id-27 .equipos table td input[type="checkbox"],
.page-id-28 .equipos table td input[type="checkbox"],
.page-id-32 .equipos table td input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 2px solid #22418e;
  border-radius: 4px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  opacity: 1;
}
.page-id-27 .equipos table td input[type="checkbox"]:checked,
.page-id-28 .equipos table td input[type="checkbox"]:checked,
.page-id-32 .equipos table td input[type="checkbox"]:checked {
  background: #22418e;
  border-color: #22418e;
}
.page-id-27 .equipos table td input[type="checkbox"]:checked::after,
.page-id-28 .equipos table td input[type="checkbox"]:checked::after,
.page-id-32 .equipos table td input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Validar (asistencia): verde al estar activado */
.page-id-27 .equipos table td.tdvalidar input[type="checkbox"]:checked,
.page-id-28 .equipos table td.tdvalidar input[type="checkbox"]:checked,
.page-id-32 .equipos table td.tdvalidar input[type="checkbox"]:checked {
  background: #2e9e2e;
  border-color: #2e9e2e;
}
/* Amarilla */
.page-id-27 .equipos table td.tdamarilla input[type="checkbox"]:checked,
.page-id-28 .equipos table td.tdamarilla input[type="checkbox"]:checked,
.page-id-32 .equipos table td.tdamarilla input[type="checkbox"]:checked {
  background: #f5c518;
  border-color: #f5c518;
}
.page-id-27 .equipos table td.tdamarilla input[type="checkbox"]:checked::after,
.page-id-28 .equipos table td.tdamarilla input[type="checkbox"]:checked::after,
.page-id-32 .equipos table td.tdamarilla input[type="checkbox"]:checked::after {
  border-color: #22418e;
}
/* Roja */
.page-id-27 .equipos table td.tdroja input[type="checkbox"]:checked,
.page-id-28 .equipos table td.tdroja input[type="checkbox"]:checked,
.page-id-32 .equipos table td.tdroja input[type="checkbox"]:checked {
  background: #e30613;
  border-color: #e30613;
}
/* Azul */
.page-id-27 .equipos table td.tdazul input[type="checkbox"]:checked,
.page-id-28 .equipos table td.tdazul input[type="checkbox"]:checked,
.page-id-32 .equipos table td.tdazul input[type="checkbox"]:checked {
  background: #1f6feb;
  border-color: #1f6feb;
}
/* Tarjetas (amarilla/roja/azul): solo visibles si fueron activadas */
.page-id-27 .equipos table td.tdamarilla input[type="checkbox"]:not(:checked),
.page-id-27 .equipos table td.tdroja input[type="checkbox"]:not(:checked),
.page-id-27 .equipos table td.tdazul input[type="checkbox"]:not(:checked),
.page-id-28 .equipos table td.tdamarilla input[type="checkbox"]:not(:checked),
.page-id-28 .equipos table td.tdroja input[type="checkbox"]:not(:checked),
.page-id-28 .equipos table td.tdazul input[type="checkbox"]:not(:checked),
.page-id-32 .equipos table td.tdamarilla input[type="checkbox"]:not(:checked),
.page-id-32 .equipos table td.tdroja input[type="checkbox"]:not(:checked),
.page-id-32 .equipos table td.tdazul input[type="checkbox"]:not(:checked) {
  display: none;
}

/* Ícono de arco (golera) antes del apellido */
.page-id-27 .equipos table td.tdnombre .golera,
.page-id-28 .equipos table td.tdnombre .golera,
.page-id-32 .equipos table td.tdnombre .golera {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322418e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='6' width='20' height='13'/%3E%3Cline x1='7' y1='6' x2='7' y2='19'/%3E%3Cline x1='12' y1='6' x2='12' y2='19'/%3E%3Cline x1='17' y1='6' x2='17' y2='19'/%3E%3Cline x1='2' y1='10.5' x2='22' y2='10.5'/%3E%3Cline x1='2' y1='15' x2='22' y2='15'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* Minuto a minuto (desktop + mobile): contenido pegado a la columna central.
   Local = "Nombre Apellido ícono" a la derecha | Visitante = "ícono Nombre Apellido" a la izquierda */
.page-id-27 .livescore table tbody tr td.local,
.page-id-28 .livescore table tbody tr td.local,
.page-id-32 .livescore table tbody tr td.local {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.page-id-27 .livescore table tbody tr td.visitante,
.page-id-28 .livescore table tbody tr td.visitante,
.page-id-32 .livescore table tbody tr td.visitante {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
/* Ícono local va al final: separación a su izquierda, no a la derecha */
.page-id-27 .livescore table tbody tr td.local img,
.page-id-28 .livescore table tbody tr td.local img,
.page-id-32 .livescore table tbody tr td.local img {
  margin-right: 0;
  margin-left: 5px;
}
/* Ícono visitante va al inicio: separación a su derecha (también en mobile) */
.page-id-27 .livescore table tbody tr td.visitante img,
.page-id-28 .livescore table tbody tr td.visitante img,
.page-id-32 .livescore table tbody tr td.visitante img {
  margin-right: 5px;
  margin-left: 0;
}

/* ===== Íconos de eventos del minuto a minuto = mismos del cabezal de jugadores ===== */
.page-id-27 .livescore table td .ev,
.page-id-28 .livescore table td .ev,
.page-id-32 .livescore table td .ev {
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
}
.page-id-27 .livescore td.local .ev,
.page-id-28 .livescore td.local .ev,
.page-id-32 .livescore td.local .ev { margin-left: 5px; margin-right: 0; }
.page-id-27 .livescore td.visitante .ev,
.page-id-28 .livescore td.visitante .ev,
.page-id-32 .livescore td.visitante .ev { margin-right: 5px; margin-left: 0; }
/* Tarjetas (amarilla / roja / azul): rectángulo de color, igual que el cabezal */
.page-id-27 .livescore table td .ev.cardamarilla,
.page-id-28 .livescore table td .ev.cardamarilla,
.page-id-32 .livescore table td .ev.cardamarilla,
.page-id-27 .livescore table td .ev.cardroja,
.page-id-28 .livescore table td .ev.cardroja,
.page-id-32 .livescore table td .ev.cardroja,
.page-id-27 .livescore table td .ev.cardazul,
.page-id-28 .livescore table td .ev.cardazul,
.page-id-32 .livescore table td .ev.cardazul {
  width: 14px;
  height: 20px;
  border-radius: 3px;
}
.page-id-27 .livescore table td .ev.cardamarilla, .page-id-28 .livescore table td .ev.cardamarilla, .page-id-32 .livescore table td .ev.cardamarilla { background: #f5c518; }
.page-id-27 .livescore table td .ev.cardroja, .page-id-28 .livescore table td .ev.cardroja, .page-id-32 .livescore table td .ev.cardroja { background: #e30613; }
.page-id-27 .livescore table td .ev.cardazul, .page-id-28 .livescore table td .ev.cardazul, .page-id-32 .livescore table td .ev.cardazul { background: #1f6feb; }
/* 2 minutos (mano, trazo oscuro para fondo blanco) y gol (pelota) */
.page-id-27 .livescore table td .ev.card2min,
.page-id-28 .livescore table td .ev.card2min,
.page-id-32 .livescore table td .ev.card2min,
.page-id-27 .livescore table td .ev.cardgol,
.page-id-28 .livescore table td .ev.cardgol,
.page-id-32 .livescore table td .ev.cardgol {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-id-27 .livescore table td .ev.card2min, .page-id-28 .livescore table td .ev.card2min, .page-id-32 .livescore table td .ev.card2min {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322418e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12V5.5a1.5 1.5 0 0 1 3 0V12'/%3E%3Cpath d='M12 12V4a1.5 1.5 0 0 1 3 0v8'/%3E%3Cpath d='M15 12v-1a1.5 1.5 0 0 1 3 0v3.5a5.5 5.5 0 0 1-5.5 5.5h-1a5.5 5.5 0 0 1-4.8-2.8L5 16a1.4 1.4 0 0 1 2.3-1.6L9 16'/%3E%3C/svg%3E");
}
.page-id-27 .livescore table td .ev.cardgol, .page-id-28 .livescore table td .ev.cardgol, .page-id-32 .livescore table td .ev.cardgol {
  background-image: url("../media/balon-goleras.svg");
}

/* Íconos de eventos de tiempo: play (inicio), silbato (fin), reloj (interrupción), pausa (time out) */
.page-id-27 .livescore table td .ev-play,
.page-id-28 .livescore table td .ev-play,
.page-id-32 .livescore table td .ev-play,
.page-id-27 .livescore table td .ev-silbato,
.page-id-28 .livescore table td .ev-silbato,
.page-id-32 .livescore table td .ev-silbato,
.page-id-27 .livescore table td .ev-reloj,
.page-id-28 .livescore table td .ev-reloj,
.page-id-32 .livescore table td .ev-reloj,
.page-id-27 .livescore table td .ev-pausa,
.page-id-28 .livescore table td .ev-pausa,
.page-id-32 .livescore table td .ev-pausa {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-id-27 .livescore table td .ev-play, .page-id-28 .livescore table td .ev-play, .page-id-32 .livescore table td .ev-play {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2322418e'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}
.page-id-27 .livescore table td .ev-pausa, .page-id-28 .livescore table td .ev-pausa, .page-id-32 .livescore table td .ev-pausa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2322418e'%3E%3Crect x='6' y='5' width='4' height='14' rx='1'/%3E%3Crect x='14' y='5' width='4' height='14' rx='1'/%3E%3C/svg%3E");
}
.page-id-27 .livescore table td .ev-reloj, .page-id-28 .livescore table td .ev-reloj, .page-id-32 .livescore table td .ev-reloj {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322418e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}
.page-id-27 .livescore table td .ev-silbato, .page-id-28 .livescore table td .ev-silbato, .page-id-32 .livescore table td .ev-silbato {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322418e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11a5 5 0 0 0 5 5 5 5 0 0 0 5-5v-1H3v1z'/%3E%3Cpath d='M13 10h6a1 1 0 0 1 1 1 3 3 0 0 1-3 3h-4'/%3E%3Cline x1='8' y1='10' x2='8' y2='7'/%3E%3C/svg%3E");
}
/* En la fila centrada de evento, separar el ícono del texto */
.page-id-27 .livescore table td.evento .ev,
.page-id-28 .livescore table td.evento .ev,
.page-id-32 .livescore table td.evento .ev {
  margin-right: 6px;
  margin-left: 0;
}

/* ===== Mobile: columnas de datos angostas para dar más espacio al nombre ===== */
@media only screen and (max-width: 767px) {
  .page-id-27 .equipos table td, .page-id-28 .equipos table td, .page-id-32 .equipos table td {
    padding: 6px 1px;
    font-size: 12px !important;
  }
  .page-id-27 .equipos table tr:first-child th, .page-id-28 .equipos table tr:first-child th, .page-id-32 .equipos table tr:first-child th {
    padding: 6px 1px;
    font-size: 12px !important;
  }
  /* Tarjetas y validar */
  .page-id-27 .equipos table td.tdvalidar, .page-id-27 .equipos table td.tdamarilla, .page-id-27 .equipos table td.tdroja, .page-id-27 .equipos table td.tdazul,
  .page-id-28 .equipos table td.tdvalidar, .page-id-28 .equipos table td.tdamarilla, .page-id-28 .equipos table td.tdroja, .page-id-28 .equipos table td.tdazul,
  .page-id-32 .equipos table td.tdvalidar, .page-id-32 .equipos table td.tdamarilla, .page-id-32 .equipos table td.tdroja, .page-id-32 .equipos table td.tdazul {
    width: 22px;
  }
  /* Nº */
  .page-id-27 .equipos table td.tddorsal, .page-id-28 .equipos table td.tddorsal, .page-id-32 .equipos table td.tddorsal {
    width: 24px;
  }
  /* 2 minutos y goles (solo número) */
  .page-id-27 .equipos table td.td2min, .page-id-27 .equipos table td.tdgoal,
  .page-id-28 .equipos table td.td2min, .page-id-28 .equipos table td.tdgoal,
  .page-id-32 .equipos table td.td2min, .page-id-32 .equipos table td.tdgoal {
    width: 24px;
  }
  /* Menos separación entre 2 minutos, amarilla, roja, azul y goles (columnas más pegadas) */
  .page-id-27 .equipos table td.tdamarilla, .page-id-27 .equipos table td.tdroja, .page-id-27 .equipos table td.tdazul, .page-id-27 .equipos table td.td2min, .page-id-27 .equipos table td.tdgoal,
  .page-id-28 .equipos table td.tdamarilla, .page-id-28 .equipos table td.tdroja, .page-id-28 .equipos table td.tdazul, .page-id-28 .equipos table td.td2min, .page-id-28 .equipos table td.tdgoal,
  .page-id-32 .equipos table td.tdamarilla, .page-id-32 .equipos table td.tdroja, .page-id-32 .equipos table td.tdazul, .page-id-32 .equipos table td.td2min, .page-id-32 .equipos table td.tdgoal {
    width: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  /* Checkbox del cuerpo más chico */
  .page-id-27 .equipos table td input[type="checkbox"], .page-id-28 .equipos table td input[type="checkbox"], .page-id-32 .equipos table td input[type="checkbox"] {
    width: 13px;
    height: 13px;
    border-width: 1px;
  }
  .page-id-27 .equipos table td input[type="checkbox"]:checked::after, .page-id-28 .equipos table td input[type="checkbox"]:checked::after, .page-id-32 .equipos table td input[type="checkbox"]:checked::after {
    left: 3px;
    top: 1px;
    width: 3px;
    height: 7px;
    border-width: 0 2px 2px 0;
  }
  /* Íconos del cabezal más chicos */
  .page-id-27 .equipos table th .cardlist,
  .page-id-28 .equipos table th .cardlist,
  .page-id-32 .equipos table th .cardlist {
    width: 16px;
    height: 16px;
  }
  .page-id-27 .equipos table th .card2min, .page-id-27 .equipos table th .cardgol,
  .page-id-28 .equipos table th .card2min, .page-id-28 .equipos table th .cardgol,
  .page-id-32 .equipos table th .card2min, .page-id-32 .equipos table th .cardgol {
    width: 14px;
    height: 14px;
  }
  .page-id-27 .equipos table th .cardamarilla, .page-id-27 .equipos table th .cardroja, .page-id-27 .equipos table th .cardazul,
  .page-id-28 .equipos table th .cardamarilla, .page-id-28 .equipos table th .cardroja, .page-id-28 .equipos table th .cardazul,
  .page-id-32 .equipos table th .cardamarilla, .page-id-32 .equipos table th .cardroja, .page-id-32 .equipos table th .cardazul {
    width: 10px;
    height: 14px;
  }
  /* Nombre: absorbe todo el espacio libre (así las columnas de datos se pegan a su ancho)
     y corta por palabra, no letra por letra */
  .page-id-27 .equipos table td.tdnombre, .page-id-28 .equipos table td.tdnombre, .page-id-32 .equipos table td.tdnombre {
    width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }
  /* table-layout fixed: los anchos se respetan exactos y la columna Nombre (sin ancho)
     absorbe TODO el espacio libre. Los anchos se toman de la 1ª fila (cabezal, th). */
  .page-id-27 .equipos table.tbljugadores, .page-id-27 .equipos table.tbloficiales,
  .page-id-28 .equipos table.tbljugadores, .page-id-28 .equipos table.tbloficiales,
  .page-id-32 .equipos table.tbljugadores, .page-id-32 .equipos table.tbloficiales {
    table-layout: fixed;
  }
  /* Jugadores: validar | Nombre(resto) | Nº | amarilla | 2min | roja | azul | gol */
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(1), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(1), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(1){ width: 26px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(3), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(3), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(3){ width: 26px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(4), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(4), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(4){ width: 26px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(5), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(5), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(5){ width: 26px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(6), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(6), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(6){ width: 26px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(7), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(7), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(7){ width: 26px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(8), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(8), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(8){ width: 26px !important; }
  /* Oficiales: validar | Nombre(resto) | amarilla | 2min | roja | azul */
  .page-id-27 .equipos table.tbloficiales tr:first-child th:nth-child(1), .page-id-28 .equipos table.tbloficiales tr:first-child th:nth-child(1), .page-id-32 .equipos table.tbloficiales tr:first-child th:nth-child(1){ width: 26px !important; }
  .page-id-27 .equipos table.tbloficiales tr:first-child th:nth-child(3), .page-id-28 .equipos table.tbloficiales tr:first-child th:nth-child(3), .page-id-32 .equipos table.tbloficiales tr:first-child th:nth-child(3){ width: 26px !important; }
  .page-id-27 .equipos table.tbloficiales tr:first-child th:nth-child(4), .page-id-28 .equipos table.tbloficiales tr:first-child th:nth-child(4), .page-id-32 .equipos table.tbloficiales tr:first-child th:nth-child(4){ width: 26px !important; }
  .page-id-27 .equipos table.tbloficiales tr:first-child th:nth-child(5), .page-id-28 .equipos table.tbloficiales tr:first-child th:nth-child(5), .page-id-32 .equipos table.tbloficiales tr:first-child th:nth-child(5){ width: 26px !important; }
  .page-id-27 .equipos table.tbloficiales tr:first-child th:nth-child(6), .page-id-28 .equipos table.tbloficiales tr:first-child th:nth-child(6), .page-id-32 .equipos table.tbloficiales tr:first-child th:nth-child(6){ width: 26px !important; }
  /* Centrar el ícono del cabezal con el contenido (centrado) de cada columna; Nombre queda a la izquierda */
  .page-id-27 .equipos table tr:first-child th, .page-id-28 .equipos table tr:first-child th, .page-id-32 .equipos table tr:first-child th {
    text-align: center;
  }
  .page-id-27 .equipos table tr:first-child th:nth-child(2), .page-id-28 .equipos table tr:first-child th:nth-child(2), .page-id-32 .equipos table tr:first-child th:nth-child(2) {
    text-align: left;
  }
  /* Números de 2min y goles centrados como el resto de las columnas de datos */
  .page-id-27 .equipos table td.td2min, .page-id-27 .equipos table td.tdgoal,
  .page-id-28 .equipos table td.td2min, .page-id-28 .equipos table td.tdgoal,
  .page-id-32 .equipos table td.td2min, .page-id-32 .equipos table td.tdgoal {
    text-align: center;
  }
}

/* ===== Desktop: mismo layout fijo que mobile, con Nombre al máximo de ancho ===== */
@media only screen and (min-width: 768px) {
  .page-id-27 .equipos table.tbljugadores, .page-id-27 .equipos table.tbloficiales,
  .page-id-28 .equipos table.tbljugadores, .page-id-28 .equipos table.tbloficiales,
  .page-id-32 .equipos table.tbljugadores, .page-id-32 .equipos table.tbloficiales {
    table-layout: fixed;
  }
  /* Jugadores: validar | Nombre(resto) | Nº | amarilla | 2min | roja | azul | gol */
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(1), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(1), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(1) { width: 50px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(3), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(3), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(3) { width: 50px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(4), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(4), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(4) { width: 50px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(5), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(5), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(5) { width: 50px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(6), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(6), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(6) { width: 50px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(7), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(7), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(7) { width: 50px !important; }
  .page-id-27 .equipos table.tbljugadores tr:first-child th:nth-child(8), .page-id-28 .equipos table.tbljugadores tr:first-child th:nth-child(8), .page-id-32 .equipos table.tbljugadores tr:first-child th:nth-child(8) { width: 50px !important; }
  /* Oficiales: validar | Nombre(resto) | amarilla | 2min | roja | azul */
  .page-id-27 .equipos table.tbloficiales tr:first-child th:nth-child(1), .page-id-28 .equipos table.tbloficiales tr:first-child th:nth-child(1), .page-id-32 .equipos table.tbloficiales tr:first-child th:nth-child(1) { width: 50px !important; }
  .page-id-27 .equipos table.tbloficiales tr:first-child th:nth-child(3), .page-id-28 .equipos table.tbloficiales tr:first-child th:nth-child(3), .page-id-32 .equipos table.tbloficiales tr:first-child th:nth-child(3) { width: 50px !important; }
  .page-id-27 .equipos table.tbloficiales tr:first-child th:nth-child(4), .page-id-28 .equipos table.tbloficiales tr:first-child th:nth-child(4), .page-id-32 .equipos table.tbloficiales tr:first-child th:nth-child(4) { width: 50px !important; }
  .page-id-27 .equipos table.tbloficiales tr:first-child th:nth-child(5), .page-id-28 .equipos table.tbloficiales tr:first-child th:nth-child(5), .page-id-32 .equipos table.tbloficiales tr:first-child th:nth-child(5) { width: 50px !important; }
  .page-id-27 .equipos table.tbloficiales tr:first-child th:nth-child(6), .page-id-28 .equipos table.tbloficiales tr:first-child th:nth-child(6), .page-id-32 .equipos table.tbloficiales tr:first-child th:nth-child(6) { width: 50px !important; }
  /* Centrar íconos del cabezal; Nombre a la izquierda */
  .page-id-27 .equipos table tr:first-child th, .page-id-28 .equipos table tr:first-child th, .page-id-32 .equipos table tr:first-child th { text-align: center; }
  .page-id-27 .equipos table tr:first-child th:nth-child(2), .page-id-28 .equipos table tr:first-child th:nth-child(2), .page-id-32 .equipos table tr:first-child th:nth-child(2) { text-align: left; }
  /* Números de 2min y goles centrados */
  .page-id-27 .equipos table td.td2min, .page-id-27 .equipos table td.tdgoal,
  .page-id-28 .equipos table td.td2min, .page-id-28 .equipos table td.tdgoal,
  .page-id-32 .equipos table td.td2min, .page-id-32 .equipos table td.tdgoal { text-align: center; }
}

/* ===== Sin scroll horizontal en la vista del partido ===== */
/* El livescore es un flex item: min-width:0 le permite achicarse (su tabla scrollea interna),
   evitando que empuje el ancho de página. Además se corta cualquier desborde a nivel página. */
.page-id-27 .marcador .livescore, .page-id-28 .marcador .livescore, .page-id-32 .marcador .livescore {
  min-width: 0;
}
.page-id-27, .page-id-28, .page-id-32 {
  overflow-x: hidden;
}

/* ===== Pie de página (mismo que goleadores) — solo página vista-partido ===== */
.page-id-28 .site-info { display: none !important; }
body.page-id-28:not(.custom-background-image)::before,
body.page-id-28:not(.custom-background-image)::after { display: none !important; }
.page-id-28 #colophon.gf-colophon {
  background: #012B67 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
.page-id-28 .goleadores-footer {
  background: #012B67;
  color: #fff;
  text-align: center;
  padding: 26px 20px;
  margin: 0;
  line-height: normal;
}
.page-id-28 .goleadores-footer .gf-label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  opacity: 0.9;
}
.page-id-28 .goleadores-footer .gf-logo {
  display: inline-block;
  line-height: 0;
}
.page-id-28 .goleadores-footer img {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}
