@charset "utf-8";
/* CSS Document */

.tabla-calendario-box {
    display: block;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.tabla-calendario-match {
    width: 100%;
    background-color: #fafafa;
}

/* TABS */

.tabla-calendario-datos,
.tabla-calendario-fase,
.tabla-calendario-dia,
.tabla-calendario-grupo {
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    color: #ffffff;
}

.tabla-calendario-datos {
    background-color: #fdc33e;
    color: #121212;
    border-bottom: 5px solid #fff;
}

.tabla-calendario-fase {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #0052a9;
}

.tabla-calendario-dia {
    background-color: #4a320f;
}
.tabla-calendario-grupo {
    background-color: #d5e5f7;
    color: #131313;
    padding-left: 1.5%;
    text-align: left;
}
h3.tab-nombredelgrupo {
margin: 0;
    font-size: 18px;
    color: #fff;
    padding-top: 4px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 4px;
    background-color: #132b71;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    background-image: url(https://static.emol.cl/emol50/Fotos/2024/05/17/file_20240517150219.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    border-bottom: 2px solid #132b71;
    border-radius: 20px 20px 0 0;
}
/* FIN TABS */


/* CAJA DEL CALENDARIO */

.tabla-calendario-match td {
    border-bottom: 1px dotted #e3e3e3;
}


.tabla-calendario-match tr:hover td {
    background-color: #fff;
}

.tabla-calendario-match td:first-child {
    width: 12%;
    border-right: 1px dotted #ddd;
    color: #131313;
    padding-top: 0px;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
}

.tabla-calendario-match td:nth-child(2),
.tabla-calendario-match td:nth-child(6) {
    width: 30%;
    color: #131313;
    text-align: right;
}

.tabla-calendario-match td:nth-child(3),
.tabla-calendario-match td:nth-child(5) {
    height: 45px;
    width: 6.5%;
    text-align: center;
}

.tabla-calendario-match td:nth-child(4) {
    width: 17%;
    color: #131313;
    text-align: center;
    text-transform: lowercase;
}

.tabla-calendario-match td:nth-child(4) i {
    font-size: 14px;
    font-style: normal;
}

.tabla-calendario-match td:nth-child(6) {
    text-align: left;
}

.tabla-calendario-match td img {
    width: 28px;
}

.tabla-calendario-match a:link,
.tabla-calendario-match a:visited {
	color: #131313;
	text-decoration: none;
}
.tabla-calendario-match a:hover {
	text-decoration: underline;
}
/* FIN CAJA DEL CALENDARIO */




/* CAJA TABLA POSCIONES  GRUPOS */
.box-tabla-grupos {
	width: 100%;
	display: block;
	padding-bottom: 20px;
}
table.tabla-grupos-posiciones {
    color: #131313;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
}
table.tabla-grupos-posiciones thead tr th {
height: 26px;
    text-align: center;
    background-color: #d5e5f7;
    border-bottom: 2px solid #cdd9fd;
    border-top: 2px solid #132b71;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 26px;
    font-size: 12px;
    color: #131313;
}
table.tabla-grupos-posiciones tbody tr {
	border-bottom: 1px dotted #ddd;
    background-color: #fafafa;
    font-weight: normal;
    font-size: 14px;
	text-align: center;
}
table.tabla-grupos-posiciones tbody tr td {
	border-bottom: 1px dotted #e3e3e3;
		padding: 10px;
}
table.tabla-grupos-posiciones tbody tr td:first-child {
background: #ebebeb;
}
table.tabla-grupos-posiciones tbody tr:nth-child(1) td:first-child,
table.tabla-grupos-posiciones tbody tr:nth-child(2) td:first-child{
	background-color: #0052a9;
    color: #fff;
}
table.tabla-grupos-posiciones tbody tr:nth-child(3) td:first-child{
/*	background-color: #1557a0;
    color: #fff;*/
}
table.tabla-grupos-posiciones tbody td:nth-child(2) {
	width:24px;
}
table.tabla-grupos-posiciones tbody td:nth-child(2) img {
	width:100%;
	max-width: 24px;
}
table.tabla-grupos-posiciones tbody td:nth-child(3) {
	padding: 0;
	font-size: 16px;
    width: 25%;
	text-align: left;
}
table.tabla-grupos-posiciones tbody td:nth-child(4) {
	font-weight: bold;
}
table.tabla-grupos-posiciones tbody td:nth-child(3) span {
	display:block;
}
table.tabla-grupos-posiciones tbody td:nth-child(3) abbr {
	display:none;
}
/* FIN CAJA TABLA POSCIONES GRUPOS */




@media (max-width: 440px) {
/* CAJA DEL CALENDARIO */
table.tabla-grupos-posiciones tbody tr td {
		padding: 10px 4px;
}
.tabla-calendario-match td:first-child {
    font-size: 14px;
    padding-top: 4px;
}

.tabla-calendario-match td:nth-child(4) {
    font-size: 15px;
    width: 24%;
}

.tabla-calendario-match td:nth-child(2),
.tabla-calendario-match td:nth-child(6) {
    font-size: 15px;
    padding: 10px 4px;
    width: 29.5%;
}
/* FIN CAJA DEL CALENDARIO */

/* CAJA TABLA POSCIONES GRUPOS */
table.tabla-grupos-posiciones tbody tr td:first-child {
width: 25px;
}
/*table.tabla-grupos-posiciones thead tr th:nth-child(7), table.tabla-grupos-posiciones thead tr th:nth-child(8),
table.tabla-grupos-posiciones tbody td:nth-child(9), table.tabla-grupos-posiciones tbody td:nth-child(10) {
	display: none;
}*/
table.tabla-grupos-posiciones tbody td:nth-child(3) {
    font-size: 14px;
}
table.tabla-grupos-posiciones tbody td:nth-child(2) {
	width:30px;
	min-width: 30px;
}
table.tabla-grupos-posiciones tbody td:nth-child(3) span {
	display:block;
}	
table.tabla-grupos-posiciones tbody td:nth-child(3) abbr {
	display:none;
	text-transform: capitalize;
}
/* FIN CAJA TABLA POSCIONES GRUPOS */
}
