.parallax-slider {
	transform: translate3d(0px, 0px, 0px)!important;
}

p {
	font-size: 1.2em;
}

.game-section.rosa {
	background-color: #FCA7D7;
}

.hero-foto {
  width: 100%;
  background-color: black;
  text-align: center;
  overflow: hidden;
}

.hero-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


.icono-disciplina {
	width: 20px;
	height: 20px;
}

.lnk-rosa {
	text-decoration: underline;
	color: #F24095;
}

.lnk-negro {
	text-decoration: underline;
	color: black;
}

.logo-detalle {
	height: 50px;
	/*margin-right: 20px;*/
	margin: 40px 40px 40px 0;
}

.flex-container {
  display: flex;
}

.flex-container > div {
/*  margin: 10px;*/
  padding: 0 10px;
	/*white-space: nowrap;*/
}

a.btn_full, .btn_full {
  border: none;
  font-family: Archivo;
  font-size: 1em;
  color: #fff;
  width: 100%;
  background: #48D8AE;
  cursor: pointer;
  padding: 12px 20px;
  display: block;
  outline: none;
  transition: all 0.3s;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

a:hover {
  color: #3CBF9B;
}

a.btn_full, .btn_full {
  background: #3CBF9B;
  color: black;
  text-decoration: none;
}

a.btn_full:hover, .btn_full:hover {
  background: #3CBF9B;
  color: black;
  text-decoration: underline;
}


.box_style_1 {
  background: black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  /*margin-bottom: 25px;*/
  margin-bottom: 0;
  padding: 30px;
  position: relative;
  color: white;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: white;
  --bs-table-bg: none;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.feature__text {
	font-size: 1.2em;
  text-align: left;
  font-style: italic;
}