.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    font-weight: normal;
}a
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
    height: 250px;
}
.team-member, .team-member .team-img img {

    height: 250px;
}
.team-member {
    overflow: hidden;
    cursor: pointer;

}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding-top: 15px;
    background-color: rgba(9, 134, 104, 0.8) !important;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
    color: #fff;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #ffffff !important;

}
.team-member:hover .team-hover .s-link {

}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 40px;
    width: 100%;
    opacity: 0;

    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;

    font-size: 16px;
}
.team-title {
    position: static;
    padding: 10px 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    border-top: 1px solid rgba(9, 134, 104, 0.7);

    width: 100%;
    height: 80px;
    vertical-align: middle;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    line-height: 23px;
    color: rgba(30, 31, 95, 1) !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;

}
.proximo-taller{
    height: 65px;
    width: 65px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
}


.s-link .btn-black{
    color: #fff  !important;
    background-color: #333333 !important;
    border-color: #333333  !important;
    padding: 17px 30px   !important;
}
.text-ul{
    margin-bottom: 7px;
}
.box-product{
    margin-bottom: 35px;
}