/* Modern Template Overrides */
:root {
  /* Legacy variables for backward compatibility */
  --secondary-color: #329787;
  --main-color: #084775;
  
  /* Modern design system variables */
  --primary-color: #2563eb;
  --primary-dark: #1d4ed8;
  --primary-light: #3b82f6;
  --secondary-color-modern: #64748b;
  --accent-color: #f59e0b;
  --success-color: #10b981;
  --warning-color: #f59e0b;
  --danger-color: #ef4444;
  --background-color: #f8fafc;
  --surface-color: #ffffff;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --border-color: #e2e8f0;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
}

/* Modern body styles */
.modern-body {
  overflow: auto !important;
  background-color: var(--background-color) !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  line-height: 1.6;
  color: var(--text-primary);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Modern button styles */
.btn-btfl {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
  border: none;
  color: white;
  padding: var(--spacing-sm) var(--spacing-lg);
  border-radius: var(--radius-md);
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.btn-btfl:hover {
  background: linear-gradient(135deg, var(--primary-dark), #1e40af);
  color: white;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

/* Legacy compatibility */
html,
body {
  min-height: 100vh;
  min-width: 450px;
}

#mainBlock{
  margin: auto;
}

body {
  overflow: hidden;
  background-color: #dbe9ff30;
}

header {
  background-color: white;
  border-bottom: 1px solid #d9d9d9;
}
/* header  */
.bg-destaque {
  /* background-color: #F8F8F8; */
  /* background-color: #f8f8f8; */
  /* padding-top: 50px;
  padding-bottom: 50px; */
}
#nav-superior {
  height: 38px;
  background-color: var(--main-color);
}
#nav-inferior {
  height: 76px;
  background-color: #ffffff;
}
.img-logo {
  width: 112px;
}
.logo-nf {
  width: 23px;
  margin-top: auto;
  margin-bottom: auto;
}
.nv-sp {
  color: #fff;
}
.nv-titulo {
  color: #343434;
}
li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
  font-size: 10pt !important;
}
li a:hover {
  color: rgb(228, 224, 224);
}
.nav-a li {
  list-style: none;
}
#navegacao {
  margin-top: 166px;
}
.d-social {
  width: 30px;
  height: 30px;
}
.a-social {
  color: #343434;
}
.a-social:hover {
  color: #0d578e;
}
a {
  text-decoration: none;
}

/* template */
.s-nav {
  height: 78px;
  width: 78px;
  border-style: solid;
  border-color: #0d568e52;
  background-color: #d9d9d9;
}

.s-nav-active {
  border-style: solid;
  border-color: var(--secondary-color);
}
.img-destaque {
  width: 786px;
  height: auto;
}
.img-destaque img {
  border-radius: 1.8rem;
}
.banner_img_destaque {
  height: 300px;
  width: 800px;
}
.text-destaque {
  flex-grow: 1;
  text-align: justify;
}
.time {
  font-size: 9pt;
  color: #8a8a8a;
}
p,
h5,
ul {
  margin: 0;
}
.btn-details {
  color: #0d578e !important;
  border-color: #0d578e !important;
  transition: 0.25s ease-in-out;
}
.btn-details:hover {
  background-color: #0d578e !important;
  color: #fff !important;
}
.c-img {
  height: auto;
  width: 279px;
}
.banner-img {
  height: 101px;
  border-radius: 10px;
  width: 279px;
}
.c-text {
  padding: 20px;
  height: 66%;
}
.curso-text {
  padding: 10px 10px;
}
.cursos-text {
  padding: 10px 10px;

  /* background-color: #343434; */
}
.d-img {
  /* height: 229px; */
  width: 229px;
}
.det-img {
  width: 100%;
}
.item {
  margin-bottom: 30px;
  width: 280px;
  /* height: 100%; */
  padding-top: 0px;
  /* padding-bottom: 15px; */
  border-radius: 10px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
#esp {
  margin-top: auto;
  margin-bottom: 20px;
  padding-left: 9.5rem;
  padding-right: 9.5rem;
  font-size: 26px;
}
#esp-2 {
  padding-left: 3.8rem;
  padding-right: 3.8rem;
}
.bg-f {
  background-color: #3c3c3c;
}
.text-f {
  text-align: justify;
  max-width: 500px;
}
.img-txt {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 1.8rem;
}
#preloading {
  padding: 12px 20px;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.logo {
  max-width: 500px;
}
.footer-sup {
  background-color: #353c50;
}
footer {
  background-color: white;
}

.btn {
  border-radius: 10px !important;
}
input {
  border-radius: 0 !important;
}

.nav-item {
  margin-left: 50px;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
}
.bg-black {
  background-color: black;
  color: white;
}

footer h5 {
  text-transform: uppercase;
}
footer a {
  text-decoration: none;
  color: white;
}

h1,
h2,
h3,
h4 {
  font-family: "Inter", sans-serif;
}
.text-justify {
  text-align: justify;
}

.bg-main {
  background-color: #547dcd;
}

#dropdownMenuPerfil:focus {
  box-shadow: none !important;
}
#menu-perfil {
  border-radius: 0;
  width: 200px;
  padding: 8px 10px;
}

