img{max-width:100%;}
*{word-wrap:break-word;}
.text_abstract{overflow:hidden;width:130px;height:20px;word-wrap:break-word;text-size-adjust:100%;white-space:nowrap;text-overflow:ellipsis;}
body{background-color:#000000;overflow-y: scroll;}

.fs-20{font-size:20px;line-height: 110%;}
.fs-30{font-size:30px;line-height: 110%;}
.fs-73{font-size:73px;line-height: 79%;}

header{
    position:relative;
    z-index: 3;
}
/* Competition Section */
body.competition{
    background: #000000 url(/assets/competition/back_new_competition.png) no-repeat center top;
    background-size: contain;
}
#tournament{
    background: #000000 url(/assets/competition/tournament/back-main.png) no-repeat center top;
    background-size: cover;
}

.back_generic{
    background: #000000 url(/assets/competition/tournament/back_generic.png) no-repeat center 144%;
    background-size: cover;
}

.gif_back {
    position: absolute;
    inset: 0;
    background-image: url('/assets/competition/BALON_GIF_V2.gif');
    background-size: cover;
    background-position: center;
    height: 50vw;
    width: 50vw;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -20%);
}

.gif_back::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* .gif_back{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 57%;
    transform: translate(-63%, -20%);
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));

} */

/* .gif_back::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
} */

.space-80{display: block;height: 80px;width: 100%;}

.set-box{
    padding:3rem 5rem;
    border: 1px solid #D7FF58;
    border-radius: 25px;
    background-color: #00000070;
}

.detail_box{
    left:50%;
    top:0%;
    transform: translate(-50%, -100%);
}

.circle_container{
    padding:3rem 2rem;
    border: 1px solid #D7FF58;
    border-radius: 100px;
}

.circle_container_culto{
    width: fit-content;
    border: 1px solid;
    border-radius: 82px;
    padding: 2.8vw 1vw;
}

.numberCircle {
  display: flex;
  /* width: fit-content; */
  width: clamp(90px, 12vw, 200px); /* tamaño igual para todos, pero adaptable */

  min-width: 1rem;
  padding: 1.5rem;
  align-items: center;  
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;  
  border: 2px solid #D7FF58;
}

.bg-green{
    background-color: #D7FF58 !important;
    border-radius:25px ;
}

.detail-left{
    left:0%;
    transform: translate(-90%);
}

.box-with-image{
    background-color: #D7FF58 !important;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;      
}

.border-green{
    border-color: #D7FF58 !important;
    border: 1px solid ; 
     border-top-right-radius:15px;
    border-bottom-right-radius:15px;   
}
/* End Competition Section */

/* Style Section */
body.style{
    background: #000000 url(/assets/style/back_v2.png) no-repeat center 250%;
    background-size: cover;
}
.top-triangle{
    top:-5%;
    transform: translate(-50%);
    position: absolute;
}
/* End Style Section */

/*carrousel*/
.wrapperbox {
  height: 20%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 20%;
  margin: 0;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  color: black;
  font-size: 21px;
  cursor: pointer;
  flex-direction: column;
}

.wrapperbox img{
	cursor:default;
	width: 100%;
	padding: 0% 5% 0% 5%;
}

.wrapperbox .box img:first-child {
  position: relative;
} 

@media (min-width: 1400px) and (max-width: 1599px) {
    .fs-21-adapt{font-size:17px !important;line-height:140%;}
    .fs-41-adapt{font-size: 33px !important;line-height: 84% !important;}
    .fs-160-adapt{font-size: 150px !important;}
    .fs-160-adapt-small{font-size: 140px !important;}
}