@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('constantes.css');
@import url('cabecera.css');
@import url('select2-custom.css');
@import url('datatables-custom.css');

.nombre-jornada-actual {
    color: #050505;

    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Syne", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.102px;
    text-transform: uppercase;
}

.fecha-jornada-actual {
    color: #666;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Syne", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.084px;
    text-transform: uppercase;
}

.modal-content {
	background-color: var(--main-bg-color) !important;
	border-radius: 20px !important;
}


.dropdown-menu {
	color: white;
	padding: 0;
	text-align: left;
	font-size: 18px;
	left: -143px!important;
	width: 250px;
	border-radius: 25px;
	border: none;
}

.modal-dialog {
	width: 900px !important;
}

.modal-dialog.large {
	width: 70vw !important;
}

@media (max-width: 768px) {
	.modal-dialog {
		width: 600px !important;
		margin: 30px auto !important;
	}

	.modal-dialog.large {
		width: 600px !important;
		margin: 30px auto !important;
	}
}

.nombres-equipos {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 13px;

}

.image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	background: transparent;
	width: 36px;
	height: 36px;
	overflow: hidden;

	&>.image-content {
		min-width: 36px;
		min-height: 36px;
		display: flex;
		border-radius: 36px;
		background-color: white;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
}

.close {
	opacity: 1 !important;
}

.center-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.second-table-info {
	&>td {
		background: linear-gradient(33deg,
				var(--componet-tertiary-color) 0%,
				var(--componet-tertiary-color) 33.33%,
				var(--componet-secondary-color) 33.33%,
				var(--componet-secondary-color) 66.66%,
				var(--componet-primary-color-trasparent) 66.66%,
				var(--componet-primary-color) 100%) !important;

		&>div {
			display: flex;
			justify-content: center;

			&>div {
				display: inline-flex;
				padding: 10px 16px;
				justify-content: center;
				align-items: center;
				gap: 10px;
				border-radius: 12px;
				background: #FFF;
				backdrop-filter: blur(2px);
			}
		}
	}

}

.modal-close {
	display: flex;
	width: 44px;
	padding: 12px;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: #F53D3D !important;
	color: white;
	font-size: 20px;
	cursor: pointer;

}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 15px 0 15px !important;
	width: 100%;

	&>div {
		width: 100%;
	}

	&>div:first-child {
		color: var(--Gris-oscuro, #1A1A1A);
		font-family: "DM Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px;
		/* 116.667% */
		letter-spacing: -0.912px;
	}
}

.modal-footer {
	padding: 0 !important;
	display: none !important;
}


body {
	font-family: "Syne", sans-serif;
	background-color: var(--main-bg-color);
	font-feature-settings: "c2pc", "lnum", "pnum";

	&>.select2-container--open {
		margin-top: 10px;
		border-radius: 20px;
		background: #FFF;
		padding: 22px 23px 23px 23px;
		justify-content: center;
		align-items: center;

		&>.select2-dropdown {
			border: none;

			&>.select2-results {
				&>ul {
					&>li {
						margin: 12px;

						border-radius: 9px;
					}

					&>.select2-results__option[aria-selected=true] {
						background-color: var(--componet-primary-color);
						color: var(--componet-primary-color-text);
					}
				}
			}
		}
	}
}

.titulo {
	display: flex;
	justify-content: space-between;

	&>h2 {
		color: #1A1A1A;
		font-family: inherit;
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px;
		/* 116.667% */
		letter-spacing: -0.912px;
	}
}

.titulos-competiciones {

	&>h4 {
		font-family: "Syne", sans-serif;
		font-size: 17px;
		font-style: normal;
		font-weight: 600;
	}
}

.lista_jornadas {
	display: flex;
}

.capa_jornada {
	height: 36px;
	width: 36px;
	background-color: var(--main-content-color);
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	border-radius: 50px;

	&.jornada_actual {
		background-color: var(--componet-primary-color);
		color: white;
	}
}

.custom-width {
	width: auto;
	padding: 0 10px;
}

.content {
	background-color: white;
	margin: 0 6px 0 6px;
	border-radius: 20px;
	padding: 24px 28px;

	&>.titulo {
		display: flex;
		justify-content: space-between;

		&>h2 {
			color: #1A1A1A;
			font-family: inherit;
			font-size: 24px;
			font-style: normal;
			font-weight: 500;
			line-height: 28px;
			/* 116.667% */
			letter-spacing: -0.912px;
		}
	}

	&>.content-menu {
		gap: 24px;
		display: flex;
		justify-content: start;
		margin: 32px;
		padding: 0px 37px;

		&>div {
			&>span {
				display: block;
				color: #666666;
				font-weight: 600;
				padding-bottom: 12px;
			}

			&>.label-success {
				border-bottom: 4px solid var(--componet-primary-color);
				background-color: transparent !important;
				color: #050505;
			}

			&>.label-default {
				background-color: transparent !important;
			}
		}
	}

}

