@import "css/animations.css";
/* Theme Name: Omega Light */

body,
html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #000000;
}

* {
  outline: 0 !important;
  box-shadow: none;
}

a,
a:hover {
  color: #000000;
  text-decoration: none;
}

/* p { font-family: 'Roboto', sans-serif; font-size: 1.4rem; font-weight: 300; } */
p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
}

p strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
}

[class*="icon-"] {
  vertical-align: middle;
  line-height: 1;
}

/* FORM */

input {
  box-shadow: none !important;
  outline: 0 !important;
}

input.form-control,
textarea.form-control,
select.form-select,
.input-group-text {
  border-color: #196177 !important;
  border-radius: 0;
}

input.form-control,
textarea.form-control,
select.form-select {
  padding: 0.7rem 0.8rem;
  font-weight: 300;
  font-size: 1rem;
}

.btn-primary {
  border: 1px solid #0d7792;
  background: #0d7792;
  border-color: #0d7792;
  color: #ffffff;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  letter-spacing: 0.05em;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  background: #196177;
  border-color: #196177;
  color: #ffffff;
}

.btn-outline-primary {
  border-radius: 0;
  border: 1px solid #154e5b;
  color: #c4cfcf;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1rem 5rem;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  background: #154e5b;
  border-color: #154e5b;
  color: #c4cfcf;
}

.btn-outline-secondary {
  border: 1px solid #196177;
  border-radius: 0;
  font-size: 1.125rem;
  color: #196177;
  padding: 0.5rem 1rem;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active {
  background: #196177;
  border-color: #196177;
  color: #ffffff;
}

/* HEADING */

.h1,
h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}

.h2,
h2 {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 0.8;
}

.h3,
h3 {
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.h4,
h4 {
  font-size: 5.625rem;
  font-weight: 300;
  line-height: 1.1;
}

.h4 strong,
h4 strong {
  font-weight: bold;
}

.h5,
h5 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 5.625rem;
  line-height: 1;
}

.h6,
h6 {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

.titulo-na-caixa {
  background: #1a758f;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  margin: 0;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: none;
}

.borda-cinza {
  border: 1px solid #bac0c2 !important;
}

/* HEADER */

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-animation-name: silde_to_back;
  -webkit-animation-duration: .4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes silde_to_top {
  0% {
    top: -100%;
  }

  100% {
    top: 0%;
  }
}

@-webkit-keyframes silde_to_back {
  0% {
    top: 0;
  }

  100% {
    top: 0%;
  }
}


#header .navbar {
  padding: 1.3rem 1.75rem;
}

#header .navbar .navbar-logo {
  max-width: 164px;
}

#header .navbar .navbar-nav .nav-item {
  margin: 0 0.6rem;
}

#header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #196177;
}

#header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #154e5b;
}

#header .navbar .navbar-icones .nav-item i {
  font-size: 2rem;
}

#header .navbar .navbar-icones .nav-item {
  margin: 0 0.25rem;
}

#header .navbar .navbar-icones .nav-item-idioma {
  margin-left: 1rem;
}

#header .navbar .navbar-icones .nav-item-idioma .nav-link {
  font-weight: 300;
}

#header .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  background: #ffffff;
  width: calc(100% - 30px);
  padding: 4.6rem 0 3rem 0;
  z-index: 99999;
}

#header .submenu h4:before {
  content: "";
  display: none;
  width: 1px;
  height: 5.625rem;
  background: #196177;
  margin: 0 0 1rem 50%;
}

#header .submenu .btn-fechar {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

#header .submenu .btn-fechar i {
  font-size: 2.4rem !important;
  color: #000000;
}

#header .submenu.submenu-quem-somos ul li,
#header .submenu.submenu-profile ul li {
  margin: 0.5rem 0;
}

#header .submenu.submenu-quem-somos ul li a,
#header .submenu.submenu-profile ul li a {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
  color: #0f363f;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
  padding: 0 1rem;
  display: inline-block;
  transition: border-color 0.15s ease;
}

#header .submenu.submenu-quem-somos ul li a:hover,
#header .submenu.submenu-profile ul li a:hover {
  border-color: #196177;
}

#header .submenu.submenu-login .esqueci-senha {
  font-size: 0.875rem;
  font-weight: 300;
  color: #154e5b;
  letter-spacing: 0.2em;
}

#header .submenu.submenu-login .esqueci-senha:hover {
  color: #196177;
  text-decoration: underline;
}

#header .submenu.submenu-login .chamada-cadastro {
  font-size: 0.875rem;
  font-weight: 300;
  color: #154e5b;
}

body.post-type-archive-produtos #header,
body.post-type-archive-servicos #header,
body.post-type-archive-imprensa #header,
body.post-type-archive-downloads #header,
body.single-produtos #header,
body.single-cases #header,
body.single-servicos #header,
body.page-template-template-sistemas #header,
body.page-template-registration-page #header,
body.page-template-profile #header {
  position: relative;
  background: #0e6279;
}

body.post-type-archive-produtos #header .navbar .navbar-nav .nav-item .nav-link:hover,
body.post-type-archive-servicos #header .navbar .navbar-nav .nav-item .nav-link:hover,
body.post-type-archive-imprensa #header .navbar .navbar-nav .nav-item .nav-link:hover,
body.post-type-archive-downloads #header .navbar .navbar-nav .nav-item .nav-link:hover,
body.single-produtos #header .navbar .navbar-nav .nav-item .nav-link:hover,
body.single-cases #header .navbar .navbar-nav .nav-item .nav-link:hover,
body.single-servicos #header .navbar .navbar-nav .nav-item .nav-link:hover,
body.page-template-template-sistemas #header .navbar .navbar-nav .nav-item .nav-link:hover,
body.page-template-registration-page #header .navbar .navbar-nav .nav-item .nav-link:hover,
body.page-template-profile #header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #154e5b;
}

