.bg-verde-oscuro {
	background-color: #012F18;
}

.bg-verde-intermedio-1 {
	background-color: #05673B;
}

.bg-verde-intermedio-2 {
	background-color: #05673B;
}

.bg-verde-claro {
	background-color: #78F200;
}

.text-verde-claro {
	color: #78F200;
}

#resultados .yo .text-light {
	color: #78F200 !important;
}

.form-check-input:checked {
	background-color: #012F18;
	border-color: #012F18;
}

footer {
	background-image: url(./img/pie.png);
	background-size: 100% 100%;
}

.btn-plano {
	text-decoration: none;
	color: #f8f9fa;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 8.5pt;
	background-color: #78F200;
	background-image: url(./img/futbolistas-izquierda.png);
	background-attachment: fixed;
	background-size: 120% auto;
	background-position: top 0% left 360%;
}

p, li, input, .form-floating label, .font-mont {
	font-family: 'Source Sans Pro', sans-serif;
}

li.font-mont span {
	font-family: 'Montserrat', sans-serif;
}

.contenedor-pagina {
	margin-top: calc(100vw/ 6);
}

.card, .modal-content {
	background-color: #05673B;
	background-image: url(./img/rayas.png);
	background-size: 150% auto;
	color: #f8f9fa;
	border: 2px solid #012F18;
}

.modal-content .list-group .list-group-item, .card .list-group .list-group-item
	{
	background-color: transparent;
	border-bottom: 2px solid #012F18;
}

#resultados li.list-group-item:nth-child(odd) {
	background-color: #012F1877;
}

#resultados li.list-group-item.yo {
	background-color: #012F18EE;
}

#resultados .card .list-group-item:last-child {
	border-bottom: 0 !important;
}

.modal-content .list-group {
	border-top: 2px solid #012F18;
}

.modal-footer, .card-footer {
	border-top: 0;
}

.modal-header {
	border-bottom: 2px solid #012F18;
}

.card-body, .modal-body {
	padding: 0.25rem;
}

.card-title, .modal-title {
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: #78f200;
}

.text-facebook {
	color: #3b5998;
}

.text-google {
	color: #ea4335;
}

.btn-unafut {
	background-color: #78F200;
	color: #012F18;
	border-radius: 0.5rem;
	font-weight: 500;
	padding: 0.25rem 1rem;
}

.dd-unafut {
	background-color: #78F200;
	color: #012F18;
	border-radius: 0.5rem;
	font-weight: 500;
}

.form-floating>label {
	color: #012F18;
}

.text-destacado {
	color: #78F200;
	font-weight: 500;
	font-size: 9pt;
}

.dd-unafut .dropdown-item.active, .dd-unafut .dropdown-item:active {
	background-color: #012F18;
}

[data-notificaciones="1"] span:nth-child(1) {
	display: none;
}

[data-notificaciones="0"] span:nth-child(2) {
	display: none;
}

.card[data-autor="1"] {
	margin-left: auto;
}

.scrollify {
	max-height: 40vh;
	overflow-y: scroll;
}

.chat-card {
	background-image: none;
	background-color: #012F18;
}

.logo {
	width: 100%;
}

.offcanvas-lg {
	background-color: #05673B !important;
	background-image: url(./img/rayas.png);
	background-size: 150% auto;
	color: #f8f9fa;
	border-right: 2px solid #012F18;
	overflow-y: auto !important;
}

.navbar-nav {
	font-size: 10pt;
}

@media ( min-width : 992px) {
	body {
		font-size: 12pt;
		background-color: #78F200;
		background-image: url(./img/futbolistas-izquierda.png);
		background-attachment: fixed;
		background-size: 95% auto;
		background-position: top -60% left 1045%;
	}
	.contenedor-pagina {
		margin-top: 120px;
	}
	.logo {
		height: 98px !important;
		width: auto !important;
	}
	.card-body, .modal-body, .card-header, .modal-header, .card-footer,
		.modal-footer {
		padding: 0.5rem;
	}
	.scrollify {
		max-height: 70vh;
		overflow-y: scroll;
	}
	.offcanvas-lg {
		position: fixed;
		top: 0;
		left: 0;
		width: 18vw;
		bottom: 0;
		z-index: 1054;
	}
	#sinOffCanvas, .header {
		padding-left: 18vw;
	}
}

@media ( min-width : 1200px) {
	.header-datos {
		background-image: url(./img/encabezado-fondo-solo.png);
		background-size: auto 100%;
		background-position: center top;
		background-repeat: no-repeat;
	}
}