@charset "UTF-8";
/* ------- RESET -------- */
* {
  font-family: "Muli", sans-serif;
  outline: none;
}

*:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
  font-weight: normal;
}

h1.titulo,
h2.titulo,
h3.titulo,
h4.titulo,
h5.titulo,
h6.titulo {
  color: #06465b;
}

img {
  width: auto;
  max-width: 100%;
}

a.btn2 {
  display: inline-block;
  color: green;
  border-bottom: 2px solid;
  font-size: 13px;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #06465b;
}

a:hover {
  text-decoration: none;
  color: #06465b;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg_light_green {
  background-color: #06465b !important;
}

.btn_default {
  background: #06465b;
  color: #fff;
  font-size: 14px;
  padding: 10px 27px 7px;
  display: inline-block;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_default:hover {
  color: #fff;
  text-decoration: none;
  background: #003252;
}

.btn_sec {
  color: #06465b;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border: 1px solid;
  padding: 10px 23px;
}

.btn_sec:hover {
  background-color: #06465b;
  color: #fff;
}

.btn.center {
  margin: 0 auto;
  display: table;
  float: none;
}

.owl-carousel .owl-dots {
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: rgba(204, 204, 204, 0.5) !important;
}

.owl-dots .owl-dot.active {
  background: #06465b !important;
  opacity: 0.5;
}

.box_default {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px -3px #e2e2e2;
          box-shadow: 0px 2px 20px -3px #e2e2e2;
  border-radius: 7px;
  padding: 30px;
}

.align-left {
  float: left;
}

.bgParallax {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.mb70 {
  margin-bottom: 70px;
}

.pd70 {
  padding: 70px 0;
}

body {
  overflow-x: hidden;
  position: relative;
  background-color: #f0f0f0;
  padding-top: 222px;
}

body.bannerFullOn {
  padding-top: 0;
}

@media (max-width: 1200px) {
  body {
    padding-top: 160px;
  }
}

.topseta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border: 1px solid #f0f0f0;
  width: 50px;
  height: 50px;
  color: #003252;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 27px;
  z-index: 99;
}

/* ------- HEADER ------- */
#top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background-color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
  height: 222px;
}

@media (max-width: 1200px) {
  #top {
    height: auto;
  }
}

#top .telefone .icone {
  margin-right: 10px;
}

#top .telefone p {
  font-weight: bold;
  color: #012431;
  margin-bottom: 0;
  font-size: 17px;
}

#top .telefone p a {
  color: #012431;
}

header.fixa {
  top: 0;
}

header.normal {
  top: -350px !important;
}

.bannerFullOn #top {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.logo h1 {
  margin: 0;
  position: absolute;
  top: -9999px;
  color: transparent;
}

.logo img {
  max-width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 198px;
}

@media (max-width: 1200px) {
  .telefone {
    display: none !important;
  }
}

.featured_links {
  width: 100%;
}

.featured_links li {
  display: inline-block;
  margin-left: 10px;
}

.featured_links li a {
  color: #fff;
  background-color: #da5730;
  /* default bg */
  font-size: 13px;
  font-weight: 400;
  padding: 8px 15px;
  border-radius: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.featured_links li a:hover {
  text-decoration: none;
  background-color: #012431 !important;
}

.featured_links li i {
  font-size: 17px;
  margin-right: 4px;
}

.flex-t {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1200px) {
  .flex-t {
    padding-top: 20px;
  }
}

.top_nav {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 auto;
  background: #000;
  max-width: 1140px;
  padding: 20px;
  border-radius: 50px;
  background-image: linear-gradient(45deg, #012431 0%, #085169 100%);
}

.top_nav .busca .busca_inp {
  width: 224px;
  height: 41px;
  padding: 0 10px;
  border: none;
  background: #f3f3f3;
  border-radius: 55px;
}

.top_nav .busca button {
  border: none;
  border-radius: 55px;
  height: 41px;
  width: 41px;
  background: #ecf0f1;
  color: #06465b;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 12px;
}

.top_nav .busca button:hover {
  background: #287f94;
  color: #fff;
}

.top_nav ul {
  padding: 0;
  margin-bottom: 0;
}

.top_nav li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  padding: 0;
}

.top_nav li a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 300;
  border-bottom: 1px solid transparent;
}

.top_nav li a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.top_nav li ul {
  top: -99999px;
  position: absolute;
  opacity: 0;
  width: 220px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 13px -5px #555;
          box-shadow: 0px 3px 13px -5px #555;
  border-radius: 12px;
  -webkit-transition: opacity 0.4s ease-in-out, margin-top 0.3s ease-in-out;
  transition: opacity 0.4s ease-in-out, margin-top 0.3s ease-in-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.top_nav li ul::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_nav li:hover > ul {
  top: calc(100% - 20px);
  opacity: 1;
  margin-top: 40px;
}

.top_nav li ul li,
#nav_mobile li ul li {
  margin-left: 0;
  display: block;
  padding: 0;
}

.top_nav li ul li a::before,
#nav_mobile li ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #bbb;
  float: left;
  margin: 6px 6px 0 0;
  font-size: 10px;
}

.top_nav li.current-menu-item a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

#nav_mobile {
  display: none;
}

@media (max-width: 1200px) {
  .top_nav {
    display: none;
  }
  #nav_mobile .top_nav {
    display: block;
  }
  #nav_mobile {
    /*display: none;*/
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #3f9092;
    width: 280px;
    height: 100vh;
    z-index: 999999;
    padding: 30px 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #nav_mobile.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #nav_mobile li {
    display: block;
    padding: 0 30px;
    margin: 0 0 10px;
  }
  #nav_mobile li a {
    color: #fff;
    font-size: 15px;
  }
  #nav_mobile li ul {
    position: relative;
    top: auto;
    opacity: 1;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    padding: 0 10px;
    margin-top: 10px;
  }
  #nav_mobile li ul::before {
    display: none;
  }
  #nav_mobile .ctas {
    padding: 0 30px;
    margin-top: 15px;
    float: left;
  }
  #nav_mobile .ctas .btn {
    background-color: #da5730;
    color: #fff;
    border-radius: 25px;
    width: 100%;
    margin: 5px 0;
    font-size: 0.8rem;
    text-align: left;
  }
}

