body {
  background: #fff;
  position: relative;
  font-size: 15px;
  color: #667488;
  line-height: 24px;
}
a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    padding-right: 10vw;
    padding-left: 10vw;
    background-color: #ffffff;
    border-bottom: 4px solid #4783C9;
}
header .navbar-header {
    margin: 6px 0px;
}

header .navbar {
  padding: 0;
}

header .navbar-nav .nav-item .nav-link {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}

header .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

header .navbar-nav .nav-item:last-child .nav-link {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

header .navbar-nav .nav-item:last-child .nav-link i {
    margin-right: 21px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #5A6172;
}

.btn-info {
    background-color: #4783C9;
    border-color: #4783C9;
}

.btn-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.banner {
  position: relative;
  max-height: 258px;
  height: calc(258vw / 4);
  margin-top: 90px;
}

.banner::after {
  content: "";
  background-image: url(../img/banner-noite.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover;
}

.banner .container {
  position: relative;
}

.banner-interno {
  position: relative;
  max-height: 258px;
  height: calc(258vw / 4);
  margin-top: 90px;
}

.banner-interno::after {
  content: "";
  background-image: url(../img/banner-interno.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover;
}

.banner-interno .container {
  position: relative;
}

.banner-interno h2 {
  display: block;
  margin: 0;
  font-size: 30px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.card.para-voce,
.card.cadastro,
.card.para-empresas {
  width: 150px;
  height: 150px;
  border-radius: 0;
  padding: 11px 29px 30px 29px;
}

.card.para-voce img,
.card.cadastro img,
.card.para-empresas img {
  width: 64px;
}

.card.para-voce .card-body,
.card.cadastro .card-body,
.card.para-empresas .card-body {
  padding: 0;
  margin: auto;
  text-align: center;
}

.card.para-voce p,
.card.cadastro p,
.card.para-empresas p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  text-decoration: none;
  color: #000;
}

h3 {
  color: #4783C9;
  /* text-transform: uppercase; */
  font-weight: bold;
}
h3 b {
  color: #000;
}

section.vagas {
  background-color: #F0F0F0;
  padding-top: 20px;
  padding-bottom: 70px;
}

.card.vaga {
  position: relative;
  width: 100%;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  background: #fff;
  position: relative;
  display: block;
  /* margin-top: 30px; */
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}

.card.vaga .thumb {
  display: table;
  width: 100%;
  padding: 5em 0 1em;
  margin: 0 auto;
  border-radius: 8px;
}

.card.vaga .thumb img {
  display: table;
  margin: 0 auto;
  max-width: 80px;
  max-height: 80px;
}

.card.vaga .card-body {
  padding: 0;
  margin: auto;
  text-align: center;
}

.card.vaga h6 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.card.vaga p {
  font-size: 12px;
  color: #000;
}

.card.vaga .footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.card.vaga span.salario {
  font-weight: bold;
  color: #C16E0D;
}

.card.vaga .footer span.periodo {
  flex: 1;
  padding: 4px 14px;
  background: #f1f4fb;
  border-radius: 50px;
  color: #8b91a0;
  font-size: 14px;
}

.card.vaga .footer span.qtd {
  display: inline-block;
  padding: 4px 14px;
  background: #f1f4fb;
  border-radius: 50px;
  color: #8b91a0;
  font-size: 14px;
}

.tg-themetag {
  top: 30px;
  left: -5px;
  z-index: 2;
  color: #fff !important;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: absolute;
  background: #ff526c;
  padding: 5px 3px 3px 10px;
  text-transform: uppercase;
}

.tg-featuretag::before {
  top: 0;
  left: 100%;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #ff526c;
}

.tg-featuretag::after {
  top: 100%;
  left: 0;
  border-top: 5px solid #eb344f;
  border-left: 5px solid transparent;
}

.tg-featuretag::before, .tg-featuretag::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.working-process {
  text-align:center;
  position:relative;
  margin-top:30px
 }
 .process-icon {
  float:none;
  display:inline-block;
  position:relative;
  width:80px;
  height:80px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  line-height:98px;
  font-size:35px;
  text-align:center;
  color:#fe2864;
  background:#f5f9fc;
  border-color:#f5f9fc
 }
 span.process-img {
  width:80px;
  height:80px;
  margin:15px auto 0;
  position:relative;
  display:inline-block
 }
 span.process-img img {
  z-index:1
 }
 span.process-count {
  position:absolute;
  right:0;
  bottom:5px;
  line-height:30px;
  width:30px;
  height:30px;
  background:#fe2864;
  font-size:14px;
  text-align:center;
  border-radius:50%;
  color:#fff
 }
 span.process-num {
  position:absolute;
  font-size:60px;
  font-weight:600;
  color:#bbc7e1;
  left:-40px;
  top:-45px;
  opacity:.2
 }
 .working-process h4 {
  margin:10px 0
 }
 .working-process p {
  padding:2px 15px;
  line-height:1.9
 }

 .carousel-inner > .item > a > img,
 .carousel-inner > .item > img,
 .img-responsive, .thumbnail a > img,
 .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
 }
 .theme-bg, .theme-bg:hover, .theme-bg:focus {
  background: #4783C9 !important;
  border-color: #4783C9 !important;
}
.call-to-act-wrap {
  padding: 50px 0;
}
.call-to-act {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
}
.call-to-act-head {
  flex: 1;
}
.call-to-act h3 {
  color: #fff;
  margin-bottom: 5px;
}
.call-to-act {
  color: #fff;
}
.btn.btn-call-to-act {
  background: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  color: #333640;
  font-weight: 600;
  box-shadow: 0 0 0 5px rgba(255,255,255,0.2);
  -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.2);
}
footer {
  z-index:99;
  position:relative
 }
 footer.dark-footer {
  background:#252c41
 }
 .footer-logo {
  padding:20px 0;
  display:inline-block;
  width:100%;
  border-top:1px solid #eaeef3;
  border-bottom:1px solid #eaeef3
 }
 footer.footer-small {
  padding:50px 0 0
 }
 img.img-footer {
  max-width:180px;
  margin-bottom:2rem
 }
 .ft-itext {
  font-weight:500;
  font-size:16px;
  text-align:center!important;
  margin:10px
 }
 .ft-itext i {
  margin-right:5px
 }
 ul.social {
  margin:0;
  padding:0
 }
 ul.social li {
  display:inline-block;
  list-style:none;
  margin:5px
 }
 ul.social li a {
  width:40px;
  height:40px;
  display:inline-block;
  background:#fff;
  border-radius:50%;
  -webkit-box-shadow:0 0 12px 0 rgba(71,119,244,0.2);
  box-shadow:0 0 12px 0 rgba(71,119,244,0.2);
  line-height:40px;
  text-align:center
 }
 .footer-add {
  color:#858b9f;
  font-size:13px
 }
 .ft-copyright {
  border-top:1px solid #eaeef3;
  padding:15px 0 12px
 }
 .ft-copyright p {
  margin-bottom:0
 }
 .footer-logo img {
  max-width:185px
 }
 .footer-widget {
  padding:70px 0
 }
 h4.widget-title {
  margin-bottom:20px;
  font-weight:500;
  font-size:17px
 }
 .footer-widget ul {
  padding:0;
  margin:0
 }
 .footer-widget ul li {
  list-style:none;
  margin-top:15px;
  display:block
 }
 .footer-widget ul li a {
  color:#626a70
 }
 footer.skin-dark-footer h4 {
  color:#fff
 }
footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
 color:#858b9f;
 transition:all ease .4s;
 font-size:14px
}
footer.skin-dark-footer .footer-widget ul li a:hover,
footer.skin-dark-footer .footer-widget ul li a:focus {
 color:#fff
}
.widget_media_image {
 margin-top:3rem
}
.footer-bottom {
 padding:9px 0;
 border-top:1px solid #e9edf3
}
.skin-dark-footer .footer-bottom {
 background:#1B2132;
 border-top:none
}
ul.footer-bottom-social {
 margin:0;
 padding:0
}
ul.footer-bottom-social li {
 display:inline-block;
 list-style:none;
 margin-right:17px;
 margin-top:0
}
ul.footer-bottom-social li a {
 color:#546e7a
}
ul.footer-bottom-social li a:hover,
ul.footer-bottom-social li a:focus {
 color:#007bff
}
ul.footer-bottom-social li i {
 margin-right:5px
}
footer.skin-dark-footer ul.footer-bottom-social li a {
 color:#858b9f;
 font-size:14px
}
footer.skin-dark-footer ul.footer-bottom-social li a:hover,
footer.skin-dark-footer ul.footer-bottom-social li a:focus {
 color:#fff;
 opacity:1
}
.fw {
 margin-bottom:18px;
 display:inline-block;
 position:relative;
 padding-left:28px;
 width:100%
}
.fw:last-child {
 margin:0
}
.fw:before {
 font-family:'themify';
 vertical-align:initial;
 font-size:20px;
 position:absolute;
 left:0;
 top:0
}
.fw.fw-location:before {
 content:"\e693"
}
.fw.fw-mail:before {
 content:"\e75a"
}
.fw.fw-call:before {
 content:"\e621"
}
.fw.fw-skype:before {
 content:"\e72d"
}
.fw.fw-web:before {
 content:"\e665"
}
.other-store-link {
 width:auto;
 margin-bottom:20px;
 display:inline-block
}
.other-store-link:last-child {
 margin-bottom:0
}
.other-store-app {
 width:250px;
 height:70px;
 border:1px solid #353d56;
 border-radius:4px;
 padding:0 14px;
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 color:#fff
}
.os-app-caps span {
 display:block;
 font-size:13px;
 font-weight:400;
 color:#858b9f
}
.os-app-icon {
 margin-right:13px
}
.os-app-icon i {
 font-size:32px
}
.os-app-caps {
 font-size:18px;
 font-weight:600
}

