.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.colun-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.colun-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  background-image: -webkit-linear-gradient(328deg, rgba(48, 51, 149, .8), rgba(39, 239, 239, .7)), url('../images/foto-job-PB.jpg');
  background-image: linear-gradient(122deg, rgba(48, 51, 149, .8), rgba(39, 239, 239, .7)), url('../images/foto-job-PB.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-text {
  padding: 33px 33px 33px 35px;
  font-family: 'Open Sans', sans-serif;
}

.texto-padrao {
  padding-right: 36px;
  font-family: 'Open Sans', sans-serif;
  color: #837c7c;
  font-size: 1.2em;
  line-height: 1.4em;
  text-decoration: none;
}

.div-botao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(343deg, #303395, #27efef);
  background-image: linear-gradient(107deg, #303395, #27efef);
  box-shadow: 8px 8px 35px 0 rgba(0, 0, 0, .22);
  text-align: center;
  text-decoration: none;
}

.div-link:hover {
  box-shadow: 11px 11px 35px 2px rgba(0, 0, 0, .22);
  opacity: 0.9;
  -webkit-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}

.texto-botao {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
}

.div-pai-logo {
  width: 90%;
  height: 150px;
  padding-left: 44px;
}

.div-pai-textos {
  width: 100%;
  padding-right: 22px;
  padding-left: 50px;
}

.div-titulo {
  margin-bottom: 14px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #30429c;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
}

.div-sub-titulo {
  margin-bottom: 21px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  color: #949191;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 600;
}

.video {
  display: none;
}

.video-embed {
  background-image: url('../images/foto-job-PB.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.html-embed {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(328deg, rgba(48, 51, 149, .79), rgba(39, 239, 239, .44)), url('../images/foto-job-1.jpg');
  background-image: linear-gradient(122deg, rgba(48, 51, 149, .79), rgba(39, 239, 239, .44)), url('../images/foto-job-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-www {
  position: absolute;
  left: 0px;
  bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 36px;
  padding-left: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linha {
  width: 150px;
  height: 3px;
  border-radius: 50px;
  background-image: -webkit-linear-gradient(351deg, #303395, #27efef);
  background-image: linear-gradient(99deg, #303395, #27efef);
}

.link {
  color: #837c7c;
  text-decoration: none;
}

@media (max-width: 991px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .colun-left {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .colun-right {
    width: 100%;
  }
  .div-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .texto-padrao {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .div-botao {
    margin-top: 3%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-link {
    width: 50%;
  }
  .div-pai-logo {
    position: static;
    left: 20px;
    width: 80%;
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .div-pai-textos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 35px;
    margin-bottom: 5px;
    padding-right: 15px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .div-titulo {
    margin-bottom: 0px;
  }
  .div-sub-titulo {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .div-www {
    position: static;
    margin-top: 0px;
    margin-bottom: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .linha {
    display: none;
    width: 100px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .colun-left {
    width: 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .colun-right {
    width: 70%;
  }
  .div-logo {
    margin-bottom: 21px;
  }
  .texto-padrao {
    margin-bottom: 4px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .div-botao {
    padding-left: 0px;
  }
  .div-link {
    width: 90%;
    height: 35px;
  }
  .texto-botao {
    font-size: 1em;
  }
  .div-pai-logo {
    left: 8px;
    top: 10px;
    height: 80px;
    margin-bottom: 0px;
  }
  .div-pai-textos {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 11px;
    text-align: left;
  }
  .div-titulo {
    font-size: 1.1em;
  }
  .div-sub-titulo {
    margin-bottom: 10px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .div-www {
    padding-left: 36px;
  }
}

@media (max-width: 479px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .colun-left {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .colun-right {
    width: 100%;
    margin-top: 0px;
  }
  .div-logo {
    margin-top: 0%;
    margin-bottom: 5px;
  }
  .texto-padrao {
    font-size: 1em;
  }
  .div-botao {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-link {
    width: 70%;
  }
  .texto-botao {
    font-size: 1em;
    line-height: 1px;
  }
  .div-pai-logo {
    position: static;
    left: 22px;
    top: 22px;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-pai-textos {
    margin-top: 9px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-titulo {
    margin-bottom: 0px;
  }
  .div-sub-titulo {
    margin-bottom: 7px;
    font-size: 1em;
  }
}