

body {background: black;}

.container {
max-width: 1290px;
}

p, h1, b, span,h2,h3,h4,h5,h6,label,button,select {  font-family: "Urbanist", sans-serif;}

#sombra { width: 100%;
    height: 750px;
    position: absolute;
    top: 0;
    background: url(images/sombra.svg) no-repeat;
    z-index: 99;
    background-size: cover; }
      
header { width: 100%;
    height: 85px;
    padding: 15px;
    position: relative;
    display: block;
    float: left;
    z-index: 99999999999;
    background: rgb(255, 255, 255);
    background: linear-gradient(91deg, rgb(24 25 30) 0%, rgb(34 41 52) 100%);
    box-shadow: 0px 5px 0px 0px #161a27; }


    .criar-vaga {
      margin: 0;
      margin-right: 20px;
      padding: 5px 25px;
      position: relative;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      background: #0051ff;
      border: 1px solid #0051ff;
      overflow: hidden;
      border-radius: 4px;
      float: right;
      transition: 0.3s;
     
  }

  .criar-vaga:hover {    border: 1px solid #0943be;
    background: #0943be;}
  .criar-vaga:hover p{ color: #fff;}
  .criar-vaga:hover figure{     background: #1b1e2c6e;
    border: 1px solid #1b1e2c00; }

  .criar-vaga figure {
    border: 1px solid #007cff;
    width: 32px;
    height: 32px;
    position: relative;
    display: block;
    float: left;
    background: #007cff;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    margin: 0 15px 0 0;
    transition: 0.3s;
}

.criar-vaga p {
  color: #ffffff;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
  letter-spacing: -1px;
}


   
      .tag-perfil {
        background: none;
        border: 1px solid #0076ff24;
        border-radius: 6px;
        padding: 10px 15px;
        margin: 3px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        float: right;
   
  }

  .tag-perfil .menu-item {    margin: 0 0 0 10px ;
    width: 32px;
    height: 32px;
    background: #2f4154;}

  .tag-perfil figure { width: 20px; border-radius: 4px; margin: 0; height: 24px; float: left; display: block; position: relative;}
  .tag-perfil p {font-size: 14px; color: #dfeeff; 
    font-weight: bold; margin: 2px 0;float: left;  margin-left: 5px; display: block; position: relative;}


    .logo { width: 100%; }
    .logo figure{ width: 100%; }
   

.menu {
  width: 80px;
    background: #18191E;
    padding: 15px;
    padding-top: 5%;
    height: 2000px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    border-right: 1px solid transparent;
    border-image: linear-gradient(to bottom, #007CFF 0%, #FF005C 70%);
    border-image-slice: 1;
}

.menu-item {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  cursor: pointer;
  position: relative;
  background: #1e273f80;
    border-radius: 4px;
    transition: 0.3s; border: 1px solid #1e273f;
}


.menu-item:hover {    border: 1px solid #008eff; background:#18191E;}

.menu-item:hover svg {fill: #0081ff;}

.menu-item svg {
  width: 24px;
  height: 24px; transition: 0.3s;
  
}

.menu-item[data-tooltip]::after {
  content: attr(data-tooltip);
    position: absolute;
    top: 50%;
    left: calc(100% + 8px);
    transform: translateY(-50%);
    padding: 8px;
    background-color: #153c76;
    border: 1px solid #0368FF;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
    display: none;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
}

.menu-item:hover::after {
  display: block;transition: 0.3s;
}


@media only screen and (max-width: 1400px) {

  header {
    height: 70px;
    padding: 13px 10px;
    overflow: hidden;
} 
.tag-perfil {
  
  background: none;
  border: 1px solid #0076ff24;
  border-radius: 6px;
  padding: 4px 8px;

}

  .criar-vaga {    padding: 2px 15px;}
  .criar-vaga p {    font-size: 14px;}

  .logo figure {
    width: 140px;
    margin: 0;
}

.logo figure img {width: 100%;}



}
