body,
html {
  overflow-x: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  
}




.wrapper-header {
  width: 100%;
  z-index: 900;
}
.wrapper-header .navbar-expand-lg {
  width: 100%;
  z-index: 900;
}
.wrapper-header .navbar-expand-lg.position-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.wrapper-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 992px) {
  .wrapper-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #menu-header {
    position: fixed;
    top: 0;
    z-index: 20;
    left: 0;
    background-color: #10557e;
    width: 80vw;
    height: 100vh;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    padding: 15px 15px 100px 15px;
  }
}

#menu-header.is-open {
  transform: translateX(0);
}

#menu-header li {
  list-style: none;
}

@media (max-width: 992px) {
  #menu-header li {
    padding: 15px 0;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #menu-header li {
    font-size: 0.75rem;
  }
}

@media (max-width: 992px) {
  #menu-header li + li {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 992px) {
  #menu-header li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  #menu-header > li {
    padding: 13px;
  }
}

#menu-header > li a {
  color: #fff;
}

#menu-header > li.menu-item-has-children {
  position: relative;
}

#menu-header li.menu-item-has-children:after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 992px) {
  #menu-header li.menu-item-has-children:after {
    content: "\f054";
    float: right;
    margin-right: 5px;
  }
}

@media (min-width: 992px) {
  #menu-header > li.menu-item-has-children:after {
    content: "\f078";
    display: inline-block;
    vertical-align: top;
    line-height: 19px;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
  }
}

@media (min-width: 992px) {
  #menu-header > li.menu-item-has-children > .sub-menu {
    min-width: 250px;
  }
}

@media (max-width: 992px) {
  #menu-header > li.menu-item-has-children .sub-menu {
    position: fixed;
    top: 0;
    z-index: 20;
    left: 0;
    background-color: #10557e;
    width: 80vw;
    height: 100vh;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    padding: 60px 15px 100px 15px;
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  #menu-header > li.menu-item-has-children .sub-menu {
    padding: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    border: 1px solid #e1e1e1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
  }
}

#menu-header > li.menu-item-has-children .sub-menu.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  #menu-header > li.menu-item-has-children .sub-menu .sub-menu {
    min-width: 300px;
    right: -320px;
    top: 0;
    left: 100%;
    margin-left: 1px; /* Pequeno ajuste para evitar sobreposição */
    transform: none; /* Evita deslocamento desnecessário */
  }
}

@media (min-width: 992px) {
  #menu-header > li.menu-item-has-children .sub-menu > li {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  #menu-header > li.menu-item-has-children .sub-menu > li a {
    color: #10557e;
  }
}

@media (min-width: 992px) {
  #menu-header > li.menu-item-has-children .sub-menu > li + li {
    border-top: 1px solid rgba(225, 225, 225, 0.5);
  }
}

@media (min-width: 992px) {
  #menu-header
    > li.menu-item-has-children
    .sub-menu
    > li.menu-item-has-children {
    position: relative;
  }
}

@media (min-width: 992px) {
  #menu-header
    > li.menu-item-has-children
    .sub-menu
    > li.menu-item-has-children:after {
    content: "\f054";
    display: inline-block;
    vertical-align: top;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    color: #10557e;
    font-weight: 700;
    line-height: 25px;
    margin-left: 5px;
    position: absolute;
    right: 0;
    bottom: -1px;
  }
}

@media (min-width: 992px) {
  #menu-header > li.menu-item-has-children > .sub-menu {
    top: 45px;
    left: 11px;
  }
}

.navbar-toggler {
  padding: 0;
  float: right;
  position: relative;
  top: 5px;
  font-size: 2rem;
}




