@import url("inc/owl-carousel/owl.carousel.min.css");
@import url("inc/owl-carousel/owl.theme.default.css");
@import url("inc/bootstrap.min.css");
@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v8/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype')
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v8/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype')
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v8/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype')
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v8/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype')
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v8/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype')
}
.cana1, .cana2, .cana3, .cana4 {
    
	background-color: rgba(14, 21, 31, .1);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .125)
}
.cardr {
  margin: 20px 20px 20px 20px;
  padding: 20px;
  width: 90%;
  min-height: 200px;
  display: grid;
  grid-template-rows: 20px 50px 1fr 50px;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}

.cardr:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
}

.card__link,
.card__exit,
.card__icon {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.card__link::after {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  width: 0%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}

.card__link:hover::after {
  width: 100%;
}

.card__exit {
  grid-row: 1/2;
  font-size:30px;
  justify-self: end;
}

.card__exit:hover {
	color:#387df6;
	cursor: pointer
	}

.card__icon {
  grid-row: 2/3;
  font-size: 33px;
}

.card__title {
  grid-row: 3/4;
  font-weight: 400;
  color: #ffffff;
}

.card__apply {
  grid-row: 4/5;
  color:#fff;
  align-self: center;
}
.card-1 {
  background: radial-gradient(#1fe4f5, #3fbafe);
}

.card-2 {
  background: radial-gradient(#fbc1cc, #fa99b2);
}

.card-3 {
  background: radial-gradient(#76b2fe, #b69efe);
}

.card-4 {
  background: radial-gradient(#60efbc, #58d5c9);
}

.card-5 {
  background: radial-gradient(#f588d8, #c0a3e5);
} 
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
.flex-item, .flex-deporte {
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: all .3s;
	transition: all .2s ease-in-out;
	background-color: #F2F1F6;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .3);
	padding: 5px;
	width: 120px;
	height: 80px;
	margin: 5px 5px 5px 5px;
	font-size: 10px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	outline: 0px solid;
	outline-color: rgba(255, 255, 255, .5);
	outline-offset: 0;
	text-shadow: none;
	transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
   }
   .flex-item:hover, .flex-deporte:hover {
	transition: all .3s;
	border: 2px solid rgba(0, 0, 0, 0.6);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	}
footer,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}


h2,
h3,
h4,
h5 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ul ul {
	margin-bottom: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

img {
	vertical-align: middle;
	border-style: none
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
select {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

[type=button],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

[hidden] {
	display: none!important
}


.h2,
.h3,
.h4,
.h5,
h2,
h3,
h4,
h5 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}


.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

body.dark-mode-active .btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

body.dark-mode-active .btn-primary:hover {
	border: 1px solid #387df6;
	box-shadow: 0px 0px 21px -5px #387DF6 !important;
}


body.dark-mode-active .btn-primary:focus {
	border: 1px solid #298b58;
	box-shadow: 0px 0px 21px -5px #298b58 !important;
}

body.dark-mode-active .btn-primary:disabled {
	border: 1px solid #387df6
}

body.dark-mode-active .btn-primary:not(:disabled):not(.disabled).active,
body.dark-mode-active .btn-primary:not(:disabled):not(.disabled):active {
	border: 1px solid #387df6
}

body.dark-mode-active .btn-primary:not(:disabled):not(.disabled).active:focus,
body.dark-mode-active .btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
	
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	cursor: pointer;
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}

.card-text:last-child {
	margin-bottom: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
}

/* From uiverse.io by @G4b413l */
.line-wobble {
	--uib-size: 80px;
	--uib-speed: 1.55s;
	--uib-color: #387DF6;
	--uib-line-weight: 5px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--uib-line-weight);
	width: var(--uib-size);
	border-radius: calc(var(--uib-line-weight) / 2);
	overflow: hidden;
	transform: translate3d(0, 0, 0);
   }
   
   .line-wobble::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--uib-color);
	opacity: 0.1;
   }
   
   .line-wobble::after {
	content: '';
	height: 100%;
	width: 100%;
	border-radius: calc(var(--uib-line-weight) / 2);
	animation: wobble var(--uib-speed) ease-in-out infinite;
	transform: translateX(-90%);
	background-color: var(--uib-color);
   }
   
   @keyframes wobble {
	0%,
	 100% {
	 transform: translateX(-90%);
	}
   
	50% {
	 transform: translateX(90%);
	}
   }

.border {
	border: 1px solid #dee2e6!important
}

.mt-2 {
	margin-top: .5rem!important
}

.text-center {
	text-align: center!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	img {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
}

body,
html {
	height: 100%
}

body,
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	scroll-behavior: smooth
}

iframe {
	border-radius: 10px
}

.fluidMedia {
	position: relative;
	padding-bottom: 56.25%;
	height: 10%;
	margin-bottom: 10px;
	overflow: hidden
}

.fluidMedia iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99%
}


body,
html {
	height: 100%
}

.card {
	background-color: rgba(14, 21, 31, .1);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .125)
}


body,
html {
	height: 100%
}

iframe {
	border-radius: 15px
}

body,
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	scroll-behavior: smooth
}