#botones {
	display: flex;
	flex-direction: row;
}

.nombre-content {
	display: flex;
	justify-content: space-between;
	margin: 0 19px 12px;
	padding: 12px 22px;
	background-color: white;
	border-radius: 15px;
}

.content-body {
	background-color: var(--main-content-color);
	border-radius: 20px;
	padding-top: 17px;
	margin: 24px 0;
}

.custom-col {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 50px;
	background: #FFF;
}


.custom-col-circle {
	max-width: 36px;
	max-height: 36px;
	min-width: 36px;
	min-height: 36px;
	display: flex;
	padding: 9px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 50px;
	background: #FFF;
	justify-content: center;
	border: none !important;
}

.custom-col-circle.disabled,
.custom-col.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.btn-navigate:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.btn-navigate {
	margin: 3.5px !important;
	display: flex !important;
	width: 38px !important;
	height: 38px !important;
	padding: 9.952px !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 4.976px !important;
	flex-shrink: 0 !important;
	border-radius: 82.937px !important;
	background: #FFF !important;
	border: none !important;
}



.btn-custom {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 50px;
	background: #F9F9F9;

	/* Font-Caption */
	font-family: "DM Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
	letter-spacing: -0.028px;
	margin: 0 6px;

}

.img-flag {
	margin-top: -4px;
	width: 38px;
	height: 38px;
	vertical-align: middle;
	margin-right: 8px;
	justify-content: center;
	border-radius: 38px;
	border: 1px solid #F9F9F9;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.negrita {
	font-weight: bold!important;
}

.centrado {
	text-align: center;
}

.limpio {
	clear: both;
}

body a,
body a:hover {
	color: black;
	text-decoration: none;
}

/* CABECERA */
.icono_casa {
	font-size: 14px;
	padding: 15px;
	color: white;
}

#cabecera .select2-selection {
	height: 100%;
	border: 0px;
	font-size: 13px;
	padding: 9px;
}

#cabecera .select2-container {
	height: 45px;
	max-width: 100%;
	width: auto !important;
}

#cabecera .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
	right: 6px;
	width: 20px;
}

.div_casa_competicion_playa {
	width: 45px;
	background: #fe680d;
	height: 100%;
	float: left;
}

.div_casa_competicion_seleccion {
	width: 45px;
	background: #cc0001;
	height: 100%;
	float: left;
}

