   
        .logo {
            max-height: 70px; 
            width: auto;
            
          }
          .card {
            border-width: 0; /* Establece el ancho del borde a cero */
            overflow: hidden;
          }
          .max-height {
            height: 100%;
          }
          .card-title{
            color: white;
          }
          .section-title{
            color: black;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
          }
          .subsection-title{
            color: black;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
          }
          .icon-size {
            font-size: 20px;
          }
      
          body{
            color: black;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-size: 15px;
          }
          .img-small{
            height: 100px;
          }
          .img-md {
            height: 300px;
          }
  
          .small-image {        
            width: 50px; 
            height: 10%; 
          }
      
          .header-div{
            background-color: #ff6a39;
          }
          
          .desktop-only {
            display: none;
          }
      
          @media only screen and (min-width: 768px) {
            .desktop-only {
              display: block;
            }
          }
  
          .image-card-1{
          width: 150px;
          }
          @media screen and (max-width: 767px) {
            .image-card-1{
              width: 100px; 
          }}
          /*Categoria de la columna de nombre + foto */
  
          .col-1-card{
          height: fit-content;
          width: 300px;
          margin-left: auto;
          }
  
          @media screen and (max-width: 767px) {
            .col-1-card{
            height: fit-content;
            width: 95%;
            margin: 5% auto ;
          }}
  
          .card_1{
          overflow:hidden
          }
          
          .naranja{
          color: #ff6a39;
          }
          .naranja-fondo {
          background-color:#ff6a39;
          }
          .nav-white{
          color: white;
          font-family: 'Poppins', sans-serif;
            font-weight: 500;
          }
          .form-select{
           font-size: 18px !important;
          }
      
          @media screen and (max-width: 767px) {
            .form-select{
             font-size: 12px !important;
          }}
  
          .nombreJugador{
            font-size: 18px;
          }
          @media screen and (max-width: 767px) {
            .nombreJugador{
             font-size: 12px;
          }}
  
          .show-mobile {
           display: none;
          }
      
          /* Styles for mobile */
          @media (max-width: 767px) {
         .show-mobile {
          display: block;
          }}
  
          .image-equipo {
          width: 50px;
          aspect-ratio: auto 1280 / 801;
          }
  
          @media screen and (max-width: 767px) {
          .image-equipo {
  
          width: 35px;
          aspect-ratio: auto 1280 / 801;
          }}
  
          .sticky-div {
            top: 0;
          }
  
          .sticky-div.sticky {
            top: 0;
          }
          @media screen and (max-width: 767px) {
            .sticky-div.sticky {
            position: fixed;
            top: 150px;
            width: 35%;
            margin-left: 2%; 
          }}
  
          .always-center {
            overflow-x: auto;
            display: flex;
            justify-content: center;
           }
          @media (max-width: 767px) {
            .always-center {
            flex-direction: column;
            align-items: center;
          }
          }
  
          @media only screen and (max-width: 1001px) {
            .mobile-center {
              display: flex;
              justify-content: center;
              align-items: center;
            }
          }
  
  