.a_cliente {
  font-size: 14px;
  margin-right: 20px;
}

.zapy {
  width: 166px;
  background: #06465b;
  font-size: 15px;
}

.zapy:hover {
  background: #06465b;
}

.zapy svg {
  font-size: 20px;
}

.zapy i {
  font-size: 20px;
}

@media (max-width: 992px) {
  .zapy {
    position: relative;
    display: block;
    bottom: 0;
    margin-top: 20px;
  }
}

#top_sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  background-image: linear-gradient(45deg, #012431 0%, #085169 100%);
  height: 54px;
}

@media (max-width: 1200px) {
  #top_sociais {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#top_sociais a {
  color: #fff;
}

#top_sociais .link_esquerda ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_sociais .link_esquerda ul li:not(:first-child) {
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}

#top_sociais .link_esquerda ul li a {
  display: block;
  padding: 5px;
  font-size: 14px;
}

#top_sociais .link_esquerda ul li a:hover {
  text-decoration: underline;
}

#top_sociais .link_direita {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_sociais .link_direita ul {
  margin: 0 0;
  padding: 0;
}

#top_sociais .link_direita ul li {
  display: inline-block;
  margin: 0 7px;
}

#top_sociais .link_direita ul li a {
  color: #06465b;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  padding: 5px 10px 4px;
  border-radius: 4px;
}

#top_sociais .link_direita ul li a:hover {
  color: #fff;
  background: #06465b;
}

@media (max-width: 1200px) {
  #top_sociais .link_direita {
    display: none !important;
  }
}

#search_btn {
  color: #06465b;
  font-size: 19px;
  background: none;
  border: none;
  padding: 9px 0;
  cursor: pointer;
}

#search_btn:hover {
  color: #06465b;
}

#menu_btn {
  float: right;
  color: #06465b;
  font-size: 36px;
  background: none;
  border: none;
  padding: 9px 0;
  cursor: pointer;
  margin-left: 0;
}

#menu_gaveta {
  float: right;
  color: #fff;
  font-size: 23px;
  background: none;
  border: none;
  padding: 9px 0;
  cursor: pointer;
}

/*FORMULÁRIO DE PESQUISA*/
#search_form {
  position: fixed;
  top: 100%;
  left: 100%;
  right: 100%;
  bottom: 100%;
  background-color: rgba(0, 0, 0, 0.69);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

#search_form.open {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
}

#search_form form {
  width: 700px;
  max-width: 90%;
  position: relative;
}

#search_form form input {
  border: none;
  width: 100%;
  font-size: 24px;
  padding: 14px 30px;
  font-weight: 300;
  border-radius: 32px;
  background-color: #fff;
}

@media (max-width: 767px) {
  #search_form form input {
    font-size: 14px;
  }
}

#search_form form button {
  background: none;
  position: absolute;
  border: none;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 23px;
  cursor: pointer;
}

/*-------- BANNER --------*/
#featured_banner {
  z-index: 1;
  position: relative;
}

#featured_banner .disabled {
  display: none !important;
}

#featured_banner .item {
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
}

#featured_banner .filtro_bg {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}

#featured_banner .item .offset-md-3 .content {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 99;
}

#featured_banner .item .offset-md-7 .content {
  overflow: hidden;
  text-align: right;
  position: relative;
  z-index: 99;
}

#featured_banner .item .content {
  overflow: hidden;
}

#featured_banner .item h3 {
  font-size: 33px;
  color: #fff;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  opacity: 0;
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
}

@media (max-width: 992px) {
  #featured_banner .item h3 {
    font-size: 22px;
  }
}

#featured_banner .item h3 span {
  color: #fff;
  font-family: "Muli", sans-serif;
  font-weight: 800;
}

/*#featured_banner .item .separator{
	width: auto;
	margin:15px 0;
	transform: translateX(-250px);
	transition:.5s ease .6s;
	opacity: 0;
}*/
#featured_banner .item .separator {
  width: 85px;
  border-width: 2px;
  border-color: #549fa1;
  display: inline-block;
}

#featured_banner .item p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  -webkit-transition: 0.5s ease 0.9s;
  transition: 0.5s ease 0.9s;
  opacity: 0;
}

#featured_banner .item .btn {
  margin-top: 20px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  -webkit-transition: 0.5s ease 1.2s;
  transition: 0.5s ease 1.2s;
  opacity: 0;
  border-radius: 0 !important;
  padding: 5px 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

#featured_banner .owl-item.active .item h3,
#featured_banner .owl-item.active .item p,
#featured_banner .owl-item.active .item .separator,
#featured_banner .owl-item.active .item .btn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#featured_banner .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#featured_banner .owl-nav button {
  width: 45px;
  color: #fff;
  background: rgba(146, 146, 146, 0.39);
  border-radius: 100%;
  font-size: 23px;
  padding: 4px 0 7px !important;
  margin: 3px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#featured_banner .owl-nav button:hover {
  background: #06465b;
}

@media (max-width: 768px) {
  #featured_banner .item {
    background-position: center left;
    height: calc(100vh - 150px);
  }
  #featured_banner .owl-nav {
    bottom: 0;
    top: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #featured_banner .owl-nav button {
    margin: 3px;
  }
}

.super_banner .justify-content-end .alinhamento {
  max-width: 554px;
  padding: 20px;
  text-align: right;
}

.super_banner .justify-content-start .alinhamento {
  max-width: 554px;
  padding: 20px;
  text-align: left;
}

