@font-face {
  font-family: 'VotorantimSans';
  src: url('../fonts/VotorantimSans-Thin_WebOnly.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'VotorantimSans';
  src: url('../fonts/VotorantimSans-Light_WebOnly.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'VotorantimSans';
  src: url('../fonts/VotorantimSans-Regular_WebOnly.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'VotorantimSans';
  src: url('../fonts/VotorantimSans-Medium_WebOnly.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'VotorantimSans';
  src: url('../fonts/VotorantimSans-Bold_WebOnly.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'VotorantimSans';
  src: url('../fonts/VotorantimSans-Black_WebOnly.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
body {
  font-size: 18px;
  color: #0000BF;
  font-family: 'VotorantimSans';
}
a:hover {
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
button:focus {
  outline: 0 !important;
  box-shadow: none!important;
}
*:focus {
  outline: 0 !important;
  box-shadow: none!important;
}
header {
  z-index: 6;
  position: absolute;
  width: 100%;
}
@media (max-width: 576px) {
  header {
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.4));
  }
}
header .search-logo {
  width: 400px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
}
header a.brand {
  margin-top: 30px;
  display: inline-block;
}
header .container-fluid {
  padding-left: 100px;
}
header .buttons {
  position: absolute;
  top: 0;
  right: 0;
}
header .buttons.search-active {
  background: #fff;
  width: 100%;
}
header .buttons a {
  background: white;
  float: right;
  padding: 30px;
  color: #0000BF;
}
header .buttons a.mob {
  font-size: 22px;
  padding: 29px 49px;
}
header .buttons a.search {
  font-size: 22px;
  padding: 29px 40px;
}
header .buttons a.search .fa-times {
  display: none;
  padding: 4px 2.75px;
}
header .buttons a.search.active .fa-search {
  display: none;
}
header .buttons a.search.active .fa-times {
  display: inline-block;
  padding: 0 2.75px;
}
header .buttons a.language {
  font-size: 14px;
  text-transform: uppercase;
}
header .buttons a.language {
  padding: 35px 40px;
}
@media (max-width: 576px) {
  header .container-fluid {
    padding-left: 15px;
  }
  header .buttons a.mob {
    padding: 20px 20px;
  }
  header .buttons a.language {
    padding: 26px 20px;
  }
  header a.brand {
    margin: 22px 0px 0px 10px;
  }
  header a.brand img {
    width: 160px;
  }
}
nav.menu {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 30;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white;
  z-index: -10;
}
nav.menu.active {
  opacity: 1;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
nav.menu .box {
  height: 100%;
}
nav.menu .box .redes-e-btn {
  position: absolute;
  bottom: 0px;
  right: 0;
}
nav.menu a.brand {
  margin: 30px 0px 0px 100px;
  display: inline-block;
}
@media (max-width: 576px) {
  nav.menu a.brand {
    margin: 22px 0px 0px 25px;
  }
}
nav.menu .menus {
  padding: 0px 100px 0px 100px;
}
nav.menu .menus .central {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  width: 88%;
}
@media (max-width: 576px) {
  nav.menu .menus .central {
    top: 90px;
    transform: none;
    width: 91%;
    position: absolute;
  }
}
nav.menu .menus .baixo {
  position: fixed;
  bottom: 21%;
  right: 100px;
}
@media (max-width: 576px) {
  nav.menu .menus .baixo {
    bottom: 11%;
    width: calc(100% - 60px);
    margin: 0 auto;
    right: inherit;
  }
}
nav.menu .menus ul.languages {
  margin-top: 0px;
  text-align: right;
  padding: 0px 30px 0px 0px;
  position: fixed;
  top: 100px;
  right: 70px;
  z-index: 99;
}
nav.menu .menus ul.languages .current-lang a {
  font-weight: bold;
}
nav.menu .menus ul.languages a {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
nav.menu .menus ul.languages a:hover {
  font-weight: bold;
}
nav.menu .menus ul.languages li {
  margin-top: 0px;
  margin-bottom: 0px;
}
nav.menu .menus ul {
  list-style: none;
  margin: 0;
  padding: 0px 0px 0px 60px;
}
nav.menu .menus ul li {
  display: inline-block;
  width: 100%;
  margin-top: 38px;
}
nav.menu .menus ul li a {
  color: #0000BF;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}
nav.menu .menus ul li a:hover {
  font-weight: 500;
}
nav.menu .menus .social {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0px 30px 0px 0px;
  width: 100%;
}
nav.menu .menus .social li {
  display: inline-block;
  width: auto!important;
}
@media (max-width: 576px) {
  nav.menu .menus .social li {
    margin: 0 5px;
  }
}
nav.menu .menus .social li a {
  border: 1px solid #0000BF;
  font-size: 22px;
  padding: 10px 15px;
  display: inline-block;
  margin: 0px;
}
nav.menu .menus .social li a:hover {
  border: 1px solid #0000BF;
  color: white;
  transition: all 200ms ease-in-out;
  background: #0000BF;
}
nav.menu .menus .btn-primary {
  margin-top: 20px;
  width: 228px;
  float: right;
  margin-right: 30px;
  padding: 16px 20px;
  font-size: 24px;
}
@media (max-width: 576px) {
  nav.menu .menus .btn-primary {
    width: 100%;
    margin: 20px 0px;
    min-width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
nav.menu .buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
nav.menu .buttons a,
nav.menu .buttons button {
  background: white;
  float: right;
  padding: 30px;
  color: #0000BF;
  border: 0px none;
}
nav.menu .buttons a.mob,
nav.menu .buttons button.mob {
  font-size: 22px;
  padding: 19px 25px;
}
nav.menu .buttons a.language,
nav.menu .buttons button.language {
  font-size: 14px;
  text-transform: uppercase;
  padding: 35px 40px;
}
@media (max-width: 576px) {
  nav.menu .buttons a.language,
  nav.menu .buttons button.language {
    padding: 26px 23px 26px 20px;
  }
}
nav.menu .buttons button {
  font-size: 22px;
  padding: 29px 49px;
}
@media (max-width: 576px) {
  nav.menu .buttons button {
    padding: 20px 20px;
  }
}
nav.menu .bottom {
  border-top: 1px solid #0000BF;
  font-size: 12px;
  padding: 15px 0px 10px;
  margin-top: 120px;
  width: calc(100% - 60px);
  margin-left: 30px;
  position: fixed;
  bottom: 6%;
}
nav.menu .bottom a {
  font-size: 14px;
  color: #0000BF;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 576px) {
  nav.menu a.brand img {
    width: 160px;
  }
  nav.menu .copy {
    display: none;
  }
  nav.menu .bottom {
    margin-top: 10px;
    bottom: 11px;
    margin-left: 0;
    width: 100%;
  }
  nav.menu .redes-e-btn {
    margin: 0 auto;
    width: 100%;
  }
  nav.menu .menus {
    padding: 0px 30px;
  }
  nav.menu .menus .social {
    padding: 0px;
    margin-top: 20px;
    text-align: center;
  }
  nav.menu .menus .languages {
    display: none;
  }
  nav.menu .menus ul {
    padding-left: 0px;
  }
  nav.menu .menus ul li {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  nav.menu .menus ul li a {
    font-size: 18px;
    line-height: 120%;
  }
}
nav.language {
  position: absolute;
  top: 91px;
  right: 0;
  z-index: 10;
  transform: translateX(100%);
  transition: transform .5s;
}
@media (max-width: 576px) {
  nav.language {
    top: 73px;
  }
}
nav.language ul {
  list-style: none;
  margin: 0;
  background: #FAFAFA;
  padding: 0;
}
nav.language ul li {
  display: inline-block;
  margin: 0;
  background: white;
  text-transform: uppercase;
}
nav.language.active {
  transform: translateX(0);
}
nav.language a {
  background: #FAFAFA;
  float: right;
  padding: 28px 25px 21px 26px;
  font-size: 14px;
  color: #0000BF;
}
@media (max-width: 576px) {
  nav.language a {
    padding: 28px 8.5px 21px 10px;
  }
}
.bg-inverse {
  color: white;
  background: #0000BF;
}
.bg-inverse * {
  color: white;
}
.btn {
  font-size: 14px;
  border-radius: 0px;
  padding: 14px 30px;
  border: 0px none;
  border-radius: 0px 0px 10px 0px;
  transition: all .5s;
}
.btn.btn-primary {
  background: #0000BF;
  color: white;
  border: 1px solid #0000BF;
}
.btn.btn-primary:hover {
  color: #0000BF;
  background: transparent;
}
.btn.btn-secondary {
  color: #0000BF;
  border: 1px solid white;
  background: white;
  font-weight: bold;
}
.btn.btn-secondary:hover {
  color: white;
  background: transparent;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1240px;
  }
}
footer {
  padding-top: 80px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  footer hr {
    border-bottom: 1px solid #0000BF;
    opacity: 0.2;
    width: 100%;
    margin-top: 40px;
  }
}
footer a {
  color: #0000BF;
}
footer .logo-footer {
  margin-top: 20px;
}
footer .menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 67px;
}
@media (max-width: 768px) {
  footer .menus ul {
    margin-top: 30px;
  }
}
footer .menus ul li {
  margin-bottom: 40px;
}
footer .menus ul li a {
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
}
footer .menus ul li a:hover {
  font-weight: 600;
  transition: all 200ms ease-in-out;
  color: #0000BF;
}
@media (max-width: 768px) {
  footer .menus ul li a {
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  footer .pm {
    padding: 0 20px;
  }
}
footer .social {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .social li {
  display: inline-block;
}
footer .social li a {
  border: 1px solid #0000BF;
  font-size: 22px;
  padding: 14px 22px;
  display: inline-block;
  margin: 0px;
}
footer .social li a:hover {
  border: 1px solid #0000BF;
  color: white;
  transition: all 200ms ease-in-out;
  background: #0000BF;
}
footer .bottom {
  border-top: 1px solid rgba(0, 0, 191, 0.2);
  font-size: 12px;
  padding: 15px 0px 10px;
  margin-top: 30px;
}
footer .bottom a {
  font-size: 14px;
  color: #0000BF;
  display: inline-block;
  margin-left: 10px;
}
footer .bottom a:hover {
  font-weight: 600;
  transition: all 200ms ease-in-out;
  color: #0000BF;
}
@media (max-width: 768px) {
  footer .bottom a {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .bottom .copy {
    text-align: center;
  }
}
.bg-dark {
  background: rgba(0, 0, 0, 0.2) !important;
}
.bg-light {
  background: #0C46E6!important;
}
.content {
  overflow: hidden;
  width: 100%;
  position: relative;
}

#contato {
  /**
* Make the field a flex-container, reverse the order so label is on top.
*/
  /**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the 
* pesky delay.
*/
  /**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
  /**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
  /**
* Show the placeholder when the input is focused.
*/
  /**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
}
#contato .mt-35 {
  margin-top: 35px;
}
#contato textarea.form-control {
  padding-top: 19px;
  font-size: 18px;
}
#contato form {
  margin: 2em 0;
}
#contato .field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 0px;
}
#contato .field-textarea {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 0px;
}
#contato label,
#contato input {
  transition: all 0.2s;
  touch-action: manipulation;
}
#contato input {
  -webkit-appearance: none;
  cursor: text;
  padding-left: 30px;
  height: 80px;
}
#contato input:focus {
  outline: 0;
}
#contato input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  pointer-events: none;
  transform: translate(30px, -54px) scale(1);
  height: 27px;
}
#contato .ajax-loader {
  width: 173px!important;
  height: 50px!important;
  top: 40px!important;
  border-radius: 0px!important;
}
#contato ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
#contato input:focus::-webkit-input-placeholder {
  opacity: 1;
}
#contato input:not(:placeholder-shown) + label,
#contato input:focus + label {
  transform: translate(30px, -70px) scale(1);
  cursor: pointer;
  height: 27px;
  font-size: 14px;
  max-width: 50%;
  color: #0000BF;
}
#contato .wpcf7-form-control-wrap {
  height: 105px;
}
#contato .wpcf7-form-control-wrap.mensagem {
  height: 175px;
}
#contato input:not(:placeholder-shown),
#contato input:focus {
  background: #ffffff!important;
  color: #0000BF;
}
#contato .field span.wpcf7-not-valid-tip {
  margin-top: -44px !important;
  color: #DD1754;
  font-size: 16px;
  padding-left: 30px;
}
#contato .wpcf7-not-valid-tip {
  margin-top: 0px!important;
  font-size: 14px;
}
#contato .wpcf7 form.invalid .wpcf7-response-output {
  border: 0;
  background: #f44336;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  padding: 10px;
  border-radius: 0px 0px 10px 0px;
}
#contato .wpcf7-not-valid {
  border: 2px solid #DD1754;
  color: #DD1754;
}
#contato .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid {
  border: none!important;
}

#esg .banner-intro .container-fluid p {
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  max-width: 500px;
}
#esg .banner-intro:after {
  background: url(../../img/bg-banner-small.png) top left no-repeat;
}
@media (min-width: 1800px) {
  #esg .banner-intro:after {
    background: url(../../img/bg-banner-small-600.png) top left no-repeat;
  }
}
@media (min-width: 1800px) {
  #esg .banner-intro.banner-intro-small {
    height: 600px;
  }
}

#gestao .banner-intro {
  padding-bottom: 50px;
  padding-top: 252px;
}
@media (min-width: 1800px) {
  #gestao .banner-intro {
    padding-top: 302px;
  }
}
#gestao .title-image {
  padding: 41px 0 100px 0px;
}
@media (max-width: 768px) {
  #gestao .title-image {
    padding-bottom: 0;
  }
}
#gestao section.title-image img:last-of-type {
  margin-top: 74px;
}
@media (max-width: 768px) {
  #gestao section.title-image img:last-of-type {
    margin-top: 30px;
  }
}
#gestao .list-team .item span {
  color: #FF6F0D;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
#gestao .list-team .box:first-of-type {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #gestao .list-team .list-cards {
    margin-top: 50px;
  }
}
#gestao .list-team {
  padding-bottom: 126px;
}
@media (max-width: 768px) {
  #gestao section.text-side:after {
    display: none;
  }
}
#gestao section.text-side .text {
  padding: 208px 104px 0px 40px;
}
@media (max-width: 768px) {
  #gestao section.text-side .text {
    padding: 70px 25px;
  }
}
@media (max-width: 768px) {
  #gestao section.text-side p br {
    display: none;
  }
}
#gestao section.text-side .bg-inverse {
  padding: 207px 0px 185px 106px;
}
@media (max-width: 768px) {
  #gestao section.text-side .bg-inverse {
    padding: 70px 25px;
    border-radius: 0;
  }
}
#gestao .list-team .box:last-of-type span {
  color: #DD1754;
}
#gestao .list-team .box:last-of-type .item {
  border-top: 3px solid #DD1754;
}

#governanca .banner-intro {
  padding-top: 228px;
}
#governanca .banner-intro p {
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
}
@media (max-width: 768px) {
  #governanca .banner-intro .container-fluid h1 {
    max-width: 90%;
  }
  #governanca .banner-intro .container-fluid h1 br {
    display: none;
  }
}
#governanca .text-image {
  margin: 38px 0px;
}
#governanca .text-image p {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
#governanca .text-image h3 {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 30px;
}
#governanca .text-image h3 b {
  font-weight: bold;
}
#governanca .estruturas .btn-primary {
  font-weight: 700;
}
@media (max-width: 768px) {
  #governanca .cta .box {
    height: 190px;
  }
}
#governanca section.tabs-mobile .panel-default {
  background: #0000BF;
  color: white;
}
#governanca section.tabs-mobile .panel-default h4 {
  font-size: 16px;
  line-height: 160%;
  font-weight: 300;
  margin-bottom: 0;
  padding: 20px 20px;
}
#governanca section.tabs-mobile .panel-body {
  background: white;
  color: #0000BF;
}
#governanca section.tabs-mobile .panel-body .conteudo {
  padding: 40px;
}
#governanca section.tabs-mobile .panel-body .conteudo h3 {
  font-size: 24px;
  line-height: 120%;
}
#governanca section.tabs-mobile .panel-body .conteudo p {
  font-size: 14px;
  line-height: 24px;
}
#governanca section.tabs-mobile .panel-body .conteudo .btn.btn-primary {
  min-width: 220px;
  margin-top: 10px;
}
#governanca section.tabs-mobile .panel-body .conteudo .btn.btn-secondary {
  border: 2px solid #0111bf;
  min-width: 220px;
  margin-top: 10px;
}
#governanca section.tabs-mobile .panel-body img {
  width: 100%;
}
#governanca section.tabs-mobile .panel-title {
  padding: 0 20px;
}
#governanca section.tabs-mobile .panel-title {
  position: relative;
}
#governanca section.tabs-mobile .panel-title::after {
  content: url(../../img/arrow-cima.svg);
  color: #ffffff;
  top: 18px;
  right: 20px;
  position: absolute;
  transform: rotate(180deg);
  transition: all 300ms ease-in-out;
}
#governanca section.tabs-mobile .panel-title[aria-expanded="true"]::after {
  content: url(../../img/arrow-cima.svg);
  transform: rotate(0deg);
  transition: all 300ms ease-in-out;
}
#governanca section.tabs-mobile .panel-heading-full.panel-heading {
  padding: 0;
}
#governanca section.tabs-mobile .panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}

body {
  background: #FFFFFF;
}
.vaga .btn {
  font-size: 14px;
  border-radius: 0px;
  padding: 14px 30px;
  border: 0px none;
  border-radius: 0px 0px 10px 0px;
  transition: all .5s;
}
.vaga .btn.btn-primary {
  background: #0000BF;
  color: white;
  border: 1px solid #0000BF;
}
.vaga .btn.btn-primary:hover {
  color: #0000BF;
  background: transparent;
}
.vaga .btn.btn-secondary {
  color: #0000BF;
  border: 1px solid white;
  background: white;
  font-weight: bold;
}
.vaga .btn.btn-secondary:hover {
  color: white;
  background: transparent;
}
.banner {
  background: url(../../img/bg-banner-home.png);
  background-size: cover;
  color: white;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.banner .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.banner .vimeo-wrapper:after {
  content: '';
  width: 100vw;
  height: 100vh;
  background: #00000059;
  position: absolute;
  pointer-events: none;
}
.banner .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .banner .vimeo-wrapper iframe {
    transform: scale(1.07) translate(-50%, -50%);
  }
}
.banner h1 {
  line-height: 64px;
  font-size: 64px;
  position: absolute;
  top: 44%;
  max-width: 650px;
  transform: translateY(-50%);
  font-weight: 300;
}
.banner h1 b {
  font-weight: 700;
}
.banner .container {
  height: 100vh;
  z-index: 2;
  position: relative;
}
.banner .container-fluid {
  padding-left: 100px;
  height: 100vh;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .banner .container-fluid {
    padding-left: 0;
  }
}
.banner .down {
  position: absolute;
  bottom: 111px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../img/mouse-down.svg) top center no-repeat;
  width: 125px;
  padding-top: 70px;
  border: 0px none;
  color: white;
  z-index: 2;
  font-size: 14px;
  text-align: center;
  animation: animatedBackground 800ms linear infinite alternate;
}
.banner .down span {
  text-transform: uppercase;
  text-align: center;
}
@keyframes animatedBackground {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 40%;
  }
}
@media (max-width: 576px) {
  .banner {
    background-position: center center;
  }
  .banner .down {
    bottom: 10px;
    background: url(../../img/arrow-down.svg) top center no-repeat;
  }
  .banner .down span {
    display: none;
  }
  .banner h1 {
    font-size: 36px;
    line-height: 100%;
    padding: 15px;
    top: auto;
    bottom: initial;
    transform: none;
    top: 354px;
    font-weight: 200;
  }
}
.editor {
  padding: 80px 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #363636;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-size: 36px;
  font-weight: bold;
  color: #0000BF;
}
.cta-editor {
  margin: 60px 0px;
}
.cta-editor .bg-dark {
  height: 100%;
  padding: 150px 50px 50px 50px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.cta-editor .bg-dark a {
  color: #06E3FF;
  font-weight: 700;
  font-size: 14px;
}
.cta-editor .bg-inverse-2 {
  background-color: #0C46E6;
  font-size: 18px;
  line-height: 28px;
  border-radius: 0px 40px 40px 0px;
}
.cta-editor .bg-inverse-2 .box-editor {
  padding: 50px;
}
.cta-editor .bg-inverse-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cta-editor .bg-inverse-2 ul li {
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cta-editor .bg-inverse-2 ul li:after {
  border: 3px solid #06E3FF;
  border-radius: 100px;
  content: '';
  width: 18px;
  height: 18px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.cta-editor .bg-inverse-2 ul li:nth-child(even):after {
  border-color: #FFC50B;
}
.banner-intro {
  background: url(../../img/banner-internal.png) center right;
  background-size: cover;
  position: relative;
  padding: 278px 0px 140px;
  color: white;
  height: 760px;
}
.banner-intro.banner-intro-small {
  height: 480px;
}
.banner-intro.banner-intro-small:after {
  background-position: center left;
}
.banner-intro .container-fluid {
  z-index: 2;
  position: relative;
  padding-left: 100px;
}
.banner-intro .container-fluid span,
.banner-intro .container-fluid h1,
.banner-intro .container-fluid p {
  max-width: 500px;
}
@media (max-width: 768px) {
  .banner-intro .container-fluid p br {
    display: none;
  }
}
.banner-intro .container-fluid span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}
.banner-intro .container-fluid h1 {
  line-height: 56px;
  font-size: 56px;
  font-weight: 100;
  margin-bottom: 30px;
}
.banner-intro .container-fluid h1 b {
  font-weight: bold;
}
.banner-intro .container-fluid p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  max-width: 424px;
}
.banner-intro:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../../img/bg-banner.png) top left no-repeat;
  top: 0;
  left: -5px;
}
@media (min-width: 1800px) {
  .banner-intro {
    height: 900px;
  }
  .banner-intro:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../img/bg-banner-fullhd-900.png) top left no-repeat;
    top: 0;
    left: -5px;
  }
}
@media (max-width: 576px) {
  .banner-intro {
    padding: 320px 0px 0px 0px!important;
    height: auto!important;
  }
  .banner-intro:after {
    display: none;
  }
  .banner-intro .container-fluid {
    background: #0000BF;
    border-radius: 0px 40px 0px 0px;
    padding: 50px 20px;
  }
  .banner-intro .container-fluid h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .banner-intro .container-fluid p {
    font-size: 14px;
  }
}
.about {
  background: url(../../img/bg-blue.png) right top no-repeat;
  background-size: cover;
  height: 900px;
  max-height: 100vh;
}
.about .container {
  position: relative;
  height: 100vh;
}
.about .container .align {
  max-width: 670px;
  top: 51%;
  position: absolute;
  transform: translateY(-50%);
  left: 106px;
}
@media (max-height: 900px) {
  .about .container .align {
    max-width: 600px;
    left: 0px;
  }
}
.about .container .align h2 {
  font-size: 56px;
  line-height: 58px;
  font-weight: 300;
  margin-bottom: 31px;
}
.about .container .align h2 b {
  font-weight: 700;
}
.about .container .align p {
  font-size: 18px;
  line-height: 160%;
  margin: 0px 0px 27px;
}
@media (max-width: 576px) {
  .about {
    padding: 90px 10px;
    height: inherit;
    background: url(../../img/aboutMobile.png) top center no-repeat;
    background-size: cover;
  }
  .about .container {
    height: inherit;
  }
  .about .container .align {
    position: static;
    transform: none;
  }
  .about .container .align h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .about .container .align p {
    font-size: 14px;
    line-height: 22px;
  }
}
.news {
  background: linear-gradient(0deg, #F6F6F6, #FFFFFF 5%);
  padding: 127px 0px 50px;
}
@media (max-width: 768px) {
  .news {
    padding-top: 40px;
  }
}
.news h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #0000BF;
  font-size: 24px;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .news h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}
.news .btn.btn-secondary {
  margin-top: 10px;
}
.news .item {
  position: relative;
  width: 1030px;
  text-align: right;
}
.news .item .box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  background: url(../../img/news-1.png) center left no-repeat;
  color: white;
  border-radius: 8px;
}
.news .item .box .align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 105px;
  font-size: 14px;
  max-width: 530px;
}
.news .item .box .align h3 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
}
.news .item img {
  width: 60%;
  display: inline-block;
  border-radius: 8px;
}
.news .item.template-2 .box {
  background: url(../../img/news-2.png) center left no-repeat;
}
.news .item.template-2 .box:after {
  background: url(../../img/right-yellow.png) bottom right no-repeat;
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}
.news .item.template-3 .box {
  background: url(../../img/news-3.png) center left no-repeat;
}
.news .owl-dots {
  text-align: center;
  padding: 30px 0px;
  margin-top: 37px;
}
@media (max-width: 768px) {
  .news .owl-dots {
    margin-top: 0;
  }
}
.news .owl-dots button {
  background: #363636;
  opacity: 0.2;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin: 0px 5px;
  transition: all .5s;
}
.news .owl-dots button.active {
  width: 16px;
  background: #0000BF;
  opacity: 1;
}
@media (max-width: 576px) {
  .news .item {
    width: 300px;
  }
  .news .item img {
    width: 100%;
  }
  .news .item .box {
    position: relative;
    background: #0000BF !important;
    top: auto;
    left: auto;
    border-radius: 0px 30px 10px 10px;
    overflow: hidden;
    margin-top: -30px;
  }
  .news .item .box:after {
    display: none;
  }
  .news .item .box .align {
    position: static;
    background: #0000BF !important;
    top: auto;
    left: auto;
    transform: none;
    padding: 30px;
    min-height: 300px;
  }
  .news .item .box .align h3 {
    font-size: 24px;
  }
  .news .item .box .align p {
    font-size: 14px;
  }
  .news .item .box .align .btn.btn-secondary {
    position: absolute;
    bottom: 30px;
  }
}
.cta-v {
  background: url(../../img/cta-v.png) center center;
  background-size: cover;
  height: 110vh;
  max-height: 1080px;
  min-height: 950px;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta-v {
    min-height: 822px;
  }
}
.cta-v .box {
  position: absolute;
  bottom: 102px;
  left: 100px;
  z-index: 2;
  width: 410px;
}
.cta-v .box h2 {
  color: #DD1754;
  font-size: 56px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta-v .box h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}
.cta-v .box p {
  font-size: 14px;
  line-height: 24px;
}
.cta-v:after {
  background: url(../../img/cta-v-left.png) top left no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.cta-v:before {
  background: url(../../img/v-right-pink.png) bottom right no-repeat;
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}
.cta-v.blue {
  height: auto;
  min-height: 800px;
}
.cta-v.blue:after {
  background: url(../../img/cta-v-left-2.png) top left no-repeat;
}
.cta-v.blue:before {
  background: url(../../img/cta-v-right-2.png) bottom right no-repeat;
}
.cta-v.blue .box h2,
.cta-v.blue .box h3,
.cta-v.blue .box p {
  color: white;
}
.cta-v.blue .box p {
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 768px) {
  .cta-v.blue .box p br {
    display: none;
  }
}
@media (max-width: 576px) {
  .cta-v {
    height: auto;
  }
  .cta-v:after,
  .cta-v:before {
    display: none;
  }
  .cta-v .box {
    background: white;
    border-radius: 0px 50px 0px 0px;
    margin-top: 400px;
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    bottom: 0px;
    display: inline-block;
    padding: 50px 30px;
  }
  .cta-v .box h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .cta-v .box h3 {
    margin: 10px 0px;
    font-size: 22px;
    line-height: 26px;
  }
  .cta-v .box p {
    font-size: 16px;
  }
}
.gallery-social {
  padding: 120px 0px;
}
@media (max-width: 576px) {
  .gallery-social {
    padding-top: 50px;
  }
}
@media (min-width: 1280px) {
  .gallery-social .container.container-masonry {
    max-width: 1270px!important;
  }
}
.gallery-social h2 {
  font-size: 56px;
  font-weight: 300;
  line-height: 56px;
  padding-left: 0px;
  margin-bottom: 20px;
}
.gallery-social h2 b {
  font-weight: bold;
}
.gallery-social h2 + p {
  font-size: 14px;
  margin-bottom: 40px;
  padding-left: 0px;
}
.gallery-social .social {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 97px;
  margin-right: -8px;
}
.gallery-social .social li {
  display: inline-block;
}
.gallery-social .social li a {
  border: 1px solid white;
  font-size: 22px;
  padding: 14px 22px;
  display: inline-block;
  margin: 0px 0px;
  transition: all 200ms ease-in-out;
}
.gallery-social .social li a:hover {
  border: 1px solid white;
  color: #0000BF !important;
  transition: all 200ms ease-in-out;
  background: white;
}
.gallery-social .social li a:hover:before {
  color: #0000BF !important;
}
.gallery-social .social li a:hover i {
  color: #0000BF !important;
}
.gallery-social .masonry {
  margin-top: 40px;
}
.gallery-social .item {
  margin-bottom: 30px;
}
.gallery-social .item img {
  width: 100%;
}
.gallery-social .item .box {
  background: white;
  border-radius: 0px 0px 10px 0px;
}
.gallery-social .item .box p {
  color: #363636;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 20px;
}
.gallery-social .item .box .btn {
  color: #FF6F0D;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.gallery-social .item .box span.logo {
  display: inline-block;
  padding-left: 20px;
  background: url(../../img/v.png) left center no-repeat;
  padding: 10px 10px 10px 35px;
  color: #0000BF;
  margin-left: 20px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 576px) {
  .gallery-social {
    padding: 40px 0px;
  }
  .gallery-social h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .gallery-social h2 + p {
    margin-bottom: 15px;
  }
  .gallery-social .social {
    width: 100%;
    text-align: left;
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .gallery-social .carrossel-social {
    margin-top: 40px;
  }
  .gallery-social .owl-dots {
    text-align: center;
    padding: 30px 0px;
    margin-top: 37px;
  }
  .gallery-social .owl-dots button {
    background: #FFFFFF;
    opacity: 0.4;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    margin: 0px 5px;
    transition: all .5s;
  }
  .gallery-social .owl-dots button.active {
    width: 16px;
    background: white;
    opacity: 1;
  }
  .gallery-social .item-c {
    width: 300px;
  }
  .gallery-social .item-c img {
    width: 100%;
  }
  .gallery-social .item-c span.logo {
    display: inline-block;
    padding-left: 20px;
    background: url(../../img/v.png) left center no-repeat;
    padding: 10px 10px 10px 35px;
    color: #0000BF;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
  }
  .gallery-social .item-c .box {
    position: relative;
    background: white!important;
    top: auto;
    left: auto;
    border-radius: 0px 0px 20px 0px;
    overflow: hidden;
  }
  .gallery-social .item-c .box:after {
    display: none;
  }
  .gallery-social .item-c .box .align {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    padding: 30px;
    color: #363636;
  }
  .gallery-social .item-c .box .align h3 {
    font-size: 24px;
  }
  .gallery-social .item-c .box .align p {
    font-size: 14px;
    color: #363636;
  }
  .gallery-social .item-c .box .align .btn.btn-link {
    color: #FF6F0D;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 0;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .gallery-social .owl-dots {
    margin-top: 0;
  }
}
.cta {
  background: #F6F6F6;
  padding: 120px 0px;
  text-align: right;
}
.cta .box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  background: url(../../img/news-1.png) center left no-repeat;
  color: white;
  border-radius: 8px;
}
.cta .box .align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 60px 0px 108px;
  font-size: 14px;
  max-width: 47%;
}
.cta .box .align .btn {
  margin-top: 15px;
}
.cta .box .align h3 {
  font-size: 36px;
  font-weight: 700;
}
.cta img {
  border-radius: 8px;
}
.cta.cta-pink .box {
  background: url(../../img/bg-cta-1.png) center left no-repeat;
}
@media (max-width: 768px) {
  .cta.cta-pink .box {
    background: initial;
  }
}
.cta.cta-pink .box:before {
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  background: url(../../img/triangle-pink.png) bottom right no-repeat;
  width: 183px;
  content: '';
}
@media (max-width: 768px) {
  .cta.cta-pink .box:before {
    display: none;
  }
}
.cta.cta-blue .box {
  background: url(../../img/bg-cta-1.png) center left no-repeat;
}
@media (max-width: 768px) {
  .cta.cta-blue .box {
    background: initial;
  }
}
.cta.cta-blue .box:before {
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  background: url(../../img/triangle-blue.png) bottom right no-repeat;
  width: 183px;
  content: '';
}
@media (max-width: 768px) {
  .cta.cta-blue .box:before {
    display: none;
  }
}
@media (max-width: 576px) {
  .cta img {
    width: 100%;
  }
  .cta .box {
    background: none;
    position: relative;
    transform: none;
    margin-top: -30px;
    z-index: 2;
  }
  .cta .box .align {
    background: #0000BF;
    border-radius: 0px 20px 10px 10px;
    position: static;
    transform: none;
    padding: 40px 20px;
    width: 100%;
    max-width: 100%;
  }
  .cta .box .align h3 {
    font-size: 32px;
  }
  .cta .box .align p {
    font-size: 14px;
  }
}
.image-text {
  position: relative;
  margin: 38px 0px;
  min-height: 500px;
}
.image-text img {
  left: 0px;
  max-width: 42%;
  border-radius: 0px 50px 50px 0px;
  top: 0px;
}
.image-text .align {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: left;
  width: 620px;
  margin-left: 270px;
}
@media (min-width: 992px) {
  .image-text .align {
    width: 465px;
    margin-left: 205px;
  }
}
@media (min-width: 1200px) {
  .image-text .align {
    width: 560px;
    margin-left: 245px;
  }
}
@media (min-width: 1280px) {
  .image-text .align {
    width: 560px;
    margin-left: 288px;
  }
}
.image-text .align .btn-link {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0px;
  color: #DD1754;
}
.image-text .align .btn-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  position: relative;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
  transform: rotate(-45deg);
}
.image-text .align h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.image-text .align h3 {
  font-weight: 300;
  margin: 40px 0px 25px;
  font-size: 36px;
  line-height: 120%;
}
.image-text .align h3 b {
  font-weight: bold;
}
.image-text .align p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 20px;
}
.image-text.image-full {
  margin-bottom: 0px;
}
.image-text.image-full img {
  border-radius: 0px 50px 0px 0px;
}
@media (max-width: 576px) {
  .image-text img {
    position: static;
    width: 93%;
    height: auto;
    max-width: 93%;
    margin-top: 30px;
    border-radius: 0 40px 40px 0px;
  }
  .image-text .align {
    margin-top: 40px;
    position: static;
    transform: none;
    margin-left: 0px;
    width: 100%;
    padding: 20px;
  }
  .image-text .align h5 {
    font-size: 20px;
  }
  .image-text .align h3 {
    font-size: 32px!important;
  }
  .image-text .align p {
    font-size: 18px;
    font-weight: 300;
  }
  .image-text .align p br {
    display: none;
  }
}
.text-image {
  position: relative;
  margin: 140px 0px 60px 0;
  min-height: 500px;
  text-align: right;
}
.text-image img {
  right: 0px;
  width: 42%;
  border-radius: 50px 0px 0px 50px;
  top: 0px;
}
.text-image .align {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: left;
  width: 620px;
  margin-left: -270px;
}
.text-image .align p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 160%;
  font-weight: 300;
}
.text-image .align .btn-link {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0px;
  color: #DD1754;
}
.text-image .align .btn-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  position: relative;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
  transform: rotate(-45deg);
}
.text-image .align h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.text-image .align h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 24px;
}
.text-image .align h3 {
  font-size: 46px;
  line-height: 43px;
  margin: 20px 0;
  font-weight: 300;
}
.text-image.image-full {
  margin-bottom: 0px;
  min-height: inherit;
}
.text-image.image-full img {
  border-radius: 50px 0px 0px 0px;
}
@media (max-width: 576px) {
  .text-image img {
    position: static;
    width: 93%;
    height: auto;
    max-width: 93%;
    border-radius: 40px 0px 0px 40px;
    margin-top: 30px;
  }
  .text-image .align {
    margin-top: 40px;
    position: static;
    transform: none;
    margin-left: 0px;
    width: 100%;
    padding: 20px;
  }
  .text-image .align h5 {
    font-size: 20px;
  }
  .text-image .align h3 {
    font-size: 32px!important;
  }
  .text-image .align p {
    font-size: 18px;
    font-weight: 300;
  }
}
.text-video-2 {
  position: relative;
  margin: 60px 0px;
  min-height: 500px;
  text-align: right;
}
.text-video-2 a.play {
  position: absolute;
  background: url(../../img/play.svg) top center no-repeat;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 100px;
  z-index: 5;
  padding-top: 80px;
  top: 50%;
  left: 75%;
  transform: translateY(-50%) translateX(-50%);
}
.text-video-2 img {
  right: 0px;
  width: 45%;
  border-radius: 50px 0px 0px 50px;
}
.text-video-2 .align {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: left;
  width: 620px;
  margin-left: -270px;
}
@media (min-width: 992px) {
  .text-video-2 .align {
    width: 465px;
    margin-left: -205px;
  }
}
@media (min-width: 1200px) {
  .text-video-2 .align {
    width: 560px;
    margin-left: -245px;
  }
}
@media (min-width: 1280px) {
  .text-video-2 .align {
    width: 560px;
    margin-left: -275px;
  }
}
.text-video-2 .align p {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.text-video-2 .align .btn-link {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0px;
  color: #DD1754;
}
.text-video-2 .align h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.text-video-2 .align h5 {
  font-size: 24px;
  font-weight: bold;
}
.text-video-2 .align h3 {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 30px;
}
.text-video-2.image-full {
  margin-bottom: 0px;
}
.text-video-2.image-full img {
  border-radius: 50px 0px 0px 0px;
}
@media (max-width: 576px) {
  .text-video-2 img {
    position: static;
    width: 80%;
    height: auto;
    max-width: 80%;
    border-radius: 0px 50px 50px 0px;
    margin-top: 30px;
  }
  .text-video-2 .align {
    margin-top: 40px;
  }
  .text-video-2 .align h3 {
    font-size: 32px;
  }
  .text-video-2 .align p {
    font-size: 18px;
    font-weight: 300;
  }
}
.how .list {
  padding: 70px;
  padding-bottom: 77px;
  padding-top: 96px;
}
.how .list .row {
  max-width: 920px;
  margin: 0 auto;
}
.how .list h4 {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
}
.how .list p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.how .list .item {
  margin-bottom: 17px;
  padding: 70px 40px 0px 34px;
}
.how .list .item img {
  margin-bottom: 15px;
  max-height: 72px;
}
@media (min-width: 1280px) {
  .how .col-md-3 {
    min-width: 430px;
  }
}
.how .box {
  padding: 120px 0px 0px 85px;
}
.how .box h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 38px;
  color: white;
  font-weight: bold;
}
.how .box p {
  margin: 85px 0px 40px;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
}
.how .box .btn {
  padding: 0px;
  color: #06E3FF;
  font-size: 14px;
  font-weight: bold;
}
.how .box .btn::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  position: relative;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  .how .bg-dark {
    background: none!important;
  }
  .how .box {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .how .box h3 + p {
    margin-top: 20px;
  }
  .how .box h3 {
    font-size: 18px;
    line-height: 160%;
  }
  .how .box-footer {
    background: #0B0BA4;
    padding: 36px;
  }
  .how .box-footer p br {
    display: none;
  }
  .how .box-footer .btn {
    padding: 0px;
    color: #06E3FF;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  .how .box-footer .btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 17px;
    position: relative;
    top: -9px;
    right: -16px;
    width: 40px;
    height: 40px;
    display: inline-block;
    transform: rotate(-45deg);
  }
  .how .list {
    padding: 5px;
    margin-bottom: 30px;
  }
}
.text-video {
  background: url(../../img/video.png) center center;
  background-size: cover;
  min-height: 800px;
  position: relative;
}
.text-video a {
  position: absolute;
  background: url(../../img/play.svg) top center no-repeat;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 100px;
  z-index: 5;
  padding-top: 80px;
  top: 51%;
  left: 72%;
  transform: translateY(-50%) translateX(-50%);
}
.text-video .container-fluid {
  position: relative;
  z-index: 2;
  padding-left: 30px;
}
.text-video .container-fluid h2 {
  text-transform: uppercase;
  margin-top: 124px;
  margin-left: 70px;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
}
.text-video .container-fluid h3 {
  max-width: 446px;
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  margin: 137px 0px 20px 70px;
}
.text-video .container-fluid h3 b {
  font-weight: 700;
}
.text-video .container-fluid p {
  margin-left: 70px;
  max-width: 420px;
  font-size: 14px;
  line-height: 24px;
}
.text-video:after {
  background: url(../../img/bg-sobre-video.png) top left no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
@media (max-width: 576px) {
  .text-video {
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 350px;
    height: auto;
    min-height: auto;
    background-size: 100%;
  }
  .text-video:after {
    display: none;
  }
  .text-video .moldura {
    background: url(../../img/moldura.png) bottom center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    background-size: 100%;
  }
  .text-video a {
    bottom: 50px;
    left: 50%;
    top: auto;
  }
  .text-video .container-fluid h2,
  .text-video .container-fluid h3,
  .text-video .container-fluid p {
    margin-left: 0px;
  }
  .text-video .container-fluid h2 {
    margin-top: 50px;
  }
  .text-video .container-fluid h3 {
    margin-top: 50px;
  }
}
section.dna {
  position: relative;
  overflow: hidden;
  padding: 123px 0px;
  padding-bottom: 88px;
}
@media (max-width: 768px) {
  section.dna {
    padding-bottom: 50px;
  }
}
section.dna .animate {
  position: absolute;
  background: url(../../img/dna.png) bottom center no-repeat;
  background-size: 100%;
  width: 40%;
  height: 100%;
  right: 30px;
  animation: slide 2s;
  bottom: 0px;
}
@media (max-width: 768px) {
  section.dna .animate {
    background: url(../../img/dna-mobile.png) no-repeat;
    height: 273px;
    bottom: 11px;
    width: 333px;
    right: 0px;
    background-size: cover;
  }
}
@keyframes slide {
  from {
    bottom: -600px;
  }
  to {
    bottom: 0px;
  }
}
section.dna .item {
  width: 45%;
}
section.dna .item:nth-child(even) {
  margin-left: 39%;
  margin-top: 83px;
  margin-bottom: 90px;
}
section.dna .item h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 18px;
}
section.dna .item h3 b {
  font-weight: bold;
}
section.dna .item h3 span {
  font-weight: 100;
}
section.dna .item h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
section.dna .item p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 576px) {
  section.dna {
    padding-top: 67px;
  }
  section.dna .item {
    padding-left: 0px;
    width: 100%;
  }
  section.dna .item:nth-child(even) {
    margin-left: 0px;
  }
}
section.title-image {
  text-align: center;
}
section.title-image h2 {
  text-align: left;
  max-width: 300px;
  font-size: 36px;
  font-weight: 100;
  margin-top: 80px;
  line-height: 43px;
}
section.title-image h2 b {
  font-weight: 700;
}
section.title-image h2:last-child {
  margin-top: 120px;
}
section.title-image img {
  margin-top: -19px;
}
section.title-image .box-gallery {
  background: #EFF0F4;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  margin-top: 180px;
}
section.title-image .box-gallery:after {
  background: url(../../img/top-gallery.png);
  width: 396px;
  height: 164px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-180px);
  content: '';
  position: absolute;
}
section.title-image .box-gallery img {
  width: auto;
  height: 60px;
  display: inline-block;
  margin-top: 0px!important;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  section.title-image img {
    max-width: 100%;
    margin-top: 30px;
  }
}
.list-team {
  padding: 100px 0px;
}
.list-team .box {
  margin-top: 20px;
  margin-bottom: 10px;
}
.list-team .box:first-of-type {
  margin-bottom: 90px;
}
.list-team .list-cards {
  margin-top: 125px;
}
.list-team h3 {
  text-align: left;
  max-width: 300px;
  font-size: 36px;
  font-weight: 300;
  line-height: 43px;
}
.list-team h3 b {
  font-weight: 700;
}
.list-team h3 + p {
  font-size: 14px;
  font-weight: 300;
  max-width: 300px;
  margin-top: 40px;
}
.list-team .item {
  background: white;
  border-radius: 0px 0px 25px 0px;
  margin-bottom: 20px;
  padding: 28px 20px;
  border-top: 3px solid #FF6F0D;
  position: relative;
}
.list-team .item img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.list-team .item h4 {
  color: #0000BF;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: bold;
  max-width: 54%;
}
.list-team .item span {
  color: #0000BF;
  font-size: 14px;
  font-weight: bold;
}
.contact-form {
  padding: 150px 0px 80px;
}
.contact-form .pt-83 {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .contact-form .pt-83 {
    padding-top: 80px;
  }
}
.contact-form form {
  max-width: 715px;
  margin-top: 49px;
}
.contact-form h1 {
  font-size: 56px;
  font-weight: 300;
}
.contact-form h1 b {
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact-form h1 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 20px;
  }
}
.contact-form p {
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
}
@media (max-width: 768px) {
  .contact-form p {
    font-size: 18px;
    line-height: 140%;
    font-weight: 200;
    max-width: 85%;
  }
}
.contact-form h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.contact-form a {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
}
.contact-form a:hover {
  color: #FFFFFF;
}
.contact-form .wpcf7-submit {
  margin-top: 40px;
  min-width: 173px;
  color: #0000BF;
  border: 1px solid white;
  background: white;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0px;
  padding: 14px 30px;
  border-radius: 0px 0px 10px 0px;
  transition: all .5s;
  height: 50px !important;
  max-height: 50px !important;
  cursor: pointer;
}
.contact-form .wpcf7-submit:hover {
  color: white;
  background: transparent;
}
@media (max-width: 768px) {
  .contact-form .wpcf7-submit {
    float: left;
  }
}
.contact-form .wpcf7 .ajax-loader {
  position: absolute;
  right: 70px;
  bottom: 77px;
}
@media (max-width: 768px) {
  .contact-form .wpcf7 .ajax-loader {
    bottom: 57px;
    left: 68px;
  }
}
.contact-form .mt-30 {
  margin-top: 30px;
}
.contact-form .form-control {
  background: #0C46E6;
  color: white;
  height: 60px;
  border-radius: 0px;
  border: 0px none;
  padding-left: 30px;
  margin-bottom: 0;
  margin-top: 15px;
}
.contact-form .form-control::placeholder {
  color: white;
}
@media (max-width: 768px) {
  .contact-form .form-control {
    padding-left: 20px;
  }
}
.contact-form form.sent .wpcf7-response-output {
  text-align: center;
  background: #FFC50B;
  border: none;
  border-radius: 0px 0px 10px 0px;
  color: #0111bf;
  padding: 15px;
}
.contact-form textarea.form-control {
  height: 150px;
}
.contact-form .social {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 10px;
}
.contact-form .social li {
  display: inline-block;
}
.contact-form .social li a {
  border: 1px solid white;
  font-size: 22px;
  padding: 10px 15px;
  display: inline-block;
  margin: 0px;
}
.contact-form .social li a:hover {
  border: 1px solid white;
  color: #0000BF;
  transition: all 200ms ease-in-out;
  background: white;
}
.contact-form .social li a:hover i {
  color: #0000BF;
}
.rh-form {
  height: 100vh;
}
@media (max-width: 768px) {
  .rh-form {
    height: 830px;
    padding: 80px 0;
  }
}
.rh-form .container {
  display: flex;
  align-items: center;
  min-height: 100%;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .rh-form .container {
    min-height: inherit;
  }
}
.rh-form h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .rh-form h3 {
    font-size: 32px;
    line-height: 120%;
  }
}
.rh-form h3 b {
  font-weight: bold;
}
.rh-form p {
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 768px) {
  .rh-form p {
    font-size: 18px;
    line-height: 160%;
  }
}
.rh-form form {
  margin-top: 40px;
}
.rh-form h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.rh-form a {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
}
.rh-form .btn {
  margin-top: 40px;
  min-width: 173px;
}
.rh-form .wpcf7-submit {
  margin-top: 40px;
  min-width: 173px;
  color: #0000BF;
  border: 1px solid white;
  background: white;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0px;
  padding: 14px 30px;
  border-radius: 0px 0px 10px 0px;
  transition: all .5s;
}
.rh-form .wpcf7-submit:hover {
  color: white;
  background: transparent;
}
@media (max-width: 768px) {
  .rh-form .wpcf7-submit {
    float: left;
  }
}
.rh-form .wpcf7 .ajax-loader {
  position: absolute;
  right: 70px;
  bottom: 57px;
}
.rh-form .mt-30 {
  margin-top: 30px;
}
.rh-form .form-control {
  background: #0C46E6;
  color: white;
  height: 81px;
  border-radius: 0px;
  border: 0px none;
  padding-left: 41px;
  margin-top: 18px;
}
.rh-form .form-control::placeholder {
  color: white;
}
@media (max-width: 768px) {
  .rh-form .form-control {
    height: 61px;
    padding-left: 20px;
  }
}
.rh-form textarea.form-control {
  height: 150px;
}
.rh-form .social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rh-form .social li {
  display: inline-block;
}
.rh-form .social li a {
  border: 1px solid white;
  font-size: 22px;
  padding: 10px 15px;
  display: inline-block;
  margin: 0px;
}
.rh-form .social li a:hover {
  border: 1px solid #0000BF;
  color: white;
  transition: all 200ms ease-in-out;
  background: #0000BF;
}
.text .bg-light {
  padding: 100px 0px;
  text-align: center;
  font-weight: 300;
}
.text .bg-light h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 30px;
}
.text .bg-light p {
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
}
section.text-side {
  position: relative;
  overflow: hidden;
}
section.text-side h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 30px;
}
section.text-side h3 b {
  font-weight: bold;
}
section.text-side p {
  font-size: 14px;
  line-height: 24px;
}
section.text-side .text {
  padding: 140px 110px 0px 80px;
}
section.text-side .bg-inverse {
  background: #0C46E6;
  padding: 140px 0px 120px 100px;
  border-radius: 0px 0px 0px 50px;
}
section.text-side:after {
  content: '';
  position: absolute;
  top: 0;
  width: 60%;
  left: 55%;
  height: 100%;
  background: #0C46E6;
  z-index: -1;
}
section.text-side h4 {
  font-size: 18px;
}
section.text-side h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
}
section.text-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.text-side ul li {
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 100px;
}
section.text-side ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
section.estruturas {
  padding: 110px 0px;
}
section.estruturas h2 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 84px;
  margin-top: 14px;
}
section.estruturas .item {
  padding: 80px 30px 40px 36px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  border-radius: 40px;
  height: 100%;
}
section.estruturas .item h5 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 160%;
}
section.estruturas .list {
  padding: 0 100px;
}
section.estruturas .list > div:first-child .item {
  border-radius: 0px 40px 40px 40px;
}
section.estruturas .list > div:last-child .item {
  border-radius: 40px 0px 40px 40px;
}
@media (max-width: 576px) {
  section.estruturas {
    padding-top: 60px;
  }
  section.estruturas h2 {
    margin-bottom: 60px;
  }
  section.estruturas .list {
    padding: 0px 20px;
  }
}
section.pilares {
  padding-top: 125px;
  position: relative;
}
section.pilares a.small {
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 80px;
}
section.pilares h2 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
section.pilares p {
  font-weight: 300;
  text-align: center;
  max-width: 630px;
  margin: auto;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
}
section.pilares ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 70px 0px 70px;
  text-align: center;
}
section.pilares ul.list li {
  display: inline-block;
  width: 13.5%;
  border-top: 8px solid #FF6F0D;
  background: white;
  padding: 20px;
  color: #0000BF;
  position: relative;
  height: 230px;
  margin: 2px;
}
section.pilares ul.list li * {
  color: #0000BF;
}
section.pilares ul.list li h3 {
  font-size: 18px;
  line-height: 25px;
  margin: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0px;
  position: absolute;
  padding: 10px;
}
section.pilares ul.list li:first-child {
  border-radius: 0px 0px 0px 40px;
}
section.pilares ul.list li:last-child {
  border-radius: 0px 0px 40px 0px;
}
section.pilares .bg-light {
  padding: 120px 0px;
}
section.pilares .bg-light p {
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  max-width: 843px;
}
@media (max-width: 576px) {
  section.pilares ul.list {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
  }
  section.pilares ul.list li {
    display: inline-block;
    height: auto;
    margin-bottom: 5px;
    padding: 5px 0px;
    border-radius: 0px!important;
    width: 100%;
  }
  section.pilares ul.list li h3 {
    position: static;
    transform: none;
    display: inline-block;
  }
  section.pilares .bg-light {
    padding: 40px 20px;
    font-size: 16px;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  section.pilares ul.list li h3 br {
    display: none;
  }
}
section.tabs .tab-menu {
  text-align: center;
}
section.tabs .tab-menu a {
  display: inline-block;
  padding: 26px 45px;
  font-size: 18px;
  line-height: 28px;
}
section.tabs .tab-menu a.active,
section.tabs .tab-menu a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 4px solid #06E3FF;
}
section.tabs .tab-content .btn-secondary,
section.tabs .tab-content .btn-primary {
  border: 2px solid #0000BF;
}
section.tabs .tab-content .btn-secondary {
  font-weight: 400;
}
section.tabs .tab-content .btn-secondary:hover {
  background: #0000BF;
  color: #FFFFFF;
}
section.tabs .image-text h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
}
section.tabs .image-text h3 b {
  font-weight: bold;
}
section.tabs .image-text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.modal-transparent .modal-content {
  background: transparent;
  border: 0px none;
}
.modal-transparent .modal-content iframe {
  width: 100%;
  height: 550px;
}

@media (min-width: 1800px) {
  #portfolio .banner-intro {
    padding-top: 358px;
  }
}
#portfolio .ordem-port .row {
  max-height: 715px;
  flex-direction: column;
}
@media (max-width: 768px) {
  #portfolio .ordem-port .row {
    flex-direction: initial;
    max-height: initial;
  }
}
#portfolio .list-team .item {
  min-height: 128px;
}
#portfolio .list-team .item span {
  font-size: 12px;
  font-weight: 400;
}
#portfolio .text-image .align h3,
#portfolio .image-text .align h3 {
  font-size: 56px;
  line-height: 100%;
  margin-top: 20px;
}
#portfolio .text-image .align h3 b,
#portfolio .image-text .align h3 b {
  font-weight: bold;
}
#portfolio .text-image .align p,
#portfolio .image-text .align p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
}
#portfolio .image-text .align {
  top: 50%;
}
#portfolio .text-image .align {
  top: 50%;
}
#portfolio .text-image {
  margin: 60px 0px 60px 0;
}
#portfolio .image-text {
  margin: 60px 0px 60px 0;
}
@media (max-width: 768px) {
  #portfolio .bg-inverse {
    background: #0C46E6;
  }
}
#portfolio .cta .box .align h3 b {
  font-weight: 700;
}

#search {
  background: #0000BF;
  padding: 160px 0px;
  color: white;
}
#search .title {
  margin-bottom: 40px;
}
#search .title h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 140%;
  text-transform: uppercase;
}
#search .title .term {
  font-size: 64px;
  font-weight: 300;
}
#search .title .term i {
  font-size: 44px;
}
#search .side h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 140%;
}
#search .side a {
  font-size: 18px;
  line-height: 160%;
  color: white;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#search .intro {
  font-size: 14px;
  margin-bottom: 25px;
}
#search .item {
  background: #FFFFFF;
  border-radius: 0px 0px 24px 0px;
  padding: 30px;
  color: #0000BF;
  margin-bottom: 30px;
}
#search .item h3 {
  font-size: 24px;
  font-weight: bold;
}
#search .item p {
  font-size: 14px;
  font-weight: 300;
  color: #0000BF;
  line-height: 24px;
}
#search .item a.btn-secondary {
  color: #06E3FF;
  padding: 0px;
}
#search .item a.btn-secondary:after {
  content: '';
  background: url(../../img/more-arrow.png);
  width: 11px;
  height: 11px;
  margin-left: 5px;
  display: inline-block;
}
.box-search {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  padding: 200px 0px;
  font-size: 64px;
  color: #0000BF;
  display: none;
}
.box-search .container {
  position: relative;
}
.box-search a {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: -80px;
  right: 20px;
  color: #0000BF;
}
.box-search button {
  display: none;
}
.box-search form i {
  font-size: 52px;
  margin-right: 20px;
}
.box-search input {
  color: #0000BF;
  font-weight: 300;
  font-size: 64px;
  border: 0px none;
  width: 480px;
}
.box-search input::placeholder {
  color: #0000BF;
  opacity: 0.4;
}
.box-search .campo-busca img {
  vertical-align: bottom;
  margin-bottom: 25px;
  margin-left: 30px;
}

#sobre .banner-intro {
  padding: 278px 0px 140px;
}
@media (min-width: 1800px) {
  #sobre .banner-intro {
    padding: 368px 0px 140px;
  }
  #sobre .texto-image img {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 992px) {
  #sobre .text-image .align {
    width: 465px;
    margin-left: -205px;
  }
}
@media (min-width: 1200px) {
  #sobre .text-image .align {
    width: 560px;
    margin-left: -245px;
  }
}
@media (min-width: 1280px) {
  #sobre .text-image .align {
    width: 442px;
    margin-left: -295px;
  }
}
@media (max-width: 768px) {
  #sobre .text-image {
    padding: 0px;
    margin-top: 0;
  }
}
#sobre section.dna {
  background: url(../../img/dna.png), #0000BF;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right 7% bottom -33vh;
  background-size: 60vh;
}
@media (max-width: 768px) {
  #sobre section.dna {
    background-image: none;
  }
}
@media (max-width: 768px) {
  #sobre section.dna .bg-dna {
    background: url(../../img/dna-mobile.png);
    height: 260px;
    margin-left: 10px;
  }
}

#talentos {
  /* Esconde o input */
  /**
     * Make the field a flex-container, reverse the order so label is on top.
     */
  /**
     * Add a transition to the label and input.
     * I'm not even sure that touch-action: manipulation works on
     * inputs, but hey, it's new and cool and could remove the 
     * pesky delay.
     */
  /**
     * By default, the placeholder should be transparent. Also, it should 
     * inherit the transition.
     */
  /**
     * Show the placeholder when the input is focused.
     */
  /**
     * When the element is focused, remove the label transform.
     * Also, do this when the placeholder is _not_ shown, i.e. when 
     * there's something in the input at all.
     */
}
#talentos .cta-v {
  display: flex;
  align-items: center;
}
#talentos .cta-v .box {
  bottom: inherit;
  width: 480px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #talentos .cta-v .box {
    background: #0000BF;
    border-radius: 0;
    margin-top: initial;
    margin-bottom: initial;
    position: absolute;
    bottom: 0;
    height: 433px;
    top: initial;
    width: 100%;
    padding-bottom: 70px;
  }
  #talentos .cta-v .box:after {
    content: '';
    width: 100%;
    height: 400px;
    background: url(../../img/mask-triang.png);
    position: absolute;
    top: -243px;
    left: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #talentos .cta-v .box:after {
    background-size: 100% 243px;
  }
}
#talentos .cta-v .box h2 {
  font-weight: 300;
  margin-bottom: 20px;
}
#talentos .cta-v .box b {
  font-weight: bold;
}
#talentos .cta-v .box p {
  font-weight: 300;
}
#talentos .text-image .align p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
}
#talentos .text-image .align h3 {
  font-size: 56px;
  line-height: 100%;
}
#talentos .text-image .align h3 b {
  font-weight: bold;
}
#talentos .text-image .align h3 small {
  font-size: 36px;
  line-height: 120%;
  font-weight: 300;
}
#talentos .text .bg-light {
  padding: 114px 0;
}
#talentos .text .bg-light p {
  max-width: 954px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #talentos .text .bg-light p {
    font-size: 18px;
    line-height: 160%;
  }
}
#talentos .image-text .align h3 {
  font-size: 56px;
  line-height: 100%;
}
@media (max-width: 768px) {
  #talentos .text-image {
    margin-top: 0;
  }
}
#talentos .news-vagas {
  background: linear-gradient(0deg, #F6F6F6, #FFFFFF 5%);
  padding: 127px 0px 50px;
}
@media (max-width: 768px) {
  #talentos .news-vagas {
    padding-top: 40px;
  }
}
#talentos .news-vagas h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #0000BF;
  font-size: 24px;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  #talentos .news-vagas h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}
