/*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: "Nunito Sans", sans-serif; }

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

body {
  background: #fff;
  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: 1450px; }
@media only screen and (max-width: 1360px) {
  .container {
    max-width: 92%; } }
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 98%; } }
@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%; } }
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%; } }

.container-small {
  max-width: 1040px;
  margin: 0 auto; }

.container-big {
  max-width: 1470px;
  margin: 0 auto; }

.box-page {
  min-height: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 278px; }
@media only screen and (max-width: 767px) {
  .box-page {
    padding-bottom: 428px; } }

.box-txt p {
  color: #292c33;
  font-size: 16px;
  line-height: 24px; }
.box-txt p:last-child {
  margin-bottom: 0; }

.clear {
  display: block; }

.txt-branco {
  color: #FFF !important; }

.txt-preto {
  color: #012183 !important; }

.txt-cinza {
  color: #292c33 !important; }

.txt-destaque {
  font-size: 34px;
  font-weight: 300;
  color: #012183;
  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 {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  color: #012183;
  text-align: center;
  margin: 0 auto 40px; }
@media only screen and (max-width: 1200px) {
  .titulo {
    font-size: 25px;
    line-height: 32px; } }
@media only screen and (max-width: 767px) {
  .titulo {
    font-size: 22px; } }
@media only screen and (max-width: 575px) {
  .titulo {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 30px; } }

.titulo-box {
  font-size: 30px;
  font-weight: 500;
  color: #292c33;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 40px;
  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; } }
.titulo-box span {
  font-weight: 500;
  background: #012183;
  color: #FFF;
  font-style: normal;
  padding: 0 5px; }

span.txt-inpart i {
  font-size: 0;
  opacity: 0; }

/*BOTOES*/
.bt-padrao {
  height: 46px;
  margin: 0 auto;
  float: left; }
.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;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  outline: none;
  background: #012183;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
.bt-padrao a:hover, .bt-padrao button:hover, .bt-padrao input[type="submit"]:hover {
  background: #0058a9; }
@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: #012183;
  -webkit-box-shadow: inset 0 0 0 2px #012183;
  box-shadow: inset 0 0 0 2px #012183;
  background: transparent; }
.bt-padrao.bt-borda a:hover, .bt-padrao.bt-borda button:hover, .bt-padrao.bt-borda input[type="submit"]:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 30px #012183;
  box-shadow: inset 0 0 0 30px #012183; }