/* #header.fixed-header { position: fixed !important; background: #0e6279; }
#header.fixed-header .navbar .navbar-nav .nav-item .nav-link:hover { color: #154e5b; }
#header.fixed-header .navbar { padding-top: 0.5rem; padding-bottom: 0.5rem; }
#header.fixed-header .navbar .navbar-logo { max-width: 140px; } */

/* MAIN */

#main .splide__pagination {
  bottom: 2.5%;
}

#main .splide__pagination li .splide__pagination__page {
  width: 20px;
  height: 20px;
  border: 1px solid #196177;
  border-radius: 100%;
  background: none;
  margin: 0 5px;
}

#main .splide__pagination li .splide__pagination__page.is-active {
  transform: none;
  border: 2px solid #ffffff;
}

#main .splide--nav>.splide__track>.splide__list>.splide__slide {
  border-width: 0;
  border-bottom-width: 1px;
}

#main .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border-color: #ffffff;
}

#main .banner-principal {
  position: relative;
  height: 100vh;
  width: 100%;
}

#main .banner-principal .conteudo {
  color: #ffffff;
  z-index: 2;
  position: absolute;
  top: calc(50% - 59px);
  left: 10%;
  transform: translateY(-50%);
}

#main .banner-principal .conteudo h4 {
  font-size: 4.0625rem;
  font-weight: 400;
  margin-bottom: 0.7rem;
}

#main .banner-principal .conteudo p {
  font-size: 1.5rem;
}

#main .banner-principal .conteudo .btn {
  border: 1px solid #ffffff;
  border-radius: 7px;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.57);
  padding: 0.5rem 1rem;
  margin-top: 0.9rem;
  transition: color 0.4s;
}

#main .banner-principal .conteudo .btn:hover {
  color: #ffffff;
}

#main .banner-principal .splide__slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main .banner-principal .splide__arrow--prev {
  display: none;
}

#main .banner-principal .splide__arrow--next {
  background: url("img/seta-banner-principal.png") center center no-repeat;
  background-size: cover;
  width: 84px;
  height: 84px;
  right: 2rem;
}

#main .banner-principal .splide__arrow--next svg {
  display: none;
}

#main .banner-principal .redes-sociais {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 1;
}

#main .banner-principal .redes-sociais:before,
#main .banner-principal .redes-sociais:after {
  content: "";
  display: none;
  width: 1px;
  top: 0;
  left: calc(50% - 1px);
  background: #196177;
  position: absolute;
}

#main .banner-principal .redes-sociais:before {
  top: 0;
  height: 50%;
  transform: translateY(-100%);
}

#main .banner-principal .redes-sociais:after {
  top: 50%;
  height: 50%;
  transform: translateY(100%);
}

#main .banner-principal .redes-sociais li {
  border: 1px solid #196177;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}

#main .banner-principal .redes-sociais li a {
  opacity: 0.5;
  background: #000000;
  color: #f0ebe3;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

#main .banner-principal .redes-sociais li a:hover {
  opacity: 0.8;
  background: #196177;
  color: #f0ebe3;
}

#main .banner-principal .redes-sociais li a i {
  font-size: 24px;
}

#main .banner-principal .redes-sociais li a i.fa-whatsapp {
  font-size: 28px;
}

#main .banner-principal .telefone {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  z-index: 1;
  border-radius: 12px;
  border: 1px solid #ffffff;
  padding: 0.6rem 0.6rem;
  bottom: 1.45%;
  right: 2%;
}

#main .banner-principal .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#main .banner-principal .splide__pagination {
  bottom: auto;
  left: auto;
  top: 50%;
  right: 20px;
  width: auto;
  transform: translateY(-50%);
  flex-wrap: wrap;
  flex-direction: column;
}

#main .banner-principal .splide__pagination li {
  margin: 5px 0;
}

#main .banner-principal .scroll-down {
  color: #ffffff;
  font-size: 3rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  cursor: pointer;
  animation: arrow-scroll-down 1.5s infinite;
}

#main .chamadas {
  padding: 5rem 0;
}

/* #main .chamadas .chamada h6:before { content: ''; display: block; width: 1px; height: 7.2rem; background: #196177; margin: 0 0 1.3rem 50%; } */
#main .chamadas .chamada {
  margin-bottom: 7rem;
}

#main .chamadas .chamada:last-of-type {
  margin-bottom: 0;
}

#main .chamadas .chamada .chamada-bloco {
  max-width: 450px;
  padding: 8rem 0;
  margin: 0 auto;
}

/* #main .chamadas .chamada .chamada-imagem { width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; } */
#main .chamadas .chamada .galeria-pequena .splide__arrow {
  font-size: 2.5rem;
  color: white;
  background: none;
  opacity: 1;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}

#main .chamadas .chamada .galeria-pequena .splide__arrow.splide__arrow--prev {
  left: 10px;
}

#main .chamadas .chamada .galeria-pequena .splide__arrow.splide__arrow--next {
  right: 10px;
}

#main .parceiros img {
  max-height: 100px;
}

#main .banner-secundario {
  position: relative;
  width: 100%;
}

#main .banner-secundario .splide__slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main .banner-secundario .caixa {
  position: absolute;
  top: 50%;
  left: var(--bs-gutter-x, 0.75rem);
  transform: translateY(-50%);
  width: 425px;
  height: 425px;
  padding: 45px 32px;
  background: rgba(29, 114, 147, 0.85);
}

