.v-line {
  border-left: 7px solid #d7282f;
  height: 100%;
  right: 100%;
  position: absolute;
  border-radius: 6px 6px 6px 6px;
}

.h-line {
  display: block;
  height: 1.5px;
  max-width: 452px;
  border: 0;
  border-top: 1px solid #d7282f;
}

.border-cards {
  border-radius: 11px 11px 11px 11px;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  border: 0px solid #000000;
}

.shadow-card {
  box-shadow: 6px -8px 28px -1px rgba(0, 112, 186, 0.54);
}

.card-vacante {
  background: white;
  text-decoration: none;
  color: #444;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  top: 0;
  transition: all 0.1s ease-in;
}

.btn-mostrar-vacante:hover {
  background-color: #003053 !important;
  color: white !important;
}

.card-title-uvm {
  color: #FFFFFF;
  font-weight: bold;
}

.title-card-uvm-blogs {
  color: #1B1C20 !important;
  font-weight: bold;
}

.card:hover {
  box-shadow: 6px -8px 12px -1px rgba(0, 112, 186, 0.54);
  top: -2px;
  transform: translateY(-20px);
}

article {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vacante-title {
  font-size: 15px;
  text-decoration: none;
  margin: 0;
  color: #d7282f;
  float: left;
}

.vacant-container {
  max-width: 800px;
  margin: auto;
}

.vacant-content {
  float: left;
  padding: 10px;
  width: 25%;
  box-sizing: border-box;
  text-overflow: fade;
}

.vacant-content .vacante-title {
  min-height: 80px;
}

.vacant-content p {
  min-height: 150px;
}

.prestaciones {
  background: rgb(178, 34, 39);
  /* background: -webkit-gradient(left top, right top, color-stop(0%, rgb(198, 220, 236)), color-stop(48%, rgb(198, 220, 236)), color-stop(62%, rgb(198, 220, 236)), color-stop(78%, rgb(198, 220, 236)), color-stop(100%, rgb(182, 211, 231)));
   background: linear-gradient(to right, rgb(198, 220, 236) 0%, rgb(198, 220, 236) 48%, rgb(198, 220, 236) 62%, rgb(198, 220, 236) 78%, rgb(182, 211, 231) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6dcec", endColorstr="#b6d3e7", GradientType=1);*/
}

.title-historias-exito {
  font-size: 38px;
  color: #1B1C20;
}

.subtitle-historias-exito {
  font-size: 29px;
  color: #FFFFFF;
}

/*
iconos
 */
.flexContainer {
  display: flex;
  align-items: center;
}

.customSpan {
  margin: 0 0 4px 4px;
}

.customIcon {
  color: #1B1C20;
  font-size: 25px;
}

.icon-plan-desarrollo {
  color: #FFFFFF;
  font-size: 30px;
}

#counter-content {
  color: #d7282f;
}

/*
Inputs de busqueda
 */
@media screen and (max-width: 412px) {
  .input-vacante {
    width: 15px;
    height: 15px;
  }
  .select-campus {
    width: 15px;
    height: 15px;
    background-color: #d7282f;
  }
}
@media screen and (max-width: 412px) {
  #counter-content {
    align-content: center;
    left: 45px;
  }
  #demo {
    color: #d7282f;
  }
}
@media screen and (max-width: 412px) {
  .inputs-search {
    border-color: #d7282f;
  }
  #busqueda {
    border-radius: 20px;
  }
  .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
  }
}
.btn-uvm-carousel {
  background-color: #d7282f;
  color: #1B1C20;
}

/*
test
 */
#counter-content {
  align-content: center;
  color: #d7282f;
}
