.speciality{
    padding: 2%;
    text-align: center;
    color: white;
    background: #95C11F url(../images/infra-texture-fondo.png) no-repeat center center;
}
.content-img img{
  border-radius: 50%;
  border: 1px solid #95C11F;
}
.info{
  padding: 3%;
  background-color: transparent !important;
  border: 0px !important;
}
.item .name{
  color: #114071 !important;
}
.title{
  color: #95C11F !important;
}
.item img{
  border: 1px solid#95C11F !important;
  width:80%;
}
.card-text{
  color: #777777 !important;
}
.title-content-team{
  color: #114071 !important;
  padding: 5%;
}
.dicen{
  color: #114071 !important;
  font-weight: 800 !important;
  font-size: 1.2rem;
}
.subtitulo2{
  color: #114071 !important;
  font-weight: 600 !important;
  padding: 3%;
}
.nombre{
  color: #114071 !important;
}
.psm{
  color: #95C11F!important;
  list-style: disclosure-closed;
  margin-bottom:5%;
}
.psm li{
  margin-left: 0.7em;
  margin-right: 0.7em;

}
.psm li p{
  color: #777777 !important;
}
.card-deck {
  margin-top: 10rem;
}

.card-home {
  background-image: url("https://cdn.shopify.com/s/files/1/0408/5792/7834/files/redux-bg-A-4_522x.jpg") !important;
  color: white !important;
}

.cards-icons {
  background: -webkit-linear-gradient(#5ea7eb, #438dd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: -10%;
}

.cards-equipos {
  background-image: url("https://cdn.shopify.com/s/files/1/0408/5792/7834/files/Better_400x.jpg") !important;
  color: white !important;
}

.my__img {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -33px;
}
#content-body{
  color: #777777;
}
#content-body div{
  color: #777777;
}
#content-body h4{
  color: #114071;

}
#content-body p{
  font-size: 14.4px;

}
#content-body h3{
  color: #114071;

}
#content-body ul{
  list-style: none ;
}
#content-body ul li{
  color: #777777!important;
}
#content-body ul li::before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #95C11F!important; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em;
}
.btn-submit{
  background-color: #95C11F;
  color: #fff;
  border: 0px;
}
.btn-submit:hover{
  background-color: #627e16;

}
h4, h3, h5{
  color: #114071;
}
