#llavesfixture .col-2.dfjcac.icon-list-game {
  padding: 5px;
}
.evento-acordion {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
}

.evento-acordion i {
  margin-left: 10px;
}
.evento-acordion {
  font-size: 13px;
}
#accordion-calendar .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#accordion-calendar .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
#accordion-calendar .accordion-button:not(.collapsed){
	background-color: #006b9a;
	color: #ffffff;
}
#accordion-calendar .accordion-button{
	background-color: #4e4e4c;
	color: #ffffff;
}
.table-calendar{
	padding:10px;
	background: #e2e2e2;
}
.calendar-complete{
	margin:0;
}
.point-comp{
	content: url('https://www.ind.cl/jde/wp-content/uploads/2024/10/icon-comp.png')
}
.icon-meda{
	content: url('https://www.ind.cl/jde/wp-content/uploads/2024/10/icon-meda.png')
}
.day-event {
  font-weight: 500;
}
.name-day {
  text-transform: uppercase;
}
/* Estilos para el encabezado de la tabla */
.table-calendar thead th {
    background-color: #006b9a; /* Fondo azul */
    color: white;              /* Texto blanco */
    border: 2px solid #ffffff;    /* Bordes blancos */
	padding: 0;
}

/* Estilos para la primera columna (nombres de eventos) */
.table-calendar tbody td:first-child {
    background-color: #006b9a; /* Fondo azul */
    color: white;              /* Texto blanco */
    border: 2px solid #ffffff;    /* Bordes blancos */
	text-align:left;
}
.number-calendar{
	border-top: 2px solid #ffffff; /* Bordes blancos */
}
/* Estilos para las celdas de la tabla (puedes ajustarlos si es necesario) */
.table-calendar tbody td {
    border: 2px solid #ffffff; 
	background-color: #f0f0f0;
	vertical-align: middle;
	text-align: center;
}
.day-event div {
  padding: 10px;
}

/** PRELOADER**/
.no-scroll {
   overflow: hidden;
}
.msc700 {
    font-family: "MuseoSansCondensed", Sans-serif;
    font-weight: 700;
}
.bgrosa{
    background : #dc395e;
	line-height: 1.3em
}
.bgazul{
	background : #b0c0d8;
	padding-left:5px;
	padding-right:5px;
}
.delgc-btn{
    cursor:pointer;
}
.ctbeige{
    color: #d6c8b9;
}
.circle {    
    height: 550px;    
    width: 100px;    
    float: left;    
    shape-outside: polygon(0% 100%, 34% 99%, 62% 93%, 83% 82%, 89% 64%, 88% 45%, 82% 29%, 68% 17%, 46% 10%, 24% 5%, 2% 1%);
    margin-left: -50px
}

#ttatletas{
  display: none;
}
body #load {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9901;
    opacity: 1;
    background-color: #FFFFFF;
    visibility: visible;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
body #load.loader-removed {
    opacity: 0;
    visibility: hidden;
}
.ttmeda {
  font-family: "Montserrat", Sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 35px;
  color: #4e4e4c;
}
.item-deporte a {
  color: #000;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #FFCD00  transparent #FF194E  transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@keyframes flip-x {
0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    
  }
  50% {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
}
.logospin {
  width: 100px;
  animation-name: flip-x;
  animation-duration: 1.5s;
  /* double of original time */
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 14px !important;
}

