
/* noticia */
.FirstCards{
    padding: 2rem 0;
}
.FirstCards .CardFirstX {
    background: #fff;
    height: 350px;
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: 0px 10px 12px 0px rgba(0, 82.36059782608689, 186, 0.1);
    transition: ease .5s;
    margin: .5rem 0;
    cursor: pointer;
}
.FirstCards .CardFirstX:hover{
    margin-top: -5px;
}
.FirstCards .CardFirstX .imgCardX{
    width: 100%;
    height: 120px;
}
.FirstCards .CardFirstX .imgCardX img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    border-radius: .3rem;
    object-fit: cover;
}

.FirstCards .CardFirstX .destalhesCardX {
    /* margin-top: .5rem; */
    padding: 1rem;
}

.FirstCards .CardFirstX .destalhesCardX i {
    margin-right: .5rem;
}

.FirstCards .CardFirstX .destalhesCardX small {
    color: tomato;
}

.FirstCards .CardFirstX .destalhesCardX h3 {
    font-size: 1.2rem;
    margin: .7rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

.FirstCards .CardFirstX .destalhesCardX p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
}

.FirstCards .NewsdoubleX {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}

.FirstCards .NewsdoubleX span {
    text-transform: uppercase;
    font-size: .9rem;
    color: #022F6A;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.FirstCards .NewsdoubleX small{
    color: tomato;
    font-size: 90%;
}
.FirstCards .NewsdoubleX .tracoY {
    display: flex;
    align-items: center;
    justify-content: center;
}

.FirstCards .NewsdoubleX .otherTracoX {
    height: 4px;
    width: 40px;
    background: #008AF4;
    margin: .4rem 0;

}

.TextoNews{
    margin-bottom: 1rem;
    position: relative;
}
.TextoNews ul{
    display: flex;
    align-self: center;
}
.TextoNews ul li{
    font-size: .8rem;
    margin: 0 .5rem;
}
.TextoNews ul li a i{
    margin-left: .3rem;
}


/* ========================================================================
  2.8 Component: Our Team
 ========================================================================== */
 .our-team {
    background: #eee;
  }

  .our-team .team-member {
    border: 1px solid #ea685b;
    max-width: 218px;
    height: 223px;
    overflow: hidden;
}
.our-team img {
    width: 218px;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

  /* .our-team .team-member {
    border: 1px solid #ea685b;
    width: 220px;
    height: 223px;
    overflow: hidden;
  } */

  .our-team .team-member:hover > .team-overlay {
    margin-top: -297px;
    transition: all .85s;
  }
  /* .our-team img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  } */
  .our-team .team-overlay {
    margin-top: 0px;
    width: 220px;
    color: #fff;
    margin-left: -2px;
    position: relative;
  }
  .our-team .team-overlay .info {
    height: 240px;
    padding: 100px 20px 20px 20px;
    background: rgba(231, 76, 60, 0.9);
  }
  .our-team .team-overlay .learn-more {
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    background: #c1392b;
    position: relative;
    cursor: pointer;
  }
  .our-team .description {
    padding: 40px 0;
  }
  .our-team .description h3 {
    text-transform: uppercase;
  }
  .our-team .description .about {
    font-size: 14px;
    color: #555;
  }
  .our-team .description .member-skill {
    display: inline-block;
  }

.slider-thumb::before{
    margin-top: 150px;
    margin-left: 80px;
}