#menu-perfil:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 13px;
  top: -8px;
  background: #ffffff;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(45deg);
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #329787;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.modaladm {
  --shadow-color: 0deg 0% 63%;
  --shadow-elevation-medium: 0.3px 0.2px 0.4px hsl(var(--shadow-color) / 0.36),
    1.1px 0.7px 1.5px -0.8px hsl(var(--shadow-color) / 0.36),
    2.7px 1.6px 3.5px -1.7px hsl(var(--shadow-color) / 0.36),
    6.7px 4px 8.8px -2.5px hsl(var(--shadow-color) / 0.36);
  background-color: #fff;
  width: 450px;
  color: rgb(0, 0, 0);
  border: 0.5px solid rgb(180, 180, 180);
  border-radius: 5px;
  box-shadow: var(--shadow-elevation-medium);
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#cont_ab590e303c18a256c074a3b0ed5b3c1b {
  border: none !important;
}
.new29 .wlink .slink {
  font-size: 1pt !important;
  display: none !important;
}
.new29 #wlink .slink {
  font-size: 1pt !important;
  display: none !important;
}
.nomP {
  display: none !important;
}

.nv-login .btn-acesso {
  background: rgb(249, 173, 27);
  background: -moz-linear-gradient(
    0deg,
    rgba(249, 173, 27, 1) 0%,
    rgba(223, 146, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(249, 173, 27, 1) 0%,
    rgba(223, 146, 0, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(241, 176, 55) 0%,
    rgba(223, 146, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9ad1b",endColorstr="#df9200",GradientType=1);
  border: none;
  border-radius: 4px !important;
  margin: auto;
  color: #343434;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;

  line-height: 11px;

  color: #000000;
}

.nav-a .dropdown .dropdown-menu {
  border-radius: 0;
  width: auto !important;
  margin-top: 8px !important;
  padding: 8px 10px !important;
  border-color: rgb(223, 221, 221) !important;
}
.nav-a .dropdown .dropdown-menu li a {
  margin: 0;
  border: 1px solid white;
  /* border-radius: 5px; */
}
.nav-a .dropdown .dropdown-menu li .btn {
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #66c7ff81;
  background-color: #0d578e !important;
  color: #ffffff !important;
  width: 100%;
}
.nav-a .dropdown .dropdown-menu li a:hover {
  /* border: 1px solid #66c7ff81; */
  background-color: rgb(219, 238, 255);
  color: #000000 !important;
}
.nav-a .dropdown .dropdown-menu li .btn:hover {
  border: 1px solid #66c7ff81;
  background-color: #0d578e !important;
  color: #ffffff !important;
  width: 100%;
}
#dropdownMenuNav:focus {
  box-shadow: none !important;
}
#menu-nav:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 110px;
  top: -8px;
  background: #ffffff;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(45deg);
}
.menuMobile {
  display: none;
}
.btn-btfl{
  /* box-shadow:  1px 1px 2px #507b9ba9; */
  background-color: #547E9E !important;
  color: white;  
  transition: transform 0.8s;
}
.btn-btfl:hover{
  color: white;  
  /* box-shadow:  0.8px 0.8px 2px #507b9b; */
}
.btn-btfl:focus{
  padding: 8px 16px;
  color: white;
  box-shadow:  4px 4px 2px #507b9b;
}
.div-vaga-container{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.div-vaga-container-links{
  margin-left:0px;
  width: 100%;
}
.div-vaga-container-links span{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.div-vaga-container-links a{
  /* min-width: 100px; */
  /* width: auto; */
  padding: 10px 15px;
}
.div-vaga{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background-color: white; 
  padding: 20px 30px; 
  border-radius: 30px;
  margin-bottom: 20px;
  box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
              0 32px 64px -48px rgba(0,0,0,0.5);
}
.div-vaga .qtd-vaga{
  text-align: center;
}
.div-vaga{
  font-size: 20px;
}
.qtd-vaga{
  display: flex;
}
.qtd-vaga p{
  font-size: 12px;
}
.div-detalhes-vaga{
  margin-top: 10px;
  position: relative;
}
.btn_detalhes{
  position: absolute;
  right: 130px;
  top: 95px;
}
.detalhamento-vaga{
  display: grid;
  gap: 10px;
  /* margin-top: 50px; */
  grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
}
.div-vagas-ofertadas{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.nv-titulo h1{
  font-size: 30px;
}
.div-nav-superior{
  display: flex;
  align-items: center;
  gap:20px;
  position: relative;
}
.nv-login{
  position: absolute;
  right: 25px;
}
@media(max-width:1024px){
  .div-vaga .cargo{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .btn_detalhes{
    position: absolute;
    right: 150px;
    top: 150px;
  }
}
@media(max-width:768px){
  .div-vaga-container-links a{
    width: 80px;
    font-size: 12px;
    padding: 10px;
  }
  .nv-titulo h1{
    font-size: 20px;
  }
  .div-nav-superior{
    display: flex;
    align-items: center;
    gap:20px;
    position: relative;
  }
  .nv-login{
    position: absolute;
    right: 25px;
  }
  .div-vagas-ofertadas{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-principal-vagas-ofertadas{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .btn_detalhes{
    position: absolute;
    left: 220px;
    top: 160px;
    width: 180px;
  }
  .div-vaga{
    width: 470px;
  }
  .span-date{
    display: flex;
    width: 200px;
  }
} 
@media(max-width:425px){
  .div-vaga .cargo{
    font-size: 12px;
  }
} 
@media(max-width:375px){
  .nv-titulo h1{
    font-size: 12px;
  }
  .texto-nf{
    font-size: 12px;
  }
} 
@media(max-width:330px){
    
}