/*
*****GRUPO WALWORTH*****
Departamento: Mercadotecnia
Lider del Proyecto: Apolo Rodriguez
Desarrollador: Hector Garcia
Diseñador: Mauricio Rojas
Octubre 2018
Version beta
*/

.pwal{
  color:white;

}
.desk{
  text-align: center;
}

.imgwal{
  width:256px;
}

select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea,span{

transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;

letter-spacing: 1px;
}

.sd{display:inline-block;}


.nw{
  width: auto;
  min-height: 450px;
  background: url(../images/banner1.png) no-repeat 0px 0px;
  background-size: cover;
}
.imgtit{
  width: 40%;
  text-align: center;
  margin: 0 auto;
}
.header-outs {
position: relative;
}
a {
color: #fff;
text-decoration: none;
}
.team-member, .team-member .team-img {

height: 250px;
display: flex;
justify-content: center;
align-items: center;
}
.team-member {
overflow: hidden;
}
.team-member, .team-member .team-img {

height: 250px;
display: flex;
justify-content: center;
align-items: center;
}
.team-hover {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 0;
width: 100%;
border-radius: 25px;
/*border:8px solid #E2231A;*/
/*background-color: rgba( 213, 216, 220 , 0.85);*/
background-image: url("../images/gptb.jpg");
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
top: 0%;
}
.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(-5%);
-webkit-transition: all 0.3s 0.2s;
transition: all 0.3s 0.2s;
padding: 0 20px;
line-height: 10px
}
.team-member:hover .team-hover .s-link {
bottom: 22%;
}
.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: 0;
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 h4 {
text-align: center;
color: #000;
font-size: 20px;
font-weight: 600;
}
.team-member .s-link a {
color: #333;
font-size: 16px;
}
.team-title {
position: static;
padding: 20px 0;
display: inline-block;
letter-spacing: 2px;
width: 100%;
}
.team-title h5 {
margin-bottom: 0px;
display: block;
/* text-transform: uppercase; */
font-size: 21px;
color: #d40000;
}
.team-title span {
font-size: 12px;
color: #000000;
}
.s-link ul li a span {
color: #000;
width: 42px;
background: transparent;
height: 40px;
line-height: 39px;
border-radius: 20px;
font-size: 32px;
margin: 0px 2px;
color: white;
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
}
.s-link ul li a span {
width: 39px;
height: 38px;
line-height: 38px;
}
.team-hover {
width: 80%;
}
.team-title h5 {
font-size: 20px;
}
.team-hover {
width: 100%;
}
.desk h4 {
font-size: 19px;
}
.team-list-team {
width: 50%;
}

@media only screen and (max-width: 767px) {
  .team-list-team {
  width: 100%;
  height: 370px;
  }
}
@media only screan and (max-width: 375px){
  .team-hover .desk {
    line-height: 10px
  }
}
