@charset "UTF-8";
/* -------------------------------- 

Typography

-------------------------------- */
@font-face {
  font-family: 'Museo 700';
  src: url("../../fonts/museo/Museo-700.eot");
  src: url("./../fonts/museo/Museo-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/museo/Museo-700.woff") format("woff"), url("../../fonts/museo/Museo-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Museo 100';
  src: url("../../fonts/museo/Museo-100.eot");
  src: url("../../fonts/museo/Museo-100.eot?#iefix") format("embedded-opentype"), url("../../fonts/museo/Museo-100.woff") format("woff"), url("../../fonts/museo/Museo-100.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
/* -------------------------------- 

Flex Box

-------------------------------- */
.vaga, .vaga-header, .vaga-content .vaga-avatar, .vaga-footer .vaga-labels, .owl-buttons, .popup-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vaga {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* -------------------------------- 

Base style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
  background-color: #fff; }

body, html {
  height: 100%; }

a {
  color: #15c5e0; }

strong {
  font-weight: 600; }

hr {
  border: 0;
  border-top: 1px solid #c3ceda; }

::-webkit-input-placeholder {
  color: #b2becc; }

::-moz-placeholder {
  color: #b2becc; }

:-ms-input-placeholder {
  color: #b2becc; }

:-moz-placeholder {
  color: #b2becc; }

/* -------------------------------- 

Grid System

-------------------------------- */
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both; }

[class*='col-'] {
  float: left;
  min-height: 1px;
  padding: 8px; }

.col-1 {
  width: 50%; }

.col-2 {
  width: 100%; }

.col-3 {
  width: 100%; }

.col-4 {
  width: 100%; }

.col-5 {
  width: 100%; }

.col-6 {
  width: 100%; }

@media (min-width: 1200px) {
  .col-1 {
    width: 16.66%; }

  .col-2 {
    width: 33.33%; }

  .col-3 {
    width: 50%; }

  .col-4 {
    width: 66.66%; }

  .col-5 {
    width: 83.33%; }

  .col-6 {
    width: 100%; } }
/* -------------------------------- 

Uteis

-------------------------------- */
.link {
  color: #15c5e0;
  text-decoration: underline;
  cursor: pointer; }

.primary-color {
  color: #15c5e0; }

.no-scroll {
  overflow: hidden; }

.hide {
  display: none; }

/* -------------------------------- 

Buttons

-------------------------------- */
button {
  outline: none; }

.btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 4px;
  padding: 5px 15px;
  cursor: pointer; }

.btn-default {
  background-color: #15c5e0;
  box-shadow: 0px 2px 0px #0c7383; }

.btn-primary {
  background-color: #aabbca;
  box-shadow: 0 2px 0 #8895a0; }

.btn-medium {
  padding: 10px 20px; }

.btn-large {
  padding: 15px 20px; }

button[disabled] {
  opacity: .5;
  cursor: not-allowed; }

/* -------------------------------- 

Icons

-------------------------------- */
.fa-back:before {
  content: '\f121'; }

.fa-front:before {
  content: '\f13b'; }

.fa-qa:before {
  content: '\f024'; }

.fa-analise:before {
  content: '\f080'; }

.fa-dba:before {
  content: '\f1c0'; }

.fa-infra:before {
  content: '\f233'; }

.fa-sap:before {
  content: '\f1b3'; }

/* -------------------------------- 

Navbar

-------------------------------- */
.navbar {
  float: right;
  width: 25px;
  height: 3px;
  position: relative;
  top: 50%;
  margin-right: 5%;
  background-color: #15c5e0;
  transition: all .2s ease;
  cursor: pointer; }
  .navbar:before, .navbar:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    background-color: #15c5e0;
    transition: transform .3s, top .3s, background-color 0s; }
  .navbar:before {
    top: -7px; }
  .navbar:after {
    top: 7px; }
  .navbar.open {
    background-color: rgba(21, 197, 224, 0); }
    .navbar.open:before {
      top: 0;
      transform: rotate(135deg); }
    .navbar.open:after {
      top: 0;
      transform: rotate(225deg); }
  .navbar ul {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 70px;
    overflow-x: hidden;
    transition: all .5s ease;
    z-index: 3;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
    .navbar ul:after {
      content: '';
      width: 70%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #fff; }
    .navbar ul.is-visible {
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .navbar ul.is-visible li {
      width: 70%;
      background-color: #fff; }
    .navbar ul.is-visible li:first-child {
      box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1); }
    .navbar ul.is-visible li a {
      border-top: 1px solid #d1dae2; }
    .navbar ul.is-visible a.active {
      font-weight: 700;
      color: #15c5e0; }
  .navbar a {
    display: block;
    color: #333;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    text-decoration: none; }
  @media (min-width: 992px) {
    .navbar {
      width: auto;
      height: auto;
      top: 0;
      background: none;
      cursor: auto; }
      .navbar:before, .navbar:after {
        content: '';
        width: inherit;
        height: inherit; }
      .navbar.open {
        background: none; }
      .navbar ul {
        position: static;
        width: auto;
        line-height: 4.2rem;
        background: none;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
        .navbar ul:after {
          background: none; }
        .navbar ul.is-visible {
          background: none;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
        .navbar ul.is-visible li {
          width: inherit;
          background: none; }
        .navbar ul.is-visible li:first-child {
          box-shadow: inherit; }
        .navbar ul li {
          display: inline-block;
          margin-left: 1em; }
        .navbar ul a {
          display: inline-block;
          height: auto;
          line-height: normal;
          padding: 5px 15px;
          border-top: none;
          border-radius: 4px;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 0.775rem;
          color: #fff;
          background: transparent;
          box-shadow: 0px 2px 0px transparent;
          transition: all .2s ease-out; }
          .navbar ul a.active {
            color: #6b461d !important;
            background-color: #ffc942;
            box-shadow: 0px 2px 0px #e4a35c; } }

/* -------------------------------- 

Carousel Vagas

-------------------------------- */
.carousel-vagas {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .carousel-vagas {
      margin-top: 70px; } }
  @media (min-width: 1200px) {
    .carousel-vagas {
      margin-top: 20px; } }

.vaga {
  position: relative;
  margin: 10px 10px 30px;
  background-color: #fff;
  height: 340px;
  max-height: 400px;
  box-shadow: 0 1px 5px #dfe8f1;
  transition: all 0.3s ease;
  cursor: pointer; }
  .vaga:hover {
    box-shadow: 0 22px 30px #dfe8f1;
    transform: translateY(-4px); }

.vaga-header {
  padding: 15px 15px 0; }
  .vaga-header h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 5px; }
  .vaga-header p {
    font-size: 11px;
    font-weight: 400;
    color: #b4c5d4;
    padding: 0 !important; }
  .vaga-header p + p {
    margin-left: auto; }
  .vaga-header span {
    font-size: 13px;
    color: #677b8c; }

.vaga-content {
  padding-top: 30px;
  text-align: center; }
  .vaga-content .vaga-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center; }
    .vaga-content .vaga-avatar i {
      font-size: 2.8em;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 55%; }
    .vaga-content .vaga-avatar.desenv, .vaga-content .vaga-avatar.gestao, .vaga-content .vaga-avatar.suporte, .vaga-content .vaga-avatar.outros, .vaga-content .vaga-avatar.dba {
      background-image: url("../../img/polygon-yellow.svg"); }
    .vaga-content .vaga-avatar.naoti {
      background-image: url("../../img/polygon-blue.svg"); }
  .vaga-content h2 {
    width: 210px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 5px;
    margin: 0 auto; }
  .vaga-content span {
    font-size: 13px;
    color: #677b8c; }
  .vaga-content p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0;
    line-height: 1.6; }

.vaga-footer {
  margin-top: auto; }
  .vaga-footer .vaga-labels {
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
    border-top: 1px solid #dfe8f1; }
    .vaga-footer .vaga-labels li {
      font-size: 12px;
      margin: 3px;
      padding: 0 10px;
      border-radius: 12px; }

.label {
  padding: 2px 10px;
  border-radius: 32px;
  color: #677b8c;
  background-color: #ecf3f9; }

.owl-buttons {
  justify-content: center; }
  .owl-buttons i {
    font-size: 32px;
    color: #15c5e0; }

.owl-prev,
.owl-next {
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #dfe8f1; }
  .owl-prev.disabled,
  .owl-next.disabled {
    cursor: default !important; }
    .owl-prev.disabled i,
    .owl-next.disabled i {
      color: #dee6ec; }

.owl-prev {
  border-radius: 25px 0 0 25px; }

.owl-next {
  border-radius: 0 25px 25px 0;
  border-left: 0; }

.carousel-vagas-error {
  width: 65%;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  margin-top: 120px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 5px #dfe8f1; }
  .carousel-vagas-error p {
    font-size: 22px;
    color: #677b8c;
    padding: 0; }

/* -------------------------------- 

Modal 

-------------------------------- */
.modal {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: #15c5e0;
  overflow-x: hidden; }
  .modal.open {
    height: 100%;
    transition: all .4s ease; }
  .modal.close {
    height: 0;
    transition: all .4s ease; }
  .modal a {
    font-size: 20px; }
  .modal.vagas {
    background-color: #fff; }
    .modal.vagas h3, .modal.vagas p {
      color: #333; }
    .modal.vagas h3 span {
      font-size: 1.4rem;
      color: #333; }
    .modal.vagas p {
      margin-top: 30px; }
    .modal.vagas span {
      color: #677b8c; }
    .modal.vagas .label {
      background-color: #ecf3f9; }
      .modal.vagas .label p {
        display: none; }
    .modal.vagas span + span {
      font-size: 14px;
      margin-left: 20px; }
    .modal.vagas .close {
      color: #677b8c; }
    .modal.vagas .modal-list li {
      color: #333; }
    @media (min-width: 768px) {
      .modal.vagas:before {
        background-color: #f5f9fc; } }
  @media (min-width: 1200px) {
    .modal:before {
      content: '';
      position: absolute;
      top: 0;
      left: -76px;
      width: 20%;
      height: 100%;
      background-color: #2adffb; } }

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  overflow: auto; }
  .modal-content .close {
    cursor: pointer;
    position: fixed;
    top: 0.5em;
    right: 0.3em;
    font-size: 32px;
    color: #fff;
    z-index: 2; }
    @media (min-width: 768px) {
      .modal-content .close {
        right: 1.5em; } }
  @media (min-width: 768px) {
    .modal-content {
      padding: 3em; } }
  @media (min-width: 1200px) {
    .modal-content {
      padding: 4.5em 3em 3em 18em; } }

.modal-badge {
  display: none; }
  @media (min-width: 1200px) {
    .modal-badge {
      width: 160px;
      height: 160px;
      display: inline-block;
      position: absolute;
      top: 7%;
      left: 7.7%;
      background-repeat: no-repeat;
      background-position: center center; }
      .modal-badge img, .modal-badge i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .modal-badge img {
        width: 110px; }
      .modal-badge i {
        font-size: 3.8rem;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .modal-badge .solucao {
        color: #15c5e0; } }
  .modal-badge.default {
    background-image: url("../../img/polygon-white.svg"); }
  .modal-badge.desenv, .modal-badge.gestao, .modal-badge.suporte, .modal-badge.outros, .modal-badge.dba {
    background-image: url("../../img/polygon-yellow.svg"); }
  .modal-badge.naoti {
    background-image: url("../../img/polygon-blue.svg"); }

.modal-title {
  font-family: "Museo 700", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  margin: 30px 0 10px 0; }
  @media (min-width: 768px) {
    .modal-title {
      font-size: 1.8rem; } }

.modal-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff; }

.box {
  padding: 0 1em; }
  .box h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 12px; }

.modal-list {
  margin: 1.2em 0 0 1.2em; }
  .modal-list li {
    color: #fff;
    padding: 10px 0;
    list-style-type: circle;
    line-height: 22px; }

/* -------------------------------- 

Popup 

-------------------------------- */
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  opacity: 0;
  transition: opacity .15s linear; }
  .popup.open {
    opacity: 1;
    transition: opacity .15s linear; }
  .popup.close {
    opacity: 0;
    transition: opacity .15s linear; }

.popup-wrap {
  width: 90%;
  position: relative;
  margin: 25px auto;
  border-radius: 4px;
  background-color: #fff;
  z-index: 10; }
  @media (min-width: 1200px) {
    .popup-wrap {
      width: 50%; } }

.popup-header {
  padding: 20px;
  background-color: #ecf3f9;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #c3ceda; }
  .popup-header h3 {
    font-weight: 700;
    position: relative;
    margin-right: 40px;
    color: #677b8c; }
    .popup-header h3 span {
      font-weight: 400;
      margin-left: 5px; }
    .popup-header h3.active {
      color: #15c5e0;
      transition: all .15s linear;
      background-color: #fff; }
    .popup-header h3.disable {
      color: #333;
      transition: all .15s linear; }
  .popup-header .close {
    cursor: pointer;
    margin-left: auto; }

.popup-content,
.popup-footer {
  padding: 20px; }

.popup-footer {
  border-top: 1px solid #c3ceda; }

/* -------------------------------- 

Form 

-------------------------------- */
select {
  height: 39px; }

.form-input {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #c3ceda;
  border-radius: 4px;
  outline: 0; }
  .form-input:focus {
    border-color: #18b9d2;
    box-shadow: 0 0 10px rgba(24, 185, 210, 0.3); }

input[readonly],
input[disabled] {
  color: #99a6b5;
  background-color: #f1f6fb; }
  input[readonly]:focus,
  input[disabled]:focus {
    border-color: #c3ceda;
    box-shadow: none; }

.form-label {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px; }

.form-label-empty {
  display: block;
  height: 20px; }

.input-medium {
  width: 280px; }

.error input, .error select, .error textarea {
  border-color: #da0828; }

select:invalid,
textarea:invalid {
  box-shadow: none; }

/* -------------------------------- 

Formulario Contato 

-------------------------------- */
.form-contato {
  margin-top: 20px; }

.endereco p {
  margin-bottom: 30px; }

/* -------------------------------- 

Mensagens 

-------------------------------- */
.helper p {
  font-size: 13px;
  color: #da0828;
  padding: 0 !important;
  margin-top: 3px; }

.disclaimer {
  padding: 10px;
  border: 1px solid #c8e8ef;
  background-color: #e2f7fb;
  border-radius: 4px;
  margin-top: -15px; }
  .disclaimer p {
    color: #039db5;
    font-size: 14px; }

.mensagem-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
  opacity: 0;
  transition: opacity .15s linear; }
  .mensagem-overlay.open {
    opacity: 1;
    transition: opacity .15s linear; }
  .mensagem-overlay.close {
    opacity: 0;
    transition: opacity .15s linear; }
  .mensagem-overlay .mensagem {
    width: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10; }
    @media (min-width: 768px) {
      .mensagem-overlay .mensagem {
        width: 40%; } }
    .mensagem-overlay .mensagem i {
      font-size: 72px; }
    .mensagem-overlay .mensagem .fa-check-circle-o {
      color: #15c5e0; }
    .mensagem-overlay .mensagem .fa-times-circle-o {
      color: #da0828; }
    .mensagem-overlay .mensagem h2 {
      font-size: 20px;
      padding: 20px 0; }
    .mensagem-overlay .mensagem p {
      color: #677b8c;
      padding-bottom: 20px;
      width: 400px;
      margin: 0 auto; }
    .mensagem-overlay .mensagem button {
      width: 40%; }
      @media (min-width: 768px) {
        .mensagem-overlay .mensagem button {
          width: 20%; } }

/* -------------------------------- 

Loading 

-------------------------------- */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  border-radius: 4px;
  padding: 20px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 15; }
  .loading.open {
    opacity: 1;
    transition: opacity .15s linear; }
  .loading.close {
    opacity: 0;
    transition: opacity .15s linear; }
  .loading.success {
    text-align: center; }
    .loading.success p {
      color: #fff;
      margin-top: 10px; }
    .loading.success i {
      color: #15c5e0; }
  .loading p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px; }

.loading i {
  color: #fff; }

/* -------------------------------- 

Social Share 

-------------------------------- */
.socialshare-group {
  position: relative;
  top: 3%;
  left: 1%; }
  .socialshare-group .socialshare {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    color: #fff;
    border: 0;
    margin-bottom: 0;
    border-radius: 50%;
    cursor: pointer; }
    .socialshare-group .socialshare:before {
      display: none;
      width: 160px;
      position: absolute;
      top: 0;
      left: 40px;
      color: #fff;
      padding: 5px;
      border-radius: 2px;
      background-color: rgba(0, 0, 0, 0.7); }
    .socialshare-group .socialshare:hover:before {
      display: block; }
    .socialshare-group .socialshare.facebook {
      background-color: #3b5999; }
      .socialshare-group .socialshare.facebook:before {
        content: 'Compartilhar no Facebook'; }
    .socialshare-group .socialshare.twitter {
      background-color: #55acee; }
      .socialshare-group .socialshare.twitter:before {
        content: 'Compartilhar no Twitter'; }
    .socialshare-group .socialshare.linkedin {
      background-color: #0077B5; }
      .socialshare-group .socialshare.linkedin:before {
        content: 'Compartilhar no Linkedin'; }
    .socialshare-group .socialshare i {
      font-size: 16px; }
    @media (min-width: 1200px) {
      .socialshare-group .socialshare {
        display: block;
        margin-bottom: 10px; } }
  .socialshare-group button:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .socialshare-group {
      top: 0; } }
  @media (min-width: 1200px) {
    .socialshare-group {
      position: absolute;
      top: 40%;
      left: 12.5%;
      padding: 5px;
      border-radius: 24px;
      background-color: #fff;
      box-shadow: 0 1px 5px #dfe8f1; } }

/* -------------------------------- 

Layout 

-------------------------------- */
.main-content {
  height: 100%;
  position: relative;
  z-index: 1;
  top: 4.4em; }
  @media (min-width: 768px) {
    .main-content {
      top: 0; } }

.container {
  width: 90%;
  margin: 0 auto; }

.container::after {
  content: '';
  display: table;
  clear: both; }

.section {
  position: relative;
  min-height: 100%;
  padding: 4.5em 0;
  line-height: 1.6;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 2; }
  @media (min-width: 768px) {
    .section {
      padding: 1em 0; } }
  .section p {
    padding: 10px 0; }

.section .title {
  font-family: 'Museo 700', serif;
  font-size: 28px;
  color: #15c5e0;
  padding-bottom: 10px; }

.section .subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #333; }

.article {
  width: 100%; }
  .article h3 {
    padding-bottom: 20px; }
  .article a {
    display: block;
    font-weight: 600;
    text-transform: uppercase; }

.aside {
  width: 100%;
  text-align: center;
  overflow: hidden; }

@media (min-width: 768px) {
  .section {
    min-height: 100%;
    padding: 5.5em 0 1.5em; }

  .section .title {
    font-size: 32px; }

  .article {
    width: 60%;
    float: left; }

  .aside {
    width: 35%;
    float: right; } }
@media (min-width: 1200px) {
  .article {
    width: 55%; }

  .aside {
    width: 45%; } }
/* -------------------------------- 

Sections Backgrounds 

-------------------------------- */
.section-bg {
  position: relative;
  min-height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1; }
  @media (min-width: 1200px) {
    .section-bg {
      min-height: 100%; } }

.section-bg.hero {
  background-position: 80%;
  background-image: url("../../img/bg-hero.jpg"); }
  @media (min-width: 768px) {
    .section-bg.hero {
      min-height: 100%; } }

.section-bg.solucoes {
  background-image: url("../../img/bg-solucoes.jpg"); }

.section-bg.oportunidades {
  background-image: url("../../img/bg-oportunidades.jpg"); }

.section-bg.contato {
  background-image: url("../../img/bg-contato.jpg"); }

.section-bg h2 {
  font-family: "Museo 700", sans-serif;
  font-size: 2.4em;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .section-bg h2 {
      font-size: 3em; } }

@media (min-width: 992px) {
  .section-bg.hero {
    background-position: center center; }

  .section-bg.hero:before {
    content: '';
    position: absolute;
    left: -130px;
    width: 60%;
    height: 100%;
    background-image: linear-gradient(to bottom, #2ab9cf 40%, #137fc6);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg); } }
/* -------------------------------- 

Hero Section 

-------------------------------- */
.content-welcome,
.content-questions {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.content-questions {
  display: none; }

.content-dun {
    display: none;
}

.content-dun-rodape {
    display: none;
}

.content-welcome h3,
.content-questions h3,
.content-questions h4 {
  color: #fff;
  text-align: center; }

.content-welcome h3,
.content-questions h3 {
  font-family: 'Museo 100', serif;
  font-size: 48px; }

.content-questions h4,
.content-welcome h3 span {
  font-family: 'Museo 700', serif; }

.content-questions h3 + h3,
.content-questions h4,
.typed-cursor {
  display: none; }

.content-welcome p {
  color: #fff;
  margin-top: 5px;
  text-align: center; }

@media (min-width: 768px) {
  .content-questions {
    top: 45%;
    display: block;
    text-align: center; }

  .content-welcome {
    top: 20%; }

  .content-welcome p {
    font-size: 18px; }

  .content-questions h3 + h3 {
    display: block;
    font-size: 34px;
    margin-top: 50px; }

  .content-questions h4 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    padding: 5px; }

  .content-dun {
    display: none;
  }

  .content-dun-rodape{
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;

  }

  .typed-cursor {
    display: inline;
    width: 100%;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite; } }

@media (min-width: 1200px) {
  .content-questions,
  .content-welcome {
    width: inherit;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }

  .content-questions {
    display: block;
    text-align: left;
    top: 52%; }

  .content-questions,
  .content-welcome {
    left: 70px; }

  .content-welcome {
    top: 30%; }

  .content-questions h3,
  .content-welcome h3 {
    text-align: left;
    font-size: 42px; }

  .content-questions h4 {
    font-size: 34px;
    text-align: left; }

  .typed-cursor {
    font-size: 34px; }

  .content-welcome p {
    text-align: right; } 

  .content-dun{
    display: block; 
    position: absolute;  
    top: 76.5%; 
    left: 1151px; 
    width:114px; 
    height:97px;
  }

  .content-dun-rodape{
      display: none;
  }
}
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* -------------------------------- 

Badges

-------------------------------- */
.content-badges {
  display: none; }

@media (min-width: 768px) {
  .content-badges {
    display: flex;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%); }

  .badges {
    width: 140px;
    height: 170px;
    padding: 35px 20px 20px;
    text-align: center;
    margin-right: 20px;
    position: relative;
    text-decoration: none;
    background: url("../../img/polygon.svg") no-repeat;
    transition: all .4s ease; }
    .badges i {
      font-size: 42px;
      color: #fff; }
    .badges h3 {
      font-size: 14px;
      color: #fff;
      margin-top: 5px; }

  .badges.active {
    background: url("../../img/polygon-full.svg") no-repeat;
    animation: badgesAnimate .8s;
    animation-fill-mode: both;
    -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.3)); } }
@media (min-width: 1200px) {
  .content-badges {
    top: 80%;
    left: 70px;
    transform: translate(0, -50%); } }
@keyframes badgesAnimate {
  from {
    top: 0; }
  to {
    top: -30px; } }
.badges.active h3,
.badges.active i {
  color: #15c5e0; }

.badges.active h3 {
  font-weight: 700; }

/* -------------------------------- 

Empresa 

-------------------------------- */
#empresa .aside img {
  display: none; }

@media (min-width: 768px) {
  #empresa:before {
    content: '';
    position: absolute;
    top: 0;
    right: -255px;
    width: 60%;
    height: 100%;
    background-color: #ecf3f9;
    z-index: -1;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg); }

  #empresa .aside img {
    display: inline-block;
    width: 210px;
    margin-top: 230px; }

  #empresa a {
    text-align: left; } }
@media (min-width: 1200px) {
  #empresa:before {
    right: -465px; }

  #empresa .aside img {
    width: 230px;
    margin-top: 170px; } }
/* -------------------------------- 

Solu��es

-------------------------------- */
.content-box-solucoes {
  overflow: hidden;
  position: relative;
  top: 30px; }

.box-solucoes {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease; }
  .box-solucoes:hover {
    transform: translateY(-5px); }
    .box-solucoes:hover a {
      color: #fff;
      background-color: #15c5e0; }
    .box-solucoes:hover .badge {
      -webkit-filter: drop-shadow(0 10px 10px #d5e1ec);
      filter: drop-shadow(0 10px 10px #d5e1ec); }
  .box-solucoes .badge {
    width: 172px;
    height: 190px;
    margin: 0 auto;
    position: relative;
    background: url("../../img/polygon-solucoes.svg") no-repeat; }
    .box-solucoes .badge i {
      font-size: 74px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 52%; }
  .box-solucoes h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase; }
  .box-solucoes p {
    padding: 10px; }
  .box-solucoes a {
    display: inline-block;
    color: #15c5e0;
    text-decoration: none;
    border: 1px solid #15c5e0;
    padding: 5px 20px;
    border-radius: 24px;
    margin-top: 10px;
    transition: all 0.3s ease; }

@media (min-width: 768px) {
  .box-solucoes {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px; } }
@media (min-width: 1200px) {
  #solucoes:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    width: 53%;
    height: 100%;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background-color: #f5f9fc;
    z-index: -1; }

  .content-box-solucoes {
    top: 95px;
    padding-top: 5px; }

  .box-solucoes {
    width: 33.33%;
    float: left;
    margin-bottom: 0; } }
/* -------------------------------- 

Oportunidades

-------------------------------- */
#oportunidades {
  background-color: #f5f9fc; }

/* -------------------------------- 

Contato

-------------------------------- */
#contato {
  box-shadow: none; }
  #contato strong {
    font-size: 20px; }
  #contato iframe {
    width: 100%;
    margin-top: 20px; }

/* -------------------------------- 

Footer

-------------------------------- */
.footer {
  border-top: 1px solid #c3ceda; }
  .footer p {
    font-size: 14px;
    padding: 20px 0; }

/* -------------------------------- 

Header 

-------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 2; }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  .header.isScrolling .logo a {
    background: url("../../img/logo-talentfour.svg") no-repeat; }
  .header.isScrolling .navbar a {
    color: #333; }
  @media (min-width: 768px) {
    .header.isScrolling .navbar li.active a {
      color: #fff; } }
  @media (min-width: 1200px) {
    .header {
      background-color: rgba(255, 255, 255, 0);
      box-shadow: none; }
      .header.isScrolling {
        animation: headerAnimate .4s;
        background-color: white;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); } }

.logo {
  float: left;
  margin: 3.5% 0 0 5%; }
  .logo a {
    width: 160px;
    height: 45px;
    display: block;
    text-indent: -9999px;
    background: url("../../img/logo-talentfour.svg") no-repeat; }
    @media (min-width: 1200px) {
      .logo a {
        background: url("../../img/logo-talentfour-white.svg") no-repeat; } }
  @media (min-width: 768px) {
    .logo {
      margin-top: 1.5%; } }
  @media (min-width: 1200px) {
    .logo {
      margin-top: 1%; } }

@keyframes headerAnimate {
  from {
    background-color: rgba(255, 255, 255, 0); }
  to {
    background-color: white; } }

/*# sourceMappingURL=style.css.map */

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  text-align: center;
  justify-content: space-between;
  padding: 15px;
}

.box-cookies .container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

.box-cookies .msg-cookies{
  margin-right: 15px;
}

.box-cookies .msg-cookies a{
  transition: color .2s;
}

.box-cookies .msg-cookies a:hover{
  color: #179baf;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  border: none;
  display: inline-block;
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

.box-cookies .btn-cookies {
  background: #15c5e0;
  box-shadow: 0px 2px 0px #179baf;
  cursor: pointer;
  align-self: normal;
  padding: 12px 25px;
  border-radius: 4px;
  transition: background-color .2s;
}

.box-cookies .btn-cookies:hover{
  background-color: #179baf;
}

@media screen and (max-width: 960px){
  .box-cookies .container{
    display: block;
  }
  .box-cookies .msg-cookies{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}