.fluidMedia {
	position: relative;
	padding-bottom: 56.25%
}

.fluidMedia iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.img2 {
	filter: drop-shadow(1px 0px 1.2px gray);
	position: relative;
	top: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 60px
}
body.dark-mode-active .img2 {
	filter: drop-shadow(0px 0px 0px gray);
	}
.img4 {
	filter: drop-shadow(1px 0px 1.2px gray);
	position: relative;
	top: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 60px
}

.img3 {
	position: relative;
	top: 15px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px
}

body,
html {
	height: 100%
}

.flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	min-height: 70%;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 0;
	margin-right: 0
}

body {
	background-color: #0d192b;
	
}

.card {
	background-color: rgba(14, 21, 31, .1);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .125)
}


.flex-container2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 0;
	margin-right: 0
}


.android-detection {
  display: none;
}

.dropdown .dropdown-menu {
  border: 1px solid transparent;
  min-width: 120px;
  padding: 8px 0;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.dropdown .dropdown-menu .dropdown-item {
  padding: 12px 16px;
  line-height: 1.2em;
  color: #141515;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active {
  background: rgba(225, 225, 225, 0.5);
  color: #141515;
}

.dropdown .dropdown-menu .dropdown-divider {
  border-top: 1px solid #E1E1E1;
}

.dropdown .dropdown-menu .text {
  padding: 9px 16px;
  color: #4F5050;
}


.dropdown .dropdown-menu ion-icon {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  display: inline-flex;
  color: #141515;
}

.dropdown-toggle:after {
  border-radius: 4px;
  margin-left: 7px;
}
body.dark-mode-active .dropdown .dropdown-menu {
  background: #0c1624;
  border: 1px solid #1B283B;
}

body.dark-mode-active .dropdown .dropdown-menu .dropdown-item {
  color: #FFFFFF;
}

body.dark-mode-active .dropdown .dropdown-menu .dropdown-item:hover, body.dark-mode-active .dropdown .dropdown-menu .dropdown-item:active {
  background: rgba(27, 40, 59, 0.5) !important;
  color: #FFFFFF;
}

body.dark-mode-active .dropdown .dropdown-menu .dropdown-divider {
  border-top-color: #1B283B !important;
}

body.dark-mode-active .dropdown .dropdown-menu .text {
  color: #8195a6;
}


body.dark-mode-active .dropdown .dropdown-menu ion-icon {
  color: #FFFFFF;
}

body.dark-mode-active .flex-item, body.dark-mode-active .flex-deporte {
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: all .3s;
	transition: all .2s ease-in-out;
	background-color: transparent;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 5px;
	width: 120px;
	height: 80px;
	margin: 5px 5px 5px 5px;
	font-size: 10px;
	text-align: center;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 0px solid;
	outline-color: rgba(255, 255, 255, .5);
	outline-offset: 0;
	text-shadow: none;
	transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
   }

body.dark-mode-active .flex-item:hover, body.dark-mode-active .flex-deporte:hover {
	transition: all .3s;
	box-shadow: 0 0 90px 0 #fff inset, 0 0 0px 2px #fff;
}
body {
	font-family: Inter, normal;
	font-size: 15px;
	line-height: 1.55rem;
	letter-spacing: -.015rem;
	color: #4f5050;
	background: #f9f9f9;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

::-webkit-scrollbar {
	width: 0
}

::selection {
	background: rgba(30, 116, 253, .3)
}

a {
	transition: .2s all;
	color: #1e74fd;
	outline: 0!important
}

a:active,
a:focus,
a:hover {
	outline: 0!important;
	color: #1e74fd;
	text-decoration: none
}

button {
	outline: 0!important
}

button:active,
button:focus,
button:hover {
	outline: 0!important
}

.header-large-title {
	padding: 0 16px;
margin-top:15px;
user-select: none;
margin-left: 10px;
  margin-right: 10px;padding-left:15px;padding-right:15px; padding-top:4px; padding-bottom:6px;
}

.header-large-title .title {
	margin: 4px 0 0 0;
	user-select: none;
	font-size: 28px;
	letter-spacing: -.02em;
	line-height: 1.3em
}

.appBottomMenu {
	border-radius: 0px;
	min-height: 56px;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #E1E1E1;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: env(safe-area-inset-bottom);
  backdrop-filter: blur(8px);
}

.appBottomMenu .item {
	font-size: 9px;
	letter-spacing: 0;
	text-align: center;
	width: 100%;
	height: 56px;
	line-height: 1.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.appBottomMenu .item:before {
	content: '';
	display: block;
	height: 2px;
	border-radius: 0 0 10px 10px;
	background: 0 0;
	position: absolute;
	left: 4px;
	right: 4px;
	top: 0
}

.appBottomMenu .item .col {
	width: 100%;
	padding: 0 4px;
	text-align: center
}

.appBottomMenu .item ion-icon {
	display: inline-flex;
	margin: 1px auto 3px auto;
	font-size: 26px;
	line-height: 1em;
	color: #141515;
	transition: .1s all;
	display: block;
	margin-top: 1px;
	margin-bottom: 3px
}

.appBottomMenu .item strong {
	margin-top: 4px;
	display: block;
	color: #141515;
	font-weight: 400;
	transition: .1s all
}

.appBottomMenu .item:active {
	opacity: .8
}

.appBottomMenu .item.active:before {
	background: 0 0
}

.appBottomMenu .item.active ion-icon,
.appBottomMenu .item.active strong {
	color: #1e74fd!important;
	font-weight: 500
}

.appBottomMenu .item:hover ion-icon,
.appBottomMenu .item:hover strong {
	color: #141515
}

.section {
	padding: 0 16px
}

.section.full {
	padding: 0
}

.appFooter {
	padding: 22px 14px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
	user-select: none;
	font-size: 12px;
	max-width:700px;
	width:95%;
	border-radius:16px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2em;
	background: transparent 
}

.appFooter .footer-title {
	font-weight: 500;
	color: #141515;
	margin-bottom: 8px
}

.appFooter .btn {
	margin: 0 5px
}

.mt-2 {
	max-width: 1500px;
	margin: auto
}
@media (max-width: 1400px) {
	.mt-2 {
		max-width: 1100px;
		
	}
}
@media (min-width: 720px) {
	.mt-2 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.modal-content {
		width:460px!important 
		}
}
h2,
h3,
h4,
h5 {
	color: #141515;
	margin: 0 0 10px 0;
	letter-spacing: -.02em;
	line-height: 1.3em
}

h2 {
	font-size: 24px;
	font-weight: 700
}

h3 {
	font-size: 17px;
	font-weight: 700
}

h4 {
	font-size: 15px;
	font-weight: 500
}

h5 {
	font-size: 13px;
	font-weight: 500
}

b,
strong {
	font-weight: 500
}

ion-icon {
	--ionicon-stroke-width: 32px
}

#loader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

@keyframes loadingAnimation {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.card {
	background: transparent;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .125)

	
}

.card .card-body {
	padding: 24px 16px;
	line-height: 1.4em
}

.card .card-footer {
	background: 0 0;
	border-top: 1px solid #e1e1e1;
	color: #4f5050;
	padding: 12px 16px
}

.btn {
	height: 40px;
	padding: 3px 18px;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: 500;
	box-shadow: none!important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: .2s all;
	text-decoration: none!important;
	border-radius: 6px;
	border-width: 2px
}

.btn ion-icon {
	font-size: 22px;
	margin-right: 10px;
	margin-top: -2px;
	font-weight: 700
}
.btn-primary {
	background-color: rgba(17, 25, 40, .03);
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .125);
	color: #1C1C1C!important
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: rgba(17, 25, 40, .06);
	border: 1px solid green
}

.btn-primary:disabled {
	background-color: rgba(17, 25, 40, .46)
}
body.dark-mode-active .btn-primary {
	background-color: rgba(17, 25, 40, .1);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .125);
	color: #fff!important
}

body.dark-mode-active .btn-primary.active,
body.dark-mode-active .btn-primary:active,
body.dark-mode-active .btn-primary:focus,
body.dark-mode-active .btn-primary:hover {
	background-color: rgba(17, 25, 40, .46)
}

body.dark-mode-active .btn-primary:disabled {
	background-color: rgba(17, 25, 40, .46)
}

.panelbox .modal-dialog {
	margin: 0;
	position: fixed;
	left: 0;
	top: 0
}

.panelbox .modal-dialog .modal-content {
	border: 0;
	border-radius: 0;
	width: 300px;
	height: 100vh;
	overflow: auto;
	padding-top: env(safe-area-inset-top);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.panelbox .modal-dialog .modal-content .modal-header {
	border-bottom: 0;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 56px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .08);
	margin-bottom: 6px
}

.panelbox .modal-dialog .modal-content .modal-header .panel-close {
	color: #1e74fd
}

.panelbox .modal-dialog .modal-content .modal-header .panel-close ion-icon {
	font-size: 26px
}

.panelbox .modal-dialog .modal-content .modal-header .modal-title {
	color: #141515
}

.panelbox.show .modal-dialog {
	transform: translate(0, 0)!important
}

.panelbox-right .modal-dialog {
	transform: translate(100%, 0)!important;
	left: auto;
	right: 0
}

.alert {
	margin: 0;
	padding: 6px 16px;
	border: 0;
	font-size: 13px;
	border-radius: 6px
}

.nav-tabs {
	width: 100%
}

.nav-tabs.style1 {
	border: 0;
	background: rgba(225, 225, 225, .4);
	border-radius: 11px;
	display: flex
}
.title {
	cursor:pointer;
position: relative;
text-decoration: none;
}

.nav-tabs.style1 .nav-item {
	flex: 1;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0
}

.nav-tabs.style1 .nav-item .nav-link {
	color: #4f5050;
	font-weight: 500;
	font-size: 13px;
	border: 0!important;
	line-height: 1.2em;
	width: 100%;
	border-radius: 13px;
	padding: 6px 10px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px!important;
	transition: all 0s ease-out;
}
.nav-tabs.style1 .nav-item .nav-link:hover {
	border: rgba(255, 255, 255, 0.4) solid 1px!important;
	transition: all 0s ease-out;
}
.nav-tabs.style1 .nav-item .nav-link ion-icon {
	margin-right: 8px;
	margin-left: 8px;
	line-height: 1em;
	font-size: 18px
}

.nav-tabs.style1 .nav-item .nav-link.active {
	cursor: pointer;
	color: #141515;
	
}
.nav-tabs.style1 .nav-item .nav-link.active:hover {
	border: 0px !important;
	}
#search {
	display: block;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #fff;
	position: fixed;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .08);
	left: 0;
	top: -50%;
	right: 0;
	width: 100%;
	z-index: 1001;
	transition: .2s all ease-in-out
}