#main .banner-secundario .caixa h4 {
  font-size: 3.125rem;
}

#main .banner-secundario .caixa p {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

#main.main-produtos .bloco-botao {
  position: relative;
}

#main.main-produtos .bloco {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  text-align: right;
  text-transform: lowercase;
}

#main.main-produtos .bloco h2 {
  font-size: 2.4rem;
  color: #ffffff;
  padding: 1rem;
}

#main.main-produtos .bloco.bloco-product-finder {
  background: #0d7792;
}

#main.main-produtos .bloco.bloco-todos-produtos {
  background: #0d5a71;
}

#main.main-produtos .bloco.bloco-aplicacao,
#main.main-produtos .bloco.bloco-produto {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

#main.main-produtos .bloco.bloco-aplicacao h2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

#main.main-produtos .bloco.bloco-aplicacao .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 119, 146, 0.4);
  transition: all 0.6s ease;
}

#main.main-produtos .bloco.bloco-aplicacao .overlay.alt {
  background: rgba(13, 90, 113, 0.4);
}

#main.main-produtos .bloco.bloco-aplicacao:hover .overlay {
  opacity: 0;
}

#main.main-produtos .mosaico-produtos h5 {
  color: #0d7792;
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 0;
  padding-right: 0.75rem;
  font-family: "Roboto";
}

#main.main-produtos .mosaico-produtos h5 span {
  font-size: 3em;
  display: block;
}

#main.main-produtos .mosaico-produtos .bloco-produto h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #0d5a71;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.4rem 1.5rem;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 0.3rem 1rem;
}

#main.main-produtos .mosaico-produtos .bloco-produto:hover h3 {
  background: rgba(255, 255, 255, 1);
}

#main.main-produtos .mosaico-produtos .sem-resultados {
  text-align: center;
  margin-top: 15rem;
  letter-spacing: 0.1em;
}

#main.main-produtos .filtros-produtos h3 {
  color: #0d7792;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

#main.main-produtos .filtros-produtos label {
  width: 100%;
  color: #196177;
  font-size: 0.9rem;
}

#main.main-produtos .filtros-produtos .opcoes-imagens img {
  max-width: 42px;
}

#main.main-produtos .filtros-produtos .opcoes-imagens span {
  margin: 0;
  margin-right: 4px;
  cursor: pointer;
}

#main.main-produtos .filtros-produtos .opcoes-imagens span:last-of-type {
  margin-right: 0;
}

#main.main-produtos .btn-voltar {
  position: absolute;
  background: #0d5a71;
  border-radius: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.2rem;
  z-index: 1;
  bottom: 0;
  padding: 1.5rem;
  /* margin: 1rem; */
  display: none;
}

#main.main-single-produto {
  padding: 3.5rem 0 4rem 0;
}

#main.main-single-produto .breadcrumb {
  margin: 0 0 10px 7px;
  padding: 0;
  text-transform: lowercase;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
}

#main.main-single-produto .breadcrumb li:after {
  content: " /  ";
  white-space: pre;
}

#main.main-single-produto .breadcrumb li:last-of-type:after {
  content: "";
}

#main.main-single-produto .produto-galeria {
  height: 100%;
}

#main.main-single-produto .produto-galeria .splide__track,
#main.main-single-produto .produto-galeria .splide__list,
#main.main-single-produto .produto-galeria .splide__slide {
  padding: 0;
  height: 100%;
  min-height: 100% !important;
}

#main.main-single-produto .produto-galeria .splide__slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main.main-single-produto .produto-thumbnails {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}

#main.main-single-produto .produto-thumbnails .splide__list {
  float: right;
}

#main.main-single-produto h1.titulo-na-caixa {
  margin-left: -40px;
  font-size: 1.7rem;
  line-height: 1;
  padding: 0.5rem 0.8rem !important;
  height: 340px;
  width: 340px;
  text-transform: lowercase;
}

#main.main-single-produto .resumo {
  max-width: 550px;
  margin-top: 1.5rem;
}

#main.main-single-produto .resumo hr {
  background-color: #336a76;
  opacity: 1;
  width: 80%;
  margin: 1.6rem 0 1.8rem 0;
}

#main.main-single-produto .resumo .especificacoes-tecnicas p {
  margin-bottom: 0;
}

#main.main-single-produto .carrossel-subprodutos {
  padding-top: 4rem;
}

#main.main-single-produto table {
  font-size: 12px;
  color: #196177;
  border-spacing: 0;
  border-collapse: separate;
}

#main.main-single-produto table th {
  background-color: #0e6279;
  color: #ffffff;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}

#main.main-single-produto table tr td {
  border-color: #0e6279;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  vertical-align: middle;
}

#main.main-single-produto table tbody tr:not(.detalhes):hover td {
  cursor: pointer;
  background-color: #e5edf0;
}

#main.main-single-produto table .imagem {
  padding: 0;
}

#main.main-single-produto table .imagem div {
  width: 75px;
  height: 75px;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
}

#main.main-single-produto table .icone .icon-fechar {
  font-size: 24px;
}

#main.main-single-produto table .icone .icon-fechar:before {
  transition: all 0.4s;
  transform: rotate(45deg);
}

#main.main-single-produto table tr.shown .icone .icon-fechar:before {
  transform: rotate(0);
}

#main.main-single-produto table tr.shown td {
  border-bottom-color: transparent;
}

#main.main-single-produto table tr.detalhes td {
  padding: 0;
}

