#unidad {
    /* position:fixed; */
    /* bottom: 15px; */
    text-align: left;
    width: 100%;
    align-items: start;
    /* color: blue; */
    /* background-color: blueviolet; */
}


.bg-black {
    background-color: #000000 !important;
  }

  .text-wh {
    color: #fff;
    font-size: 25px;
  }

  .texto-naranja{
    color: #f07c0f;
    font-size: 20px;
    font-weight: 500;
  }

  .title-wh{
    color: #fff;
  }

  .img-valores {
    /* border-radius: 12px;
    transition: opacity 0.5s ease 0s; */
    max-width: 100%;
  }

  .video-inspec {
  opacity: 1;
  max-height: 100%;
  }

@media screen and (max-width : 767px)
{
  .texto-sm
  {
    font-size:20px;
  }

  .texto-nom{
    display: block;
  }
}

.card-contact{
  opacity: .5;
}

.text-description{
  font-weight:bolder!important;
}

.fondo-servicios{
  background-color: rgba(205, 203, 203, 0.2);
}

.cargo{
  margin-top: 2px;
  font-weight: bold;
  font-size: 15px;
}