/* Add here all your css styles (customizations) */
.header .logo img {
  width: 15%;
  background-color: #FE0034;
  padding: 5px;
}
.estilos-depto{
  width: 50%;
  height: 160px;
  background-color: #fe0034;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
  padding-right: 25px;
}
.texto-depto{
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  /*display: table-cell;*/
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
}
.contenedor-vacante {
  padding: 5px;
  border: 1px solid #9C9C9C;
  border-radius: 5px;
  min-height: 345px;
}
.sky-form .toggle input:checked + i:after {
  content: 'SI';
}
.sky-form .toggle i:after{
  content: 'NO';
}
.areas-adscripcion{
  font-size: 14px;
}
#publicado-table{
  border: none;
}
form#publicado-table > label > i {
  right: 25px;
}

@media (max-width: 768px) {
  .estilos-depto{
    width: 50%;
  }
}