#main.main-single-produto table tr.detalhes td .arquivos {
  text-align: left;
}

#main.main-single-produto table tr.detalhes td .arquivos li:first-child {
  border-top: 1px solid #196177;
}

#main.main-single-produto table tr.detalhes td .arquivos li {
  border-bottom: 1px solid #196177;
}

#main.main-single-produto table tr.detalhes td .arquivos li a {
  color: #196177;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  padding: 0.8rem;
  display: block;
}

#main.main-single-produto table tr.detalhes td .arquivos li a:hover {
  background: #e5edf0;
}

#main.main-single-produto table tr.detalhes td .arquivos li a i {
  float: right;
}

#main.main-single-produto table tr.detalhes td .pictogramas {
  padding-top: 2.1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

#main.main-single-produto table tr.detalhes td .pictogramas img {
  max-height: 32px;
  margin-right: 1.2rem;
}

#main.main-single-produto table tr.detalhes td .cores {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

#main.main-single-produto table tr.detalhes td .cores .bloco-cor {
  width: 34px;
  height: 34px;
  margin-right: 8px;
  float: left;
  border: 1px solid transparent;
}

#main.main-single-produto .dataTables_filter label {
  font-family: "Lato", sans-serif;
}

#main.main-single-produto .dataTables_filter input {
  min-height: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  font-size: 13px;
}

#main.main-single-produto .assuntos-relacionados {
  padding-top: 5rem;
}

#main.main-single-produto .assuntos-relacionados h4 {
  font-size: 1.45rem;
  font-weight: 500;
  color: #196177;
  margin-bottom: 1rem;
}

#main.main-single-produto .assuntos-relacionados h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

#main.main-single-produto .assuntos-relacionados p {
  line-height: 1.4;
}

#main.main-single-produto .accordion-sistema .selecao {
  cursor: pointer;
  font-weight: 300;
  text-transform: lowercase;
  font-size: 1.3rem;
}

#main.main-single-produto .accordion-sistema .selecao img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2rem;
}

#main.main-single-produto .accordion-sistema .selecao.ativo img {
  border-color: #6f9dab;
}

#main.main-single-produto .accordion-sistema .accordion-item:first-of-type .accordion-button {
  border-top-width: 1px;
}

#main.main-single-produto .accordion-sistema .accordion-item .accordion-button {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0.2em;
}

#main.main-single-produto .accordion-sistema .accordion-item .accordion-button:disabled {
  color: #6f9dab;
  cursor: not-allowed;
}

#main.main-single-produto .accordion-sistema .accordion-item .accordion-button:disabled::after {
  opacity: 0.3;
}

#main.main-single-produto .accordion-sistema .accordion-item .accordion-button:not(.collapsed) {
  background-color: #e5eef0;
}

#main.main-single-produto .accordion-sistema .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#main.main-single-produto .accordion-sistema .accordion-item .accordion-body {
  padding: 1rem 0 2.6rem 0;
}

#main.main-single-produto table.table-resumo tbody tr:hover td {
  cursor: default !important;
  background-color: transparent !important;
}

#main.main-single-produto table.table-resumo .imagem div {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  margin-right: 15px;
}

#main.main-single-produto table.table-resumo .remover-do-resumo {
  color: #0e6279;
  text-transform: uppercase;
}

#main.main-single-produto table.table-resumo .remover-do-resumo:hover {
  text-decoration: underline;
}

#main.lista-sistemas .nav {
  margin: 6.2rem 0 3.2rem 0;
}

#main.lista-sistemas .nav .nav-link {
  color: #184e5a;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0 2rem;
}

#main.lista-sistemas .sistemas .sistema-galeria {
  height: 100%;
  display: block;
}

#main.lista-sistemas .sistemas .sistema-galeria .splide__track,
#main.lista-sistemas .sistemas .sistema-galeria .splide__list,
#main.lista-sistemas .sistemas .sistema-galeria .splide__slide {
  padding: 0;
  height: 100%;
  min-height: 100% !important;
}

#main.lista-sistemas .sistemas .sistema-galeria .splide__slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main.lista-sistemas .sistemas .sistema-thumbnails {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}

#main.lista-sistemas .sistemas .sistema-thumbnails .splide__list {
  float: right;
}

#main.lista-sistemas .sistemas .sistema .sistema-conteudo {
  padding: 3rem 0;
}

#main.lista-sistemas .sistemas .sistema .sistema-conteudo {
  padding: 8rem 4rem;
  max-width: 650px;
  margin: 0 auto;
}

#main.lista-sistemas .sistemas .sistema .sistema-conteudo h3 {
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

/*word-spacing: 9999px;*/
#main.lista-sistemas .sistemas .sistema .sistema-conteudo p {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0;
}

#main.lista-sistemas .sistemas .sistema:nth-child(2n) {
  flex-direction: row-reverse;
}

#main .cases {
  padding-bottom: 6rem;
}

#main .cases .nav {
  margin: 4rem 0 2rem 0;
}

#main .cases .nav .nav-link {
  color: #184e5a;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 1rem;
  transition: color 0.4s;
}

#main .cases .nav .nav-link:not(.active):hover {
  color: #6f9dab;
}

#main .cases .nav .nav-link.active {
  font-weight: 400;
}

#main .cases .cases-thumbnail {
  position: relative;
}

#main .cases .cases-thumbnail:hover .overlay {
  opacity: 1;
}

#main .cases .cases-thumbnail .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
}

#main .cases .cases-thumbnail .overlay h3 {
  color: #ffffff;
  font-size: 2.2rem;
  margin-bottom: 0;
}