.div_titulo_competicion {
	height: 100%;
	width: 150px;
	float: left;
	font-size: 13px;
	color: #5f5f5f;
	border-left: 2px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.div_select_competicion,
.div_select_fase,
.div_select_grupo,
.div_select_categoria,
.div_select_temporada {
	height: 100%;
	float: left;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	max-width: 100%;
}

.div_segunda_fila_competicion_playa {
	height: 240px;
	overflow: hidden;
}

.div_enlace_tercera_fila_playa a,
.div_enlace_tercera_fila_seleccion a {
	width: 100%;
	height: 100%;
	display: block;
	margin-top: 16px;
}

.div_cuarta_fila_competicion {
	height: 55px;
	background-color: #494949;
	color: white;
	padding-top: 20px;
	font-size: 13px;
	padding-left: 60px;
}

.div_cuarta_fila_seleccion {
	height: 55px;
	background-color: #cc0001;
	color: white;
	padding-top: 20px;
	font-size: 13px;
	padding-left: 60px;
}

.div_cuarta_fila_competicion_playa {
	height: 55px;
	background-color: #fe680d;
	color: white;
	padding-top: 20px;
	font-size: 13px;
	padding-left: 60px;
}


/* COMPETICIONES */
.padre_foto img {
	width: 35px;
	height: auto;
}

.padre_foto {
	width: 35px;
	height: 35px;
	overflow: hidden;
	/* margin: 10px 10px 10px 30px; */
	position: relative;
	border-radius: 35px;
	float: left;
}

.celda_peque {
	width: 60px;
	text-align: center;
}

.escudo_tabla {
	height: 30px;
	width: auto;
}

.escudo_tabla_clasificacion {
	height: 30px;
	width: auto;
	min-width: 30px;
}


.capa_jornada_playa {
	height: 60px;
	width: 100px;
	background-color: #fe680d;
	float: left;
	text-align: center;
	font-size: 18px;
	border: 1px solid white;
}

.capa_jornada a,
.capa_jornada_playa a {
	width: 100%;
	height: 100%;
	display: block;
	margin-top: 16px;
}

.titulos {
	margin-left: 30px;
}

.titulo_jornadas {
	margin-right: 30px;
}

.table.clasificacion>thead tr>th {
	border-top: 0px !important;
	border-bottom: 0px !important;
}


.capa_jornada_playa.jornada_actual {
	background: #fe680d;
}

.capa_jornada.jornada_actual a,
.capa_jornada_playa.jornada_actual a {
	color: white;
}

.div_fila_nombre_competicion {
	height: 50px;
	padding-left: 60px;
	padding-top: 16px;
	font-size: 15px;
	background-color: #efefef;
	color: black;
}

.div_fila_titulo_equipo {
	height: 45px;
	background-color: #e3e3e3;
	font-size: 15px;
	padding-top: 12px;
	padding-left: 60px;
}

.div_fila_menu_equipo {
	height: 50px;
	background-color: #02172c;
	font-size: 15px;
}

.div_fila_menu_equipo a,
.div_fila_menu_equipo a:hover {
	color: white;
}

.div_fila_menu_equipo .menu-item {
	display: inline-block;
	padding: 10px 30px 9px 30px;
	width: 25%;
	text-align: center;
}

.div_fila_menu_equipo .menu-item.active {
	border-bottom: 5px solid #ff3f10;
}

.detalle_equipo img {
	width: 50%;
	margin-left: 25%;
	margin-top: 40px;
}

.plantilla td {
	white-space: nowrap;
	padding: 20px 30px 0px 30px !important;
}

.div_fila_menu_equipo.nav-tabs>li.active>a,
.div_fila_menu_equipo.nav-tabs>li.active>a:focus,
.div_fila_menu_equipo.nav-tabs>li.active>a:hover {
	background-color: transparent !important;
	border: transparent !important;
	color: white !important;
}

.div_fila_menu_equipo.nav>li>a {
	padding: 15px 15px !important;
}

.div_fila_menu_equipo.nav>li>a:focus,
.div_fila_menu_equipo.nav>li>a:hover {
	background: transparent !important;
	border-color: transparent !important;
}

.div_fila_menu_equipo.nav-tabs>li>a {
	line-height: 0 !important;
}

.div_enlace_tercera_fila.activo_1 a,
.div_enlace_tercera_fila.activo_0 a {
	color: white;
}

.div_enlace_tercera_fila_playa.activo {
	background: #fe680d;
}

.div_enlace_tercera_fila_seleccion.activo {
	background: #cc0001;
}

.escudo_acta {
	height: 100px;
	width: auto;
	margin-bottom: 10px;
}

.nombre_equipo_acta {
	font-size: 16px;
}

.izquierda {
	text-align: left;
}

.derecha {
	text-align: right;
}

.resultado_acta {
	font-size: 26px;
	margin-top: 45px;
}

.dorsal_acta {
	display: inline-block;
	font-size: 10px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-color: #333;
	color: #fff;
	border-radius: 100%;
	margin-right: 2px;
}

.table .score span {
	background-color: #001848;
	display: inline-block;
	width: 24px;
	padding-top: 2px;
	line-height: 18px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.etiqueta_modal {
	margin-left: 10px;
	margin-right: 20px;
	width: 150px;
	display: inline-block;
}

.cajadatos {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 40px 15px 45px;
	margin-top: -1px;
	height: 80px;
}

.etiqueta_gris {
	color: #7e7e7e;
	font-weight: bold;
}

.etiqueta_negra {
	color: black;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
}

.label {
	font-size: 11px !important;
	padding-top: 4px !important;
	margin-top: 2px !important;
}

.foto_jugador_acta {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-left: 20px;
	margin-right: 20px;
}

.celda_foto_jugador_acta {
	width: 70px;
	text-align: center;
}

.imagen_tabla_goleadores {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	float: left;
	margin-right: 15px;
	margin-top: -7px;
}

.tabla_goleadores td {
	padding-top: 15px !important;
}

.empatado {
	background: #f07f1f;
	color: white;
	padding: 3px 13px 2px 13px;
	font-size: 10px;
	font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.ganado {
	background: #17e169;
	color: white;
	padding: 3px 13px 2px 13px;
	font-size: 10px;
	font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.perdido {
	background: #ff4013;
	color: white;
	padding: 3px 13px 2px 13px;
	font-size: 10px;
	font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.sindatos {
	background: #888;
	color: white;
	padding: 3px 13px 2px 13px;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.borde_ganado {
	border-bottom: 4px solid green;
}

.borde_perdido {
	border-bottom: 4px solid red;
}

.borde_empatado {
	border-bottom: 4px solid gray;
}

.sube {
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #4DE774;
	margin-right: 5px;
	display: inline-block;
}

.baja {
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #f55753;
	margin-right: 5px;
	display: inline-block;
}

.p-t-15 {
	padding-top: 15px !important;
}

.p-t-20 {
	padding-top: 20px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-l-20 {
	margin-left: 20px !important;
}

.m-r-20 {
	margin-right: 20px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.capa_escudos_club {
	height: 200px;
}

.escudo_listado_clubs {
	max-height: 200px;
	width: auto;
	text-align: center;
}

.separador_filas_clubs {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.table thead tr th .negro {
	color: black;
	background: url(../images/orden.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 30px;
}

.block {
	display: none;
}

body.adblock .block {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100000;
	font-size: 30px;
	padding-top: 100px;
	padding-left: 30%;
	padding-right: 30%;
	text-align: center;
}

body.adblock {
	overflow: hidden;
	padding: 0px !important;
	margin: 0px !important;
	color: white;
}

body.adblock table,
body.adblock #cabecera,
body.adblock .btn,
body.adblock .capa_jornada,
body.adblock .capa_jornada_playa,
body.adblock .separador_filas_clubs,
body.adblock .arbitradas,
body.adblock .div_fila_menu_equipo {
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
}

th.rotate {
	border-bottom: 1px solid black;
	height: 200px;
	white-space: nowrap;
	position: relative;
}

th.rotate>div {
	transform-origin: 0 50%;
	transform: rotate(-90deg);
	white-space: nowrap;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;

}

@media print {

	/*@page {size: A4 landscape; }*/
	a[href]:after {
		content: none !important;
	}

	.noprint {
		display: none !important;
	}

	body {
		zoom: 75% !important;
	}

	html,
	body {
		height: auto;
	}

}

@media (max-width: 1032px) {
	.nombre_federacion a {
		font-size: 2em !important;
	}

	.div_casa_competicion {
		display: none;
	}

	.div_select_territorial,
	.div_select_provincial,
	.div_select_temporada,
	.div_select_categoria,
	.div_select_competicion,
	.div_select_fase,
	.div_select_grupo {
		width: 50%;
	}

	.div_select_territorial .select2-container,
	.div_select_provincial .select2-container,
	.div_select_temporada .select2-container,
	.div_select_categoria .select2-container,
	.div_select_competicion .select2-container,
	.div_select_fase .select2-container,
	.div_select_grupo .select2-container {
		width: 100% !important;
	}

	.capa_jornada {
		display: inline-block !important;
		float: none !important;
	}

	.lista_jornadas {
		text-align: center !important;
		margin-top: 15px;
	}
}

span.select2-selection.select2-selection--single {
	border: 0px !important;
	padding: 9px !important;
	height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.ver_todas_jorn {
	float: left;
	width: 48%;
	border: 1px solid #cfcfcf;
	margin-bottom: 10px;
	margin-left: 14px;
	padding: 13px 1px 13px 1px;
	text-align: center;
}

.cabecera_escudo_nom {
	display: flex;
	background: #e1e7ea;
	padding: 13px 40px 13px 40px;
}

#elemento-central {
	position: sticky;
	top: 0;
	background: #494949;
	color: #e1e7ea;
	padding: 6px;
	text-align: center;
	margin: 1px 0px 6px 0px;
	z-index: 999;
}

@media (max-width: 700px) {
	.nombre_federacion a {
		font-size: 1.5em !important;
	}
	.div_primera_fila_competicion{
		flex-wrap: wrap;
		border-radius: 20px;
		max-height: max-content;
		height: auto;
		gap: 10px;
	}
	.div_tercera_fila_competicion{
		flex-wrap: wrap;
	}
	.lista_jornadas{
		flex-wrap: wrap;
	}
	.div_segunda_fila_competicion{
		flex-wrap: wrap;
		height: auto;
		padding-top: 15px;
		gap: 10px;
	}
}

@media (max-width: 550px) {
	.nombre_federacion a {
		font-size: 1em !important;
	}

}

@media (max-width: 400px) {
	.nombre_federacion a {
		font-size: .75em !important;
	}

	.div_primera_fila_competicion div {
		width: 100% !important;
	}

	.div_select_jornada {
		width: 100% !important;
	}

	.select2-container {
		width: 100% !important;
		left: 0px !important;
	}

	.ver_todas_jorn {
		width: 100% !important;
		margin-left: 0px !important;
	}

	.cabecera_escudo_nom {
		padding: 13px 26px 13px 26px !important;
	}
}

.fc-event-main li {
	cursor: pointer;
}

.tooltip-inner {
	padding-top: 13px;
}