
.team-container {
    width: 100%;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.team-card {
    width: 100%; 
    text-align: center;
}
.team-card h6{
     color: #7a7a7a;
     font-weight: normal
 }
 .team-card > p{
     color: #ff822f;
     font-weight: 450
 }
.team-container i{
    font-size: 50px;
}
.team-info {
    margin-top: 15px;
}
.nav.nav-tabs.nav-nuestro-equipo{
    margin-bottom: 30px;
    border: none;
}
.nav-tabs-paises{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
ul.nav.nav-tabs.nav-nuestro-equipo > li > a {
    padding-left: 40px;
    padding-right: 40px;
    color: black;
}
ul.nav.nav-tabs.nav-nuestro-equipo > li.active > a{
    border: none;
    background-color: #f68700;
    color: white;
    border-radius: 0;
    font-weight: 500;
}