/** Para Você **/
h2.detail-title {
	font-size: 18px;
	background: #f5f6f7;
	padding: 8px 20px;
	margin-bottom: 16px;
	line-height: 1.6;
	border-radius: 2px;
	color: #252d40;
	border-left: 3px solid #4783C9
}

.full-detail-description p {
	margin-bottom: 20px;
	line-height: 1.9;
	font-size: 15px;
	padding: 0 20px
}

ul.detail-list li {
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.9;
	font-size: 17px;
	color: #707c88;
	list-style: none
}

ul.detail-list li:before {
	content: "\f101";
	position: relative;
	font-size: 17px;
	color: #4783C9;
	left: -12px;
	font-family: fontawesome
}

ul.detail-footer-social {
	padding: 0;
	margin: 0
}

ul.detail-footer-social li {
	display: inline-block;
	padding-right: 10px
}

ul.detail-footer-social li a i {
	width: 42px;
	height: 42px;
	background: #f1f3f4;
	line-height: 42px;
	text-align: center;
	font-size: 17px;
	border-radius: 2px;
	margin-bottom: 10px;
	transition: all ease-in-out .4s
}

ul.detail-footer-social li a i:hover {
	background: #4783C9;
	color: #fff
}


.statistic-item {
	margin-bottom: 20px;
	border: 1px solid #e9eef3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 13px 20px;
	background-color: #fff
}

.flex-middle {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center
}

.statistic-item .icon {
	font-size: 30px
}

.statistic-item .text {
	padding-left: 15px
}

.statistic-item .number {
	font-size: 16px;
	color: #222;
	padding-right: 5px
}

.job-detail-statistic {
	margin-bottom: 15px;
	margin-top: 15px;
	border: 1px solid #e9eef3;
	padding: 15px;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.job-detail-statistic .statistic-item {
	margin: 0;
	border: none;
	border-right: 1px solid #e9eef3;
	padding-right: 20px;
	padding-left: 20px
}

.job-detail-statistic .statistic-item:last-child {
	border: none
}

@media (min-width: 768px) {
	.job-detail-statistic .statistic-item {
		width: 33%;
		float: left
	}
	.flex-middle-sm {
		display: -webkit-flex;
		-webkit-align-items: center;
		display: flex;
		align-items: center
	}
}
@media screen and (max-width: 767px) {
  .call-to-act {
    display:block;
    text-align:center
   }
   .call-to-act-head {
    margin-bottom:2rem
   }
  }