@media(min-width: 1075px) {
  .container {
    max-width: 1025px;
  }
}

:root {
  --font-vison: neue-haas-unica, sans-serif;
}

* {
  font-family: var(--font-vision);
}

.logoheader {
  position: relative;
  z-index: 80;
  padding-top: 34px;
  opacity: 0;
  transition: ease all 0.4s;
}

.logoazul {
  position: absolute;
  z-index: 80;
  padding-top: 34px;
  transition: ease all 0.4s;
  left: 0;
}

.logos {
  max-width: 208px;
  position: relative;
  margin: 0 auto;
}

header.aberto .logoheader,
header.scroll .logoheader {
  opacity: 1;
}

header.aberto .logoazul,
header.scroll .logoazul {
  opacity: 0;
}

header.scroll {
  background: rgba(13, 13, 59, 0.72);
}

header.aberto.scroll {
  background: none;
}


.menu {
  background: rgba(13, 13, 59, 0.72);
  width: 100%;
  top: 12px;
  padding: 170px 0 45px;
  left: -100%;
  transition: ease all 0.4s;
  position: absolute;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu li {
  list-style: none;
  display: inline-block;
  padding: 0 25px;
  position: relative;
}

.menu a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  display: block;
  position: relative;
  padding-top: 8px;
}

.menu a::before {
  content: "";
  position: absolute;
  top: 0%;
  width: 100%;
  height: 1px;
  background: rgb(245, 94, 55);
  background: linear-gradient(90deg, rgba(245, 94, 55, 1) 0%, rgba(255, 157, 23, 1) 100%);
  left: 0;
  z-index: 100;
  transform: translateY(-50%);
}

header.aberto .menu {
  left: 0;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  padding-bottom: 30px;
  transition: ease all 0.4s;
}

.menu-mobile {
  display: block;
  cursor: pointer;
  margin-left: auto;
  width: 26px;
  position: absolute;
  z-index: 100;
  top: 46px;
  right: 58px;
}

.bar1,
.bar2,
.bar3 {
  width: 26px;
  height: 3px;
  background: rgb(245, 94, 55);
  background: linear-gradient(90deg, rgba(245, 94, 55, 1) 0%, rgba(255, 157, 23, 1) 100%);
  margin: 9px 0;
  transition: 0.4s;

}

