  

.contenedordeequipos{
    width:80%;
    margin-top:10px;
    margin-left:135px;
    margin-right:135px;
    display: flex;
            justify-content: space-between;
            align-content: flex-start;
}

.FotodelJugador{
     width:30%;
      height:100%;
       display: flex;
    justify-content: flex-start;
    align-content: flex-start;
   margin-left:25px;
    }



.FotodelJugador, img{
    border-radius:8px;
    transition: transform 0.2s ease;  
     
    
    }
    
.FotodelJugador img:hover{
      border:1.5px solid grey;
    transform: translate(-2px, -2px); 
     
     
    
    }

.LogodelEquipo{
      width:30px;
      height:100px;
       display: flex;
            justify-content: flex-end;
            align-content: flex-start; 
    }



.LogodelEquipo, img{
    height:150px;
}



.nom-jugador{
    font-family: "qatar2022";
  transition: color 0.3s;  
  font-size:2.5em;  
   text-align: center;
   margin-right:1em;
 
}

.nom-jugador:hover {
  color: #ff0000;
}

 .sub-informacion{
        width:70%;
       display: flex;
            justify-content: flex-end;
            align-content: flex-end; 
   }
   
  

.respuesta{
     margin:0 0 10px 0;
    color:#ff0000;
    font-weight: bold;
    margin-left:5px;
}


.datos-jugador{
  margin:0 0 10px 0;
}

.datos-jugador .datos-jugador, p{
font-size:1em;
    
}    

.datos-jugador:nth-child(1) {
    margin-top: 10px;
}


.respuesta2{
    margin-left:23px;
    color:#ff0000;
    font-weight: bold;  
}

.respuesta3{
    margin-left:20px;
    color:#ff0000;
    font-weight: bold;  
}
.respuesta4{
    margin-left:5px;
    color:#ff0000;
    font-weight: bold;  
}
.respuesta5{
    margin-left:30px;
    color:#ff0000;
    font-weight: bold;  
}
.respuesta6{
    margin-left:7px;
    color:#ff0000;
    font-weight: bold;  
}


.datos-jugador2{
    margin:0 0 10px 0;
}

.datos-jugador2:nth-child(1) {
    margin-top: 10px;
}
.datos-jugador2:nth-child(4) {
    margin-bottom: 0;
}

.info3prin{
    width:50%;
    height:auto;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
     display: flex;
    justify-content: center;
    align-content: flex-start;
}

.info3prin{
     width:500px;
     height:3.5em;
}
.info3{
width:100%;
height:100%;
 border: 1px solid #b3b3b3; 
background-color: #f5f5f5;
border-radius: 10px;
text-align: center;

    
}


@media (max-width: 768px) {
    
    .contenedordeequipos{
    margin-left:30px;
    width:85%;
    height:60px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}

.informacion{
    width:100%;
margin-top:20px;
height:auto;
}

.subinformacion{
    width:100%;
height:auto;
}

.datos-jugador, p.datos-jugador2, p {
  font-size: 1.5em;
}

.LogodelEquipo{
      width:100px;
      height:auto;
       display: flex;
            justify-content: flex-end;
            align-content: flex-start; 
    }
 .FotoJugador{
       width:70%;
    height:100px;
     display: flex;
    justify-content: flex-start;
    align-content: flex-start; 
    }

 .FotoJugador, img{
         width:50%;
    height:100%;
      display:flex;
   text-align: right; 
        
    }
    
    .nom-jugador{
        height:50%;
  transition: color 0.3s;  
  font-size:2em; 
  display:flex;
   text-align: right;
   }
   
   .equipo, .Jjugados{
      margin-top:5px; 
   }
   
   .azul{
    margin-top:15px;
    
   
}

.Ncamiseta{
    margin-bottom:0;
}

.info2{
    height:197px;
}



}
