@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  color: #444;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0d2c49;
  text-transform: uppercase;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

a {
  text-decoration: none;
}

p {
  line-height: 24px;
}

a {
  transition: all 0.1s ease-in;
}

.pagina {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .pagina {
    width: 92%;
    margin: 0 4%;
  }
}

.linha {
  width: 100%;
  float: left;
}

.total {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.hide {
  display: none;
}

.flex {
  display: flex;
}

.altura_minima {
  height: 600px;
}

.link-base {
  color: white;
}
.link-base:hover {
  color: white;
  text-decoration: none;
}

a:hover, .btn:hover {
  cursor: pointer;
}

ul {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

.x404 {
  font-weight: 800;
  color: #424242;
  margin: 200px 0;
  font-size: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width : 900px) {
  .x404 {
    font-size: 36px;
    margin: 150px 0;
  }
}

.minitopo {
  background: #0d2c49;
  color: white;
  height: 40px;
}
.minitopo i {
  color: white;
}
@media only screen and (max-width : 900px) {
  .minitopo .mb-email {
    display: none;
  }
}
@media only screen and (min-width : 901px) {
  .minitopo .mb-tel {
    display: none;
  }
}
.minitopo ul {
  padding-top: 13px;
}
.minitopo .box01 {
  float: left;
}
.minitopo .box01 li {
  float: left;
  margin-right: 10px;
}
.minitopo .box02 {
  float: right;
}
.minitopo .box02 li {
  float: right;
  margin-left: 10px;
}
.minitopo .box02 a {
  font-weight: bold;
}
.minitopo .box02 a i {
  font-size: 18px;
}

.topo {
  background: #fff;
  height: 200px;
}
@media only screen and (max-width : 900px) {
  .topo {
    display: none;
  }
}
.topo .linha {
  background: #fff;
}
.topo .area-logo {
  height: 100px;
  margin: 25px 0 0 0;
}
.topo .logo {
  height: inherit;
  display: block;
}
.topo .logo img {
  height: inherit;
}
.topo .area-topo {
  margin-top: 15px;
  margin-bottom: 15px;
}

.area-nav {
  background: #0d2c49;
}

@media only screen and (min-width : 901px) {
  .mobile-topo {
    display: none;
  }
}
.mobile-topo .logo-mobile {
  width: 150px;
  margin: 0px 0 0 0;
}

.data-local {
  margin-top: 45px;
  margin-left: 20px;
}
.data-local .topo_icon {
  width: 35px;
}
.data-local .item_texto {
  width: calc(100% - 45px);
  font-size: 16px;
}
.data-local h4 {
  font-size: 27px;
}
.data-local.tel {
  width: 260px;
}
.data-local.tel h4 {
  color: #0865bc;
  font-weight: bold;
}
.data-local.tel i {
  color: #0865bc;
}
.data-local.endereco {
  width: 250px;
}
.data-local.endereco i {
  color: #5abcfd;
}
.data-local i {
  font-size: 25px;
  margin-top: 15px;
}

.area-nav {
  margin-top: 20px;
}

.area-logo {
  float: left;
  width: 20%;
}

.navbar {
  margin: 5px 0 0 0;
}
.navbar ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  font-size: 15px;
}
.navbar ul li {
  position: relative;
  float: left;
}
.navbar ul li + li {
  margin-left: 15px;
}
.navbar ul li a {
  text-transform: uppercase;
  display: inline-block;
  color: white;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px;
  font-weight: 600;
}
.navbar ul li a:hover {
  color: #61cdfe;
  background: none;
}
.navbar ul li > ul {
  display: none;
  position: absolute;
  width: 220px;
  top: 100%;
  left: 19px;
  z-index: 9999;
  text-align: left;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.navbar ul li > ul li {
  float: none;
  margin: 0;
}
.navbar ul li > ul li a {
  display: block;
  color: #5abcfd;
}
.navbar ul li > ul li a:hover {
  color: #000;
}
.navbar ul li.active {
  pointer-events: none;
}
.navbar ul li.active a {
  background: #646464;
}

.n02 {
  width: 675px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all linear 0.3s;
  box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.7);
}
.sticky .area-logo {
  height: 70px;
  margin: 15px 0 0 0;
}
.sticky .topo {
  background: #fff;
  height: 160px;
}
.sticky .data-local {
  margin-top: 22px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.diferenciais {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 900px) {
  .diferenciais {
    padding: 20px 0;
  }
}
.diferenciais .resumo {
  margin: 30px auto;
  width: 70%;
}
.diferenciais .card_diff {
  text-align: center;
  font-size: 14px;
}
.diferenciais .card_diff div {
  width: 80%;
}
.diferenciais .card_diff .icone {
  width: 100px;
  margin: auto;
}
.diferenciais .card_diff h3 {
  color: #0d2c49;
}
@media (max-width: 900px) {
  .diferenciais .card_diff p {
    display: none;
  }
}
.diferenciais .titulo {
  text-align: center;
  color: #0d2c49;
}

.img-titular {
  margin-bottom: 35px;
}

.img-titular-lateral {
  width: 400px;
  float: left;
  margin: 6px 20px 10px 0;
}

.titulo-blog {
  font-weight: bold;
  margin-bottom: 30px;
  color: #0d2c49;
  font-size: 35px;
}
@media only screen and (max-width : 900px) {
  .titulo-blog {
    font-size: 22px;
    line-height: 30px;
  }
}

.numeros {
  background: #0865bc;
  padding: 50px 0;
}
.numeros .card-numero .area img {
  width: 60px;
  float: left;
  margin-top: 20px;
}
.numeros .card-numero .area div {
  width: calc(100% - 80px);
  float: right;
}

.titular {
  width: 100%;
  padding: 18px 0;
}
@media only screen and (min-width : 901px) {
  .titular {
    margin-bottom: 50px;
    background: url("../imagens/bg-titular.png") center top no-repeat;
  }
}
@media only screen and (max-width : 900px) {
  .titular {
    margin-bottom: 0;
  }
}
.titular h1 {
  margin: 0;
  font-weight: 700;
  color: #0d2c49;
}
@media only screen and (min-width : 901px) {
  .titular h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width : 900px) {
  .titular h1 {
    font-size: 30px;
  }
}

.projetos {
  padding: 50px 0;
}
@media (max-width: 900px) {
  .projetos {
    padding: 25px 0;
  }
}
.projetos .cabecalho {
  margin-bottom: 30px;
}
.projetos .box-projeto {
  margin-bottom: 35px;
}
.projetos .box-projeto img {
  margin-bottom: 15px;
}
.projetos .box-projeto h3 {
  margin: 0;
  font-size: 20px;
}

footer {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 15px;
  background: #0d2c49;
  color: white;
}
footer a {
  color: white;
}
footer i {
  font-size: 20px;
}
footer .sociais {
  float: right;
}
footer .sociais li {
  margin-left: 10px;
  float: right;
}

.img-titular {
  margin-bottom: 35px;
}

.img-titular-lateral {
  width: 400px;
  float: left;
  margin: 6px 20px 10px 0;
}

.titulo-blog {
  font-weight: bold;
  margin-bottom: 30px;
  color: #0d2c49;
  font-size: 35px;
}
@media only screen and (max-width : 900px) {
  .titulo-blog {
    font-size: 22px;
    line-height: 30px;
  }
}

form [type=text], form [type=email], form [type=url], form select, form textarea {
  border-radius: 0;
}
form [type=text]:focus, form [type=email]:focus, form [type=url]:focus, form select:focus, form textarea:focus, form select {
  outline: none;
  border: 1px solid #04002b;
}
form .blocos-02 .linha {
  width: 47%;
}
@media only screen and (max-width : 900px) {
  form .blocos-02 .linha {
    width: 100%;
  }
}
form .btn_form {
  font-weight: bold;
  color: white;
  border-radius: 0;
  border: none;
  margin-top: 18px;
  background: #0865bc;
  padding: 8px 15px !important;
  text-transform: uppercase;
  font-size: 16px;
}
form .btn_form:hover {
  background: #044e92;
  color: white;
}
form label {
  font-weight: 600;
  margin: 0.5rem 0;
}

.mobile-topo {
  background: white;
  padding-top: 7px;
  padding-bottom: 7px;
}

.box-artigo {
  margin-bottom: 20px;
}
@media only screen and (min-width : 901px) {
  .box-artigo {
    height: 387px;
    overflow: hidden;
  }
}
.box-artigo .area {
  background: #f5f5f5;
  padding: 15px 0;
}
.box-artigo .interno {
  width: 90%;
  margin: 0 5% 0;
  display: flex;
}
.box-artigo h3 {
  margin-top: 7px;
}

.wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 901px) {
  .wp-block-embed__wrapper {
    padding-top: 60%;
  }
}
@media (max-width: 900px) {
  .wp-block-embed__wrapper {
    padding-top: 82%;
  }
}
.wp-block-columns {
  display: flex;
  margin: 20px 0;
}

.wp-block-column {
  flex: 1;
  margin: 0 20px;
}

@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }

  .has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }

  .wp-block-column {
    margin: 20px 0;
  }
}
/*************************************************
  Audio Blocks
************************************************/
.wp-block-audio {
  margin-left: 0px;
  margin-right: 0px;
}
.wp-block-audio audio {
  width: 100%;
}