.imeda {
  margin-top: 20px;
}
/** MEDALLERO **/
.avatar-at {
  display: flex;
  background: #F7F7F7;
  text-align: center;
  border-radius: 100%;
  aspect-ratio: 1;
  border: 4px solid #D1D1D1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
  background-image: url('../img/avatar-atleta.svg');
  background-size: cover;
}
.icondel {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%,0%);
  border: 3px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 35px;
  height: 35px;
  z-index: 2;
}
.avatar-at img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 100% !important;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border:1px solid #D1D1D1 !important;
}
.oro .avatar-at{
  border-color: #FFC550;
}
.plata .avatar-at{
  border-color: #D1D1D1;
}
.bronce .avatar-at{
  border-color: #ED875A;
}
.medalla {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  border-radius: 15px;
  position: relative;
  height: 100%;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.lugar{
  position: relative;
  border-bottom: 1px solid #606060;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #1f2244;
  font-size: 14px;
}
.perfil-persona {
   font-family: 'Montserrat';
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #1f2244;
  margin-top: 5px;
}
.nmatl {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #1f2244;
  margin-top: 15px;
  min-height: 40px;
}
.medalla i{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%,-50%);
  font-size: 20px;

}
.dfac {
  display: flex;
  align-items: center;
}
.medalla.oro i{
  color: #FFC550;
}
.medalla.plata i{
  color: #D1D1D1;
}
.medalla.bronce i{
  color: #ED875A;
}
.medalla .icon-del {
  position: relative;
  margin-top: 10px;
  padding-top: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oro .icon-del img {
  border: 5px solid #FFC550 !important;
}
.plata .icon-del img {
  border: 5px solid #D1D1D1 !important;
}
.bronce .icon-del img {
  border: 5px solid #ED875A !important;
}
.medalla .icon-del img {
  width: 100% !important;
  position: absolute;
  height: 100% !important;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#subcategorias-content{
  margin-top: 30px;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #E2E2E2;
  padding: 15px;
}
#subcategorias .nav-item{
  margin-top: 10px;
}
#subcategorias .nav-item:not(:last-child){
  margin-right: 20px;
}
 #box-content .nav-item:not(:last-child){
  margin-right: 10px;
}
#box-content .nav.nav-tabs {
  border: none;
}
.ttpruebas, .ttdmarcas{
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #ffffff;
}
#box-content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 500px;
  overflow-y: scroll;
}
.box-medallero {
  padding: 20px;
  border-radius: 15px;
  background: #797575;
}
.boxmarcas{
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  color: #ffffff;
  background: #797575;
}
.boxdeta .elementor-widget-html {
  height: 100%;
}
#boxdeta {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.name-del{
  font-size: 13px;
}
.line-del {
  margin-top: 10px;
  margin-bottom: 10px;
}
.errorsd {
  text-align: center;
  width: 70%;
}
.errorsd .icon {
  color: #FF4151;
  font-size: 45px;
}
.txterror {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
}
.ffln {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 400;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  min-height: 40px;
}   
.fflnl {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}   
.txtb{
  font-weight: bold;
  font-family: 'Montserrat';
}
.txtcenter{
  text-align: center;
}
.ttd {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: bold;
  margin-bottom: 10px;
}

.compg, .pruebaind, .fase-item {
  font-family: "MuseoSans", Sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
  color: #1f2244;
  cursor: pointer;
  padding: 5px;
}

.pruebaind.select, .competencia-evento.active, .fase-item.activo{
  font-weight: 600;
  background: #dc395e;
  color: #ffffff;
}
.calendar-comp {
  padding: 15px;
}
.competencia-evento.active{
  color: #ffffff;
}
.competencia-evento {
  cursor: pointer;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #bfbfbf;
  min-height: 50px;
  font-size: 14px;
  font-family: 'Montserrat';
}
.competencia-evento div{
  display: flex;
  align-items: center;
}
.compg, .pruebaindg, .competencia-item {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
  color: #1f2244;
  cursor: pointer;
  padding: 5px;
}

.pruebaindg.select{
  font-weight: 600;
  background: #dc395e;
}
.compg.primer, .competencia-item.active{
  font-weight: 600;
  background: #dc395e;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
#subcategorias .nav-link, #box-content .nav-link{
  font-family: 'Montserrat';
  font-weight: bold;
  color: #4e4e4c;
  background: #e2e2e2;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
}

#subcategorias .nav-link.active, #box-content .nav-link.active{
  background: #dc395e;
  color: #ffffff;
  
}
#car-group .swiper-slide {
  height: initial;
}
#car-group .nav-link{
  font-family: 'Montserrat';
  font-weight: bold;
  color: #1f2244;
  background: #E2E2E2;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  min-height: 70px;
}
#car-group .nav-link.active{
  background: #dc395e;
  color: #ffffff;  
}
.box-card-group {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  padding: 10px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #fff;
  color: #fff;
}
.nmgroup{
  font-weight: bold;
  font-size: 13px;
}
.fixture-item {
  float: left;
}
.team-game .row {
  width: 100%;
  margin: 0;
}
.name-bracket {
  font-family: "MuseoSans", Sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.bracket-item {
  padding-left: 30px;
  padding-right: 30px;
}
.bracket {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}
.bracket--level2 {
  margin: 80px 0 80px 0;
}
.bracket--level3 {
    margin: 220px 0 220px 0;
}
.bracket::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    width: 30px;
    height: 100%;
    z-index: 10;
    border: 1px solid #4a4a4a;
    border-left: none;
    transform: translate(0, -50%);
}
.bracket::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 1px;
  z-index: 10;
  border-bottom: 1px solid #4a4a4a;
  transform: translate(0, -50%);
}
.bracket--level3::before {
  height: 280px;
}
.bracket--level1::before {
  display: none;
}