#main .case-galeria .splide__track,
#main .case-galeria .splide__list,
#main .case-galeria .splide__slide {
  padding: 0;
}

#main .case-galeria .splide__slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main .case-galeria .splide__arrow {
  font-size: 3.5rem;
  color: white;
  background: none;
  opacity: 1;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}

#main .case-galeria .splide__arrow.splide__arrow--prev {
  left: 10px;
}

#main .case-galeria .splide__arrow.splide__arrow--next {
  right: 10px;
}

#main .case-thumbnails {
  padding: 0.4rem 0;
}

#main .case-thumbnails .splide__list {
  width: 100%;
  justify-content: center;
  align-items: center;
}

#main .case-informacoes h1 {
  font-size: 2.15rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#main .case-informacoes p {
  font-size: 1rem;
  line-height: 2.4;
}

#main .case-relacionados {
  padding-bottom: 5rem;
}

#main .case-relacionados h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#main .case-relacionados h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

#main .case-relacionados p {
  line-height: 1.4;
}

#main.main-blog .banner-pagina .conteudo {
  top: auto;
  bottom: 13%;
  padding-left: 0;
}

#main.main-blog .banner-pagina .conteudo h6 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 500;
  max-width: 980px;
}

#main.main-blog .posts .post-previa {
  margin-bottom: 3rem;
}

#main.main-blog .posts .post-previa .post-thumbnail {
  position: relative;
  display: block;
}

#main.main-blog .posts .post-previa .post-thumbnail a {
  display: block;
}

#main.main-blog .posts .post-previa .post-thumbnail .post-categorias {
  position: absolute;
  top: 15px;
  left: 13px;
  background: #0c7792;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: lowercase;
  line-height: 1;
  padding: 0.4rem 0.8rem;
  min-width: 20%;
}

#main.main-blog .posts .post-previa .post-thumbnail .post-categorias a {
  pointer-events: none;
  color: #ffffff;
}

#main.main-blog .posts .post-previa .post-conteudo {
  width: 98%;
  margin: 0 auto;
}

#main.main-blog .posts .post-previa .post-conteudo .post-data {
  color: #a6a5a7;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0.3rem 0 1rem 0;
}

#main.main-blog .posts .post-previa .post-conteudo h4 {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0.4rem 0 1.5rem 0;
}

#main.main-blog .posts .post-previa .post-conteudo .post-resumo {
  font-weight: 300;
  margin-bottom: 1.6rem;
}

#main.main-blog .posts .post-previa .post-conteudo .continue-lendo {
  font-weight: 300;
}

#main.main-blog .posts .post-previa .post-conteudo .continue-lendo .icon-seta-esquerda {
  color: #0d7792;
  font-size: 1.4rem;
  margin-left: 0.7rem;
  vertical-align: text-top;
}

#main.main-blog .posts .post-previa .post-conteudo .continue-lendo .icon-seta-esquerda:before {
  transform: rotate(180deg);
}

#main.main-blog .posts .pagination {
  justify-content: center;
  margin: 2rem 0 4rem 0;
}

#main.main-blog .posts .pagination .screen-reader-text {
  display: none;
}

#main.main-blog .posts .pagination .nav-links>* {
  margin: 0 0.5rem;
  color: #0c7792;
  font-size: 1.1rem;
}

#main.main-blog .posts .pagination .nav-links a:hover {
  text-decoration: underline;
}

#main.main-blog .posts .pagination .nav-links .current {
  font-weight: bold;
}

#main.main-blog .single-post .post-categorias {
  color: #1a6178;
  font-weight: bold;
  font-size: 3.2rem;
  display: block;
  width: 100%;
  margin-bottom: 1.8rem;
}

#main.main-blog .single-post .post-categorias a {
  pointer-events: none;
  color: #1a6178;
}

#main.main-blog .single-post h1 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

#main.main-blog .single-post .post-conteudo {
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #175970;
}

#main.main-blog .single-post .post-conteudo p {
  font-family: "Roboto", sans-serif;
}

#main.main-blog .single-post .post-conteudo img {
  max-width: 100%;
  height: auto;
}

#main.main-blog .single-post .posts-relacionados h3 {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

#main.main-blog .single-post .posts-relacionados .post-previa .post-resumo {
  width: 98%;
  margin: 1rem auto 0 auto;
}

#main.main-blog .single-post .posts-relacionados .post-previa .post-resumo h4 {
  font-size: 1.2rem;
  font-weight: bold;
}

#main.main-blog .single-post .posts-relacionados .post-previa .post-resumo p {
  font-size: 0.9rem;
  line-height: 1.3;
}

#main.main-blog .blog-sidebar {
  padding-bottom: 5rem;
}

#main.main-blog .blog-sidebar h4 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #186077;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  margin-bottom: 1.2rem;
}

#main.main-blog .blog-sidebar a {
  font-weight: 300;
  font-size: 1.1rem;
}

#main.main-blog .blog-sidebar .form-control,
#main.main-blog .blog-sidebar .input-group-text {
  border-color: #55aabb !important;
}

#main.main-blog .blog-sidebar .input-group-text {
  background: white;
  border-right: 0;
  padding-top: 0.6rem;
  color: #196177;
  font-size: 19px;
}

#main.main-blog .blog-sidebar .form-control {
  border-left: 0;
  padding-left: 5px;
}

#main.main-blog .blog-sidebar .categorias {
  margin-top: 4rem;
}

#main.main-blog .blog-sidebar .categorias li {
  list-style-type: none;
  padding-left: 0.8rem;
  margin-bottom: 0.9rem;
  border-bottom: 1px solid #57a8b8;
}

