
div.general{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    margin-left:auto;
    margin-right:auto;
}

div.general{
    justify-content: center;
}

div.general div.contenedor{
    flex:1 1 auto;
    min-width:390px;
    max-width:390px;
    margin-bottom:40px;
}

div.general div.tarjeta .imagen2{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
}

div.general div.tarjeta{
    min-width: 300px;
    text-align:center;
    border:1px solid #ddd;
    overflow:hidden;
    box-shadow:0 0 70px rgba(27,69,91,.2);
    margin: 30px;
}

div.general div.imagen1 {
    width: 100%;
    height: 200px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

div.general .tarjeta:hover .imagen2{
    background-color:rgba(0,122,190,0.7);
}
div.general .tarjeta:hover{
    background-color:#f1f2f4;
}
div.general a.icono:before{
    font: 48px 'thegem-icons';
    color:#fff;
}
div.general a.share:before{
    content:'\e65c';
}
div.general a.link:before{
    content:'\e65b';
}
div.general .iconos{
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display:none;
}

div.general .tarjeta:hover .iconos{
    display: flex;
}
.oculto{
    display:none;
}

div.general .compartir {
    position: absolute;
    bottom: 42px;
}

div.general .compartir a{
    color:#fff;
    margin-top:20px;
}
div.general .socials-item-icon{
    font-size:20px;
}

div.general .title.title-h4{
    font-size:18px;
    margin-bottom:0;
}

div.general div.separador hr{
    border: 1px solid #007abe;
    width:20%;
    margin-top:5px;
    margin-bottom:0;
}

div.general div.descripcion {
    min-height:50px;
    width:90%;
    margin: 35px auto;
}

div.general div.descripcion p{
    color:#000;
}

.team-person-email a::before {
    content: '\e608' !important;
}
.team-person .team-person-phone{
    font-size: 19px;
}

div.team-person-email a.ng-binding {
    color: #007abe;
}

.team-person-position {
    margin: 0 0 20px !important;
  }

  .team-person:hover{
      background-color: #fdfdfd !important;
  }

  .team-person{
    background-color: rgb(241, 242, 244); 
    border: 2px solid rgb(241, 242, 244); 
    margin:40px 20px;
  }

  .team-person-position{
      min-height: 50px;
  }

/* Estilos tarjetas enlaces de interes */
.enlaces-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .enlaces-card {
    background-color: rgb(241, 242, 244);
    border: 1px solid rgb(241, 242, 244);
    padding: 30px;
    margin: 25px;
    display: flex;
    max-width: 500px;
    min-width: 200px;
    width: 500px;
  }
  
  .enlaces-card:hover {
    background-color: #fdfdfd !important;
  }
  
  .enlaces-imagen-container {
    display: flex;
    margin-right: 20px;
  }
  
  .enlaces-imagen {
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .enlaces-info-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  
  .enlaces-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  
  .enlaces-titulo-container {
    margin-bottom: 5px;
    width: 100%;
  }
  
  .enlaces-titulo-container h1 {
    font-family: 'Source Sans Pro';
    font-size: 24px;
    font-weight: 300;
    color: rgb(60, 57, 80);
    line-height: 28px;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .enlaces-descripcion-container {
    margin-bottom: 10px;
    width: 100%;
  }
  
  .enlaces-descripcion-container span {
    font-family: 'Source Sans Pro';
    font-size: 17px;
    color: rgb(153, 169, 181);
    font-weight: 400;
  }
  
  .enlaces-telefono-container {
    margin-bottom: 10px;
    width: 100%;
  }
  
  .enlaces-telefono-container a {
    color: #007abe;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 25px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Montserrat';
  }
  
  .enlaces-web-container {
    margin-bottom: 10px;
    width: 100%;
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .enlaces-web-container a {
    font-family: 'Source Sans Pro';
    font-size: 17px;
    color: #007abe;
    font-weight: 400;
    line-height: 25px;
  }
  
  .enlaces-web-container a:before {
    content: '\e608' !important;
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-right: 10px;
    color: inherit;
    vertical-align: top;
  }
  
  @media(max-width: 675px) {
    .enlaces-cards {
      width: inherit !important;
    }
    .enlaces-card {
      flex-direction: column;
      padding: 15px;
      margin: 20px 0;
    }
    .enlaces-imagen-container {
      display: flex;
      margin-bottom: 20px;
      justify-content: center;
    }
    .enlaces-titulo-container h1 {
      font-size: 20px;
    }
    .enlaces-descripcion-container span, .enlaces-telefono-container a, .enlaces-web-container a {
      font-size: 16px;
    }
  }