#search.show {
	top: env(safe-area-inset-top);
	transition: .3s all
}

.adbox {
	text-align: center
}

.adbox.fixed {
	position: fixed;
	bottom: 56px;
	left: 50%;
	margin-left: -150px;
	right: 0;
	width: 300px;
	z-index: 100;
	padding-bottom: env(safe-area-inset-bottom)
}

.adbox.hide.fixed {
	bottom: -100%
}

.adbox-300-50 img {
	width: 300px;
	height: 50px
}

body.dark-mode-active {
	background-color: #040B28;
	
}

body.dark-mode-active #loader {
	background-color: rgba(14, 21, 31, .99)
}

body.dark-mode-active select option {
	background: #0c1624;
	color: #fff
}


body.dark-mode-active h2,
body.dark-mode-active h3,
body.dark-mode-active h4,
body.dark-mode-active h5 {
	color: #fff
}

body.dark-mode-active .header-large-title .title {
	color: #fff
}

body.dark-mode-active .appBottomMenu {
	background: rgba(4, 11, 40, 0.7);
  backdrop-filter: blur(8px);
  border-top-color: #1B283B;
}

body.dark-mode-active .appBottomMenu .item ion-icon,
body.dark-mode-active .appBottomMenu .item strong {
	color: #fff
}