#main.main-blog .blog-sidebar .top-posts {
  margin-top: 4rem;
}

#main.main-blog .blog-sidebar .top-posts ol {
  padding-left: 0;
  list-style: none;
  counter-reset: ol-counter;
}

#main.main-blog .blog-sidebar .top-posts ol li:before {
  font-size: 2.4rem;
  font-weight: bold;
  content: counter(ol-counter);
  counter-increment: ol-counter;
  position: absolute;
  left: 0;
  top: 0;
}

#main.main-blog .blog-sidebar .top-posts ol li {
  position: relative;
  padding-top: 1.4rem;
  padding-left: 2.6rem;
  margin-bottom: 1.3rem;
}

#main .imprensa {
  padding-bottom: 6rem;
}

#main .imprensa .nav {
  margin: 4rem 0 2rem 0;
}

#main .imprensa .nav .nav-link {
  color: #184e5a;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 1rem;
  transition: color 0.4s;
}

#main .imprensa .nav .nav-link:not(.active):hover {
  color: #6f9dab;
}

#main .imprensa .nav .nav-link.active {
  font-weight: 400;
}

#main .imprensa .imprensa-detalhes {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#main .imprensa .imprensa-conteudo {
  flex: 1;
}

#main .imprensa .imprensa-conteudo .imprensa-thumbnail {
  -webkit-box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.5) !important;
}

#main .imprensa .imprensa-conteudo iframe {
  width: 100%;
  height: 100%;
  min-height: 23vw;
}

#main .imprensa .imprensa-titulos {
  width: 100%;
  padding: 0 15px;
  margin-top: 1rem;
  text-align: center;
}

#main .imprensa .imprensa-titulos .titulo {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

#main .imprensa .imprensa-titulos .subtitulo {
  font-weight: 300;
  font-size: 0.9rem;
}

#main .downloads {
  padding: 6rem 0;
}

#main .downloads .download-detalhes {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#main .downloads .download-conteudo .download-thumbnail {
  -webkit-box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.5) !important;
}

#main .downloads .download-titulo {
  text-align: center;
  width: 100%;
  padding: 0 15px;
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
}

/* BIBLIOTECAS */

table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
  padding-left: 20px;
  padding-right: 20px;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
  bottom: 50%;
  transform: translateY(50%);
}

.tooltip-inner {
  background-color: #e4ecef;
  color: #30395f;
}

.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #e4ecef;
}

.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #e4ecef;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #e4ecef;
}

.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #e4ecef;
}

.select2-container {
  font-size: 14px;
  font-family: "Lato";
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border-color: #0d7792;
}

.select2-container--default:not(.select2-container--open) .select2-selection--multiple {
  cursor: pointer;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #0d5a71;
}

.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #0d7792;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0d7792;
}

.irs {
  font-family: "Roboto", sans-serif;
}

.irs--flat.irs-with-grid {
  height: 65px;
}

.irs--flat .irs-line {
  height: 8px;
  border-radius: 0;
  top: 30px;
}

.irs--flat .irs-bar {
  background-color: #0d7792;
  height: 8px;
  top: 30px;
}

.irs--flat .irs-handle {
  height: 14px;
  top: 27px;
}

.irs--flat .irs-handle>i:first-child {
  width: 8px;
  background-color: #0d5a71;
  cursor: pointer;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  font-size: 12px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #0d7792;
  font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #0d7792;
  border-width: 1px;
}

#share-modal.modal {
  top: 20%;
}

#share-modal .btn-close {
  box-shadow: none;
  border: none;
  outline: none;
}

#share-modal .modal-body .icons {
  margin: 15px 0px 20px 0px;
}

#share-modal .modal-body .icons a {
  text-decoration: none;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

#share-modal .modal-body .icons a:nth-child(1) {
  color: #1877f2;
  border-color: #b7d4fb;
}

#share-modal .modal-body .icons a:nth-child(1):hover {
  background-color: #1877f2;
  color: #fff;
}

#share-modal .modal-body .icons a:nth-child(2) {
  color: #46c1f6;
  border-color: #b6e7fc;
}

#share-modal .modal-body .icons a:nth-child(2):hover {
  background-color: #46c1f6;
  color: #fff;
}

#share-modal .modal-body .icons a:nth-child(3) {
  color: #25d366;
  border-color: #bef4d2;
}

#share-modal .modal-body .icons a:nth-child(3):hover {
  background-color: #25d366;
  color: #fff;
}

#share-modal .modal-body .icons a:nth-child(4) {
  color: #0088cc;
  border-color: #b3e6ff;
}

#share-modal .modal-body .icons a:nth-child(4):hover {
  background-color: #0088cc;
  color: #fff;
}

#share-modal .modal-body .icons a:hover {
  border-color: transparent;
}

#share-modal .modal-body .icons a span {
  transition: all 0.09s ease-in-out;
}

#share-modal .modal-body .icons a:hover span {
  transform: scaleX(1.1);
}

#share-modal .modal-body .field {
  margin: 15px 0px -5px 0px;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0 5px;
}

#share-modal .modal-body .field.active {
  border-color: #196177;
}

#share-modal .field span {
  width: 50px;
  font-size: 1.1rem;
}

#share-modal .field.active span {
  color: #196177;
}

#share-modal .field input {
  border: none;
  outline: none;
  font-size: 0.89rem;
  width: 100%;
  height: 100%;
}

#share-modal .field button {
  padding: 5px 16px;
  color: #fff;
  background: #196177;
  border: 2px solid transparent;
  border-radius: 5px;
  font-weight: 500;
}