/************************************************
  Blockquotes
************************************************/
blockquote {
  font-size: 130%;
  line-height: 1.5;
  margin: 32px 0px;
  padding: 12px 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}
blockquote.wp-block-quote {
  font-size: 130%;
  line-height: 1.5;
  margin: 32px 0px;
  padding: 12px 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.wp-block-quote__citation {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin-top: 12px;
}

.wp-block-quote cite, .wp-block-quote footer {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin-top: 12px;
}
.wp-block-quote cite::before, .wp-block-quote footer::before {
  content: "— ";
}

/************************************************
  Buttons
************************************************/
.wp-block-button {
  position: relative;
  box-sizing: border-box;
}
.wp-block-button.alignwide a {
  display: block;
}

/************************************************
  Code Blocks
************************************************/
code, pre, .wp-block-code {
  color: #666666;
  font-family: Courier, sans-serif;
  line-height: 1.4;
  margin: 32px 0px;
  padding: 12px;
  border: 2px solid rgba(0, 0, 0, 0.24);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 3px;
}

/************************************************
  Cover Images
************************************************/
.wp-block-cover {
  margin-top: 32px;
  margin-bottom: 32px;
}

.wp-block-cover-image {
  margin-top: 32px;
  margin-bottom: 32px;
}
.wp-block-cover-image.has-background-dim {
  color: #ffffff;
}
.wp-block-cover-image.has-background-dim h2 {
  color: #ffffff;
}

/************************************************
  Gallery Blocks
************************************************/
.wp-block-gallery .blocks-gallery-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.wp-block-gallery .blocks-gallery-image {
  margin-left: 0px;
  margin-right: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption {
  box-sizing: border-box;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}

/************************************************
  Images
************************************************/
.wp-block-image {
  max-width: none;
  margin: 32px auto;
  padding: 0px;
}

img.aligncenter, .wp-block-image.aligncenter {
  display: block;
  margin: 12px auto;
  padding: 0px;
}

img.alignnone, .wp-block-image.alignnone {
  display: inline;
  margin: 12px 0px;
  padding: 0px;
}

img.alignright, .wp-block-image.alignright {
  display: inline;
  margin: 16px 0px 16px 24px;
  padding: 0px;
}

img.alignleft, .wp-block-image.alignleft {
  display: inline;
  margin: 16px 24px 16px 0px;
  padding: 0px;
}

/************************************************
  Tables
************************************************/
table {
  width: 100%;
  text-align: left;
  margin: 32px 0px;
  padding: 0px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-spacing: 0;
  border-radius: 4px;
}
table.wp-block-table {
  width: 100%;
  text-align: left;
  margin: 32px 0px;
  padding: 0px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-spacing: 0;
  border-radius: 4px;
}
table p, table form, table ul, table li {
  margin: 6px 0px;
  padding: 0px;
}
table thead, table tfoot {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
table.wp-block-table thead, table.wp-block-table tfoot {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}
table th, table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px;
  padding: 12px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
table td {
  padding: 12px;
  margin: 0px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}
table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.wp-block-gallery {
  background: blue;
}

.blocks-gallery-item img {
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .blocks-gallery-grid {
    margin: 0 -10px;
  }
  .blocks-gallery-grid .blocks-gallery-item {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px 20px;
  }
}
@media (min-width: 900px) {
  .blocks-gallery-grid {
    margin: 0 -15px;
  }

  .columns-2 .blocks-gallery-item {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
  }

  .columns-3 .blocks-gallery-item {
    width: calc(33.3333% - 30px);
    float: left;
    margin: 0 15px 30px;
  }

  .columns-4 .blocks-gallery-item {
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 30px;
  }

  .columns-5 .blocks-gallery-item {
    width: calc(20% - 30px);
    float: left;
    margin: 0 15px 30px;
  }
}
.servicos {
  padding-bottom: 40px;
  background: no-repeat;
  background-size: 100% auto;
}
.servicos .box01 {
  width: calc(35% - 30px );
  margin-left: 15px;
  margin-right: 15px;
}
.servicos .box02 {
  width: calc(60% - 30px );
  margin-left: 15px;
  margin-right: 15px;
}

.bloco-servico {
  border-bottom: 1px solid #e7e7e7;
}
.bloco-servico .icone img {
  width: 80px;
}
.bloco-servico h3 {
  text-transform: initial;
  margin: 15px 0 10px;
}
.bloco-servico .texto {
  color: #04002b;
}
.bloco-servico .bloco-interno {
  width: calc(100% - 20px );
  float: left;
  margin: 20px;
}
.bloco-servico .link {
  float: right;
  display: block;
  margin-top: 7px;
  font-weight: bold;
  color: #04002b;
}
.bloco-servico .link:hover {
  color: #04002b;
}

div[class^=test] {
  background: #ffff00;
}

.grid-area {
  width: calc(100% - 30px );
  margin-left: 15px;
  margin-right: 15px;
  float: left;
}

@media only screen and (min-width: 901px) {
  .md-grid-05 .grid {
    width: calc((100% - 30px * 5) / 5);
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }

  .md-grid-04 .grid {
    width: calc((100% - 30px * 4) / 4);
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }

  .md-grid-03 .grid {
    width: calc((100% - 30px * 3) / 3);
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }

  .md-grid-02 .grid {
    width: calc((100% - 30px * 2) / 2);
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }
}
@media only screen and (max-width: 900px) {
  .mb-grid-02 .grid {
    width: calc((100% - 30px * 2) / 2);
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }

  .mb-grid-01 .grid {
    width: calc(100% - 30px );
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }
}
.item {
  justify-content: center;
  align-items: center;
  height: 80px;
  text-align: center;
  background: rgba(0, 0, 128, 0.5);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 50px auto;
}

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}

th {
  background: #3498db;
  color: white;
  font-weight: bold;
}

td, th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 18px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table {
    width: 100%;
    display: block;
  }

  /* Force table to not be like tables anymore */
  thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);
    color: #000;
    font-weight: bold;
  }
}
#filters {
  padding: 20px;
}
#filters a {
  font-size: 16px;
  font-family: lato, helvetica, arial;
  text-decoration: none;
  color: #666;
  margin: 10px;
}
#filters a:hover {
  color: #000;
}