body.dark-mode-active .appBottomMenu .item:hover ion-icon,
body.dark-mode-active .appBottomMenu .item:hover strong {
	color: #fff
}

body.dark-mode-active .card {
	text-align: left;
	color: #9ca1ae;
	background-color: rgba(17, 25, 40, .1);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .125)
}

body.dark-mode-active .card .card-footer {
	border-top-color: rgba(255, 255, 255, .1);
	color: #8195a6
}

body.dark-mode-active .panelbox .modal-dialog .modal-content {
	background: #040B28
}

body.dark-mode-active .panelbox .modal-dialog .modal-content .modal-header .modal-title {
	color: #fff
}

body.dark-mode-active #search {
	background: #0f1c2f;
	border-bottom-color: #0f1c2f
}
.espaciado {
		padding-bottom:70px;
		}
body.dark-mode-active .appFooter {
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(15, 28, 47, 0)
}

body.dark-mode-active .appFooter .footer-title {
	color: #fff
}

body.dark-mode-active .nav-tabs.style1 {
	background: rgba(29, 34, 63, .3)
}

body.dark-mode-active .nav-tabs.style1 .nav-item .nav-link {
	color: #8195a6
}

body.dark-mode-active .nav-tabs.style1 .nav-item .nav-link.active {
	background: #1d233e;
	color: #fff
}

