
/************************************/
/** equipo 							*/
/************************************/

.team-nav{
	display: flex;
}

.team-groups-content{
	margin-bottom: 20px;
}

.team-players-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid orange;
    padding-bottom: 10px;
    padding-top: 10px;
}

.team-players-name{
	font-size: 12px!important;
	font-weight: bold;
}

.team-players-license{
	font-size: 12px!important;
}

.team-content{
    margin-bottom: 5px;
}

.team-title{
    text-align: center;
    padding: 15px;
}

.team-title h3{
    text-align: center;
    padding-bottom: 0px;
}

.team-nav-item{
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    border-bottom: 4px solid #e5e5e5;
    margin: 1px;
}

.team-nav-item:hover{
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    border-bottom: 4px solid #9b9b9b;
    margin: 1px;
}

.team-header-img{
    display: flex;
    margin: auto;
}

.team-header{
	
}