/* @group team */
section{
  padding: 60px 0;
}
section#principal{
  padding: 0;
  margin-top:-1px;
  /*border-bottom: 1px solid #ddd;*/
  background:#fff;
}
section#team{
  padding: 0;
}
section h1{
    margin-bottom: 20px;
}
h1.title_page{
  padding: 30px 0;
  text-align: center;
  margin:0;
}
section#principal .spakers{
  min-height: 450px;
  /*border-bottom: 1px solid #ddd;*/
}
/* @group hover effects */
#team-content{
  min-height: 800px;
}
#team-content #team{
  position: relative;
}
.team .view {
   width: 14.28%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
   -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
   box-shadow: 0 1px 4px rgba(0,0,0,0.2);
   cursor: default;
   background: #eee;
}
.team_members{
  background-color: #e9e9e9;
}

.team .view .mask,.view .content {
   width: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.team .view img {
   display: block;
   position: relative;
}
.team h2{
  padding: 10px 0;
  margin-bottom: 24px;
  font-weight: 200;
  font-family: HelveticaNeue-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
}
.team .view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 15px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  font-size: 15px;
}
.view h2 span{
   text-transform: capitalize;
   font-size: 15px;
}
.team .view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 15px 15px;
   text-align: center;
   text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.team .view p span{
    font-weight: bold;
   font-size: 13px;
   font-style: normal;
   display: block;
   line-height: 1.3em;
}

.team .view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #9cbe26;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1);
   -moz-box-shadow: 0 0 1px rgba(0,0,0,0.1);
   box-shadow: 0 0 1px rgba(0,0,0,0.1);
   border-radius: 3px;
   font-size: 11px;
   font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.team .view a.info:hover {
   -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
   box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
/* @group translate and rotate */
.team .view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   width: 100%;
}
.team .view-fifth .mask {
   background-color: #eee;
   -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.team .view-fifth h2 {
   background: transparent;
   color: #293A43;
   padding:10px 10px 0;
}
.team .view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #333;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: 300;
}
.team .view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.team .view-fifth:hover img {
   -webkit-transform: translateX(300px);
   -moz-transform: translateX(300px);
   -o-transform: translateX(300px);
   -ms-transform: translateX(300px);
   transform: translateX(300px);
}
.team .view-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}


.loading {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #749201;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
    margin: 44px auto;
}
.brain_sticky{
  position: absolute;
  width:50%;
  height: 1px;
  z-index: 2;
  right: 0;
  top:-110px;
}
.img_brain{
  width: 775px;
  position: absolute;
  top: 0px;
  left: 200px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* @end */

/* @end */

@media screen and  (max-width: 1199px){
  .team .view {
     width: 20%;
  }
}
@media screen and  (max-width: 992px){
  .team .view {
     width: 25%;
  }
  .team .view h2{
    font-size: 14px;
  }
  #principal p {
      font-size: 1em;
      line-height: 1.2em;
      padding-top: 8px;
  }
}
@media screen and  (max-width: 768px){
  .team .view {
     width: 50%;
  }
  .team .view h2{
    font-size: 15px;
  }
  #principal p {
      font-size: 1.1em;
      line-height: 1.2em;
      padding-top: 10px;
  }
  .img_brain{
    left: 50px;
  }
}