.bt-padrao.bt-laranja a, .bt-padrao.bt-laranja button, .bt-padrao.bt-laranja input[type="submit"] {
  background: #012183; }
.bt-padrao.bt-laranja a:hover, .bt-padrao.bt-laranja button:hover, .bt-padrao.bt-laranja input[type="submit"]:hover {
  background: #012183; }

.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.html") no-repeat center; }
.slick-arrow.slick-next {
  right: 0px;
  background: url("../img/arrow-next-branca.html") 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: #012183;
  color: #FFF;
  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: #012183; }

header {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 98;
  -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: 70px; } }
header .inner-header {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2); }
header .inner-header h1.logo {
  width: 155px;
  height: 100%;
  margin: 0px;
  padding: 0 36px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-right: 1px solid #cac9cd;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 1360px) {
  header .inner-header h1.logo {
    box-sizing: border-box;
    width: 125px;
    padding: 0 30px; } }
@media only screen and (max-width: 992px) {
  header .inner-header h1.logo {
    width: 100px;
    padding: 0 20px; } }
@media only screen and (max-width: 767px) {
  header .inner-header h1.logo {
    width: 100px; } }
header .inner-header h1.logo a img {
  width: 100%; }
header .inner-header .flex-header {
  padding-right: 20px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
@media only screen and (max-width: 992px) {
  header .inner-header .flex-header {
    padding-right: 10px; } }
@media only screen and (max-width: 767px) {
  header .inner-header .flex-header {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; } }
header .inner-header .flex-header .tagline {
  color: #7d7e88;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
  line-height: 100%; }
@media only screen and (max-width: 992px) {
  header .inner-header .flex-header .tagline {
    padding-left: 10px; } }
@media only screen and (max-width: 767px) {
  header .inner-header .flex-header .tagline {
    display: none; } }
header .inner-header .flex-header .tagline .bt-padrao {
  width: 120px;
  height: 40px; }
@media only screen and (max-width: 1360px) {
  header .inner-header .flex-header .tagline .bt-padrao {
    width: 100px; } }
@media only screen and (max-width: 992px) {
  header .inner-header .flex-header .tagline .bt-padrao {
    width: 60px;
    height: 36px; }
  header .inner-header .flex-header .tagline .bt-padrao a {
    font-size: 14px; } }
header .inner-header .flex-header .navigation-header {
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
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 .menu-principal .menu {
  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-principal .menu li {
  height: 100%;
  position: relative;
  margin-left: 0px; }
@media only screen and (max-width: 1200px) {
  header .inner-header .flex-header .navigation-header .menu-principal .menu li {
    margin-left: 0px; } }
header .inner-header .flex-header .navigation-header .menu-principal .menu li a {
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 10px;
  color: #232628;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 1360px) {
  header .inner-header .flex-header .navigation-header .menu-principal .menu li a {
    padding: 0px 6px;
    font-size: 15px; } }
@media only screen and (max-width: 1200px) {
  header .inner-header .flex-header .navigation-header .menu-principal .menu li a {
    padding: 0px 4px;
    font-size: 14px;
    line-height: 100%;
    text-align: center; } }
@media only screen and (max-width: 992px) {
  header .inner-header .flex-header .navigation-header .menu-principal .menu li a {
    padding: 0px 4px;
    font-size: 12px; } }
header .inner-header .flex-header .navigation-header .menu-principal .menu li a:hover {
  color: #fff;
  background: #0058a9; }
header .inner-header .flex-header .navigation-header .menu-principal .menu li.current_page_item a {
  color: #fff;
  background: #0058a9; }
header .inner-header .flex-header .navigation-header .menu-principal .menu .lang-item {
  margin-left: 8px; }
header .inner-header .flex-header .navigation-header .menu-principal .menu .lang-item a {
  padding: 0; }
header .inner-header .flex-header .navigation-header .menu-principal .menu .lang-item a:before {
  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.bar-fixed {
  position: fixed;
  top: 0px;
  height: 80px; }
@media only screen and (max-width: 767px) {
  header.bar-fixed {
    height: 70px; } }
header.bar-fixed .inner-header {
  background: rgba(255, 255, 255, 0.9); }
header.bar-fixed .inner-header h1.logo {
  width: 140px;
  padding: 0 30px; }
@media only screen and (max-width: 1360px) {
  header.bar-fixed .inner-header h1.logo {
    width: 100px;
    padding: 0 20px; } }
@media only screen and (max-width: 992px) {
  header.bar-fixed .inner-header h1.logo {
    width: 90px;
    padding: 0 10px; } }
@media only screen and (max-width: 767px) {
  header.bar-fixed .inner-header h1.logo {
    width: 80px; } }
header .menuMob {
  display: none;
  width: 52px;
  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 {
  border: 2px solid #012183;
  background: #FFF;
  right: 20px !important;
  top: 14px;
  padding: 6px 6px;
  width: 30px;
  height: 26px;
  outline: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
header .menuMob .drawer-hamburger:hover {
  background: #012183; }
header .menuMob .drawer-hamburger:hover .drawer-hamburger-icon, header .menuMob .drawer-hamburger:hover .drawer-hamburger-icon:before, header .menuMob .drawer-hamburger:hover .drawer-hamburger-icon:after {
  background: #fff; }
header .menuMob .drawer-nav {
  background: #012183; }
header .menuMob .drawer-nav .bar-menu-mob {
  background: #FFF;
  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: 50px; }
header .menuMob .drawer-nav .bar-menu-mob a img {
  width: 100%; }
header .menuMob .drawer-nav .drawer-menu {
  padding-top: 0px; }
header .menuMob .drawer-nav .drawer-menu ul li {
  float: left;
  width: 100%;
  padding: 0px 0;
  border-bottom: 1px solid #85B9D0; }
header .menuMob .drawer-nav .drawer-menu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 12px 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  color: #fff; }
header .menuMob .drawer-nav .drawer-menu ul li a:hover {
  background: #0058a9;
  color: #fff; }
header .menuMob .drawer-nav .drawer-menu ul li.current_page_item {
  background: #0058a9;
  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 .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: #012183;
  -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: #012183;
  height: 3px;
  margin-top: 0px; }
header.topfixed {
  height: 60px; }
header.topfixed h1.logo {
  width: 100px; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

footer {
  height: auto;
  border-top: 5px solid #daff00;
  background: #292c33; }
footer .inner-footer {
  padding: 70px 0 60px;
  display: flex; }
@media only screen and (max-width: 767px) {
  footer .inner-footer {
    padding: 40px 0 40px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
footer .inner-footer .txt-footer {
  font-size: 12px;
  width: 400px;
  color: #FFF; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .txt-footer {
    width: 100%;
    font-size: 11px;
    text-align: center;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3; } }
footer .inner-footer .logo {
  margin-right: 30px; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .logo {
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px; } }
footer .inner-footer .logo img {
  width: 50px; }
footer .inner-footer .box-navigation {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .box-navigation {
    margin-bottom: 15px;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; } }
footer .inner-footer .box-navigation .menu-footer .menu {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .box-navigation .menu-footer .menu {
    text-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
footer .inner-footer .box-navigation .menu-footer .menu li {
  padding: 0 10px; }
@media only screen and (max-width: 1200px) {
  footer .inner-footer .box-navigation .menu-footer .menu li {
    padding: 0 6; } }
footer .inner-footer .box-navigation .menu-footer .menu li a {
  font-size: 14px;
  color: #FFF; }
@media only screen and (max-width: 1200px) {
  footer .inner-footer .box-navigation .menu-footer .menu li a {
    font-size: 12px; } }
footer .inner-footer .box-navigation .menu-footer .menu li a:hover {
  color: #999999; }
footer .inner-footer .social-media {
  width: 100px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
@media only screen and (max-width: 1200px) {
  footer .inner-footer .social-media {
    width: 50px; } }
@media only screen and (max-width: 767px) {
  footer .inner-footer .social-media {
    width: 100%;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin-bottom: 15px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
footer .inner-footer .social-media a {
  margin-bottom: 8px;
  display: flex; }
footer .inner-footer .social-media a:last-child {
  margin-bottom: 0; }
@media only screen and (max-width: 767px) {
  footer .inner-footer .social-media a {
    margin: 0 5px 0; } }
footer .inner-footer .social-media a img {
  width: 16px; }
footer .inner-footer .social-media a svg {
  width: 18px;
  height: 18px; }
footer .inner-footer .social-media a svg path {
  fill: #7d7e88; }
footer .inner-footer .social-media a svg:hover path {
  fill: #fff; }
footer .copy {
  color: #7d7e88;
  text-align: left;
  font-size: 12px;
  border-top: 1px solid #53565b;
  padding: 30px 0; }
@media only screen and (max-width: 767px) {
  footer .copy {
    padding: 20px 0;
    text-align: center;
    font-size: 11px; } }

@media only screen and (max-width: 767px) {
  .hero {
    display: none; } }
.hero .img-banner img {
  width: 100%; }
.hero .slider .slick-arrow {
  top: calc(50% - 20px);
  opacity: 0.7;
  width: 40px;
  height: 40px;
  -webkit-background-size: 40px !important;
  -o-background-size: 40px !important;
  background-size: 40px !important; }
@media only screen and (max-width: 575px) {
  .hero .slider .slick-arrow {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px !important;
    -o-background-size: 30px !important;
    background-size: 30px !important; } }
.hero .slider .slick-arrow.slick-disabled {
  opacity: 0.4; }
.hero .slider .slick-arrow:hover {
  opacity: 1; }
.hero .slider .slick-arrow.slick-prev {
  left: 10px;
  background: url("../img/left_arrow.png") no-repeat center; }
.hero .slider .slick-arrow.slick-next {
  right: 10px;
  background: url("../img/right_arrow.png") no-repeat center; }
.hero .slider .slick-dots {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
.hero .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  overflow: hidden; }
@media only screen and (max-width: 575px) {
  .hero .slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px; } }
.hero .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  outline: none;
  background: rgba(1, 33, 131, 0.3);
  border: none;
  text-indent: -9999px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.hero .slider .slick-dots li.slick-active button {
  background: #012183; }

.heroMobile {
  display: none; }
@media only screen and (max-width: 767px) {
  .heroMobile {
    display: block;
    position: relative; } }
.heroMobile .img-banner img {
  width: 100%; }
.heroMobile .slider .slick-arrow {
  top: calc(50% - 20px);
  opacity: 0.7;
  width: 40px;
  height: 40px;
  -webkit-background-size: 40px !important;
  -o-background-size: 40px !important;
  background-size: 40px !important; }
@media only screen and (max-width: 575px) {
  .heroMobile .slider .slick-arrow {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px !important;
    -o-background-size: 30px !important;
    background-size: 30px !important; } }
.heroMobile .slider .slick-arrow.slick-disabled {
  opacity: 0.4; }
.heroMobile .slider .slick-arrow:hover {
  opacity: 1; }
.heroMobile .slider .slick-arrow.slick-prev {
  left: 10px;
  background: url("../img/left_arrow.png") no-repeat center; }
.heroMobile .slider .slick-arrow.slick-next {
  right: 10px;
  background: url("../img/right_arrow.png") no-repeat center; }
.heroMobile .slider .slick-dots {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
.heroMobile .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  overflow: hidden; }
@media only screen and (max-width: 575px) {
  .heroMobile .slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px; } }
.heroMobile .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  outline: none;
  background: rgba(1, 33, 131, 0.3);
  border: none;
  text-indent: -9999px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.heroMobile .slider .slick-dots li.slick-active button {
  background: #012183; }

.section-inovacao {
  background: #012183;
  padding: 150px 0 120px; }
@media only screen and (max-width: 992px) {
  .section-inovacao {
    padding: 100px 0; } }
@media only screen and (max-width: 575px) {
  .section-inovacao {
    padding: 80px 0; } }
.section-inovacao .titulo {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
  font-weight: 900;
  color: #FFF; }
.section-inovacao .titulo.titulo1 {
  color: #daff00; }
.section-inovacao .txt-inovacao {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 18px 0;
  display: block;
  text-align: center; }
.section-inovacao .box-txt {
  width: 800px;
  margin: 0 auto;
  text-align: center; }

.section-diferencial .box02 {
  margin: -60px 0 120px;
  padding: 60px 50px;
  background: #FFF;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 992px) {
  .section-diferencial .box02 {
    padding: 40px 30px; } }
@media only screen and (max-width: 767px) {
  .section-diferencial .box02 {
    display: grid;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0; } }
.section-diferencial .box02 .tag1 {
  width: 32%;
  padding: 40px 0px;
  display: flex;
  align-items: center; }
@media only screen and (max-width: 767px) {
  .section-diferencial .box02 .tag1 {
    width: 100%;
    margin: 0 auto 50px; }
  .section-diferencial .box02 .tag1:last-child {
    margin-bottom: 0; } }
.section-diferencial .box02 .tag1 .bracket {
  width: 100px;
  height: calc(100% + 80px);
  border-color: #012183;
  border-width: 8px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 1200px) {
  .section-diferencial .box02 .tag1 .bracket {
    border-width: 8px; } }
.section-diferencial .box02 .tag1 .info-tag {
  width: 100%;
  margin-left: -30px;
  margin-right: -30px; }
@media only screen and (max-width: 1200px) {
  .section-diferencial .box02 .tag1 .info-tag {
    margin-left: -40px;
    margin-right: -40px; } }
.section-diferencial .box02 .tag1 .info-tag h3 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #012183;
  margin-bottom: 40px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 1200px) {
  .section-diferencial .box02 .tag1 .info-tag h3 {
    font-size: 24px;
    margin-bottom: 30px; } }
@media only screen and (max-width: 575px) {
  .section-diferencial .box02 .tag1 .info-tag h3 {
    font-size: 20px;
    margin-bottom: 25px; } }
.section-diferencial .box02 .tag1 .info-tag p {
  font-size: 16px;
  line-height: 24px;
  color: #012183;
  text-align: justify; }
.section-diferencial .box02 .tag1 .info-tag ul li {
  text-align: center;
  position: relative; }
.section-diferencial .box02 .tag1 .info-tag ul li:after {
  content: '';
  display: block;
  border-bottom: 1px solid #000;
  width: 60px;
  margin: 0 auto;
  padding: 0 0 15px;
  margin-bottom: 15px; }
.section-diferencial .box02 .tag1:hover .bracket {
  width: 100px;
  height: calc(100% + 90px);
  border-width: 8px; }
@media only screen and (max-width: 1200px) {
  .section-diferencial .box02 .tag1:hover .bracket {
    width: 100px;
    border-width: 8px; } }
.section-diferencial .box02 .tag1:hover .info-tag h3 {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px); }

.section03 {
  background: #F6F6F6; }
.section03 .box-article {
  height: 500px;
  position: relative;
  overflow: hidden; }
@media only screen and (max-width: 1360px) {
  .section03 .box-article {
    height: 450px; } }
@media only screen and (max-width: 1200px) {
  .section03 .box-article {
    height: 360px; } }
@media only screen and (max-width: 992px) {
  .section03 .box-article {
    height: 100%; } }
.section03 .box-article .img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 992px) {
  .section03 .box-article .img {
    position: relative;
    width: 100%;
    height: 300px; } }
@media only screen and (max-width: 767px) {
  .section03 .box-article .img {
    height: 240px; } }
.section03 .box-article .img img {
  width: 100%;
  height: auto;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.section03 .box-article .img.img-left {
  left: 0; }
.section03 .box-article .img.img-right {
  right: 0; }
.section03 .box-article .text {
  width: 50%;
  max-width: 710px;
  height: 100%;
  display: flex;
  justify-content: center;
  position: absolute; }
@media only screen and (max-width: 992px) {
  .section03 .box-article .text {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    left: 0 !important;
    right: 0 !important;
    margin: auto; } }
.section03 .box-article .text.text-right {
  left: 50%; }
.section03 .box-article .text.text-left {
  right: 50%; }
.section03 .box-article .text .txt-conteudo {
  width: 92%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 992px) {
  .section03 .box-article .text .txt-conteudo {
    width: 100%; } }
.section03 .box-article .text h2 {
  font-size: 32px;
  text-align: center;
  color: #012183;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px; }
@media only screen and (max-width: 1360px) {
  .section03 .box-article .text h2 {
    font-size: 28px; } }
@media only screen and (max-width: 1200px) {
  .section03 .box-article .text h2 {
    font-size: 24px; } }
@media only screen and (max-width: 992px) {
  .section03 .box-article .text h2 {
    font-size: 22px; } }
@media only screen and (max-width: 575px) {
  .section03 .box-article .text h2 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section03 .box-article .text h2 span {
  margin: 0 12px;
  font-weight: 300;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 1200px) {
  .section03 .box-article .text h2 span {
    margin: 0px 8px; } }
@media only screen and (max-width: 575px) {
  .section03 .box-article .text h2 span {
    margin: 4px 12px; } }
.section03 .box-article .text h2 span .txt-bracket {
  color: #0058a9;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
.section03 .box-article .text h2 span .bracket {
  width: 20px;
  height: 56px;
  border-width: 2px;
  border-color: #0058a9; }
@media only screen and (max-width: 1200px) {
  .section03 .box-article .text h2 span .bracket {
    height: 48px; } }
@media only screen and (max-width: 575px) {
  .section03 .box-article .text h2 span .bracket {
    height: 42px; } }
.section03 .box-article .text h2 span .bracket.bracket-start {
  margin-right: -10px; }
@media only screen and (max-width: 1200px) {
  .section03 .box-article .text h2 span .bracket.bracket-start {
    margin-right: -15px; } }
.section03 .box-article .text h2 span .bracket.bracket-end {
  margin-left: -10px; }
@media only screen and (max-width: 1200px) {
  .section03 .box-article .text h2 span .bracket.bracket-end {
    margin-left: -15px; } }
.section03 .box-article .text .box-txt p {
  text-align: center; }
@media only screen and (max-width: 575px) {
  .section03 .box-article .text .box-txt p {
    text-align: justify; } }
.section03 .box-article .text:hover .txt-conteudo h2 span .txt-bracket {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04); }
@media only screen and (max-width: 1200px) {
  .section03 .box-article .text:hover .txt-conteudo h2 span .txt-bracket {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02); } }
.section03 .box-article:hover .img 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); }

.section04 {
  padding: 80px 0; }
@media only screen and (max-width: 767px) {
  .section04 {
    padding: 60px 0; } }
.section04 .box-card {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
.section04 .box-card:last-child {
  margin-bottom: 0; }
@media only screen and (max-width: 767px) {
  .section04 .box-card {
    margin-bottom: 12px; } }
@media only screen and (max-width: 575px) {
  .section04 .box-card {
    min-height: 100px; } }
.section04 .box-card .preview-img img {
  pointer-events: none;
  width: 100%;
  -webkit-transition: 1900ms;
  -moz-transition: 1900ms;
  -ms-transition: 1900ms;
  -o-transition: 1900ms;
  transition: 1900ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
@media only screen and (max-width: 575px) {
  .section04 .box-card .preview-img img {
    width: 120%; } }
.section04 .box-card .info {
  width: 100%;
  height: 100%;
  background: #0058a9;
  background: linear-gradient(90deg, rgba(0, 88, 169, 0) 0%, rgba(11, 53, 107, 0.7567401961) 100%);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 1200px) {
  .section04 .box-card .info {
    width: 100%; } }
@media only screen and (max-width: 575px) {
  .section04 .box-card .info {
    width: 100%;
    background: rgba(0, 0, 0, 0.7); } }
.section04 .box-card .info a {
  width: 100%;
  height: 100%;
  padding-right: 25px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 575px) {
  .section04 .box-card .info a {
    padding: 0 15px;
    -webkit-align-items: center;
    align-items: center; } }
.section04 .box-card .info a h4 {
  text-align: right;
  color: #FFF;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 2px; }
@media only screen and (max-width: 1200px) {
  .section04 .box-card .info a h4 {
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .section04 .box-card .info a h4 {
    font-size: 18px; } }
@media only screen and (max-width: 575px) {
  .section04 .box-card .info a h4 {
    text-align: center;
    font-size: 16px; } }
.section04 .box-card .info a .box-txt {
  max-width: 300px;
  text-align: right; }
@media only screen and (max-width: 575px) {
  .section04 .box-card .info a .box-txt {
    text-align: center;
    max-width: 100%; } }
.section04 .box-card .info a .box-txt p {
  color: #ddd;
  font-size: 15px;
  line-height: 20px; }
@media only screen and (max-width: 1200px) {
  .section04 .box-card .info a .box-txt p {
    font-size: 14px;
    line-height: 18px; } }
@media only screen and (max-width: 575px) {
  .section04 .box-card .info a .box-txt p {
    text-align: center;
    font-size: 12px; } }
.section04 .box-card .info a .preview-hover {
  height: 40px;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
.section04 .box-card .info a .preview-hover svg {
  width: 40px;
  height: 100%; }
@media only screen and (max-width: 575px) {
  .section04 .box-card .info a .preview-hover svg {
    width: 30px; } }
.section04 .box-card .info a .preview-hover svg path {
  fill: #daff00; }
.section04 .box-card .info a:hover {
  padding-right: 80px; }
.section04 .box-card .info a:hover .preview-hover {
  right: 35px;
  opacity: 1; }
.section04 .box-card:hover {
  background: -moz-linear-gradient(270deg, rgba(0, 91, 113, 0.7) 70%, rgba(0, 91, 113, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(0, 91, 113, 0.7) 70%, rgba(0, 91, 113, 0) 100%);
  background: linear-gradient(270deg, rgba(0, 91, 113, 0.7) 70%, rgba(0, 91, 113, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005b71",endColorstr="#005b71",GradientType=1); }
.section04 .box-card:hover .preview-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.05);
  transform: scale(1.1); }

.section-video {
  background: #012183;
  padding: 80px 0;
  overflow: hidden;
  position: relative; }
@media only screen and (max-width: 767px) {
  .section-video {
    padding: 60px 0; } }
.section-video .titulo {
  color: #FFF; }
.section-video .bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0; }
@media only screen and (max-width: 767px) {
  .section-video .bg-video {
    display: none; } }
.section-video .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.1; }
.section-video .container {
  position: relative;
  z-index: 2; }
.section-video .flex-video {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  .section-video .flex-video {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section-video .flex-video .box-video {
  width: 49%;
  max-height: 398px;
  overflow: hidden; }
@media only screen and (max-width: 767px) {
  .section-video .flex-video .box-video {
    width: 100%;
    margin-bottom: 30px; }
  .section-video .flex-video .box-video:last-child {
    margin-bottom: 0; } }
.section-video .flex-video .box-video .videoInstitucional {
  width: 100%; }
.section-video .flex-video .box-video a {
  width: 100%;
  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) {
  .section-video .flex-video .box-video a {
    max-height: max-content;
    height: auto;
    padding: 20% 0; } }
.section-video .flex-video .box-video a img {
  width: 100%; }
.section-video .flex-video .box-video a svg {
  width: 80px;
  height: 80px;
  opacity: 0.4;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
.section-video .flex-video .box-video a:hover svg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8; }
.section-video .flex-video .box-video a.v2 {
  background: url("../img/video.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.section-blog {
  background: #FFF;
  padding: 80px 0; }
@media only screen and (max-width: 767px) {
  .section-blog {
    padding: 60px 0; } }
.section-blog .box-posts {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 400px; }
@media only screen and (max-width: 992px) {
  .section-blog .box-posts {
    height: 340px; } }
@media only screen and (max-width: 767px) {
  .section-blog .box-posts {
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section-blog .box-posts .post {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
.section-blog .box-posts .post a {
  width: 100%;
  height: 100%; }
.section-blog .box-posts .post a .thumb-destaque {
  width: 100%;
  height: 100%; }
.section-blog .box-posts .post a .thumb-destaque img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.section-blog .box-posts .post a .conteudo-destaque {
  width: 100%;
  height: 30%;
  padding: 15px;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, 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) {
  .section-blog .box-posts .post a .conteudo-destaque {
    height: 40%;
    padding: 15px 10px; } }
.section-blog .box-posts .post a .conteudo-destaque .box-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
@media only screen and (max-width: 1200px) {
  .section-blog .box-posts .post a .conteudo-destaque .box-title {
    font-size: 18px; } }
@media only screen and (max-width: 992px) {
  .section-blog .box-posts .post a .conteudo-destaque .box-title {
    font-size: 15px;
    -webkit-line-clamp: 2; } }
.section-blog .box-posts .post a:hover .thumb-destaque img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
.section-blog .box-posts .post a:hover .conteudo-destaque {
  height: 35%; }
.section-blog .box-posts .post-destaque {
  width: 49%; }
@media only screen and (max-width: 767px) {
  .section-blog .box-posts .post-destaque {
    width: 100%;
    height: 300px;
    margin-bottom: 15px; } }
.section-blog .box-posts .ultimos-posts {
  width: 50%;
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  .section-blog .box-posts .ultimos-posts {
    width: 100%; } }
@media only screen and (max-width: 420px) {
  .section-blog .box-posts .ultimos-posts {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section-blog .box-posts .ultimos-posts .post {
  width: 49%; }
@media only screen and (max-width: 420px) {
  .section-blog .box-posts .ultimos-posts .post {
    width: 100%;
    height: 200px;
    margin-bottom: 15px; }
  .section-blog .box-posts .ultimos-posts .post:last-child {
    margin-bottom: 0; } }
.section-blog .box-posts .ultimos-posts .post a .conteudo-destaque .box-title {
  font-size: 16px; }
@media only screen and (max-width: 1200px) {
  .section-blog .box-posts .ultimos-posts .post a .conteudo-destaque .box-title {
    font-size: 14px; } }
@media only screen and (max-width: 992px) {
  .section-blog .box-posts .ultimos-posts .post a .conteudo-destaque .box-title {
    font-size: 13px; } }
@media only screen and (max-width: 575px) {
  .section-blog .box-posts .ultimos-posts .post a .conteudo-destaque .box-title {
    font-size: 12px; } }

.bracket-start {
  border-left-style: solid;
  margin-left: 0px; }

.bracket-end {
  border-right-style: solid;
  margin-right: 0px; }

.bracket {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 7px;
  border-right-width: 7px;
  border-color: #292c33;
  border-top-style: solid;
  border-bottom-style: solid; }

main {
  /* BLOG */
  /* BLOG */
  /* CONTATO */ }
@media only screen and (max-width: 767px) {
  main {
    margin-top: 0px; } }
main.page-interna {
  background: #FFF;
  padding-bottom: 50px; }
main.page-interna .box-page {
  width: 100%;
  margin: -40px auto 0px;
  padding: 50px 20px;
  background: #FFF; }
@media only screen and (max-width: 767px) {
  main.page-interna .box-page {
    max-width: 100%;
    width: 90%;
    padding: 30px 20px; } }
@media only screen and (max-width: 767px) {
  main.page-interna .box-page {
    width: 100%;
    padding: 20px 12px; } }
main.page-interna .conteudo-int .box-txt p {
  margin-bottom: 30px;
  line-height: 28px;
  text-align: justify; }
main.page-interna .conteudo-int .box-txt p:last-child {
  margin-bottom: 0; }
main.page-interna .conteudo-int .flex-coluna {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 992px) {
  main.page-interna .conteudo-int .flex-coluna {
    -webkit-align-items: flex-start;
    align-items: flex-start; } }
@media only screen and (max-width: 767px) {
  main.page-interna .conteudo-int .flex-coluna {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
main.page-interna .conteudo-int .flex-coluna .coluna-esq {
  width: 49%; }
@media only screen and (max-width: 767px) {
  main.page-interna .conteudo-int .flex-coluna .coluna-esq {
    width: 100%; } }
main.page-interna .conteudo-int .flex-coluna .coluna-dir {
  width: 49%; }
@media only screen and (max-width: 767px) {
  main.page-interna .conteudo-int .flex-coluna .coluna-dir {
    width: 100%; } }
main.page-interna .conteudo-int .section-page {
  font-size: 48px;
  font-weight: 300;
  color: #012183;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left; }
main.page-interna .conteudo-int .section-page span {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  color: #0058a9; }
main.page-interna .conteudo-int .section-page i {
  text-transform: lowercase; }
@media only screen and (max-width: 1360px) {
  main.page-interna .conteudo-int .section-page {
    font-size: 44px; }
  main.page-interna .conteudo-int .section-page span {
    font-size: 22px; } }
@media only screen and (max-width: 992px) {
  main.page-interna .conteudo-int .section-page {
    font-size: 36px; }
  main.page-interna .conteudo-int .section-page span {
    font-size: 18px; } }
@media only screen and (max-width: 767px) {
  main.page-interna .conteudo-int .section-page {
    font-size: 32px;
    text-align: center !important; } }
@media only screen and (max-width: 575px) {
  main.page-interna .conteudo-int .section-page {
    font-size: 28px; }
  main.page-interna .conteudo-int .section-page span {
    font-size: 16px; } }
@media only screen and (max-width: 420px) {
  main.page-interna .conteudo-int .section-page {
    font-size: 24px; }
  main.page-interna .conteudo-int .section-page span {
    font-size: 15px; } }
main.page-interna .conteudo-int .list-ul li {
  color: #012183;
  margin-bottom: 16px;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
main.page-interna .conteudo-int .list-ul li i {
  width: 17px;
  margin-right: 6px;
  display: inline-block; }
@media only screen and (max-width: 575px) {
  main.page-interna .conteudo-int .list-ul li i {
    margin-right: 4px; } }
main.page-interna .conteudo-int .list-ul li i img {
  width: 17px; }
main.page-interna .conteudo-int .list-ul li i svg {
  width: 17px;
  height: 100%; }
main.page-interna .conteudo-int .list-ul li i svg path {
  fill: #daff00; }
main.page-interna .img-pagina {
  height: 500px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative; }
@media only screen and (max-width: 767px) {
  main.page-interna .img-pagina {
    height: 340px;
    background-attachment: initial !important; } }
@media only screen and (max-width: 767px) {
  main.page-interna .img-pagina {
    height: 300px; } }
main.page-interna .img-pagina:before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0px;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.4990371148) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.4990371148) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4990371148) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
main.page-interna .img-pagina:after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0px;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4990371148) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4990371148) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4990371148) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
main.page-interna .section-contato {
  background: #012183;
  padding: 50px 0;
  margin-bottom: -50px; }
main.page-interna .section-contato .titulo {
  color: #FFF;
  font-weight: bold; }
main.page-interna .section-contato .txt-contato {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #FFF; }
main.page-interna .section-contato .d-flex {
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 575px) {
  main.page-interna .section-contato .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
main.page-interna .section-contato .d-flex p {
  width: 40%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  margin: 40px auto 0;
  padding: 20px 10px;
  background: #0058a9;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
@media only screen and (max-width: 992px) {
  main.page-interna .section-contato .d-flex p {
    width: 46%; } }
@media only screen and (max-width: 575px) {
  main.page-interna .section-contato .d-flex p {
    width: 100%;
    margin: 15px auto 0; }
  main.page-interna .section-contato .d-flex p:last-child {
    margin-bottom: 0; } }
main.page-interna .section-contato .d-flex p span {
  display: block; }
main.page-interna.page-quem-somos .topo-pagina {
  background: url("../img/img-quem-somos.jpg") no-repeat center bottom; }
main.page-interna.page-quem-somos .list-ul li {
  position: relative;
  color: #012183; }
main.page-interna.page-quem-somos .section-sobre .thumb {
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-quem-somos .section-sobre .thumb {
    width: 75%;
    max-width: 450px;
    margin: 0 auto 20px; } }
main.page-interna.page-quem-somos .section-sobre .thumb img {
  width: 100%;
  filter: grayscale(0%);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }
main.page-interna.page-quem-somos .section-sobre .thumb img:hover {
  filter: grayscale(100%); }
@media only screen and (max-width: 767px) {
  main.page-interna.page-quem-somos .section-sobre .thumb img:hover {
    filter: grayscale(0%); } }
main.page-interna.page-quem-somos .section-sobre .thumb p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
  color: #012183;
  text-align: center; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-quem-somos .section-sobre .thumb p {
    font-size: 16px; } }
main.page-interna.page-quem-somos .section-sobre .section-page span {
  margin-bottom: -8px;
  display: block; }
main.page-interna.page-quem-somos .section-referencia {
  background: #012183;
  padding: 80px 0; }
@media only screen and (max-width: 992px) {
  main.page-interna.page-quem-somos .section-referencia {
    padding: 50px 0; } }
main.page-interna.page-quem-somos .section-referencia .txt-destaque {
  max-width: 1100px;
  margin: 0 auto 30px;
  color: #FFF;
  text-transform: uppercase; }
@media only screen and (max-width: 1200px) {
  main.page-interna.page-quem-somos .section-referencia .txt-destaque {
    max-width: 900px; } }
@media only screen and (max-width: 992px) {
  main.page-interna.page-quem-somos .section-referencia .txt-destaque {
    max-width: 750px; } }
main.page-interna.page-quem-somos .section-referencia .box-txt p {
  color: #FFF;
  text-align: center; }
@media only screen and (max-width: 992px) {
  main.page-interna.page-quem-somos .section-referencia .box-txt p {
    text-align: justify; } }
main.page-interna.page-quem-somos .section-compromisso {
  padding: 50px 0 0;
  overflow: hidden; }
main.page-interna.page-quem-somos .section-compromisso .section-page span {
  margin-bottom: -8px;
  display: block; }
main.page-interna.page-quem-somos .img-pagina {
  background: url("../img/img-destaque.jpg") no-repeat center; }
main.page-interna.page-fornecedores .topo-pagina {
  background: url("../img/img-fornecedores.jpg") no-repeat center bottom; }
main.page-interna.page-fornecedores .section-fornecedores .txt-destaque {
  max-width: 980px;
  margin: 0 auto 30px; }
@media only screen and (max-width: 1200px) {
  main.page-interna.page-fornecedores .section-fornecedores .txt-destaque {
    max-width: 900px; } }
@media only screen and (max-width: 992px) {
  main.page-interna.page-fornecedores .section-fornecedores .txt-destaque {
    max-width: 710px; } }
main.page-interna.page-fornecedores .section-fornecedores .box-txt p {
  text-align: center; }
main.page-interna.page-fornecedores .section-fornecedores .box-txt.box-txt-mob {
  display: none;
  margin-top: 10px; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-fornecedores .section-fornecedores .box-txt.box-txt-mob {
    display: block; } }
main.page-interna.page-fornecedores .section-livre {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-fornecedores .section-livre {
    display: none; } }
main.page-interna.page-fornecedores .section-livre .bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  background: #eee; }
main.page-interna.page-fornecedores .section-livre .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2; }
main.page-interna.page-fornecedores .section-livre .bg-video .box-txt {
  width: 90%;
  max-width: 630px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: justify;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 9; }
main.page-interna.page-fornecedores .section-livre .bg-video .box-txt p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; }
main.page-interna.page-op-saude {
  padding-bottom: 0; }
main.page-interna.page-op-saude .topo-pagina {
  background: url("../img/img-opsaude.jpg") no-repeat center bottom; }
main.page-interna.page-op-saude .section-fornecedores .txt-destaque {
  max-width: 980px;
  margin: 0 auto 30px; }
@media only screen and (max-width: 1200px) {
  main.page-interna.page-op-saude .section-fornecedores .txt-destaque {
    max-width: 900px; } }
@media only screen and (max-width: 992px) {
  main.page-interna.page-op-saude .section-fornecedores .txt-destaque {
    max-width: 710px; } }
main.page-interna.page-op-saude .section-fornecedores .box-txt p {
  text-align: center; }
main.page-interna.page-op-saude .section-livre {
  width: 100%;
  height: 420px;
  background: #012183;
  position: relative;
  overflow: hidden; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-op-saude .section-livre {
    height: 100%;
    padding: 80px 0; } }
main.page-interna.page-op-saude .section-livre .bg-video {
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0; }
main.page-interna.page-op-saude .section-livre .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.1; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-op-saude .section-livre .bg-video video {
    display: none; } }
main.page-interna.page-op-saude .section-livre .bg-video .box-txt {
  width: 90%;
  max-width: 630px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 9; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-op-saude .section-livre .bg-video .box-txt {
    position: relative; } }
main.page-interna.page-op-saude .section-livre .bg-video .box-txt p {
  font-size: 20px;
  line-height: 34px;
  color: #FFF; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-op-saude .section-livre .bg-video .box-txt p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400; } }
main.page-interna.page-hospitais .topo-pagina {
  background: url("../img/img-hospitais.jpg") no-repeat center bottom; }
main.page-interna.page-hospitais .section-plataforma .txt-destaque {
  max-width: 1000px;
  margin: 0 auto 30px; }
main.page-interna.page-hospitais .section-plataforma .box-txt p {
  text-align: center; }
main.page-interna.page-hospitais .section-hospitais {
  background: #F6F6F6;
  padding: 50px 0; }
main.page-interna.page-hospitais .section-hospitais .titulo {
  color: #0b356b; }
main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais {
  width: 100%;
  margin: 0 0 30px;
  padding: 20px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 992px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais {
    width: 90%;
    margin: 0 auto 25px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais:last-child {
    margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais {
    width: 100%;
    padding: 0px 14px; } }
main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .img {
  width: 48%; }
@media only screen and (max-width: 992px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; } }
@media only screen and (max-width: 767px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .img {
    height: 200px; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .img {
    height: 160px; } }
main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .img img {
  width: 100%; }
@media only screen and (max-width: 992px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; } }
main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .box-text {
  width: 52%;
  background: #FFF;
  padding: 10px 40px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
@media only screen and (max-width: 992px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .box-text {
    width: 100%;
    padding: 20px 30px;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2; } }
main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .box-text h5 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #0b356b;
  text-transform: uppercase;
  line-height: 30px; }
@media only screen and (max-width: 1200px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .box-text h5 {
    font-size: 20px;
    line-height: 24px; } }
@media only screen and (max-width: 767px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .box-text h5 {
    font-size: 16px;
    line-height: 20px;
    text-align: center; } }
main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .box-text h5 span {
  font-weight: 300;
  font-size: 30px;
  display: block;
  color: #012183;
  line-height: 30px; }
@media only screen and (max-width: 1200px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .box-text h5 span {
    font-size: 26px;
    line-height: 28px; } }
@media only screen and (max-width: 1200px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .box-text h5 span {
    font-size: 22px;
    line-height: 24px; } }
main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .box-text p {
  padding: 0 0px;
  text-align: justify; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-hospitais .section-hospitais .flex-hospitais .item-hospitais .box-text p {
    font-size: 15px; } }
main.page-interna.page-produtos {
  position: relative; }
main.page-interna.page-produtos .topo-pagina {
  background: url("../img/img-produtos.jpg") no-repeat center bottom; }
main.page-interna.page-produtos .conteudo01 .txt-destaque {
  max-width: 1080px;
  margin: 0 auto 30px; }
main.page-interna.page-produtos .conteudo01 .box-txt p {
  text-align: center; }
main.page-interna.page-produtos .modal-bg {
  width: 100%;
  height: calc(100% - -378px);
  opacity: 0;
  overflow: hidden;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 999;
  animation: transparenciaBg 1s; }
@keyframes transparenciaBg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
main.page-interna.page-produtos .modal-bg .bg {
  width: 80%;
  height: calc(100vh - 0px);
  background: #FFF;
  padding: 0px;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0%;
  animation: box-bg 1s; }
@keyframes box-bg {
  from {
    right: -100%; }
  to {
    right: 0%; } }
main.page-interna.page-produtos .modal-bg .bg .bt-close {
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  background: #0b356b;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
main.page-interna.page-produtos .modal-bg .bg .ff {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .modal-bg .bg .ff {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
main.page-interna.page-produtos .modal-bg .bg .ff .box-text {
  width: 50%;
  padding: 60px 60px;
  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: 1200px) {
  main.page-interna.page-produtos .modal-bg .bg .ff .box-text {
    padding: 40px 20px; } }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .modal-bg .bg .ff .box-text {
    width: 100%;
    padding: 25px 20px;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2; } }
main.page-interna.page-produtos .modal-bg .bg .ff .box-text .modal-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  color: #012183;
  margin-bottom: 10px; }
@media only screen and (max-width: 1200px) {
  main.page-interna.page-produtos .modal-bg .bg .ff .box-text .modal-title {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .modal-bg .bg .ff .box-text .modal-title {
    font-size: 22px; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .modal-bg .bg .ff .box-text .modal-title {
    font-size: 18px;
    margin-bottom: 6px; } }
main.page-interna.page-produtos .modal-bg .bg .ff .box-text .modal-title span {
  font-size: 14px;
  font-weight: 500; }
main.page-interna.page-produtos .modal-bg .bg .ff .box-text p {
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  color: #292c33;
  margin-bottom: 15px; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .modal-bg .bg .ff .box-text p {
    font-size: 14px;
    line-height: 20px; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .modal-bg .bg .ff .box-text p {
    font-size: 12px;
    line-height: 18px; } }
main.page-interna.page-produtos .modal-bg .bg .ff .box-text p:last-child {
  margin-bottom: 0; }
main.page-interna.page-produtos .modal-bg .bg .ff .box-img {
  width: 50%;
  height: 100vh;
  position: relative; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .modal-bg .bg .ff .box-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .modal-bg .bg .ff .box-img {
    height: 180px; } }
main.page-interna.page-produtos .modal-bg .bg .ff .box-img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
main.page-interna.page-produtos .expand {
  opacity: 1;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed; }
main.page-interna.page-produtos .section-produtos {
  background: #0b356b;
  padding: 80px 0 100px;
  margin-bottom: -44px;
  overflow: hidden;
  position: relative; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .section-produtos {
    margin-bottom: -50px; } }
main.page-interna.page-produtos .section-produtos .bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .section-produtos .bg-video {
    display: none; } }
main.page-interna.page-produtos .section-produtos .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.1; }
main.page-interna.page-produtos .section-produtos .container {
  position: relative;
  z-index: 2; }
main.page-interna.page-produtos .section-produtos .box-txt {
  margin-bottom: 100px; }
@media only screen and (max-width: 1200px) {
  main.page-interna.page-produtos .section-produtos .box-txt {
    max-width: 700px;
    margin: 0 auto 68px; } }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .section-produtos .box-txt {
    max-width: 380px; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .section-produtos .box-txt {
    max-width: 300px; } }
main.page-interna.page-produtos .section-produtos .box-txt p {
  margin-bottom: 0;
  color: #FFF;
  text-align: center; }
main.page-interna.page-produtos .section-produtos .box-prod {
  width: 100%;
  height: 100%;
  position: relative; }
main.page-interna.page-produtos .section-produtos .box-prod .box-circulo {
  position: relative;
  width: 580px;
  height: 580px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  margin: auto;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
@media only screen and (max-width: 1360px) {
  main.page-interna.page-produtos .section-produtos .box-prod .box-circulo {
    width: 380px;
    height: 380px; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .section-produtos .box-prod .box-circulo {
    width: 280px;
    height: 280px; } }
main.page-interna.page-produtos .section-produtos .box-prod .box-circulo:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 200%;
  background: #fff;
  animation: animate 4s linear infinite; }
@media only screen and (max-width: 1360px) {
  main.page-interna.page-produtos .section-produtos .box-prod .box-circulo:before {
    width: 300px; } }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .section-produtos .box-prod .box-circulo:before {
    width: 180px; } }
@keyframes animate {
  100% {
    transform: rotate(360deg); } }
main.page-interna.page-produtos .section-produtos .box-prod .box-circulo:after {
  content: "";
  position: absolute;
  background: #0b356b;
  inset: 4px;
  -webkit-border-radius: inherit;
  border-radius: inherit; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .section-produtos .box-prod .box-circulo:after {
    inset: 2px; } }
main.page-interna.page-produtos .section-produtos .box-prod .txt-centro {
  max-width: 380px;
  height: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 1360px) {
  main.page-interna.page-produtos .section-produtos .box-prod .txt-centro {
    max-width: 250px;
    font-size: 18px;
    line-height: 28px; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .section-produtos .box-prod .txt-centro {
    max-width: 190px;
    font-size: 11px;
    line-height: 18px; } }
main.page-interna.page-produtos .section-produtos .box-prod .border-circulo {
  width: 580px;
  height: 580px;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  border: 4px dotted #fff;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
@media only screen and (max-width: 1360px) {
  main.page-interna.page-produtos .section-produtos .box-prod .border-circulo {
    width: 380px;
    height: 380px; } }
@media only screen and (max-width: 767px) {
  main.page-interna.page-produtos .section-produtos .box-prod .border-circulo {
    border: 2px dotted #fff; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .section-produtos .box-prod .border-circulo {
    width: 280px;
    height: 280px; } }
main.page-interna.page-produtos .section-produtos .box-prod .circulo {
  width: calc(100% - -80px);
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 1360px) {
  main.page-interna.page-produtos .section-produtos .box-prod .circulo {
    width: calc(100% - -60px); } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .section-produtos .box-prod .circulo {
    width: calc(100% - -45px); } }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li {
  position: absolute;
  top: -35px;
  transform-origin: 0 324px;
  transform: rotate(calc(36deg * var(--i))); }
@media only screen and (max-width: 1360px) {
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li {
    top: -30px;
    transform-origin: 0 216px; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li {
    top: -24px;
    transform-origin: 0 162px; } }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li .tit-bbt {
  width: 200px;
  line-height: 18px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  opacity: 0;
  position: absolute;
  margin: auto;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 1360px) {
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li .tit-bbt {
    font-size: 11px;
    line-height: 16px; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li .tit-bbt {
    font-size: 10px;
    display: none; } }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt1 .tit-bbt {
  top: -30px;
  left: 0px;
  right: 0; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt6 .tit-bbt {
  bottom: -30px;
  left: 0px;
  right: 0; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt2 .tit-bbt {
  top: 0px;
  bottom: 0;
  left: 100px; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt10 .tit-bbt {
  top: 0px;
  bottom: 0;
  right: 100px;
  text-align: right;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt3 .tit-bbt {
  top: 0px;
  bottom: 0;
  left: 100px; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt9 .tit-bbt {
  top: 0px;
  bottom: 0;
  right: 100px;
  text-align: right;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt4 .tit-bbt {
  top: 0px;
  bottom: 0;
  left: 100px; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt8 .tit-bbt {
  top: 0px;
  bottom: 0;
  right: 100px;
  text-align: right;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt5 .tit-bbt {
  top: 0px;
  bottom: 0;
  left: 100px; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt7 .tit-bbt {
  top: 0px;
  bottom: 0;
  right: 100px;
  text-align: right;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
@media only screen and (max-width: 1360px) {
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt1 .tit-bbt {
    top: -30px;
    left: 0px;
    right: 0; }
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt6 .tit-bbt {
    bottom: -30px;
    left: 0px;
    right: 0; }
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt2 .tit-bbt {
    left: 74px; }
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt10 .tit-bbt {
    right: 74px; }
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt3 .tit-bbt {
    left: 74px; }
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt9 .tit-bbt {
    right: 74px; }
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt4 .tit-bbt {
    left: 74px; }
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt8 .tit-bbt {
    right: 74px; }
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt5 .tit-bbt {
    left: 74px; }
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li.bbt7 .tit-bbt {
    right: 74px; } }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li span {
  width: 80px;
  height: 80px;
  background: #FFF;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  position: relative;
  transform: rotate(calc(-36deg * var(--i)));
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 1360px) {
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li span {
    width: 60px;
    height: 60px; } }
@media only screen and (max-width: 575px) {
  main.page-interna.page-produtos .section-produtos .box-prod .circulo li span {
    width: 46px;
    height: 46px; } }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li span img {
  width: 90%; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  right: 0;
  margin: auto;
  width: 120%;
  height: 120%;
  -webkit-box-shadow: 0 0 0 1px #FFF;
  box-shadow: 0 0 0 1px #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li span:hover {
  overflow: visible;
  transform: rotate(calc(-36deg * var(--i))) scale(1.3); }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li span:hover:before {
  opacity: 1; }
main.page-interna.page-produtos .section-produtos .box-prod .circulo li:hover .tit-bbt {
  opacity: 1; }
main.page-interna.page-servico {
  padding-bottom: 0; }
main.page-interna.page-servico .topo-pagina {
  background: url("../img/img-servico.png") no-repeat center bottom; }
main.page-interna.page-servico .conteudo03 {
  padding: 50px 0;
  background: #F6F6F6;
  overflow: hidden; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-servico .conteudo03 .flex-coluna .coluna-esq {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2; }
  main.page-interna.page-servico .conteudo03 .flex-coluna .coluna-dir {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; } }
main.page-interna.page-servico .img-pagina {
  background: url("../img/tecnologia.png") no-repeat center; }
main.page-interna.page-servico .conteudo04 {
  background: #012183;
  padding: 50px 0;
  overflow: hidden; }
main.page-interna.page-servico .conteudo04 .section-page {
  color: #FFF; }
main.page-interna.page-servico .conteudo04 .box-txt p {
  color: #FFF; }
main.page-interna.page-historico {
  padding-bottom: 0; }
main.page-interna.page-historico .topo-pagina {
  background: url("../img/img-historico.png") no-repeat center bottom; }
main.page-interna.page-historico .conteudo01 {
  padding: 50px 0;
  background: #F6F6F6; }
main.page-interna.page-historico .conteudo02 {
  padding: 50px 0;
  overflow: hidden; }
main.page-interna.page-historico .conteudo03 {
  background: #012183;
  padding: 50px 0; }
main.page-interna.page-historico .conteudo03 .box-txt p {
  color: #FFF; }
main.page-interna.page-historico .img-pagina {
  background: url("../img/historico.png") no-repeat center; }
main.page-interna.page-sobre {
  padding-bottom: 0; }
main.page-interna.page-sobre .topo-pagina {
  background: url("../img/img-sobre.png") no-repeat center bottom; }
main.page-interna.page-sobre .conteudo01 {
  padding: 50px 0;
  background: #F6F6F6; }
main.page-interna.page-sobre .conteudo02 {
  background: #012183;
  padding: 50px 0; }
main.page-interna.page-sobre .conteudo02 .flex-coluna {
  -webkit-align-items: flex-start;
  align-items: flex-start; }
main.page-interna.page-sobre .conteudo02 .flex-coluna .box-coluna {
  width: 33%;
  padding: 0 30px;
  border-right: 1px solid #fff; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-sobre .conteudo02 .flex-coluna .box-coluna {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right: none;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  main.page-interna.page-sobre .conteudo02 .flex-coluna .box-coluna:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; } }
main.page-interna.page-sobre .conteudo02 .flex-coluna .box-coluna h5 {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px; }
main.page-interna.page-sobre .conteudo02 .flex-coluna .box-coluna p {
  color: #FFF; }
main.page-interna.page-sobre .conteudo03 {
  padding: 50px 0;
  background: #F6F6F6;
  overflow: hidden; }
@media only screen and (max-width: 767px) {
  main.page-interna.page-sobre .conteudo03 .flex-coluna .coluna-esq {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2; }
  main.page-interna.page-sobre .conteudo03 .flex-coluna .coluna-dir {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; } }
main.page-interna.page-sobre .conteudo04 {
  padding: 50px 0;
  overflow: hidden; }
main.page-interna.page-sobre .img-pagina {
  background: url("../img/historico.png") no-repeat center; }
main .topo-pagina {
  height: 440px;
  position: relative;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important; }
@media only screen and (max-width: 1360px) {
  main .topo-pagina {
    height: 350px; } }
@media only screen and (max-width: 1200px) {
  main .topo-pagina {
    height: 320px; } }
@media only screen and (max-width: 992px) {
  main .topo-pagina {
    height: 280px; } }
@media only screen and (max-width: 767px) {
  main .topo-pagina {
    height: 240px; } }
@media only screen and (max-width: 575px) {
  main .topo-pagina {
    height: 180px; } }
main .topo-pagina .mask {
  width: 100%;
  height: 100%;
  background: url("../img/pattern-square-white.png") repeat center;
  -webkit-background-size: 4px;
  -o-background-size: 4px;
  background-size: 4px;
  opacity: 0.2;
  position: absolute;
  top: 0; }
main .topo-pagina .box-texto-topo {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%; }
@media only screen and (max-width: 575px) {
  main .topo-pagina .box-texto-topo {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center; } }
main .topo-pagina .box-texto-topo .titulo-pagina {
  font-size: 40px;
  font-weight: 300;
  color: #FFF;
  position: relative;
  z-index: 2; }
@media only screen and (max-width: 1200px) {
  main .topo-pagina .box-texto-topo .titulo-pagina {
    font-size: 30px; } }
@media only screen and (max-width: 767px) {
  main .topo-pagina .box-texto-topo .titulo-pagina {
    font-size: 24px; } }
@media only screen and (max-width: 575px) {
  main .topo-pagina .box-texto-topo .titulo-pagina {
    font-size: 22px; } }
main .topo-pagina .box-texto-topo .titulo-pagina span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  display: block; }
@media only screen and (max-width: 575px) {
  main .topo-pagina .box-texto-topo .titulo-pagina span {
    font-size: 14px;
    line-height: 24px; } }
main.page-blog {
  padding-bottom: 50px;
  background: #F6F6F6; }
main.page-blog .topo-pagina {
  background: url("../img/img-blog.jpg") no-repeat center bottom; }
main.page-blog .posts-blog {
  width: 94%;
  max-width: 1450px;
  margin: -40px auto 0;
  padding: 30px 20px;
  background: #FFF;
  position: relative;
  z-index: 4; }
@media only screen and (max-width: 992px) {
  main.page-blog .posts-blog {
    padding: 30px 20px 0px; } }
main.page-blog .posts-blog .grid-posts {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  grid-gap: 20px; }
@media only screen and (max-width: 992px) {
  main.page-blog .posts-blog .grid-posts {
    grid-template-columns: 2fr 2fr;
    grid-gap: 20px; } }
@media only screen and (max-width: 767px) {
  main.page-blog .posts-blog .grid-posts {
    grid-template-columns: 2fr;
    grid-gap: 20px; } }
main.page-blog .posts-blog .grid-posts .box-post {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
@media only screen and (max-width: 992px) {
  main.page-blog .posts-blog .grid-posts .box-post {
    margin-bottom: 30px; } }
main.page-blog .posts-blog .grid-posts .box-post a .thumb-post {
  width: 100%;
  height: 100%; }
main.page-blog .posts-blog .grid-posts .box-post a .thumb-post img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
main.page-blog .posts-blog .grid-posts .box-post a .info-post {
  width: 100%;
  height: 35%;
  padding: 15px;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, 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) {
  main.page-blog .posts-blog .grid-posts .box-post a .info-post {
    padding: 15px 10px; } }
main.page-blog .posts-blog .grid-posts .box-post a .info-post h2 {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
@media only screen and (max-width: 992px) {
  main.page-blog .posts-blog .grid-posts .box-post a .info-post h2 {
    font-size: 14px; } }
@media only screen and (max-width: 575px) {
  main.page-blog .posts-blog .grid-posts .box-post a .info-post h2 {
    font-size: 12px;
    -webkit-line-clamp: 2; } }
main.page-blog .posts-blog .grid-posts .box-post .categoria {
  width: 100%;
  position: absolute;
  bottom: 10px;
  padding: 0 15px;
  font-size: 12px;
  color: #7d7e88;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
main.page-blog .posts-blog .grid-posts .box-post .categoria a {
  width: auto;
  background: #daff00;
  color: #012183;
  padding: 2px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
main.page-blog .posts-blog .grid-posts .box-post .categoria a:hover {
  background: #012183;
  color: #FFF; }
main.page-blog .posts-blog .grid-posts .box-post:hover a .thumb-post img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
main.page-blog .posts-blog .grid-posts .box-post:hover a .info-post {
  height: 40%; }
main.page-blog-interna {
  padding-bottom: 50px;
  background: #F6F6F6; }
main.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) {
  main.page-blog-interna .topo-post-interno {
    height: 350px; } }
@media only screen and (max-width: 1200px) {
  main.page-blog-interna .topo-post-interno {
    height: 320px; } }
@media only screen and (max-width: 992px) {
  main.page-blog-interna .topo-post-interno {
    height: 280px; } }
@media only screen and (max-width: 767px) {
  main.page-blog-interna .topo-post-interno {
    height: 240px; } }
@media only screen and (max-width: 575px) {
  main.page-blog-interna .topo-post-interno {
    height: 180px; } }
main.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) {
  main.page-blog-interna .topo-post-interno:before {
    height: 40%;
    padding: 15px 10px; } }
main.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; }
main.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; }
main.page-blog-interna .topo-post-interno .thumb-post img {
  width: 100%;
  height: auto; }
main.page-blog-interna .box-texto-topo {
  width: 90%;
  max-width: 1000px;
  margin: -150px auto 10px;
  padding: 0;
  position: relative;
  z-index: 4; }
@media only screen and (max-width: 992px) {
  main.page-blog-interna .box-texto-topo {
    margin: -100px auto 10px; } }
main.page-blog-interna .box-texto-topo .category {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; }
main.page-blog-interna .box-texto-topo .titulo-pagina {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 0; }
@media only screen and (max-width: 1200px) {
  main.page-blog-interna .box-texto-topo .titulo-pagina {
    font-size: 30px; } }
@media only screen and (max-width: 767px) {
  main.page-blog-interna .box-texto-topo .titulo-pagina {
    font-size: 24px; } }
@media only screen and (max-width: 575px) {
  main.page-blog-interna .box-texto-topo .titulo-pagina {
    font-size: 22px; } }
main.page-blog-interna .box-texto-topo .titulo-pagina strong {
  font-weight: 700; }
main.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) {
  main.page-blog-interna .box-post-interno {
    padding: 20px 20px; } }
main.page-blog-interna .box-post-interno .imgPost {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px; }
main.page-blog-interna .box-post-interno .imgPost img {
  width: 100%;
  height: 100%; }
main.page-blog-interna .box-post-interno .box-txt p {
  color: #012183;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px; }
@media only screen and (max-width: 1200px) {
  main.page-blog-interna .box-post-interno .box-txt p {
    font-size: 16px;
    line-height: 30px; } }
main.page-blog-interna .box-post-interno .box-txt p:last-child {
  margin-bottom: 0; }
main.page-blog-interna .box-post-interno .box-txt p:first-child:first-letter {
  font-size: 74px;
  font-weight: bold;
  color: #0b356b;
  float: left;
  margin-top: 16px;
  margin-right: 10px; }
@media only screen and (max-width: 1200px) {
  main.page-blog-interna .box-post-interno .box-txt p:first-child:first-letter {
    font-size: 70px; } }
@media only screen and (max-width: 767px) {
  main.page-blog-interna .box-post-interno .box-txt p:first-child:first-letter {
    font-size: 60px; } }
@media only screen and (max-width: 420px) {
  main.page-blog-interna .box-post-interno .box-txt p:first-child:first-letter {
    font-size: 50px; } }
main.page-blog-interna .box-post-interno .box-txt h2 {
  font-size: 32px;
  line-height: 42px;
  color: #012183;
  margin: 30px 0 20px; }
@media only screen and (max-width: 767px) {
  main.page-blog-interna .box-post-interno .box-txt h2 {
    font-size: 1.5rem;
    line-height: 34px; } }
@media only screen and (max-width: 575px) {
  main.page-blog-interna .box-post-interno .box-txt h2 {
    font-size: 26px;
    line-height: 30px; } }
main.page-blog-interna .box-post-interno .box-txt h3 {
  font-size: 26px;
  color: #012183;
  margin: 30px 0 30px;
  line-height: 120%; }
@media only screen and (max-width: 767px) {
  main.page-blog-interna .box-post-interno .box-txt h3 {
    font-size: 22px; } }
@media only screen and (max-width: 575px) {
  main.page-blog-interna .box-post-interno .box-txt h3 {
    font-size: 18px; } }
main.page-blog-interna .box-post-interno .box-txt h4 {
  font-size: 20px;
  color: #012183;
  margin: 30px 0 20px;
  line-height: 120%; }
@media only screen and (max-width: 767px) {
  main.page-blog-interna .box-post-interno .box-txt h4 {
    font-size: 18px; } }
@media only screen and (max-width: 575px) {
  main.page-blog-interna .box-post-interno .box-txt h4 {
    font-size: 16px; } }
main.page-blog-interna .box-post-interno .box-txt h5 {
  font-size: 18px;
  color: #012183;
  margin: 30px 0 20px;
  line-height: 120%; }
@media only screen and (max-width: 767px) {
  main.page-blog-interna .box-post-interno .box-txt h5 {
    font-size: 16px; } }
@media only screen and (max-width: 575px) {
  main.page-blog-interna .box-post-interno .box-txt h5 {
    font-size: 14px; } }
main.page-blog-interna .box-post-interno .box-txt ol {
  margin-left: 20px !important; }
main.page-blog-interna .box-post-interno .box-txt ul {
  padding: 0;
  padding-left: 25px;
  margin: 25px auto; }
@media only screen and (max-width: 767px) {
  main.page-blog-interna .box-post-interno .box-txt ul {
    padding-left: 15px; } }
@media only screen and (max-width: 575px) {
  main.page-blog-interna .box-post-interno .box-txt ul {
    padding-left: 5px; } }
main.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) {
  main.page-blog-interna .box-post-interno .box-txt ul li {
    font-size: 18px;
    margin-bottom: 18px; } }
main.page-blog-interna .box-post-interno .box-txt ul li:last-child {
  margin-bottom: 0; }
main.page-blog-interna .box-post-interno .box-txt ol {
  padding: 0 25px;
  margin: 25px auto; }
main.page-blog-interna .box-post-interno .box-txt ol li {
  margin-bottom: 10px; }
main.page-blog-interna .box-post-interno .box-txt ol li:last-child {
  margin-bottom: 0; }
main.page-blog-interna .box-post-interno .box-txt table {
  margin-bottom: 20px; }
main.page-blog-interna .box-post-interno .box-txt table tbody tr {
  width: 100%;
  clear: both; }
main.page-blog-interna .box-post-interno .box-txt table tbody tr:nth-child(even) {
  background: #eee; }
main.page-blog-interna .box-post-interno .box-txt table tbody tr td {
  font-size: 16px;
  padding: 4px 10px;
  line-height: 120%;
  text-align: left; }
main.page-contato {
  padding-bottom: 50px; }
main.page-contato .topo-pagina {
  background: url("../img/img-contato.jpg") no-repeat center bottom; }
main.page-contato .section-box-contato {
  position: relative; }
main.page-contato .section-box-contato .box-contato {
  width: 100%;
  margin: -40px auto 0;
  padding: 30px 20px;
  background: #FFF;
  overflow: hidden; }
@media only screen and (max-width: 767px) {
  main.page-contato .section-box-contato .box-contato {
    max-width: 100%;
    width: 90%;
    margin: 30px auto 0; } }
main.page-contato .section-box-contato .box-contato .titulo {
  text-align: center;
  font-weight: 900; }
@media only screen and (max-width: 767px) {
  main.page-contato .section-box-contato .box-contato .titulo {
    text-align: center; } }
main.page-contato .section-box-contato .box-contato .d-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  main.page-contato .section-box-contato .box-contato .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
main.page-contato .section-box-contato .box-contato .d-flex .box-form {
  width: 45%;
  margin: 0; }
@media only screen and (max-width: 767px) {
  main.page-contato .section-box-contato .box-contato .d-flex .box-form {
    width: 100%;
    max-width: 100%;
    margin: 40px auto; } }
main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha {
  width: 100%;
  margin-bottom: 10px; }
main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha .wpcf7-form-control-wrap {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha label {
  font-size: 14px;
  text-align: left;
  color: #012183;
  margin-bottom: 0;
  margin-right: 20px; }
@media only screen and (max-width: 992px) {
  main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha label {
    font-size: 16px; } }
@media only screen and (max-width: 575px) {
  main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha label {
    font-size: 14px; } }
main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha .wpcf7-not-valid-tip {
  font-size: 12px; }
main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha input, main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha textarea, main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha select {
  width: 100%;
  border: none;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #0b356b;
  background: #fff;
  border: 1px solid #113864;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms; }
main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha input:focus, main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha textarea:focus, main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha select:focus {
  outline: 0;
  border-bottom: 1px solid #012183; }
@media only screen and (max-width: 992px) {
  main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha input, main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha textarea, main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha select {
    font-size: 22px;
    padding: 10px 15px; } }
@media only screen and (max-width: 767px) {
  main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha input, main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha textarea, main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha select {
    font-size: 20px; } }
@media only screen and (max-width: 575px) {
  main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha input, main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha textarea, main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha select {
    font-size: 16px;
    padding: 8px 12px; } }
main.page-contato .section-box-contato .box-contato .d-flex .box-form .linha textarea {
  height: 115px; }
main.page-contato .section-box-contato .box-contato .d-flex .box-form .bt-padrao {
  width: 100%; }
main.page-contato .section-box-contato .box-contato .d-flex .box-form .bt-padrao a, main.page-contato .section-box-contato .box-contato .d-flex .box-form .bt-padrao input[type="submit"] {
  width: 100%;
  height: 50px; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato {
  width: 45%;
  position: relative; }
@media only screen and (max-width: 1200px) {
  main.page-contato .section-box-contato .box-contato .d-flex .info-contato {
    width: 38%; } }
@media only screen and (max-width: 992px) {
  main.page-contato .section-box-contato .box-contato .d-flex .info-contato {
    margin-top: 30px; } }
@media only screen and (max-width: 767px) {
  main.page-contato .section-box-contato .box-contato .d-flex .info-contato {
    width: 100%; } }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info {
  background: #FFF; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .topo-info {
  padding: 30px;
  background: #012183; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .topo-info h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 6px; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .topo-info p {
  color: #FFF;
  font-size: 14px;
  line-height: 24px; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral {
  background: #fff; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral h4 {
  color: #012183;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 6px;
  padding: 25px 30px;
  border-bottom: 1px solid #E2E2E2; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral .txt-geral {
  display: flex;
  padding: 20px 30px;
  border-bottom: 1px solid #E2E2E2;
  color: #012183;
  font-size: 14px;
  line-height: 24px; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral .txt-geral strong {
  font-weight: 700;
  margin-right: 8px; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral .midias-sociais {
  padding: 20px 0 0;
  margin: 0px 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral .midias-sociais li {
  margin: 0 6px; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral .midias-sociais li a {
  margin-bottom: 8px;
  display: flex; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral .midias-sociais li a:last-child {
  margin-bottom: 0; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral .midias-sociais li a img {
  width: 16px; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral .midias-sociais li a svg {
  width: 34px;
  height: 34px; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral .midias-sociais li a svg path {
  fill: #7d7e88; }
main.page-contato .section-box-contato .box-contato .d-flex .info-contato .box-info .box-geral .midias-sociais li a svg:hover path {
  fill: #012183; }

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