.super_banner .justify-content-center .alinhamento {
  max-width: 554px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

.super_banner {
  position: relative;
}

.super_banner .filtro {
  background: #000d2a;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}

.super_banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  z-index: 999;
}

@media (max-width: 992px) {
  .super_banner .owl-carousel .owl-dots {
    bottom: 20px;
  }
}

.super_banner .owl-dots .owl-dot.active {
  background-color: #fff !important;
}

.banner_sec {
  min-height: 492px;
  background-repeat: no-repeat;
  position: relative;
  background-position: center top;
}

.banner_sec .texto {
  margin: 137px auto 0;
  position: relative;
  background: #012431c2;
  border-radius: 20px;
  z-index: 99;
  text-align: center;
  max-width: 946px;
  min-height: 222px;
  padding: 50px;
}

@media (max-width: 1200px) {
  .banner_sec .texto {
    padding: 20px;
  }
}

.banner_sec .texto h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.banner_sec .texto .btn_default {
  background: #fff;
  color: #012431;
  font-size: 20px;
}

@media (max-width: 420px) {
  .banner_sec .texto .btn_default {
    font-size: 10px;
  }
}

.banner_sec .texto .btn_default:hover {
  background: #003252;
  color: #fff;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.login::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
}

.tps::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f106";
}

.twitter::before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
}

.carrosel_ajudar h2 {
  color: #06465b;
  text-align: center;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  .carrosel_ajudar h2 {
    margin-bottom: 40px;
  }
}

.carrosel_ajudar p {
  text-align: center;
  color: #14536b;
  font-size: 24px;
  margin-bottom: 40px;
}

