    
    .logo {
        max-height: 70px; 
        width: auto;
      }
      .card {
        border-width: 0; /* Establece el ancho del borde a cero */
        overflow: hidden;
      }
      .row.display-table {
      display: table;
      }
      .row.display-table [class*=’col-’] {
        float: none;
        display: table-cell;
      }
      .mid-height{
        height: 45%;
        @media (max-width: 767px) {
      height: 300px; /* Height for mobile devices */
        }
      }
      .max-height {
        height: 100%;
      }
  
      .carousel {
        height: 100%;
      }
  
      .carousel-inner {
        height: 100%;
      }
  
      .carousel-item {
        height: 100%;
      }
  
      .carousel-item img {
        object-fit: cover;
        height: 100%;
      }
  
      .post-block-1{
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%),
                      url("imagenes/cuatro-bandas-blog.jpg");
        background-repeat: no-repeat;
        background-size: cover;
      }
  
      .post-block-2{
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%),
                      url("imagenes/blog-pique.jpg");
        background-repeat: no-repeat;
        background-size: cover;
      }
      .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;
      }
      .datos-jugadores{
        color: white;
        font-family: 'Poppins', sans-serif;
        font-weight: 500; 
      }
      .datos-jugadores-titulo {
        color: black;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
      }
      .button-analisis{
        width: 70%;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
   
      }

      .desktop-only {
        display: none;
      }
  
      @media only screen and (min-width: 768px) {
        .desktop-only {
          display: block;
        }
      }
      
      .jugador-button {
        width: 50%;
        font-family: 'Poppins', sans-serif;
  
      }
      .datos-jugadores-ranking{
        color: white;
        font-family: 'Poppins', sans-serif;
        font-weight: 300; 
      }
      .img-small{
        height: 100px;
      }
      .img-md {
        height: 400px;
      }
      
  
      .img-thumbnail{
        height: 300px;
      }
      @media (max-width: 767px) {
        .img-thumbnail {
          height: 200px;
        }
      }
  
      .nav-white{
        color: white;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
      }
      .table-wrapper {
        overflow-x: auto;
      }
      .card-body {
        display: flex;
        justify-content: center;
      }
      @media (max-width: 767px) {
        .card-body {
          flex-direction: column;
          align-items: center;
        }
      }
      .naranja-fondo {
        background-color:#ff6a39;
      }