﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,800");
.anunciar-vagas {
  font-family: 'Segoe UI', Calibri, 'Open Sans' !important;
  font-size: 16px;
  box-sizing: border-box;
}

.anunciar-vagas .green-btn {
  text-decoration: none;
  color: #fff;
  margin: 40px auto;
  display: inline-block;
  background: #6bb22a;
  border: 1px solid #548c20;
  border-radius: 4px;
  font-size: 1.5em;
  line-height: 44px;
  font-weight: bold;
  padding: 0 15px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.anunciar-vagas .green-btn:hover {
  background: #548c20;
}

.anunciar-vagas .txt-center {
  text-align: center;
}

.anunciar-vagas .header {
  background-image: url("/empresas/Content/themes/default/img/Views/Planos/anunciarvagas.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 420px;
}

.anunciar-vagas .header h1 {
  box-sizing: border-box;
  font-size: 2.2em;
  font-weight: 300;
  color: #023865;
  width: 984px;
  margin: 0 auto;
  padding: 70px 0 0 80px;
}

.anunciar-vagas .header h1 strong {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}

.anunciar-vagas .page-cnt {
  font-family: Calibri, 'Segoe UI', 'Open Sans' !important;
  width: 984px;
  margin: 0 auto;
}

.anunciar-vagas .page-cnt h2 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: normal;
  margin: 40px 0 50px;
}

.anunciar-vagas .page-cnt h3 {
  font-size: 1.375em;
  line-height: 1em;
}

.anunciar-vagas .page-cnt h4 {
  font-size: 1.750em;
  margin-bottom: 90px;
}

.anunciar-vagas .page-cnt ul {
  list-style: none;
  font-size: 1.125em;
}

.anunciar-vagas .page-cnt ul li {
  line-height: 1.3em;
}

/*//legado
.container-anunciar-vagas {
  width: 984px;
  margin: 0 auto;
  padding-bottom: 50px;
  h1 {
    margin-top: 24px;
    margin-bottom: 0;
    line-height: 31px;
  }
}

.conteudo {
  width: 984px;
  height: 351px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 37px;
  ul {
    padding: 2px 0 0 0;
    margin: 18px 0 0 0;
    list-style: none;
  }
  li {
    line-height: 22px;
    padding-left: 31px;
    margin-bottom: 8px;
    background-position-y: 3px;
  }
}

.texto {
  font-size: 14px;
  line-height: 16px;
  margin-top: 16px;
}

.text-intro {
  font-size: 24px;
  line-height: 30px;
}

.lista-anunciar-vagas {
  font-size: 18px;
  line-height: 34px;
}

.centraliza {
  width: 984px;
  margin: 0 auto;
  text-align: center;
}

.anuncie {
  margin: 12px 0 39px 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

.mudacor {
  color: #1197d5;
}

.txtbtn {
  font-size: 16px;
}
//legado*/
@media screen and (max-width: 1000px) {
  .anunciar-vagas .header {
    background-position: 63% 0;
  }
  .anunciar-vagas .header h1 {
    width: 100%;
    padding: 10px 15px 0 15px;
  }
  .page-cnt {
    width: 100% !important;
    padding: 10px 15px 0 15px;
  }
}
