/*----------------------------------------*/
/*  1.  Theme default CSS
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {
    margin:0 0 15px;
    font-family: "Roboto",sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #ec4445;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
  font-family: 'Montserrat', sans-serif;
}


/*----------------------------------------*/


a {transition: all 0.3s ease 0s;text-decoration:none;}
 

/*=========================== team css hear ======================================*/

.envolturaSeccion {margin-top:-45px; background-color:#FFF}

.team_banner_bg {

}
.team_banner_bg::before {

}
.team_banner_bg .gt_sub_banner_hdg > h2 {
  
}
.image > img {
  width: 100%;
}
h2.nombreSeccion {
color: rgba(0,0,0,.6);
background-color: #6e6e6e;
text-shadow: rgba(255,255,255,.2) 3px 2px 3px;
text-align:center; margin-top:-140px;
font-size:72px;
	
	}
.staff-area {
	
}
.staff-tab-list {
  background-color:rgba(255,255,255,.5);
  margin-bottom: 25px;

}
.staff-tab-list li {
  display: inline-block;
  float: none;
  margin: 0 15px 9px;

}
.nav-tabs > li > a {
  border: 1px solid transparent;
  
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right: 2px;
  margin-bottom:-10px;
  
  
}
.staff-tab-list li.active a,.staff-tab-list li.active a:hover,.staff-tab-list li.active a:focus {
	background-color:#FFF;
	cursor: pointer;
	text-decoration:none;
}

.staff-tab-list li.active{
    
	border: medium none;
	
	
}
.staff-tab-list li a {
 background-color:rgba(255,255,255,.5);
  color: rgba(0,0,0,.5);;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  
  text-transform: capitalize;
  font-weight: 600;
  pading-bottom:10px;
  text-decoration:underline
}
.staff-tab-list li a:hover {
  background-color:rgba(255,255,255,.8);
  border: 1px solid transparent;
}
a:focus {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}
:focus {
  outline: 0 solid;
}
.staff-item .content {
  background-color: #454545;
  overflow: hidden;
  padding: 0 24px;
}
.staff-item .content .details {
  float: left;
  padding: 18px 0;
}
.staff-item .content .details h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.staff-item .content .details h4 a {
  color: #ffffff;
}
.staff-item .content .details h4 a:hover {
  color: #ffc61c;
}
.staff-item .content .details p {
  color: #c9c9c9;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}
.staff-item .content h2.num {
  border-left: 1px dashed #eee;
  color: #ffffff;
  float: right;
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  padding: 25px 0 25px 20px;
}
.staff-item {
  margin-bottom: 30px;
}




