/*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: 1180px;
  padding: 0; }
@media only screen and (max-width: 1660px) {
  .container {
    max-width: 92%;
    padding: 0 15px; } }
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%; } }
@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 20px; } }
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%; } }

.clear {
  display: block; }

.box-txt p {
  font-size: 16px;
  line-height: 20px; }

.txt-xs {
  font-size: 14px; }

.txt-sm {
  font-size: 18px; }
@media only screen and (max-width: 1660px) {
  .txt-sm {
    font-size: 16px; } }
@media only screen and (max-width: 992px) {
  .txt-sm {
    font-size: 15px; } }
@media only screen and (max-width: 767px) {
  .txt-sm {
    text-align: center; } }

.txt-md {
  font-size: 26px;
  line-height: 32px; }
@media only screen and (max-width: 1660px) {
  .txt-md {
    font-size: 22px;
    line-height: 28px; } }
@media only screen and (max-width: 1360px) {
  .txt-md {
    font-size: 20px;
    line-height: 26px; } }
@media only screen and (max-width: 1200px) {
  .txt-md {
    font-size: 18px;
    line-height: 24px; } }
@media only screen and (max-width: 575px) {
  .txt-md {
    font-size: 17px;
    text-align: center;
    line-height: 20px; } }

.txt-lg {
  font-size: 30px;
  line-height: 36px; }
@media only screen and (max-width: 1660px) {
  .txt-lg {
    font-size: 26px;
    line-height: 34px; } }
@media only screen and (max-width: 1360px) {
  .txt-lg {
    font-size: 24px;
    line-height: 35px; } }
@media only screen and (max-width: 1200px) {
  .txt-lg {
    font-size: 22px;
    line-height: 30px; } }
@media only screen and (max-width: 575px) {
  .txt-lg {
    font-size: 19px;
    text-align: center;
    line-height: 24px; } }

.txt-xl {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px; }
@media only screen and (max-width: 1660px) {
  .txt-xl {
    font-size: 35px;
    line-height: 44px; } }
@media only screen and (max-width: 1360px) {
  .txt-xl {
    font-size: 30px;
    line-height: 38px; } }
@media only screen and (max-width: 1200px) {
  .txt-xl {
    font-size: 28px;
    line-height: 35px; } }
@media only screen and (max-width: 767px) {
  .txt-xl {
    font-size: 24px;
    line-height: 30px;
    text-align: center; } }
@media only screen and (max-width: 420px) {
  .txt-xl {
    font-size: 20px;
    line-height: 26px; } }

/* TITULOS */
.tit-page {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #007db9; }
@media only screen and (max-width: 1660px) {
  .tit-page {
    font-size: 34px;
    line-height: 44px; } }
@media only screen and (max-width: 1360px) {
  .tit-page {
    font-size: 30px;
    line-height: 40px; } }
@media only screen and (max-width: 1200px) {
  .tit-page {
    font-size: 28px;
    line-height: 36px; } }
@media only screen and (max-width: 992px) {
  .tit-page {
    font-size: 26px;
    line-height: 32px; } }
@media only screen and (max-width: 767px) {
  .tit-page {
    text-align: center;
    font-size: 24px;
    line-height: 28px; } }
@media only screen and (max-width: 575px) {
  .tit-page {
    font-size: 22px;
    line-height: 25px; } }

.titulo-section {
  font-size: 40px;
  line-height: 40px;
  color: #007db9;
  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: #ec4e20;
  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: #007db9;
  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: #007db9;
  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: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #ec4e20;
  box-shadow: inset 0 0 0 1px #ec4e20;
  background: #ec4e20;
  -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: #007db9;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 0 1px #ec4e20;
  box-shadow: inset 0 0 0 1px #ec4e20; }
@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 #ec4e20;
  box-shadow: inset 0 0 0 1px #ec4e20;
  background: #007db9;
  -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 #ec4e20;
  box-shadow: inset 0 0 0 40px #ec4e20; }

.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: #007db9;
  color: #ffffff;
  font-style: normal;
  padding: 0 5px; }
.modal .modal-footer {
  display: none; }
.modal .modal-body img {
  width: 100%; }

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

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

::-webkit-scrollbar-thumb {
  background: #ec4e20;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

header {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 98;
  background: #ffffff;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  /*MENU MOBILE*/ }
@media only screen and (max-width: 767px) {
  header {
    height: 60px; } }
header .inner-header {
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
header .inner-header h1.logo {
  width: 210px;
  height: 100%;
  margin: 0px;
  margin-right: 12px;
  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: 180px; } }
@media only screen and (max-width: 1200px) {
  header .inner-header h1.logo {
    width: 160px; } }
@media only screen and (max-width: 767px) {
  header .inner-header h1.logo {
    width: 130px; } }
header .inner-header h1.logo img {
  width: 100%; }
header .inner-header .menu-top {
  height: 100%;
  padding: 0;
  position: relative; }
@media only screen and (max-width: 767px) {
  header .inner-header .menu-top {
    display: none; } }
header .inner-header .menu-top:before {
  content: "";
  display: block;
  width: 500%;
  height: 5px;
  background: #007db9;
  position: absolute;
  top: 0;
  left: 0; }
header .inner-header .menu-top .menu-principal {
  height: 100%; }
header .inner-header .menu-top .menu-principal ul {
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
header .inner-header .menu-top .menu-principal ul li a {
  height: 100%;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 16px;
  text-transform: uppercase;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: relative; }
@media only screen and (max-width: 1360px) {
  header .inner-header .menu-top .menu-principal ul li a {
    font-size: 14px; } }
@media only screen and (max-width: 1200px) {
  header .inner-header .menu-top .menu-principal ul li a {
    font-size: 13px;
    font-weight: 600;
    padding: 0px 12px; } }
@media only screen and (max-width: 992px) {
  header .inner-header .menu-top .menu-principal ul li a {
    font-size: 12px;
    padding: 0px 10px; } }
header .inner-header .menu-top .menu-principal ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  background: #007db9;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
header .inner-header .menu-top .menu-principal ul li a:hover {
  color: #ffffff; }
header .inner-header .menu-top .menu-principal ul li a:hover:before {
  height: 100%; }
header .inner-header .menu-top .menu-principal ul li.current-menu-item a {
  color: #ffffff; }
header .inner-header .menu-top .menu-principal ul li.current-menu-item a:before {
  height: 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--right {
  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: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding-bottom: 130px; }
header .menuMob .drawer-nav:before {
  content: "";
  display: block;
  width: 70px;
  height: 65px;
  opacity: 0.2;
  background: url("../img/icon-logo1.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 10px;
  margin: auto;
  pointer-events: none;
  margin: auto; }
header .menuMob .drawer-nav .bar-menu-mob {
  background: #007db9;
  max-width: 100%;
  height: 100px;
  margin: 0px 0 0px;
  padding: 0 15px;
  display: flex;
  align-items: center; }
header .menuMob .drawer-nav .bar-menu-mob a {
  width: 70px; }
header .menuMob .drawer-nav .bar-menu-mob a img {
  width: 100%; }
header .menuMob .drawer-nav .bar-menu-mob .bt-close {
  width: 46px;
  height: 110px;
  padding: 5px;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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 0px; }
header .menuMob .drawer-nav .drawer-menu ul li {
  width: 100%;
  padding: 0; }
header .menuMob .drawer-nav .drawer-menu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 0;
  padding: 5px 10px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #007db9;
  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: #000000;
  background: #ddd; }
header .menuMob .drawer-nav .drawer-menu ul li.current_page_item {
  background: #ddd;
  color: #000000; }
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: 10px 20px 10px;
  margin-top: 10px;
  border-top: 1px solid #ec4e20; }
header .menuMob .drawer-nav .drawer-menu .rede-social-mob .tit-rede {
  color: #ec4e20;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center; }
header .menuMob .drawer-nav .drawer-menu .rede-social-mob ul {
  width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto; }
header .menuMob .drawer-nav .drawer-menu .rede-social-mob ul li {
  width: 32%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
header .menuMob .drawer-nav .drawer-menu .rede-social-mob ul li a {
  width: 32px;
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
header .menuMob .drawer-nav .drawer-menu .rede-social-mob ul li a:hover {
  background: none; }
header .menuMob .drawer-nav .drawer-menu .rede-social-mob ul li a img {
  width: 100%; }
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: #007db9;
  -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: #007db9;
  height: 3px;
  margin-top: 0px; }
header.topfixed {
  height: 60px; }
header.topfixed h1.logo {
  width: 100px; }

footer {
  width: 100%;
  height: auto;
  padding: 40px 0;
  margin: 0 auto 0;
  background: #007db9; }
@media only screen and (max-width: 1660px) {
  footer {
    padding: 30px 0; } }
@media only screen and (max-width: 767px) {
  footer {
    padding: 16px 0; } }
footer .inner-footer {
  display: flex; }
@media only screen and (max-width: 767px) {
  footer .inner-footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
footer .inner-footer section {
  padding: 0; }
footer .inner-footer .logo-footer {
  width: 140px;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 1660px) {
  footer .inner-footer .logo-footer {
    width: 100px; } }
@media only screen and (max-width: 767px) {
  footer .inner-footer .logo-footer {
    width: 40px;
    margin: 0 auto 8px; } }
footer .inner-footer .logo-footer img {
  width: 100%; }
footer .inner-footer .menu-footer {
  padding: 0 50px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .menu-footer {
    padding: 0 0px; } }
footer .inner-footer .menu-footer .menu-rodape {
  height: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .menu-footer .menu-rodape ul {
    width: 100%;
    margin: 10px auto; } }
footer .inner-footer .menu-footer .menu-rodape ul li {
  padding: 5px 0; }
@media only screen and (max-width: 1200px) {
  footer .inner-footer .menu-footer .menu-rodape ul li {
    padding: 2px 0; } }
@media only screen and (max-width: 767px) {
  footer .inner-footer .menu-footer .menu-rodape ul li {
    padding: 0;
    text-align: center; } }
footer .inner-footer .menu-footer .menu-rodape ul li a {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
@media only screen and (max-width: 1200px) {
  footer .inner-footer .menu-footer .menu-rodape ul li a {
    font-size: 14px; } }
@media only screen and (max-width: 767px) {
  footer .inner-footer .menu-footer .menu-rodape ul li a {
    font-size: 12px; } }
footer .inner-footer .menu-footer .menu-rodape ul li a:hover {
  padding-left: 4px; }
footer .inner-footer .info-footer {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
footer .inner-footer .info-footer .txt-add {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .info-footer .txt-add {
    width: 100%; } }
footer .inner-footer .info-footer .txt-add p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 12px;
  display: flex; }
footer .inner-footer .info-footer .txt-add p:last-child {
  margin-bottom: 0; }
@media only screen and (max-width: 1660px) {
  footer .inner-footer .info-footer .txt-add p {
    font-size: 15px; } }
@media only screen and (max-width: 1200px) {
  footer .inner-footer .info-footer .txt-add p {
    font-size: 14px; } }
@media only screen and (max-width: 992px) {
  footer .inner-footer .info-footer .txt-add p {
    font-size: 13px; } }
@media only screen and (max-width: 767px) {
  footer .inner-footer .info-footer .txt-add p {
    margin-bottom: 6px;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center; } }
@media only screen and (max-width: 575px) {
  footer .inner-footer .info-footer .txt-add p {
    font-size: 12px; } }
footer .inner-footer .info-footer .txt-add p i {
  width: 15px;
  height: 100%;
  margin-right: 10px;
  display: inline-block; }
footer .inner-footer .info-footer .txt-add p i img {
  width: 100%; }
footer .inner-footer .info-footer .txt-add p span {
  font-weight: 400;
  line-height: 100%;
  line-height: 22px; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .info-footer .txt-add p span {
    line-height: 18px; } }
footer .inner-footer .info-footer .rede-social {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .info-footer .rede-social {
    width: 100%;
    margin: 14px auto;
    -webkit-justify-content: center;
    justify-content: center; } }
footer .inner-footer .info-footer .rede-social li {
  width: 27px;
  margin-left: 10px; }
footer .inner-footer .info-footer .rede-social li:first-child {
  margin-left: 0; }
footer .inner-footer .info-footer .rede-social li a {
  display: block;
  transform: translateY(0px);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
footer .inner-footer .info-footer .rede-social li a:hover {
  transform: translateY(-4px); }
footer .inner-footer .info-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%; }

.box-page {
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .hero {
    display: none; } }
.hero .box-banner {
  width: 100%;
  padding-top: 9%;
  position: relative; }
.hero .box-banner.box-banner-01 {
  background: url("../img/banner-01.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.hero .box-banner.box-banner-02 {
  background: url("../img/banner-02.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.hero .box-banner.box-banner-03 {
  background: url("../img/banner-03.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.hero .box-banner .box-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
.hero .box-banner .box-txt h3 {
  font-size: 58px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 66px;
  color: #007db9;
  position: relative; }
.hero .box-banner .box-txt h3 span {
  color: #ec4e20; }
@media only screen and (max-width: 1660px) {
  .hero .box-banner .box-txt h3 {
    font-size: 52px;
    line-height: 58px; } }
@media only screen and (max-width: 1360px) {
  .hero .box-banner .box-txt h3 {
    font-size: 50px;
    line-height: 54px; } }
@media only screen and (max-width: 1200px) {
  .hero .box-banner .box-txt h3 {
    font-size: 42px;
    line-height: 48px; } }
@media only screen and (max-width: 992px) {
  .hero .box-banner .box-txt h3 {
    font-size: 32px;
    line-height: 36px; } }
@media only screen and (max-width: 767px) {
  .hero .box-banner .box-txt h3 {
    font-size: 20px;
    line-height: 22px; } }
.hero .box-banner .box-txt .txt-banner {
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0; }
@media only screen and (max-width: 1660px) {
  .hero .box-banner .box-txt .txt-banner {
    font-size: 20px;
    line-height: 26px; } }
@media only screen and (max-width: 1200px) {
  .hero .box-banner .box-txt .txt-banner {
    font-size: 18px;
    line-height: 22px; } }
@media only screen and (max-width: 767px) {
  .hero .box-banner .box-txt .txt-banner {
    font-size: 15px;
    line-height: 20px;
    margin: 6px 0; } }
.hero .box-banner .box-txt .explore a {
  width: 250px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 15px;
  background: #ec4e20;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
.hero .box-banner .box-txt .explore a:hover {
  background: #bd350d;
  color: #ffffff;
  margin-left: 10px; }
@media only screen and (max-width: 1660px) {
  .hero .box-banner .box-txt .explore a {
    width: 230px;
    font-size: 16px;
    padding: 6px 12px; } }
@media only screen and (max-width: 1200px) {
  .hero .box-banner .box-txt .explore a {
    width: 200px;
    font-size: 15px;
    padding: 6px 10px; } }
@media only screen and (max-width: 767px) {
  .hero .box-banner .box-txt .explore a {
    width: 160px;
    margin-top: 8px;
    font-size: 12px; } }

.hero-mob {
  display: none; }
@media only screen and (max-width: 767px) {
  .hero-mob {
    display: block; } }
.hero-mob .banner-mob img {
  width: 100%; }

.section-about {
  padding: 60px 0; }
@media only screen and (max-width: 1660px) {
  .section-about {
    padding: 40px 0; } }
.section-about .txt-xl {
  color: #007db9;
  margin-bottom: 30px; }
.section-about .flex-about {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 1200px) {
  .section-about .flex-about {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .section-about .flex-about {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section-about .flex-about:last-child {
  margin-bottom: 0; }
.section-about .flex-about .box-txt {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
@media only screen and (max-width: 767px) {
  .section-about .flex-about .box-txt {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; } }
.section-about .flex-about .box-txt .txt-md {
  color: #ec4e20;
  font-weight: 700;
  margin-bottom: 20px; }
.section-about .flex-about .box-txt .txt-md span {
  color: #000000;
  font-weight: 700; }
.section-about .flex-about .box-txt .txt-sm {
  color: #000000; }
.section-about .flex-about .img-left {
  width: 380px;
  margin-right: 80px; }
@media only screen and (max-width: 1660px) {
  .section-about .flex-about .img-left {
    width: 300px; } }
@media only screen and (max-width: 1360px) {
  .section-about .flex-about .img-left {
    width: 250px; } }
@media only screen and (max-width: 1200px) {
  .section-about .flex-about .img-left {
    width: 220px;
    margin-right: 50px; } }
@media only screen and (max-width: 767px) {
  .section-about .flex-about .img-left {
    width: 150px;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    text-align: center;
    margin: 16px auto 0; } }
.section-about .flex-about .img-left img {
  width: 100%; }
.section-about .flex-about .img-right {
  width: 380px;
  margin-left: 80px; }
@media only screen and (max-width: 1660px) {
  .section-about .flex-about .img-right {
    width: 300px; } }
@media only screen and (max-width: 1360px) {
  .section-about .flex-about .img-right {
    width: 250px; } }
@media only screen and (max-width: 1200px) {
  .section-about .flex-about .img-right {
    width: 220px;
    margin-left: 50px; } }
@media only screen and (max-width: 767px) {
  .section-about .flex-about .img-right {
    width: 150px;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    text-align: center;
    margin: 16px auto 0; } }
.section-about .flex-about .img-right img {
  width: 100%; }

.section-blue {
  padding: 80px 0;
  background: #007db9; }
@media only screen and (max-width: 1660px) {
  .section-blue {
    padding: 50px 0; } }
.section-blue .box-txt .txt-lg {
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  margin-bottom: 16px; }
.section-blue .box-txt .txt-xl {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center; }

.section-itens {
  padding: 40px 0; }
@media only screen and (max-width: 1660px) {
  .section-itens {
    padding: 40px 0 20px; } }
.section-itens ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (max-width: 1200px) {
  .section-itens ul {
    width: 100%; } }
.section-itens ul li {
  width: 32%;
  min-height: 160px;
  margin-bottom: 20px;
  color: #007db9;
  text-align: center;
  cursor: context-menu;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 30px;
  border: 2px solid #007db9;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  transform: translateX(0); }
.section-itens ul li:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 92, 137, 0.5);
  box-shadow: 0 0 10px 2px rgba(0, 92, 137, 0.5);
  border: 2px solid #005c89;
  transform: translateY(-6px);
  color: #005c89; }
@media only screen and (max-width: 1660px) {
  .section-itens ul li {
    font-size: 22px;
    line-height: 28px; } }
@media only screen and (max-width: 1200px) {
  .section-itens ul li {
    font-size: 20px;
    line-height: 25px; } }
@media only screen and (max-width: 767px) {
  .section-itens ul li {
    width: 49%;
    padding: 16px 20px; } }
@media only screen and (max-width: 575px) {
  .section-itens ul li {
    font-size: 15px;
    line-height: 20px;
    padding: 16px 12px; } }

.section-contato {
  padding: 40px 0; }
@media only screen and (max-width: 1660px) {
  .section-contato {
    padding-top: 20px; } }
@media only screen and (max-width: 767px) {
  .section-contato {
    padding-bottom: 10px; } }
.section-contato .flex-contato {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section-contato .flex-contato .box-def {
  width: 350px;
  padding: 40px 20px;
  margin-right: 60px;
  background: #ec4e20;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  position: relative; }
@media only screen and (max-width: 1660px) {
  .section-contato .flex-contato .box-def {
    width: 380px; } }
@media only screen and (max-width: 1200px) {
  .section-contato .flex-contato .box-def {
    width: 300px;
    margin-right: 40px;
    padding: 30px 20px; } }
@media only screen and (max-width: 992px) {
  .section-contato .flex-contato .box-def {
    width: 250px;
    padding: 20px 15px; } }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-def {
    width: 100%;
    margin: 0px auto 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px; } }
.section-contato .flex-contato .box-def:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background: #ec4e20; }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-def:before {
    display: none; } }
.section-contato .flex-contato .box-def .txt-lg {
  color: #ffffff;
  font-weight: 700; }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-def .txt-lg {
    text-align: center; } }
.section-contato .flex-contato .box-def .txt-lg span {
  display: block;
  font-weight: 400;
  font-style: italic; }
.section-contato .flex-contato .box-contact {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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) {
  .section-contato .flex-contato .box-contact {
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; } }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-contact .info-contact {
    width: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center; } }
.section-contato .flex-contato .box-contact .info-contact .das {
  margin-bottom: 16px; }
.section-contato .flex-contato .box-contact .info-contact .das a {
  width: max-content;
  color: #ffffff;
  background: #007db9;
  padding: 6px 20px;
  font-weight: 700;
  font-size: 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
.section-contato .flex-contato .box-contact .info-contact .das a:hover {
  background: #ec4e20;
  color: #ffffff;
  margin-left: 10px; }
@media only screen and (max-width: 1660px) {
  .section-contato .flex-contato .box-contact .info-contact .das a {
    font-size: 25px; } }
@media only screen and (max-width: 1360px) {
  .section-contato .flex-contato .box-contact .info-contact .das a {
    font-size: 22px; } }
@media only screen and (max-width: 992px) {
  .section-contato .flex-contato .box-contact .info-contact .das a {
    font-size: 18px; } }
.section-contato .flex-contato .box-contact .logo {
  width: 180px;
  margin-left: 50px; }
@media only screen and (max-width: 1660px) {
  .section-contato .flex-contato .box-contact .logo {
    width: 140px; } }
@media only screen and (max-width: 1360px) {
  .section-contato .flex-contato .box-contact .logo {
    width: 120px; } }
@media only screen and (max-width: 992px) {
  .section-contato .flex-contato .box-contact .logo {
    width: 100px; } }
@media only screen and (max-width: 767px) {
  .section-contato .flex-contato .box-contact .logo {
    display: none; } }
.section-contato .flex-contato .box-contact .logo img {
  width: 100%; }

.pages-internal {
  /* BLOG */ }
.pages-internal .top-page {
  width: 100%;
  padding-top: 20%;
  position: relative; }
@media only screen and (max-width: 767px) {
  .pages-internal .top-page {
    padding-top: 26%; } }
.pages-internal .wrapper {
  padding: 40px 0; }
@media only screen and (max-width: 767px) {
  .pages-internal .wrapper {
    padding: 30px 0 20px; } }
.pages-internal.page-about .top-page {
  background: url("../img/banner-top-about.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.pages-internal.page-about .wrapper .flex-about {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .flex-about {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.pages-internal.page-about .wrapper .flex-about .box-txt {
  webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .flex-about .box-txt {
    width: 100%;
    margin: 0 auto; } }
.pages-internal.page-about .wrapper .flex-about .box-txt .txt-xl {
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px; }
.pages-internal.page-about .wrapper .flex-about .box-txt .txt-sm {
  margin-bottom: 12px; }
.pages-internal.page-about .wrapper .flex-about .box-txt .txt-sm:last-child {
  margin-bottom: 0; }
.pages-internal.page-about .wrapper .flex-about .img-right {
  width: 520px; }
@media only screen and (max-width: 1660px) {
  .pages-internal.page-about .wrapper .flex-about .img-right {
    width: 440px; } }
@media only screen and (max-width: 1360px) {
  .pages-internal.page-about .wrapper .flex-about .img-right {
    width: 380px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-about .wrapper .flex-about .img-right {
    width: 320px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .flex-about .img-right {
    width: 180px;
    margin: 30px auto 0; } }
.pages-internal.page-about .wrapper .flex-about .img-right img {
  width: 100%; }
.pages-internal.page-about .wrapper .box-about {
  padding: 40px 30px;
  margin: 40px 0;
  background: #f3f3f3;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-about .wrapper .box-about {
    padding: 30px 20px;
    margin: 30px 0 20px; } }
.pages-internal.page-about .wrapper .box-about .box-txt {
  max-width: 900px;
  margin: 0 auto; }
.pages-internal.page-about .wrapper .box-about .box-txt .txt-md {
  font-weight: 700;
  text-align: center;
  line-height: 38px; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-about .wrapper .box-about .box-txt .txt-md {
    line-height: 30px; } }
.pages-internal.page-about .wrapper .box-differential {
  padding: 30px 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 3; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .box-differential {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .box-differential {
    width: 80%;
    margin: 0 auto; } }
.pages-internal.page-about .wrapper .box-differential .item-differential {
  width: 31%; }
@media only screen and (max-width: 992px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential {
    width: 32%; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential {
    width: 100%;
    max-width: 280px;
    margin-bottom: 40px; } }
.pages-internal.page-about .wrapper .box-differential .item-differential h4 {
  width: 86%;
  max-width: 300px;
  height: 60px;
  margin: 0 auto 0px;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #ec4e20;
  border-radius: 20px 20px 0 0;
  z-index: 2; }
@media only screen and (max-width: 1360px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential h4 {
    width: 82%;
    height: 56px;
    font-size: 20px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential h4 {
    width: 80%;
    height: 50px;
    font-size: 18px;
    border-radius: 12px 12px 0 0; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential h4 {
    font-size: 16px; } }
.pages-internal.page-about .wrapper .box-differential .item-differential .box-item {
  background: #ffffff;
  -webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 3; }
@media only screen and (max-width: 992px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item {
    padding: 24px 20pxpx;
    -webkit-border-radius: 20px;
    border-radius: 20px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item {
    padding: 20px 14pxpx; } }
.pages-internal.page-about .wrapper .box-differential .item-differential .box-item i {
  width: 140px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 40px; }
@media only screen and (max-width: 1360px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item i {
    width: 120px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item i {
    width: 90px;
    margin: 0 auto 20px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item i {
    width: 70px;
    margin: 0 auto 20px; } }
.pages-internal.page-about .wrapper .box-differential .item-differential .box-item i img {
  width: 100%; }
.pages-internal.page-about .wrapper .box-differential .item-differential .box-item p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #000000; }
@media only screen and (max-width: 1360px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item p {
    font-size: 20px;
    line-height: 28px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item p {
    font-size: 18px;
    line-height: 24px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item p {
    font-size: 15px;
    line-height: 20px;
    text-align: center; } }
.pages-internal.page-about .wrapper .box-differential .item-differential .box-item ul {
  padding-left: 22px; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item ul {
    padding-left: 0; } }
.pages-internal.page-about .wrapper .box-differential .item-differential .box-item ul li {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #000000;
  list-style-type: disc; }
@media only screen and (max-width: 1360px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item ul li {
    font-size: 20px;
    line-height: 28px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item ul li {
    font-size: 18px;
    line-height: 24px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .box-differential .item-differential .box-item ul li {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    list-style: none; } }
.pages-internal.page-about .wrapper .bg-about {
  width: calc(100% + 200px);
  height: 260px;
  position: relative;
  left: -100px;
  margin: -200px auto 20px;
  background: #ec4e20;
  -webkit-border-radius: 50px;
  border-radius: 50px; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-about .wrapper .bg-about {
    height: 220px;
    margin: -160px auto 20px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-about .wrapper .bg-about {
    width: 100%;
    left: 0;
    height: 160px;
    -webkit-border-radius: 26px;
    border-radius: 26px; } }
.pages-internal.page-solutions .top-page {
  background: url("../img/banner-top-solutions.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.pages-internal.page-solutions .wrapper .tit-page {
  margin-bottom: 40px; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-solutions .wrapper .list-solutions {
    margin: 0 auto;
    width: 90%; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-solutions .wrapper .list-solutions {
    width: 100%; } }
.pages-internal.page-solutions .wrapper .list-solutions .item-solutions {
  padding: 0px;
  margin-bottom: 36px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative; }
@media only screen and (max-width: 992px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions {
    margin-bottom: 24px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions {
    margin-bottom: 45px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.pages-internal.page-solutions .wrapper .list-solutions .item-solutions.item-01 .box-solutions {
  background: #ec4e20; }
.pages-internal.page-solutions .wrapper .list-solutions .item-solutions .icon {
  width: 100px;
  position: absolute;
  left: 0px; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .icon {
    width: 80px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .icon {
    width: 70px;
    left: 0;
    right: 0;
    margin: -35px auto 0; } }
.pages-internal.page-solutions .wrapper .list-solutions .item-solutions .icon img {
  width: 100%; }
.pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions {
  width: calc(100% - 60px);
  margin-left: 50px;
  background: #007db9;
  overflow: hidden;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions {
    width: calc(100% - 40px);
    margin-left: 40px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions {
    width: 100%;
    margin: 0 auto; } }
.pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions {
  padding: 40px 40px 40px 95px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions {
    padding: 20px 30px 20px 80px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions {
    padding: 20px 20px 20px 60px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions {
    padding: 40px 16px 20px; } }
.pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions h4 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions h4 {
    font-size: 22px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions h4 {
    font-size: 20px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions h4 {
    font-size: 18px;
    text-align: center; } }
.pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions p {
  font-size: 18px;
  color: #ffffff; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions p {
    font-size: 17px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions p {
    font-size: 16px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .box-solutions .content-solutions p {
    font-size: 15px;
    text-align: center; } }
.pages-internal.page-solutions .wrapper .list-solutions .item-solutions .img-solution {
  width: 350px;
  position: relative;
  z-index: 1; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .img-solution {
    width: 300px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .img-solution {
    width: 250px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-solutions .wrapper .list-solutions .item-solutions .img-solution {
    display: none; } }
.pages-internal.page-solutions .wrapper .list-solutions .item-solutions .img-solution img {
  width: 100%; }
.pages-internal.page-industries {
  position: relative; }
.pages-internal.page-industries .top-page {
  background: url("../img/banner-top-industries.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.pages-internal.page-industries .wrapper {
  position: relative;
  z-index: 2; }
.pages-internal.page-industries .wrapper .box-txt .txt-sm {
  text-align: center; }
.pages-internal.page-industries .wrapper .box-industries {
  border: 2px solid #ec4e20;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding: 36px 36px 0;
  margin: 30px auto 30px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 30px;
  border-radius: 30px; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-industries .wrapper .box-industries {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 36px 24px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-industries .wrapper .box-industries {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 16px; } }
.pages-internal.page-industries .wrapper .box-industries .item {
  width: 30%;
  margin-bottom: 36px; }
@media only screen and (max-width: 575px) {
  .pages-internal.page-industries .wrapper .box-industries .item {
    width: 48%;
    margin-bottom: 24px; } }
.pages-internal.page-industries .wrapper .box-industries .item i {
  width: 100%;
  padding: 26px 12px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  border-radius: 20px; }
.pages-internal.page-industries .wrapper .box-industries .item i img {
  width: 100%;
  max-width: 140px; }
@media only screen and (max-width: 1360px) {
  .pages-internal.page-industries .wrapper .box-industries .item i img {
    max-width: 110px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-industries .wrapper .box-industries .item i img {
    max-width: 90px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-industries .wrapper .box-industries .item i img {
    max-width: 70px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-industries .wrapper .box-industries .item i img {
    max-width: 50px; } }
.pages-internal.page-industries .wrapper .box-industries .item h4 {
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto 0; }
@media only screen and (max-width: 992px) {
  .pages-internal.page-industries .wrapper .box-industries .item h4 {
    font-size: 16px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-industries .wrapper .box-industries .item h4 {
    font-size: 15px; } }
.pages-internal.page-why .top-page {
  background: url("../img/banner-top-why.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.pages-internal.page-why .wrapper .flex-why {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-why .wrapper .flex-why {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.pages-internal.page-why .wrapper .flex-why .box-txt {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 50px; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-why .wrapper .flex-why .box-txt {
    width: 100%;
    padding-right: 0;
    margin: 0 auto 30px; } }
.pages-internal.page-why .wrapper .flex-why .box-txt .txt-sm {
  max-width: 600px;
  margin-bottom: 16px; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-why .wrapper .flex-why .box-txt .txt-sm {
    max-width: 100%; } }
.pages-internal.page-why .wrapper .flex-why .box-txt .tit-page {
  max-width: 255px;
  margin: 10px 0 20px; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-why .wrapper .flex-why .box-txt .tit-page {
    margin: 10px auto 20px; } }
.pages-internal.page-why .wrapper .flex-why .box-txt .list-why {
  margin-bottom: 30px; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-why .wrapper .flex-why .box-txt .list-why {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start; } }
.pages-internal.page-why .wrapper .flex-why .box-txt .list-why li {
  padding: 16px 0;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-why .wrapper .flex-why .box-txt .list-why li {
    font-size: 16px;
    padding: 12px 0; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-why .wrapper .flex-why .box-txt .list-why li {
    font-size: 14px; } }
.pages-internal.page-why .wrapper .flex-why .box-txt .list-why li span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.pages-internal.page-why .wrapper .flex-why .box-txt .list-why li i {
  width: 44px;
  height: 44px;
  display: flex;
  margin-right: 14px; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-why .wrapper .flex-why .box-txt .list-why li i {
    width: 38px;
    height: 38px;
    margin-right: 10px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-why .wrapper .flex-why .box-txt .list-why li i {
    width: 30px;
    height: 30px;
    margin-right: 8px; } }
.pages-internal.page-why .wrapper .flex-why .box-txt .list-why li i img {
  width: 100%; }
.pages-internal.page-why .wrapper .flex-why .box-txt .box-contact a {
  width: max-content;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 20px;
  color: #ffffff;
  background: #ec4e20;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
.pages-internal.page-why .wrapper .flex-why .box-txt .box-contact a:hover {
  color: #ffffff;
  background: #007db9;
  margin-left: 10px; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-why .wrapper .flex-why .box-txt .box-contact a {
    font-size: 16px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-why .wrapper .flex-why .box-txt .box-contact a {
    margin: 0 auto; } }
.pages-internal.page-why .wrapper .flex-why .img-whyh {
  width: 440px; }
@media only screen and (max-width: 1360px) {
  .pages-internal.page-why .wrapper .flex-why .img-whyh {
    width: 400px; } }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-why .wrapper .flex-why .img-whyh {
    width: 340px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-why .wrapper .flex-why .img-whyh {
    width: 300px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-why .wrapper .flex-why .img-whyh {
    width: 100%;
    text-align: center; } }
.pages-internal.page-why .wrapper .flex-why .img-whyh img {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-why .wrapper .flex-why .img-whyh img {
    max-width: 180px; } }
.pages-internal.page-blog .top-page {
  background: url("../img/banner-top-blog.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.pages-internal.page-blog .wrapper .tit-page {
  margin-bottom: 40px; }
.pages-internal.page-blog .wrapper .posts-blog {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post {
  margin-bottom: 30px; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post:last-child {
  margin-bottom: 0; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .thumb-post {
  width: 350px;
  min-height: 200px;
  overflow: hidden;
  margin-right: 32px;
  background: #f3f3f3;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .thumb-post {
    width: 300px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .thumb-post {
    margin-right: 24px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .thumb-post {
    width: 260px;
    height: max-content;
    min-height: 150px;
    margin-right: 18px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .thumb-post {
    width: 100%;
    height: auto;
    min-height: 100%;
    margin-right: 0;
    margin-bottom: 16px; } }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .thumb-post img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .info-post {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .info-post h2 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 16px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .info-post h2 {
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .info-post h2 {
    font-size: 18px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .info-post h2 {
    font-size: 16px; } }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .info-post p {
  line-height: 26px;
  display: -webkit-box;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .info-post .bt-post {
  width: max-content;
  margin-top: 16px;
  background: #ec4e20;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 12px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a .info-post .bt-post {
    margin: 14px auto 0; } }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a:hover .thumb-post img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a:hover .info-post h2 {
  color: #007db9; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a:hover .info-post p {
  color: #007db9; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post a:hover .info-post .bt-post {
  background: #007db9; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post .categoria {
  margin-top: 10px;
  padding: 0 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post .categoria {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center; } }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post .categoria span {
  font-size: 12px;
  color: #606571; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post .categoria .categoria-1 {
  font-size: 12px;
  color: #606571; }
.pages-internal.page-blog .wrapper .posts-blog .grid-posts .box-post .categoria .categoria-1:hover {
  color: #007db9; }
.pages-internal.page-blog-interna {
  padding-bottom: 50px; }
.pages-internal.page-blog-interna .wrapper {
  padding-top: 0; }
.pages-internal.page-blog-interna .topo-post-interno {
  height: 410px;
  overflow: hidden;
  position: relative;
  background: url("../img/img-blog.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
@media only screen and (max-width: 1360px) {
  .pages-internal.page-blog-interna .topo-post-interno {
    height: 350px; } }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-blog-interna .topo-post-interno {
    height: 320px; } }
@media only screen and (max-width: 992px) {
  .pages-internal.page-blog-interna .topo-post-interno {
    height: 280px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog-interna .topo-post-interno {
    height: 240px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog-interna .topo-post-interno {
    height: 180px; } }
.pages-internal.page-blog-interna .topo-post-interno:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  padding: 15px;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  -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: 992px) {
  .pages-internal.page-blog-interna .topo-post-interno:before {
    height: 40%;
    padding: 15px 10px; } }
.pages-internal.page-blog-interna .topo-post-interno .mask {
  width: 100%;
  height: 100%;
  background: url("../img/pattern-square-white.png") repeat center rgba(0, 0, 0, 0.1);
  background-size: 4px;
  position: absolute; }
.pages-internal.page-blog-interna .topo-post-interno .thumb-post {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
.pages-internal.page-blog-interna .topo-post-interno .thumb-post img {
  width: 100%;
  height: auto; }
.pages-internal.page-blog-interna .box-texto-topo {
  width: 96%;
  max-width: 1000px;
  margin: -150px auto 10px;
  padding: 0;
  position: relative;
  z-index: 4; }
@media only screen and (max-width: 992px) {
  .pages-internal.page-blog-interna .box-texto-topo {
    margin: -100px auto 10px; } }
.pages-internal.page-blog-interna .box-texto-topo .category {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog-interna .box-texto-topo .category {
    text-align: center;
    font-size: 12px; } }
.pages-internal.page-blog-interna .box-texto-topo .titulo-pagina {
  color: #fff;
  font-weight: 400;
  font-size: 37px;
  line-height: 100%;
  margin-bottom: 0; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-blog-interna .box-texto-topo .titulo-pagina {
    font-size: 30px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog-interna .box-texto-topo .titulo-pagina {
    font-size: 24px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog-interna .box-texto-topo .titulo-pagina {
    font-size: 18px;
    text-align: center; } }
.pages-internal.page-blog-interna .box-texto-topo .titulo-pagina strong {
  font-weight: 700; }
.pages-internal.page-blog-interna .box-post-interno {
  width: 94%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 40px 20px;
  background: #FFF;
  position: relative;
  z-index: 4; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog-interna .box-post-interno {
    width: 100%;
    padding: 20px 15px; } }
.pages-internal.page-blog-interna .box-post-interno .imgPost {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px; }
.pages-internal.page-blog-interna .box-post-interno .imgPost img {
  width: 100%;
  height: 100%; }
.pages-internal.page-blog-interna .box-post-interno .box-txt p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px; }
@media only screen and (max-width: 1200px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt p {
    font-size: 16px;
    line-height: 30px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt p {
    font-size: 15px;
    line-height: 26px; } }
.pages-internal.page-blog-interna .box-post-interno .box-txt p:last-child {
  margin-bottom: 0; }
.pages-internal.page-blog-interna .box-post-interno .box-txt h2 {
  font-size: 32px;
  line-height: 42px;
  color: #007db9;
  margin: 30px 0 20px; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt h2 {
    font-size: 1.5rem;
    line-height: 34px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt h2 {
    font-size: 26px;
    line-height: 30px; } }
.pages-internal.page-blog-interna .box-post-interno .box-txt h3 {
  font-size: 26px;
  color: #007db9;
  margin: 30px 0 30px;
  line-height: 120%; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt h3 {
    font-size: 22px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt h3 {
    font-size: 18px; } }
.pages-internal.page-blog-interna .box-post-interno .box-txt h4 {
  font-size: 20px;
  color: #007db9;
  margin: 30px 0 20px;
  line-height: 120%; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt h4 {
    font-size: 18px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt h4 {
    font-size: 16px; } }
.pages-internal.page-blog-interna .box-post-interno .box-txt h5 {
  font-size: 18px;
  color: #007db9;
  margin: 30px 0 20px;
  line-height: 120%; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt h5 {
    font-size: 16px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt h5 {
    font-size: 14px; } }
.pages-internal.page-blog-interna .box-post-interno .box-txt ol {
  margin-left: 20px !important; }
.pages-internal.page-blog-interna .box-post-interno .box-txt ul {
  padding: 0;
  padding-left: 25px;
  margin: 25px auto; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt ul {
    padding-left: 15px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt ul {
    padding-left: 5px; } }
.pages-internal.page-blog-interna .box-post-interno .box-txt ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-blog-interna .box-post-interno .box-txt ul li {
    font-size: 18px;
    margin-bottom: 18px; } }
.pages-internal.page-blog-interna .box-post-interno .box-txt ul li:last-child {
  margin-bottom: 0; }
.pages-internal.page-blog-interna .box-post-interno .box-txt ol {
  padding: 0 25px;
  margin: 25px auto; }
.pages-internal.page-blog-interna .box-post-interno .box-txt ol li {
  margin-bottom: 10px; }
.pages-internal.page-blog-interna .box-post-interno .box-txt ol li:last-child {
  margin-bottom: 0; }
.pages-internal.page-blog-interna .box-post-interno .box-txt table {
  margin-bottom: 20px; }
.pages-internal.page-blog-interna .box-post-interno .box-txt table tbody tr {
  width: 100%;
  clear: both; }
.pages-internal.page-blog-interna .box-post-interno .box-txt table tbody tr:nth-child(even) {
  background: #eee; }
.pages-internal.page-blog-interna .box-post-interno .box-txt table tbody tr td {
  font-size: 16px;
  padding: 4px 10px;
  line-height: 120%;
  text-align: left; }
.pages-internal.page-contact .top-page {
  background: url("../img/banner-top-contact.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 35%; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-contact .top-page {
    background: url("../img/banner-top-contact-mob.jpg") no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 28%; } }
.pages-internal.page-contact .top-page .box-info {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 20px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (max-width: 767px) {
  .pages-internal.page-contact .top-page .box-info {
    width: 96%;
    margin-bottom: 10px; } }
.pages-internal.page-contact .top-page .box-info .info-contact {
  width: 49%;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #ffffff;
  background: #ec4e20;
  font-size: 16px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 992px) {
  .pages-internal.page-contact .top-page .box-info .info-contact {
    font-size: 15px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-contact .top-page .box-info .info-contact {
    width: 100%;
    font-size: 14px;
    padding: 6px 15px;
    margin-bottom: 4px; } }
@media only screen and (max-width: 575px) {
  .pages-internal.page-contact .top-page .box-info .info-contact {
    font-size: 14px; } }
.pages-internal.page-contact .top-page .box-info .info-contact.info-contact-full {
  width: 100%;
  margin-bottom: 50px; }
@media only screen and (max-width: 992px) {
  .pages-internal.page-contact .top-page .box-info .info-contact.info-contact-full {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-contact .top-page .box-info .info-contact.info-contact-full {
    margin-bottom: 12px; } }
.pages-internal.page-contact .top-page .box-info .info-contact i {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 992px) {
  .pages-internal.page-contact .top-page .box-info .info-contact i {
    width: 34px;
    height: 34px;
    margin-right: 6px; } }
@media only screen and (max-width: 767px) {
  .pages-internal.page-contact .top-page .box-info .info-contact i {
    width: 24px;
    height: 24px;
    margin-right: 5px; } }
.pages-internal.page-contact .top-page .box-info .info-contact i img {
  max-width: 100%;
  max-height: 100%; }
.pages-internal.page-contact .wrapper .tit-page {
  margin-bottom: 40px; }
.pages-internal.page-contact .wrapper .box-txt {
  margin-bottom: 40px; }
.pages-internal.page-contact .wrapper .box-form .linha {
  margin-bottom: 10px; }
.pages-internal.page-contact .wrapper .box-form .linha label {
  font-size: 14px;
  color: #292c33;
  padding-left: 8px;
  margin-bottom: 2px; }
.pages-internal.page-contact .wrapper .box-form .linha input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.pages-internal.page-contact .wrapper .box-form .linha textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.pages-internal.page-contact .wrapper .bt-padrao input[type="submit"] {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 18px !important;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ec4e20;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.pages-internal.page-contact .wrapper .bt-padrao input[type="submit"]:hover {
  background: #007db9; }

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