/* TEMPLATES */

.banner-pagina {
  padding-top: 44.2%;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner-pagina .overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-pagina .conteudo {
  color: #fff;
  position: absolute;
  top: 47%;
  padding-left: 15%;
}

.banner-pagina .conteudo h4 {
  color: #ffffff;
  margin-right: 2rem;
  margin-bottom: 0;
  letter-spacing: 0.04em;
  font-size: 3rem;
}

.banner-pagina .conteudo h1 {
  font-size: 5rem;
}

.banner-pagina .conteudo h6 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.001em;
}

.banner-pagina .conteudo h6.titulo-na-caixa {
  width: 160px;
  height: 160px;
  padding: 0.1rem 0.3rem;
  margin: 4% 0;
}

/* FOOTER */

#footer {
  background: #196177;
  padding: 7.375rem 0 2.5rem 0;
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.7;
  position: relative;
}

#footer a {
  color: #ffffff;
  display: block;
}

#footer .container {
  position: relative;
}

#footer .logo-rodape {
  max-width: 250px;
  margin-bottom: 2rem;
}

#footer .copyrights {
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding-left: 1rem;
}

#footer .redes-sociais li {
  border: 1px solid #57a9b7;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}

#footer .redes-sociais li:last-of-type {
  margin-right: 0;
}

#footer .redes-sociais li a {
  background: #57a9b7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

#footer .redes-sociais li a i {
  color: #f0ebe3;
  font-size: 22px;
}

#footer .redes-sociais li a:hover {
  background: #f0ebe3;
  color: #57a9b7;
}

#footer .redes-sociais li a:hover i {
  color: #196177;
}

#footer .mob {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#footer .mob img {
  max-width: 30px;
}

@media (min-width: 1700px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1610px;
  }
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: 15px;
  }

  #header .navbar .navbar-logo {
    max-width: 150px;
  }

  #header .navbar .navbar-nav .nav-item {
    margin: 0 0.2rem;
  }

  #header .navbar .navbar-nav .nav-item .nav-link {
    letter-spacing: 0.1em;
  }

  #header .navbar .navbar-icones .nav-item i {
    font-size: 1.8rem;
  }

  #header .navbar .navbar-icones .nav-item-idioma {
    margin-top: -0.5rem;
  }

  .banner-pagina .conteudo {
    padding-left: 10%;
  }

  .banner-pagina .conteudo h4 {
    font-size: 4.5rem;
  }

  #footer {
    font-size: 1.1rem;
  }

  #footer .redes-sociais li {
    margin-right: 4px;
  }
}

@media (max-width: 1300px) {
  #header .navbar .navbar-icones .nav-item i.icon-login {
    display: none;
  }
}

.bloco-1 .titulo-na-caixa {
  width: 346px;
}

body.moving #header {
  position: fixed;
  z-index: 11;
  width: 100%;
  top: 0;
  padding: 0 !important;
  -webkit-animation-name: silde_to_top;
  -webkit-animation-duration: .4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

/* FORM LOGIN */

#loginform p {
  display: grid;
}

#user_login,
#user_pass,
#user_email,
#user_confirm_password,
#input_box_1625168336,
#first_name,
#last_name,
#number_box_1624136930,
#input_box_1624137027 {
  padding: 15px;
  border-radius: 0;
  border: solid 1px #0e6279;
  margin-top: 10px;
}

#wp-submit {
  background: #0d7792;
  border-radius: 0;
  border: solid 1px #0d7792;
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  font-size: 24px;
  color: #fff;
}

#wp-submit:hover {
  background: #0e6279;
}

.ur-submit-button {
  width: unset;
}

/* SEARCH */

.search-title {
  color: #196177;
}

.search-input {
  border: solid 1px #0e6279;
  padding: 15px;
  width: 100%;
  margin-bottom: 30px;
}

.btn-search {
  display: block;
  margin: 0 auto;
  padding: 10px 50px;
  background: #0e6279;
  border: solid 2px #0e6279;
  color: #ffffff;
}

.filtros-produtos .btn-primary {
  font-size: 0.7rem;
}

.single-servicos .banner-primary {
  height: 800px;
}

.single-servicos .border-content {
  position: absolute;
  top: 25%;
  width: 20%;
  height: 60%;
  border: solid 1px #fff;
}

.single-servicos .content-banner {
  background: #0e6279;
  color: #fff;
  width: 100%;
  height: 85%;
  display: flex;
  align-items: flex-end;
  text-align: right;
  position: absolute;
  left: 10%;
  top: 5%;
}

.single-servicos .content-banner h3 {
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 2.5rem;
}

.single-servicos p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.single-servicos #sec-02 img {
  width: 100%;
  height: auto;
}

.single-servicos #sec-03 h3 {
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.single-servicos #sec-03 h3,
.single-servicos #sec-03 span {
  color: #828282;
}

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

.wpp-fixed {
  position: fixed;
  top: 90%;
  left: 95%;
  padding: 1rem;
  background: #196177;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-shadow: 0 0 3px 0 #000000b8;
}

.submenu-login p {
  margin: 0;
}

.lang-item {
  display: inline;
  list-style: none;
  padding: 0 8px;
  margin-left: -3px;
}

.lang-item:not(:last-child) {
  border-right: solid 1px #fff;
}

.lang-item a {
  text-transform: uppercase;
  color: #fff;
}

.nav-item-idioma ul {
  padding: 0;
}

.select2-search--inline {
  display: none;
}

.ur-label {
  display: none !important;
}