.carrosel_ajudar .item {
  margin-bottom: 40px;
  background: #c0ced1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}

.carrosel_ajudar .item .imagem {
  width: 140px;
}

.carrosel_ajudar .item .conteudo {
  width: 180px;
}

.carrosel_ajudar .item h3 {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #06465b;
  font-size: 20px;
}

.carrosel_ajudar .item p {
  color: #06465b;
  font-size: 15px;
}

.carrosel_ajudar .item a {
  background-color: #06465b;
  padding: 5px 20px;
  border-radius: 25px;
  color: #fff;
}

.carrosel_ajudar .item a:hover {
  background: #000d2a;
}

.carrosel_ajudar .owl-item img {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto 20px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

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

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 3px;
  background-color: #d1d1d1;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.owl-dots .owl-dot.active {
  width: 35px;
  background-color: #565656;
  opacity: 1;
}

.owl-dots .owl-dot span {
  display: none !important;
}

.bloco_dinamico {
  padding: 50px 0 0;
  min-height: 550px;
}

.bloco_dinamico .d-flex {
  min-height: 453px;
}

.bloco_dinamico .texto {
  width: 63%;
  margin-right: 2%;
}

@media (max-width: 992px) {
  .bloco_dinamico .texto {
    width: 100%;
    margin-right: 0;
  }
}

.bloco_dinamico .texto h2 {
  font-size: 39px;
  font-weight: normal;
  color: #06465b;
  margin-bottom: 30px;
  line-height: 52px;
}

@media (max-width: 992px) {
  .bloco_dinamico .texto h2 {
    font-size: 29px;
  }
}

.bloco_dinamico .texto h2 span {
  color: #06465b;
  border-bottom: 4px solid;
  font-family: "Muli", sans-serif !important;
}

.bloco_dinamico .texto p {
  font-size: 22px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 992px) {
  .bloco_dinamico .texto p {
    font-size: 15px;
    line-height: 23px;
  }
}

.bloco_dinamico .texto .btn2 {
  color: #06465b;
  font-size: 16px;
  font-weight: bold;
}

.bloco_dinamico .imagem {
  width: 33%;
}

@media (max-width: 992px) {
  .bloco_dinamico .imagem {
    width: 100%;
    margin-right: 0;
    background: none;
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .bloco_dinamico .imagem .box {
    width: 100%;
  }
}

.bloco_dinamico .imagem .box img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0;
}

.precos {
  position: relative;
  padding-top: 0;
  background-position: 0 226px;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .precos {
    background-size: cover;
  }
}

.precos .section-block {
  z-index: 5;
  position: relative;
}

.precos .titulo {
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  color: #012431;
}

.precos p {
  text-align: center;
  font-size: 24px;
  color: #012431;
  margin-bottom: 40px;
}

.pricing-list sup {
  top: -13px;
  font-size: 24px;
}

.pricing-list .bgs {
  border-radius: 8px 8px 0 0;
  background-color: #012431;
  padding: 20px;
}

.pricing-list h4 {
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 0px;
}

.pricing-list h2 {
  display: inline-block;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
}

.pricing-list-price {
  background: #012431;
  border-radius: 10px;
  padding: 10px;
  margin-top: -88px;
  width: 80%;
  margin: -90px auto 20px;
}

.pricing-list-button .btn_default {
  background: #fff;
  color: #012431;
}

.pricing-list-button .btn_default:hover {
  background: #012431;
  color: #fff;
}

.pricing-list-price span {
  display: block;
  width: 100%;
}

.pricing-list span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.pricing-list ul {
  padding-top: 25px;
  padding-bottom: 85px;
  padding-left: 70px;
}

.pricing-list ul li {
  color: #012431;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  text-align: left;
  padding: 7px;
}

.pricing-list ul li.disable {
  text-decoration: line-through;
  color: #ccc;
}

.pricing-list ul li:after {
  content: "";
  display: block;
  width: 90%;
  max-width: 100%;
  height: 1px;
  background: #cfd4d5;
  margin-left: -26px;
  margin-top: 10px;
}

.precos .blocos {
  text-align: center;
  padding: 0 0 40px;
  margin: 40px 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 100%;
  position: relative;
}

.precos .blocos ul {
  border-radius: 0 0 10px 10px;
  background-color: #e6eced;
  -webkit-box-shadow: 0.618px 1.902px 8.64px 0.36px rgba(5, 8, 0, 0.14);
          box-shadow: 0.618px 1.902px 8.64px 0.36px rgba(5, 8, 0, 0.14);
}

.precos .blocos .preferida {
  position: absolute;
  top: -33px;
  background: #fff;
  left: 29%;
  padding: 9px 9px 5px;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #012431;
}

.precos .divs {
  width: 30px;
  height: 5px;
  margin-bottom: 0;
  border-radius: 8px;
  background-color: #06465b;
}

.duvida {
  margin-top: 30px;
  text-align: center;
}

.duvida h3 {
  font-size: 24px;
  padding: 5px 20px;
  border-radius: 25px;
  color: #fff;
  margin: 0 auto 10px;
  max-width: 470px;
  font-family: "Muli", sans-serif;
  background: #012431;
}

.duvida p {
  font-size: 16px;
  color: #012431;
  margin-bottom: 10px;
}

.duvida a.btn2 {
  display: inline-block;
  color: #012431;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid;
}

.bloco_fale {
  position: relative;
  background-size: cover;
  background: #012431;
}

.bloco_fale h2 {
  text-align: center;
  color: #fff;
}

.bloco_fale .container {
  z-index: 99;
  position: relative;
}

.bloco_fale .btn_default {
  border: none;
  background-color: #06465b;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: right;
  margin-top: 40px;
}

.bloco_fale .fr {
  float: right;
}

.bloco_fale .btn_default:hover {
  color: #fff;
  text-decoration: none;
  background: #06465b;
}

.bloco_fale label {
  font-size: 13px;
  margin-bottom: 2px;
  color: #fff;
}

.bloco_fale .col-12 {
  margin-bottom: 20px;
}

.bloco_fale textarea {
  height: 150px;
}

.bloco_fale .box_tel {
  margin-bottom: 40px;
}

.bloco_fale .box_tel span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.bloco_fale .box_tel a {
  color: #fff;
  font-size: 22px;
}

.bloco_fale .whatsapp span {
  color: #fff;
}

.bloco_fale .whatsapp a {
  color: #fff;
}

footer {
  padding-top: 30px;
  background: #012431;
}

footer .logop {
  display: block;
  height: 82%;
  background: #fff;
  margin-top: 22px;
  padding: 40px 30px 0;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 992px) {
  footer .logop {
    text-align: center;
    padding: 20px;
    border-radius: 20px;
  }
}

footer p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

footer a {
  color: #fff;
  font-size: 15px;
}

footer a:hover {
  color: #fff;
}

footer svg {
  font-size: 18px !important;
  margin-bottom: 0;
}

footer .linha {
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          /*align-items: center;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 992px) {
  footer .linha {
    margin-top: 30px;
  }
}

footer span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

footer .social_f span {
  text-align: center;
}

@media (max-width: 992px) {
  footer .social_f span {
    text-align: left;
    margin-top: 20px;
  }
}

footer ul {
  width: 80px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  color: #fff;
}

footer .final {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .final a:hover {
  color: #fff;
}

footer .final a img {
  margin-left: 10px;
}

/**** footer v2 ****/
.background_footer {
  background: #012431;
}

/**** fim footer v2 ****/
.servicos_box {
  position: relative;
}

.servicos_box h2 {
  text-align: center;
  margin-bottom: 40px;
}

.servicos_box .conteudo h4 {
  color: #fff;
}

.servicos_box .conteudo p {
  color: #fff;
}

.servicos_box .conteudo .linkx {
  background: #bf8a2c;
  color: #fff;
}

.servicos_box .conteudo .linkx:hover {
  background: #fff;
  color: #06465b;
}

.servicos_box .item {
  display: block;
  margin: 10px 5px 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #232a2b;
  position: relative;
  overflow: hidden;
}

.servicos_box .item .imagem {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.servicos_box .item .imagem::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #002431bd;
  position: absolute;
  top: 0;
  z-index: 5;
}

.servicos_box .item .imagem .conteudo {
  position: relative;
  text-align: center;
  padding: 50px;
  z-index: 55;
}

.servicos_box .item h3 {
  color: #fff;
  text-align: center;
  margin-top: 35px;
  font-size: 26px;
  font-weight: bold;
}

.servicos_box .item h3::after {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 10px;
  display: block;
  background: #fff;
  margin: 20px auto;
}

.servicos_box .item .btn_default {
  margin: 0 auto;
  text-align: center;
  width: 137px;
  display: block;
}

.servicos_box .item .btn_default:hover {
  background: #003252;
}

.coisa .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}

.coisa .owl-item.center > div {
  cursor: auto;
  margin: 0;
}

.coisa .owl-item:not(.center) > div:hover {
  opacity: 0.75;
}

.carrosel_clientes {
  padding-bottom: 50px;
}

.carrosel_clientes h2 {
  text-align: center;
  margin-bottom: 40px;
}

.carrosel_clientes .owl-stage-outer {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}

.carrosel_clientes .item {
  margin-bottom: 0;
}

.carrosel_clientes .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 177px;
  margin: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carrosel_clientes .item a img {
  max-width: 150px;
}

.carrosel_depoimento {
  padding: 80px 0;
  min-height: 624px;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 1200px) {
  .carrosel_depoimento {
    background-color: #fff;
    background-image: none !important;
    min-height: 0;
  }
}

.carrosel_depoimento h2 {
  font-size: 42px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1200px) {
  .carrosel_depoimento h2 {
    font-size: 30px;
  }
}

.carrosel_depoimento .item2 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 20px 0;
  margin: 135px 20px 40px 20px;
}

.carrosel_depoimento .item2 .texto {
  width: 75%;
}

.carrosel_depoimento .item2 .texto img {
  margin-bottom: 10px;
  width: auto !important;
}

@media (max-width: 992px) {
  .carrosel_depoimento .item2 .texto {
    width: 90%;
  }
}

.carrosel_depoimento .item2 p {
  font-size: 18px;
  color: #012431;
  margin-top: 20px;
}