.bracket--level1::after {
  display: none;
}
.team-game {
  background: #E2E2E2;
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 45px;
  display: flex;
  position: relative;
  border-radius: 5px;
}
.points{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dtlfas {
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  background: #797575;
  color: #ffffff;
}
.cont-img .elementor-widget-container {
  display: flex;
}
.item-del:hover  .elementor-heading-title{
  font-weight: 600 !important;
  transition: .5s ease;
}
.exb{
  font-weight: 900;
}
.name-deporte {
  margin-top: 10px;
  color: #63666a;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.gradient-rosa h2{
  background: #FF6900;
  background: linear-gradient(to right, #FF6900 0%, #FF3286 50%, #FF00FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}
.gradient-azul h2{
  background: #2E5FD4;
  background: linear-gradient(to right, #2E5FD4 0%, #971597 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}

.bg-gradient-gray{
  background: rgb(226,226,226);
  background: linear-gradient(90deg, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 50%, rgba(231,231,231,1) 100%);
}


.curved-gray .elementor-shape.elementor-shape-top .elementor-shape-fill{
    fill: url(#header-shape-gradient) #fff;
}

#header-shape-gradient {
  --color-stop: #f12c06;
  --color-bot: #faed34;
}
#atletas{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#delegaciones{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.icon-del {
  width: 80%;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100% !important;
  padding-top: 80%;
  position: relative;

}
.icon-del img {
  object-fit: contain;
  border-radius: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  border: 3px solid #fff !important;
}
.fotodep {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100% !important;
}
.icon-delma {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  outline: 3px solid #fff;
  position: relative;
  width: 30px;
  height: 30px;
}
.icon-delma img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 100% !important;
}



.icon-delm {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2e2e2;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  outline: 3px solid #e2e2e2;
  position: relative;
  width: 80%;
  padding-top: 80%;
}
.icon-delm img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 100% !important;
}
.team-group-card{
  margin-top: 10px;
}
.icondel img {
  max-width: 30px !important;
  width: 30px;
  height: 30px !important;
  object-fit: contain;
  border-radius: 100% !important;
}
.icon-del {
  text-align: center;
}
.txt-deleg{
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.item-atleta {
  flex: 0 0 calc(16.6% - 20px);
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.box-grid-deportes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.item-deporte {
  flex: 0 0 calc(16.6% - 10px);
  text-align: center;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
  min-width: 120px;
}
.b-del {
  width: 100%;
}
.btn-delg {
  flex: 0 0 calc(19% - 30px);
  width: 19%;
  text-align: center;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
  padding: 20px;
  min-height: 190px;
  display: flex;
  align-items: initial;
  justify-content: center;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: .3s ease all;
}
.btn-delg:hover {
  background: #797575;
  transition: .3s ease all;
}

.btn-delg.active{
  background: #797575;
  transition: .3s ease all;
}
.btn-delg:hover .txt-deleg{
  font-weight: 500;
 transition: .3s ease all;
 color: #ffffff;
}
.btn-delg.active .txt-deleg{
  font-weight: 500;
 transition: .3s ease all;
 color: #ffffff;
}
.icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.item-deporte:hover .icon-normal{
  opacity: 0;
  transition: 0.3s;
}
.item-deporte:hover .icon-hover{
  opacity: 1;
  transition: 1s;
}
.jornitem {
  min-height: 120px;
  margin-top: 15px;
}
.games-jorn {
  background: #E2E2E2;
  border-radius: 10px;
  padding: 15px 30px;
  height: 100%;
  display: grid;
}
.game-ind{
  justify-content: center;
  align-items: center;
  font-family: "MuseoSans", Sans-serif;
  font-weight: normal;
  font-size: 15px;
  background: #f0f0f0;
  padding-bottom: 10px;
  border-radius: 5px;
  padding-top: 10px;
}
.detail-game {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fffbfb;
}
.date-jorn {
  color: #000000;
  font-family: "MuseoSans", Sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.date-jorn i {
  margin-right: 10px;
  color: #dc395e;
}
.location-jorn {
  color: #000000;
  font-family: "MuseoSans", Sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: right;
}
.location-jorn i {
  color: #dc395e;
  margin-right: 10px;
}
.dfjcac{
  display: flex;
  justify-content: center;
  align-items: center;
}
.txt-namee{
  font-family: "MuseoSans", Sans-serif;
  font-weight: 500;
  font-size: 13px;
  justify-content: flex-start;
}
.txt-r .txt-namee{
  justify-content: flex-end;
  order: 2;
  text-align: right;
}
.txt-r .point-list-game {
  order: 1;
}
.txt-r .icon-list-game {
  order: 3;
}
.game-ind:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  
}
.icon-vs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.col-jorn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E2E2E2;
  border-radius: 10px;
  min-height: 120px;
  height: 100%;
}
.txt-ver {
  transform: rotate(270deg);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f2244;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 900;
  min-width: 100px;
}
.txtdmm {
  font-size: 15px;
  font-weight: 500;
}

/* Contenedor principal de las llaves */
.bracket-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around; /* Distribuye los box-bracket en fila */
    align-items: stretch; /* Asegura que todos los box-bracket tengan la misma altura */
    height: 100vh; /* Ajusta al 100% de la ventana */
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto; /* Permite scroll si es necesario */
}

/* Contenedor de los brackets */
.box-bracket {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra los brackets horizontalmente */
    justify-content: center; /* Centra los brackets verticalmente */
    height: 100%; /* Usa todo el espacio disponible */
    padding: 10px 0; /* Espaciado interno */
    box-sizing: border-box;

}
#llavesfixture div {
  font-size: 12px !important;
}
#llavesfixture .name-bracket{
  font-size: 15px !important;
  text-align: center;
}
#llavesfixture .location-jorn{
  text-align: left;
}