select {
	background-color: rgba(14, 21, 31, .1);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0);
	width: 150px;
	height: 30px;
	color: #fff
}

.box {
	color: #fff;
	padding: 5px;
	display: none;
	margin-top: 0
}

.red {
	background: red
}

.green {
	background: #228b22
}

.blue {
	background: #00f
}


@keyframes pulse {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, .7)
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0)
	}
	100% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0)
	}
}
.cardr {
  margin: 20px 20px 20px 20px;
  padding: 20px;
  width: 90%;
  min-height: 200px;
  display: grid;
  grid-template-rows: 20px 50px 1fr 50px;
  border-radius: 10px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}

.cardr:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
}

.card__link,
.card__exit,
.card__icon {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.card__link::after {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  width: 0%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}

.card__link:hover::after {
  width: 100%;
}

.card__exit {
  grid-row: 1/2;
  font-size:30px;
  justify-self: end;
}

.card__exit:hover {
	color:#387df6;
	cursor: pointer
	}

.card__icon {
  grid-row: 2/3;
  font-size: 33px;
  color:#000
}

.card__title {
  grid-row: 3/4;
  font-weight: 400;
  color: #000;
}

.card__apply {
  grid-row: 4/5;
  color:gray;
  align-self: center;
}

body.dark-mode-active .card__icon {
  grid-row: 2/3;
  font-size: 33px;
  color:#fff
}

body.dark-mode-active .card__title {
  grid-row: 3/4;
  font-weight: 400;
  color: #fff
}

body.dark-mode-active .card__apply {
  grid-row: 4/5;
  color:#9ca1ae;
  align-self: center;
}
@media (max-width: 400px) {
	body.dark-mode-active .flex-item, body.dark-mode-active .flex-deporte {
	width: 100px;
}
}
.flex-deporte2 {
	position: relative;
	transition: all .3s;
	transition: all .2s ease-in-out;
	background-color: transparent;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 10px;
	max-width: 380px;
	min-height: 130px;
	margin: 5px 5px 5px 5px;
	font-size: 10px;
	text-align: left;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 0px solid;
	outline-color: rgba(0, 0, 0, .5);
	outline-offset: 0;
	text-shadow: none;
flex-grow: 1;
    flex-basis: 0;min-width: 300px;
	transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
	}
	body.dark-mode-active .flex-deporte2 {
		outline-color: rgba(255, 255, 255, .5);
		border: 1px solid rgba(255, 255, 255, .2);
		}
.flex-deporte2:hover {
	border: 1px solid #387df6;
	
	}