#talentos .news-vagas .btn.btn-secondary {
  margin-top: 10px;
}
#talentos .news-vagas .item {
  position: relative;
  width: 1030px;
  text-align: right;
}
#talentos .news-vagas .item .box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  background: url(../../img/news-1.png) center left no-repeat;
  color: white;
  border-radius: 8px;
}
#talentos .news-vagas .item .box .align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 105px;
  font-size: 14px;
  max-width: 530px;
}
#talentos .news-vagas .item .box .align h3 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
}
#talentos .news-vagas .item img {
  width: 60%;
  display: inline-block;
  border-radius: 8px;
}
#talentos .news-vagas .item.template-2 .box {
  background: url(../../img/news-2.png) center left no-repeat;
}
#talentos .news-vagas .item.template-2 .box:after {
  background: url(../../img/right-yellow.png) bottom right no-repeat;
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}
#talentos .news-vagas .item.template-3 .box {
  background: url(../../img/news-3.png) center left no-repeat;
}
#talentos .news-vagas .owl-dots {
  text-align: center;
  padding: 30px 0px;
  margin-top: 37px;
}
@media (max-width: 768px) {
  #talentos .news-vagas .owl-dots {
    margin-top: 0;
  }
}
#talentos .news-vagas .owl-dots button {
  background: #363636;
  opacity: 0.2;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin: 0px 5px;
  transition: all .5s;
}
#talentos .news-vagas .owl-dots button.active {
  width: 16px;
  background: #0000BF;
  opacity: 1;
}
@media (max-width: 576px) {
  #talentos .news-vagas .item {
    width: 300px;
  }
  #talentos .news-vagas .item img {
    width: 100%;
  }
  #talentos .news-vagas .item .box {
    position: relative;
    background: #0000BF !important;
    top: auto;
    left: auto;
    border-radius: 0px 30px 10px 10px;
    overflow: hidden;
    margin-top: -30px;
  }
  #talentos .news-vagas .item .box:after {
    display: none;
  }
  #talentos .news-vagas .item .box .align {
    position: static;
    background: #0000BF !important;
    top: auto;
    left: auto;
    transform: none;
    padding: 30px;
    min-height: 300px;
  }
  #talentos .news-vagas .item .box .align h3 {
    font-size: 24px;
  }
  #talentos .news-vagas .item .box .align p {
    font-size: 14px;
  }
  #talentos .news-vagas .item .box .align .btn.btn-secondary {
    position: absolute;
    bottom: 30px;
  }
}
#talentos input[type='file'] {
  display: none;
}
#talentos form.sent .wpcf7-response-output {
  text-align: center;
  background: #FFC50B;
  border: none;
  border-radius: 0px 0px 10px 0px;
  color: #0111bf;
  padding: 15px;
}
#talentos .wpcf7 form.invalid .wpcf7-response-output {
  border: 0;
  background: #f44336;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  padding: 10px;
  border-radius: 0px 0px 10px 0px;
}
#talentos .wpcf7 .ajax-loader {
  position: absolute;
  right: 70px;
  bottom: 77px;
}
@media (max-width: 768px) {
  #talentos .wpcf7 .ajax-loader {
    bottom: 60px;
    left: 68px;
  }
}
@media (max-width: 768px) {
  #talentos .rh-form {
    height: 990px;
  }
}
#talentos .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid {
  border: none!important;
}
#talentos label.labels2 {
  font-size: 18px!important;
  color: #fff!important;
  cursor: pointer;
  margin: 20px;
  padding: 6px 20px;
  transform: initial!important;
  background: red;
  height: 37px;
  background: url(../../img/more.svg) right bottom no-repeat;
  max-width: 89%!important;
  width: 100%!important;
  height: 31px!important;
}
#talentos .file-name {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  padding: 0px 39px;
  background: #0c46e6;
  width: 92%;
}
#talentos .file-name:after {
  position: absolute;
  content: '';
  width: 95%;
  height: 100%;
  background: url(../../img/close.svg) right no-repeat;
  top: 0;
  left: 0px;
}
#talentos .tamanho {
  position: absolute;
  bottom: -17px;
  right: 18px;
  FONT-SIZE: 14px;
}
@media (max-width: 768px) {
  #talentos .tamanho {
    bottom: -22px;
  }
}
#talentos .mt-35 {
  margin-top: 35px;
}
#talentos textarea.form-control {
  padding-top: 19px;
  font-size: 18px;
}
#talentos form {
  margin: 2em 0;
}
#talentos .field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 0px;
}
#talentos .field-textarea {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 0px;
}
#talentos label,
#talentos input {
  transition: all 0.2s;
  touch-action: manipulation;
}
#talentos input {
  -webkit-appearance: none;
  cursor: text;
  padding-left: 30px;
  height: 80px;
}
#talentos input i {
  float: right;
  margin-top: 2px;
  font-size: 28px;
  font-weight: 500;
}
#talentos input + input {
  display: none;
}
#talentos input + input + span {
  font-size: 14px;
  text-align: right;
  width: 100%;
  display: inline-block;
}
#talentos input:focus {
  outline: 0;
}
#talentos .wpcf7-submit {
  margin-top: 40px;
  min-width: 173px;
  color: #0000BF;
  border: 1px solid white;
  background: white;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0px;
  padding: 14px 30px;
  border-radius: 0px 0px 10px 0px;
  transition: all .5s;
  height: 50px !important;
  max-height: 50px !important;
  cursor: pointer;
}
#talentos .wpcf7-submit:hover {
  color: white;
  background: transparent;
}
@media (max-width: 768px) {
  #talentos .wpcf7-submit {
    float: left;
  }
}
#talentos input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  pointer-events: none;
  transform: translate(30px, -54px) scale(1);
  height: 27px;
}
#talentos ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
#talentos input:focus::-webkit-input-placeholder {
  opacity: 1;
}
#talentos input:not(:placeholder-shown) + label,
#talentos input:focus + label {
  transform: translate(30px, -70px) scale(1);
  cursor: pointer;
  height: 27px;
  font-size: 14px;
  max-width: 50%;
  color: #0000BF;
}
#talentos .wpcf7-form-control-wrap {
  height: 105px;
}
#talentos .wpcf7-form-control-wrap.mensagem {
  height: 175px;
}
#talentos input[type=text]:not(:placeholder-shown),
#talentos input[type=tel]:not(:placeholder-shown),
#talentos input[type=email]:not(:placeholder-shown),
#talentos input:focus {
  background: #ffffff;
  color: #0000BF;
}
#talentos .contact-form .wpcf7-submit {
  height: 50px !important;
}
#talentos .field span.wpcf7-not-valid-tip {
  margin-top: -44px !important;
  color: #DD1754;
  font-size: 16px;
  padding-left: 30px;
}
#talentos .wpcf7-not-valid-tip {
  margin-top: 0px!important;
}
#talentos .wpcf7-not-valid {
  border: 2px solid #DD1754;
  color: #DD1754;
}
#talentos .wpcf7-form-control-wrap.arquivo .wpcf7-not-valid-tip {
  margin-top: 12px !important;
  color: #DD1754;
  font-size: 16px;
  padding-left: 30px;
}
#talentos span.wpcf7-form-control-wrap.arquivo {
  background: #0c46e6;
  max-height: 80px!important;
  margin-top: 18px;
}

