.containePartners{
    background-image: url(../imgs/productos/Consultoria/Consultoria\ \(1\).jpg);
    background-color: rgba(0, 0, 0, .5);
   /* width: 100;*/
    background-size: cover;
}
.cardP{
    border-style: solid;
    border-color: white;
    border-radius: 10px;
    border-width: 2px;
    height: 10vw;
   
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cardP >img{
max-width: 100%;
max-height: 100%;
}
.conte{
    background-color: rgba(0, 0, 0, .5);
    padding-top: 75px; 
    padding-bottom: 75px; 
}
.cardPSectores{
    border-style: solid;
    border-color: black;
    border-radius: 10px;
    border-width: 1px;
    height: 200px;
   
   
    
}