.carrosel_depoimento .item2 strong {
  font-size: 18px;
  display: block;
  color: #012431;
}

.carrosel_depoimento .item2 span {
  font-size: 14px;
  color: #012431;
}

.carrosel_depoimento .item2 .foto {
  margin-top: -126px;
  margin-bottom: 23px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}

@media (max-width: 992px) {
  .carrosel_depoimento .item2 .foto {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.carrosel_depoimento .item2 .foto img {
  width: 200px !important;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.bloco_blog .center {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.bloco_blog h2 {
  text-align: center;
  margin-bottom: 50px;
}

.bloco_blog .data {
  color: #003252;
  font-size: 14px;
}

.bloco_blog .owl-stage-outer {
  background: #c0ced1;
  border-radius: 10px;
}

.bloco_blog .owl-dots {
  margin-top: 20px;
}

.bloco_blog .item {
  margin: 20px 20px 20px;
}

.bloco_blog .item .foto {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 220px;
  margin-bottom: 15px;
}

.bloco_blog .item .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bloco_blog .item .texto {
  z-index: 8;
  position: relative;
  border-radius: 10px;
}

.bloco_blog .item .texto p {
  font-size: 17px;
  font-weight: bold;
  color: #003252;
}

.bloco_blog .item .texto a {
  color: #003252;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}

/** MENU **/
.dropdown-menu .show > .dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 10px 15px;
    margin: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link:hover {
    background: #f7f7f7;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
}

.dropdown-item {
  padding: 10px 45px 10px 15px;
  margin-left: 0;
}

.nav .active a {
  color: #fff !important;
}

.navbar {
  padding: 0;
}

.dropdown-menu {
  background: #fff;
  padding: 0;
  width: 272px;
}

.desktop ul.dropdown-menu .dropdown-menu {
  left: 270px;
  top: 0;
}

.desktop nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

.desktop nav li.dropdown:hover > ul.dropdown-menu a:hover {
  color: #012431 !important;
}

@media (min-width: 979px) {
  .desktop nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.show a {
  left: 100%;
  top: 0;
}

.show a:hover ul.dropdown-menu {
  display: block;
  position: absolute;
}

.sidenav nav {
  width: 1920px;
  padding: 0;
}

.sidenav nav .navbar-nav {
  width: 100%;
  padding: 0;
}

.sidenav nav .navbar-nav a {
  padding: 10px 15px;
  color: #000;
}

.sidenav nav .navbar-nav .dropdown-menu {
  padding: 0;
}

.sidenav nav li {
  list-style: none;
}

.sidenav nav li:hover {
  background: #484848;
}

.sidenav nav .active {
  background: #484848;
}

.sidenav nav .active a {
  color: #012431;
}

#search_btn2 {
  display: none;
}

@media (max-width: 1200px) {
  #search_btn2 {
    display: block;
    color: #06465b;
    font-size: 28px;
  }
}

.mob_header {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mob_header {
    display: block;
  }
}

.mob_header .dropdown-toggle {
  font-size: 23px;
  border: 1px solid;
  width: 50px;
  float: right;
}

.mob_header .dropdown-toggle::after {
  display: none;
}

.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: -100%;
  background-color: #eaeaea;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 60px;
}

.sidenav .marca {
  display: block;
  margin: 10px 10px 20px;
}

.sidenav .dropdown.show a.nav-link.dropdown-toggle {
  color: #fff;
}

.sidenav .dropdown.show .dropdown a.nav-link.dropdown-toggle {
  color: #000;
}

.sidenav .dropdown.show .dropdown.show a.nav-link.dropdown-toggle {
  color: #fff !important;
}

.sidenav .dropdown-menu.show {
  display: block;
  min-width: 100%;
  left: 5px !important;
  border-radius: 0;
  border: none;
}

.sidenav .dropdown-menu.show li {
  border: none;
}

.sidenav .collapse {
  display: block;
}

.sidenav .social {
  margin: 20px;
}

.sidenav .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidenav .social a {
  padding: 0 5px 0 0;
  font-size: 29px;
  color: #06465b;
  margin-right: 20px;
}

.sidenav .social a i {
  padding: 0 5px 0 0;
  font-size: 20px;
  color: #5d5d61;
}

.sidenav nav {
  width: 800px;
  text-align: center;
}

.sidenav nav li {
  position: initial !important;
}

.sidenav nav li:hover {
  color: #fff;
  background: #012431;
}

.sidenav nav a {
  padding: 17px 20px;
  text-align: left;
  display: block;
  font-size: 14px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  max-width: 520px;
  white-space: normal;
}

.sidenav nav a:hover {
  color: #fff;
  background: #003252;
}

.sidenav nav .active {
  background: #003252;
}

.sidenav nav .active a {
  color: #fff;
}

.sidenav nav .dropdown-menu > .active > a,
.sidenav nav .dropdown-menu > .active > a:hover,
.sidenav nav .dropdown-menu > .active > a:focus {
  background: #003252;
  color: #fff;
}

.sidenav .icones {
  width: 800px;
  float: left;
  margin: 50px 20px 0;
}

.sidenav .icones span {
  color: #fff;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}

.sidenav .icones a {
  background: #fff;
  padding: 2px 0 0 0;
  float: left;
  height: 32px;
  text-align: center;
  width: 32px;
  font-size: 18px;
  margin-right: 5px;
  color: #2a3339;
  border-radius: 50%;
}

.sidenav .icones a:hover {
  background: #06465b;
  color: #012431;
}

.sidenav .links {
  margin: 0 20px;
}

.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -9px;
  right: 15px;
  font-size: 45px;
  margin-left: 50px;
  z-index: 9999;
  color: #fff;
  background: #06465b;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 10px 10px;
}

/*** INTERNAS ***/
.titulo-h2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 35px;
  padding: 15px 0 10px;
  color: #06465b;
}

.titulo-h2 h2 {
  font-weight: 900;
}

.breadcrumbss {
  background: #f0f0f0;
  padding: 40px 0 13px;
}

.breadcrumbss ol {
  padding: 0;
  margin: 0;
}

.breadcrumbss .row {
  margin-top: 0;
  margin-bottom: 0;
}

.breadcrumbss li:first-child {
  margin-left: 0;
}

.breadcrumbss li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}

.breadcrumbss li a {
  color: #000;
  font-size: 13px;
  margin-right: 3px;
}

.breadcrumbss li a:after {
  content: ">";
  font-size: 13px;
  margin: 0 0 0 7px;
  width: 3px;
  color: #000;
}

.breadcrumbss li.current-item span {
  color: #06465b;
  font-size: 13px;
}

aside h3 {
  font-size: 16px;
  font-weight: 600;
  color: #06465b;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
}

aside ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
}