#llavesfixture .txt-namee{
  text-transform: capitalize;
}

@media (max-width: 990px){
	.ifrm-pb{
		height:65vh;
	}
  .box-bracket .dfjcac {
   padding: 0 !important;
  }
  #boxdeta{
    font-size: 11px;
  }
  #box-content .nav-item{
    width: 100%;
    margin: 0 !important;
    margin-top: 10px !important;
  }
 .circle {    
   height: 400px;    
   width: 80px;    
   float: left;    
   shape-outside: polygon(0% 100%, 34% 99%, 62% 93%, 83% 82%, 89% 64%, 88% 45%, 82% 29%, 68% 17%, 46% 10%, 24% 5%, 2% 1%);
    margin-left: -30px
}

  
}
@media (max-width: 768px) {
	
    .circle {    
        display:none;   
       
    }
  .box-bracket .dfjcac {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .bracket::before {
    display: none !important;
  }
  .bracket::after {
    display: none !important;
  }
  .bracket{
    margin: 0 !important;
  }
  .bracket-item {
  margin-top: 20px;
}
  .txtdm {
    font-size: 11px;
  }
  .name-deporte{
    font-size: 13px;
  }
  #subcategorias .nav-link{
    width: auto;
  }
  .item-deporte {
    flex: 0 0 calc(33.33% - 10px);
  }
  .txt-ver{
    transform: rotate(0deg);
  }
  .txt-namee{
    justify-content: flex-start !important;
  }
  .icon-vs{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .col-jorn{
    min-height: auto;
    margin-bottom: 10px;
    padding: 10px;
  }
  .b-games{
    margin-top: 10px;
  }
  .item-atleta{
   flex: 0 0 calc(50% - 20px); 
  }
  .icon-normal img, .icon-hover img {
      max-width: 70% !important
  }
  .ttf br{
    display: none;
  }
  .btn-delg{
    flex: 0 0 calc(50% - 20px);
    width: 40%;
  }
  .txt-deleg{
    font-size: 12px;
  }
  .txt-r .point-list-game {
    order: 3;
  }
  .txt-r .icon-list-game {
    order: 1;
  }
  .imeda{
    margin-top: 15px;
  }
  .compg, .pruebaindg{
    font-size:13px;
  }
  .boxmarcas {
      font-size: 12px;
  }
  .location-jorn{
    text-align: left;
    margin-top: 5px;
    font-size: 13px;
  }
  .date-jorn{
    font-size: 13px;
  }
}