/*CORES*/
/*GERAL*/
html, body {
  height: 100%; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif; }

*:focus, *:hover {
  outline: none; }

body {
  background: #ffffff;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100%;
  font-size: 16px;
  color: #000; }

button {
  cursor: pointer;
  outline: none; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  text-decoration: none; }

p {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

strong {
  font-weight: bold; }

/*CONTAINERS*/
.container {
  max-width: 1410px;
  padding: 0; }
@media only screen and (max-width: 1660px) {
  .container {
    max-width: 86%;
    padding: 0 15px; } }
@media only screen and (max-width: 1360px) {
  .container {
    max-width: 90%; } }
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 94%; } }
@media only screen and (max-width: 767px) {
  .container {
    max-width: 94%;
    padding: 0 20px; } }
@media only screen and (max-width: 575px) {
  .container {
    max-width: 96%; } }

.clear {
  display: block; }

.box-txt p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: justify; }
.box-txt p:last-child {
  margin-bottom: 0; }
@media only screen and (max-width: 1660px) {
  .box-txt p {
    font-size: 16px;
    line-height: 24px; } }
@media only screen and (max-width: 767px) {
  .box-txt p {
    font-size: 14px;
    line-height: 22px; } }
.box-txt p strong {
  font-weight: 700; }
.box-txt p strong span {
  color: #FF4A11; }

.txt-destaque {
  font-size: 34px;
  font-weight: 300;
  color: #1B123C;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px; }
@media only screen and (max-width: 1200px) {
  .txt-destaque {
    font-size: 30px;
    line-height: 44px; } }
@media only screen and (max-width: 992px) {
  .txt-destaque {
    font-size: 26px;
    line-height: 40px; } }
@media only screen and (max-width: 767px) {
  .txt-destaque {
    font-size: 24px;
    line-height: 38px; } }
@media only screen and (max-width: 575px) {
  .txt-destaque {
    font-size: 20px;
    line-height: 30px; } }

/* TITULOS */
.titulo-section {
  font-size: 40px;
  line-height: 40px;
  color: #1B123C;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 30px;
  position: relative; }
@media only screen and (max-width: 1660px) {
  .titulo-section {
    font-size: 34px;
    line-height: 36px; } }
@media only screen and (max-width: 1360px) {
  .titulo-section {
    font-size: 30px;
    line-height: 34px; } }
@media only screen and (max-width: 1200px) {
  .titulo-section {
    font-size: 28px;
    line-height: 32px; } }
@media only screen and (max-width: 992px) {
  .titulo-section {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px; } }
@media only screen and (max-width: 767px) {
  .titulo-section {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 14px; } }
.titulo-section strong {
  font-weight: 700; }
.titulo-section i.detalhe {
  width: 46px;
  height: 26px;
  position: absolute;
  bottom: 0;
  display: block; }
@media only screen and (max-width: 1660px) {
  .titulo-section i.detalhe {
    width: 38px;
    height: 26px; } }
@media only screen and (max-width: 1200px) {
  .titulo-section i.detalhe {
    width: 32px;
    height: 26px; } }
@media only screen and (max-width: 992px) {
  .titulo-section i.detalhe {
    width: 28px;
    height: 22px; } }
@media only screen and (max-width: 767px) {
  .titulo-section i.detalhe {
    width: 24px;
    height: 20px; } }
.titulo-section i.detalhe img {
  width: 100%; }
.titulo-section span {
  width: 32px;
  height: 26px;
  margin-left: 15px;
  display: inline-block;
  background: #FF4A11;
  transform: skew(34deg); }
@media only screen and (max-width: 1200px) {
  .titulo-section span {
    width: 26px;
    height: 22px;
    margin-left: 10px;
    transform: skew(30deg); } }

.titulo-box {
  font-size: 44px;
  font-weight: 100;
  color: #292c33;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 26px;
  line-height: 42px;
  position: relative; }
@media only screen and (max-width: 1200px) {
  .titulo-box {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  .titulo-box {
    font-size: 22px;
    margin: 0 0 18px; } }
@media only screen and (max-width: 575px) {
  .titulo-box {
    font-size: 18px;
    margin: 0 0 18px; } }
.titulo-box span {
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
  display: block;
  color: #1B123C;
  font-style: normal;
  padding-left: 50px;
  position: relative; }
.titulo-box span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #1B123C;
  margin: auto; }

/*BOTOES*/
.bt-padrao {
  height: 46px;
  margin: 0 auto;
  float: left; }
@media only screen and (max-width: 1660px) {
  .bt-padrao {
    height: 42px; } }
.bt-padrao a, .bt-padrao button, .bt-padrao input[type="submit"] {
  height: 100%;
  padding: 0 0px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #FF4A11;
  box-shadow: inset 0 0 0 1px #FF4A11;
  background: #FF4A11;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
@media only screen and (max-width: 1660px) {
  .bt-padrao a, .bt-padrao button, .bt-padrao input[type="submit"] {
    font-size: 20px; } }
@media only screen and (max-width: 1200px) {
  .bt-padrao a, .bt-padrao button, .bt-padrao input[type="submit"] {
    font-size: 18px; } }
.bt-padrao a:hover, .bt-padrao button:hover, .bt-padrao input[type="submit"]:hover {
  background: #1B123C;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 0 1px #FF4A11;
  box-shadow: inset 0 0 0 1px #FF4A11; }
@media only screen and (max-width: 767px) {
  .bt-padrao a, .bt-padrao button, .bt-padrao input[type="submit"] {
    font-size: 16px; } }
.bt-padrao.bt-borda a, .bt-padrao.bt-borda button, .bt-padrao.bt-borda input[type="submit"] {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  -webkit-box-shadow: inset 0 0 0 1px #FF4A11;
  box-shadow: inset 0 0 0 1px #FF4A11;
  background: #1B123C;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
@media only screen and (max-width: 1660px) {
  .bt-padrao.bt-borda a, .bt-padrao.bt-borda button, .bt-padrao.bt-borda input[type="submit"] {
    font-size: 20px; } }
@media only screen and (max-width: 1200px) {
  .bt-padrao.bt-borda a, .bt-padrao.bt-borda button, .bt-padrao.bt-borda input[type="submit"] {
    font-size: 18px; } }
.bt-padrao.bt-borda a:hover, .bt-padrao.bt-borda button:hover, .bt-padrao.bt-borda input[type="submit"]:hover {
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 40px #FF4A11;
  box-shadow: inset 0 0 0 40px #FF4A11; }

.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 5;
  cursor: pointer;
  outline: none !important;
  border: none;
  background: none;
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms;
  width: 40px;
  height: 60px;
  -webkit-background-size: 60px;
  -o-background-size: 60px;
  background-size: 60px; }
.slick-arrow img {
  position: relative;
  z-index: 8; }
.slick-arrow.slick-prev {
  left: 0px;
  background: url("../img/arrow-prev-branca.svg") no-repeat center; }
.slick-arrow.slick-next {
  right: 0px;
  background: url("../img/arrow-next-branca.svg") no-repeat center; }
.slick-arrow.slick-disabled {
  opacity: 0.2; }
@media only screen and (max-width: 1200px) {
  .slick-arrow {
    width: 40px;
    height: 48px;
    -webkit-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px; } }

.box-form {
  margin: 0 auto 0px;
  overflow: hidden; }
.box-form .txt-arquivo {
  width: 100%;
  float: left;
  font-size: 11px;
  color: #525252;
  margin-bottom: 25px; }
@media only screen and (max-width: 767px) {
  .box-form .bt-padrao {
    width: 100%; }
  .box-form .bt-padrao a, .box-form .bt-padrao button, .box-form .bt-padrao input[type="submit"] {
    width: 100%; } }
.box-form ::-webkit-input-placeholder {
  color: #aaa; }
.box-form :-moz-placeholder {
  /* Firefox 18- */
  color: #aaa; }
.box-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa; }
.box-form :-ms-input-placeholder {
  color: #aaa; }

.modal .modal-header {
  border-bottom: none; }
.modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  color: #292c33;
  text-transform: uppercase;
  text-align: left;
  position: relative; }
.modal .modal-header .modal-title span {
  font-weight: 500;
  background: #1B123C;
  color: #ffffff;
  font-style: normal;
  padding: 0 5px; }
.modal .modal-footer {
  display: none; }
.modal .modal-body img {
  width: 100%; }

/* SCROLL */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  background: #888; }

::-webkit-scrollbar-thumb {
  background: #1B123C; }

header {
  width: 100%;
  height: 190px;
  position: relative;
  z-index: 98;
  background: #1B123C;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  /*MENU MOBILE*/ }
@media only screen and (max-width: 1660px) {
  header {
    height: 140px; } }
@media only screen and (max-width: 1200px) {
  header {
    height: 100px; } }
@media only screen and (max-width: 767px) {
  header {
    height: 70px; } }
header .inner-header {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
header .inner-header h1.logo {
  width: 250px;
  height: 100%;
  margin: 0px;
  padding: 0 0px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 1660px) {
  header .inner-header h1.logo {
    width: 200px; } }
@media only screen and (max-width: 992px) {
  header .inner-header h1.logo {
    width: 160px; } }
@media only screen and (max-width: 767px) {
  header .inner-header h1.logo {
    width: 140px; } }
header .inner-header h1.logo img {
  width: 100%; }
header .inner-header .flex-header {
  padding: 0px 20px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
@media only screen and (max-width: 767px) {
  header .inner-header .flex-header {
    padding: 0 14px; } }
@media only screen and (max-width: 767px) {
  header .inner-header .flex-header {
    display: none;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; } }
header .inner-header .flex-header .navigation-header {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  header .inner-header .flex-header .navigation-header {
    display: none; } }
header .inner-header .flex-header .navigation-header .menu {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0px auto; }
header .inner-header .flex-header .navigation-header .menu li {
  height: 36px;
  padding: 0 25px;
  position: relative;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
@media only screen and (max-width: 1200px) {
  header .inner-header .flex-header .navigation-header .menu li {
    padding: 0 20px; } }
@media only screen and (max-width: 992px) {
  header .inner-header .flex-header .navigation-header .menu li {
    padding: 0 10px; } }
header .inner-header .flex-header .navigation-header .menu li:before {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background: url("../img/icon-detalhe.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -16px;
  bottom: 0;
  pointer-events: none;
  margin: auto; }
@media only screen and (max-width: 992px) {
  header .inner-header .flex-header .navigation-header .menu li:before {
    right: -5px; } }
header .inner-header .flex-header .navigation-header .menu li:last-child:before {
  display: none; }
header .inner-header .flex-header .navigation-header .menu li a {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 6px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 1200px) {
  header .inner-header .flex-header .navigation-header .menu li a {
    padding: 0px 4px;
    font-size: 14px; } }
@media only screen and (max-width: 992px) {
  header .inner-header .flex-header .navigation-header .menu li a {
    font-size: 13px; } }
header .inner-header .flex-header .navigation-header .menu li a:before {
  content: "";
  display: block;
  width: 0%;
  height: 0px;
  background: #FF4A11;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
header .inner-header .flex-header .navigation-header .menu li a:hover {
  color: #ffffff;
  text-shadow: 0 0px 1px #fff; }
header .inner-header .flex-header .navigation-header .menu li a:hover:before {
  width: 100%;
  height: 2px; }
header .inner-header .flex-header .navigation-header .menu li.current_page_item a {
  color: #1B123C; }
header .inner-header .flex-header .navigation-header .menu li.current_page_item a:before {
  top: 0;
  height: 4px; }
header .inner-header .flex-header .navigation-header .menu .lang-item {
  margin-left: 8px; }
header .inner-header .flex-header .navigation-header .menu .lang-item a {
  padding: 0; }
header .inner-header .flex-header .navigation-header .menu .lang-item a:before {
  display: none; }
header .inner-header .flex-header .navigation-header .menu-principal {
  height: 100%; }
@media only screen and (max-width: 767px) {
  header .inner-header .flex-header .navigation-header .menu-principal {
    display: none; } }
header .inner-header .flex-header .navigation-header .multidiomas {
  width: 86px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 10px; }
header .inner-header .rede-social {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 767px) {
  header .inner-header .rede-social {
    display: none; } }
header .inner-header .rede-social li {
  width: 27px;
  margin-left: 8px; }
header .inner-header .rede-social li:first-child {
  margin-left: 0; }
header .inner-header .rede-social li a {
  display: block; }
header .inner-header .rede-social li a img {
  width: 100%; }
header .menuMob {
  display: none;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%; }
@media only screen and (max-width: 767px) {
  header .menuMob {
    display: block;
    z-index: 101; } }
header .menuMob .drawer--top {
  width: 100%;
  height: 100%; }
header .menuMob .drawer-hamburger {
  width: 100%;
  height: 30px;
  position: sticky;
  top: 10px;
  right: 0px;
  border: none;
  background: none;
  padding: 6px 6px;
  outline: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  z-index: 8; }
header .menuMob .drawer-hamburger img {
  width: 28px; }
header .menuMob .drawer-nav {
  background: #1B123C;
  padding-bottom: 130px; }
header .menuMob .drawer-nav:before {
  content: "";
  display: block;
  width: 160px;
  height: 120px;
  background: url("../img/icon-detalhe-mob.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  margin: auto; }
header .menuMob .drawer-nav .bar-menu-mob {
  background: #1B123C;
  max-width: 100%;
  height: 70px;
  margin: 0px 0 0px;
  padding: 0 15px;
  display: flex;
  align-items: center; }
header .menuMob .drawer-nav .bar-menu-mob a {
  width: 110px; }
header .menuMob .drawer-nav .bar-menu-mob a img {
  width: 100%; }
header .menuMob .drawer-nav .bar-menu-mob .bt-close {
  width: 26px;
  height: 26px;
  padding: 5px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer; }
header .menuMob .drawer-nav .bar-menu-mob .bt-close img {
  width: 100%; }
header .menuMob .drawer-nav .drawer-menu {
  padding-top: 0px; }
header .menuMob .drawer-nav .drawer-menu ul {
  height: 100%;
  padding: 0 30px; }
header .menuMob .drawer-nav .drawer-menu ul li {
  width: 100%;
  padding: 0; }
header .menuMob .drawer-nav .drawer-menu ul li a {
  width: max-content;
  height: 100%;
  display: block;
  margin: 0 0;
  padding: 5px 0px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  position: relative; }
header .menuMob .drawer-nav .drawer-menu ul li a:before {
  content: "";
  display: block;
  width: 16px;
  height: 11px;
  background: url("../img/icon-detalhe.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 12px;
  pointer-events: none;
  margin: auto; }
header .menuMob .drawer-nav .drawer-menu ul li a:hover {
  color: #fff; }
header .menuMob .drawer-nav .drawer-menu ul li.current_page_item {
  background: #FF4A11;
  color: #fff; }
header .menuMob .drawer-nav .drawer-menu ul li .sub-menu {
  margin-top: 6px;
  clear: both;
  height: 100%;
  overflow: hidden; }
header .menuMob .drawer-nav .drawer-menu ul li .sub-menu li a {
  border-top: none;
  font-size: 16px;
  font-weight: normal; }
header .menuMob .drawer-nav .drawer-menu .rede-social-mob {
  padding: 20px 30px 10px; }
header .menuMob .drawer-nav .drawer-menu .rede-social-mob .tit-rede {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px; }
header .menuMob .drawer-nav .drawer-menu .rede-social-mob a {
  margin-right: 4px; }
header .menuMob .drawer-nav .drawer-menu .bt-padrao {
  width: 100%;
  margin: 20px auto;
  padding: 0 10px; }
header .menuMob .drawer-nav .drawer-menu .bt-padrao a {
  max-width: 300px;
  width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff; }
header .menuMob .drawer-nav .drawer-menu .bt-padrao a:hover {
  color: #1B123C;
  -webkit-box-shadow: inset 0 0 0 40px #fff;
  box-shadow: inset 0 0 0 40px #fff; }
header .drawer-open {
  height: 100%; }
header .drawer-open .drawer-hamburger-icon {
  background-color: transparent !important; }
header .menuMob .drawer-hamburger .drawer-hamburger-icon, header .menuMob .drawer-hamburger .drawer-hamburger-icon:before, header .menuMob .drawer-hamburger .drawer-hamburger-icon:after {
  background: #1B123C;
  height: 3px;
  margin-top: 0px; }
header.topfixed {
  height: 60px; }
header.topfixed h1.logo {
  width: 100px; }

footer {
  width: 100%;
  max-width: 1410px;
  height: auto;
  padding-bottom: 30px;
  margin: 0 auto 0;
  background: #1B123C; }
@media only screen and (max-width: 1660px) {
  footer {
    width: calc(86% - 30px);
    max-width: 100%; } }
@media only screen and (max-width: 1360px) {
  footer {
    width: calc(90% - 30px);
    max-width: 100%; } }
@media only screen and (max-width: 1200px) {
  footer {
    width: calc(94% - 30px);
    max-width: 100%; } }
@media only screen and (max-width: 767px) {
  footer {
    width: calc(94% - 40px);
    max-width: 100%; } }
@media only screen and (max-width: 575px) {
  footer {
    width: calc(96% - 40px);
    max-width: 100%; } }
footer .container {
  max-width: 100%; }
footer .inner-footer {
  width: 94%;
  max-width: 1244px;
  border-top: 1px solid #FF4A11;
  padding: 30px 60px 30px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 1660px) {
  footer .inner-footer {
    width: 98%;
    padding: 20px 20px 20px; } }
@media only screen and (max-width: 1200px) {
  footer .inner-footer {
    width: 98%;
    padding: 20px 20px 20px; } }
@media only screen and (max-width: 767px) {
  footer .inner-footer {
    padding: 15px 0px 10px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
footer .inner-footer .txt-footer {
  width: auto;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  color: #ffffff; }
@media only screen and (max-width: 1660px) {
  footer .inner-footer .txt-footer {
    font-size: 15px; } }
@media only screen and (max-width: 1200px) {
  footer .inner-footer .txt-footer {
    font-size: 14px; } }
@media only screen and (max-width: 767px) {
  footer .inner-footer .txt-footer {
    width: 100%;
    font-size: 12px;
    text-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
footer .inner-footer .txt-footer p {
  margin-right: 50px; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .txt-footer p {
    margin-right: 0;
    margin-bottom: 15px; }
  footer .inner-footer .txt-footer p:last-child {
    margin-bottom: 0; } }
footer .inner-footer .txt-footer p i {
  width: 11px;
  height: 100%;
  margin: 0 6px;
  display: inline-block; }
footer .inner-footer .txt-footer p i img {
  width: 100%; }
footer .inner-footer .txt-footer p strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%; }
@media only screen and (max-width: 1660px) {
  footer .inner-footer .txt-footer p strong {
    font-size: 18px; } }
@media only screen and (max-width: 767px) {
  footer .inner-footer .txt-footer p strong {
    font-size: 14px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 6px; } }
footer .inner-footer .rede-social {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .rede-social {
    width: 100%;
    margin: 14px auto;
    -webkit-justify-content: center;
    justify-content: center; } }
footer .inner-footer .rede-social li {
  width: 27px;
  margin-left: 5px; }
footer .inner-footer .rede-social li:first-child {
  margin-left: 0; }
footer .inner-footer .rede-social li a {
  display: block; }
footer .inner-footer .rede-social li a img {
  width: 100%; }
footer .copy {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3%;
  line-height: 100%; }
@media only screen and (max-width: 1660px) {
  footer .copy {
    font-size: 15px; } }
@media only screen and (max-width: 1200px) {
  footer .copy {
    font-size: 14px; } }
@media only screen and (max-width: 767px) {
  footer .copy {
    font-size: 12px; } }

.bt-whats {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  opacity: 1; }
.bt-whats a {
  display: block; }
.bt-whats a img {
  width: 100%; }

section {
  padding: 40px 0; }
@media only screen and (max-width: 767px) {
  section {
    padding: 22px 0; } }
section .lista-txt li {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 14px 0;
  border-bottom: 2px solid #FF4A11; }
section .lista-txt li:last-child {
  border-bottom: none; }
section .lista-txt li i {
  width: 18px;
  margin-right: 10px; }
section .lista-txt li i img {
  width: 100%; }
section .lista-txt li span {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
@media only screen and (max-width: 992px) {
  section .lista-txt li span {
    font-size: 16px;
    line-height: 22px; } }

.box-page {
  overflow: hidden; }

.hero {
  padding: 58px 0px 140px;
  background: #1B123C;
  position: relative;
  overflow: hidden; }
@media only screen and (max-width: 1660px) {
  .hero {
    padding: 36px 0 100px; } }
@media only screen and (max-width: 1360px) {
  .hero {
    padding: 30px 0 80px; } }
@media only screen and (max-width: 1200px) {
  .hero {
    padding: 22px 0 55px; } }
@media only screen and (max-width: 767px) {
  .hero {
    padding: 22px 0px 30px; } }
@media only screen and (max-width: 575px) {
  .hero {
    padding: 20px 0px 25px; } }
@media only screen and (max-width: 767px) {
  .hero .container {
    max-width: 100%;
    padding: 0; } }
.hero:before {
  content: '';
  display: block;
  width: 537px;
  height: 525px;
  position: absolute;
  bottom: -180px;
  right: 170px;
  z-index: 1;
  background: url("../img/dots1.png") no-repeat center;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%; }
@media only screen and (max-width: 1660px) {
  .hero:before {
    width: 460px;
    height: 375px;
    bottom: -150px;
    right: 105px; } }
@media only screen and (max-width: 1360px) {
  .hero:before {
    width: 380px;
    height: 380px;
    bottom: -150px;
    right: 95px; } }
@media only screen and (max-width: 1200px) {
  .hero:before {
    width: 320px;
    height: 320px;
    bottom: -135px;
    right: 65px; } }
@media only screen and (max-width: 992px) {
  .hero:before {
    width: 330px;
    height: 330px;
    bottom: -135px;
    right: 55px; } }
@media only screen and (max-width: 767px) {
  .hero:before {
    width: 230px;
    height: 230px;
    bottom: -85px; } }
@media only screen and (max-width: 575px) {
  .hero:before {
    width: 200px;
    height: 200px;
    bottom: -90px;
    right: 30px; } }
@media only screen and (max-width: 420px) {
  .hero:before {
    width: 170px;
    height: 190px;
    bottom: -80px;
    right: 30px; } }
.hero:after {
  content: '';
  display: block;
  width: 548px;
  height: 515px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/icon-gr.png") no-repeat center;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%; }
@media only screen and (max-width: 1660px) {
  .hero:after {
    width: 400px;
    height: 375px; } }
@media only screen and (max-width: 1360px) {
  .hero:after {
    width: 350px;
    height: 330px; } }
@media only screen and (max-width: 1200px) {
  .hero:after {
    width: 260px;
    height: 245px; } }
@media only screen and (max-width: 992px) {
  .hero:after {
    width: 270px;
    height: 250px; } }
@media only screen and (max-width: 767px) {
  .hero:after {
    width: 200px;
    height: 188px;
    bottom: 0px; } }
@media only screen and (max-width: 575px) {
  .hero:after {
    width: 180px;
    height: 170px; } }
@media only screen and (max-width: 420px) {
  .hero:after {
    width: 140px;
    height: 132px; } }
.hero .box-banner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  .hero .box-banner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.hero .box-banner .box-txt {
  position: relative;
  z-index: 5;
  margin-right: -30px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 767px) {
  .hero .box-banner .box-txt {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px; } }
.hero .box-banner .box-txt h3 {
  font-size: 106px;
  font-weight: 500;
  margin-bottom: 22px;
  letter-spacing: -4px;
  line-height: 112px;
  color: #FFF;
  position: relative; }
@media only screen and (max-width: 1660px) {
  .hero .box-banner .box-txt h3 {
    font-size: 90px;
    margin-bottom: 18px;
    line-height: 100px; } }
@media only screen and (max-width: 1360px) {
  .hero .box-banner .box-txt h3 {
    font-size: 82px;
    line-height: 96px; } }
@media only screen and (max-width: 1200px) {
  .hero .box-banner .box-txt h3 {
    font-size: 72px;
    line-height: 90px; } }
@media only screen and (max-width: 992px) {
  .hero .box-banner .box-txt h3 {
    font-size: 62px;
    line-height: 70px;
    letter-spacing: -2px; } }
@media only screen and (max-width: 767px) {
  .hero .box-banner .box-txt h3 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 12px;
    letter-spacing: -1px; } }
@media only screen and (max-width: 575px) {
  .hero .box-banner .box-txt h3 {
    font-size: 45px;
    line-height: 56px; } }
.hero .box-banner .box-txt h3 strong {
  font-weight: 700;
  display: block; }
.hero .box-banner .box-txt h3 i {
  width: 107px;
  display: block;
  position: absolute;
  top: 5px;
  left: 475px; }
@media only screen and (max-width: 1660px) {
  .hero .box-banner .box-txt h3 i {
    width: 86px;
    top: 3px;
    left: 390px; } }
@media only screen and (max-width: 1360px) {
  .hero .box-banner .box-txt h3 i {
    width: 86px;
    top: 0px;
    left: 352px; } }
@media only screen and (max-width: 1200px) {
  .hero .box-banner .box-txt h3 i {
    width: 78px;
    top: 3px;
    left: 308px; } }
@media only screen and (max-width: 992px) {
  .hero .box-banner .box-txt h3 i {
    width: 70px;
    top: 2px;
    left: 280px; } }
@media only screen and (max-width: 767px) {
  .hero .box-banner .box-txt h3 i {
    width: 50px;
    top: 2px;
    left: 226px; } }
@media only screen and (max-width: 575px) {
  .hero .box-banner .box-txt h3 i {
    width: 42px;
    top: 0px;
    left: 205px; } }
.hero .box-banner .box-txt h3 i img {
  width: 100%; }
.hero .box-banner .box-txt p {
  max-width: 490px;
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
  color: #FFF;
  text-align: left; }
@media only screen and (max-width: 1660px) {
  .hero .box-banner .box-txt p {
    font-size: 22px;
    line-height: 30px; } }
@media only screen and (max-width: 1200px) {
  .hero .box-banner .box-txt p {
    font-size: 18px;
    line-height: 26px; } }
@media only screen and (max-width: 992px) {
  .hero .box-banner .box-txt p {
    font-size: 16px;
    line-height: 24px; } }
@media only screen and (max-width: 767px) {
  .hero .box-banner .box-txt p {
    font-size: 15px;
    line-height: 22px; } }
.hero .box-banner .box-video {
  width: 76%;
  height: 510px;
  overflow: hidden;
  -webkit-border-radius: 26px;
  border-radius: 26px; }
@media only screen and (max-width: 1660px) {
  .hero .box-banner .box-video {
    height: 450px; } }
@media only screen and (max-width: 1360px) {
  .hero .box-banner .box-video {
    width: 74%;
    height: 420px; } }
@media only screen and (max-width: 1200px) {
  .hero .box-banner .box-video {
    height: 380px; } }
@media only screen and (max-width: 992px) {
  .hero .box-banner .box-video {
    height: 400px; } }
@media only screen and (max-width: 767px) {
  .hero .box-banner .box-video {
    width: 100%;
    height: 400px;
    margin-left: 4%;
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px; } }
@media only screen and (max-width: 575px) {
  .hero .box-banner .box-video {
    height: 300px; } }
@media only screen and (max-width: 420px) {
  .hero .box-banner .box-video {
    height: 230px; } }
.hero .box-banner .icon-logo {
  width: 548px;
  height: 515px;
  position: absolute;
  bottom: 0;
  right: 0; }
.hero .box-banner .icon-logo img {
  width: 100%; }

.section-complexo {
  padding: 80px 0px 260px;
  background: #F2F2F2; }
@media only screen and (max-width: 1360px) {
  .section-complexo {
    padding: 60px 0px 240px; } }
@media only screen and (max-width: 767px) {
  .section-complexo {
    padding: 30px 0px 120px; } }
.section-complexo .flex-complexo {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  .section-complexo .flex-complexo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section-complexo .flex-complexo .box-conteudo {
  width: 49%;
  position: relative;
  z-index: 2; }
@media only screen and (max-width: 1360px) {
  .section-complexo .flex-complexo .box-conteudo {
    width: 48%; } }
@media only screen and (max-width: 767px) {
  .section-complexo .flex-complexo .box-conteudo {
    width: 100%;
    margin-bottom: 20px; } }
.section-complexo .flex-complexo .box-conteudo .titulo-section {
  text-align: left;
  color: #000000; }
.section-complexo .flex-complexo .box-conteudo .titulo-section i {
  bottom: 18px;
  left: 226px; }
@media only screen and (max-width: 1660px) {
  .section-complexo .flex-complexo .box-conteudo .titulo-section i {
    bottom: 14px;
    left: 188px; } }
@media only screen and (max-width: 1360px) {
  .section-complexo .flex-complexo .box-conteudo .titulo-section i {
    bottom: 10px;
    left: 168px; } }
@media only screen and (max-width: 1200px) {
  .section-complexo .flex-complexo .box-conteudo .titulo-section i {
    bottom: 8px;
    left: 155px; } }
@media only screen and (max-width: 992px) {
  .section-complexo .flex-complexo .box-conteudo .titulo-section i {
    bottom: 8px;
    left: 132px; } }
@media only screen and (max-width: 767px) {
  .section-complexo .flex-complexo .box-conteudo .titulo-section i {
    bottom: 6px;
    left: 112px; } }
.section-complexo .flex-complexo .box-conteudo .box-pib {
  max-width: 667px;
  height: 158px;
  margin: 28px 0;
  padding: 20px 20px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 27px;
  background: #FFF; }
@media only screen and (max-width: 992px) {
  .section-complexo .flex-complexo .box-conteudo .box-pib {
    height: 140px;
    margin: 20px 0;
    padding: 15px 15px; } }
@media only screen and (max-width: 767px) {
  .section-complexo .flex-complexo .box-conteudo .box-pib {
    width: 100%;
    max-width: 440px;
    height: auto;
    padding: 20px 10px;
    margin: 20px auto;
    border-radius: 20px; } }
.section-complexo .flex-complexo .box-conteudo .box-pib img {
  width: 80%; }
@media only screen and (max-width: 1200px) {
  .section-complexo .flex-complexo .box-conteudo .box-pib img {
    width: 90%; } }
.section-complexo .flex-complexo .box-list {
  width: 50%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative; }
@media only screen and (max-width: 1360px) {
  .section-complexo .flex-complexo .box-list {
    width: 48%; } }
@media only screen and (max-width: 767px) {
  .section-complexo .flex-complexo .box-list {
    width: 100%; } }
.section-complexo .flex-complexo .box-list:before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -80px;
  left: 0px;
  background: url("../img/detalhe.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
@media only screen and (max-width: 1660px) {
  .section-complexo .flex-complexo .box-list:before {
    left: -50px;
    bottom: -100px; } }
@media only screen and (max-width: 1360px) {
  .section-complexo .flex-complexo .box-list:before {
    width: 300px;
    height: 300px;
    left: -100px;
    bottom: -100px; } }
@media only screen and (max-width: 767px) {
  .section-complexo .flex-complexo .box-list:before {
    width: 280px;
    height: 280px;
    left: 0px;
    bottom: -100px; } }
@media only screen and (max-width: 575px) {
  .section-complexo .flex-complexo .box-list:before {
    display: none; } }
.section-complexo .flex-complexo .box-list .lista-txt {
  max-width: 540px;
  padding: 30px 80px;
  background: url("../img/bg-complexo.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-border-radius: 30px;
  border-radius: 30px; }
@media only screen and (max-width: 1660px) {
  .section-complexo .flex-complexo .box-list .lista-txt {
    max-width: 510px;
    padding: 30px 70px; } }
@media only screen and (max-width: 1200px) {
  .section-complexo .flex-complexo .box-list .lista-txt {
    padding: 26px 50px; } }
@media only screen and (max-width: 992px) {
  .section-complexo .flex-complexo .box-list .lista-txt {
    padding: 20px 35px; } }
@media only screen and (max-width: 767px) {
  .section-complexo .flex-complexo .box-list .lista-txt {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 60px; } }
.section-complexo .flex-complexo .box-list .lista-txt li {
  padding: 20px 0; }
@media only screen and (max-width: 992px) {
  .section-complexo .flex-complexo .box-list .lista-txt li {
    padding: 15px 0; } }
.section-complexo .flex-complexo .box-list .lista-txt li i {
  width: 30px; }
@media only screen and (max-width: 1660px) {
  .section-complexo .flex-complexo .box-list .lista-txt li i {
    width: 26px; } }
@media only screen and (max-width: 767px) {
  .section-complexo .flex-complexo .box-list .lista-txt li i {
    width: 22px; } }
.section-complexo .flex-complexo .box-list .lista-txt li span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px; }
@media only screen and (max-width: 1360px) {
  .section-complexo .flex-complexo .box-list .lista-txt li span {
    font-size: 22px;
    line-height: 26px; } }
@media only screen and (max-width: 992px) {
  .section-complexo .flex-complexo .box-list .lista-txt li span {
    font-size: 18px;
    line-height: 25px; } }
@media only screen and (max-width: 767px) {
  .section-complexo .flex-complexo .box-list .lista-txt li span {
    font-size: 16px;
    line-height: 22px; } }

.section-atencao {
  padding: 0px 0px;
  margin-top: -170px; }
@media only screen and (max-width: 1200px) {
  .section-atencao {
    margin-top: -150px; } }
@media only screen and (max-width: 767px) {
  .section-atencao {
    margin-top: -60px; } }
.section-atencao .box-atencao {
  padding: 70px 70px 90px;
  background: #1B123C;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-border-radius: 67px 67px 0 0;
  border-radius: 67px 67px 0 0; }
@media only screen and (max-width: 1660px) {
  .section-atencao .box-atencao {
    padding: 60px 60px 110px; } }
@media only screen and (max-width: 1360px) {
  .section-atencao .box-atencao {
    padding: 50px 50px 90px; } }
@media only screen and (max-width: 1200px) {
  .section-atencao .box-atencao {
    padding: 30px 36px 70px; } }
@media only screen and (max-width: 992px) {
  .section-atencao .box-atencao {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media only screen and (max-width: 767px) {
  .section-atencao .box-atencao {
    -webkit-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0; } }
.section-atencao .box-atencao .img {
  width: 160px; }
@media only screen and (max-width: 1660px) {
  .section-atencao .box-atencao .img {
    width: 140px; } }
@media only screen and (max-width: 1360px) {
  .section-atencao .box-atencao .img {
    width: 120px; } }
@media only screen and (max-width: 1200px) {
  .section-atencao .box-atencao .img {
    width: 110px;
    display: flex;
    -webkit-align-items: center;
    align-items: center; } }
@media only screen and (max-width: 992px) {
  .section-atencao .box-atencao .img {
    width: 80px;
    margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  .section-atencao .box-atencao .img {
    width: 50px;
    margin-bottom: 15px; } }
.section-atencao .box-atencao .img img {
  width: 100%; }
.section-atencao .box-atencao .tit-atencao {
  width: 420px;
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 55px;
  color: #FFF;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 1660px) {
  .section-atencao .box-atencao .tit-atencao {
    font-size: 30px;
    line-height: 34px; } }
@media only screen and (max-width: 1360px) {
  .section-atencao .box-atencao .tit-atencao {
    width: 360px;
    font-size: 26px;
    line-height: 30px; } }
@media only screen and (max-width: 1200px) {
  .section-atencao .box-atencao .tit-atencao {
    width: 350px;
    font-size: 28px;
    line-height: 30px;
    margin: 0 30px; } }
@media only screen and (max-width: 992px) {
  .section-atencao .box-atencao .tit-atencao {
    font-size: 25px;
    line-height: 28px;
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .section-atencao .box-atencao .tit-atencao {
    width: 100%;
    font-size: 20px;
    line-height: 24px; } }
.section-atencao .box-atencao .box-txt {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  margin-top: 50px;
  margin-bottom: -40px; }
@media only screen and (max-width: 1660px) {
  .section-atencao .box-atencao .box-txt {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: -30px; } }
@media only screen and (max-width: 1360px) {
  .section-atencao .box-atencao .box-txt {
    margin-top: 20px;
    margin-bottom: -20px; } }
@media only screen and (max-width: 992px) {
  .section-atencao .box-atencao .box-txt {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px; } }
.section-atencao .box-atencao .box-txt p {
  color: #FFF; }
@media only screen and (max-width: 992px) {
  .section-atencao .box-atencao .box-txt p {
    text-align: center; } }
@media only screen and (max-width: 992px) {
  .section-atencao .box-atencao .box-txt .bt-padrao {
    width: 100%; } }
.section-atencao .box-atencao .box-txt .bt-padrao.bt-borda a {
  width: 228px;
  height: 70px; }
@media only screen and (max-width: 1660px) {
  .section-atencao .box-atencao .box-txt .bt-padrao.bt-borda a {
    width: 200px;
    height: 60px; } }
@media only screen and (max-width: 992px) {
  .section-atencao .box-atencao .box-txt .bt-padrao.bt-borda a {
    margin: 0 auto; } }
.section-atencao .box-atencao .box-txt .bt-padrao.bt-borda a i {
  width: 20px;
  height: 22px;
  margin-left: 14px;
  display: none; }
.section-atencao .box-atencao .box-txt .bt-padrao.bt-borda:hover a {
  width: 260px; }
.section-atencao .box-atencao .box-txt .bt-padrao.bt-borda:hover a i {
  display: flex; }

.section-estudo {
  padding: 80px 0px;
  background: #ffffff; }
@media only screen and (max-width: 1660px) {
  .section-estudo {
    padding: 65px 0; } }
@media only screen and (max-width: 1360px) {
  .section-estudo {
    padding: 55px 0; } }
@media only screen and (max-width: 1200px) {
  .section-estudo {
    padding: 50px 0; } }
.section-estudo .box-itens {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 575px) {
  .section-estudo .box-itens {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 18px auto; } }
.section-estudo .box-itens .item {
  width: 32%;
  max-width: 422px;
  min-height: 172px;
  margin: 46px 0;
  overflow: hidden;
  background: #FF4A11;
  padding: 0 50px  0 30px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-border-radius: 24px;
  border-radius: 24px; }
@media only screen and (max-width: 1360px) {
  .section-estudo .box-itens .item {
    margin: 35px 0;
    padding: 0 40px  0 25px; } }
@media only screen and (max-width: 992px) {
  .section-estudo .box-itens .item {
    margin: 38px 0; } }
@media only screen and (max-width: 767px) {
  .section-estudo .box-itens .item {
    padding: 0 30px  0 20px; } }
@media only screen and (max-width: 575px) {
  .section-estudo .box-itens .item {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 8px auto;
    padding: 18px 44px 18px 20px;
    -webkit-border-radius: 16px;
    border-radius: 16px; } }
.section-estudo .box-itens .item p {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px; }
@media only screen and (max-width: 1660px) {
  .section-estudo .box-itens .item p {
    font-size: 18px;
    line-height: 22px; } }
@media only screen and (max-width: 1200px) {
  .section-estudo .box-itens .item p {
    font-size: 17px;
    line-height: 22px; } }
@media only screen and (max-width: 992px) {
  .section-estudo .box-itens .item p {
    font-size: 15px;
    line-height: 20px; } }
@media only screen and (max-width: 767px) {
  .section-estudo .box-itens .item p {
    font-size: 14px;
    line-height: 18px; } }
.section-estudo .box-itens .item p strong {
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase; }
.section-estudo .box-itens .item i {
  position: absolute;
  top: -14px;
  right: -10px;
  line-height: 100%;
  font-style: normal;
  font-size: 120px;
  font-weight: 700;
  color: #1B123C;
  pointer-events: none; }
@media only screen and (max-width: 1200px) {
  .section-estudo .box-itens .item i {
    font-size: 100px; } }
@media only screen and (max-width: 767px) {
  .section-estudo .box-itens .item i {
    font-size: 80px;
    top: -10px;
    right: -7px; } }

.section-revisao {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 80px 0px 20px;
  background: #1B123C;
  -webkit-border-radius: 67px 67px 0 0;
  border-radius: 67px 67px 0 0; }
@media only screen and (max-width: 1360px) {
  .section-revisao {
    padding: 60px 0 40px; } }
@media only screen and (max-width: 767px) {
  .section-revisao {
    padding: 40px 15px 20px;
    -webkit-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0; } }
.section-revisao .titulo-section {
  text-align: left;
  color: #FFF; }
.section-revisao .titulo-section i {
  width: 178px;
  display: inline-block; }
@media only screen and (max-width: 1660px) {
  .section-revisao .titulo-section i {
    width: 156px; } }
@media only screen and (max-width: 1200px) {
  .section-revisao .titulo-section i {
    width: 140px; } }
@media only screen and (max-width: 767px) {
  .section-revisao .titulo-section i {
    width: 100px; } }
.section-revisao .titulo-section i img {
  width: 100%; }
.section-revisao .box-txt p {
  color: #FFF; }
.section-revisao .flex-revisao {
  margin-top: 30px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  .section-revisao .flex-revisao {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section-revisao .flex-revisao .box-conteudo {
  width: 40%; }
@media only screen and (max-width: 767px) {
  .section-revisao .flex-revisao .box-conteudo {
    width: 100%; } }
.section-revisao .flex-revisao .box-conteudo .lista-txt {
  margin-bottom: 20px; }
.section-revisao .flex-revisao .box-conteudo .lista-txt li span {
  color: #FFF; }
.section-revisao .flex-revisao .img {
  width: 58%;
  margin-top: 12px; }
@media only screen and (max-width: 767px) {
  .section-revisao .flex-revisao .img {
    width: 100%;
    max-width: 100%;
    margin: 25px auto 0; } }
.section-revisao .flex-revisao .img img {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .section-revisao .flex-revisao .img img {
    width: calc(100% + 70px);
    margin-left: -70px; } }

.section-transacao {
  padding: 80px 0px;
  background: #ffffff; }
@media only screen and (max-width: 1360px) {
  .section-transacao {
    padding: 50px 0; } }
@media only screen and (max-width: 767px) {
  .section-transacao {
    padding: 30px 0; } }
.section-transacao .titulo-section {
  text-align: left; }
.section-transacao .titulo-section i {
  bottom: 18px;
  left: 495px; }
@media only screen and (max-width: 1660px) {
  .section-transacao .titulo-section i {
    bottom: 14px;
    left: 418px; } }
@media only screen and (max-width: 1360px) {
  .section-transacao .titulo-section i {
    bottom: 12px;
    left: 372px; } }
@media only screen and (max-width: 1200px) {
  .section-transacao .titulo-section i {
    bottom: 8px;
    left: 345px; } }
@media only screen and (max-width: 992px) {
  .section-transacao .titulo-section i {
    bottom: 8px;
    left: 295px; } }
@media only screen and (max-width: 767px) {
  .section-transacao .titulo-section i {
    bottom: 6px;
    left: 250px; } }
.section-transacao .d-flex {
  margin-top: 40px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  .section-transacao .d-flex {
    margin-top: 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section-transacao .d-flex .box-txt {
  width: 50%; }
@media only screen and (max-width: 767px) {
  .section-transacao .d-flex .box-txt {
    width: 100%; } }
.section-transacao .d-flex .box-txt .lista-txt {
  margin-top: 30px; }
.section-transacao .d-flex .img {
  width: 50%;
  margin-top: 10px; }
@media only screen and (max-width: 767px) {
  .section-transacao .d-flex .img {
    width: 100%;
    max-width: 100%;
    margin: 0px auto 25px; } }
.section-transacao .d-flex .img img {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .section-transacao .d-flex .img img {
    width: calc(100% + 56px);
    margin-right: -70px; } }

.section-planejamento {
  padding: 80px 0 40px;
  background: #F2F2F2; }
@media only screen and (max-width: 1360px) {
  .section-planejamento {
    padding: 50px 0 30px; } }
.section-planejamento .titulo-section {
  text-align: left; }
.section-planejamento .titulo-section i {
  bottom: 18px;
  left: 563px; }
@media only screen and (max-width: 1660px) {
  .section-planejamento .titulo-section i {
    bottom: 14px;
    left: 475px; } }
@media only screen and (max-width: 1360px) {
  .section-planejamento .titulo-section i {
    bottom: 12px;
    left: 425px; } }
@media only screen and (max-width: 1200px) {
  .section-planejamento .titulo-section i {
    bottom: 8px;
    left: 393px; } }
@media only screen and (max-width: 992px) {
  .section-planejamento .titulo-section i {
    bottom: 8px;
    left: 336px; } }
@media only screen and (max-width: 767px) {
  .section-planejamento .titulo-section i {
    bottom: 6px;
    left: 282px; } }
.section-planejamento .d-flex {
  margin-top: 20px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  .section-planejamento .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section-planejamento .d-flex .box-txt {
  width: 62%; }
@media only screen and (max-width: 767px) {
  .section-planejamento .d-flex .box-txt {
    width: 100%; } }
.section-planejamento .d-flex .box-txt .lista-txt {
  max-width: 655px;
  margin-top: 30px; }
@media only screen and (max-width: 767px) {
  .section-planejamento .d-flex .box-txt .lista-txt {
    max-width: 100%; } }
.section-planejamento .d-flex .img {
  width: 56%;
  margin-top: 10px;
  margin-left: -100px; }
@media only screen and (max-width: 767px) {
  .section-planejamento .d-flex .img {
    width: 100%;
    max-width: 100%;
    margin: 25px auto 0; } }
.section-planejamento .d-flex .img img {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .section-planejamento .d-flex .img img {
    width: calc(100% + 105px);
    margin-left: -105px; } }

.section-clientes {
  background: #ffffff;
  padding: 74px 0; }
@media only screen and (max-width: 1360px) {
  .section-clientes {
    padding: 55px 0; } }
@media only screen and (max-width: 767px) {
  .section-clientes {
    padding: 35px 0; } }
.section-clientes .titulo-section i {
  bottom: 16px;
  left: 240px;
  right: 0;
  margin: auto; }
@media only screen and (max-width: 1660px) {
  .section-clientes .titulo-section i {
    bottom: 14px;
    left: 198px; } }
@media only screen and (max-width: 1360px) {
  .section-clientes .titulo-section i {
    bottom: 12px;
    left: 188px; } }
@media only screen and (max-width: 1200px) {
  .section-clientes .titulo-section i {
    bottom: 8px;
    left: 165px; } }
@media only screen and (max-width: 992px) {
  .section-clientes .titulo-section i {
    bottom: 8px;
    left: 145px; } }
@media only screen and (max-width: 767px) {
  .section-clientes .titulo-section i {
    bottom: 6px;
    left: 126px;
    right: 0;
    margin: auto; } }
.section-clientes .flex-clientes {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  .section-clientes .flex-clientes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.section-clientes .flex-clientes .img-cliente {
  width: 32%; }
@media only screen and (max-width: 767px) {
  .section-clientes .flex-clientes .img-cliente {
    width: 48%;
    margin: 15px auto; } }
.section-clientes .flex-clientes .img-cliente a {
  border: 1px solid #fff;
  display: inline-block;
  padding: 4px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.section-clientes .flex-clientes .img-cliente a:hover {
  border: 1px solid rgba(96, 101, 113, 0.6); }
.section-clientes .flex-clientes .img-cliente a i {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 0px;
  display: block; }
@media only screen and (max-width: 767px) {
  .section-clientes .flex-clientes .img-cliente a i {
    max-width: 140px; } }
.section-clientes .flex-clientes .img-cliente a i img {
  width: 100%; }

.section-contato {
  padding-bottom: 0; }
@media only screen and (max-width: 1200px) {
  .section-contato {
    padding-top: 26px; } }
@media only screen and (max-width: 767px) {
  .section-contato .titulo-section {
    text-align: center !important; } }
.section-contato .titulo-section i {
  bottom: 18px;
  left: 205px; }
@media only screen and (max-width: 1660px) {
  .section-contato .titulo-section i {
    bottom: 14px;
    left: 174px; } }
@media only screen and (max-width: 1360px) {
  .section-contato .titulo-section i {
    bottom: 12px;
    left: 160px; } }
@media only screen and (max-width: 1200px) {
  .section-contato .titulo-section i {
    bottom: 8px;
    left: 205px; } }
@media only screen and (max-width: 992px) {
  .section-contato .titulo-section i {
    bottom: 8px;
    left: 205px; } }
@media only screen and (max-width: 1200px) {
  .section-contato .titulo-section i {
    bottom: 8px;
    left: 150px; } }
@media only screen and (max-width: 767px) {
  .section-contato .titulo-section i {
    bottom: 6px;
    left: 138px;
    right: 0;
    margin: auto; } }
.section-contato .flex-contato {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 70px 80px;
  background: #1B123C;
  -webkit-border-radius: 67px 67px 0 0;
  border-radius: 67px 67px 0 0; }
@media only screen and (max-width: 1200px) {
  .section-contato .flex-contato {
    padding: 56px 48px; } }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato {
    padding: 30px 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0; } }
.section-contato .flex-contato .box-contato {
  width: 34%; }
@media only screen and (max-width: 1200px) {
  .section-contato .flex-contato .box-contato {
    width: 40%; } }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-contato {
    width: 100%;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3; } }
.section-contato .flex-contato .box-contato i {
  width: 254px;
  margin-bottom: 40px;
  display: block; }
@media only screen and (max-width: 1660px) {
  .section-contato .flex-contato .box-contato i {
    width: 210px; } }
@media only screen and (max-width: 1200px) {
  .section-contato .flex-contato .box-contato i {
    width: 190px; } }
@media only screen and (max-width: 992px) {
  .section-contato .flex-contato .box-contato i {
    width: 165px; } }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-contato i {
    width: 160px;
    margin: 0 auto 20px; } }
.section-contato .flex-contato .box-contato i img {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-contato .menu {
    text-align: center; } }
.section-contato .flex-contato .box-contato .menu li a {
  color: #FBFBFB;
  font-size: 18px;
  font-weight: 300; }
@media only screen and (max-width: 1660px) {
  .section-contato .flex-contato .box-contato .menu li a {
    font-size: 17px; } }
@media only screen and (max-width: 1200px) {
  .section-contato .flex-contato .box-contato .menu li a {
    font-size: 15px;
    padding: 5px 10px; } }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-contato .menu li a {
    font-size: 14px; } }
.section-contato .flex-contato .box-contato .menu li a span {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  display: inline-block;
  background: #FF4A11;
  transform: skew(26deg); }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-contato .menu li a span {
    width: 9px;
    height: 9px;
    transform: skew(26deg); } }
.section-contato .flex-contato .box-contato .menu li a:hover {
  text-shadow: 0 0px 1px #fff; }
.section-contato .flex-contato .box-formulario {
  width: 64%; }
@media only screen and (max-width: 1200px) {
  .section-contato .flex-contato .box-formulario {
    width: 58%; } }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-formulario {
    width: 100%;
    margin-bottom: 30px;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; } }

.box-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #ff4a11 !important;
    background: #fff !important;
    border-radius: 8px;
    padding: 10px 10px;
    text-align: center;
}
.box-form .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  background: #ffb900;
  border-radius: 8px;
  padding: 10px 10px;
  text-align: center;
}
.section-contato .flex-contato .box-formulario .titulo-section {
  color: #FFF;
  text-align: left; }
 .section-contato .flex-contato .box-formulario .box-form .linha .wpcf7-not-valid-tip{
   font-size: 12px !important;
 }
.section-contato .flex-contato .box-formulario .box-form .linha {
  margin-bottom: 4px; }
.section-contato .flex-contato .box-formulario .box-form .linha label {
    /* display: none; */
    font-size: 12px;
    margin: 0 0px 4px 6px;
    color: rgb(255 255 255 / 65%); }
.section-contato .flex-contato .box-formulario .box-form .linha input {
  width: 100%;
  background: #1B123C;
  border: 1px solid #FF4A11;
  color: #FFF;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
@media only screen and (max-width: 1660px) {
  .section-contato .flex-contato .box-formulario .box-form .linha input {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 15px; } }
.section-contato .flex-contato .box-formulario .box-form .bt-padrao {
  height: 44px;
  margin-top: 24px;
  position: relative; }
.section-contato .flex-contato .box-formulario .box-form .bt-padrao .wpcf7-spinner{
    position: absolute;
    height: 100%;
    max-height: 38px;
    right: -74px;
    top: 2px;
    width: 38px;
    opacity: 1;
    background-color: #fff;
    border-radius: 40px;
}
.section-contato .flex-contato .box-formulario .box-form .bt-padrao .wpcf7-spinner::before {
  background-color: #ff4a11;
  top: 8px;
  left: 8px;
  transform-origin: 12px 12px;
}
@media only screen and (max-width: 1660px) {
  .section-contato .flex-contato .box-formulario .box-form .bt-padrao {
    height: 54px; } }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-formulario .box-form .bt-padrao {
    margin: 20px auto 0; } }
.section-contato .flex-contato .box-formulario .box-form .bt-padrao i {
  width: 20px;
  height: 22px;
  margin-left: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -110px;
  left: 0;
  margin: auto;
  display: none; }
@media only screen and (max-width: 1200px) {
  .section-contato .flex-contato .box-formulario .box-form .bt-padrao i {
    top: -12px; } }
.section-contato .flex-contato .box-formulario .box-form .bt-padrao input[type="submit"] {
  width: 200px;
  max-width: 100%;
  height: 38px; }
@media only screen and (max-width: 1200px) {
  .section-contato .flex-contato .box-formulario .box-form .bt-padrao input[type="submit"] {
    width: 160px;
    height: 38px; } }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-formulario .box-form .bt-padrao input[type="submit"] {
    margin: 0px auto 0; } }
.section-contato .flex-contato .box-formulario .box-form .bt-padrao:hover i {
  display: block; }
.section-contato .flex-contato .box-formulario .box-form .bt-padrao:hover input[type="submit"] {
  width: 240px; }
@media only screen and (max-width: 1200px) {
  .section-contato .flex-contato .box-formulario .box-form .bt-padrao:hover input[type="submit"] {
    width: 220px; } }

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