.ur-frontend-field::placeholder,
#load_flatpickr::placeholder {
  color: #00000080 !important;
}

.ur-frontend-form {
  border: none !important;
}

.registration h1 {
  font-weight: 300;
  font-size: 4rem;
}

.registration h1 strong {
  font-weight: bold;
}

.registration p {
  text-align: right;
  margin-right: 40px;
  color: #0e6279;
}

.lang-item a {
  letter-spacing: 0.2em;
}

.lang-item a:hover {
  color: #196177;
}

.login-password {
  margin-top: 20px !important;
}

.submenu-login .lost-pass {
  font-size: 1.1rem;
  color: #0e6279;
}

.submenu-buscar input[type="submit"] {
  display: block;
  margin: 0 auto;
}

.breadcrumb li:last-child {
  font-weight: 600;
  color: #0e6279;
}

/* SINGLE SERVICOS */

#main .servicos-thumbnails {
  padding: 0.4rem 0;
}

#main .servicos-thumbnails .splide__list {
  width: 100%;
  justify-content: center;
  align-items: center;
}

#main .servicos-info h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#main .servicos-info p {
  font-size: 1rem;
  line-height: 1.4;
}

/* ARCHIVE CASES */

.post-type-archive-cases .conteudo {
  color: #fff;
  position: absolute;
  padding-left: 0;
  top: 70%;
  z-index: 1;
  right: 55%;
}

.post-type-archive-cases .banner-pagina {
  padding: 0;
  height: 90vh;
}

.post-type-archive-cases .case-galeria {
  height: 100%;
}

.post-type-archive-cases .cases-thumbnails {
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 1;
}

.post-type-archive-cases .conteudo h4 {
  margin-right: 2rem;
  margin-bottom: 0;
  letter-spacing: 0.04em;
  font-size: 3rem;
}

.post-type-archive-cases .conteudo h1 {
  font-size: 5rem;
}

.post-type-archive-cases .overlay {
  background: rgb(0 0 0 / 40%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  #main .servicos-info {
    max-width: 50%;
    margin: 0 auto;
  }
}

#main.profile .user-picture,
#main.profile .user-picture img {
  width: 150px;
  height: 150px;
  background: #0e6279;
  border-radius: 50%;
  position: relative;
}

#main.profile h1 {
  font-size: 4.5rem;
  font-weight: 400;
}

#main.profile p {
  margin: 0;
}

#main.profile .user-infos {
  max-width: 350px;
}

#main.profile .user-infos p {
  padding: 10px;
  border: solid 1px #0e6279;
}

#main.profile .user-infos .open-profile {
  color: #fff;
  background: #0e6279;
  position: relative;
}

#main.profile .user-infos .profile-infos p,
#main.profile .user-infos .profile-infos a {
  color: #196177;
}

#main.profile .user-infos .profile-infos {
  display: none;
}

#main.profile .user-infos .open-profile i {
  position: absolute;
  left: 90%;
  top: 30%;
  transform: rotate(-90deg);
  transition: transform 0.2s;
}

#main.profile .user-infos .open-profile.open i {
  transform: rotate(90deg);
}

#accordionCaderno ul li {
  list-style: none;
  padding: 10px;
  border-bottom: solid 1px #196177;
}

#accordionCaderno ul li i {
  float: right;
}

#accordionCaderno .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #57a9b7;
}

#accordionCaderno .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgb(87 169 183 / 41%);
}

#main.profile h2 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #0e6279;
  font-weight: 600;
}

#main.profile h5 {
  font-size: 1.5rem;
  color: #0e6279;
  font-weight: 600;
  margin-bottom: 15px;
}

#main.profile .heading {
  border-bottom: solid 1px #0e6279;
}

#main.profile .book-item {
  text-align: center;
  padding: 20px;
}

#main.profile .avatar-link {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0px;
  color: #ffffff;
  background: #ffffff3d;
  z-index: 1;
}

.grid-template {
  display: grid;
  grid-template-columns: repeat(3, 30%);
}

.store a {
  font-size: 10px;
  line-height: 15px;
  display: flex;
  color: #fff;
  flex-direction: column;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: center;
}

.store svg {
  width: 40px;
  height: auto;
}

.store {
  margin-left: 40px;
  margin-right: -10px;
}

.store-mobile a {
  display: flex;
  align-items: center;
}

.store-mobile svg {
  width: 30px;
  height: auto;
  margin-left: 5px;
}

/* Produtos - BTN PDF */
#btnPDF {
  cursor: pointer;
}

/* PRODUTOS - BTN PDF FIM */

/* SINGLE SISTEMAS */

section.sistemas img {
  width: 100%;
}

/* corrigir bug ancora página serviços */

body.moving.post-type-archive-servicos #main,
body.moving.single-servicos #main {
  padding-top: 108.45px;
}

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 10px 30px 0px;
  color: #fff;
  font-size: 18px;
}

.box-cookies .msg-cookies .link-aceite {
  display: initial !important;
}

.box-cookies .btn-cookies {
  background: #0d7792;
  cursor: pointer;
  width: 200px;
  align-self: normal;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .banner-pagina .premios {
    overflow-x: auto;
  }

  .wp-caption .aligncenter {
    width: 100%;
  }
}
/*corrigir background do header*/
body.moving #header {
  background: #0e6279 !important;  
}

.bloco-simulador {
    background-size: 76% !important;
    background-repeat: no-repeat !important;
}

.bloco-simulador h2 {
  transition: color 0.3s ease;
}

.bloco-simulador:hover h2,
.bloco-simulador:focus h2 {
  color: #0d7792 !important;
}