aside .navegacao {
  margin-bottom: 45px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #bfcdd0;
  -webkit-box-shadow: 0 0 18.9px 2.1px rgba(150, 150, 150, 0.13);
          box-shadow: 0 0 18.9px 2.1px rgba(150, 150, 150, 0.13);
  border: 1px solid #eee;
  position: relative;
}

aside .navegacao h3 {
  background: #003252;
  color: #fff;
  padding: 15px;
  text-align: center;
}

aside .navegacao li a {
  color: #003252;
  font-weight: 600;
  font-size: 16px;
}

aside .navegacao li a:hover {
  color: #06465b;
}

aside .navegacao li ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 10px;
  color: #003252;
}

aside .navegacao li ul li a {
  color: #003252;
  font-size: 14px;
}

aside .navegacao li ul li a:hover {
  color: #06465b;
}

aside .newsletter_lateral {
  margin-bottom: 45px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #bfcdd0;
  -webkit-box-shadow: 0 0 18.9px 2.1px rgba(150, 150, 150, 0.13);
          box-shadow: 0 0 18.9px 2.1px rgba(150, 150, 150, 0.13);
  border: 1px solid #eee;
  position: relative;
}

aside .newsletter_lateral h3 {
  text-transform: unset;
  background: #003252;
  color: #fff;
  padding: 15px;
  text-align: center;
}

aside .newsletter_lateral p {
  padding: 0 20px;
}

aside .newsletter_lateral form {
  padding: 0 20px 20px;
}

aside .newsletter_lateral form input[type="text"], input[type="email"], select {
  max-width: 100%;
  border: 1px solid #ccc;
  height: 35px;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 12px;
  width: 100%;
}