@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
  }
  thead {
    display: table-header-group;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
.project h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #10557e;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title-wrapper .title,
.project h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
.title-wrapper .title {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5,
.project h3 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.display-3,
.title-wrapper .sub-title {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
code,
pre {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 6px;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-3,
.col-6,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-sm-6,
.col-sm-8,
.col-sm-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-10,
.col-lg-12,
.col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table .table {
  background-color: #fff;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: #424242;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #424242;
  opacity: 1;
}
.form-control::placeholder {
  color: #424242;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-group {
  margin-bottom: 1rem;
}
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #424242;
}
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}
.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25!important;
  border-radius: 6px;
  transition: all 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:active,
.btn.active {
  background-image: none;
}
a.btn.disabled {
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.625rem 1.25rem;
  font-size: 1.375rem;
  line-height: 1.5;
  border-radius: 0.45rem;
  background: linear-gradient(135deg, #10557e, #2894d6);
  color: #ffffff;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.3);
  transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover {
  background: #2894d6;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  transform: scale(1.04);
}
 .btn-primary {
  color: #fff;
  background-color: #10557e;
  border-color: #10557e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #10557e;
  border-color: #10557e;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
} 
.btn-danger {
  color: #fff;
  background-color: #e4751a;
  border-color: #e4751a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #e4751a;
  border-color: #e4751a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}
.btn-outline-primary {
  color: #10557e;
  background-color: transparent;
  background-image: none;
  border-color: #10557e;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #10557e;
  border-color: #10557e;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #10557e;
  background-color: transparent;
}
.btn-outline-primary:active,
.btn-outline-primary.active {
  color: #fff;
  background-color: #10557e;
  border-color: #10557e;
}
.btn-link {
  font-weight: normal;
  color: #10557e;
  border-radius: 0;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:disabled {
  color: #424242;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:focus,
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
.show > a {
  outline: 0;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 6px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 6px;
}
.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}
.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #424242;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #424242;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 6px;
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.bg-primary {
  background-color: #10557e !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover {
  background-color: #dae0e5 !important;
}
.border {
  border: 1px solid #e9ecef !important;
}
.rounded {
  border-radius: 6px !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
@media (min-width: 992px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media (min-width: 992px) {
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media (min-width: 992px) {
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (min-width: 1200px) {
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
}
.text-uppercase {
  text-transform: uppercase !important;
}
.font-weight-bold {
  font-weight: bold;
}
.text-secondary {
  color: #424242 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important;
}
.visible {
  visibility: visible !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 576px) {
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}
.p-0 {
  padding: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media (min-width: 992px) {
  .pt-md-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .p-lg-5 {
    padding: 3rem !important;
  }
}
.oldiewarning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #32363b;
  overflow: hidden;
  z-index: 1000;
  display: none;
}
.oldiewarning p,
.oldiewarning a {
  width: 100%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 500px;
  color: #fff;
  font-size: 40px;
  font-family: Tahoma, Geneva, sans-serif;
}
.full {
  display: block;
  width: 100%;
}
@media screen and (min-width: 997px) {
  .flexed {
    display: flex;
  }
}
@media screen and (min-width: 997px) {
  .flexed.row {
    flex-flow: row wrap;
  }
}
.cleared:after {
  content: "";
  display: block;
  clear: both;
}
.center {
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .hidden-on-mobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
  iframe {
    max-width: 100% !important;
  }
}
.mt-150 {
  margin-top: 150px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}

.py-75 {
  padding-bottom: 75px !important;
}
.mt-75,
.my-75 {
  margin-top: 75px !important;
}

.my-75 {
  margin-bottom: 75px !important;
}
.pt-50,
.py-50 {
  padding-top: 50px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
@media (min-width: 1200px) {
  
  .py-lg-50 {
    padding-top: 50px !important;
  }
  
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
}
.pt-40 {
  padding-top: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.project h3 {
  color: #0f3a54;
}
.text-secondary {
  color: #2894d6 !important;
}
p {
  color: rgba(22, 44, 58, 0.8);
}
.t-centered {
  text-align: center;
}
.title-wrapper span {
  display: block;
}
.title-wrapper .title {
  font-size: 2rem;
  color: #10557e;
}
@media (max-width: 1200px) {
  .title-wrapper .title {
    font-size: 2rem;
  }
}
.title-wrapper .sub-title {
  color: #2894d6;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -5px;
  letter-spacing: -2px;
}
@media (max-width: 1200px) {
  .title-wrapper .sub-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .title-wrapper.smaller .title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .title-wrapper.smaller .sub-title {
    font-size: 1rem;
    letter-spacing: 0.15px;
    color: #10557e;
  }
}
.t-white {
  color: #fff;
}
.darker-title {
  color: #173956;
}
.btn {
  border-radius: 6px;
  border-width: 0;
  cursor: pointer;
  white-space: normal !important;
}
.btn-outline-primary {
  border-width: 2px;
}
.btn-primary-lightness {
  background: #177ab5;
}
.btn-primary {
  text-shadow: none;
}
.btn-primary:hover {
  background-color: #0a3651;
  border-color: #0a3651;
}
.btn-larger {
  padding-left: 60px;
  padding-right: 60px;
}
.close-submenu {
  height: 60px;
  background-color: #10557e;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  position: fixed;
  z-index: 20;
  top: 0;
  width: 80vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
}
.close-submenu.open {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .close-submenu {
    display: none;
  }
}
.mob-cta-btn {
  color: #fff;
  background-color: #10557e;
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.3px;
  height: 40px;
  border: 0;
  display: block;
}
.mob-cta-btn.bigger {
  width: 49.69%;
  position: relative;
}
.mob-cta-btn:hover, .mob-cta-btn:focus, .mob-cta-btn:active {
  color: #fff;
  text-decoration: none;

}
.mob-cta-btn.bigger:before {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 47.5%;
  left: 0;
  opacity: 0.5;
}
.call-button {
  width: 32.81%;
}
.ask-for-budget {
  padding: 10px 28px;
  background-color: #62cc33;
  color: #fff;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 700;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 0 7px rgba(98, 204, 51, 0.2);
}
@media (max-width: 992px) {
  .ask-for-budget {
    width: 100%;
    margin-bottom: 15px;
  }
}
.close-product {
  padding: 0;
  background-color: transparent;
  border: 0;
  top: 10px;
  position: sticky;
  right: 0;
  top: 0;
  font-size: 48px;
  color: #10557e;
  float: right;
  z-index: 999;
  transform: translate(20px, -50px);
}
@media (max-width: 992px) {
  .close-product {
    right: 10px;
    top: 0px;
  }
}
.btn-table-modal {
  margin-top: 10px;
}
.ask-for-budget {
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 992px) {
  .ask-for-budget {
    width: 60%;
    font-size: 14px;
    height: auto;
    margin-bottom: 0;
  }
}
.ask-for-budget:hover {
  background-color: #4ea329;
}

.navbar {
  width: auto;
}

.navbar-light {
  padding: 0;
}
.navbar-light .navbar-nav .nav-item.show:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  animation: open 0.24s ease-out;
}
@-moz-keyframes open {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes open {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes open {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes open {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrapper-header {
  width: 100%;
  z-index: 900;
}
.wrapper-header .navbar-expand-lg {
  width: 100%;
  z-index: 900;
}
@-moz-keyframes navDown {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes navDown {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@-o-keyframes navDown {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@keyframes navDown {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.ul-group {
  padding-left: 4px;
}
.ul-group .list-item {
  list-style: none;
  color: rgba(22, 44, 58, 0.8);
  margin-bottom: 5px;
}
.ul-group .list-item:before {
  content: "\f111";
  color: #10557e;
  padding-right: 10px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-size: 7px;
}
button {
  cursor: pointer;
}
body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .first-section {
    margin-top: 84px;
  }
}
.first-section {
  margin-top: 84px;
}
@media (min-width: 1200px) {
  .first-section {
    margin-top: 127px;
  }
}
@media (min-width: 992px) {
  .product-title {
    font-size: 14px;
  }
}
.related-product-thumbnail {
  border: 2px solid #10557e;
  border-radius: 3px;
}
@media (max-width: 992px) {
  .related-product-thumbnail {
    min-height: 143px;
    object-fit: contain;
  }
}
@media (min-width: 992px) {
  .related-instance p {
    font-size: 15px !important;
    line-height: 19px;
  }
}
@media (max-width: 992px) {
  .related-instance {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .related-instance:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.related-father .product-title {
  font-size: 1rem;
}
.related-child .product-title {
  font-size: 14px;
  min-height: 44px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .related-child .product-title {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.breadcrumb {
  padding-left: 0;
}
.project .card-body {
  border-top: 2px solid #e1e1e1;
}
.acf-table-wrapper table,
.acf-table {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #000;
}
.acf-table-wrapper table th,
.acf-table th,
.acf-table-wrapper table td,
.acf-table td {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  font-size: 0.9rem;
  border: 1px solid #e1e1e1;
}
.acf-table-wrapper table th,
.acf-table th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.filter-inverted {
  filter: brightness(0) invert(1);
}
/* .green-hover:hover {
  color: $green;
} */
.mobile-cta-body {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (min-width: 997px) {
  .mobile-cta-body {
    display: none;
  }
}
.mobile-cta-body:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
}
.iframe-holder iframe {
  min-height: 400px;
}
@media (min-width: 992px) {
  .aside {
    border-right: 1px solid #e1e1e1;
  }
}
.social-aside i {
  font-size: 22px;
}
@media (max-width: 992px) {
  .social-aside {
    margin-bottom: 30px;
  }
}
.project-gallery {
  max-width: 400px;
  margin: 30px auto 60px;
  max-height: 300px;
  overflow: hidden;
}
.project-gallery img {
  border: 2px solid #10557e;
  max-height: 400px;
}
.project-gallery + .controls .slick-prev,
.project-gallery + .controls .slick-next {
  height: 45px;
  width: 45px;
  border-radius: 3px;
  border: 3px solid #10557e;
  text-align: center;
  position: relative;
  font-size: 0;
  background-color: #fff;
  padding: 0;
  transition: all 0.3s ease;
  margin: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-gallery + .controls .slick-prev:before,
.project-gallery + .controls .slick-next:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  display: block;
  font-weight: 700;
  color: #10557e;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.project-gallery + .controls .slick-prev:before {
  content: "\f053";
}
.project-gallery + .controls .slick-next:before {
  content: "\f054";
}
.default-arrows .slick-arrow {
  height: 45px;
  width: 45px;
  border-radius: 3px;
  border: 3px solid #10557e;
  text-align: center;
  position: relative;
  font-size: 0;
  background-color: #fff;
  padding: 0;
  transition: all 0.3s ease;
}
.default-arrows .slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Free", sans-serif;
  display: block;
  font-weight: 700;
  color: #10557e;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.default-arrows .slick-arrow.slick-prev:before {
  content: "\f053";
}
.default-arrows .slick-arrow.slick-next:before {
  content: "\f054";
}
.default-arrows .slick-arrow:hover {
  background-color: #10557e;
}
.default-arrows .slick-arrow:hover:before {
  color: #fff;
}
.row .product-content {
  font-size: 0.85rem;
}
@-moz-keyframes icon-pulse {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@-webkit-keyframes icon-pulse {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@-o-keyframes icon-pulse {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes icon-pulse {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.form-orcamento .form-control {
  border-width: 1px;
  border-color: #10557e;
  resize: none;
}
.form-orcamento .form-control::placeholder {
  color: rgba(34, 45, 56, 0.3);
}
.form-sidebar {
  border: 6px solid rgba(16, 85, 126, 0.5);
  border-radius: 3px;
  background-color: #1d7eb9 !important;
}
.form-sidebar .title-wrapper,
.form-sidebar .title-wrapper span,
.form-sidebar p {
  color: #f0f0f0 !important;
}
.form-sidebar input.wpcf7-form-control.wpcf7-submit {
  background: #28a745;
  color: #ffffff !important;
  font-weight: bold;
  padding: 12px 24px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  width: auto;
  text-align: center;
  display: inline-block;
}

.form-sidebar input.wpcf7-form-control.wpcf7-submit:hover {
  background: #218838;
  color: #ffffff !important;
  border: 3px solid #ffffff;
}

.checkbox-group > span {
  display: flex;
  flex-direction: column;
}
.wpcf7-form-control input[type="radio"] {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .breadcrumb .breadcrumb-item {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
}
.breadcrumb .breadcrumb-item:last-child {
  color: #506070;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #10557e;
}
@media (max-width: 992px) {
  .breadcrumb-item + .breadcrumb-item:before {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.bordered {
  border: 2px solid #10557e;
  border-radius: 6px;
}
.border-1 {
  border-width: 1px !important;
}
.bg-light {
  background-color: #f8f8f8 !important;
}
.bg-primary-light {
  background-color: rgba(40, 148, 214, 0.1) !important;
}
.accordion .card {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom-width: 4px;
  margin-bottom: 15px;
}
.accordion .card .card-header {
  padding: 0;
  background-color: rgba(40, 148, 214, 0.05);
  border-color: rgba(0, 0, 0, 0.2);
}
.accordion .card .card-header h2 {
  padding: 0;
}
.accordion .card .card-header h2 button {
  width: 100%;
  padding: 10px 25px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.accordion .card .card-header h2 button:after {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "\f077";
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #10557e;
  font-weight: 700;
  display: flex;
  justify-content: center;
  font-size: 17px;
  align-items: center;
  border-radius: 200px;
  transition: ease-in-out 0.5s;
}
.accordion .card .card-header h2 button.collapsed:after {
  transform: rotate(180deg);
}
.cta-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(16, 85, 126, 0.8);
  z-index: 999;
}
.form-pickers {
  background-color: #f1f2f2;
  color: #58595b;
  font-size: 11px;
  height: 47px;
  border: 0;
  display: inline-block;
  vertical-align: top;
  width: 32.666%;
  font-weight: 700;
  transition: all 0.35s ease-in-out;
}
.form-pickers + .form-pickers {
  margin-left: 0.6667%;
}
.form-pickers i {
  color: #10557e;
  font-size: 16px;
  margin-right: 5px;
}
.form-pickers i.alt {
  font-weight: 300;
}
.form-pickers.active,
.form-pickers:hover {
  background-color: #10557e;
  color: #fff;
}
/* .form-pickers.active i,
.form-pickers:hover i {
  color: $blue;
} */
.callers {
  font-size: 14px;
  color: #808080;
  margin-top: 18px;
}
.callers .number {
  padding: 3px 8px;
  border-radius: 50%;
  color: #fff;
  background-color: #f00;
}
.confirm {
  width: 78px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  background-color: #10557e;
  font-size: 16px;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: 0.2s ease;
}
.confirm:hover {
  background-color: #fff;
  color: #10557e;
  border-color: #10557e;
}
.close-modal {
  top: 0;
  right: 10px;
  position: absolute;
  background: transparent;
  color: #fff;
  padding: 0;
  border: 0;
  font-size: 42px;
}
.call-cta-wrapper {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 997px) {
  .call-cta-wrapper {
    display: none;
  }
}
@media screen and (min-width: 997px) and (max-width: 1500px) {
  .call-cta-wrapper {
    right: 15px;
    bottom: 15px;
  }
}
.cta-tooltip {
  width: 130px;
  padding: 0 14px;
  padding-top: 22px;
  padding-bottom: 19px;
  position: relative;
  background-color: #fafafa;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.35s ease-in-out;
}
@media screen and (min-width: 997px) and (max-width: 1500px) {
  .cta-tooltip {
    width: 130px;
    padding: 10px 14px;
  }
}
.cta-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fafafa;
  border-width: 10px;
  margin-left: -10px;
}
.close-cta {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  text-align: center;
  background-color: #fff;
  top: -12.5px;
  right: -12.5px;
  font-size: 16px;
  color: #10557e;
}
.pop-box {
  max-width: 70%;
  margin: auto;
}
.pop-box input:not([type="submit"]),
.pop-box textarea,
.pop-box select {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: 2px solid #10557e;
  border-radius: 5px;
  font-size: 12px;
  padding-left: 15px;
}
.pop-box input[type="submit"] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: center;
  background: #10557e;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.pop-box textarea {
  padding-top: 9px;
}
.box-message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer {
  background: #10557e;
  padding-top: 40px;
  padding-bottom: 0;
  color: #fff;
  background-clip: padding-box;
  border-top: 10px solid rgba(16, 85, 126, 0.8);
}
.footer a {
  color: #fff;
}
.footer ul {
  padding-left: 0;
  list-style: none;
  list-style-type: none;
}
.footer ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer ul ul {
  padding-left: 3px;
}
.footer ul ul li:before {
  content: "•";
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}
.footer .footer-social a {
  font-size: 28px;
  transition: all 0.3s ease;
}
.footer .footer-social a + a {
  margin-left: 20px;
}
.footer .footer-social a:hover {
  transform: scale(1.1);
}
.footer .footer-copy {
  margin-top: 40px;
  background: #0a3651;
}
@media (max-width: 992px) {
  .footer .footer-copy {
    padding: 20px 0 60px 0;
    text-align: center;
  }
}
.footer .footer-copy .container {
  min-height: 60px;
}
.footer .footer-copy p {
  margin-bottom: 0;
  color: #fff;
}
.form-inline-bordered .form-control {
  border-radius: 200px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 15px;
  border-width: 2px;
  border-color: #10557e;
}
.form-inline-bordered .btn {
  border-radius: 200px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 15px;
  cursor: pointer;
}
.form-control {
  border-width: 2px;
  border-color: #10557e;
}
.form-control:focus {
  border-color: #10557e;
}
.form-control::placeholder {
  color: rgba(34, 45, 56, 0.6);
}
textarea {
  resize: none;
}
.form-contato-wrapper {
  border-top: 0;
}
@media (min-width: 1200px) {
  .form-contato-wrapper {
    background-image: url("imgs/background-formulario-de-contato.jpg");
    background-size: cover;
    background-clip: padding-box;
  }
}
@media (min-width: 992px) {
  .form-sidebar textarea {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .persona-form-primary {
    width: 400px;
    height: 100%;
    display: block;
    margin-left: auto;
  }
}
@media (min-width: 1500px) {
  .persona-form-primary {
    margin-right: 100px;
  }
}
.wrapper-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 992px) {
  .wrapper-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
  }
}
.icons-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.icons-wrapper .icon-wrapper {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
}
.icons-wrapper .icon-wrapper i {
  color: #10557e;
  width: 25px;
}

.navbar-toggler {
  padding: 0;
  float: right;
  position: relative;
  top: 5px;
  font-size: 2rem;
}

.content-section h2 {
  text-align: center;
  width: 100%;
  max-width: 300px;
}

@media (min-width: 400px) {
  .content-section.col-md-6,
  .content-section.col-12,
  .content-section.col-sm-6 {
    padding-left: 0 !important;
  }
}

.post-content.catalogos {
  display: flex;
  flex-wrap: wrap;
}
.post-content .btn {
  margin: 1rem 0;
}

.post-content p {
  color: rgba(22, 44, 58, 0.8);
  font-size: 1.1rem;
  margin-bottom: 30px;
}
.post-content a {
  margin-bottom: 10px;
}
.post-content li {
  font-size: 1.1rem;
}
.post-content h2 {
  font-size: 2rem;
  margin: 20px 0;
}
.post-content h3 {
  font-size: 1.3rem;
  margin: 15px 0;
}
html body p {
  font-size: 0.85rem;
}
html body li {
  font-size: 0.85rem;
}
.home {
  /* background: url("imgs/background-home.jpg"); */
  background-repeat: no-repeat;
}
.home .navbar:not(.position-fixed).bg-primary {
  transition: linear 0.2s;
}
.home .navbar:not(.position-fixed).bg-primary .nav-item > a {
  color: #fff;
  transition: linear 0.2s;
}
.home .navbar:not(.position-fixed).bg-primary .nav-item.show:after {
  background: #10557e;
}
.relationship-exaustores-wrapper .exaustores-item {
  width: 100%;
}
@media (max-width: 992px) {
  .relationship-exaustores-wrapper .exaustores-item {
    margin: 0 20px;
  }
}
.relationship-exaustores-wrapper .exaustores-item .card-img-top {
  object-fit: cover;
  height: 250px;
}
.relationship-exaustores-wrapper .card-text {
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.relationship-exaustores-wrapper .card-img-top {
  max-height: 320px;
}
@media (min-width: 992px) {
  .relationship-exaustores-wrapper .card-title {
    font-size: 22px;
    min-height: 72px;
  }
}
@media (min-width: 992px) {
  .relationship-exaustores-wrapper .card-body {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 232px;
  }
}
.related-product-thumbnail {
  max-width: 100%;
  background-color: #fff;
  width: 157px;
  height: 157px;
  object-fit: cover;
}
img.slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 16s ease-in-out 0.3s;
  transform: scale(1);
}
@media (min-width: 992px) {
  .video-section iframe {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .video-section iframe {
    height: 600px;
  }
}
.post-content ul,
.post-content ol {
  color: rgba(22, 44, 58, 0.8);
  padding-left: 18px;
}

.types .card {
  padding: 15px;
}
@media (min-width: 992px) {
  .types .card {
    min-height: 570px;
  }
}
@media (max-width: 992px) {
  .types {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .first-items-highlight {
    background: url("imgs/background-items-primarios-home.jpg") no-repeat top
      center/cover;
  }
}
.modal-carousel {
  display: block !important;
}
.project-showcase {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .project-showcase .col-md-3:nth-of-type(n + 5) {
    margin-top: 40px;
  }
}
.proj-instance {
  height: 300px;
  position: relative;
  border: 4px solid #10557e;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .proj-instance {
    margin-bottom: 20px;
  }
}
.proj-instance:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .proj-instance:before {
    opacity: 1;
    visibility: visible;
  }
}
.proj-instance:hover .info-box {
  opacity: 1;
  visibility: visible;
}
.proj-instance:hover:before {
  opacity: 1;
  visibility: visible;
}
.proj-instance img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: -1;
}
.proj-instance .info-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 4;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 992px) {
  .proj-instance .info-box {
    opacity: 1;
    visibility: visible;
  }
}
.proj-instance .info-box * {
  text-decoration: none;
}
.proj-instance .proj-name {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .proj-instance .proj-name {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .proj-instance .proj-name {
    font-size: 28px;
  }
}
.proj-instance p {
  color: #fff;
}
.bg-video {
  position: relative;
  background: url("imgs/fundo_video.jpg") no-repeat top center/cover;
}
.bg-video .row {
  position: relative;
  z-index: 3;
}
.bg-video:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(255, 255, 255, 0.65);
  z-index: 2;
}
.variante .card-img-top {
  object-fit: contain !important;
}
@media (max-width: 992px) {
  .blog .exaustores-item .card-title {
    font-size: 18px;
    min-height: 38px;
  }
}
.product-instance > h3 {
  cursor: pointer;
}
.product-instance > h3:hover {
  text-decoration: underline;
}
.picture-product-wrapper .product-figure {
  padding: 10px;
}
.picture-product-wrapper .product-figure .product-border {
  border: 2px solid #10557e;
  border-radius: 6px;
}
@media (max-width: 992px) {
  .post-content .col-12.col-md-5.row {
    margin-top: 30px;
  }
}
.carousel-body {
  text-align: center;
  positon: relative;
}
.carousel-body img {
  max-width: 100%;
  display: inline-block !important;
}
.carousel-body .bigger {
  border: 2px solid transparent;
  margin-bottom: 10px;
  border-color: #e1e1e1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
img {
  max-width: 100%;
}
.arrow-container .slick-arrow {
  padding: 15px;
  font-size: 0;
  background-color: transparent;
  border: 2px solid #10557e;
  z-index: 3;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  color: #10557e;
}
.arrow-container .slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: inherit;
}
.arrow-container .slick-arrow:hover {
  background-color: #10557e;
  color: #fff;
}
.arrow-container .slick-arrow:hover:before {
  color: #fff;
}
.arrow-container .slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.arrow-container .slick-prev {
  left: 0;
}
.arrow-container .slick-prev:before {
  content: "\f053";
}
.arrow-container .slick-next {
  right: 0;
}
.arrow-container .slick-next:before {
  content: "\f054";
}
.prod-opt-instance {
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
}
.prod-opt-instance:hover {
  border-color: #e1e1e1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.optionals {
  background-image: url("imgs/bg-shapes.png");
  position: relative;
  background-position: center 200px;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .optionals {
    background-size: contain;
    background-position: bottom center;
  }
}
@media (min-width: 992px) {
  .optionals {
    background-size: 100%;
    padding-top: 65px;
  }
}
.optionals:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  height: 20px;
  background-color: rgba(248, 248, 248, 0.5);
  width: 100%;
}
@media (min-width: 992px) {
  .optionals .col-md-4 img {
    border: 6px solid rgba(16, 85, 126, 0.5);
  }
}
.optionals .col-md-4 h3 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .optionals .col-md-4 h3 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .optionals .col-md-4:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .faq-new {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .faq-new {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.faq-new.blue-bg-with-image {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.faq-new.blue-bg-with-image h2 {
  color: #276a97;
}
.faq-new.blue-bg-with-image .question-title {
  color: #009ce3 !important;
  font-weight: 700;
}
@media (min-width: 992px) {
  .faq-new.blue-bg-with-image .question-instance:not(.last-child) {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
}
.faq-new h2 {
  font-size: 38px;
  color: #327399;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: center;
}
.faq-new .question-instance {
  padding-bottom: 20px;
}
.faq-new .question-instance + .question-instance {
  margin-top: 20px;
  color: rgba(22, 44, 58, 0.8);
}
@media (min-width: 992px) {
  .faq-new .question-instance:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
}
.faq-new .question-instance .question-title {
  font-size: 20px;
  color: #00aae7;
  margin-bottom: 15px;
}
.gallery-midia-wrapper {
  border: 6px solid rgba(16, 85, 126, 0.5);
}
@media (min-width: 992px) {
  .gallery-midia-wrapper img {
    max-height: 300px;
    object-fit: contain;
    width: 100%;
  }
}
.slick-nav-controls {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.slick-nav-controls button {
  display: inline-block;
  vertical-align: top;
}
.slick-nav-controls button + button {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .slick-nav-controls {
    display: none;
  }
}
.gallery-midias-slick {
  padding: 0 !important;
}
@media (max-width: 992px) {
  .gallery-midias-slick {
    margin-top: 30px;
    max-height: 275px;
    overflow: hidden;
  }
}
.gallery-midias-slick .slick-arrow {
  position: absolute;
  bottom: -60px;
}
@media (min-width: 992px) {
  .gallery-midias-slick {
    max-height: 313px;
    overflow: hidden;
  }
  .gallery-midias-slick .slick-arrow.slick-prev {
    left: 130px;
  }
}
@media (min-width: 1500px) {
  .gallery-midias-slick .slick-arrow.slick-prev {
    left: 230px;
  }
}
@media (min-width: 992px) {
  .gallery-midias-slick .slick-arrow.slick-next {
    right: 130px;
  }
}
@media (min-width: 1500px) {
  .gallery-midias-slick .slick-arrow.slick-next {
    right: 230px;
  }
}
.gray-perks {
  background-color: #f4f2f2;
}
@media (min-width: 992px) {
  .gray-perks {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .gray-perks {
    padding: 45px 0;
  }
}
.gray-perks .col-12 {
  text-align: center;
  min-height: 180px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
.gray-perks .col-12 img {
  max-width: 65px;
  max-height: 40px;
}
@media (max-width: 992px) {
  .gray-perks .col-12 img {
    margin-left: auto;
    margin-right: auto;
  }
}
.gray-perks .col-12 h3 {
  font-size: 28px;
  font-weight: 700;
  color: #555;
  margin-bottom: 15px;
}
.gray-perks .col-12 h3 span {
  color: #327399;
}
.table-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 85, 126, 0.9);
  z-index: 999;
  display: none;
  overflow: auto;
  box-sizing: border-box;
}

.table-modal > div {
  position: relative;
  margin: 50px auto 0;
  max-width: 600px;
  width: calc(100% - 20px);
  padding: 20px;
  box-sizing: border-box;
  background-color: transparent;
  overflow-y: auto;
  max-height: 90vh;
  border-radius: 8px;
}

.table-modal table td {
  text-align: center;
}

.table-modal .close-table {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #10557e;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
  .table-modal > div {
    margin: 10% auto 0;
    width: calc(100% - 10px);
  }
  .table-modal .close-table {
    right: 5px;
    top: 10px;
  }
}

.product-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(16, 85, 126, 0.9);
  z-index: 999;
  top: 0;
  left: 0;
  overflow-y: scroll;
  display: none;
}
.product-modal .post-content p {
  font-size: 16px;
  line-height: 24px;
}
.product-modal .post-content p + p {
  margin-top: 30px;
}
.product-modal .image img {
  border: 4px solid rgba(16, 85, 126, 0.5);
}
.product-modl-body {
  top: 2.5%;
  left: 0;
  right: 0;
  position: fixed;
  max-width: 1100px;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 50px;
  box-shadow: 9px 15px 32px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 5%;
  z-index: 999;
  display: none;
  overflow: scroll;
}
@media (max-width: 992px) {
  .product-modl-body {
    padding: 60px 20px;
    top: 0;
    margin-bottom: 0;
    min-height: 100%;
  }
}
.product-modl-body .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-modl-body .slick-prev {
  left: 0;
}
.product-modl-body .slick-next {
  right: 0;
}
.product-modl-body [class*="carousel-"] {
  border-radius: 5px;
}
@media (max-width: 992px) {
  .product-modl-body .post-content p,
  .product-modl-body .post-content li {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .product-modl-body .post-content p:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .product-modl-body .d-md-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px !important;
  }
}
.product-modl-body .info-block {
  margin-top: 33px;
}
.product-name-bordered {
  font-size: 26px;
  color: #000;
  position: relative;
  margin-bottom: 35px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .product-name-bordered {
    font-size: 20px;
  }
}
.product-name-bordered:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  height: 4px;
  width: 88px;
  background-color: #10557e;
}
@media (max-width: 992px) {
  .product-name-bordered:before {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
  }
}
.info-block-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  display: block;
}
.info-block-title .text-box {
  background-color: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .info-block-title .text-box {
    padding-left: 15px;
  }
}
.info-block-title .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 62%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  height: 2px;
}
@media (min-width: 992px) {
  .modal-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .modal-carousel .slick-prev {
    left: 15px;
  }
  .modal-carousel .slick-next {
    right: 15px;
  }
}
.whatsapp-icon-link {
  height: 47px;
  width: 47px;
  background-color: #42b432;
  color: #fff;
  font-size: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0px 10px rgba(66, 180, 50, 0.2);
  text-align: center;
}
@media (max-width: 992px) {
  .whatsapp-icon-link {
    display: block;
    margin: 30px auto;
  }
}
.whatsapp-icon-link i {
  color: #fff;
}
.product-instance img {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.product-instance:hover > img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.tp-orcamento label {
  font-weight: bold;
}
.tp-orcamento .form-control {
  border-width: 1px;
}
.thank-you-page {
  background-image: url("imgs/background-formulario-de-contato.jpg");
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
}
.thank-you-page .container {
  height: calc(100vh - (164px + 344px + 104px + 50px + 150px));
}
.patterns-slick-item {
  margin-top: 15px;
}
.patterns-slick-item .logo {
  padding: 20px;
  background: #fff;
  filter: grayscale(100%);
  transition: linear 0.2s;
  align-items: center;
  height: 100px;
  display: flex;
  width: 100%;
  position: relative;
}
.patterns-slick-item .logo img {
  max-width: 100px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.patterns-slick-item .logo:hover {
  filter: grayscale(0);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.patterns-slick-item h2 {
  margin-top: 15px;
}
.parceiros-wrapper {
  background: url("imgs/sobre-parceiros-bg.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .parceiros-wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .parceiros-wrapper {
    padding-top: 93px;
    padding-bottom: 70px;
  }
}
.parceiros-wrapper.notitles .patterns-slick-item h2 {
  display: none;
}
.parceiros-wrapper .title-wrapper span {
  display: inline !important;
  font-size: 38px !important;
  color: #fff !important;
  font-weight: 700;
}
.parceiros-wrapper .title-wrapper span:last-of-type {
  text-transform: capitalize;
}
.draggable-advisor {
  text-align: center;
}
@media (max-width: 992px) {
  .draggable-advisor {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .limited-1050 {
    max-width: 1050px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.institutional-card {
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .institutional-card {
    width: 33.333%;
    padding: 33px 25px 55px;
  }
}
.institutional-card:before {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  left: 0;
  right: 0;
  height: 2px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.1);
  top: 105px;
}
.institutional-card:first-of-type {
  background-color: #41a5e6;
}
.institutional-card:first-of-type .card-title-bordered {
  background-color: #41a5e6;
}
.institutional-card:nth-of-type(2) {
  background-color: #3b8bd2;
}
.institutional-card:nth-of-type(2) .card-title-bordered {
  background-color: #3b8bd2;
}
.institutional-card:last-of-type {
  background-color: #356d9e;
}
.institutional-card:last-of-type .card-title-bordered {
  background-color: #356d9e;
}
.institutional-card .card-title-bordered {
  padding: 15px 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  font-size: 32px;
  color: #fff;
  display: inline-flex;
  position: relative;
  z-index: 2;
}
.institutional-card .card-icon {
  max-width: 32px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
.institutional-card .card-excerpt {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.projects-wrapper .card-img-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 200px;
}
.projects-wrapper .card-img-wrapper .card-img-top {
  transition: ease 1s;
}
.projects-wrapper .project:hover .card-img-top {
  transform: scale(1.3);
}
.project {
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 5px;
}
.project:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
/* @media screen and (min-width: 1000px) {
  .first-section.not(nav) {
    padding-bottom: 80px;
  }
} */
.page-title {
  color: #18408e;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.blog-feed {
  display: flex;
  flex-wrap: wrap;
}

.blog-post {
  width: 31.5%;
  border-radius: 5px;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.blog-post.full {
  width: 100%;
  padding: 60px 0;
}

.blog-post h2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-post h3 {
  font-size: 20px;
}

.blog-post h4 {
  font-size: 18px;
}

.blog-post p {
  font-size: 1rem;
}

.blog-post a {
  display: inline-block;
  vertical-align: top;
}

.blog-post a:hover .post-title {
  color: #2292d1;
}

.blog-post a:hover .post-image-main {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.blog-post .btn-hero {
  margin: 40px auto 0;
  background: #18408e;
  color: #fff;
  display: block;
  max-width: 160px;
}

@media screen and (max-width: 999px) {
  .blog-post .btn-hero {
    margin-right: auto;
    max-width: none;
  }
}

.blog-post iframe {
  max-width: 100%;
}

.padded {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.zoom-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.post-image-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.post-meta {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: #fff;
  color: #175a82;
  padding: 3px 7px;
  border-radius: 5px;
  border: 1px solid #175a82;
  font-size: 0.8rem;
  z-index: 2;
}

@media (max-width: 600px) {
  .zoom-wrapper {
    padding-top: 56.25%;
  }

  .post-image-main {
    object-fit: cover;
  }

  .post-meta {
    font-size: 0.7rem;
    top: 5px;
    left: 5px;
    padding: 2px 5px;
  }
}

.sidebar-widget {
  padding: 20px;
  border: 2px solid #18408e;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.sidebar-widget h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.sidebar-widget + .sidebar-widget {
  margin-top: 20px;
}

.sidebar-widget form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}

.sidebar-widget input:not([type="submit"]),
.sidebar-widget textarea {
  width: 80%;
  height: 35px;
  border: 2px solid #18408e;
  border-radius: 5px;
  padding-left: 15px;
  margin: 0 auto 10px;
}

.sidebar-widget input[type="submit"] {
  width: 80%;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #18408e;
  border: none;
  margin: auto;
}

.pagination {
  text-align: center;
}

@media screen and (max-width: 999px) {
  .pagination {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1000px) {
  .pagination {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.sidebar-widget {
  padding: 20px;
  border: 2px solid #18408e;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.sidebar-widget h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.sidebar-widget + .sidebar-widget {
  margin-top: 20px;
}

.sidebar-widget form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}

.sidebar-widget input:not([type="submit"]),
.sidebar-widget textarea {
  width: 80%;
  height: 35px;
  border: 2px solid #18408e;
  border-radius: 5px;
  padding-left: 15px;
  margin: 0 auto 10px;
}

.sidebar-widget input[type="submit"] {
  width: 80%;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #18408e;
  border: none;
  margin: auto;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.pagination hr {
  width: 100%;
  border-top: 1px solid #175a82;
}

@media screen and (max-width: 999px) {
  .pagination {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1000px) {
  .pagination {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.pagination .page,
.pagination .current {
  padding: 5px 7px;
  font-size: 20px;
  color: #000;
  border: 1px solid #175a82;
  transition: all 0.35s ease;
  border-radius: 0.25rem;
}
.pagination .page + .page,
.pagination .current + .page,
.pagination .page + .current,
.pagination .current + .current {
  margin-left: 15px;
}
.pagination .page:hover,
.pagination .current:hover {
  background-color: #175a82;
  color: #fff;
}
.pagination .current {
  background-color: #175a82;
  color: #fff;
}
.recent-post-sidebar a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.recent-post-sidebar img {
  width: 85px;
  object-fit: cover;
  height: 85px;
}
.recent-post-sidebar h4 {
  margin-left: 20px;
  width: 60%;
}
.recent-post-sidebar + .recent-post-sidebar {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}
.sidebar-title {
  color: #2292d1;
}
.mt-180 {
  margin-top: 180px;
}
.post-single-title {
  font-size: 32px;
  color: #0f3a54;
  margin: 0 auto 30px 0;
}
@media (min-width: 1366px) {
  .blog-post:not(:nth-child(3n)) {
    margin-right: 2.7%;
  }
}
@media (max-width: 1366px) {
  .blog-post {
    width: 47%;
  }
  .blog-post:not(:nth-child(2n)) {
    margin-right: 2.7%;
  }
}
@media (max-width: 991px) {
  .blog-post {
    width: 100%;
  }
}
/* Slider */
.form_orcamento {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form_orcamento .right {
  display: flex;
  justify-content: flex-end;
}

.form_orcamento .left {
  display: flex;
  justify-content: flex-start;
}

.form_orcamento input,
.form_orcamento select,
.form_orcamento textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
}

@media (max-width: 768px) {

  .form_orcamento input,
  .form_orcamento select,
  .form_orcamento textarea {
    padding: 0.75rem;
  }
}

@media (device-width: 768px) {

  .form_orcamento input,
  .form_orcamento select,
  .form_orcamento textarea {
    font-size: 1rem;
  }
}

.related {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.related h2 {
  width: 100%;
  font-size: 22px;
  padding: 13px 0;
  background-color: #175a82;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 1279px) {
  .related h2 {
    font-size: 18px;
  }
}

.related_post {
  display: flex;
  gap: 1rem;
  align-items: center;
  /* background-color: #ecf0fb; */
  border-radius: 5px;
}

.related_post-number {
  height: 100%;
  background: #175a82;
  color: #fff;
  font-size: 2rem;
  border-radius: 0.2rem;
  padding: 0 1rem;
}

.related_post h3 {
  color: #063450;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* margin-bottom: 30px; */
}

.related_post p {
  color: #063450;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.blog-start-content h1 {
  font-weight: 700;
  color: #175a82;
}

.blog-categories-section .btn {
  padding: 0.5rem 0;
  border: solid 2px #175a82;
  color: #175a82;
  background: unset;
}

.blog-categories-section .category-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-categories-section h2 {
  width: 100%;
  /* padding: 13px 0; */
  /* background-color: #175a82; */
  border-radius: 0.313rem;
  margin-left: 1.25rem;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .related_post h3 {
    margin-bottom: 16px;
  }

  .related_post p {
    font-size: 12px;
  }
}

.moreRelated {
  display: flex;
  gap: 2%;
}

.moreRelated h2 {
  width: 100%;
  color: #063450;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
.moreRelated_post {
  width: 32%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.moreRelated_post a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 11px;
}

.moreRelated_post-blue {
  background-color: #10557e;
  color: #fff;
  padding: 26px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 11px;
}
.moreRelated_post-blue * {
  color: #fff;
}
.moreRelated_post-blue h3 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 130.769% */
  margin-bottom: 11px;
}
.moreRelated_post-blue h3 a {
  color: #00c2ff;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
}
.moreRelated_post-blue > a {
  padding: 20px;
  background-color: #175a82;
  border-radius: 10px;
}

.moreRelated_post img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.2s;
}

.moreRelated_post__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
  height: -webkit-fill-available;
}

.moreRelated_post__content * {
  margin: 0;
}

.moreRelated_post__content h3 {
  color: #063450;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px; /* 130.769% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moreRelated_post__content p {
  color: #063450;
  font-size: 16px;
  font-weight: 300;
}

.moreRelated_post__content p strong {
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .moreRelated_post-blue {
    padding: 14px 16px;
  }
  .moreRelated_post-blue h3 {
    font-size: 20px;
  }

  .moreRelated_post-blue a {
    padding: 14px;
  }

  .moreRelated_post-blue h4 {
    font-size: 22px;
  }

  .moreRelated_post__content h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .moreRelated {
    gap: 5%;
    row-gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .moreRelated h2 {
    padding: 24px 5%;
    padding-bottom: 0;
  }

  .moreRelated_post {
    width: 90%;
  }

  .moreRelated_post:first-of-type {
    margin-top: -16px;
  }
}

.home_content ul li a {
  line-height: 25px;
}

.projectSearch_input {
  width: 100%;
  background-color: #ececec;
  border-radius: 5px;
  height: 50px;
  font-size: 18px;
  border: 1px solid #10557e;
  padding: 13px 16px;
  height: 53px;
}

.projectSearch .btn {
  width: 100%;
  padding: 13px 16px;
  height: 53px;
}

/* HERO CATEGORIES */
.hero-categories .row {
  background-image: url("imgs/bg_hero.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  /* Define um breakpoint para dispositivos móveis */
  .hero-categories .row {
    /*  	background-image: url('imgs/bg_hero_mobile.webp');
 	background-position: left; */
    background: #fff;
  }
}

.hero-categories .row div {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
}

.hero-categories .row div img {
  height: 142px;
  width: auto;
  object-fit: contain;
  object-position: center;
  transition: 0.4s;
  border: 3px solid transparent;
}

.hero-categories .row div img:hover {
  border-bottom-color: #0a3651;
  border-right-color: #0a3651;
}

.hero-categories .row div p {
  font-style: italic;
}

@media screen and (min-width: 1024px) {
  .hero-categories .row {
    border-radius: 1rem;
  }
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