.iso-item {
  margin-bottom: 30px;
}

.carrossel {
  overflow: hidden;
}
.carrossel .slick-slide {
  margin: 10px;
}

.ifra-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 901px) {
  .ifra-item {
    padding-top: 60%;
  }
}
@media (max-width: 900px) {
  .ifra-item {
    padding-top: 82%;
  }
}
.ifra-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Then style the iframe to fit in the container div with full height and width */
.wg-box-content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.wg-box-content .wg-box-content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.wg-box-content:hover .wg-box-content-overlay {
  opacity: 1;
}

.wg-box-content-image {
  width: 100%;
}

.wg-box-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.wg-box-content-details h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.wg-box-content-details p {
  color: #fff;
  font-size: 0.8em;
}

.wg-box-fadeIn-bottom {
  top: 80%;
}

.card-profile {
  position: relative;
  width: 100%;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: none !important;
}
.card-profile * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-profile .profile-image {
  display: inline-block;
  width: 80%;
  z-index: 1;
  position: relative;
  padding: 10px;
  border: 2px solid #04002b;
}
.card-profile .profile-image img {
  max-width: 100%;
  vertical-align: top;
}
.card-profile figcaption {
  width: 100%;
  background-color: #F2F2F2;
  color: #555;
  padding: 125px 25px 25px;
  margin-top: -100px;
  display: inline-block;
}
.card-profile h3, .card-profile h4, .card-profile p {
  margin: 0 0 5px;
}
.card-profile h3 {
  font-weight: 600;
  font-size: 1.3em;
}
.card-profile h4 {
  color: #8c8c8c;
  font-weight: 400;
  letter-spacing: 2px;
}
.card-profile p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.card-profile .icons {
  text-align: center;
  width: 100%;
}
.card-profile i {
  padding: 10px 2px;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #e8b563;
  opacity: 0.75;
}
.card-profile i:hover {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.card-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.card-hover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.card-hover:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.74);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.card-hover img {
  vertical-align: top;
  width: 100%;
  backface-visibility: hidden;
}
.card-hover figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-hover h3, .card-hover h5 {
  margin: 0;
  opacity: 0;
}
.card-hover h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}
.card-hover h5 {
  font-weight: normal;
  background-color: #04002b;
  color: #fff;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.card-hover a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.card-hover:hover:before, .card-hover.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.card-hover:hover h3, .card-hover.hover h3, .card-hover:hover h5, .card-hover.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.card-hover:hover h3, .card-hover.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.card-hover:hover h5, .card-hover.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.institucional {
  padding-bottom: 40px;
  background: no-repeat;
  background-image: url("../imagens/bg-intro.jpg");
  background-size: 100% auto;
}
.institucional .box01 {
  width: calc(55% - 30px );
  margin-left: 15px;
  margin-right: 15px;
}
.institucional .box02 {
  width: calc(40% - 30px );
  margin-left: 15px;
  margin-right: 15px;
}

.bloco-servico {
  border-bottom: 1px solid #e7e7e7;
}
.bloco-servico .icone img {
  width: 80px;
}
.bloco-servico h3 {
  text-transform: initial;
  margin: 15px 0 10px;
}
.bloco-servico .texto {
  color: #6081cc;
}
.bloco-servico .bloco-interno {
  width: calc(100% - 20px );
  float: left;
  margin: 20px;
}
.bloco-servico .link {
  float: right;
  display: block;
  margin-top: 7px;
  font-weight: bold;
  color: #04002b;
}
.bloco-servico .link:hover {
  color: #6081cc;
}

.btn-zap {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #478ed1;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.btn-zap:hover {
  background-color: #0d2c49;
}
@media only screen and (max-width : 900px) {
  .btn-zap {
    bottom: 45px;
    right: 20px;
  }
}
.btn-zap i {
  color: white;
  margin-top: 16px;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../imagens/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("../imagens/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9998px;
  z-index: 9998;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* LOADER */
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
.galeria-servicos .item-gal {
  margin-bottom: 30px;
}
@media (min-width: 901px) {
  .galeria-servicos .item-gal {
    width: 20%;
  }
}

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