body {
	font-family: 'Roboto', sans-serif;
}

.gf-roboto, p {
	font-family: 'Roboto', sans-serif;
}

.gf-corto {
	font-family: 'BenchNine', sans-serif;
}

nav img {
	height: 72px;
}

.subform:first-child {
	display: none;
}

.dropdown-menu {
	left: unset;
	right: 0;
}

.fr-wrapper.show-placeholder .fr-placeholder {
	margin-top: 0 !important;
}

[data-subform="quitar"] {
	position: absolute;
	top: 2px;
	right: 2px;
}

a[href$="/archivos/originales/"] {
	display: none;
}

.sidebar-brand-icon img {
	transform: scale(0.6);
}

.form-control.pell {
	height: unset;
}

.colorpicker {
	width: 150px;
}

.mh100vh {
	min-height: 100vh;
}

.card-header, .modal-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
}

.card-footer, .modal-footer {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
}

.card, .modal {
	border: 0;
}

.custom-control-input:checked ~.custom-control-label::before {
	/*     border-color: #1cc88a; */
	/*     background-color: #1cc88a; */
	
}

.invalid-tooltip {
	top: unset;
}

.bg-black {
	background-color: black;
}

span.select2-selection.select2-selection--multiple {
	background: #fff;
}

hr {
	border-top: 1px solid rgba(230, 230, 230, 0.1);
}

.text-shadow {
	text-shadow: 0 0 5px black;
}

a.nav-link {
	font-size: 1.2rem;
}

.container {
	padding-left: .45rem !important;
	padding-right: .45rem !important;
}

.card-header, .card-body {
	padding: .15rem .25rem;
}

@media ( min-width : 768px) {
	.container {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.card-header, .card-body {
		padding: .75rem 1.25rem;
	}
}

.bg-darker {
	background: #2c2d31;
}

.bg-darker-2 {
	background: #2c2d31;
}

.text-gris {
	color: #707279
}

.nav-link {
	text-transform: uppercase;
}

.card {
	font-size: 16px;
	color: #151515;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0;
}

p {
	color: #858796 !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #5a5c69 !important;
}

.encabezado {
	background-image: url(/assets/img/football-3.jpg);
	background-size: 100% auto;
	padding: 3rem .75rem;
	background-position: center center;
}

.encabezado h1 {
	color: white !important;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 5px black;
}

.carousel-indicators li {
	height: 30px;
}

#carDias .carousel-indicators {
	position: relative;
}

#carDias .carousel-indicators li {
	height: unset;
	width: unset;
	color: #858796 !important;
	text-indent: unset;
	text-align: center;
	font-size: 12px;
	padding: .05rem 0.25rem;
	margin-bottom: 0;
	border: 2px;
	margin-top: 1rem;
}

#carDias .carousel-indicators li[data-slide-lejano="1"] {
	display: none;
}

@media ( min-width : 768px) {
	#carDias .carousel-indicators li {
		font-size: 16px;
	}
	#carDias .carousel-indicators li[data-slide-lejano="1"] {
		display: unset;
	}
}

@media ( min-width : 1400px) { /* 	.container { */
	/* 		max-width: 1340px; */
	/* 	} */
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .03);
}

@media ( max-width : 550px) {
	h1, h2, h3, h4, h5, h6, p {
		font-size: 90%;
	}
}

#wrapper #content-wrapper {
	background-image: url(/assets/images/fondo-2.jpg);
	background-size: auto 150%;
	background-position: center bottom;
	background-attachment: fixed;
}

.sombra-radial {
	background-image: radial-gradient(rgba(0, 0, 0, 0.4), transparent 70%);
}

a:hover {
	text-decoration: none;
}

.table-responsive .alert {
	white-space: nowrap;
}

.btn-lm {
	text-shadow: 0 0 5px black;
}

.card {
	background-color: rgba(255, 255, 255, 0.85);
}

.lh-1 {
	line-height: 1;
}

.pt-6, .py-6 {
	padding-top: 5rem !important;
}

a.nav-link {
	font-size: 1rem;
}

.carousel-item {
	transition: transform 1s ease, opacity .5s ease-out;
}