aside .newsletter_lateral form input[type="submit"] {
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

aside .blog-list-right {
  margin-bottom: 65px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #bfcdd0;
  -webkit-box-shadow: 0 0 18.9px 2.1px rgba(150, 150, 150, 0.13);
          box-shadow: 0 0 18.9px 2.1px rgba(150, 150, 150, 0.13);
  border: 1px solid #eee;
  position: relative;
}

aside .blog-list-right h3 {
  text-transform: unset;
  background: #003252;
  color: #fff;
  padding: 15px;
  text-align: center;
}

aside .latest-posts {
  margin: 5px 0;
  padding: 15px;
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

aside .latest-posts a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-right: 0;
  color: #012431;
  font-family: "Muli", sans-serif;
}

aside .latest-posts a:hover {
  color: #06465b;
}

aside .latest-posts .latest-posts-text {
  width: 66%;
}

aside .latest-posts .latest-posts-img {
  width: 55px;
  margin-right: 6%;
}

aside .latest-posts img {
  border-radius: 8px;
  height: 50px;
  width: 68px;
  -o-object-fit: cover;
     object-fit: cover;
}

aside .latest-posts span {
  background: #003252;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px;
}

aside .latest-posts:last-child {
  border: none;
}

.interna {
  margin-bottom: 50px;
}

.interna .conteudo {
  position: relative;
  margin-bottom: 50px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.interna .conteudo h1 {
  font-size: 32px;
  font-weight: bold;
  color: #06465b;
  font-family: "Muli", sans-serif;
  margin-bottom: 20px;
}

.interna .conteudo .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 2;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}

.interna .conteudo .data .dia {
  color: #003252;
  font-weight: bold;
  font-size: 14px;
  line-height: 12px;
}

.interna .conteudo .data .mes {
  color: #003252;
  font-size: 19px;
  font-weight: 800;
}

.interna .conteudo img {
  margin-bottom: 20px;
}

.interna .conteudo h2 {
  color: #012431;
  font-family: "Muli", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.interna .conteudo h3 {
  color: #06465b;
  font-size: 21px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
}

.interna .conteudo h4 {
  color: #012431;
  font-weight: 600;
  font-size: 18px;
  font-family: "Muli", sans-serif;
}

.interna .blog_ {
  padding: 0 0 59px 0;
  min-height: 700px;
  -webkit-transition: 2s;
  transition: 2s;
}

@media (max-width: 992px) {
  .interna .blog_ {
    padding: 20px 0;
  }
}

.interna .blog_ .veja2 {
  text-decoration: none;
  font-weight: bold;
  color: #012431;
}

.interna .blog_ h2 {
  font-family: "Muli", sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #012431;
}

.interna .blog_ h2:last-child {
  color: #012431;
  margin-bottom: 25px;
}

.interna .blog_ h4 {
  font-size: 16px;
  color: #2a2d35;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
  font-family: "Muli", sans-serif;
}

.interna .blog_ h4 p {
  font-size: 18px;
  font-weight: 400;
  color: #687078;
  font-family: "Muli", sans-serif;
}

.interna .blog_ .center span {
  color: #012431;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.interna .blog_ .center h2 {
  color: #2a2d35;
  margin-bottom: 80px;
  font-weight: 900;
  font-size: 36px;
}

.interna .blog_ .bt__padrao {
  border: 2px solid #012431;
  background: transparent;
  color: #012431;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  margin: 0 auto;
  display: inline-block;
  margin-top: 50px;
}

.interna .blog_ .bt__padrao:hover {
  background: #012431;
  color: #fff;
}

.interna .blog_ .col-12 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.interna .blog_ .item {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  width: 49%;
  background: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .interna .blog_ .item {
    width: 100%;
  }
}

.interna .blog_ .item p {
  font-family: "Muli", sans-serif;
  color: #35383d;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

.interna .blog_ .item a:hover h3 {
  color: #012431;
}

.interna .blog_ .item a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.interna .blog_ .item a:hover span.veja2 {
  color: #012431;
}

.interna .blog_ .item .imagem {
  height: 280px;
  overflow: hidden;
  display: block;
  position: relative;
}

.interna .blog_ .item .imagem img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.interna .blog_ .item h3 {
  color: #35383d;
  font-size: 22px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: bold;
  line-height: 23px;
  min-height: 71px;
}

.interna .blog_ .item span.veja {
  color: #f08b36;
  font-size: 14px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: underline;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
}

.interna .blog_ .author {
  margin-top: 30px;
}

.interna .blog_ .author strong {
  color: #012431;
}

.interna .blog_ .author a {
  color: #000;
  font-weight: bold;
}

.interna .blog_ .author .imges {
  width: 49px;
  height: 49px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 50%;
}

.interna .blog_ .author .imges img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.interna .blog_ .author .date {
  font-size: 14px;
}

.interna .paginacao {
  margin-top: 40px;
}

.interna .paginacao .wp-pagenavi {
  text-align: center;
  padding: 15px 0;
}

.interna .paginacao .wp-pagenavi .pages {
  display: none;
}

.interna .paginacao .wp-pagenavi .current, .interna .paginacao .wp-pagenavi a, .interna .paginacao .wp-pagenavi .extend {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
  background-color: #012431;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  margin: 0 7px;
}

@media screen and (max-width: 992px) {
  .interna .paginacao .wp-pagenavi .current, .interna .paginacao .wp-pagenavi a, .interna .paginacao .wp-pagenavi .extend {
    margin: 0 7px 10px;
  }
}

.interna .paginacao .wp-pagenavi a {
  background-color: #fff;
  color: #a6a6b4;
}

.interna .paginacao .wp-pagenavi a:hover {
  color: #fff;
  background-color: #012431;
}

.interna .paginacao .wp-pagenavi .extend {
  background-color: #012431;
  color: #000;
}

.interna .linha_um ul li {
  width: 32%;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .interna .linha_um ul li {
    width: 49%;
  }
}

.interna .linha_um ul li a {
  font-size: 20px;
}

.interna hr {
  margin: 50px 0 !important;
  display: block;
}

.mapa iframe {
  width: 100%;
}

.contato-page {
  overflow: initial !important;
  padding-bottom: 50px;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}

.contato-page .btn_default {
  background: #06465b;
  color: #fff;
}

.contato-page p {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #012431;
  padding-bottom: 20px;
}

.contato-page label {
  font-size: 16px;
  font-weight: 900;
}

.contato-page input.form-control {
  border-radius: 4px;
  background-color: white;
  height: 50px;
  padding: 10px;
  border: none;
  border: 1px solid #eee;
}

.contato-page textarea {
  height: 150px;
}

.contato-page .form-group label {
  font-weight: bold;
  color: #7a7c7f;
}

.contato-page .form-control {
  height: 45px;
}

.contato-page textarea.form-control {
  height: 145px;
  border: 1px solid #eee;
}

.contato-page select {
  height: 45px !important;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 7px !important;
  color: #6b6969;
}

.contato-page input.bt__padrao {
  padding: 0;
  float: right;
  font-weight: bold;
  width: 220px;
}

.contato-page .tel {
  color: #3d3f41;
  font-size: 30px;
  display: block;
}

.contato-page .tel i {
  color: #012431;
}

.contato-page .mail {
  color: #012431;
  font-size: 19px;
  display: block;
}

.contato-page .mail i {
  color: #012431;
}

.contato-page .box_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}

.contato-page h4 {
  margin: 0;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.contato-page .maps {
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
}

.contato-page span {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #767677;
}

.contato-page span a {
  font-size: 20px;
}

.contato-page .telx {
  color: #767677;
}

.contato-page .mapa_l {
  font-size: 19px;
  color: #012431;
}

.contato-page .comentario_box h2 {
  font-family: "Muli", sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #06465b;
}

.contato-page .comentario_box p {
  color: #06465b;
}

.contato-page .contato-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contato-page .mapa {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}

.contato-page .mapa h2 {
  font-family: "Muli", sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #585857;
}

.contato-page .mapa p {
  color: #585857;
}

.contato-page .mapa iframe {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc !important;
}

.contato-page .comentario_box {
  background: #ffffff;
  border-radius: 5px;
  margin: 20px 0;
  opacity: 1;
  width: 100%;
}

.contato-page .comentario_box h2 {
  color: #164e5b;
}

.contato-page .comentario_box p {
  color: #164e5b;
}

.contato-page .comentario_box input,
.contato-page .comentario_box textarea {
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  border: none;
  padding: 10px;
  border: 1px solid #eee;
}

.contato-page .comentario_box textarea {
  margin-bottom: 10px;
  width: 100%;
  min-height: 100px;
}

.contato-page .comentario_box input.nome {
  width: 49%;
  margin-right: 1.4444%;
}

@media (max-width: 992px) {
  .contato-page .comentario_box input.nome {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.contato-page .comentario_box input.email {
  width: 49%;
}

@media (max-width: 992px) {
  .contato-page .comentario_box input.email {
    width: 100%;
  }
}

.contato-page .comentario_box .btn_default {
  margin: 20px auto;
  display: block;
  background: #06465b;
  border: none;
  font-size: 18px;
  padding: 5px 20px;
  color: #ffffff;
}

.contato-page .comentario_box .btn_default:hover {
  background: #00ce6e;
  color: #ffffff;
}

.especial .frase {
  margin-bottom: 40px;
}

.especial .frase h2 {
  color: #06465b;
  margin-bottom: 20px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
}

.especial img {
  border-radius: 20px;
}

.especial .item {
  overflow: hidden;
  position: relative;
  padding: 30px;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
}

.especial .item .main {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.especial .item .main .texto {
  width: 53%;
}

@media (max-width: 992px) {
  .especial .item .main .texto {
    width: 100%;
  }
}

.especial .item .main h2 {
  font-family: "Muli", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #06465b;
}

.especial .item .main .foto {
  width: 322px;
}

@media (max-width: 992px) {
  .especial .item .main .foto {
    margin: 0 auto 20px !important;
  }
}

.especial .item .main p {
  font-family: "Muli", sans-serif;
  color: #35383d;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

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

.especial .equipe h2 {
  font-family: "Muli", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #585857;
}

.especial .equipe .lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.especial .equipe .lista .item {
  width: 33%;
  text-align: center;
}

@media (max-width: 450px) {
  .especial .equipe .lista .item {
    width: 100%;
  }
}

.especial .equipe .lista .item p {
  font-weight: bold;
  color: #164e5b;
  font-size: 21px;
}

.especial .equipe .lista .item a {
  font-weight: bold;
  color: #c0bebe;
}

.servicos-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.servicos-box .servico_item {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
}

.servicos-box .servico_item h2 {
  font-family: "Muli", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #585857;
}

.servicos-box .servico_item p {
  color: #585857;
}

.servicos-box .servico_item ul {
  list-style: none;
  padding: 0;
}

.servicos-box .servico_item ul li {
  color: #585857;
}

.servicos-box .servico_item ul li i {
  color: #00ce6e;
}

.servicos-box .servico_item ul li svg {
  color: #00ce6e;
}

.servicos-box .servico_item .btn_default {
  margin: 0 auto;
  display: block;
  max-width: 269px;
  color: #fff;
  text-align: center;
  background: #06465b;
}

.servicos-box .servico_item .btn_default:hover {
  background: #287f94;
}

.servicos-box .com_cor {
  background: #06465b;
}

.servicos-box .com_cor h2 {
  color: #fff;
}

.servicos-box .com_cor p {
  color: #fff;
}

.servicos-box .com_cor ul li {
  color: #fff;
}

.servicos-box .com_cor .btn_default {
  margin: 0 auto;
  display: block;
  max-width: 269px;
  text-align: center;
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.servicos-box .com_cor .btn_default:hover {
  background-color: #fff;
  color: #06465b;
}

.colunistas-page .conteudo, .search-page .conteudo {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

.colunistas-page .conteudo h1, .search-page .conteudo h1 {
  color: #164e5b;
  margin-bottom: 20px;
}

.colunistas-page .conteudo p, .search-page .conteudo p {
  font-size: 18px;
  margin-bottom: 40px;
}

.colunistas-page .conteudo .item, .search-page .conteudo .item {
  padding: 20px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: #efefef;
}

@media (max-width: 992px) {
  .colunistas-page .conteudo .item, .search-page .conteudo .item {
    display: block !important;
  }
}

.colunistas-page .conteudo .item .imagem, .search-page .conteudo .item .imagem {
  width: 34%;
  min-height: 0;
  height: auto;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .colunistas-page .conteudo .item .imagem, .search-page .conteudo .item .imagem {
    margin-bottom: 10px;
    width: 100%;
  }
}

.colunistas-page .conteudo .item .texto, .search-page .conteudo .item .texto {
  width: 62%;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .colunistas-page .conteudo .item .texto, .search-page .conteudo .item .texto {
    width: 100%;
  }
}

.colunistas-page .conteudo .item p, .search-page .conteudo .item p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #585857;
}

.colunistas-page .conteudo .item a h3, .search-page .conteudo .item a h3 {
  font-size: 18px;
  margin-bottom: 0;
  min-height: 0;
}

.colunistas-page .conteudo .item a h3:hover, .search-page .conteudo .item a h3:hover {
  color: #29b329;
}

.erro404 {
  margin: 100px auto;
  text-align: center;
}

.erro404 h2 {
  font-size: 40px;
  color: #06465b;
}

.erro404 p {
  color: #06465b;
  font-size: 20px;
}

.erro404 img {
  max-width: 1100px;
  margin-bottom: 50px;
}

.search-page .conteudo h1 {
  text-align: left;
  margin-bottom: 30px;
}

.search-page .conteudo h1 span {
  color: #06465b;
  font-weight: bold;
}

.search-page .conteudo .author {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 15px;
}

.search-page .conteudo .author a {
  font-size: 13px;
}

.search-page .conteudo .author .date {
  font-size: 13px;
}

.search-page .conteudo .author .comments_number {
  font-size: 13px;
}

.search-page .conteudo .item .texto {
  margin-bottom: 0;
  width: 100%;
}

#gaveta--box {
  background: #fff;
}

#gaveta--box .telefone {
  margin: 20px;
}

@media (max-width: 1200px) {
  #gaveta--box .telefone {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border: 1px solid #ccc;
    padding: 20px;
    -webkit-box-shadow: 0 4px 5px -6px #000;
            box-shadow: 0 4px 5px -6px #000;
    border-radius: 6px;
    margin-top: 27px;
  }
}

#gaveta--box .telefone .icone {
  margin-right: 10px;
  font-size: 38px;
  color: #06465b;
}

#gaveta--box .telefone p {
  font-weight: bold;
  color: #06465b;
  margin-bottom: 0;
  font-size: 19px;
}

#gaveta--box .telefone p a {
  color: #06465b;
}

.page--box .conteudo h1 {
  margin-bottom: 20px;
}
/*# sourceMappingURL=estilo.css.map */