.editor {
  padding: 80px 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #363636;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-size: 36px;
  font-weight: bold;
  color: #0000BF;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.news-vagas {
  background: linear-gradient(0deg, #F6F6F6, #FFFFFF 5%);
  padding: 127px 0px 50px;
}
@media (max-width: 768px) {
  .news-vagas {
    padding-top: 40px;
  }
}
.news-vagas h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #0000BF;
  font-size: 24px;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .news-vagas h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}
.news-vagas .btn.btn-secondary {
  margin-top: 10px;
}
.news-vagas .item {
  position: relative;
  width: 1030px;
  text-align: right;
}
.news-vagas .item .box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  background: url(../../img/news-1.png) center left no-repeat;
  color: white;
  border-radius: 8px;
}
.news-vagas .item .box .align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 105px;
  font-size: 14px;
  max-width: 530px;
}
.news-vagas .item .box .align h3 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
}
.news-vagas .item img {
  width: 60%;
  display: inline-block;
  border-radius: 8px;
}
.news-vagas .item.template-2 .box {
  background: url(../../img/news-2.png) center left no-repeat;
}
.news-vagas .item.template-2 .box:after {
  background: url(../../img/right-yellow.png) bottom right no-repeat;
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}
.news-vagas .item.template-3 .box {
  background: url(../../img/news-3.png) center left no-repeat;
}
.news-vagas .owl-dots {
  text-align: center;
  padding: 30px 0px;
  margin-top: 37px;
}
@media (max-width: 768px) {
  .news-vagas .owl-dots {
    margin-top: 0;
  }
}
.news-vagas .owl-dots button {
  background: #363636;
  opacity: 0.2;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin: 0px 5px;
  transition: all .5s;
}
.news-vagas .owl-dots button.active {
  width: 16px;
  background: #0000BF;
  opacity: 1;
}
@media (max-width: 576px) {
  .news-vagas .item {
    width: 300px;
  }
  .news-vagas .item img {
    width: 100%;
  }
  .news-vagas .item .box {
    position: relative;
    background: #0000BF !important;
    top: auto;
    left: auto;
    border-radius: 0px 30px 10px 10px;
    overflow: hidden;
    margin-top: -30px;
  }
  .news-vagas .item .box:after {
    display: none;
  }
  .news-vagas .item .box .align {
    position: static;
    background: #0000BF !important;
    top: auto;
    left: auto;
    transform: none;
    padding: 30px;
    min-height: 300px;
  }
  .news-vagas .item .box .align h3 {
    font-size: 24px;
  }
  .news-vagas .item .box .align p {
    font-size: 14px;
  }
  .news-vagas .item .box .align .btn.btn-secondary {
    position: absolute;
    bottom: 30px;
  }
}