.change .bar1 {
  transform: translate(0, 13px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.sups {
  font-size: 0.4em;
  top: -21px;
  left: -3px;
}

.supp {
  font-size: 0.6em;
  top: -13px;
  left: -3px;
}

.bar_top {
  background: rgb(245, 94, 55);
  background: linear-gradient(90deg,
      rgba(245, 94, 55, 1) 0%,
      rgba(255, 157, 23, 1) 100%);
  height: 12px;
  position: relative;
  z-index: 1000;
}

.title_small1 {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 1.8px;
  color: #ff9d17;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.title_small1::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 35px;
  height: 2px;
  background: rgb(245, 94, 55);
  background: linear-gradient(90deg,
      rgba(245, 94, 55, 1) 0%,
      rgba(255, 157, 23, 1) 100%);
  left: -45px;
  z-index: 1;
  transform: translateY(-50%);
}

.title_small {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 1.8px;
  color: #ff9d17;
  text-transform: uppercase;
  padding: 0 0 4px 54px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.title_small::before {
  content: "";
  position: absolute;
  top: 44%;
  width: 35px;
  height: 2px;
  background: rgb(245, 94, 55);
  background: linear-gradient(90deg,
      rgba(245, 94, 55, 1) 0%,
      rgba(255, 157, 23, 1) 100%);
  left: 4px;
  z-index: 1;
  transform: translateY(-50%);
}

.title_small.green {
  color: #025b6c;
}

.title_small.green::before {
  background: #1e1e5a;
  background: linear-gradient(90deg, #1e1e5a 0%, #025b6c 100%);
}

.foto1 {
  background-image: url("../images/foto1_2x.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 280px 0 326px 0;
}

.foto1 h1 {
  font-size: 44px;
  line-height: 48px;
  color: #1e1e5a;
  text-shadow: 0px 0px 12px #00000029;
  font-weight: 500;
  margin: 0;
}

.foto2 {
  background-image: url("../images/foto2_2x.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 230px 0 233px;
}

.foto2 p {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #ffffff;
  padding: 0 0 0 35px;
  max-width: 530px;
}

.foto3 {
  background-image: url("../images/foto3_2x.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 116px 0 90px;
}

.foto3 h2 {
  font-size: 44px;
  line-height: 48px;
  text-align: left;
  color: #025b6c;
  padding: 0 0 33px;
  margin: 0;
}

.foto3 p {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #1e1e5a;
  padding: 0 0 0 85px;
  margin-bottom: 45px;
  max-width: 545px;
}

.bg_green {
  background: transparent radial-gradient(closest-side at 69% 52%, #025b6c 0%, #012e36 100%) 0% 0%;
}

.foto4 {
  z-index: 5;
  padding: 112px 0 112px 0;
}

.foto4 h2 {
  font-size: 44px;
  line-height: 48px;
  text-align: left;
  color: #9ddcef;
  padding: 0 0 33px;
  margin: 0;
}

.foto4 p {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  padding-left: 85px;
  max-width: 890px;
}

.bloco {
  display: inline-block;
}

.bloco_tablet {
  display: none;
}

.blocop {
  position: relative;
  z-index: 5;
  margin-bottom: -10px;
}

.blocop2 {
  position: relative;
  z-index: 5;
  margin-top: -20px;
}

.foto4 h4 {
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
  padding-top: 40px;
  margin: 0;
}

.foto4 h5 {
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  color: #ff9d17;
  font-weight: bold;
  margin: 0;
}

.foto5 {
  background-image: url("../images/foto4_2x.png");
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 10;
  position: relative;
  background-size: cover;
  margin-top: -315px;
  padding: 398px 0 93px;
}

.foto5 h2 {
  font-size: 44px;
  line-height: 48px;
  text-align: left;
  color: #ff9d17;
  padding: 0 0 33px;
  margin: 0;
}

.foto5 p {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  padding-left: 85px;
  max-width: 492px;
  margin-bottom: 39px;
}

.foto6 h2 {
  font-size: 44px;
  line-height: 48px;
  text-align: left;
  color: #9ddcef;
  padding: 0 0 33px;
  margin: 0;
}

.text_linkedin {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #ff9d17;
  text-shadow: 0px 0px 16px #00000029;
  font-weight: bold;
}

.linkedin {
  padding-left: 60px;
}

.bg_orange {
  background: rgb(255, 157, 23);
  background: radial-gradient(circle, rgba(255, 157, 23, 1) 0%, rgba(219, 127, 1, 1) 100%);
}

.foto7 {
  z-index: 5;
  padding: 94px 0 124px 0;
}

.margin_bg_orange {
  z-index: 15;
  position: relative;
}

.titulo_artigo_1 {
  font-size: 34px;
  line-height: 48px;
  text-align: left;
  color: #ffffff;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 500;
}

.titulo_artigo {
  font-size: 34px;
  line-height: 48px;
  text-align: left;
  color: #ffffff;
  padding: 64px 0 10px;
  margin: 0;
  font-weight: 500;
}

.texto_artigo {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 25px;
}

.btn_artigos {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #1E1E5A;
  padding: 10px 34px;
  margin-bottom: 64px;
  background-color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

#listPosts a:last-child {
  margin-bottom: 0;
}

.btn_artigos:hover {
  background-color: #1E1E5A;
  color: #ffffff;
}

.btn_view_more {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #1E1E5A;
  padding: 10px 38px;
  margin-top: 45px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border: 1px solid #1E1E5A;

}

.btn_view_more:hover {
  background-color: #1E1E5A;
  color: #ffffff;
}

.title_small.orange {
  color: #1e1e5a;
}

.title_small.orange::before {
  background: #1e1e5a;
}

.bg_blue {
  background: transparent linear-gradient(180deg, #1e1e5a 0%, #0d0d3b 100%) 0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 5;
  position: relative;
  background-size: cover;
  padding: 112px 0 77px 0;
}

#submit {
  width: 155px;
  height: 44px;
  background: linear-gradient(90deg,
      rgba(245, 94, 55, 1) 0%,
      rgba(255, 157, 23, 1) 100%);
  opacity: 1;
  border-radius: 0;
  border: 0;
  color: #fff;
}

.form-control {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #f55e37;
  padding: 12px 14px 12px 14px;
  border-radius: 0;
  color: #025b6c;
}

textarea.form-control {
  min-height: 97px;
  height: 97px;
}

.checkbox-button {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #fff;
  padding: 12px 0 0 11px;
}

#invalidCheck2 input {
  border-radius: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #f55e37;
  position: absolute;
  left: 0;
  top: 0;
}

.menssage {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #f55e37;
  padding: 12px 70px 61px 14px;
  border-radius: 0;
  color: #025b6c;
  line-height: 110%;
}

#references h6 {
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #9ddcef;
  font-weight: bold;
  margin: 0;
  padding: 80px 0 0 16px;
}

#references ol {
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #9ddcef;
}

#references ol>li::marker {
  font-weight: bold;
}

footer .logofooter {
  padding: 91px 0 23px;
  max-width: 162px;
}

footer p {
  font-size: 16px;
  line-height: 21px;
  color: #9ddcef;
  padding-top: 25px;
}

.form-check {
  padding: 0;
}

.form-check br {
  display: none;
}

.form-check .wpcf7-not-valid-tip {
  position: absolute;
  width: 300px;
  top: 19px;
  left: 10px;
}

.wpcf7 form .wpcf7-response-output {
  color: #ffffff;
}

.wpcf7-list-item-label {
  display: block;
  margin: 0 0 0 1em;
  max-width: 400px;
  width: 100%;
  color: #fff;
}


footer .socials-footer {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

footer li {
  display: inline-flex;
  margin-right: 10px;
}

footer ul li:last-child {
  display: inline-flex;
  margin-right: 0;
}


footer .icone {
  max-width: 20px;
  height: auto;
}

@media (max-width: 1379px) {
  .foto5 {
    background-position: 80% top;
  }
}

@media (max-width: 1199px) {
  .foto1 {
    padding: 200px 0 220px 0;
    background-position: 90% top;
  }

  .foto3 {
    background-position: 80% top;
  }

  .foto5 {
    background-position: 75% top;
  }
}

@media (max-width: 991px) {
  header.aberto .menu {
    top: 135px;
  }

  header.scroll {
    height: 118px;
  }

  .container {
    max-width: 500px;
  }

  .menu li {
    display: block;
    width: 218px;
    padding: 30px 0;
    margin: 0 auto;
  }

  .menu a {
    font-size: 17px;
    line-height: 22px;
    padding: 0;
  }

  .menu a::before {
    top: initial;
    bottom: -30px;
  }

  .menu li:last-child a::before {
    display: none;
  }

  header.aberto {
    min-height: 100vh;
  }

  .foto2 .title_small1 {
    margin-bottom: 28px;
  }

  .title_small {
    font-size: 14px;
    line-height: 19px;
    padding: 0 0 4px 60px;
  }

  .title_small1 {
    font-size: 14px;
    line-height: 19px;
    padding: 0 0 4px 60px;
  }

  .line {
    font-size: 14px;
    line-height: 19px;
    padding: 0 0 4px 80px;
  }

  .line::before {
    left: 35px;
  }

  .foto1 {
    background-image: url("../images/foto1_tablet.png");
    background-position: center bottom;
    padding: 270px 0 577px;
  }

  .foto1 h1 {
    font-size: 46px;
    line-height: 52px;
    text-align: center;
  }

  .foto2 {
    background-image: url("../images/foto2_tablet.png");
    background-position: center bottom;
    padding: 315px 0 314px;
  }

  .foto2 p {
    line-height: 38px;
    padding: 0 0 0 35px;
  }

  .foto3 {
    background-image: url("../images/foto3_tablet.png");
    background-position: center bottom;
    padding: 125px 0 500px;
  }

  .foto3 h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0;
  }

  .foto3 p {
    font-size: 20px;
    line-height: 38px;
    padding: 0;
    max-width: 452px;
  }

  .foto4 {
    padding: 125px 0 132px;
  }

  .foto4 h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0 0 26px;
  }

  .foto4 p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 0;
  }

  .bloco {
    display: none;
  }

  .bloco_tablet {
    display: block;
    position: relative;
  }

  .blocop {
    position: relative;
    margin-bottom: -10px;
  }

  .blocop2 {
    position: relative;
    margin-bottom: 32px;
    margin-top: -174px;
  }

  .foto4 h4 {
    font-size: 24px;
    line-height: 36px;
    padding-top: 54px;
  }

  .foto4 h5 {
    font-size: 24px;
    line-height: 36px;
  }

  .foto5 {
    background-image: url("../images/foto4_tablet.png");
    background-position: center bottom;
    padding: 125px 0 263px;
    margin: 0;
  }

  .foto5 h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 30px;
  }

  .foto5 p {
    font-size: 20px;
    line-height: 38px;
    padding-left: 0;
  }

  .foto6 h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 30px;
  }

  #references h6 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 61px 26px 0 15px;
  }

  #references ol {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
  }

  #references li {
    padding-bottom: 38px;
    padding-left: 16px;
  }

  .titulo_artigo_1 {
    font-size: 20px;
    line-height: 30px;
  }

  .titulo_artigo {
    font-size: 20px;
    line-height: 30px;
  }

  .texto_artigo {
    font-size: 16px;
    line-height: 26px;
  }

  .btn_view_more {
    top: 70px;
  }

}

