strong { font-size: 22px}

#equipe { text-align: center !important; }
#equipe .team-layout-1 {
    background: #f9fafb;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#equipe .team-layout-1 .team-member {
    position: relative;
    overflow: hidden;
}
#equipe .team-layout-1 .team-member img {
    vertical-align: middle;
    width: 100%
}
#equipe .team-layout-1 .team-member .team-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 10px;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
#equipe .team-layout-1 .team-member .team-content p {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    margin: 0;
}
#equipe .team-layout-1 .team-member .team-content .titulos{
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
#equipe .team-layout-1 .team-member .dept-title,
#equipe .team-layout-1 .team-member .dept-title2{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 5px 20px 5px;
    padding-bottom: 10px;
    color: #a6ddef;
}
#equipe .team-layout-1 .team-member .dept-title2 { color: #d6f1fc }
#equipe .team-layout-1 .team-info {
    padding: 5px 12px;
    text-align: center;
}
#equipe .team-layout-1 .team-social-share {
    margin: 10px 5px;
    padding: 10px 5px 7px;
}
#equipe .team-layout-1 .team-social-share i {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    margin: 0 2px;
    text-align: center;
    color: #018ff3;
    border: 1px solid #cccccc;
    background: rgba(255, 255, 255, 0.9);
}
#equipe .team-layout-1 .team-social-share a:hover {
    color: #0171c0;
}
#equipe .team-layout-1:hover .team-member .team-content {
    transform: scale(1);
}