


/*CSS ACTUAL*/

* {
  box-sizing: border-box;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #0C0C0C;
  color: white;
  overflow-x: hidden;
}

@font-face {
  font-family: "Dharma Gothic Bold";
  src: url(assets/superline.ttf);
}
@font-face {
  font-family: "Superline Outline";
  src: url(assets/Superline-Outline.ttf);
}

@font-face {
 font-family: "Dharma Gothic Bold";
    src: url("assets/Dharma-Gothic-Bold.eot");
    src: url("assets/Dharma-Gothic-Bold.eot?#iefix")format("embedded-opentype"),
         url("assets/Dharma-Gothic-Bold.woff")format("woff"),
         url("assets/Dharma-Gothic-Bold.woff2")format("woff2"),
         url("assets/Dharma-Gothic-Bold.ttf")format("truetype"),
         url("assets/Dharma-Gothic-Bold.svg#Dharma Gothic M W01 Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


@font-face {
	font-family: "bahnschrift";
	src: url("fonts/bahnschrift.ttf");
}

@font-face {
	font-family: "Kontakt";
	src: url("fonts/Kontakt.ttf");
}

@font-face {
	font-family: "AXIFORMA";
	src: url("fonts/AXIFORMA-BOLD.TTF");
}




.s-width {
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
}

.m-width {
  max-width: 980px;
  margin: 0 auto;
}

.italic {
  font-style: italic;
}

.superline {
  font-family: "Dharma Gothic Bold", sans-serif;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.main-logo {
  width: 117px;
}
.main-logo img {
  width: 100%;
}

/* Mobile Menu */
.main-header {
  position: relative;
  z-index: 1000000;
}

.mobile-menu-nav {
  background-color: #0C0C0C;
  position: absolute;
  top: 67.8px;
  left: 0;
  width: 100%;
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

@media screen and (max-width: 980px) {
  .mobile-menu-nav .main-nav {
    display: flex !important;
    padding: 30px;
  }
  .mobile-menu-nav .main-nav a {
    margin-bottom: 10px;
  }
  .mobile-menu-nav .main-nav .w-submenu {
    margin-bottom: 10px;
  }
}
.upper-header {
  background-color: #D0251B;
  padding-top: 4px;
  padding-bottom: 3px;
}
.upper-header h3 {
  color: #FFFFFF;
  font-family: "Barlow Condensed";
  font-size: 17px;
  letter-spacing: 0.05px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-style: italic;
}

.landing-page .main-header {
  position: absolute;
  left: 0;
  top: 35px;
}

.landing-page .padel-info {
  margin: 0 auto;
}

.main-header {
  padding: 20px 0;
}
.main-header .main-nav a {
  margin-right: 10px;
  color: #FFFFFF;
  font-family: "Barlow Semi Condensed";
  font-size: 14px;
  letter-spacing: 1.75px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}
.main-header .main-nav .w-submenu {
  position: relative;
  line-height: 1;
}
.main-header .main-nav .w-submenu .submenu-list {
  background-color: white;
  padding: 5px;
  position: absolute;
  list-style: none;
  display: none;
}
.main-header .main-nav .w-submenu .submenu-list li {
  margin: 10px 0;
}
.main-header .main-nav .w-submenu .submenu-list a {
  color: black;
}
.main-header .main-nav .w-submenu:hover .submenu-list {
  display: block;
}
.main-header .user .current-user {
  margin-right: 22px;
  width: 17px;
  cursor: pointer;
}
.main-header .user .current-flag {
  width: 31px;
}
.main-header .user .current-language {
  color: #FFFFFF;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  letter-spacing: 0.04px;
  line-height: 19px;
  width: 42px;
  text-align: center;
}
.main-header .user .language-dropdown {
  cursor: pointer;
}

/* Hero Section */
.main-hero {
  min-height: 600px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url(assets/3e26a77d4d.jpeg);
  background-size: cover;
}
.main-hero h1 {
  max-width: 390px;
  font-size: 106px;
  line-height: 106px;
  padding-top: 10%;
  margin-bottom: 0;
  text-transform: uppercase;						
}
.main-hero h1 span {
  margin-right: 15px;
  text-decoration: underline;
  margin-bottom: 16px;
  line-height: 90px;
}
.main-hero p {
  line-height: 19px;
  margin-top: 20px;
  max-width: 315px;
}

.post-hero {
  color: #F0E6CD;
  font-size: 23px;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 15px;
  font-weight: 400;
}
.post-hero a {
  color: #F0E6CD;
}

/* Padel Global */
.padel-global {
  background-image: url(img/pista.png);
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 100000000;
}
.padel-global h2 {
  font-size: 366px;
  color: #EEE6D0;
  position: relative;
}

.padel-global .ticket {
  background-color: #806900;
  padding: 5px;
  padding-left: 15px;
  text-transform: uppercase;
  max-width: 358px;
  transform: rotate(355deg);
  width: 100%;
  position: absolute;
  top: 160px;
  right: 15%;
}

/*.padel-global .ticket {
    background-color: #806900;
    padding: 5px;
    padding-left: 15px;
    text-transform: uppercase;
    max-width: 358px;
    width: 100%;
    position: absolute;
    top: 369px;
    right: 15%;
}*/

.padel-global .ticket .ticket-r .buy-now:hover {
    text-decoration: underline;
    cursor: pointer;
}

.padel-global .ticket_1 { left: 80px; }
.padel-global .ticket_2 { left: 550px; }
.padel-global .ticket_3 { left: 1000px; }

@media screen and (max-width: 980px) {
  .padel-global .ticket_1 { left: auto; }
  .padel-global .ticket_2 { left: auto; }
  .padel-global .ticket_3 { left: auto; }
}


.padel-global .ticket .ticket-l {
  color: #0C0C0C;
  font-size: 51px;
  line-height: 51px;
  width: 80px;
  padding-right: 20px;
}
.padel-global .ticket .ticket-r {
  padding: 10px;
  border: 1px #0C0C0C solid;
  flex: 1;
  color: #0C0C0C;
}
.padel-global .ticket .ticket-r .gm {
  font-size: 23px;
  line-height: 23px;
}
.padel-global .ticket .ticket-r h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
}
.padel-global .ticket .ticket-r .buy-now {
  font-size: 17px;
  font-weight: 700;
}
.padel-global .padel-info {
  margin-top: 80px;
}
.padel-global .padel-info h3 {
  color: white;
  font-size: 23px;
  text-transform: uppercase;
}
.padel-global .padel-info p {
  margin-bottom: 66px;
}
.padel-global .padel-info .generation-img img {
  max-width: 527px;
  width: 100%;
}

.btn-new {
  padding: 5px 40px;
  font-size: 23px;
  border: 1px solid white;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  margin-top: 66px;
}

/* Calendar Grid */
.calendar-section {
  background-color: transparent;
  z-index: 10000;
  position: relative;
}
.calendar-section .calendar-heading {
  font-size: 250px;
  letter-spacing: 0.59px;
  background: -webkit-linear-gradient(#ffffff, #D0251B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
}
.calendar-section .calendar-grid {
  max-width: 980px;
  margin-bottom: 40px;
}

.landing-page .calendar-section .calendar-grid {
  margin: 0 auto 40px;
}

.calendar-item {
  color: #FFFFFF;
  background-color: #0C0C0C;
  border: 1px solid #6B6B6B;
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  height: 120px;
  margin-bottom: 15px;
}
.calendar-item .l-column img {
  width: 70px;
}
.calendar-item .l-column h3 {
  margin: 0;
  font-size: 44px;
  letter-spacing: 0.14px;
  line-height: 45.84px;
  width: 113px;
  margin-top: 10px;
}
.calendar-item .r-column {
  flex: 1;
  border: 1px solid #6B6B6B;
  margin-left: auto;
  padding: 8px 8px 8px 11px;
  text-transform: uppercase;
  font-style: italic;
}
.calendar-item .r-column .type-of-competition {
  padding: 0px 6px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}
.calendar-item .r-column .location {
  font-weight: 600;
  line-height: 29px;
  font-size: 29px;
  margin-bottom: 0px;
}
.calendar-item .r-column .buy-now {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
}
.calendar-item .r-column .type-of-competition.master {
  background-color: #D0251B;
}
.calendar-item .r-column .type-of-competition.open {
  background-color: #4CA1F0;
}
.calendar-item .r-column .type-of-competition.g-master {
  background-color: #806900;
}
.calendar-item .r-column .type-of-competition.m-final {
  background-color: #CFFD12;
  color: #0C0C0C;
}
.calendar-item.w-color {
  color: #747474;
}
.calendar-item.w-color .r-column .type-of-competition {
  color: #0C0C0C;
  background-color: #747474;
}

.page-of {
  color: #747474;
  font-size: 40px;
}

.arrows-ctrl {
  margin-top: 20px;
}
.arrows-ctrl .arrow-back {
  background-color: #242323;
  width: 44px;
  height: 44px;
  color: white;
  margin-right: 12px;
  cursor: pointer;
  text-align: center;
  font-size: 35px;
  text-decoration: none;
}
.arrows-ctrl .arrow-next {
  background-color: #D0251B;
  width: 44px;
  height: 44px;
  color: white;
  cursor: pointer;
  text-align: center;
  font-size: 35px;
  text-decoration: none;	
}

.streaming {
  margin-top: 100px;
  margin-bottom: 350px;
}
.streaming .streaming-heading {
  text-transform: uppercase;
  font-size: 100px;
  display: flex;
  align-items: center;
  line-height: 100px;
}
.streaming .streaming-heading span {
  text-decoration: none;
  font-size: 80px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.streaming .streaming-container {
  max-width: 1190px;
  width: 100%;
  background-color: #A6A6A6;
  margin-top: 20px;
  position: relative;
}
.streaming .streaming-container .container-upper {
  margin-left: auto;
}
.streaming .streaming-container .container-upper .container-upper-r {
  max-width: 898px;
  width: 100%;
}
.streaming .streaming-container .container-upper .ap-logo {
  background-color: #D0251B;
  width: 148px;
  height: 148px;
  margin-left: auto;
}
.streaming .streaming-container .container-upper .ap-logo img {
  width: 96px;
}
.streaming .streaming-container .container-upper .live-padel-img {
  max-width: 175px;
  width: 100%;
  margin-left: 28px;
}
.streaming .streaming-container .container-upper .padel-live {
  margin-left: auto;
  max-width: 211px;
  width: 100%;
  padding-right: 38px;
}
.streaming .streaming-container .container-lower {
  max-width: 898px;
  width: 100%;
  height: 511px;
  background-color: black;
  margin-left: auto;
}
.streaming .now-in-play-container {
  height: auto;
  display: flex;
  flex: 1;
  background-image: url(img/nowinplay.png);
  background-size: cover;
  background-position: left;
  margin-top: 20px;
  margin-left: 30px;
}

.participants-info {
  position: absolute;
  width: 100%;
  left: 20%;
 /* bottom: -84px;*/
}
.participants-info .participants-section {
  background-color: #170403;
  color: #D0251B;
  padding: 20px;
  text-decoration: none;
  max-width: 232px;
  width: 100%;
  border: 1px solid #D0251B;
  transition: ease 0.3s;
}
.participants-info .participants-section h3 {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 25px;
}
.participants-info .participants-section p {
  line-height: 16px;
}
.participants-info .participants-section span {
  margin-left: auto;
}
.participants-info .participants-section:hover {
  background-image: url(img/now-bg.png);
  background-size: cover;
  transition: ease 0.3s;
  color: #0C0C0C;
}
.participants-info .news-section {
  max-width: 80px;
  padding: 20px;
  color: #170403;
  background-color: #D0251B;
  min-height: 168px;
  text-decoration: none;
}
.participants-info .news-section h3 {
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
  margin: 0;
  transform: rotate(270deg);
  font-size: 35px;
}

.ranking {
  background-color: #F0E6CD;
  padding: 0;
  padding-top: 80px;
}
.ranking .top-phrases {
  text-transform: uppercase;
  color: #747474;
  font-size: 20px;
}
.ranking .ranking-heading {
  color: #0C0C0C;
  font-size: 368px;
  letter-spacing: 1px;
}
.ranking .ranking-heading span {
  color: #D0251B;
}
.ranking .bright-text {
  color: #0C0C0C;
  width: 100%;
  margin-bottom: 80px;
}
.ranking .bright-text .left-col {
  max-width: 315px;
}
.ranking .bright-text h4 {
  font-weight: 700;
  font-style: italic;
  font-size: 23px;
}
.ranking .last-update {
  color: #747474;
  text-transform: uppercase;
  font-size: 23px;
}
.ranking .player-ranking {
  margin-left: auto;
  padding: 0;
}
.ranking .player-ranking .player-grid {
  margin-left: auto;
  width: 100%;
  max-width: 1260px;
}
.ranking .player-ranking .player-grid .player-card {
  max-width: 315px;
  width: 100%;
  padding: 5px 20px 0;
  padding-bottom: 0;
  border: 1px solid #A6A6A6;
  background-color: #FBF2DC;
}
.ranking .player-ranking .player-grid .player-card .player-name {
  border-bottom: 1px solid #D0251B;
  text-transform: uppercase;
  font-style: italic;
}
.ranking .player-ranking .player-grid .player-card .player-name .f-name {
  color: #747474;
  font-size: 23px;
  margin: 0;
  line-height: 23px;
}
.ranking .player-ranking .player-grid .player-card .player-name .l-name {
  font-weight: 600;
  color: #0C0C0C;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
.ranking .player-ranking .player-grid .player-card .player-name .ranking-number {
  color: #D0251B;
  font-size: 60px;
  font-style: normal;
}
.ranking .player-ranking .player-grid .player-card .player-stats {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ranking .player-ranking .player-grid .player-card .player-stats .player-country {
  max-width: 47px;
  width: 100%;
}
.ranking .player-ranking .player-grid .player-card .player-stats .player-score {
  color: #FFFFFF;
  background-color: #D0251B;
  font-style: italic;
  font-size: 23px;
  text-transform: uppercase;
  padding: 0 5px;
}
.ranking .player-ranking .player-grid .player-card .player-image {
  max-width: 252px;
  width: 100%;
  margin: 0 auto;
}
.ranking .player-ranking .btn-new {
  color: #0C0C0C;
  border-color: #0C0C0C;
  margin-top: 0;
}

.grid-controls {
  margin-top: 40px;
  padding: 0;
}
.grid-controls .divider {
  height: 1px;
  flex: 1;
  background-color: #A6A6A6;
  margin: 0 24px;
}
.grid-controls .arrows-ctrl {
  margin-top: 0;
}

.news-section {
  background-color: #F0E6CD;
  color: #0C0C0C;
  padding-top: 160px;
  padding-bottom: 70px;
}
.news-section .news-heading h2 {
  font-size: 141px;
}
.news-section .news-heading p {
  text-align: right;
  color: #747474;
  font-size: 23px;
  line-height: 28px;
}
.news-section .btn-new {
  color: #0C0C0C;
  border-color: #0C0C0C;
  margin-top: 0;
}
.news-section .news-grid {
  row-gap: 18px;
  display: flex;
  justify-content: space-between;
}
.news-section .news-grid .news-item {
  max-width: 481px;
  width: 100%;
  border: 1px solid #A6A6A6;
  padding: 0;
  margin: 0 auto;
}
.news-section .news-grid .news-image img {
  width: 100%;
}
.news-section .news-grid .news-info {
  padding: 20px;
}
.news-section .news-grid .news-info h3 {
  font-size: 23px;
  letter-spacing: 0.06px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.news-section .news-grid .news-info p {
  font-size: 16px;
  letter-spacing: 0.04px;
  line-height: 19px;
  margin-bottom: 10px;
}
.news-section .news-grid .news-info .read-more {
  font-size: 14px;
  letter-spacing: 1.75px;
  line-height: 17px;
  color: #D0251B;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.pre-footer {
  background-color: #F0E6CD;
  padding: 0;
  padding-top: 70px;
  border: 1px solid #A6A6A6;
}
.pre-footer .sponsor-text {
  color: #0C0C0C;
  font-size: 14px;
  letter-spacing: 1.75px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}
.pre-footer .montecarlo {
  mix-blend-mode: multiply;
  margin-top: 32px;
  margin-bottom: 40px;
  max-width: 100%;
}
.pre-footer .sponsors-img {
  gap: 20px;
  margin-top: 60px;
  padding-bottom: 84px;
}
.pre-footer .sponsors-img img {
  mix-blend-mode: multiply;
  max-width: 100%;
}

footer {
  padding: 0 !important;
}

.main-footer {
  background-color: #D0251B;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #F0E6CD;
  text-transform: uppercase;
}
.main-footer h3 {
  font-style: italic;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}
.main-footer .footer-column {
  border-right: 1px solid #F0E6CD;
  padding: 40px 60px 20px;
  min-height: 354px;
}
.main-footer .footer-column:last-of-type {
  border-right: none;
}
.main-footer .footer-menu a {
  color: #F0E6CD;
  text-decoration: none;
  font-weight: 500;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.main-footer .footer-menu a img {
  width: 31px;
  margin-right: 10px;
}
.main-footer .footer-address {
  margin-top: 20px;
}
.main-footer .footer-address p {
  margin-bottom: 5px;
}

.copyright-footer {
  color: #F0E6CD;
  background-color: #0C0C0C;
  border-top: 1px solid #F0E6CD;
  border-bottom: 1px solid #F0E6CD;
  font-family: "Barlow Condensed";
  padding: 10px 0;
}

.lower-footer {
  background-color: #D0251B;
  padding: 20px 0;
}
.lower-footer img {
  max-width: 815px;
  width: 100%;
}

.generation-padel p {
  max-width: 315px;
}

/* Responsive */
.mobile-menu {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  .participants-info {
    right: 0;
    left: unset;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1280px) {
  .padel-global h2 {
    font-size: 280px;
  }
}
@media screen and (max-width: 980px) {
  .mobile-menu {
    cursor: pointer;
    display: block !important;
    margin-left: 20px;
  }
  .main-hero {
    background-position: center;
  }
  .main-hero .m-width {
    padding: 0 20px;
  }
  .main-nav {
    display: none !important;
  }
  .user {
    margin-left: auto;
  }
  .m-width {
    padding: 0 20px;
  }
  .post-hero {
    padding: 10px 20px;
  }
  .padel-global h2 {
    font-size: 200px;
  }
  .padel-global .ticket {
    position: inherit;
    top: unset;
    right: unset;
    margin: 0 auto;
  }
  .generation-padel {
    width: 100%;
  }
  .generation-img {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }
  .calendar-section .calendar-heading {
    font-size: 200px;
    line-height: 200px;
    margin-top: 30px;
  }
  .main-footer .footer-column {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 930px) {
  .streaming-container iframe {
    width: 100%;
  }
  .streaming {
    margin-bottom: 100px;
  }
  .ranking .ranking-heading {
    font-size: 200px;
    line-height: 200px;
  }
  
  .stats__residence.stats__edad{
    font-size:3rem;   
   }
  
}
@media screen and (max-width: 768px) {
  .main-hero {
    background-position: right;
  }
  .main-hero h1 {
    font-size: 60px;
	line-height:70px;
  }
  .post-hero a {
    display: none;
  }
  .padel-global h2 {
    font-size: 140px;
  }
  .padel-global .ticket .ticket-l {
    font-size: 40px;
    line-height: 40px;
  }
  .calendar-section .calendar-heading {
    font-size: 150px;
    line-height: 150px;
    margin-top: 30px;
  }
  .participants-info {
    position: unset;
  }
  .streaming .streaming-container .container-upper .live-padel-img {
    max-width: 120px;
    width: 100%;
  }
  .streaming .streaming-container .container-upper .padel-live {
    max-width: 150px;
    padding-right: 10px;
  }
  .streaming .streaming-container .ap-logo {
    max-width: 130px;
    width: 100% !important;
  }
  .participants-info .participants-section {
    padding: 10px;
  }
  .ranking .player-ranking .player-grid .player-card {
    max-width: unset;
    width: 25%;
    padding: 5px 5px 0;
  }
  .ranking .player-ranking .player-grid .player-card .player-name {
    flex-wrap: wrap-reverse;
  }
  .ranking .player-ranking .player-grid .player-card .player-name .left-col {
    width: 100%;
    padding-bottom: 5px;
  }
  .ranking .player-ranking .player-grid .player-card .player-name .ranking-number {
    font-size: 30px;
    line-height: 30px;
  }
  .ranking .player-ranking .player-grid .player-card .player-name .f-name {
    font-size: 18px;
  }
  .ranking .player-ranking .player-grid .player-card .player-name .l-name {
    font-size: 25px;
    line-height: 25px;
  }
  .pre-footer .sponsors-img {
    justify-content: center;
  }
  .pre-footer .sponsors-img img {
    max-width: 100px;
  }
  .main-footer {
    display: flex !important;
    flex-wrap: wrap;
  }
  .main-footer .footer-column {
    width: 100%;
    padding: 10px;
    min-height: unset;
    border-right: none;
  }
}
@media screen and (max-width: 530px) {
  .padel-global h2 {
    font-size: 90px;
  }
  .padel-global .ticket {
    max-width: 280px;
  }
  .padel-global .ticket .ticket-r h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .padel-global .ticket .ticket-r .gm {
    font-size: 20px;
  }
  .calendar-section .calendar-heading {
    font-size: 100px;
    line-height: 100px;
  }
  .calendar-item .l-column {
    width: 90px;
  }
  .calendar-item .l-column h3 {
    font-size: 40px;
  }
  .calendar-item .r-column .location {
    font-size: 30px;
    line-height: 30px;
  }
  .streaming .streaming-heading {
    font-size: 70px;
    line-height: 70px;
  }
  .streaming .streaming-heading span {
    font-size: 60px;
  }
  .streaming .container-upper .ap-logo {
    width: 30% !important;
    height: unset !important;
    padding: 20px 5px;
  }
  .streaming .container-upper .ap-logo img {
    width: 100% !important;
  }
  .streaming .container-upper .live-padel-img {
    width: 40% !important;
  }
  .streaming .container-upper .padel-live {
    width: 40% !important;
  }
  .participants-info {
    flex-wrap: wrap;
  }
  .participants-info .participants-section {
    padding: 10px;
    width: 50%;
    max-width: unset;
  }
  .participants-info .news-section {
    width: 100%;
    max-width: unset;
    flex-direction: row-reverse !important;
    min-height: unset;
  }
  .participants-info .news-section h3 {
    transform: none;
  }
  .participants-info .news-section span {
    display: flex;
    align-items: center;
  }
  .ranking .ranking-heading {
    font-size: 150px;
    line-height: 150px;
    margin: 20px 0;
  }
  .ranking .bright-text .left-col {
    width: 100%;
    max-width: unset;
    margin-top: 20px;
  }
  .ranking .bright-text .last-update {
    font-size: 16px;
  }
  .ranking .player-ranking .player-grid {
    flex-wrap: wrap;
  }
  .ranking .player-ranking .player-grid .player-card {
    width: 50%;
  }
  .ranking .player-ranking .player-grid .player-card .player-stats {
    flex-wrap: wrap-reverse;
  }
  .ranking .player-ranking .player-grid .player-card .player-stats .player-score {
    width: 100%;
  }
  .ranking .player-ranking .player-grid .player-card .player-stats img {
    margin: 10px auto;
  }
  .news-section .news-heading {
    flex-wrap: wrap;
  }
  .news-section .news-heading h2 {
    width: 100%;
    font-size: 100px;
  }
  .news-section .news-heading p {
    width: 100%;
  }
  .news-section .grid-controls {
    flex-wrap: wrap;
    justify-content: center !important;
    margin-top: 10px;
  }
  .news-section .grid-controls .view-all-players {
    margin-bottom: 10px;
  }
}
/*tomorrow stars*/
.tomorrow-stars {
  margin-bottom: -500px;
  margin-top: -200px;
  position: relative;
  z-index: -10;
}

.tomorrow__back {
  width: 100%;
  z-index: -2;
}

.tomorrow__text {
  color: #F0E6CD;
  font-size: 44px;
  font-family: "Barlow Condensed";
  z-index: 1;
  text-align: right;
  max-width: 968px;
  width: 100%;
  transform: translateY(-40%);
  top: 40%;
  position: absolute;
}

/*moving the calendar header*/
.calendar-heading {
  position: relative;
}

/* Visit new */
.visit-section-bg {
  background-color: #D0251B;
  padding: 64px;
  overflow-x: hidden;
}

.visit-section {
  width: 100%;
  min-height: 751px;
  background-image: url(img/store-banner.png);
  background-size: cover;
  position: relative;
}
.visit-section .top-right-col {
  max-width: 789px;
  width: 100%;
  position: absolute;
  right: -500px;
  top: 60px;
  z-index: 1;
}
.visit-section .top-left-col {
  max-width: 789px;
  width: 100%;
  position: absolute;
  left: -100px;
  bottom: 125px;
  z-index: 0;
}
.visit-section .visit-text {
  max-width: 434px;
  width: 100%;
  background-color: #D0251B;
  color: #0C0C0C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  padding: 0 20px;
  padding-top: 40px;
}
.visit-section .visit-text img {
  max-width: 201px;
  width: 100%;
}
.visit-section .visit-text h3 {
  font-size: 120px;
  line-height: 120px;
  margin-top: 47px;
}
.visit-section .visit-text .btn-new {
  color: black;
  border-color: black;
  margin-bottom: 50px;
  margin-top: 24px;
}

.visit-space {
  max-width: 250px;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: transparent;
  position: relative;
}

/*Responsive */
@media screen and (max-width: 1400px) {
  .tomorrow-stars {
    margin-bottom: -300px;
  }
}
@media screen and (max-width: 980px) {
  .tomorrow-stars {
    margin-bottom: -200px;
    margin-top: -100px;
  }
  .generation-img {
    justify-content: center !important;
  }
  .tomorrow__text {
    font-size: 35px;
    line-height: 35px;
    padding-right: 20px;
  }
  .generation-padel p {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .tomorrow-stars {
    margin-bottom: -100px;
    margin-top: -50px;
  }
  .visit-section-bg {
    padding: 0;
  }
}
@media screen and (max-width: 530px) {
  .tomorrow-stars {
    margin-bottom: 0;
    margin-top: 0;
  }
  .tomorrow__text {
    font-size: 25px;
    line-height: 25px;
  }
  .visit-space {
    display: none;
  }
  .visit-section .visit-text {
    max-width: unset;
  }
}
/* Tour Page */
.tour {
  background-color: #0C0C0C;
  margin-bottom: 70px;
  margin-top: 50px;
  max-width: 982px;
  width: 100%;
}

.tour-title {
  background-color: #D0251B;
}

.tour-title__title {
  font-size: 32px;
  margin: 0;
  padding-top: 30px;
}

.tour-title__subtitle {
  font-size: 172px;
  margin: 0;
  line-height: 172px;
  font-family: "Superline Outline";
  padding-bottom: 30px;
}

.tour__past {
  padding-top: 30px;
}

.s-width.events-grid {
  margin: 0 auto;
}				
	  
.past__title {
  font-size: 24px;
  margin: 0;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.past__subtitle {
  font-size: 198px;
  margin: 0;
  font-family: "Superline Outline";
  color: #747474;
  line-height: 1;
  margin-bottom: 68px;
}

.ptarjeta {
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #A6A6A6;
}

.tour__img {
  width: 88px;
  height: 92px;
  margin-right: 20px;
}

.tour__text {
  min-height: 138px;
  width: 100%;
  background-color: #0C0C0C;
  border: solid 1px #676767;
}

.item__entry {
  color: #FFFFFF;
  padding: 20px;
}

.tour__date {
  font-size: 24px;
  color: #F4F4F4;
  font-weight: 400;
  margin-bottom: 0;
}

.tour__location {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 40px;
}

.torneos-pasados-bg {
  background-image: url(img/torneos-pasados-bg.png);
  background-size: cover;
  margin-bottom: 75px;
}

.tbutton {
  background-color: transparent;
  color: #D0251B;
  border: none;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 1.75px;
  margin-top: 10px;
}

.nacordion {
  max-width: 851px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 200px;
}

.naccordion-item {
  margin-bottom: 30px;
  border: none;
  outline: none;
}

.npbutton {
  background-color: #D0251B;
  border: solid 1px #D0251B;
  border-radius: 0;
  font-size: 20px;
  padding: 10px;
  padding-top: 15px;
}

.nbbutton {
  background-color: #0C0C0C;
  border: solid 1px #D0251B;
  border-radius: 0;
  font-size: 20px;
  padding: 10px;
  padding-top: 15px;
}

.accordion-item.red-accordion .npaccordion__text, .accordion-item.red-accordion .npaccordion__year {
  color: #D0251B;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
  border-color: #D0251B;
}

.npaccordion__text {
  color: #F0E6CD;
  font-size: 144px;
  margin: 0;
  line-height: 144px;
  margin-right: 20px;
  font-family: "Superline Outline";
  margin-left: auto;
}

.nbaccordion__text {
  color: #D0251B;
  font-size: 80px;
  margin-right: 10px;
}

.accordion-button::after {
  margin-left: 25px;
  color: white;
}

.nbaccordion__year {
  color: #D0251B;
  font-size: 80px;
  margin-right: 10px;
}

.npaccordion__year {
  color: white;
  font-size: 144px;
  margin: 0;
  line-height: 144px;
  margin-right: 10px;
  font-family: "Dharma Gothic Bold", sans-serif;
  margin-left: 20px;
}

.tfecha {
  font-size: 29px;
  margin-bottom: 0;
  margin-top: 30px;
  font-style: italic;
  line-height: 29px;
}

.tlugar {
  font-size: 55px;
  margin-bottom: 40px;
  line-height: 55px;
  font-style: italic;
  font-weight: 600;
  transition: ease 0.3s;
}

.ptarjeta:hover .tlugar {
  color: #D0251B;
}

.pbotones {
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
}

.main-button {
  color: white;
  font-family: "Barlow Semi Condensed";
  letter-spacing: 1.75px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 10px 40px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  transition: ease 0.3s;
  height: -moz-fit-content;
  height: fit-content;
}
.main-button:hover {
  background-color: #D0251B;
}

.card-grid {
  display: flex;
  justify-content: space-between;
}
.card-grid .card-item {
  max-width: 398px;
  width: 100%;
  background-color: #0C0C0C;
  border: solid 1px #676767;
  min-height: 142px;
  justify-content: space-between;
  text-decoration: none;
  margin-bottom: 18px;
  align-items: center;
  max-height: 320px;
}
.card-grid .card-col {
  padding: 0;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.npbutton:not(.collapsed) {
  background-color: #D0251B;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #D0251B;
}

.nbbutton:not(.collapsed) {
  background-color: #0C0C0C;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #0C0C0C;
}

.upper-logo {
  margin: 0 auto;
  padding: 40px 0 20px;
}

.accordion-text {
  display: flex;
  align-items: center;
  margin-left: auto;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .tour-title__subtitle, .past__subtitle {
    font-size: 120px;
    line-height: 120px;
  }
  .ptarjeta {
    margin-bottom: 40px;
  }
  .ttexto {
    padding-left: 15px;
  }
  .tfecha {
    font-size: 20px;
    line-height: 20px;
  }
  .tlugar {
    font-size: 40px;
    line-height: 40px;
  }
  .pbotones {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .pbotones .main-button {
    text-align: center;
    max-width: 110px;
    width: 100%;
    padding: 10px 0;
  }
  .npaccordion__text, .npaccordion__year {
    font-size: 100px;
  }
  .accordion-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .accordion-button img {
    max-width: 120px;
    width: 100%;
  }
}
@media screen and (max-width: 530px) {
  .tour-title__subtitle, .past__subtitle {
    font-size: 80px;
    line-height: 80px;
  }
  .accordion-button {
    flex-wrap: wrap;
  }
  .accordion-button .accordion-img {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .accordion-button .accordion-text {
    margin-left: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .accordion-button .accordion-text .npaccordion__text {
    margin-left: 0;
  }
  .accordion-button::after {
    position: absolute;
    right: 10px;
  }
  .accordion-button .npaccordion__text, .accordion-button .npaccordion__year {
    font-size: 80px;
  }
}
/* Torneos Page */
/*card section*/
.past-tournaments .btn-new {
  max-width: 236px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.75px;
  margin: 0 auto;
}

.card {
  background-color: #0C0C0C;
  margin-bottom: 70px;
  background-image: url("img/past-tournaments.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.card .card-grid {
  margin-bottom: 40px;
}

.s-width.tournaments-grid {
  margin: 0 auto 40px;
} 
.torneos-title {
  background-color: #4D5BFF;
  background-image: url("img/fondo-morado.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.card__header {
  margin-bottom: 50px;
}

.players-button {
  height: 98px;
}

.torneos-title__title {
  font-size: 24px;
  margin: 0;
  padding-top: 30px;
}

.torneos-title__subtitle {
  font-size: 198px;
  margin: 0;
  line-height: 198px;
  padding-bottom: 40px;
  font-family: "Superline Outline";
}

.card__title {
  color: white;
  font-size: 24px;
  margin: 0;
  padding-top: 60px;
}

.card__subtitle {
  color: #A6A6A6;
  font-size: 198px;
  margin: 0;
  line-height: 198px;
  font-family: "Superline Outline";
}

.card-grid.tournaments-grid {
  justify-content: space-between;
}

.tournaments-grid .card-col {
  max-width: 398px;
  width: 100%;
  padding: 0 !important;
  margin: 0;
}
.tournaments-grid .card-item {
  margin-bottom: 0;
}

.card-item {
  max-width: 398px;
  width: 100%;
  margin: 20px 0;
  text-decoration: none;
}

.item__img {
  width: 100%;
  border: solid 1px #676767;
  border-bottom: none;
  max-width: 400px;
  max-height: 218px;
}

.item__text {
  height: 100px;
  width: 398px;
  background-color: #0C0C0C;
  border: solid 1px #676767;
}

.item__date {
  color: #FFFFFF;
  padding: 20px;
  transform: translateY(-5px);
}

.card__date {
  font-size: 23px;
  margin: 0;
  color: #F4F4F4;
  font-style: italic;
  line-height: 23px;
}

.card__location {
  font-size: 38px;
  line-height: 38px;
  font-style: italic;
  margin: 0;
}

.cbutton {
  background-color: transparent;
  color: #F4F4F4;
  border: none;
  font-family: "Barlow Semi Condensed";
  width: 140px;
  font-size: 14px;
  letter-spacing: 1.75px;
  line-height: 17px;
}

.tournaments-accordion .npbutton {
  background-color: #4D5BFF;
}
.tournaments-accordion .nbbutton, .tournaments-accordion .npbutton {
  border-color: #4D5BFF;
}
.tournaments-accordion .npbutton {
  box-shadow: none;
}
.tournaments-accordion .purple-accordion .npaccordion__text, .tournaments-accordion .purple-accordion .npaccordion__year {
  color: #4D5BFF;
}

/* Responsive */
@media screen and (max-width: 830px) {
  .card-grid.tournaments-grid {
    justify-content: center;
  }
}
/*locations / calendar page*/
.locations__header {
  background-image: url("img/locations-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px;
  padding-top: 20px;
  position: relative;
  overflow-x: hidden;
}

.locations__header--text {
  border: 1px solid #F0E6CD;
  padding: 50px;
}

.locations__title {
  font-size: 250px;
  color: #F0E6CD;
  letter-spacing: 0.59px;
  line-height: 1;
}

.locations__subtitle {
  font-size: 150px;
  color: #D0251B;
  margin-top: -130px;
}

.locations__line {
  font-size: 23px;
  font-family: "Barlow Condensed";
  color: #F0E6CD;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
}

.locations__texttop {
  max-width: 930px;
  width: 100%;
  font-size: 23px;
  font-family: "Barlow Condensed";
  color: #F0E6CD;
  padding-top: 30px;
  padding-bottom: 20px;
}

.calendar-item .r-column.master {
  border: 1px solid #D0251B;
}
.calendar-item .r-column.open {
  border: 1px solid #4CA1F0;
}
.calendar-item .r-column.g-master {
  border: 1px solid #806900;
}
.calendar-item .r-column.m-final {
  border: 1px solid #CFFD12;
}

/* Responsive */
@media screen and (max-width: 1080px) {
  .locations__title {
    font-size: 150px;
  }
  .locations__subtitle {
    font-size: 100px;
    margin-top: -110px;
  }
  .locations__header {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .locations__title {
    font-size: 100px;
  }
  .locations__subtitle {
    font-size: 70px;
    margin-top: -70px;
  }
  .locations__header {
    padding: 20px;
    padding-bottom: 40px;
  }
  .locations__header--text {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 530px) {
  .locations__subtitle {
    line-height: 1;
  }
  .locations__title {
    font-size: 80px;
  }
  .locations__subtitle {
    font-size: 50px;
    margin-top: -45px;
  }
}
/*streaming*/
.container-s {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background-image: url("img/stream-back.png");
  padding-bottom: 100px;
}

.stream__header {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.stream__title {
  font-size: 142px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.stream__footer {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.stream__subtitle--text {
  font-size: 23px;
  color: #F0E6CD;
  font-family: "Barlow Condensed";
}

.stream__logo {
  margin: 15px 0;
}

.stream__subtitle--logo {
  margin-left: 20px;
}

.sfooter__logo {
  width: 150px;
  margin-left: 15px;
}

.footer__text--msg1 {
  font-size: 23px;
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-style: italic;
  margin-bottom: 2px;
  margin-top: 10px;
}

.footer__link {
  text-decoration: none;
  font-size: 23px;
  font-family: "Barlow Condensed";
  font-style: italic;
  color: #D0251B;
}

.footer__text--msg2 {
  font-size: 23px;
  font-family: "Barlow Condensed";
  font-style: italic;
}

.stream__footer--logo {
  margin-top: 20px;
}

/* Responsive */
@media screen and (max-width: 1080px) {
  .stream__video iframe {
    width: 100%;
  }
}

@media screen and (max-width: 830px) {
  .stream__text {
    width: 100%;
  }
  .stream__title {
    text-align: center;
    width: 100%;
  }
  .stream__subtitle {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .stream__subtitle--text {
    width: 100%;
    margin-top: 20px;
  }
  .stream__logo {
    text-align: center !important;
  }
}
/*master*/
.master__header {
 /*background-image: url(img/banner-master.png);
  background-size: cover;
  background-position: bottom;*/
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.master__header--title {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
  line-height: 1;
  margin-bottom: 30px;
}

.master__location {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  font-family: "Barlow Condensed";
  font-style: italic;
  font-size: 62px;
  font-weight: 600;
  padding-bottom: 100px;
  line-height: 1;
}

.master__date {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  font-family: "Barlow Condensed";
  font-style: italic;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1;
}

.master__title2 {
  font-family: "Superline Outline";
  font-size: 142px;
  font-style: italic;
  line-height: 1;
}

.master__title1 {
  font-size: 142px;
  line-height: 1;
  margin-bottom: 0;
}

.master__line {
  width: 100%;
  margin: 0 auto;
  background-color: #D0251B;
}

.master__line--text {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.master__text {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  font-family: "Barlow Semi Condensed";
  letter-spacing: 1.75px;
  line-height: 1;
  margin: 15px 0;
  margin-left: 10px;
  color: #FFFFFF;
  padding: 0;
  text-transform: uppercase;
}

.master__item {
  text-decoration: none;
  align-items: center;
}
.master__item .previas {
  width: 17px;
  height: 17px;
}

.master__description--body {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  min-height: 750px;
}

.master__description {
  background-color: #F0E6CD;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.master__description--imgcontainer {
  width: 40%;
  min-width: 314px;
  height: -moz-fit-content;
  height: fit-content;
}

.description__title {
  color: #D0251B;
}

.description__text {
  color: #0C0C0C;
}

.description__table {
  background-color: #0C0C0C;
  max-width: 560px;
  width: 100%;
}

.description__list {
  color: #0C0C0C;
  list-style-type: none;
  margin-bottom: 50px;
}

.table__title {
  color: #D0251B;
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  margin-bottom: 0;
}

.table__item > * {
  padding-left: 0 !important;
}

.table__text {
  color: #F0E6CD;
  font-family: "Barlow Condensed";
  font-size: 16px;
  margin-bottom: 43px;
}

.table__subtitle {
  color: #D0251B;
  font-family: "Barlow Condensed";
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}

.table__date {
  color: #F0E6CD;
  font-family: "Barlow Condensed";
  font-size: 16px;
  margin-bottom: -1px;
}

.table__range {
  color: #F0E6CD;
  font-family: "Barlow Condensed";
  font-size: 16px;
  margin-bottom: 0;
}

.table__consult {
  color: #F0E6CD;
  font-family: "Barlow Condensed";
  font-size: 16px;
  margin-bottom: 23px;
}

.table__dates {
  color: #F0E6CD;
  font-family: "Barlow Condensed";
  font-size: 16px;
  margin-bottom: 5px;
}

.table__item {
  outline: 1px solid #D0251B;
  background-color: #0C0C0C;
  padding-left: 20px;
  padding-top: 20px;
}

.master-page .table__item.col {
  height: unset;
  display: block;
}
.master__live {
  max-width: 981px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}

.live__img--pic {
  max-width: 982px;
  width: 100%;
} 
.master__description--img {
  width: 100%;
  align-items: center;
  margin-top: 65px;
}

.description__img {
  box-shadow: 5px 5px #D0251B;
  margin-bottom: 30px;
}

.description__button {
  width: 100%;
}

.description__button1 {
  text-decoration: none;
  color: #D0251B;
  border: #D0251B solid 1px;
  max-width: 300px;
  height: 44px;
  box-shadow: 5px 5px #D0251B;
  margin-bottom: 25px;
  /* margin-left: 70px; */
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  letter-spacing: 1.75px;
}

.description__button2 {
  text-decoration: none;
  color: #D0251B;
  border: #D0251B solid 1px;
  width: 173px;
  height: 44px;
  box-shadow: 5px 5px #D0251B;
  margin-left: 70px;
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  letter-spacing: 1.75px;
}

.master__description--text {
  margin-top: 60px;
  width: 50%;
  z-index: 1;
}

.description__title {
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
}

ul {
  padding-left: 0;
}

li {
  margin: 10px;
  font-size: 16px;
}

strong {
  font-weight: 600;
}

.arrow-next {
  color: #D0251B;
  position: relative;
  text-align: end;
  width: 100%;
}

.material-symbols-outlined {
  font-size: 40px !important;
  font-weight: 100 !important;
}

.master__live--title {
  font-weight: bolder;
  font-size: 60px;
  color: #D0251B;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 10px;
  line-height: 1;
}

.map1 {
  max-width: 480px;
  width: 50%;
}

.map2 {
  max-width: 480px;
  width: 50%;
}

.map__title {
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-size: 23px;
  font-style: italic;
  color: #D0251B;
  margin-bottom: 2px;
}

.map__location {
  font-family: "Barlow Condensed";
  font-size: 16px;
  color: #F0E6CD;
}

.map__link {
  font-family: "Barlow Semi Condensed";
  font-weight: medium;
  font-size: 16px;
  text-decoration: none;
  color: #D0251B;
  margin-right:15px;
}

.map__back {
  max-width: 1080px;
  width: 100%;
}

.master__maps {
  margin-bottom: 40px;
}

.live-padel {
  background-color: #0C0C0C;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  .master__header .master__title1 {
    display: flex;
    flex-direction: column;
  }
  .master__header .master__title1, .master__header .master__title2 {
    font-size: 120px;
  }
  .master__header .master__date {
    font-size: 30px;
  }
  .master__header .master__location {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .master__line--text {
    flex-wrap: wrap;
  }
  .master__description--text {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 965px) {
  .map1 {
    width: 100%;
  }
  .map2 {
    width: 100%;
  }
  .master__maps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .live-padel {
    position: relative;
    margin-top: -100px;
    padding-top: 100px;
    text-align: center;
  }
  .map2 {
    margin-top: 20px;
  }
  .master__live {
    padding-top: 50px;
  }
  .master__description--text {
    max-width: 482px;
    padding-left: 20px;
  }
  .master__description--img {
    max-width: 482px;
  }
}
/* Stats */
.statsbody {
  width: 100%;
  margin: 0 auto;
}

.stats__header {
  max-width: 981px;
  width: 100%;
  background-color: #0C0C0C;
}

.stats__fname {
  color: #F0E6CD;
  font-size: 40px;
  font-family: "Barlow Condensed";
  font-style: italic;
  margin-bottom: 5px;
  line-height: 1;
}

.stats__lname {
  color: #D0251B;
  font-size: 80px;
  font-family: "Barlow Condensed";
  font-style: italic;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}

.stats__char {
  color: #D0251B;
  font-size: 200px;
  font-family: "Superline Outline";
  margin-bottom: 10px;
  line-height: 1;
}

.stats__partner {
  color: #747474;
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1;
}

.partner__fname {
  color: #D0251B;
  font-size: 23px;
  font-family: "Barlow Condensed";
  font-style: italic;
  margin-bottom: 0;
  line-height: 1;
}

.partner__lname {
  color: #D0251B;
  font-size: 40px;
  font-family: "Barlow Condensed";
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

.stats__text1 {
  margin-top: 70px;
}

.stats__text2 {
  margin-top: 50px;
}

.text1__img {
  margin-bottom: 13px;
}

.stats__text2 {
  max-width: 210px;
  width: 100%;
  text-align: end;
}

.number__pound {
  color: #747474;
  font-size: 199px;
  margin-bottom: 10px;
  line-height: 1;
}

.number__number {
  color: #946900;
  font-size: 199px;
  margin-bottom: 10px;
  line-height: 1;
}

.stats__birth {
  color: #747474;
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1;
  letter-spacing: 1.75px;
}

.stats__place {
  color: #747474;
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1;
  letter-spacing: 1.75px;
}

.stats__height {
  color: #747474;
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1;
  letter-spacing: 1.75px;
}

.stats__home {
  color: #747474;
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1;
  letter-spacing: 1.75px;
}

.birth__date {
  color: #F0E6CD;
  font-size: 70px;
  margin-bottom: 15px;
  line-height: 1;
}

.stats__zone {
  color: #F0E6CD;
  font-size: 70px;
  margin-bottom: 15px;
  line-height: 1;
}

.height__number {
  color: #F0E6CD;
  font-size: 70px;
  margin-bottom: 15px;
  line-height: 1;
}

.stats__residence {
  color: #F0E6CD;
  font-size: 23px;
  font-family: "Barlow Condensed";
  margin-bottom: 3px;
  line-height: 1;
  font-style: italic;
}

.stats__number {
  margin-bottom: 8px;
}

.stats__line {
  width: 100%;
  background-color: #946900;
  height: 45px;
}

.stats__line--text {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #F0E6CD;
  font-size: 221px;
  font-family: "Superline Outline";
  margin-bottom: 10px;
  line-height: 1;
  z-index: 1;
}

.black__text {
  writing-mode: vertical-rl;
  min-height: 945px;
  height: 100%;
  margin: 0 auto;
}

.black__line {
  width: 24px;
  height: 100%;
  background-color: #0C0C0C;
  min-height: 945px;
}

.red__line {
  width: 2%;
  min-height: 945px;
  height: 100%;
  background-color: #D0251B;
  color: #D0251B;
}

.red__text {
  writing-mode: vertical-rl;
  color: #D0251B;
}

.stats__numbers {
  width: calc(100% - 24px);
  background-color: #D0251B;
}

.numbers__body {
  max-width: 981px;
  width: 100%;
  margin-top: 50px;
}

.stats__tournaments {
  width: 100%;
  background-color: #F0E6CD;
  overflow-x: auto;
}

.arrows__line {
  width: 100%;
  background-color: #F0E6CD;
}

.arrow__container {
  max-width: 981px;
  width: 100%;
  padding: 0 20px;
}

.numbers__date {
  color: #F0E6CD;
  font-size: 23px;
  font-family: "Barlow Condensed";
  margin-bottom: 25px;
  line-height: 1;
}

.body--info__title {
  color: #0C0C0C;
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 5px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1.75px;
}

.body--info__b {
  color: #0C0C0C;
  font-size: 144px;
  margin-bottom: 20px;
  line-height: 1;
}

.body--info__w {
  color: #FFFFFF;
  font-size: 144px;
  margin-bottom: 20px;
  line-height: 1;
}

.body--info__v {
  color: #F0E6CD;
  font-size: 144px;
  margin-bottom: 20px;
  line-height: 1;
  margin-right: 80px;
}

.numbers__vline {
  background-color: #F0E6CD;
  width: 1px;
  margin-left: 90px;
  margin-right: 70px;
}

.numbers__body--info {
  margin-bottom: 80px;
}

.numbers__body--banner {
  margin-bottom: 100px;
  color: #F0E6CD;
  font-size: 141px;
  font-family: "Superline Outline";
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 981px;
}

.numbers__arrow {
  margin-right: 60px;
}

.arrow__down {
  color: #F0E6CD;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
}

.blackandred, .stats__tournaments {
  margin: 0;
  padding: 0;
}

.table__header {
  background-color: #D0251B;
  color: #FFFFFF;
}

.dark__row {
  background-color: #F0E6CD;
}

.light__row {
  background-color: #F9F1DC;
}

.containert {
  max-width: 981px;
  width: 100%;
  margin-bottom: 15px;
}

.row {
  margin: 0;
}

.col {
  letter-spacing: 1.75px;
  font-size: 13px;
  color: #747474;
  height: 44px;
  display: flex;
  align-items: center;
}

.red__col {
  color: #F0E6CD;
}

.page__of {
  color: #747474;
  font-size: 60px;
}

.tournamets__title {
  font-size: 141px;
  font-style: italic;
  line-height: 1;
  color: #D0251B;
  margin-top: 300px;
}

.tournaments__text {
  font-family: "Barlow Condensed";
  font-size: 23px;
  line-height: 1;
  color: #747474;
  margin-top: 320px;
  text-align: end;
}

.stats__tournaments {
  max-width: 981px;
  width: 100%;
}

.tournaments__section {
  background-color: #F0E6CD;
  width: 100%;
}

.stat__news p {
  padding-top: 30px;
}

.tournaments__logo {
  padding-bottom: 20px;
}

.tournaments__subtitle {
  width: 100%;
  max-width: 174px;
}

.bodybanne__pics {
  max-width: 981px;
  width: 100%;
  transform: translateY(50%);
}

.banner__pic {
  width: 49%;
}

.stats-page .news-container .news-grid {
  background-image: url(img/padel);
}

.stats__table {
  width: 981px;
}
.stats__table .table__grid {
  min-width: 981px;
  overflow-x: auto;
}

@media screen and (max-width: 980px) {
  .stats__header {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .stats__header .stats__text1 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .stats__header .stats__text1 .stats__fname {
    font-size: 30px;
    margin-bottom: 0;
  }
  .stats__header .stats__text1 .stats__lname {
    font-size: 60px;
    margin-bottom: 0;
  }
  .stats__header .stats__text1 .player-stats-name {
    margin-left: 30px;
    margin-bottom: 20px;
	margin-right: 30px;			   
  }
  .stats__header .stats__img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .stats__header .stats__img img {
    width: 50%;
  }
  .stats__header .stats__char {
    font-size: 140px;
    margin-right: 20px;
  }
  .stats__text2 {
    width: 100%;
    max-width: unset;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .stats__text2 .stats__number {
    justify-content: center !important;
    width: 50%;
  }
  .stats__text2 .stats-info {
    width: 50%;
    text-align: center;
  }
  .stats__text2 .stats-info:last-of-type {
    width: 100%;
    margin-bottom: 50px;
  }
  .stats__line--text {
    font-size: 120px;
  }
  .numbers__date {
    padding: 0 20px;
  }
  .body--info__numbers {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .body--info__numbers .body--info__numbers-part {
    width: 25%;
    padding: 0 20px;
    border-right: 1px solid white;
  }
  .body--info__numbers .body--info__numbers-part:last-of-type {
    border-right: none;
  }
  .body--info__numbers .body--info__v, .body--info__numbers .body--info__w, .body--info__numbers .body--info__b {
    margin: 0;
    font-size: 100px;
  }
  .body--info__numbers .numbers__vline {
    display: none;
  }
  .body--info__numbers .numbers__arrow {
    display: none;
  }
  
}
@media screen and (max-width: 768px) {
  .body--info__numbers .body--info__numbers-part {
    width: 50%;
    border: 1px solid white;
    padding: 20px;
  }
  .body--info__numbers .body--info__numbers-part:last-of-type {
    border-right: 1px solid white;
  }
  .tournaments__header {
    flex-direction: column;
    padding: 0 20px;
  }
  .tournaments__header .tournamets__title {
    font-size: 100px;
    margin-top: 150px;
  }
  .tournaments__header .tournaments__text {
    margin-top: 20px;
  }
}
/*story*/
.story__header {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.story__header .hero-image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.story__header .hero-image img {
  max-width: 812px;
  width: 100%;
}

.story-logo {
  width: 50%;
  transform: translateY(55%);
}

.decoration-1 {
  transform: translateY(55%);
}

.story-decoration {
  width: 50%;
}
.story-decoration img {
  max-width: 349px;
}

.story-text {
  width: 50%;
  text-align: right;
  transform: translateY(-75%);
}

.decoration-2 {
  transform: translateY(-150%);
}

.story__welive {
  position: absolute;
  z-index: 1;
}
.story__welive.top {
  bottom: 0;
  left: -50px;
  transform: translateY(50%);
  min-width: 1000px;
}
.story__welive.bottom {
  bottom: 0;
  right: -50px;
  transform: translateY(50%);
}

.story__pics {
  width: 100%;
}

.story__pic {
  max-width: 325px;
  width: 100%;
}

.story__title {
  font-size: 221px;
  color: #D0251B;
  line-height: 195px;
  margin-bottom: 0;
}

.story__pic1 {
  z-index: -1;
}

.story__pic2 {
  padding-left: 20px;
  z-index: -1;
}

.story-text-bottom {
  transform: translateY(-75%);
}

.story-text-upper {
  transform: translateY(50%);
}

.story-decoration {
  position: relative;
  z-index: -1;
}
.story-decoration img {
  max-width: 349px;
  width: 100%;
  position: relative;
}

.welive__text {
  font-family: "superline outline";
  font-size: 198px;
  font-style: italic;
  color: #F0E6CD;
  line-height: 1;
}

.founder {
  background-color: #946900;
  max-width: 981px;
  width: 100%;
  padding-top: 100px;
}

.founder__back {
  background-color: #946900;
  width: 100%;
  position: relative;
  padding-top: 45px;
}

.founder__pic {
  width: 50%;
}
.founder__pic img {
  max-width: 100%;
}

.founder__text {
  width: 50%;
  margin-top: 80px;
  padding-left: 20px;
}

.founder__footer {
  padding-right: 83px;
  font-family: "barlow condensed";
  font-size: 23px;
  line-height: 1;
  color: #F0E6CD;
  margin-bottom: 0;
  margin-top: 15px;
}

.founder__subtitle {
  padding-right: 83px;
  font-family: "barlow condensed";
  font-size: 16px;
  line-height: 1;
  color: #F0E6CD;
  margin-top: 10px;
  margin-bottom: 100px;
}

.founder__text--title {
  font-family: "barlow condensed";
  font-size: 23px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 7px;
}

.founder__text--text {
  font-family: "barlow condensed";
  font-size: 16px;
  max-width: 398px;
  width: 100%;
  margin-bottom: 50px;
  line-height: 19px;
}

.description__box {
  background-image: url("img/story-back.png");
  background-size: contain;
  background-position: center -50px;
  background-repeat: no-repeat;
}

.story__description {
  width: 100%;
}

.story-first {
  margin: 0 auto;
  width: 100%;
}

.story__text1 {
  max-width: 372px;
  width: 100%;
  font-family: "barlow condensed";
  font-size: 43px;
  line-height: 43px;
  text-align: end;
  color: #F0E6CD;
  padding-top: 355px;
  margin-left: 105px;
  letter-spacing: 0.12px;
}

.text1__span {
  background-color: #D0251B;
  padding-left: 15px;
  height: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-left: 107px;
  padding-bottom: 5px;
}

.text__span--box {
  width: 100%;
}

.story__table {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  background-image: url(img/pista-padel.png);
  background-size: cover;
  margin-bottom: 130px;
}

.story__table {
  margin-top: 100px;
}

.story__ltable {
  max-width: 229px;
  width: 100%;
  text-align: center;
}

.story__rtable {
  width: calc(100% - 229px);
  padding-left: 20px;
}

.story__number {
  color: #D0251B;
  font-size: 144px;
  line-height: 1;
  margin-bottom: 0;
}

.story__reference {
  font-family: "barlow condensed";
  font-size: 23px;
  color: #F0E6CD;
  line-height: 1;
}

.story__paragraph--img {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 40px;
}

.story__paragraph--pic {
  max-width: 481px;
  width: 100%;
}

.story__paragraph {
  font-family: "barlow condensed";
  font-size: 16px;
  max-width: 394px;
  width: 100%;
  letter-spacing: 0.04px;
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  margin-top: 35px;
}

.story__table--pic {
  width: 100%;
  max-width: 147px;
  margin-top: 40px;
  margin-bottom: 99px;
}

.future__span {
  color: #D0251B;
  font-weight: 600;
}

.story__text2 {
  font-family: "barlow condensed";
  font-size: 23px;
  text-align: center;
  max-width: 685px;
  width: 100%;
  letter-spacing: 0.06px;
}

.text2__box {
  max-width: 981px;
  width: 100%;
  line-height: 28px;
}

.map__img {
  max-width: 484px;
  width: 100%;
}

.map__footer--img {
  margin-top: -90px;
  max-width: 981px;
  width: 100%;
}

.story__generation {
  background-color: #D0251B;
  margin-top: -2px;
}

.superstars-generation {
  padding: 0;
}

.generation__subtitle {
  color: #F0E6CD;
  font-size: 141px;
  line-height: 1;
  margin-bottom: 50px;
  width: 100%;
}

.generation__title {
  width: 100%;
  margin-bottom: 130px;
  margin-top: 100px;
  padding: 0 20px;
}
.generation__title img {
  max-width: 582px;
  width: 100%;
}

.generation1__text {
  color: #F0E6CD;
  font-family: "barlow condensed";
  font-weight: 800;
  font-size: 40px;
  font-style: italic;
  margin-right: 59px;
}
.generation1__text.mobile {
  display: none;
}

.generation1__img {
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: 80px;
  transform: translateX(74px);
}

.gen1__img {
  max-width: 536px;
  width: 100%;
  margin-bottom: 20px;
}

.gen2__img {
  max-width: 853px;
  width: 100%;
  z-index: 1;
}

.generation1 {
  width: 100%;
}

.generation2 {
  width: 100%;
}

.story__tbc {
  font-size: 141px;
  color: #F0E6CD;
  padding-top: 120px;
}

.gen3__img {
  max-width: 796px;
  width: 100%;
}

.gen4__img {
  max-width: 720px;
  width: 100%;
}

.gen3__text {
  font-family: "superline outline";
  font-size: 198px;
  font-style: italic;
  z-index: 1;
  margin-left: 50px;
}

.gen4__text {
  font-family: "superline outline";
  font-size: 198px;
  font-style: italic;
  padding-top: 90px;
  position: relative;
}

.generation2__box2 {
  margin-top: -200px;
  transform: translateX(15%);
}

.generation2__box1 {
  margin-top: 130px;
}

.about-page .pre-footer {
  background-color: #D0251B;
  border: none;
  padding-top: 200px;				 
}
.about-page .pre-footer .sponsor-text {
  color: #F0E6CD;
}

@media screen and (max-width: 1080px) {
  .gen3__text {
    font-size: 120px;
    margin-left: 20px;
    margin-bottom: 0;
    line-height: 1;
  }
  .generation2__box2 {
    margin-top: 0;
    transform: translateX(0);
  }
  .gen4__text {
    font-size: 120px;
    margin-bottom: 0;
    line-height: 1;
    margin-left: auto;
    padding-right: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 980px) {
  .story-decoration {
    display: none;
  }
  .story-logo {
    width: 100%;
    justify-content: center !important;
  }
  .story-text {
    width: 100%;
    transform: translateY(-50%);
  }
  .story-text .story__title {
    font-size: 155px;
    line-height: 155px;
  }
  .story-logo {
    transform: translateY(40%);
  }
  .story__pic {
    max-width: 220px;
  }
  .story__header {
    padding-bottom: 50px;
  }
  .welive__text {
    font-size: 140px;
  }
}
@media screen and (max-width: 768px) {
  .founder__text {
    margin-top: 0;
  }
  .founder__back {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 630px) {
  .story-text .story__title {
    font-size: 100px;
    line-height: 100px;
  }
  .story__table {
    background-size: cover;
  }
  .story__text1 {
    margin: 0 auto;
    font-size: 30px;
    line-height: 1;
    padding-top: 150px;
  }
  .story__pic {
    max-width: 150px;
  }
  .story__ltable {
    max-width: 140px;
  }
  .story__ltable .story__number {
    font-size: 100px;
  }
  .story__ltable .story__reference {
    font-size: 19px;
  }
  .story__ltable .story__table--pic {
    max-width: 105px;
    margin-bottom: 20px;
  }
  .story__rtable {
    width: calc(100% - 140px);
  }
  .generation__title img {
    width: 70%;
  }
  .generation__subtitle {
    font-size: 80px;
  }
  .generation1__img {
    margin-top: 0;
  }
  .generation1__text {
    display: none;
  }
  .generation1__text.mobile {
    display: flex;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .founder__pic {
    width: 100%;
  }
  .founder__pic .founder__footer {
    padding-right: 0;
  }
  .founder__pic .founder__subtitle {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .founder__text {
    padding-left: 0;
    width: 100%;
  }
}
/*multimedia*/
.multi__head {
  background-color: #D0251B;
}

.multi__title {
  font-family: "superline outline";
  font-size: 198px;
  color: #F0E6CD;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0;
  width: 100%;
}

.multi__buttons {
  transform: translateY(50%);
}

.multi__button {
  width: 185px;
  border: solid 1px #FFFFFF;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "barlow semi condensed";
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  height: 44px;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.75px;
  background-color: #D0251B;
}
.multi__button.selected {
  background-color: #0C0C0C;
}

.table1__row {
  width: 100%;
  max-width: 982px;
}

.colu1 {
  background-image: url("img/col1.png");
  width: 100%;
  max-width: 315px;
  padding: 75px 0;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.colu2 {
  background-image: url("img/col22.png");
  width: 100%;
  max-width: 315px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.colu3 {
  background-image: url("img/col3.png");
  width: 100%;
  max-width: 315px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.colu12 {
  background-image: url("img/col12.png");
  width: 100%;
  max-width: 315px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.table1__item {
  font-size: 23px;
  font-family: "barlow condensed";
  font-weight: bold;
  font-style: italic;
  height: 165px;
  border: 1px solid #FFFFFF;
  margin-bottom: 0;
  letter-spacing: 0.06px;
  line-height: 1;
  margin-bottom: 30px;
  cursor: pointer;
  filter: grayscale(100%);
  transition: ease 0.3s;
}
.table1__item:hover {
  filter: grayscale(0);
}

.table1__item:hover {
  border: 1px solid #941D16;
}

.multi__table1 {
  margin: 100px auto 0;
  width: 100%;
  max-width: 982px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.multi__logo--pic {
  max-width: 150px;
  width: 100%;
  margin-top: 35px;
}

.table1__text {
  font-size: 23px;
  font-family: "barlow condensed";
  letter-spacing: 0.06px;
  margin-bottom: 100px;
}

.arrow__down1 {
  color: #FFFFFF;
}

.multi__accordion .accordion-body {
  color: white;
}

.multi__accordion .npbutton {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF;
}

.multi__accordion .npbutton:not(.collapsed) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: none;
}

.multi__accordion .accordion {
  --bs-accordion-bg: transparent;
}

.multi__accordion .npaccordion__text {
  color: #D0251B;
}

.multi__accordion .npaccordion__year {
  color: #D0251B;
}

.multi__accordion .nbbutton {
  border: none;
  border-bottom: 1px solid white;
}

.multi__accordion {
  background-image: url("img/multi-back1.png");
  background-size: contain;
}

.multi__prefooter .pre-footer {
  padding-top: 0;
  margin-top: 70px;
}

.multi__accordion .nacordion {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.accordion__item__multi {
  margin-bottom: 0;
}

.multi__accordion .nbbutton {
  background-color: transparent;
}

.multi__prefooter .pre-footer .sponsor-text {
  margin-top: 70px;
}

.multi__head {
  background-image: url("img/multi-back.png");
}

.multi__accordion .nimg__text {
  max-width: 180px;
  width: 100%;
}

@media screen and (max-width: 530px) {
  .multi__title {
    font-size: 140px;
  }
}
/*ranking*/
.ranking__header--title {
  color: #f0e6cd;
  font-size: 367px;
  letter-spacing: 1px;
  line-height: 1;
  width: 100%;
  margin-top: 50px;
}

.red__title {
  color: #d0251b;
}

.ranking__link {
  text-decoration: none;
  color: #747474;
  font-size: 23px;
  line-height: 1;
  font-family: "barlow condensed";
  letter-spacing: 0.06px;
  margin-right: 100px;
  margin-left: 10px;
  align-items: center;
  display: flex;
}

.rankings__arrow {
  height: 30px;
}

.ranking__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ranking__header {
  width: 100%;
  margin-bottom: 70px;
}

.ranking__links {
  width: 100%;
  padding-left: 100px;
}

.raking__container {
  background-color: #F0E6CD;
}

.ranking__body {
  max-width: 981px;
  width: 100%;
}

.ranking__bars--header {
  color: #0c0c0c;
  font-family: "barlow condensed";
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.06px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.ranking__dropdown {
  width: 50%;
  margin-right: 17px;
  line-height: 17px;
}

.ranking__dropdown:hover {
  background-color: #DBD1B8 !important;
}

.ranking__search {
  width: 100%;
}

.ranking__space {
  width: 50%;
}

.ranking__drop {
  width: 100%;
  text-align: start;
  font-family: "barlow semi condensed";
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0;
  border: solid 1px #A6A6A6;
  color: #747474;
  letter-spacing: 1.75px;
  position: relative;
}
.ranking__drop.show span {
  color: #F0E6CD;
}
.ranking__drop span {
  color: #747474;
  font-size: 30px !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.ranking__drop:hover {
  background-color: transparent;
  border-radius: 0;
  border: solid 1px #A6A6A6;
  color: #747474;
}

.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.ranking__update {
  color: #747474;
  font-family: "barlow condensed";
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.06px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.ranking__body .player-ranking {
  margin-left: auto;
  padding: 0;
}
.ranking__body .player-ranking .player-grid {
  margin-left: auto;
  width: 100%;
  max-width: 1260px;
}
.ranking__body .player-ranking .player-grid .player-card {
  max-width: 315px;
  width: 100%;
  padding: 5px 20px 0;
  padding-bottom: 0;
  border: 1px solid #a6a6a6;
  margin: 20px 10px;
}
.ranking__body .player-ranking .player-grid .player-card .player-name {
  border-bottom: 1px solid #D0251B;
  text-transform: uppercase;
  font-style: italic;
}
.ranking__body .player-ranking .player-grid .player-card .player-name .f-name {
  color: #747474;
  font-size: 23px;
  margin: 0;
  line-height: 23px;
}
.ranking__body .player-ranking .player-grid .player-card .player-name .l-name {
  font-weight: 600;
  color: #0c0c0c;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
.ranking__body .player-ranking .player-grid .player-card .player-name .ranking-number {
  color: #D0251B;
  font-size: 60px;
  font-style: normal;
}
.ranking__body .player-ranking .player-grid .player-card .player-stats {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ranking__body .player-ranking .player-grid .player-card .player-stats .player-country {
  max-width: 47px;
  width: 100%;
}
.ranking__body .player-ranking .player-grid .player-card .player-stats .player-score {
  color: #ffffff;
  background-color: #D0251B;
  font-style: italic;
  font-size: 23px;
  text-transform: uppercase;
  padding: 0 5px;
}
.ranking__body .player-ranking .player-grid .player-card .player-image {
  max-width: 252px;
  width: 100%;
  margin: 0 auto;
}

.ranking__button {
  text-decoration: none;
  border: 1px solid #0C0C0C;
  color: #0C0C0C;
  font-size: 14px;
  font-family: "barlow semi condensed";
  font-weight: 500;
  letter-spacing: 1.75px;
  width: 236px;
  height: 44px;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 20px;
}

.ranking__form {
  background-color: transparent;
  border-radius: 0;
  border: solid 1px #A6A6A6;
  color: #747474;
  font-family: "barlow semi condensed";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.75px;
  margin-right: 0 !important;
  line-height: 35px;
}

.ranking__lupa {
  background-color: #d0251b;
  border-radius: 0;
  border: none;
}

.ranking__down {
  width: 100%;
  border-radius: 0;
  background-color: #DBD1B8;
  
  display: block;
  height: 60px;
  margin-left: -4px;
  padding-left: 10px;
}

.dropdown-toggle::after {
  display: none;
}

.ranking-page .ranking__body .player-ranking .player-grid .player-card {
  margin: 0;
  transition: 0.3s ease;
  position: relative;
}
.ranking-page .ranking__body .player-ranking .player-grid .player-card:hover {
  box-shadow: 4px 4px #D0251B;
}
.ranking-page .ranking__body .player-ranking .player-grid .player-card:hover .ver-perfil {
  display: block;
}

.player-card {
  background-color: #FBF2DC;
  cursor: pointer;
}
.player-card .ver-perfil {
  color: #D0251B;
  font-family: "Barlow Semi Condensed";
  font-size: 14px;
  letter-spacing: 1.75px;
  line-height: 17px;
  width: 95px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  display: none;
}

.ranking-page .ranking__body .player-ranking .player-grid {
  gap: 18px;
  row-gap: 50px;
}

.ranking-page .btn-new {
  color: #0C0C0C;
  border-color: #0C0C0C;
  margin-top: 60px;
  margin-bottom: 150px;
}

@media screen and (max-width: 980px) {
  .ranking__header--title {
    font-size: 200px;
  }
  .ranking__box {
    width: 25%;
  }
  .ranking__link {
    margin-right: 0;
  }
  .ranking__bars {
    padding: 0 20px;
  }
}
@media screen and (max-width: 630px) {
  .ranking__header--title {
    font-size: 130px;
    margin-bottom: 20px;
  }
  .ranking__links {
    padding: 0 20px;
  }
  .ranking__box {
    width: 50%;
    margin-bottom: 20px;
  }
  .ranking__header {
    margin-bottom: 20px;
  }
  .ranking__search {
    flex-wrap: wrap;
  }
  .ranking__search .ranking__dropdown, .ranking__search .ranking__space {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    min-height: 49px;
  }
}
/*scoreboard*/
.score__container {
  width: 100%;
  background-image: url("img/stream-back.png");
  margin-top: 50px;
  position: relative;
}

.score__body {
  max-width: 982px;
  width: 100%;
  z-index: 1;
}

.score__text {
  font-size: 141px;
  letter-spacing: 0.38px;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 10px;
  max-width: 373px;
  width: 100%;
}

.score__back {
  max-width: 693px;
  width: 100%;
  background-color: #d0251b;
}

.score__img {
  max-width: 359px;
  width: 100%;
}

.score__title {
  width: 38%;
  margin-bottom: 200px;
  margin-right: 20px;
}

.score__mark {
  width: 59%;
}

.score__location {
  font-family: "barlow condensed";
  font-size: 23px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 70px;
}

.text__blue {
  color: #0483CA;
}

.score__game {
  font-family: "barlow condensed";
  font-size: 43px;
  line-height: 1;
  margin-bottom: 0;
}

.score__name {
  font-family: "barlow condensed";
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.11px;
  margin-bottom: 0;
}

.score__ball {
  color: #CCFD02;
  margin-left: 18px;
}

.score__match {
  font-family: "barlow condensed";
  font-size: 23px;
  color: #F0E6CD;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 0;
}

.score__time {
  font-size: 144px;
  color: #F0E6CD;
  line-height: 1;
  letter-spacing: 0.38px;
  margin-bottom: 50px;
}

.score__live {
  max-width: 65px;
  height: 28px;
}

.score__stage {
  margin-top: 10px;
  margin-bottom: 20px;
}

.score__team {
  border: 1px solid #d0251b;
  margin-bottom: 2px;
}

.score__players {
  padding: 5px 0;
  padding-left: 10px;
  width: 58%;
}

.score__set1 {
  font-size: 86px;
  color: #ffffff;
  background-color: #D0251B;
  line-height: 1;
  margin-bottom: 0;
  max-width: 58px;
  width: 100%;
  border-left: 2px solid #0C0C0C;
  padding: 5px 0;
  padding-top: 7px;
}

.score__set2 {
  font-size: 86px;
  color: #ffffff;
  background-color: #D0251B;
  line-height: 1;
  margin-bottom: 0;
  max-width: 58px;
  width: 100%;
  border-left: 2px solid #0C0C0C;
  padding: 5px 0;
  padding-top: 7px;
}

.score__set3 {
  font-size: 86px;
  color: #0C0C0C;
  background-color: #CCFD02;
  line-height: 1;
  margin-bottom: 0;
  max-width: 58px;
  width: 100%;
  border-left: 2px solid #0C0C0C;
  padding: 5px 0;
  padding-top: 7px;
}

.score__current {
  font-size: 86px;
  color: #d0251b;
  background-color: #F0E6CD;
  line-height: 1;
  margin-bottom: 0;
  max-width: 80px;
  width: 100%;
  border-left: 2px solid #0C0C0C;
  padding: 5px 0;
  padding-top: 7px;
}

.score__num {
  width: 46%;
}

.score__flag {
  max-width: 51px;
  margin-right: 13px;
}

.score__player {
  margin-bottom: 5px;
}

.score__sponsor {
  margin-right: 20px;
}

.score-red-bg {
  width: 693px;
  height: 635px;
  background-color: #D0251B;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.score-red-bg .score__cross {
  margin-top: 240px;
  margin-left: 180px;
}

@media screen and (max-width: 980px) {
  .score-red-bg {
    display: none;
  }
}
@media screen and (max-width: 905px) {
  .score__text {
    font-size: 120px;
  }
}
@media screen and (max-width: 820px) {
  .score__title {
    width: 100%;
    margin-bottom: 0px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
  }
  .score__mark {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .score__text {
    width: 100%;
    max-width: 820px;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .score__img {
    width: 100%;
  }
  .score__location {
    width: 100%;
    text-align: center;
  }
  .score__stage {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .score__game {
    margin-left: 30px;
  }
  .score__live {
    margin-right: 50px;
  }
  .score__numbers {
    width: 100%;
    max-width: 578px;
  }
  .score__match {
    width: 30%;
  }
  .score__match {
    margin-top: 75px;
  }
  .score__time {
    margin-top: 20px;
  }
  .score__sponsors {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 570px) {
  .score__name {
    font-size: 35px !important;
    max-width: 172px;
    font-size: 32px;
  }
  .score__ball {
    width: calc(100% - 236px);
  }
  .score__team {
    padding: 0 20pxs;
  }
  
  .master__title1 {
     display: grid;
}
  
  
}
/*tabla*/
.table-2__container {
  background-color: #F0E6CD;
}

.table-2__body {
  max-width: 981px;
  width: 100%;
}

.table-2__title {
  font-family: "barlow condensed";
  font-size: 23px;
  font-weight: bold;
  color: #D0251B;
  margin-bottom: 5px;
}

.table-2__subtitle {
  font-family: "barlow condensed";
  font-size: 23px;
  color: #747474;
  margin-bottom: 20px;
}

.table-2__row1 {
  background-color: #D0251B;
  color: #F0E6CD;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
}

.table-2__rowd {
  background-color: #F0E6CD;
  color: #747474;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.5px;
  padding: 10px 0;
  font-weight: 500;
  margin-top: 10px;
}

.table-2__rowl {
  background-color: #F9F1DC;
  color: #747474;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.5px;
  padding: 10px 0;
  font-weight: 500;
}

.table-2__colr {
  color: #D0251B;
  font-weight: 700;
}

.table__flag {
 max-width: 25px;
width: 100%;
margin-right: 5px;
}

.table-2__name {
  margin-bottom: 0;
  letter-spacing: 1px;
  width: 85%;
}

.row__1 {
  margin-bottom: 7px;
}

.table-2__container .col-3 {
  padding: 0;
  display: block;
}

.table-2__container .row__1 {
  width: 100%;
}

.table-2__container .row__2 {
  width: 100%;
}

.table-2__row1 .col-3 {
  display: flex;
}

.stats__table .light__row {
  color: #747474;
}

.stats__table .dark__row {
  color: #747474;
}

.stats__table .red__col {
  padding-top: 2px;
}/*# sourceMappingURL=styles.css.map */		   



/*EDICION*/
.noticiasAnio{
    border: 0;
    margin: 0 auto;
    max-width: 230px;
}
.noticiasAnio a {
    background: transparent;
    border: 0;
    border-top-width: 0px;
    color: white;
    font-size: 24px;
    height: 27px;
    margin: 0;
    padding: 0;
    padding-right: 0px;
    line-height: 27px;
    padding-right: 10px;
}
.noticiasAnio a.titulo {
    background: #F0E6CD;
    border: 0;
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.ranking__lupa:hover {
  background-color: black;
  color:white;
  border-radius: 0;
  border: none;
}
/*EDICION*/


.ranking__body .player-ranking .player-grid .player-card {
    margin: 0;
    transition: 0.3s ease;
    position: relative;
}

.ranking__body .player-ranking .player-grid .player-card:hover{
    box-shadow: 4px 4px #D0251B;
  }


.ranking__body .player-ranking .player-grid {
    gap: 18px;
    row-gap: 50px;
}

.player-card:hover  .ver-perfil{
      display: block;
}

.table__item.col {
  height: unset;
  display: block;
}

.linkTop{
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Barlow Condensed";
    font-size: 17px;
    letter-spacing: 0.05px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    margin-left: 7px;
    margin-right: 7px;
}


@media screen and (max-width: 650px) {
    .table__flag{
        display:none;
    }
    .table-2__rowd {
      min-height: 80px;
    }
}


.btn-principal {
  padding: 5px 40px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  background:#D0251B;
}

.btn-principal:hover {
  background:black;
  color:White;
}

.btn-transparente {
  padding: 5px 40px;
  font-size: 23px;
  text-transform: uppercase;
  border: 1px solid black;
  font-weight: 500;
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-family: "Barlow Semi Condensed";
  background:transparent;
}

.btn-transparente:hover {
  background:#D0251B;
  color:White;
}

.linkIconoTorneo{
    color:black;
    padding:5px;
}
.linkIconoTorneo:hover{
    color:#D0251B;
}

.table-Inscritos{
    font-size: large;
}

.table-Inscritos thead{
	background:#D0251B;
	color:#F0E6CD;
}

.table-Inscritos th, .table-Inscritos td {
 padding:5px;
 }
 
.table-Inscritos td{
    color:Black;
}
.table-Inscritos td img{
    max-width:30px;
    margin-right:3px;
}


.torneoCal{
	width: 90%;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.fechasCal{
	background: #262626;
    padding: 4px;
    text-align: right;
    border-right: 4px solid black;
    color: #cdcdcd;
    font-family: 'bahnschrift';
    text-transform: uppercase;
    font-size: 1em;
    font-weight: lighter;
    line-height: 15px;
    padding-top: 15px;
	height: 60px;
}
.banderaCal{
	width: 45px;
    float: left;
    margin-left: -35px;
    overflow: unset !important;
    height: 29px;
}
.paisCal{
	background: silver;
    background-image: none;
    font-size: 2.30em;
    /*! border-left: 4px solid black; */
    border-right: 4px solid black;
    color: black;
    background-image: linear-gradient(to top, #939393, #a3a3a3, #b3b3b3, #c3c3c3, #d4d4d4);
    font-family: 'bahnschrift';
    font-weight: 800;
	padding-top: 5px;
	height: 60px;
}

.paisCal i{
}

.tipoTorneoCal{
	/*! border-left: 4px solid black; */
	padding: 0;
  position: relative;
	/*! background-image: url('img/icon-open.jpg'); */
	/*! background-size: cover; */
	/*! background-position: center; */
	height: 60px;
}

.tipoOPEN{
  background-image: url('img/icon-open.jpg');
  background-size: cover;
  background-position: center;
}

.tipoMASTER{
  background-image: url('img/icon-master.jpg');
  background-size: cover;
  background-position: center;
}

.tipoFPCUP1000{
  background-image: url('img/icon-fpcup1000.jpg');
  background-size: cover;
  background-position: center;
}

.tipoFPCUP500{
  background-image: url('img/icon-fpcup500.jpg');
  background-size: cover;
  background-position: center;
}

.tipoGRANMASTER{
  background-image: url('img/icon-granmaster.jpg');
  background-size: cover;
  background-position: center;
}
.tipoTorneoCal::before{
  /*! content: ""; */
  /*! position: absolute; */
  /*! top:0; */
  /*! right:0; */
  /*! border-top:13px solid black; */
  /*! border-left: 13px solid transparent; */
  
}

.tituloCal{
	font-family: 'Kontakt';
	font-size: 2.5em;
	background: #A1855D;
	background: linear-gradient(to top right, #A1855D 0%, #D4C19A 100%);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
	line-height: 1em;
}
.tituloAnioCal{
	font-family: 'Kontakt';
	font-size: 2.5em;
	background: #ADADAD;
	background: linear-gradient(to top, #ADADAD 0%, #CBCBCB 100%);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1em;
}

.paisCal.masT{
  line-height: 0.9em;font-size: 2em;padding-top: 0.25em;
}

@media(max-width: 999px){
  .torneoCal{
	width: 100%;
	height: 60px;
	margin: 0 auto;
}
  .paisCal{
    font-size: 1.8em;
    border-left: 4px solid black;
    border-right: 4px solid black;
    font-weight: 800;
    line-height: 50px;
    height: 55px;
  }
  .banderaCal{
  	width: 25px;
    float: left;
    margin-left: -20px;
    overflow: unset !important;
    height: 15px;
}
  .fechasCal{
	  padding: 0px;
    text-align: right;
    border-right: 4px solid black;
    font-size: 1em;
    font-weight: lighter;
    line-height: 15px;
    padding-top: 12px;
	  height: 55px;
}
  .paisCal.masT{
  line-height: 0.9em;font-size: 1.5em;padding-top: 0.25em;
}
.tipoTorneoCal{
	height:55px;
}


}

@media(max-width: 600px){
  .torneoCal{
	width: 100%;
	height: 40px;
	margin: 0 auto;
}
  .paisCal{
    font-size: 1.0em;
    border-left: 4px solid black;
    border-right: 4px solid black;
    font-weight: 800;
    line-height: 29px;
    height: 38px;
  }
  .banderaCal{
  	width: 25px;
    float: left;
    margin-left: -20px;
    overflow: unset !important;
    height: 15px;
}
  .fechasCal{
	  padding: 0px;
    text-align: right;
    border-right: 4px solid black;
    font-size: 0.7em;
    font-weight: lighter;
    line-height: 10px;
    padding-top: 10px;
	  height: 38px;
}
  .paisCal.masT{
  line-height: 0.9em;font-size: 1.5em;padding-top: 0.25em;
}
.tipoTorneoCal{
	height:38px;
}

}



/*
@media screen and (max-width: 10000px) {
    .imgbnMB{
        display:none!important;
    }
    .imgbn{
        display:block!important;
    }
    
}
@media screen and (max-width: 700px) {
    .imgbnMB{
        display:block!important;
    }
    .imgbn{
        display:none!important;
    }
}*/


.col-35 {
    flex: 0 0 auto;
    width: 29.15%;
}




@media (max-width : 650px)
{
    .main-hero.slide{
        display:none !important;
    }
    .main-hero.slidemovil{
        display:block !important;
    }
    .main-hero.slidemovil{
        min-height:700px !important;
    }
}
@media (min-width : 651px)
{
    .main-hero.slide{
        display:block !important;
    }
    .main-hero.slidemovil{
        display:none !important;
    }
}

@media screen and (max-width: 1280px) 
{
    .main-hero{
        min-height:515px;        
    }    
}

/*@media screen and (max-width: 980px) {
  #mobile-menu-nav div.w-submenu {
    width: 100%;
  }
 
  #mobile-menu-nav ul.submenu-list {
    width: 90%;
    margin-top: 8px;
  }
}*/

@media screen and (max-width: 980px) {

#mobile-menu-nav nav a,
#mobile-menu-nav div.w-submenu {
   width: 100%;
   text-align: center;
}

#mobile-menu-nav ul.submenu-list {
   width: 100%;
   margin-top: 0px;
   z-index: 999;
}

}


.borrador{
    width: 10px;
    color: black;
    position: static;
    float: left;
    margin-left: -30px;
    padding-right: 15px;
    line-height: 46px;
    padding-left: 15px;
    z-index: 1000000000;
}


.LogoT25{
	float: left;width: 100%;margin-left: min(130px, 12%);margin-top: 55px;
}

.TituloT25{
	width: 100%;padding-top: 171px;line-height: 0.7em;margin-left: min(130px,12%);font-family: 'Kontakt',sans_serif;letter-spacing: -0.07em;font-size: clamp(3rem, 7vw, 7rem);
}

.Titulo2T25{
	width: 100%;font-size: clamp(2rem, 3vw, 3.5rem);line-height: 1em;margin-left: min(130px,12%);font-family: 'Kontakt',sans_serif;letter-spacing: -0.07em;
}

.TipoT25 {
	width: 100%;font-size: clamp(1.5rem, 2.3vw, 2.3rem);line-height: 1em;margin-left: min(130px,12%);font-family: 'AXIFORMA',sans_serif;letter-spacing: 0.8em;
}

.FechaT25{
	width: 100%;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  line-height: 1em;
  margin-left: min(130px,12%);
  font-family: 'Kontakt',sans_serif;
  letter-spacing: -0.07em;
  margin-top: 54px;
  color: #0582d5;
  padding-bottom: 40px;
}

.TituloTorneoIMG{
    width: calc(100% - 80px);
  margin-top: 1rem;
}
