#equipo .tit-1 {
    font-weight: bold;
    color:#EB6419;
    font-size: 16px;
    text-align: center;
}

#equipo .sub-1 {
    text-align: center;
    margin-top: -5px;
    font-size: 24px;
    color: #3C3C3B;
}

#equipo .text-1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #747472;
    margin-bottom: 25px;
    text-align: center;
}

#equipo .cuadrito {
    text-align: center;
    font-size: 13px;
    color: #EB6419;
    margin-top: -10px;
    margin-bottom: 15px;
}

#equipo img {
    width:100%;
}

#equipo .team-grid {
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    
    /*border: 2px solid #fff;
    box-shadow: 0 2px 5px 0 rgba(104, 97, 97, 0.16), 0 2px 10px 0 rgba(204, 200, 200, 0.12);*/
    padding: 30px 30px 0;
    margin: 10px 0;
}

#equipo .team-img {
    position: relative;
}

#equipo .team-img:hover .overlay {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
    
    resize: none;
    overflow: auto;
}

#equipo .team-img .overlay {
    padding: 60px 30px;
}

#equipo .overlay {
    background: rgba(13,77,115,0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}

#equipo .team-grid h5 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

#equipo .team-grid .cargo{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #EB6419;
    margin-bottom: 20px;
}

#equipo .team-grid .bio {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: normal;

}

#equipo .team-grid h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #1786C8;
    margin: 10px 0 5px;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}


#equipo .team-grid span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #747472;
}



/*------------RESPONSIVE------------*/

@media (min-width:480px) {
    
    #equipo .team-img .overlay {
        padding: 30px 30px;
    }
    
    #equipo .team-grid {
        padding: 20px 20px 0;
    }      
}

@media (min-width:1024px) {
    
    #equipo .team-grid {
        padding: 30px 30px 0;
    }   
}

/*------------RESPONSIVE------------*/