@media (max-width: 575px) {
  .container {
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .logos {
    max-width: 180px;
  }

  .title_small {
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 4px 50px;
  }

  .title_small1 {
    font-size: 14px;
    line-height: 19px;
    padding: 0 0 4px 60px;
  }

  .line {
    font-size: 14px;
    line-height: 19px;
    padding: 0 0 4px 50px;
  }

  .line::before {
    left: 0;
  }

  .foto1 {
    background-image: url("../images/foto1_mobile.png");
    background-position: center bottom;
    padding: 188px 0 501px;
  }

  .foto1 h1 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    max-width: 264px;
    margin: 0 auto;
  }

  .menu-mobile {
    right: 25px;
    top: 40px;
  }

  .foto2 {
    background-image: url("../images/foto2_mobile.png");
    background-position: center bottom;
    padding: 218px 0 221px;
  }

  .foto2 p {
    font-size: 16px;
    line-height: 32px;
    padding: 0;
  }

  .foto3 {
    background-image: url("../images/foto3_mobile.png");
    background-position: center bottom;
    padding: 101px 0 486px;
  }

  .foto3 h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    font-weight: bold;
    padding: 0 0 32px;
  }

  .foto3 p {
    font-size: 16px;
    line-height: 32px;
    padding: 0;
    max-width: 344px;
  }

  .foto4 {
    padding: 123px 0 114px;
  }

  .foto4 p {
    font-size: 16px;
    line-height: 32px;
  }

  .img_mobile {
    margin-top: -26px;
  }

  .blocop {
    position: relative;
    margin-bottom: -10px;
  }

  .blocop2 {
    position: relative;
    margin-bottom: 32px;
    margin-top: -55px;
  }

  .foto4 h4 {
    font-size: 20px;
    line-height: 36px;
    padding-top: 51px;
    font-weight: 400;
    margin-bottom: 13px;
  }

  .foto5 {
    background-image: url("../images/foto4_mobile.png");
    background-position: right bottom;
    padding: 125px 0 196px;
    margin: 0;
  }

  .foto5 h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    padding-bottom: 38px;
  }

  .foto5 p {
    font-size: 16px;
    line-height: 32px;
    padding-left: 0;
  }

  .bg_blue {
    padding: 123px 0 68px;
  }

  .foto6 h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 51px;
  }

  #references h6 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 65px 26px 0 0;
  }

  #references ol {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding-left: 18px;
  }

  #references li {
    padding-bottom: 38px;
    padding-left: 18px;
    word-break: break-word;
  }

  .titulo_artigo {
    padding: 46px 0 10px;
  }
}

@media (max-width: 330px) {
  #invalidCheck2 input {
    top: -13px;
  }
}