@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.h-show {
  display: flex;
}

.h-hide {
  display: none;
}

.h-appears-on-mobile {
  display: none;
}
@media (max-width: 61.9375rem) {
  .h-appears-on-mobile {
    display: flex;
  }
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

* {
  font-family: "Poppins", sans-serif;
}

.home .esconder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.h-texto-banner {
  width: 50%;
  margin-top: 96px;
}
.h-texto-banner h1 {
  color: #010b1a;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-style: normal;
}
.h-texto-banner h1 strong {
  color: #0049ac;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
}
.h-texto-banner h2 {
  color: #010b1a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.48px;
  margin: 33px 0;
  line-height: 1.6;
}
.h-texto-banner .h-botao-banner {
  margin-top: 25px;
}
.h-texto-banner .h-botao-banner a {
  padding: 10px 35px;
  border-radius: 15px;
  background: #0049ac;
  color: #fff;
  font-family: Poppins;
}
.h-texto-banner .h-botao-banner .fa-arrow-right {
  margin-left: 10px;
  transform: rotate(-30deg);
}

.t-carousel__slide {
  width: 50%;
  display: flex;
}

.banner-home {
  display: flex;
  flex-wrap: wrap;
}

.infos {
  display: flex;
  padding: 86px 0;
  font-size: 16px;
  justify-content: space-evenly;
  color: 10B1A;
  text-align: center;
  align-items: center;
}
.infos span {
  font-size: 58px;
  color: #0049ac;
}
.infos hr {
  height: 70px;
  width: 1px;
  background-color: #010b1a;
  opacity: 1;
  color: #010b1a;
}

.quemsomos .tituloquem {
  font-size: 35px;
  color: #0049ac;
}
.quemsomos .tituloquem p {
  text-align: center;
  font-weight: 200;
  margin-bottom: 70px;
}
.quemsomos .tituloquem strong {
  font-weight: 500;
}
.quemsomos .qsomos-conteudo {
  display: flex;
  display: flex;
  align-items: center;
  column-gap: 60px;
  position: relative;
  margin-bottom: 108px;
}
.quemsomos .conteudo-qsomos {
  padding-bottom: 85px;
}
.quemsomos .conteudo-qsomos .titulo-qsomos p {
  font-size: 35px;
  color: #010b1a;
  font-weight: 300;
  margin-left: 35px;
  padding: 10px 0;
}
.quemsomos .conteudo-qsomos .titulo-qsomos strong {
  font-weight: 500;
}
.quemsomos .conteudo-qsomos .texto-qsomos p {
  margin-left: 35px;
  margin-top: 15px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .quemsomos .conteudo-qsomos .texto-qsomos p > span {
    display: none;
  }
}
.quemsomos .conteudo-qsomos .circulo-titulo {
  height: 70px;
  width: 70px;
  background: #f2f9ff;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
}
.quemsomos .conteudo-qsomos .h-botao-banner {
  margin-left: 35px;
  margin-top: 45px;
}
.quemsomos .conteudo-qsomos .h-botao-banner a {
  padding: 10px 35px;
  border-radius: 15px;
  background: #0049ac;
  color: #fff;
  font-family: Poppins;
}
.quemsomos .conteudo-qsomos .h-botao-banner .fa-arrow-right {
  margin-left: 10px;
  transform: rotate(-30deg);
}

.terceirizacao .grid {
  padding: 60px 0px;
}

.titulo-ter p {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  z-index: 2;
  position: relative;
  margin-left: 35px;
  padding: 8px 0;
}

.texto-ter p {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  margin-left: 35px;
  font-weight: 400;
  color: #fff;
  width: 50%;
  padding: 42px 0;
  line-height: 1.6;
}

.circulo-ter {
  width: 71px;
  height: 71px;
  background: #0049ac;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
}

.botao-ter {
  margin-left: 35px;
  margin-left: 35px;
}
.botao-ter a {
  padding: 10px 35px;
  border-radius: 15px;
  background: #ffffff;
  color: #041936;
  font-family: Poppins;
  font-size: 18px;
}
.botao-ter .fa-arrow-right {
  margin-left: 10px;
  transform: rotate(-30deg);
}

.historia .grid {
  display: flex;
}

.titulo-historia p {
  font-size: 35px;
  color: #010b1a;
  margin-left: 35px;
  padding-top: 40px;
}
.titulo-historia .circulo {
  width: 71px;
  height: 71px;
  background: #d9e2f1;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
}
.titulo-historia .botao-video a {
  color: #fff;
  border-radius: 15px;
  background: #0049ac;
  padding: 10px 25px;
}
.titulo-historia .botao-video a img {
  margin-top: -2px;
  margin-left: 10px;
}

.botao-video a {
  background: #0049ac;
  padding: 10px 25px;
  border-radius: 15px;
  color: #fff;
}

.certificacoes .certificados {
  display: flex;
  align-items: center;
}
.certificacoes .certificados .pf {
  max-width: 212px;
  width: 100%;
}
.certificacoes .certificados .iso {
  max-width: 264px;
  width: 100%;
}
.certificacoes .certificados .gptw {
  display: flex;
  max-width: 697px;
  width: 100%;
}
.certificacoes .certificados .selos {
  background: #09224b;
  color: #fff;
  padding: 25px;
  border-radius: 15px;
  margin: 10px;
  height: 160px;
  align-items: center;
}

.selo img {
  margin-right: 32px;
}

.titulo p {
  color: #09224b;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
}

.fundo-cert {
  height: 800px;
  width: 74%;
  position: absolute;
  border-radius: 0px 60px 0px 0px;
  background: #f2f9ff;
  top: -100px;
  z-index: -1;
}

.segmentos .grid {
  display: flex;
  column-gap: 25px;
  padding: 80px 0;
  align-items: center;
  justify-content: flex-end;
}

.conteudo-segmentos {
  width: 40%;
}

.titulo-segmentos p {
  color: #09224b;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
}

.circulo-segmento {
  width: 71px;
  height: 71px;
  background: red;
  border-radius: 50px;
  background: #fff;
}

.circulo-segmento {
  position: absolute;
}

.titulo-segmentos p {
  padding-left: 25px;
  z-index: 9;
  position: relative;
}

.texto-segmento {
  margin: 56px 0;
  margin-left: 25px;
}

.botao-segmento {
  margin-left: 25px;
}
.botao-segmento a {
  border-radius: 15px;
  background: #0049ac;
  padding: 10px 25px;
  color: #fff;
}

.botao-segmento .fa-arrow-right {
  margin-left: 10px;
  transform: rotate(-30deg);
}

.seg {
  display: flex;
  border-radius: 15px;
  background: #fff;
  height: 70px;
  width: 280px;
  color: #1a2b35;
  font-family: Poppins;
  font-size: 18px;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 20px;
  margin: 16px 8px;
}

.topicos-segmentos {
  width: 600px;
}

.topicos-segmentos-box {
  display: flex;
  flex-wrap: wrap;
}
.topicos-segmentos-box a:hover {
  opacity: 0.8;
}

.numero {
  width: 40px;
  padding: 10px 25px;
  border-radius: 30px;
  background: #0049ac;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  display: flex;
  justify-content: center;
}

.seg span {
  margin-left: 15px;
}

.fundo-segmento {
  height: 600px;
  width: 90%;
  position: absolute;
  z-index: -1;
  border-radius: 60px 0px 0px 60px;
  background: #d9e2f1;
  right: 0;
}

.h-botao-regioes {
  margin-left: 35px;
  margin-top: 45px;
}
.h-botao-regioes a {
  padding: 10px 35px;
  border-radius: 15px;
  background: #0049ac;
  color: #fff;
  font-family: Poppins;
}
.h-botao-regioes .fa-arrow-right {
  margin-left: 10px;
  transform: rotate(-30deg);
}

.conteudo-regioes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 0 0;
}
.conteudo-regioes .abrangencia {
  display: flex;
  align-items: center;
  background: #d9e2f1;
  column-gap: 5px;
  border: 1px solid #b2bed0;
  max-width: 163px;
  width: 100%;
  height: 37px;
  border-radius: 15px;
  justify-content: center;
  margin-left: 35px;
  margin-bottom: 27px;
}
.conteudo-regioes .titulo-regioes p {
  font-size: 35px;
  margin-left: 35px;
  margin-bottom: 71px;
}
.conteudo-regioes .titulo-regioes p strong {
  font-weight: 400;
}
.conteudo-regioes .titulo-regioes .circulo-titulo {
  height: 70px;
  width: 70px;
  background: #d9e2f1;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
}

.conteudo-tec {
  display: flex;
  align-items: center;
}
.conteudo-tec .h-botao-tec {
  margin-top: 45px;
}
.conteudo-tec .h-botao-tec a {
  padding: 10px 35px;
  border-radius: 15px;
  background: #0049ac;
  color: #fff;
  font-family: Poppins;
}
.conteudo-tec .h-botao-tec .fa-arrow-right {
  margin-left: 10px;
  transform: rotate(-30deg);
}
.conteudo-tec .titulo-tec {
  margin-bottom: 36px;
}
.conteudo-tec .titulo-tec p {
  font-size: 35px;
  color: #010b1a;
}
.conteudo-tec .titulo-tec p strong {
  font-weight: 400;
}
.conteudo-tec .titulo-tec .circulo-titulo {
  height: 70px;
  width: 70px;
  background: #d9e2f1;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  margin-left: -35px;
  margin-top: -8px;
}
.conteudo-tec .sub-tec {
  margin-bottom: 53px;
}
.conteudo-tec .sub-tec p {
  font-size: 16px;
  color: #010b1a;
}

.conteudo-gptw {
  display: flex;
  align-items: center;
}

.texto-GPTW {
  position: absolute;
  background-repeat: no-repeat;
  position: center;
  background-size: cover;
  right: 0;
  z-index: 9;
  padding: 70px 60px;
  margin-left: 50%;
  opacity: 0.9;
}

.titulo-gptw .circulo-titulo {
  height: 70px;
  width: 70px;
  background: #0f0022;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  opacity: 0.1;
  margin-left: -37px;
  margin-top: -17px;
}
.titulo-gptw p {
  position: relative;
  font-size: 35px;
  color: #fff;
}

.sub-gptw p {
  color: #fff;
  font-size: 16px;
}

.h-botao-gptw {
  margin-top: 25px;
}
.h-botao-gptw a {
  padding: 10px 35px;
  border-radius: 15px;
  background: #fff;
  color: #0049ac;
  font-family: Poppins;
}
.h-botao-gptw .fa-arrow-right {
  margin-left: 10px;
  transform: rotate(-30deg);
}

.gptw-sec {
  position: relative;
  margin: 130px 0;
}

.titulo-gptw p {
  margin-bottom: 20px;
}

.sub-gptw p {
  margin-bottom: 60px;
}

.newsletter-form {
  margin-bottom: -90px;
  z-index: 9;
  position: relative;
}

.conteudo-footer {
  position: relative;
}

.linha-um {
  color: #fff;
  border-radius: 15px;
  font-size: 20px;
  padding-left: 10px;
}
.linha-um .topico > div {
  background: rgba(0, 104, 162, 0.5);
  height: 92px;
  max-width: 287px !important;
  width: 100% !important;
  margin: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
}

.carrossel-terc .slick-track {
  width: 100%;
}

.topico .circulo {
  width: 41px;
  height: 41px;
  background: #0049ac;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  margin-left: -15px;
}

.carrossel-terc {
  padding: 50px 0;
}

.direita-ter .fa-chevron-right {
  margin: 0 25px;
  padding: 10px 15px;
  border: 3px solid #fff;
  border-radius: 50px;
}

.esquerda-ter .fa-chevron-left {
  padding: 10px 15px;
  border: 3px solid #fff;
  border-radius: 50px;
}

.comentarios {
  background: #09224b;
  padding: 70px 0;
  margin-right: 120px;
  border-radius: 0px 50px 50px 0px;
}
.comentarios span {
  color: #0049ac;
}

.titulo-comentarios {
  width: 45%;
  padding-left: 15%;
}
.titulo-comentarios p {
  color: #fff;
  font-size: 35px;
}

.comentario-slider {
  display: flex;
}

.swiper {
  width: 100%;
}
.swiper .carousel_title {
  font-size: 18px;
  color: #0049ac;
  margin-bottom: 30px;
}
.swiper .carousel_texto {
  font-size: 14px;
  color: #003357;
}
.swiper .swiper-slide {
  background: #f2f9ff;
  height: 334px;
  width: 100%;
  border-radius: 30px;
  padding: 40px 20px;
  margin: 0 10px;
  position: relative;
}
.swiper .carousel_nome {
  color: #0049ac;
}
.swiper .carousel_cidade {
  font-size: 14px;
}
.swiper .carousel-detalhes {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.autoplay .slick-slide {
  position: relative;
}
.autoplay .slick-slide p {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.autoplay .slick-current .circulo-auto {
  display: flex;
  height: 41px;
  width: 41px;
  margin: 0 35%;
  background: #0049ac;
  position: absolute;
  border-radius: 50px;
  bottom: 21px;
  align-items: center;
  align-content: center;
}

.carrossel-terc {
  width: 100%;
}

@media (max-width: 1550px) {
  .comentarios {
    margin-right: 20px;
  }
  .titulo-comentarios {
    padding-left: 60px;
  }
  .swiper .carousel_title {
    margin-bottom: 10px;
  }
}
.custom-prev {
  color: #fff;
}

.custom-next {
  color: #fff;
}

.setas-swiper {
  display: flex;
  position: absolute;
  bottom: 70px;
}

.titulo-comentarios {
  position: relative;
}

.swiper .slick-list {
  padding-bottom: 40px;
}
.swiper .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 10px;
}
.swiper .slick-dots {
  height: 20px;
  bottom: 10px !important;
  position: absolute;
  z-index: 9999 !important;
}
.swiper .slick-dots li.slick-active button:before {
  color: #0049ac !important;
  font-size: 12px;
}

.comentarios {
  position: relative;
}

.carrossel-terc .direita-ter {
  color: #fff;
}
.carrossel-terc .esquerda-ter {
  color: #fff;
}
.carrossel-terc .terc-setas {
  display: flex;
  justify-content: flex-end;
  margin-right: 70px;
}

@media (max-width: 991px) {
  .info__small {
    font-size: 0.7em !important;
  }
  .h-texto-banner h1 {
    color: #0049ac;
    font-size: 39px;
  }
  .h-texto-banner h1 strong {
    font-size: 39px;
  }
  .infos {
    display: flex;
    padding: 86px 0;
    font-size: 16px;
    color: 10B1A;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
  }
  .quemsomos .tituloquem {
    font-size: 24px;
  }
  .tituloquem {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .tituloquem p {
    width: 60%;
  }
  .qsomos-conteudo {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .qsomos-conteudo .conteudo-qsomos .titulo-qsomos p {
    margin-left: 0px;
    font-size: 24px;
  }
  .qsomos-conteudo .conteudo-qsomos .titulo-qsomos strong {
    color: #0049ac;
  }
  .qsomos-conteudo .conteudo-qsomos .titulo-qsomos .circulo-titulo {
    display: none;
  }
  .qsomos-conteudo .conteudo-qsomos .h-botao-banner a {
    padding: 16px 20px;
  }
  .qsomos-conteudo .image-qsomos {
    display: none;
  }
  .texto-qsomos p {
    margin-left: 0px !important;
  }
  .quemsomos .conteudo-qsomos .h-botao-banner {
    margin-left: 0px;
  }
  .autoplay {
    margin: 0px;
  }
  .h-texto-banner {
    margin-top: 44px;
  }
  .infos hr {
    display: none;
  }
  .infos .info {
    margin: 0px 25px !important;
    font-size: 14px;
  }
  .infos .info span {
    font-size: 47.19px;
  }
}
.quebra-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.infos {
  display: flex;
  padding: 86px 0;
  font-size: 16px;
  justify-content: center;
  color: #010b1a;
  text-align: center;
  align-items: center;
}
.infos .info {
  margin: 0 65px;
}

@media (max-width: 991px) {
  .quemsomos .conteudo-qsomos {
    padding-bottom: 0px !important;
  }
  .quemsomos .qsomos-conteudo {
    margin-bottom: 70px !important;
  }
  .terceirizacao .linha-um {
    margin-left: 0px;
  }
  .terceirizacao .linha-um .topico > div {
    max-width: 100% !important;
    border-radius: 12.113px;
    background: rgba(0, 133, 255, 0.5);
    backdrop-filter: blur(16.1509437561px);
  }
  .terceirizacao .linha-um .topico > div .circulo {
    display: none;
  }
  .terceirizacao .circulo-ter {
    display: none;
  }
  .terceirizacao .texto-ter p {
    width: 100%;
  }
  .terceirizacao .botao-ter a {
    padding: 15px 12px;
  }
  .terceirizacao .carrossel-terc {
    padding: 20px 0;
  }
  .terceirizacao .carrossel-terc .slick-list {
    margin-left: 0px;
  }
  .terceirizacao .carrossel-terc .terc-setas {
    display: none;
  }
  .linha-um {
    padding-bottom: 20px;
  }
  .linha-um .slick-dots {
    margin-top: 25px;
  }
  .linha-um .slick-dots li.slick-active button:before {
    color: #0049ac;
  }
  .linha-um .slick-dots ul li {
    border-bottom: 0px;
    margin: 0px;
  }
  .linha-um .slick-dots li button:before {
    width: 8px;
    color: #fff;
    opacity: 1;
    font-size: 10px;
  }
}
.home {
  line-height: 1.2;
}

.infos span {
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .infos span {
    font-size: 40px;
  }
}

@media (min-width: 991px) {
  .botao-video-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .infos {
    padding: 20px 0;
  }
  .infos .quebra-mobile {
    padding-bottom: 20px;
  }
  .tituloquem p {
    width: 100%;
  }
  .tituloquem p strong {
    display: block;
  }
  .quemsomos .tituloquem p {
    margin-bottom: 30px;
  }
  .titulo-ter p {
    font-size: 24px;
  }
  .texto-ter p {
    padding: 20px 0;
    line-height: 1.6;
  }
  .botao-ter a {
    display: inline-block;
  }
  .historia {
    min-height: 1px;
    height: auto;
    padding: 1px 0;
    background-color: #edf4ff;
  }
  .historia .grid {
    column-gap: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .img-historia {
    width: 100% !important;
    max-width: 600px;
    margin-right: 0px !important;
  }
  .img-historia img {
    left: auto;
    position: relative !important;
    width: 100%;
  }
  .conteudo-historia {
    width: 100%;
  }
  .titulo-historia {
    margin-left: 0;
  }
  .titulo-historia .circulo {
    display: none;
  }
  .titulo-historia p {
    padding-top: 0;
    margin-left: 0;
    font-size: 24px;
  }
  .titulo-historia p strong {
    font-weight: 600;
  }
  .botao-video a {
    display: inline-block;
  }
  .botao-video {
    margin-left: 0px;
    margin-top: 0px;
  }
  .conteudo-historia .botao-video {
    display: none;
  }
  .conteudo-historia {
    order: 1;
    margin-bottom: 35px;
  }
  .img-historia {
    order: 2;
    margin-bottom: 35px;
  }
  .botao-video-mobile {
    order: 3;
    margin-bottom: 35px;
  }
  .historia .grid {
    margin-top: 40px;
  }
  .historia {
    background-image: none !important;
  }
  .segmentos .grid {
    flex-wrap: wrap;
  }
  .conteudo-segmentos {
    margin-right: 0;
    width: 100%;
  }
  .circulo-segmento {
    display: none;
  }
  .titulo-segmentos p {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .texto-segmento {
    margin: 0;
    padding: 0px 20px;
  }
  .botao-segmento {
    margin: 0;
    padding-left: 20px;
    padding-top: 20px;
  }
  .botao-segmento a {
    display: inline-block;
  }
  .fundo-segmento {
    width: 100%;
  }
  .segmentos {
    min-height: 600px;
  }
  .conteudo-regioes {
    position: relative;
    padding-top: 30px;
  }
  .conteudo-regioes .mapa {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .conteudo-regioes .mapa img {
    opacity: 0.2;
  }
  .conteudo-regioes .circulo-titulo {
    display: none;
  }
  .texto-regioes {
    position: relative;
    z-index: 2;
  }
  .conteudo-regioes .titulo-regioes p {
    line-height: 1.1;
    font-size: 24px;
    margin-top: 50px;
  }
  .conteudo-regioes .titulo-regioes p strong {
    font-weight: 500;
    display: block;
  }
  .h-botao-regioes a {
    display: inline-block;
    padding: 20px 30px;
    font-size: 18px;
  }
  .terceirizacao .texto-ter p {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .conteudo-regioes .mapa img {
    max-width: 100%;
  }
  .conteudo-regioes .mapa::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, white);
  }
  .regioes {
    overflow: hidden;
  }
  .tecnologia {
    border-radius: 60px 0px 0px 0px;
    background: #d9e2f1;
  }
  .tecnologia .grid {
    padding: 50px 20px 30px 20px;
  }
  .tecnologia .img-tec {
    display: none;
  }
  .tecnologia .circulo-titulo {
    display: none;
  }
  .conteudo-tec .titulo-tec p {
    font-size: 24px;
    line-height: 1.1;
  }
  .conteudo-tec .h-botao-tec a {
    display: inline-block;
  }
  .conteudo-tec .h-botao-tec {
    margin-top: 0px;
  }
  .conteudo-tec .sub-tec {
    margin-bottom: 40px;
  }
  .gptw-sec {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .gptw-sec .grid {
    padding-top: 0;
  }
  .img-gptw-sec {
    display: none;
  }
  .texto-GPTW {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 0;
    margin-top: -170px;
    opacity: 0.95;
    padding: 50px 30px 20px 30px;
  }
  .gptw-img-mobile img {
    width: 100%;
  }
  .titulo-gptw {
    text-align: center;
  }
  .titulo-gptw p {
    font-size: 22px;
  }
  .h-botao-gptw {
    text-align: center;
  }
  .h-botao-gptw a {
    display: inline-block;
  }
  .sub-gptw {
    text-align: center;
  }
}
@media (min-width: 991px) {
  .historia {
    background-repeat: no-repeat;
    min-height: 700px;
    position: relative;
    z-index: 1;
    background-position: -150px 120px;
    padding-top: 210px;
    width: 100%;
    margin-bottom: -200px;
  }
  .historia .grid {
    flex-wrap: wrap;
  }
  .historia .img-historia {
    display: none;
  }
  .historia .conteudo-historia {
    width: 510px;
    margin-left: 54%;
  }
  .historia .titulo-historia p strong {
    font-weight: 600;
  }
  .botao-video {
    padding: 20px 0 0 35px;
  }
  .botao-video a {
    display: inline-block;
    padding-bottom: 12px;
  }
  .gptw-img-mobile {
    display: none;
  }
}
@media (max-width: 1320px) {
  .historia {
    background-position: -250px 120px;
  }
}
@media (max-width: 1190px) {
  .historia {
    background-position: -350px 120px;
  }
}

.terceirizacao {
  overflow: hidden;
}
.terceirizacao .topico {
  width: 290px;
  margin-right: 15px;
}

.linha-um .topico > div {
  margin-left: 0;
  margin-right: 0;
}

.linha-um .topico > div {
  padding-left: 45px;
}

.topico.FIX {
  transition: 300ms ease width;
}
@media (max-width: 1700px) {
  .topico.FIX {
    width: 170px;
  }
}
@media (max-width: 1520px) {
  .topico.FIX {
    width: 20px;
  }
}
@media (max-width: 1380px) {
  .topico.FIX {
    display: none;
  }
}

@media (max-width: 700px) {
  .linha-um .slick-dots li {
    width: 2px;
  }
  .linha-um .slick-dots li button::before {
    font-size: 6px;
  }
}
.seg-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.comentarios {
  overflow: hidden;
}
.comentarios .swiper > .swiper-slide:not(:first-child) {
  display: none;
}
.comentarios .swiper-slide {
  width: 312px;
}

@media (max-width: 991px) {
  .comentarios {
    margin-right: 0;
    width: 100%;
    border-radius: 0;
  }
  .comentario-slider {
    display: block;
  }
  .titulo-comentarios {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .titulo-comentarios p {
    font-size: 24px;
    max-width: 290px;
    margin: 0 auto 30px auto;
  }
  .titulo-comentarios .setas-swiper {
    bottom: auto;
    position: relative;
    width: 118px;
    margin: 0 auto 30px auto;
  }
  .tecnologia-ordem-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .tecnologia-ordem-mobile .comentarios {
    width: 100%;
    order: 1;
    margin-bottom: 70px;
  }
  .tecnologia-ordem-mobile .tecnologia {
    width: 100%;
    order: 2;
  }
  .tecnologia-ordem-mobile .gptw-sec {
    width: 100%;
    order: 3;
  }
  .tecnologia-ordem-mobile .gptw-sec .grid {
    padding: 0;
  }
}
.h-texto-banner .h-botao-banner a:hover,
.h-texto-banner .h-botao-banner a:focus,
.conteudo-tec .h-botao-tec a:hover,
.conteudo-tec .h-botao-tec a:focus,
.quemsomos .conteudo-qsomos .h-botao-banner a:hover,
.quemsomos .conteudo-qsomos .h-botao-banner a:focus,
.botao-video a:hover,
.botao-video a:focus,
.botao-segmento a:hover,
.botao-segmento a:focus,
.h-botao-regioes a:hover,
.h-botao-regioes a:focus {
  background: rgb(16.064516129, 61.198156682, 149.935483871);
}

@media (min-width: 991px) {
  .regioes .mapa {
    width: 40%;
  }
  .regioes .mapa img {
    position: relative;
    left: auto;
    top: auto;
  }
  .regioes .texto-regioes {
    width: 60%;
  }
}
.swiper .carousel_title {
  font-weight: 500;
}

.comentarios .slick-dots li button:before,
.comentarios .swiper .slick-dots li.slick-active button:before {
  font-size: 30px;
}

.h-botao-gptw a:hover,
.h-botao-gptw a:focus {
  opacity: 0.7;
}

.slide-banner__bullets {
  display: none;
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .slide-banner__bullets {
    display: block;
  }
}

.slide-banner__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1dced;
  margin: 0 5px;
  display: inline-block;
}
.slide-banner__bullet.ativo {
  background: #0049ac;
}

.terceirizacao .linha-um .slick-dots li button:before {
  font-size: 20px;
}

@media (max-width: 991px) {
  .botao-segmento a,
  .conteudo-tec .h-botao-tec a {
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 10px;
  }
  .botao-video a {
    padding-top: 14px;
    padding-bottom: 20px;
    border-radius: 10px;
  }
  .conteudo-tec .titulo-tec p {
    font-weight: 300;
  }
  .conteudo-tec .titulo-tec p strong {
    font-weight: 500;
  }
}
.h-texto-banner .h-botao-banner a .fas,
.h-texto-banner .h-botao-banner a .fa-solid,
.footer .wpcf7-submit .fas,
.footer .wpcf7-submit .fa-solid,
.h-botao-gptw a .fas,
.h-botao-gptw a .fa-solid,
.conteudo-tec .h-botao-tec a .fas,
.conteudo-tec .h-botao-tec a .fa-solid,
.botao-segmento a .fas,
.botao-segmento a .fa-solid,
.h-botao-regioes a .fas,
.h-botao-regioes a .fa-solid,
.quemsomos .conteudo-qsomos .h-botao-banner a .fas,
.quemsomos .conteudo-qsomos .h-botao-banner a .fa-solid,
.botao-ter a .fas,
.botao-ter a .fa-solid {
  transition: 300ms ease all;
}
.h-texto-banner .h-botao-banner a:hover .fas,
.h-texto-banner .h-botao-banner a:hover .fa-solid,
.h-texto-banner .h-botao-banner a:focus .fas,
.h-texto-banner .h-botao-banner a:focus .fa-solid,
.footer .wpcf7-submit:hover .fas,
.footer .wpcf7-submit:hover .fa-solid,
.footer .wpcf7-submit:focus .fas,
.footer .wpcf7-submit:focus .fa-solid,
.h-botao-gptw a:hover .fas,
.h-botao-gptw a:hover .fa-solid,
.h-botao-gptw a:focus .fas,
.h-botao-gptw a:focus .fa-solid,
.conteudo-tec .h-botao-tec a:hover .fas,
.conteudo-tec .h-botao-tec a:hover .fa-solid,
.conteudo-tec .h-botao-tec a:focus .fas,
.conteudo-tec .h-botao-tec a:focus .fa-solid,
.botao-segmento a:hover .fas,
.botao-segmento a:hover .fa-solid,
.botao-segmento a:focus .fas,
.botao-segmento a:focus .fa-solid,
.h-botao-regioes a:hover .fas,
.h-botao-regioes a:hover .fa-solid,
.h-botao-regioes a:focus .fas,
.h-botao-regioes a:focus .fa-solid,
.quemsomos .conteudo-qsomos .h-botao-banner a:hover .fas,
.quemsomos .conteudo-qsomos .h-botao-banner a:hover .fa-solid,
.quemsomos .conteudo-qsomos .h-botao-banner a:focus .fas,
.quemsomos .conteudo-qsomos .h-botao-banner a:focus .fa-solid,
.botao-ter a:hover .fas,
.botao-ter a:hover .fa-solid,
.botao-ter a:focus .fas,
.botao-ter a:focus .fa-solid {
  transform: rotate(0deg);
}

.main {
  overflow: hidden;
}

@media (min-width: 991px) {
  .comentarios-home .comentario-slider {
    flex-wrap: wrap;
  }
  .comentarios-home .titulo-comentarios {
    width: 30%;
  }
  .comentarios-home .swiper {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .botao-segmento a {
    height: 60px;
    padding-top: 21px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    font-weight: 300;
  }
  .botao-segmento a .fa {
    font-size: 11px;
  }
  .regioes {
    position: relative;
    background: url(../images/mapa.png) no-repeat center center;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .regioes::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), white);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: " ";
  }
  .regioes .grid {
    position: relative;
    z-index: 3;
  }
  .mapa {
    display: none;
  }
}
@media (min-width: 991px) {
  .certificacoes-home {
    margin-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .certificacoes-mobile {
    margin-bottom: 50px;
  }
}

.chistoria {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 110px;
}
@media (max-width: 991px) {
  .chistoria {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .chistoria__mobilehide {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .chistoria__desktophide {
    display: none !important;
  }
}
.chistoria__video {
  width: 52%;
  position: relative;
}
@media (max-width: 1600px) {
  .chistoria__video {
    margin-left: -8%;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .chistoria__video {
    margin-left: 5%;
    width: 90%;
    order: 2;
  }
}
.chistoria__video__img img {
  width: 100%;
}
.chistoria__video__iframe {
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 9% 19.1% 13.7% 18.5%;
}
.chistoria__video__iframe iframe {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.chistoria__txt {
  width: 48%;
}
@media (max-width: 1600px) {
  .chistoria__txt {
    width: 38%;
  }
}
@media (max-width: 991px) {
  .chistoria__txt {
    width: 100%;
    padding: 0 20px;
    order: 1;
  }
}
.chistoria__txt__titulo {
  font-size: 34px;
  font-weight: 300;
  color: #010b1a;
  max-width: 460px;
  position: relative;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .chistoria__txt__titulo {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.chistoria__txt__titulo::before {
  background: #d9e2f1;
  content: " ";
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: -15px;
  left: -35px;
}
@media (max-width: 991px) {
  .chistoria__txt__titulo::before {
    display: none;
  }
}
.chistoria__txt__titulo strong {
  font-weight: 500;
}
.chistoria__txt__play {
  font-size: 18px;
  background: #0049ac;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 300;
  border-radius: 15px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .chistoria__txt__play {
    order: 3;
    margin-left: 20px;
  }
}
.chistoria__txt__play img {
  margin-left: 3px;
}
.chistoria__txt__play:hover {
  background: rgb(16.064516129, 61.198156682, 149.935483871);
}

.texto-segmento p {
  line-height: 1.6;
}

.topicos-segmentos-box .seg {
  margin-top: 0;
}

.titulo-segmentos {
  position: relative;
}

.circulo-segmento {
  top: -12px;
  left: -5px;
}

@media (min-width: 991px) {
  .topicos-segmentos-box > div {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 991px) {
  .topicos-segmentos {
    width: 100%;
  }
  .topicos-segmentos {
    padding-top: 30px;
    padding-left: 10px;
  }
}
.topicos-segmentos .slick-dots li button:before {
  font-size: 30px;
}

.slick-current .saude::after {
  left: 55px !important;
}

.img-gptw-sec img {
  border-radius: 50px;
}

@media (min-width: 991px) {
  .texto-GPTW {
    top: 100px;
    margin-left: 55%;
    padding: 70px 60px 90px;
  }
  .t-header .menu li {
    position: relative;
    border-radius: 10px;
    transition: 0ms ease all !important;
    transition: 300ms ease all;
  }
  .t-header .menu li ul.submenu {
    background: transparent;
    border-radius: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    max-height: 0px;
    padding: 0;
    transition: 700ms ease all;
  }
  .t-header .menu li ul.submenu a {
    font-size: 12px;
    display: block;
    padding: 7px 15px;
  }
  .t-header .menu li ul.submenu li {
    padding: 0;
  }
  .t-header .menu li > .fa-solid {
    font-size: 10px;
    padding: 7px;
    margin-right: -7px;
    transform: rotate(0deg);
    transition: 300ms ease all;
  }
  .t-header .menu li:hover,
  .t-header .menu li:focus {
    background: #0049ac;
    color: #fff;
  }
  .t-header .menu li:hover > .fa-solid,
  .t-header .menu li:focus > .fa-solid {
    font-size: 10px;
    padding: 7px;
    margin-right: -7px;
    transform: rotate(180deg);
  }
  .t-header .menu li:hover ul.submenu,
  .t-header .menu li:focus ul.submenu {
    background: #0049ac;
    max-height: 500px;
    padding: 10px 0;
  }
  .t-header .menu li:hover ul.submenu a:hover,
  .t-header .menu li:hover ul.submenu a:focus,
  .t-header .menu li:focus ul.submenu a:hover,
  .t-header .menu li:focus ul.submenu a:focus {
    background: rgba(0, 0, 0, 0.2);
  }
  .t-header .menu li:hover a,
  .t-header .menu li:focus a {
    color: #fff;
  }
  .t-header .menu > li {
    margin-right: 30px;
  }
  .t-header .menu > li:last-child {
    margin-right: 0;
  }
  .t-header .menu > li > a {
    font-size: 14px;
    font-weight: 500;
  }
}
.carrossel-terc .direita-ter .fa-solid,
.carrossel-terc .esquerda-ter .fa-solid {
  padding: 8px 0 0 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  border-width: 2px;
}

@media (min-width: 991px) {
  .carrossel-terc .terc-setas {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
.certificacoes .block {
  padding: 30px 35px !important;
}

.certificacoes .titulo-componente p {
  font-weight: 500 !important;
}

@media (min-width: 991px) {
  .certificacoes .block {
    position: relative !important;
  }
  .certificacoes .block:last-child .content {
    left: 41% !important;
  }
  .certificacoes .block:last-child img {
    height: 100px !important;
  }
}
.segmentos .numero {
  font-style: normal;
  padding: 10px 0 0 0;
  font-weight: 500;
  width: 40px;
  height: 40px;
}

.image-qsomos img {
  border-radius: 50px;
}

.banner-home {
  overflow: hidden;
}

.h-texto-banner {
  width: 41%;
  padding-right: 30px;
  margin-top: 0;
  padding-top: 80px;
}

.slide-banner__box > .slide-banner__item:not(:first-child) {
  display: none;
}

.slide-banner {
  position: relative;
  width: 59%;
  position: relative;
  padding-top: 60px;
}
.slide-banner__seta {
  background: #0049ac;
  color: #fff;
  width: 46px;
  height: 56px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  border-radius: 21px;
  text-align: center;
  padding-top: 19px;
}
.slide-banner__seta:hover,
.slide-banner__seta:focus {
  color: #fff;
  text-decoration: none;
  background: rgb(18.5322580645, 70.599078341, 172.9677419355);
}
.slide-banner__item {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 10px;
  width: 160px;
  transition: 300ms ease all;
}
.slide-banner__item.ativo {
  width: 383px;
}
.slide-banner__item.ativo .slide-banner__txt {
  font-size: 18px;
}
.slide-banner__item.ativo .slide-banner__txt::after {
  width: 26px;
  height: 26px;
  background: #0049ac;
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  z-index: -1;
  bottom: 28px;
}
.slide-banner__item.ativo .slide-banner__txt[icone="tec"]::after {
  transform: translateX(-45px);
}
.slide-banner__item.ativo .slide-banner__txt[icone="lim"]::after {
  transform: translateX(-35px);
}
.slide-banner__item.ativo .slide-banner__txt[icone="por"]::after {
  transform: translateX(-35px);
}
.slide-banner__item.ativo .slide-banner__txt[icone="out"]::after {
  transform: translateX(-65px);
}
.slide-banner__item.ativo .slide-banner__txt[icone="rec"]::after {
  transform: translateX(-45px);
}
.slide-banner__item.ativo .slide-banner__txt[icone="seg"]::after {
  transform: translateX(-45px);
}
.slide-banner__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-banner__txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding-bottom: 30px;
}

.h-botao-banner-mobile {
  display: none;
}

@media (max-width: 991px) {
  .h-texto-banner {
    width: 100%;
    padding-right: 20px;
    padding-top: 10px;
  }
  .slide-banner {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .banner-home .h-botao-banner {
    display: none;
  }
  .h-botao-banner-mobile {
    text-align: center;
    padding-top: 30px;
    display: block;
  }
  .h-botao-banner-mobile a {
    padding: 20px 45px 20px 35px;
    border-radius: 15px;
    background: #0049ac;
    color: #fff;
    font-family: Poppins;
    display: inline-block;
    position: relative;
  }
  .h-botao-banner-mobile a:hover,
  .h-botao-banner-mobile a:focus {
    background: rgb(18.5322580645, 70.599078341, 172.9677419355);
  }
  .h-botao-banner-mobile a i {
    position: absolute;
    transform: rotate(-30deg);
    top: 20px;
    right: 20px;
  }
  .slide-banner__seta {
    top: 100px;
  }
  .slide-banner__item {
    width: 120px;
    border-radius: 30px;
  }
  .slide-banner__item.ativo {
    width: 250px;
  }
  .slide-banner__img img {
    width: 250px;
  }
}
/*
----------------------------------------
Welcome to Rly Simple Loading CSS
----------------------------------------
### The key is the class "loading" ###
put the class "loading" on a div to create a local loading on a especific section.
Using loading on entire screen:
Create a div with class "loading-box" before close </body>. Put a class "loading" on this section
*/
/*Define loading*/
.loading {
  position: relative;
}
.loading:hover {
  cursor: wait;
}

/*Background color*/
.loading:after {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  content: " ";
  min-height: 60px;
}

/*Loading Basic Animation*/
.loading:before {
  content: " ";
  position: absolute;
  /*size*/
  width: 36px;
  height: 36px;
  /*Position*/
  left: 50%;
  top: 48%;
  z-index: 1200;
}

/*Define full screen loading*/
.loading-box.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/*Circle Loading Animation*/
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-ms-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loading:before {
  border: 5px solid #0049ac;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent;
  margin-top: 10px;
  -webkit-animation: lds-rolling 1s linear infinite;
  -moz-animation: lds-rolling 1s linear infinite;
  -o-animation: lds-rolling 1s linear infinite;
  -ms-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
}

.loading-box.loading:hover {
  cursor: wait;
}
.loading-box.loading:before {
  border: 10px solid #0049ac;
  border-top-color: transparent;
  width: 60px;
  height: 60px;
}
.loading-box.loading .loading-msg {
  position: absolute;
  z-index: 1005;
  left: 30px;
  right: 30px;
  text-align: center;
  top: 58%;
  font-size: 18px;
  color: #666;
}

[personalizado-id="anuncio"].loading:after {
  content: "Redirecionando...";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777;
  font-size: 12px;
  padding-top: 75px;
}

.banner-servicos {
  margin-top: 25px;
}
.banner-servicos .banner {
  padding-bottom: 100px;
}
.banner-servicos .titulo-b-servicos {
  color: #fff;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  /* 125% */
  letter-spacing: -1.44px;
  width: 65%;
  display: flex;
  margin: 88px 0;
}
.banner-servicos .titulo-b-servicos h1 {
  margin: 15px 44px;
}
.banner-servicos .titulo-b-servicos h1 strong {
  font-weight: 600;
}
.banner-servicos .titulo-b-servicos hr {
  width: 8px;
  height: 93px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
}

.conteudo-servicos-um {
  padding-top: 125px;
  padding-bottom: 83px;
  display: flex;
  justify-content: space-between;
}
.conteudo-servicos-um .texto-conteudo-s {
  width: 50%;
}
.conteudo-servicos-um .texto-conteudo-s p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* 175% */
  letter-spacing: -0.48px;
  margin-top: 23px;
  margin-bottom: 38px;
}
.conteudo-servicos-um .texto-conteudo-s h2 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -1.05px;
  color: #09224b;
}
.conteudo-servicos-um .texto-conteudo-s h2 strong {
  color: #0049ac;
  font-weight: 500;
}
.conteudo-servicos-um .texto-conteudo-s .bagde {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.conteudo-servicos-um .texto-conteudo-s .bagde p {
  padding: 10px 30px;
  border-radius: 50px;
  background: #e7effc;
  color: #0049ac !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.conteudo-servicos-dois {
  padding-top: 125px;
  padding-bottom: 83px;
  display: flex;
  justify-content: space-between;
}
.conteudo-servicos-dois .texto-conteudo-s {
  width: 50%;
}
.conteudo-servicos-dois .texto-conteudo-s p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* 175% */
  letter-spacing: -0.48px;
  margin-top: 23px;
  margin-bottom: 38px;
}
.conteudo-servicos-dois .texto-conteudo-s h3 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  color: #09224b;
  letter-spacing: -1.05px;
}
.conteudo-servicos-dois .texto-conteudo-s h3 strong {
  color: #0049ac;
  font-weight: 500;
}
.conteudo-servicos-dois .texto-conteudo-s .bagde {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.conteudo-servicos-dois .texto-conteudo-s .bagde p {
  padding: 10px 30px;
  border-radius: 50px;
  background: #e7effc;
  color: #0049ac !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.slider-servicos {
  position: relative;
  z-index: 99;
  margin-bottom: 200px;
}
.slider-servicos .slider-s-fundo {
  border-radius: 0 60px 60px 0;
  background: #f2fdff;
  height: 412px;
  width: 96%;
  position: absolute;
}
.slider-servicos .setas-slider-s .slick-arrow {
  height: 38px;
  width: 38px;
  border: 3px solid #0049ac;
  border-radius: 50px;
  text-align: center;
  color: #0049ac;
  opacity: 0.4;
  z-index: 99;
}
.slider-servicos .setas-slider-s .slick-arrow:hover {
  opacity: 1;
  z-index: 99;
  position: relative;
}
.slider-servicos .slider-detalhes {
  margin-top: 15px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.slider-servicos .slider-detalhes img {
  margin: 30px;
}
.slider-servicos .titulo-slider-s {
  z-index: 99;
  position: relative;
}
.slider-servicos .titulo-slider-s p {
  font-size: 35px;
  font-weight: 300;
}
.slider-servicos .titulo-slider-s p strong {
  color: #0049ac;
}
.slider-servicos .conteudo-slider-s {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  margin-right: 50px;
}

.slider-s {
  margin-top: 60px;
}
.slider-s .texto-seg-s {
  text-align: center;
  color: #09224b;
  font-weight: 500;
}
.slider-s .img-seg-s {
  display: flex;
  align-items: center;
  justify-content: center;
}

.titulo-outro-servico {
  color: #010b1a;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -1.05px;
}
.titulo-outro-servico p {
  margin-bottom: 58px;
}
.titulo-outro-servico strong {
  color: #0049ac;
}

.repetidor-servicos {
  display: flex;
  padding: 35px 40px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 12px;
  background: #d9e2f1;
  margin: 5px;
  font-size: 15px;
  height: 90px;
}

.servicos-topicos {
  color: #09224b;
  font-family: Poppins;
  font-size: 15.563px;
  font-style: normal;
  font-weight: 500;
  max-width: 302px;
  line-height: 1.4;
}

.rep-outros {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 103px;
}

.repetidor-servicos {
  max-width: 302px;
}

.botao-orcamento {
  margin-top: 25px;
  display: flex;
  margin-top: 25px;
  justify-content: center;
}
.botao-orcamento .fa-arrow-right {
  transform: rotate(-30deg);
}
.botao-orcamento .fas,
.botao-orcamento .fa-solid {
  transition: 300ms ease all;
}
.botao-orcamento:hover .fas,
.botao-orcamento:hover .fa-solid,
.botao-orcamento:focus .fas,
.botao-orcamento:focus .fa-solid {
  transform: rotate(0deg);
}
.botao-orcamento:hover a,
.botao-orcamento:focus a {
  background: #00476f;
}
.botao-orcamento a {
  padding: 30px 25px;
  border-radius: 15px;
  background: #0049ac;
  color: #fff;
  font-family: Poppins;
}
.botao-orcamento .fa-arrow-right {
  margin-left: 10px;
}

.certificacoes-servicos .fundo-cert {
  display: none;
}
.certificacoes-servicos .certificacoes {
  margin-top: 0px !important;
  padding: 0px !important;
}

@media (max-width: 1024px) {
  .slider-servicos .conteudo-slider-s {
    margin-right: 0px;
  }
  .titulo-outro-servico p {
    width: 100% !important;
  }
  .slider-servicos {
    margin-bottom: 100px;
  }
  .banner-servicos .banner {
    padding-bottom: 0px !important;
  }
  .banner-servicos .titulo-b-servicos {
    margin: 30px 0;
  }
  .banner {
    padding-bottom: 0px;
  }
  .banner .titulo-b-servicos {
    font-size: 32px;
    width: 100%;
  }
  .banner .titulo-b-servicos h1 {
    margin: 15px 20px;
  }
  .conteudo-servicos-um {
    flex-direction: column;
    padding-top: 60px;
  }
  .conteudo-servicos-um .texto-conteudo-s {
    width: 100%;
  }
  .conteudo-servicos-um .texto-conteudo-s p {
    margin-bottom: 0px;
  }
  .conteudo-servicos-um .img-conteudo-s {
    margin-bottom: 30px;
  }
  .conteudo-servicos-um .img-conteudo-s img {
    width: 100%;
  }
  .conteudo-servicos-dois {
    flex-direction: column;
    padding-top: 60px;
  }
  .conteudo-servicos-dois .texto-conteudo-s {
    width: 100%;
  }
  .conteudo-servicos-dois .texto-conteudo-s p {
    margin-bottom: 0px;
  }
  .conteudo-servicos-dois .img-conteudo-s {
    margin-top: 30px;
  }
  .conteudo-servicos-dois .img-conteudo-s img {
    width: 100%;
  }
  .slider-servicos .conteudo-slider-s {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    flex-direction: column;
    align-items: center;
  }
  .slider-servicos .setas-slider-s button {
    margin: 30px;
  }
  .slider-servicos .titulo-slider-s p {
    font-size: 28px;
  }
  .slider-servicos .slider-detalhes img {
    margin: 0px;
  }
  .titulo-outro-servico {
    font-size: 28px;
  }
  .rep-outros {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0px;
    flex-direction: column;
  }
  .repetidor-servicos {
    margin: 5px 0;
  }
  .repetidor-servicos:nth-child(7) {
    width: 100%;
  }
  .repetidor-servicos:nth-child(6) {
    width: 100%;
  }
  .titulo-outro-servico p {
    margin-bottom: 10px;
  }
}
.titulo-outro-servico p {
  width: 50%;
}

.servicos-modelo {
  line-height: 1.5;
}
.servicos-modelo p {
  line-height: 1.5;
}

.conteudo-servicos-dois p {
  line-height: 1.5;
}

.banner-segmentos {
  margin-top: 25px;
}
.banner-segmentos .banner {
  padding-bottom: 100px;
}
.banner-segmentos .titulo-b-segmentos {
  color: #fff;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  width: 70%;
  display: flex;
  margin: 88px 0;
}
.banner-segmentos .titulo-b-segmentos h1 {
  margin: 15px 44px;
  color: #fff;
}
.banner-segmentos .titulo-b-segmentos h1 strong {
  font-weight: 600;
  color: #fff;
}
.banner-segmentos .titulo-b-segmentos hr {
  width: 8px;
  height: 93px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
}

.conteudo-segmentos-um {
  padding-top: 125px;
  padding-bottom: 83px;
  display: flex;
  justify-content: space-between;
}
.conteudo-segmentos-um .texto-conteudo-s {
  width: 50%;
}
.conteudo-segmentos-um .texto-conteudo-s p {
  color: #09224b;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.48px;
  margin-top: 23px;
  margin-bottom: 38px;
}
.conteudo-segmentos-um .texto-conteudo-s h2 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -1.05px;
  color: #0049ac;
}
.conteudo-segmentos-um .texto-conteudo-s h2 strong {
  color: #09224b;
  font-weight: 500;
}
.conteudo-segmentos-um .texto-conteudo-s .bagde {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.conteudo-segmentos-um .texto-conteudo-s .bagde p {
  padding: 10px 30px;
  border-radius: 50px;
  background: #e7effc;
  color: #0049ac !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.conteudo-segmentos-dois {
  padding-top: 125px;
  padding-bottom: 83px;
  display: flex;
  justify-content: space-between;
  padding-top: 125px;
  padding-bottom: 83px;
  display: flex;
  justify-content: space-between;
}
.conteudo-segmentos-dois .texto-conteudo-s {
  margin-left: 80px;
}
.conteudo-segmentos-dois .texto-conteudo-s p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* 175% */
  letter-spacing: -0.48px;
  margin-top: 23px;
  margin-bottom: 38px;
}
.conteudo-segmentos-dois .texto-conteudo-s h3 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  color: #09224b;
  letter-spacing: -1.05px;
}
.conteudo-segmentos-dois .texto-conteudo-s h3 strong {
  color: #0049ac;
  font-weight: 500;
}
.conteudo-segmentos-dois .texto-conteudo-s .bagde {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.conteudo-segmentos-dois .texto-conteudo-s .bagde p {
  padding: 10px 30px;
  border-radius: 50px;
  background: #e7effc;
  color: #0049ac !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.slider-s {
  margin-top: 60px;
}
.slider-s .texto-seg-s {
  text-align: center;
  color: #09224b;
  font-weight: 500;
}
.slider-s .img-seg-s {
  display: flex;
  align-items: center;
  justify-content: center;
}

.titulo-outro-segmentos {
  color: #010b1a;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -1.05px;
}
.titulo-outro-segmentos p {
  margin-bottom: 58px;
}
.titulo-outro-segmentos strong {
  color: #0049ac;
}

.rep-outros {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 103px;
}

.botao-orcamento {
  margin-top: 25px;
  display: flex;
  margin-top: 25px;
  justify-content: center;
}
.botao-orcamento a {
  padding: 30px 25px;
  border-radius: 15px;
  background: #0049ac;
  color: #fff;
  font-family: Poppins;
}
.botao-orcamento .fa-arrow-right {
  margin-left: 10px;
}

.certificacoes-segmentos .fundo-cert {
  display: none;
}
.certificacoes-segmentos .certificacoes {
  margin-top: 0px !important;
  padding: 0px !important;
}

@media (max-width: 1024px) {
  .banner-segmentos .banner {
    padding-bottom: 0px !important;
  }
  .banner-segmentos .titulo-b-segmentos {
    margin: 30px 0;
  }
  .banner {
    padding-bottom: 0px;
  }
  .banner .titulo-b-segmentos {
    font-size: 32px;
    width: 100%;
  }
  .banner .titulo-b-segmentos h1 {
    margin: 15px 20px;
  }
  .conteudo-segmentos-um {
    flex-direction: column;
    padding-top: 60px;
  }
  .conteudo-segmentos-um .texto-conteudo-s {
    width: 100%;
  }
  .conteudo-segmentos-um .texto-conteudo-s p {
    margin-bottom: 0px;
  }
  .conteudo-segmentos-um .img-conteudo-s {
    margin-bottom: 30px;
  }
  .conteudo-segmentos-um .img-conteudo-s img {
    width: 100%;
  }
  .conteudo-segmentos-dois {
    flex-direction: column;
    padding-top: 60px;
  }
  .conteudo-segmentos-dois .texto-conteudo-s {
    width: 100%;
  }
  .conteudo-segmentos-dois .texto-conteudo-s p {
    margin-bottom: 0px;
  }
  .conteudo-segmentos-dois .img-conteudo-s {
    margin-top: 30px;
  }
  .conteudo-segmentos-dois .img-conteudo-s img {
    width: 100%;
  }
  .titulo-outro-segmentos {
    font-size: 28px;
  }
  .rep-outros {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0px;
    flex-direction: column;
  }
  .titulo-outro-segmentos p {
    margin-bottom: 10px;
  }
  .img-conteudo-s {
    margin-top: 30px;
  }
  .ambientes {
    background: #f2f9ff;
    padding-bottom: 50px;
    height: auto;
    border-radius: 0 55px 0 0;
  }
  .ambientes .titulo-ambiente p {
    font-size: 23px !important;
  }
  .ambientes .ambiente .repetidor-segmentos {
    font-size: 14px;
    margin: 40px 20px;
  }
  .texto-conteudo-s {
    margin-top: 30px;
  }
  .repetidor-segmentos {
    width: 100px;
  }
  .ambientes {
    height: 100% !important;
  }
  .ambientes .ambiente {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .ambientes .ambiente .repetidor-segmentos {
    margin: 20px;
  }
}
.segmentos-topicos {
  text-align: center;
}

.texto-conteudo-s {
  position: relative;
}
.texto-conteudo-s .circulo {
  width: 71px;
  height: 71px;
  background: #f2f7ff;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  margin-top: -10px;
  margin-left: -35px;
}

.titulo-outro-segmentos {
  position: relative;
}
.titulo-outro-segmentos .circulo {
  width: 71px;
  height: 71px;
  background: #f2f7ff;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  margin-top: -10px;
  margin-left: -35px;
}

.titulo-ambiente {
  position: relative;
}
.titulo-ambiente .circulo {
  width: 71px;
  height: 71px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  margin-top: -10px;
  margin-left: -35px;
}

.ambientes {
  position: relative;
}
.ambientes .fundo-ambientes {
  border-radius: 0 60px 60px 0;
  background: #f2f9ff;
  height: 412px;
  width: 96%;
  position: absolute;
}

.ambientes {
  position: relative;
  height: 450px;
}
.ambientes .fundo-ambientes {
  z-index: -1;
}
.ambientes .titulo-ambiente {
  margin-top: 50px;
}
.ambientes .titulo-ambiente p {
  font-size: 35px;
  color: #09224b;
}
.ambientes .titulo-ambiente strong {
  color: #0049ac;
  font-weight: 400;
}
.ambientes .ambiente {
  display: flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.ambientes .ambiente .repetidor-segmentos {
  margin: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
}
.ambientes .ambiente .repetidor-segmentos img {
  margin: 32px;
}

.normas {
  display: flex;
  align-items: center;
  padding: 30px 60px;
  align-items: center;
  gap: 55px;
  border-radius: 40px;
  background: #d9e2f1;
  justify-content: space-evenly;
  margin-bottom: 100px;
  margin-top: 38px;
}
.normas p {
  font-size: 24px;
}

@media (max-width: 1024px) {
  .conteudo-segmentos-dois .texto-conteudo-s {
    margin-left: 0px;
  }
  .repetidor-servicos {
    max-width: 100%;
  }
  .normas {
    display: flex;
    align-items: center;
    padding: 30px 60px;
    align-items: center;
    gap: 20px;
    border-radius: 40px;
    background: #d9e2f1;
    justify-content: space-evenly;
    margin-bottom: 100px;
    margin-top: 38px;
    flex-direction: column;
  }
  .normas p {
    text-align: center;
    font-size: 18px;
  }
}
.segmentos-modelo {
  line-height: 1.5;
}
.segmentos-modelo p {
  line-height: 1.5;
}

.agradecimento-titulo {
  display: flex;
  margin: 80px 0;
}
.agradecimento-titulo p {
  font-size: 45px;
  margin-left: 44px;
  color: #fff;
}
.agradecimento-titulo hr {
  width: 8px;
  height: 93px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
}

.texto-agradecimento p {
  font-size: 16px;
  color: #fff;
  width: 33%;
}

@media (max-width: 1024px) {
  .texto-agradecimento p {
    width: 100%;
    padding-bottom: 30px;
  }
  .agradecimento-titulo {
    display: flex;
    margin: 40px 0;
  }
  .agradecimento .grid {
    padding: 10px 10px 0px 10px;
  }
}
@media (min-width: 1024px) {
  .agradecimento {
    min-height: 845px;
  }
  .p-agradecimento .newsletter-form {
    position: absolute;
    z-index: 99;
    margin-top: -100px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 60px;
    margin-right: 60px;
  }
}
.img-agradecimento {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
.img-agradecimento img {
  width: 100%;
}

@media (max-width: 991px) {
  .img-agradecimento {
    background: #000;
  }
  .img-agradecimento img {
    opacity: 0.4;
  }
}
@media (max-width: 600px) {
  .agradecimento {
    position: relative;
  }
  .img-agradecimento {
    left: 0;
    top: 0;
    bottom: 0;
  }
  .img-agradecimento img {
    object-fit: cover;
    height: 100%;
  }
}
@media (min-width: 991px) {
  .img-agradecimento {
    bottom: 0;
    top: 0;
  }
  .img-agradecimento img {
    object-fit: cover;
    height: 100%;
  }
  .agradecimento {
    position: relative;
    margin-bottom: -65px;
  }
}
.titulo-banner-faq {
  color: #fff;
  font-family: Poppins;
  font-size: 45px;
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.titulo-banner-faq hr {
  width: 8px;
  height: 93px;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
  margin-right: 44px;
}

.texto-banner-faq p {
  color: #fff;
  margin: 100px 0;
  font-family: Poppins;
  width: 50%;
  font-size: 16px;
}

.tabs {
  margin-top: 70px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabs {
  display: flex;
  justify-content: center;
}

.tab {
  background: #dff0fa;
  color: #0049ac;
  font-family: Poppins;
  font-size: 18px;
  border: none;
  border-radius: 20px 20px 0 0;
  margin: 0 15px;
  padding: 20px 70px;
  justify-content: center;
  align-items: center;
}

.tab.active {
  background-color: #ccc;
}

.conteudo {
  display: none;
  border-radius: 50px 50px 0 0;
  background: #0049ac;
  padding: 60px 0;
  margin-bottom: 80px;
}

.conteudo.active {
  display: block;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 0 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  height: 92px;
}

.tabs .active {
  background: #0049ac;
  color: #dff0fa;
}

.titulo-tab {
  color: #fff;
  font-family: Poppins;
  font-size: 35px;
  margin-bottom: 70px;
}

.accordion {
  border-radius: 20px;
  background: #dff0fa;
  color: #003357;
  font-family: Poppins;
  font-size: 15px;
}

.topico-tab {
  margin: 8px;
}
.topico-tab .active {
  border-radius: 20px 20px 0 0px !important;
}

.panel {
  border-radius: 0 0 20px 20px !important;
  background: #dff0fa;
  color: #636f78;
  font-family: Poppins;
  font-size: 15px;
  padding: 0 18px 15px;
  display: none;
  overflow: hidden;
}
.panel p {
  margin-top: 0;
}

.topicos-tab {
  display: flex;
}

.quebra-tb {
  width: 50%;
}

.topico-tab .accordion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topico-tab .accordion .icone::after {
  content: "+";
}
.topico-tab .accordion .icone {
  font-size: 25px;
  margin-left: 10px;
}
.topico-tab .active {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topico-tab .active .icone::after {
  content: "-";
}
.topico-tab .active .icone {
  font-size: 25px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .tabs {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .tabs .tab {
    border-radius: 20px;
    margin: 5px;
    padding: 20px 15px;
    text-align: center;
  }
  .quebra-tb {
    width: 100%;
  }
  .titulo-tab {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .texto-banner-faq p {
    width: 100%;
    margin: 20px 0;
    line-height: 1.3;
  }
  .titulo-banner-faq {
    font-size: 32px;
    margin: 20px 0;
  }
  .topicos-tab {
    display: flex;
    flex-direction: column;
  }
}
.perguntas-mobile .titulo-banner-faq {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.perguntas-mobile .titulo-banner-faq hr {
  width: 8px;
  height: 93px;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
  margin-right: 44px;
}
.perguntas-mobile .texto-banner-faq p {
  color: #fff;
  margin: 100px 0;
  font-family: "Poppins", sans-serif;
  width: 50%;
  font-size: 16px;
}
.perguntas-mobile .tabs {
  margin-top: 70px;
}
.perguntas-mobile .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.perguntas-mobile .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.perguntas-mobile .tab button:hover {
  background-color: #ddd;
}
.perguntas-mobile .tab button.active {
  background-color: #ccc;
}
.perguntas-mobile .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.perguntas-mobile .tabs {
  display: flex;
  justify-content: center;
}
.perguntas-mobile .tab {
  background: #dff0fa;
  color: #0049ac;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  border: none;
  border-radius: 20px 20px 0 0;
  margin: 0 15px;
  padding: 20px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.perguntas-mobile .tab.active {
  background-color: #ccc;
}
.perguntas-mobile .conteudo {
  display: none;
  border-radius: 50px 50px 0 0;
  background: #0049ac;
  padding: 60px 0;
  margin-bottom: 80px;
}
.perguntas-mobile .conteudo.active {
  display: block;
}
.perguntas-mobile .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 0 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  height: 92px;
}
.perguntas-mobile .tabs .active {
  background: #0049ac;
  color: #dff0fa;
}
.perguntas-mobile .titulo-tab {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  margin-bottom: 70px;
}
.perguntas-mobile .accordion {
  border-radius: 20px;
  background: #dff0fa;
  color: #003357;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.perguntas-mobile .topico-tab {
  margin: 8px;
}
.perguntas-mobile .topico-tab .active {
  border-radius: 20px 20px 0 0 !important;
}
.perguntas-mobile .panel {
  border-radius: 0 0 20px 20px !important;
  background: #dff0fa;
  color: #636f78;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding: 0 18px 15px;
  display: none;
}
.perguntas-mobile .panel p {
  margin-top: 0;
}
.perguntas-mobile .topicos-tab {
  display: flex;
}
.perguntas-mobile .quebra-tb {
  width: 50%;
}
.perguntas-mobile .topico-tab .accordion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.perguntas-mobile .topico-tab .icone::after {
  content: "+";
}
.perguntas-mobile .topico-tab .icone {
  font-size: 25px;
  margin-left: 10px;
}
.perguntas-mobile .topico-tab .active .icone::after {
  content: "-";
}
@media (max-width: 1024px) {
  .perguntas-mobile .tabs {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .perguntas-mobile .tab {
    border-radius: 20px;
    margin: 5px;
    padding: 20px 15px;
    text-align: center;
  }
  .perguntas-mobile .quebra-tb {
    width: 100%;
  }
  .perguntas-mobile .titulo-tab {
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .perguntas-mobile .texto-banner-faq p {
    width: 100%;
    margin: 20px 0;
    line-height: 1.3;
  }
  .perguntas-mobile .titulo-banner-faq {
    font-size: 32px;
    margin: 20px 0;
  }
  .perguntas-mobile .topicos-tab {
    display: flex;
    flex-direction: column;
  }
}
.perguntas-mobile .accordion-pai.active {
  background: #0049ac;
  border-radius: 15px 15px 0 0;
}
.perguntas-mobile .accordion-pai.active p {
  color: #dff0fa !important;
}
.perguntas-mobile .accordion-pai {
  border-radius: 20px;
  border: none;
  width: 100%;
  padding: 10px 35px;
  background: #dff0fa;
}
.perguntas-mobile .accordion-pai p {
  color: #0049ac;
  font-family: Poppins;
  font-size: 18px;
}
.perguntas-mobile .conteudo-pergunda {
  border-radius: 0 0 15px 15px;
  background: #0049ac;
  padding: 15px;
}
.perguntas-mobile .accordion-pai p {
  padding: 15px;
  text-align: center;
}
.perguntas-mobile .perguntas-mobile .pergunta {
  margin: 10px 5px;
}
.perguntas-mobile .perguntas-mobile .pergunta .grid {
  padding: 5px !important;
}

@media (max-width: 1024px) {
  .perguntas {
    display: none;
  }
}
@media (min-width: 1024px) {
  .perguntas-mobile {
    display: none;
  }
}
.texto-banner-faq p {
  line-height: 1.5;
}

.titulo-portal {
  color: #fff;
  font-family: Poppins;
  font-size: 45px;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
.titulo-portal hr {
  margin-right: 44px;
  width: 8px;
  height: 93px;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
}

.texto-portal {
  margin-bottom: 95px;
  width: 40%;
}
.texto-portal p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
}

.formulario-portal {
  margin: 80px 0;
}
.formulario-portal input {
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  padding: 0 42px;
  height: 50px;
  margin: 8px 0;
}
.formulario-portal input::placeholder {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
}
.formulario-portal .wpcf7-select::placeholder {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
  width: 100%;
}
.formulario-portal .wpcf7-select {
  padding: 0 42px;
  margin: 8px 0;
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  height: 50px;
}
.formulario-portal .wpcf7-textarea::placeholder {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
  width: 100%;
}
.formulario-portal .wpcf7-textarea {
  margin: 8px 0 16px 0;
  padding: 10px 42px;
  height: 120px;
  border-radius: 15px;
  border: 0.931px solid #010b1a;
}
.formulario-portal .form-flex {
  display: flex;
  justify-content: center;
}
.formulario-portal .form-col {
  margin: 0 13px;
}
.formulario-portal .form-col .wpcf7-submit {
  color: #fff;
  border-radius: 15px;
  background: #0049ac;
  padding: 10px 25px;
  max-width: 183px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: right;
}
.formulario-portal .form-col .fa-arrow-right {
  transform: rotate(-30deg);
}

.formulario-portal textarea {
  max-width: 100%;
  width: 550px;
}
.formulario-portal select {
  max-width: 100%;
  width: 550px;
}
.formulario-portal input {
  max-width: 100%;
  width: 550px;
}

@media (max-width: 1024px) {
  .texto-portal {
    width: 100%;
    margin-bottom: 20px;
  }
  .titulo-portal {
    margin: 20px 0;
  }
  .formulario-portal .form-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.p-ouvidoria {
  padding: 85px 0;
}
.p-ouvidoria .conteudo-ouvidoria {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.p-ouvidoria .conteudo-ouvidoria .texto-redes {
  width: 50%;
  position: relative;
}
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria {
  max-width: 540px;
  width: 100%;
}
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria .wpcf7-submit {
  color: #fff;
  border-radius: 15px;
  background: #0049ac;
  padding: 10px 25px;
  max-width: 183px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: right;
}
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria .fa-arrow-right {
  transform: rotate(-30deg);
}
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria input {
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  padding: 0 42px;
  height: 50px;
  margin: 8px 0;
  max-width: 540px;
  width: 100%;
}
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria select {
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  padding: 0 42px;
  height: 50px;
  margin: 8px 0;
  max-width: 540px;
  width: 100%;
}
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria textarea {
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  padding: 15px 42px 0 42px;
  height: 120px;
  margin: 8px 0;
  max-width: 540px;
  width: 100%;
}

.titulo-ouvidoria {
  color: #0049ac;
  font-family: Poppins;
  font-size: 60px;
  margin-bottom: 24px;
}

.texto-ouvidoria p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
  margin-bottom: 20px;
}

.titulo-redes p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 24px;
  margin-bottom: 52px;
}
.titulo-redes p strong {
  color: #0049ac;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.redes-ouvidoria {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.redes-ouvidoria .icones-ouvidoria {
  display: flex;
}
.redes-ouvidoria .icones-ouvidoria .rede {
  width: 41px;
  height: 41px;
  background: #0049ac;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.redes-ouvidoria .icones-ouvidoria .rede a {
  transition: 0.3s;
}
.redes-ouvidoria .icones-ouvidoria .rede a:hover {
  color: #010b1a;
}

@media (max-width: 1024px) {
  .p-ouvidoria {
    padding: 50px 0;
  }
  .p-ouvidoria .conteudo-ouvidoria {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .p-ouvidoria .conteudo-ouvidoria .texto-redes {
    width: 100%;
  }
  .p-ouvidoria .conteudo-ouvidoria .redes-ouvidoria {
    position: relative;
    margin: 20px 0;
  }
  .p-ouvidoria .conteudo-ouvidoria .titulo-redes p {
    margin-bottom: 20px;
  }
}
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria .wpcf7-submit .fas,
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria .wpcf7-submit .fa-solid {
  transition: 300ms ease all;
}
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria .wpcf7-submit:hover,
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria .wpcf7-submit:focus {
  background: rgb(16.064516129, 61.198156682, 149.935483871);
}
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria .wpcf7-submit:hover .fas,
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria .wpcf7-submit:hover .fa-solid,
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria .wpcf7-submit:focus .fas,
.p-ouvidoria .conteudo-ouvidoria .form-ouvidoria .wpcf7-submit:focus .fa-solid {
  transform: rotate(0deg);
}

.p-fale {
  padding: 85px 0;
}
.p-fale .conteudo-fale {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.p-fale .conteudo-fale .texto-redes {
  width: 50%;
  position: relative;
}
.p-fale .conteudo-fale .form-fale {
  max-width: 540px;
  width: 100%;
}
.p-fale .conteudo-fale .form-fale .wpcf7-submit {
  color: #fff;
  border-radius: 15px;
  background: #0049ac;
  padding: 10px 25px;
  max-width: 183px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: right;
}
.p-fale .conteudo-fale .form-fale .fa-arrow-right {
  transform: rotate(-30deg);
}
.p-fale .conteudo-fale .form-fale input {
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  padding: 0 42px;
  height: 50px;
  margin: 8px 0;
  max-width: 540px;
  width: 100%;
}
.p-fale .conteudo-fale .form-fale select {
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  padding: 0 42px;
  height: 50px;
  margin: 8px 0;
  max-width: 540px;
  width: 100%;
}
.p-fale .conteudo-fale .form-fale textarea {
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  padding: 15px 42px 0 42px;
  height: 120px;
  margin: 8px 0;
  max-width: 540px;
  width: 100%;
}

.titulo-fale {
  color: #0049ac;
  font-family: Poppins;
  font-size: 60px;
  margin-bottom: 24px;
}
.titulo-fale span {
  font-weight: 500;
}

.texto-fale p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.titulo-redes p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 24px;
  margin-bottom: 23px;
}
.titulo-redes p strong {
  color: #0049ac;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.redes-fale {
  position: absolute;
  bottom: 25px;
  left: 0px;
}
.redes-fale .icones-fale {
  display: flex;
}
.redes-fale .icones-fale .rede {
  width: 50px;
  height: 50px;
  background: #0049ac;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.redes-fale .icones-fale .rede .fa-brands:before {
  font-size: 20px;
}
.redes-fale .icones-fale .rede .fa-brands,
.redes-fale .icones-fale .rede .fab {
  font-size: 20px;
}
.redes-fale .icones-fale .rede a {
  transition: 0.3s;
}
.redes-fale .icones-fale .rede a:hover {
  color: #010b1a;
}

@media (max-width: 1024px) {
  .p-fale {
    padding: 50px 0;
  }
  .p-fale .conteudo-fale {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .p-fale .conteudo-fale .texto-redes {
    width: 100%;
  }
  .p-fale .conteudo-fale .redes-fale {
    position: relative;
    margin: 20px 0;
  }
  .p-fale .conteudo-fale .titulo-redes p {
    margin-bottom: 20px;
  }
  .e-mail-fale a {
    font-size: 22px !important;
  }
}
.e-mail-fale a {
  color: #010b1a;
  font-family: Poppins;
  font-size: 35px;
  transition: 0.3s;
}
.e-mail-fale a:hover {
  color: #0049ac;
}

.p-fale .conteudo-fale .form-fale .wpcf7-submit .fas,
.p-fale .conteudo-fale .form-fale .wpcf7-submit .fa-solid,
.formulario-portal .form-col .wpcf7-submit .fas,
.formulario-portal .form-col .wpcf7-submit .fa-solid {
  transition: 300ms ease all;
}
.p-fale .conteudo-fale .form-fale .wpcf7-submit:hover,
.p-fale .conteudo-fale .form-fale .wpcf7-submit:focus,
.formulario-portal .form-col .wpcf7-submit:hover,
.formulario-portal .form-col .wpcf7-submit:focus {
  background: rgb(16.064516129, 61.198156682, 149.935483871);
}
.p-fale .conteudo-fale .form-fale .wpcf7-submit:hover .fas,
.p-fale .conteudo-fale .form-fale .wpcf7-submit:hover .fa-solid,
.p-fale .conteudo-fale .form-fale .wpcf7-submit:focus .fas,
.p-fale .conteudo-fale .form-fale .wpcf7-submit:focus .fa-solid,
.formulario-portal .form-col .wpcf7-submit:hover .fas,
.formulario-portal .form-col .wpcf7-submit:hover .fa-solid,
.formulario-portal .form-col .wpcf7-submit:focus .fas,
.formulario-portal .form-col .wpcf7-submit:focus .fa-solid {
  transform: rotate(0deg);
}

@media (max-width: 991px) {
  .titulo-fale h1 {
    font-size: 30px;
  }
  .e-mail-fale {
    padding-bottom: 30px;
  }
  .p-fale {
    padding-top: 20px;
  }
}
.bagde {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.bagde p {
  padding: 10px 30px;
  border-radius: 50px;
  background: #e7effc;
  color: #0049ac !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.titulo-carreiras {
  display: flex;
  margin: 75px 0;
  align-items: center;
}
.titulo-carreiras h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 45px;
  margin-left: 44px;
}
.titulo-carreiras hr {
  width: 8px;
  height: 93px;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
}

.subtitulo-carreiras {
  color: #fff;
  width: 40%;
  font-family: Poppins;
  font-size: 16px;
  margin-bottom: 50px;
}

.vagas-carreiras p {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  margin-bottom: 92px;
}
.vagas-carreiras p a {
  text-decoration: underline;
  transition: 0.3s;
}
.vagas-carreiras p a:hover {
  color: #0049ac;
}

.formulario-carreiras {
  margin: 80px 0;
}
.formulario-carreiras .form-flex {
  display: flex;
  justify-content: center;
}
.formulario-carreiras input {
  height: 50px;
  width: 100%;
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  padding: 0 42px;
  height: 50px;
  margin: 8px 0;
}
.formulario-carreiras select {
  width: 100%;
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  background: url(../images/select-trabalhe.svg) no-repeat center right 20px;
  padding: 0 42px;
  height: 50px;
  margin: 8px 0;
}
.formulario-carreiras textarea {
  height: 118px;
  border-radius: 15px;
  border: 0.931px solid #010b1a;
  padding: 15px 35px;
  width: 100%;
  border-radius: 15px;
  margin: 8px 0;
}
.formulario-carreiras .arquivos {
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 0;
}
.formulario-carreiras .form-col {
  margin: 0 13px;
  width: 100%;
}

.mapa iframe {
  border-radius: 50px;
}

.mapa-carreiras {
  margin-bottom: 89px;
}
.mapa-carreiras .grid {
  display: flex;
  align-items: center;
  column-gap: 46px;
}
.mapa-carreiras .setor p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
}
.mapa-carreiras .setor p strong {
  color: #0049ac;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
}
.mapa-carreiras .endereco p {
  color: #071b37;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  margin: 20px 0;
}

.formulario-carreiras .form-col .wpcf7-submit {
  color: #fff;
  border-radius: 15px;
  background: #0049ac;
  padding: 10px 25px;
  max-width: 183px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: right;
}
.formulario-carreiras .form-col .wpcf7-submit .fa-arrow-right {
  transform: rotate(-30deg);
}

.formulario-carreiras .wpcf7 input[type="file"] {
  width: 50%;
}
.formulario-carreiras .arquivo-enviar {
  display: flex;
  width: 100%;
}
.formulario-carreiras .arquivo-enviar p {
  width: 100%;
}
.formulario-carreiras .arquivo-enviar br {
  display: none;
}

@media (max-width: 1024px) {
  .mapa {
    width: 100%;
    padding: 13px;
  }
  .mapa-carreiras .endereco p {
    font-size: 16px;
    margin: 10px 0;
  }
  .mapa-carreiras iframe {
    width: 100%;
  }
  .mapa-carreiras .setor p {
    font-size: 24px;
  }
  .mapa-carreiras .setor p strong {
    font-size: 24px;
  }
  .mapa-carreiras .setor p br {
    display: none;
  }
  .formulario-carreiras .form-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .formulario-carreiras .form-flex .form-col {
    margin: 0px;
  }
  .mapa-carreiras .grid {
    display: flex;
    align-items: center;
    column-gap: 46px;
    flex-direction: column;
  }
  .titulo-carreiras {
    margin: 20px 0;
  }
  .subtitulo-carreiras {
    width: 100%;
  }
  .subtitulo-carreiras {
    margin-bottom: 20px;
  }
  .vagas-carreiras p {
    margin-bottom: 20px;
  }
}
.arquivo-enviar {
  position: relative;
  overflow: hidden;
}
.arquivo-enviar input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  background: red;
}
.arquivo-enviar p:first-child {
  width: 150%;
}
.arquivo-enviar .label-arquivo {
  background-image: url(../images/anexo.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  font-weight: 500;
  margin-top: 10px;
}
.arquivo-enviar .label-arquivo small {
  font-weight: 400;
  color: #aaaaaa;
  display: block;
}
.arquivo-enviar .label-arquivo:hover {
  opacity: 0.85;
}

@media (max-width: 991px) {
  .arquivo-enviar {
    display: block !important;
  }
  .label-arquivo {
    margin-bottom: 20px;
  }
}
@media (min-width: 991px) {
  .formulario-carreiras .arquivo-enviar {
    flex-wrap: wrap;
  }
  .formulario-carreiras .arquivo-enviar > p:first-child {
    width: 65%;
  }
  .formulario-carreiras .arquivo-enviar > p:last-child {
    width: 35%;
    padding-top: 10px;
  }
}
.formulario-carreiras .form-col .wpcf7-submit .fas,
.formulario-carreiras .form-col .wpcf7-submit .fa-solid {
  transition: 300ms ease all;
}
.formulario-carreiras .form-col .wpcf7-submit:hover,
.formulario-carreiras .form-col .wpcf7-submit:focus {
  background: rgb(16.064516129, 61.198156682, 149.935483871);
}
.formulario-carreiras .form-col .wpcf7-submit:hover .fas,
.formulario-carreiras .form-col .wpcf7-submit:hover .fa-solid,
.formulario-carreiras .form-col .wpcf7-submit:focus .fas,
.formulario-carreiras .form-col .wpcf7-submit:focus .fa-solid {
  transform: rotate(0deg);
}

@media (max-width: 991px) {
  .arquivo-enviar > p:first-child {
    margin: 10px 0 20px 0;
  }
  .formulario-carreiras {
    margin-top: 30px;
  }
}
.quemsomos p {
  line-height: 1.6;
}

.banner-quem {
  margin: 40px 0;
}
.banner-quem .grid {
  display: flex;
}

.titulo-quem {
  color: #0049ac;
  font-family: Poppins;
  font-size: 40px;
  width: 58%;
  font-weight: 400;
}
.titulo-quem strong {
  font-weight: 500;
}

.texto-quem {
  margin-top: 33px;
}
.texto-quem p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
  width: 59%;
}

.botao-banner-quem {
  margin-top: 45px;
}
.botao-banner-quem a {
  border-radius: 15px;
  background: #0049ac;
  padding: 10px 25px;
  color: #fff;
}

.video-banner iframe {
  border-radius: 20px;
}

.mvvp {
  margin: 127px 0;
}
.mvvp .grid {
  column-gap: 34px;
  display: flex;
}
.mvvp .item-mvvp {
  width: 25%;
  color: #010b1a;
  font-family: Poppins;
  font-size: 14px;
}
.mvvp .titulomissao {
  display: flex;
  color: #0049ac;
  font-family: Poppins;
  font-size: 35px;
  align-items: center;
  margin-bottom: 24px;
}
.mvvp .titulomissao p {
  margin-left: 15px;
}
.mvvp .titulovisao {
  display: flex;
  color: #0049ac;
  font-family: Poppins;
  font-size: 35px;
  align-items: center;
  margin-bottom: 24px;
}
.mvvp .titulovisao p {
  margin-left: 15px;
}
.mvvp .titulovalores {
  display: flex;
  color: #0049ac;
  font-family: Poppins;
  font-size: 35px;
  align-items: center;
  margin-bottom: 24px;
}
.mvvp .titulovalores p {
  margin-left: 15px;
}
.mvvp .tituloproposito {
  display: flex;
  color: #0049ac;
  font-family: Poppins;
  font-size: 35px;
  align-items: center;
  margin-bottom: 24px;
}
.mvvp .tituloproposito p {
  margin-left: 15px;
}
.mvvp .texto-valores ul li {
  list-style: inside;
}
.mvvp .texto-valores ul li::marker {
  color: #000;
  font-size: 10px;
}

.icones-quems {
  display: flex;
}

.conteudo-qs {
  display: flex;
  align-items: center;
  float: center;
  width: 100%;
  padding: 0 80px;
}
.conteudo-qs .texto-quem-somos {
  width: 60%;
}
.conteudo-qs .titulo-quem-somos {
  width: 34%;
  text-align: center;
}
.conteudo-qs .titulo-quem-somos p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 35px;
}
.conteudo-qs .titulo-quem-somos span {
  color: #0049ac;
  font-family: Poppins;
  font-size: 35px;
}

.icones-quems {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: flex-end;
}
.icones-quems .icone p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.icones-quems .icone svg {
  margin-bottom: 35px;
}

.emais p {
  color: #010b1a;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  line-height: 28px;
}

.titulo-quem-somos {
  position: relative;
}
.titulo-quem-somos .circulo {
  width: 71px;
  height: 71px;
  background: #d9e2f1;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 33px;
}

.foto-quem-somos {
  padding: 92px 0;
  position: relative;
}
.foto-quem-somos .fundo-foto {
  position: absolute;
  width: 66%;
  height: 535px;
  border-radius: 60px 0 0 60px;
  background: #f2f9ff;
  z-index: -1;
  right: 0;
}
.foto-quem-somos .grid {
  display: flex;
  margin-top: 60px;
  margin-bottom: 92px;
  column-gap: 100px;
  align-items: center;
}
.foto-quem-somos .img-ft img {
  border-radius: 50px;
}

.texto-foto p {
  line-height: 1.6;
  color: #010b1a;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 16px;
}
.texto-foto strong {
  color: #0049ac;
}

.atendemos .slider-s .slick-track {
  display: flex;
  align-items: flex-end;
}
.atendemos .slider-s .slick-track .img-seg-s {
  margin-bottom: 35px;
}

.comentarios-qsomos .comentarios {
  background: #fff;
  margin-right: 0;
  padding-left: 15%;
}
.comentarios-qsomos .comentarios .titulo-comentarios {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  padding-left: 0;
  justify-content: space-between;
}
.comentarios-qsomos .comentarios .titulo-comentarios p {
  color: #000;
  width: 45%;
}
.comentarios-qsomos .comentarios .titulo-comentarios span {
  font-weight: 500;
}
.comentarios-qsomos .comentarios .comentario-slider {
  display: flex;
  flex-direction: column;
}
.comentarios-qsomos .comentarios .setas-swiper {
  position: relative;
  bottom: 0;
  margin-right: 20%;
}
.comentarios-qsomos .comentarios .setas-swiper .esquerda-ter .fa-chevron-left {
  height: 38px;
  width: 38px;
  border-radius: 50px;
  text-align: center;
  color: #0049ac;
  border: 2px solid #0049ac;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
}
.comentarios-qsomos .comentarios .setas-swiper .direita-ter .fa-chevron-right {
  margin: 0 7px;
  height: 38px;
  width: 38px;
  border: 2px solid #0049ac;
  border-radius: 50px;
  text-align: center;
  color: #0049ac;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
}

.comentarios-qsomos .slick-dots {
  padding-top: 47px;
  display: flex;
}
.comentarios-qsomos .slick-dots li {
  margin: 0;
}
.comentarios-qsomos .slick-dots li button:before {
  font-size: 45px !important;
  color: #dcdcdc;
}
.comentarios-qsomos .slick-dots li.slick-active button:before {
  font-size: 55px !important;
}

.clientes .titulo-clientes .circulo {
  width: 71px;
  height: 71px;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  background: #d9e2f1;
}
.clientes .titulo-clientes p {
  color: #09224b;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 300;
}
.clientes .slick-track {
  display: flex;
  align-items: center;
}
.clientes .slick-track .cliente {
  margin-right: 43px;
  filter: grayscale(90%);
  transition: filter 0.3s;
}
.clientes .slick-track .cliente:hover {
  filter: grayscale(0%);
}

.clientes {
  background: #f2f9ff;
  padding: 80px 0 80px 15%;
}
.clientes .titulo-clientes .circulo {
  z-index: 1;
}
.clientes .titulo-clientes p {
  margin-left: 25px;
  z-index: 9 !important;
  position: relative;
}

.clientes .slick-track {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .clientes .slick-track {
    margin-top: 0px;
  }
}

.engajamento .grid {
  display: flex;
  align-items: center;
}
.engajamento .grid .redes-engajamento {
  display: flex;
}
.engajamento .grid .redes-engajamento .rede {
  margin: 50px;
  display: flex;
  align-items: center;
}
.engajamento .grid .redes-engajamento .rede strong {
  color: #0049ac;
  font-family: Poppins;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 600;
}
.engajamento .grid .redes-engajamento .rede span {
  color: #292d32;
  font-family: Poppins;
  font-size: 20px;
}
.engajamento .grid .texto-engajamento {
  width: 40%;
}
.engajamento .grid .texto-engajamento strong {
  color: #0049ac;
  font-weight: 500;
}
.engajamento .grid .texto-engajamento p {
  color: #000;
  font-family: Poppins;
  font-size: 35px;
  font-weight: 300;
}
.engajamento .grid .rede {
  display: flex;
}
.engajamento .grid .rede p {
  display: flex;
  flex-direction: column;
}
.engajamento .grid .rede .icone-r-engajamento {
  margin-right: 25px;
  width: 89.6px;
  height: 86.8px;
  background: #0049ac;
  border-radius: 22.4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.engajamento .grid .rede .fa-brands:before {
  font-size: 42px;
  line-height: 1;
  color: #fff;
  transform: 0.3s;
}

.engajamento {
  margin-top: 55px;
}

.projetos {
  margin: 55px 0;
}
.projetos .grid {
  border-radius: 50px;
  background: #09224b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}

.projetos-titulo {
  color: #fff;
  font-family: Poppins;
  font-size: 35px;
  width: 40%;
  line-height: 1.5;
}

.item-projeto {
  display: flex;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  align-items: center;
  font-weight: 300;
  margin: 35px 0;
}

.conteudo-qs {
  margin-bottom: 60px;
}

.conteudo-qs {
  margin-bottom: 60px;
}

.texto-topo-cobre {
  margin: 0 80px;
  border-radius: 60px;
  background: #0049ac;
  padding: 55px 70px;
}
.texto-topo-cobre p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
}

.conteudo-qs {
  margin-bottom: 60px;
}

.texto-topo-cobre {
  margin: 0 80px;
  border-radius: 60px;
  background: #0049ac;
  padding: 55px 70px;
}
.texto-topo-cobre p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
}

.mapa-cobre {
  display: flex;
  justify-content: center;
  align-items: center;
}

.conteudo-cobre {
  width: 30%;
}

.conteudo-titulo {
  margin-bottom: 33px;
}
.conteudo-titulo span {
  color: #0049ac;
}
.conteudo-titulo p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 35px;
}

.conteudo-texto {
  margin-bottom: 33px;
}
.conteudo-texto p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
}

.embreve p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
}
.embreve strong {
  color: #0049ac;
  font-family: Poppins;
  font-size: 16px;
}

.mapa-cobre {
  position: relative;
  height: 800px;
}

.icone-mapa {
  position: absolute;
}

.icone-um {
  bottom: 180px;
  left: 500px;
}

.icone-dois {
  bottom: 130px;
  left: 320px;
}

.icone-tres {
  bottom: 170px;
  left: 290px;
}

.icone-quatro {
  bottom: 210px;
  left: 260px;
}

.icone-cinco {
  bottom: 250px;
  left: 230px;
}

.icone-seis {
  bottom: 220px;
  left: 310px;
}

.dv {
  width: 50%;
}

.mapa img {
  position: absolute;
  left: -570px;
  top: 0;
}

.conteudo-cobre {
  margin-right: 200px;
}

/* Hide the text box by default */
.text-box {
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease;
}

/* When hovering over the hover-trigger, expand the text box */
.hover-trigger:hover + .text-box {
  width: 120px;
  /* Set your desired height */
}

.fa-location-dot {
  font-size: 32px;
  color: #0049ac;
  margin-left: 10px;
}

.hover-container {
  display: flex;
}

.hover-trigger {
  transition: 0.3s;
}

.hover-trigger:hover {
  color: #fff;
}

.hover-trigger:hover + .text-box {
  background: #0049ac;
  color: #fff;
  font-family: Poppins;
  padding: 10px;
}

.icone-mapa {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
}

.text-box {
  border-radius: 50px;
  margin: 0 10px;
}

.hover-trigger:hover {
  background: #0049ac;
  color: #fff;
}
.hover-trigger:hover .fa-location-dot {
  color: #fff;
}

.hover-trigger:hover .text-box {
  width: 100px;
  z-index: 9;
}

@media (max-width: 1024px) {
  .banner-quem .grid {
    display: flex;
    flex-direction: column;
  }
  .banner-quem .grid .video-banner iframe {
    width: 100%;
  }
  .banner-quem .grid .conteudo-quem {
    margin-bottom: 50px;
  }
  .banner-quem .grid .titulo-quem {
    width: 100%;
  }
  .banner-quem .grid .texto-quem p {
    width: 100%;
  }
  .mvvp .grid {
    column-gap: 34px;
    display: flex;
    flex-direction: column;
  }
  .mvvp .grid .item-mvvp {
    width: 100%;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .mvvp .grid .item-mvvp .titulomissao {
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .mvvp .grid .item-mvvp .titulovisao {
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .mvvp .grid .item-mvvp .titulovalores {
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .mvvp .grid .item-mvvp .tituloproposito {
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .conteudo-qs {
    display: flex;
    align-items: center;
    float: center;
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .conteudo-qs .titulo-quem-somos {
    width: 100%;
    text-align: left;
  }
  .conteudo-qs .titulo-quem-somos .circulo {
    left: 0;
  }
  .conteudo-qs .texto-quem-somos {
    width: 100%;
  }
  .icones-quems {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
  }
  .icones-quems .icone {
    margin: 10px;
  }
  .foto-quem-somos {
    margin: 50px 0;
    background: #f2f9ff;
    padding: 35px 0;
    border-radius: 0 50px 0px 0px;
  }
  .foto-quem-somos .fundo-foto {
    display: none;
  }
  .foto-quem-somos .grid {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: flex;
    margin-top: 60px;
    margin-bottom: 92px;
    column-gap: 100px;
    align-items: center;
    flex-direction: column;
  }
  .foto-quem-somos .grid .img-ft img {
    width: 100%;
    margin-bottom: 30px;
  }
  .atendemos .slider-servicos {
    margin-bottom: 50px;
  }
  .atendemos .slider-s {
    margin-top: 0px;
  }
  .atendemos .conteudo-slider-s {
    margin-top: 15px;
  }
  .atendemos .conteudo-slider-s .titulo-slider-s p {
    width: 90%;
  }
  .comentarios-qsomos .comentarios {
    padding-left: 0px;
  }
  .comentarios-qsomos .comentarios .titulo-comentarios p {
    width: 100%;
  }
  .comentarios-qsomos .comentarios .setas-swiper {
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
  .comentarios-qsomos .swiper {
    margin-left: 10px;
  }
  .engajamento .grid {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .engajamento .grid .texto-engajamento {
    width: 100%;
  }
  .engajamento .grid .redes-engajamento .rede {
    margin: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .engajamento .grid .redes-engajamento .rede .icone-r-engajamento {
    margin-right: 0;
  }
  .projetos {
    margin: 30px 10px;
  }
  .projetos .grid {
    border-radius: 50px;
    background: #09224b;
    display: flex;
    justify-content: center;
    padding: 50px;
    flex-direction: column;
    align-items: flex-start;
  }
  .projetos .grid .projetos-titulo {
    width: 100%;
  }
  .texto-topo-cobre {
    margin: 10px;
    padding: 40px;
  }
  .texto-topo-cobre p {
    font-size: 18px;
  }
  .conteudo-cobre {
    margin-right: 0px;
    width: 100%;
    padding: 10px;
  }
  .dv {
    display: none;
  }
  .mapa img {
    width: 100%;
  }
  .mapa-cobre {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
  .icones-mapa {
    margin-top: 60px;
    margin-right: 20px;
  }
  .mapa-cobre {
    height: auto;
  }
  .icone-mapa {
    position: static;
  }
  .text-box {
    width: 100%;
    color: white;
  }
  .icone-mapa {
    background: #0049ac;
    margin: 10px 0;
  }
  .icone-mapa i {
    color: #fff;
  }
  .mapa img {
    display: none;
  }
  .icones-mapa {
    margin-right: 0px;
    margin-top: 15px;
  }
  .mvvp {
    margin: 40px 0;
  }
  .comentarios-qsomos .comentarios .titulo-comentarios {
    flex-direction: column;
  }
}
.atendemos {
  overflow: hidden;
}
@media (max-width: 1340px) and (min-width: 991px) {
  .atendemos .setas-slider-s {
    padding-right: 20px;
  }
}
.atendemos .titulo-slider-s {
  position: relative;
}
.atendemos .titulo-slider-s::after {
  content: " ";
  background: #fff;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -6px;
  left: -37px;
  z-index: 1;
  border-radius: 50%;
}
.atendemos .titulo-slider-s p {
  position: relative;
  z-index: 2;
}

.titulo-clientes {
  display: flex;
  flex-wrap: wrap;
}

.titulo-clientes-txt {
  width: 70%;
}
@media (max-width: 991px) {
  .titulo-clientes-txt {
    width: 100%;
  }
}

.titulo-clientes-setas {
  width: 30%;
  text-align: right;
  padding-right: 15%;
}
@media (max-width: 991px) {
  .titulo-clientes-setas {
    width: 100%;
    padding-right: 0px;
    margin-top: 10px;
    text-align: center;
  }
}

.slick__seta {
  display: inline-block;
  position: relative;
}
.slick__seta__prev {
  transform: scaleX(-1);
  opacity: 0.4;
}
.slick__seta__prev:hover {
  opacity: 0.8;
}
.slick__seta__next:hover {
  opacity: 0.8;
}

@media (min-width: 991px) {
  .clientes .slick-dots {
    padding-right: 15%;
  }
}
.clientes .slick-dots li button:before {
  font-size: 26px;
}

.botao-banner-quem a .fas,
.botao-banner-quem a .fa-solid {
  transition: 300ms ease all;
  transform: rotate(-30deg);
}
.botao-banner-quem a:hover,
.botao-banner-quem a:focus {
  background: rgb(16.064516129, 61.198156682, 149.935483871);
}
.botao-banner-quem a:hover .fas,
.botao-banner-quem a:hover .fa-solid,
.botao-banner-quem a:focus .fas,
.botao-banner-quem a:focus .fa-solid {
  transform: rotate(0deg);
}

.icone-location {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/location.svg) no-repeat center center;
}

.icone-mapa.hover-trigger {
  white-space: nowrap;
  color: #fff;
}
.icone-mapa.hover-trigger:hover .icone-location {
  background-image: url(../images/location-white.svg);
}

@media (min-width: 991px) {
  .texto-topo-cobre {
    position: relative;
    z-index: 1;
    margin-bottom: -280px;
  }
  .conteudo-cobre {
    margin-right: 0;
    padding-top: 180px;
    width: 40%;
  }
}
.img-seg-s-condominios svg {
  width: 50px;
  height: 50px;
}

.titulo-portal-noticias {
  margin: 0;
  flex-wrap: wrap;
  align-content: end;
  padding-bottom: 45px;
}
.titulo-portal-noticias h1 {
  width: 100%;
  font-size: 45px;
  font-weight: 500;
}
.titulo-portal-noticias h2 {
  font-weight: 400;
}
@media (min-width: 991px) {
  .titulo-portal-noticias {
    height: 438px;
  }
}
@media (max-width: 991px) {
  .titulo-portal-noticias {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .titulo-portal-noticias h1 {
    font-size: 28px;
  }
  .titulo-portal-noticias h2 {
    font-size: 24px;
  }
}
.titulo-portal-noticias__box {
  position: relative;
  padding-left: 48px;
}
@media (max-width: 991px) {
  .titulo-portal-noticias__box {
    padding-left: 28px;
  }
}
.titulo-portal-noticias__box::after {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: block;
  width: 8px;
  border-radius: 4px;
}

.noticias {
  padding-bottom: 50px;
}
.noticias .grid {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .noticias {
    padding-bottom: 20px;
  }
}
.noticias__topo {
  padding-top: 70px;
  width: 76%;
}
@media (max-width: 991px) {
  .noticias__topo {
    width: 100%;
    padding-top: 20px;
  }
}
.noticias__categoria {
  width: 24%;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .noticias__categoria {
    width: 100%;
    padding-top: 20px;
  }
}
.noticias__categoria select {
  color: #0049ac;
  border: 1px solid #0049ac;
  border-radius: 15px;
  background-color: #f9fdff;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 0 45px 0 25px;
  background-image: url(../images/select-noticias.svg);
  background-repeat: no-repeat;
  background-position: right 25px center;
}
.noticias__titulo {
  font-size: 35px;
  font-weight: 300;
  position: relative;
  color: #010b1a;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .noticias__titulo {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.noticias__titulo strong {
  font-weight: 500;
  color: #0049ac;
}
.noticias__titulo::after {
  position: absolute;
  content: " ";
  width: 71px;
  height: 71px;
  background: #f2f7ff;
  border-radius: 50%;
  left: -33px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 991px) {
  .noticias__titulo::after {
    display: none;
  }
}
.noticias__destaque .grid {
  display: flex;
  flex-wrap: wrap;
}
.noticias__item {
  border-radius: 50px;
  padding: 25px 25px 75px 25px;
  position: relative;
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0), #f6f6f6);
}
.noticias__item__img {
  width: 100%;
  margin-bottom: 25px;
  display: block;
}
.noticias__item__img:hover,
.noticias__item__img:focus {
  opacity: 0.9;
}
.noticias__item__img img {
  width: 100%;
  border-radius: 33px;
}
.noticias__item__titulo {
  font-weight: 500;
  color: #09224b;
  font-size: 20px;
  margin-bottom: 15px;
  min-height: 50px;
}
.noticias__item__titulo a {
  color: #09224b;
}
.noticias__item__titulo a:hover,
.noticias__item__titulo a:focus {
  text-decoration: underline;
}
.noticias__item__resumo {
  color: #979797;
  line-height: 1.6;
}
.noticias__item__leiamais {
  position: absolute;
  bottom: 35px;
  left: 25px;
  right: 25px;
  font-size: 16px;
  color: #0049ac;
}
.noticias__item__leiamais .fas {
  font-size: 15px;
  margin-left: 10px;
  position: relative;
  transform: rotate(-30deg);
  transition: 300ms ease all;
}
.noticias__item__leiamais:hover,
.noticias__item__leiamais:focus {
  text-decoration: underline;
}
.noticias__item__leiamais:hover .fas,
.noticias__item__leiamais:focus .fas {
  transform: rotate(0deg);
}

.noticias__destaque .noticias__item {
  width: 32.3333%;
  margin: 0 0.5% 20px 0.5%;
}
@media (max-width: 991px) {
  .noticias__destaque .noticias__item {
    margin: 0 1% 10px 1%;
    width: 48%;
  }
}
@media (max-width: 600px) {
  .noticias__destaque .noticias__item {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

@media (min-width: 991px) {
  .noticias__destaque .noticias__item:nth-child(6n + 4),
  .noticias__destaque .noticias__item:nth-child(6n + 5),
  .noticias__destaque .noticias__item:nth-child(6n + 6) {
    padding: 0;
    background: none;
    width: 33%;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 0;
    min-height: 162px;
    padding-left: 142px;
    padding-right: 20px;
  }
  .noticias__destaque .noticias__item:nth-child(6n + 4) .noticias__item__img,
  .noticias__destaque .noticias__item:nth-child(6n + 5) .noticias__item__img,
  .noticias__destaque .noticias__item:nth-child(6n + 6) .noticias__item__img {
    z-index: 1;
    position: absolute;
    width: 122px;
    height: 162px;
    overflow: hidden;
    border-radius: 20px;
    left: 0;
    top: 0;
  }
  .noticias__destaque
    .noticias__item:nth-child(6n + 4)
    .noticias__item__img
    img,
  .noticias__destaque
    .noticias__item:nth-child(6n + 5)
    .noticias__item__img
    img,
  .noticias__destaque
    .noticias__item:nth-child(6n + 6)
    .noticias__item__img
    img {
    margin-left: -30px;
    width: 182px;
  }
  .noticias__destaque .noticias__item:nth-child(6n + 4) .noticias__item__titulo,
  .noticias__destaque .noticias__item:nth-child(6n + 5) .noticias__item__titulo,
  .noticias__destaque
    .noticias__item:nth-child(6n + 6)
    .noticias__item__titulo {
    font-size: 16px;
    min-height: 40px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .noticias__destaque .noticias__item:nth-child(6n + 4) .noticias__item__resumo,
  .noticias__destaque .noticias__item:nth-child(6n + 5) .noticias__item__resumo,
  .noticias__destaque
    .noticias__item:nth-child(6n + 6)
    .noticias__item__resumo {
    min-height: 50px;
    font-size: 13px;
  }
  .noticias__destaque
    .noticias__item:nth-child(6n + 4)
    .noticias__item__leiamais,
  .noticias__destaque
    .noticias__item:nth-child(6n + 5)
    .noticias__item__leiamais,
  .noticias__destaque
    .noticias__item:nth-child(6n + 6)
    .noticias__item__leiamais {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
  }
}

.noticias__lista {
  background: #f2f9ff;
}
@media (min-width: 991px) {
  .noticias__lista {
    margin-bottom: -65px;
    padding-bottom: 115px;
  }
}
.noticias__lista .grid {
  display: flex;
  flex-wrap: wrap;
}
.noticias__lista__titulo {
  font-size: 35px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .noticias__lista__titulo {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .noticias__lista .noticias__item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 450px) {
  .noticias__lista .noticias__item {
    padding: 0;
    background: none;
    width: 45%;
    margin-bottom: 30px;
    border-radius: 0;
    min-height: 162px;
    padding-left: 192px;
  }
  .noticias__lista .noticias__item:nth-child(even) {
    margin-right: 5%;
  }
  .noticias__lista .noticias__item__img {
    z-index: 1;
    position: absolute;
    width: 162px;
    height: 162px;
    left: 0;
    top: 0;
  }
  .noticias__lista .noticias__item__titulo {
    font-size: 16px;
    min-height: 40px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .noticias__lista .noticias__item__resumo {
    min-height: 50px;
    font-size: 13px;
  }
  .noticias__lista .noticias__item__leiamais {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
    display: inline-block;
  }
}
@media (max-width: 991px) and (min-width: 450px) {
  .noticias__lista .noticias__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .noticias__lista .noticias__item:nth-child(even) {
    margin-right: 0%;
  }
}

.noticias__maisnoticias {
  text-align: center;
  display: block !important;
}
.noticias__maisnoticias.loading::after {
  background: rgba(242, 249, 255, 0.8);
}
.noticias__maisnoticias__btn {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 15px;
  background: #0049ac;
  color: #fff;
  font-family: Poppins;
  margin-bottom: 15px;
}
.noticias__maisnoticias__btn .fas {
  margin-left: 5px;
  transform: rotate(-30deg);
  transition: 300ms ease all;
}
.noticias__maisnoticias__btn:hover,
.noticias__maisnoticias__btn:focus {
  background: rgb(16.064516129, 61.198156682, 149.935483871);
}
.noticias__maisnoticias__btn:hover .fas,
.noticias__maisnoticias__btn:focus .fas {
  transform: rotate(0deg);
}

.single__portal {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .single__portal {
    margin-bottom: 25px;
  }
}
.single__portal .titulo-portal-noticias h1 {
  font-weight: 300;
}
.single__portal .titulo-portal-noticias {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .single__portal .titulo-portal-noticias {
    padding-bottom: 10px;
  }
}
.single__portal .titulo-portal-noticias__box {
  padding-left: 35px;
}
.single__portal .grid {
  position: relative;
  z-index: 2;
  align-items: flex-start;
}
.single__portal::after {
  content: " ";
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(1, 11, 26, 0.5)
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .single__portal::after {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(1, 11, 26, 0.7)
    );
  }
}
.single__infotopo {
  font-size: 14px;
  width: 100%;
  padding-top: 20px;
}
.single__infotopo a:hover,
.single__infotopo a:focus {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .single__infotopo {
    font-size: 13px;
    padding-top: 10px;
  }
}
.single__conteudo .grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.single__noticia {
  width: 64%;
  padding-right: 35px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #010b1a;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .single__noticia {
    width: 100%;
    padding-right: 0;
  }
}
.single__noticia h1,
.single__noticia h2,
.single__noticia h3,
.single__noticia h4,
.single__noticia h5,
.single__noticia h6 {
  font-weight: 500;
  margin-bottom: 10px;
  color: #0049ac;
}
@media (min-width: 991px) {
  .single__noticia h1 {
    font-size: 36px;
  }
  .single__noticia h2 {
    font-size: 30px;
  }
  .single__noticia h3 {
    font-size: 24px;
  }
  .single__noticia h4 {
    font-size: 20px;
  }
  .single__noticia h5 {
    font-size: 18px;
  }
  .single__noticia h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .single__noticia h1 {
    font-size: 24px;
  }
  .single__noticia h2 {
    font-size: 24px;
  }
  .single__noticia h3 {
    font-size: 20px;
  }
  .single__noticia h4 {
    font-size: 16px;
  }
  .single__noticia h5 {
    font-size: 16px;
  }
  .single__noticia h6 {
    font-size: 16px;
  }
}
.single__noticia p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.single__noticia blockquote {
  font-size: 18px;
  font-style: italic;
  margin: 0 0 15px;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.single__noticia ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}
.single__noticia ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 10px;
}
.single__recentes {
  width: 36%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .single__recentes {
    width: 100%;
  }
}
.single__recentes__titulo {
  font-size: 24px;
  color: #09224b;
  font-weight: 500;
  margin-bottom: 30px;
  width: 100%;
}
.single__recentes__vertodos {
  width: 100%;
  text-align: center;
}
.single__recentes__vertodos a {
  padding: 7px 20px 7px 30px;
  border-radius: 10px;
  background: #0049ac;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 991px) {
  .single__recentes__vertodos a {
    margin-top: 30px;
  }
}
.single__recentes__vertodos a .fa-arrow-right {
  margin-left: 7px;
  transform: rotate(-30deg);
  font-size: 13px;
  transition: 300ms ease all;
}
.single__recentes__vertodos a:hover,
.single__recentes__vertodos a:focus {
  background: rgb(16.064516129, 61.198156682, 149.935483871);
}
.single__recentes__vertodos a:hover .fa-arrow-right,
.single__recentes__vertodos a:focus .fa-arrow-right {
  transform: rotate(0deg);
}
@media (min-width: 991px) {
  .single__recentes {
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(to bottom, rgba(246, 246, 246, 0), #f6f6f6);
  }
  .single__recentes .noticias__item {
    padding: 0;
    position: relative;
    padding-left: 105px;
    background: none;
    min-height: 120px;
    margin-bottom: 30px;
    border-radius: 0;
  }
  .single__recentes .noticias__item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 120px;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .single__recentes .noticias__item__img img {
    height: 120px;
    width: auto;
    border-radius: 0;
  }
  .single__recentes .noticias__item__titulo {
    min-height: 1px;
    margin-bottom: 5px;
    font-size: 16px;
    padding-top: 10px;
  }
  .single__recentes .noticias__item__resumo {
    font-size: 13px;
  }
  .single__recentes .noticias__item__leiamais {
    display: none;
  }
}
.single__categoria__titulo {
  font-size: 35px;
  color: #010b1a;
  font-weight: 300;
  position: relative;
  margin-bottom: 30px;
}
.single__categoria__titulo::before {
  background: #f7f7f7;
  position: absolute;
  width: 70px;
  height: 70px;
  content: " ";
  top: -14px;
  left: -30px;
  z-index: -1;
  border-radius: 50%;
}
.single__categoria__titulo a {
  color: #010b1a;
}
.single__categoria__titulo a:hover,
.single__categoria__titulo a:focus {
  color: #0049ac;
}
.single__categoria__subtitulo {
  margin-bottom: 40px;
}
.single__categoria__noticias {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.single__categoria__noticias .noticias__item {
  width: 32.3333%;
  margin: 0 0.5% 20px 0.5%;
}
@media (max-width: 991px) {
  .single__categoria__noticias .noticias__item {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.titulo-boletins {
  display: flex;
  margin-top: 70px;
  align-items: center;
}
.titulo-boletins hr {
  width: 8px;
  height: 93px;
  border-radius: 100px;
  background: #fff;
  margin-right: 44px;
}
.titulo-boletins h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 45px;
}

.texto-boletins {
  width: 40%;
  margin-top: 60px;
  margin-bottom: 150px;
}
.texto-boletins p {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
}

.itens-boletins {
  margin: 63px 0;
}
@media (max-width: 991px) {
  .itens-boletins {
    margin-bottom: 40px;
  }
}
.itens-boletins .grid {
  display: flex;
  align-items: flex-start;
}
.itens-boletins .grid .item-boletim {
  color: #071b37;
  text-align: center;
  font-family: Poppins;
  text-align: center;
  margin: 0 30px;
}
.itens-boletins .grid .item-boletim p {
  margin-top: 65px;
}

.item-boletim p {
  line-height: 1.5;
}

.texto-boletins-slider p {
  color: #09224b;
  font-family: Poppins;
  font-size: 24px;
}

.baixe p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
}
.baixe p strong {
  color: #0049ac;
}

.setas-boletins .slick-arrow i {
  border: 3px solid #0049ac;
  color: #0049ac;
  width: 45.901px;
  height: 45px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-boletins {
  margin-bottom: 115px;
}
.carousel-boletins .grid {
  position: relative;
}
.carousel-boletins .download-setas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
}
.carousel-boletins .fundo-boletins {
  height: 655px;
  border-radius: 60px 0 0 60px;
  background: #f2f9ff;
  position: absolute;
  width: 90%;
  right: 0;
}
.carousel-boletins .slider-boletins {
  margin-top: 50px;
}
.carousel-boletins .boletim-data {
  color: #09224b;
  font-family: Outfit;
  text-align: center;
  margin-top: 15px;
  font-size: 20.46px;
}
.carousel-boletins .boletim-download {
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  color: #9ca8b6;
  margin-top: 5px;
}
.carousel-boletins .boletim-download i {
  color: #9ca8b6;
}

.carousel-boletins .boletim-data {
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .titulo-boletins {
    margin: 20px 0;
  }
  .texto-boletins {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .itens-boletins .grid {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .itens-boletins .grid .item-boletim p {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .texto-boletins-slider p {
    text-align: center;
  }
  .carousel-boletins .conteudo-texto-boletins {
    position: relative;
    margin-left: 0;
  }
  .download-setas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
    flex-direction: column;
  }
  .download-setas .setas-boletins {
    margin-top: 20px;
  }
}
.boletim-slide {
  width: 180px;
  padding-right: 25px;
}
.boletim-slide img {
  max-width: 100%;
}

.boletins-listagem {
  position: relative;
}

.boletins-principal {
  display: none;
}
@media (min-width: 991px) {
  .boletins-principal {
    display: block;
    padding-left: 50px;
    width: 410px;
    height: 480px;
    background: #f2f9ff;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
  .boletins-principal .boletim-slide {
    width: 360px;
  }
}

.carousel-boletins .download-setas {
  margin-top: 20px;
}

.boletins-principal .boletim-slide .boletim-data {
  display: none;
}
.boletins-principal .boletim-slide .conteudo-boletim img {
  transition: 300ms ease all;
}
.boletins-principal .boletim-slide .conteudo-boletim:hover img {
  opacity: 0.4;
}
.boletins-principal .boletim-slide .conteudo-boletim:hover .boletim-download {
  opacity: 1;
}
.boletins-principal .boletim-slide .boletim-download {
  position: absolute;
  z-index: 1;
  top: 220px;
  left: 50px;
  right: 25px;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  opacity: 0;
  transition: 300ms ease all;
}

@media (min-width: 991px) {
  .carousel-boletins {
    background: linear-gradient(
      to right,
      transparent 0%,
      transparent 50%,
      #f2f9ff 50%,
      #f2f9ff 100%
    );
  }
  .carousel-boletins .grid {
    background: #f2f9ff;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 0px;
    border-radius: 60px 0 0 60px;
  }
  .slider-boletins {
    padding-left: 230px;
  }
  .conteudo-texto-boletins {
    padding-left: 410px;
  }
  .carousel-boletins {
    overflow: hidden;
  }
  .carousel-boletins .slider-boletins .slick-list {
    overflow: visible;
    position: relative;
  }
  .carousel-boletins .slider-boletins .slick-list:after {
    content: " ";
    background: #fff;
    position: absolute;
    width: 2000px;
    top: 0;
    bottom: 0;
    left: -2000px;
  }
  .carousel-boletins .slick-slide1:not(.slick-active) {
    opacity: 0;
  }
  .carousel-boletins .slick-slide.slick-active ~ .slick-slide {
    opacity: 1;
  }
  .boletins {
    overflow-x: hidden;
  }
}
.rsocial__info {
  background-image: url(../images/timeline.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #071b37;
  font-size: 20px;
  line-height: 1.6;
  background-size: 1200px;
}
@media (max-width: 1700px) {
  .rsocial__info {
    background-size: auto;
  }
}
@media (max-width: 1400px) {
  .rsocial__info {
    background-position: left -200px center;
    background-size: auto;
  }
}
@media (max-width: 991px) {
  .rsocial__info {
    background-position: center right;
    font-size: 16px;
  }
}
.rsocial__info .grid {
  display: flex;
  flex-wrap: wrap;
  min-height: 390px;
  align-items: center;
}
.rsocial__info__1 {
  width: 50%;
  padding-right: 10%;
  color: #062b5e;
}
.rsocial__info__1 strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  .rsocial__info__1 {
    padding-right: 0;
    padding-top: 30px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.rsocial__info__1 p:first-child {
  margin-bottom: 30px;
}
.rsocial__info__1 p:last-child {
  font-size: 16px;
}
.rsocial__info__2 {
  width: 50%;
  padding-left: 10%;
}
@media (max-width: 991px) {
  .rsocial__info__2 {
    padding-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.rsocial__timeline {
  background-color: #f2f9ff;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.rsocial__timeline__topo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.rsocial__timeline__titulo {
  font-size: 35px;
  font-weight: 300;
  width: 70%;
  position: relative;
}
.rsocial__timeline__titulo > span {
  position: relative;
  z-index: 2;
}
.rsocial__timeline__titulo:before {
  content: " ";
  width: 70px;
  height: 70px;
  background: #fff;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  top: -15px;
  left: -34px;
}
@media (max-width: 991px) {
  .rsocial__timeline__titulo:before {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -25px;
  }
}
@media (max-width: 991px) {
  .rsocial__timeline__titulo {
    font-size: 23px;
  }
}
.rsocial__timeline__titulo strong {
  font-weight: 500;
  color: #0049ac;
}
.rsocial__timeline__setas {
  width: 30%;
  text-align: right;
}
.rsocial__timeline__setas a {
  display: inline-block;
}
.rsocial__timeline__setas a:hover,
.rsocial__timeline__setas a:focus {
  opacity: 0.6;
}
@media (max-width: 991px) {
  .rsocial__timeline__setas a img {
    width: 40px;
  }
}
.rsocial__timeline__prev {
  opacity: 0.3;
}
.rsocial__timeline__prev img {
  transform: scaleX(-1);
}
.rsocial__timeline__lista {
  display: flex;
  flex-wrap: wrap;
}
.rsocial__timeline__lista > .rsocial__timeline__itemXXX:not(:first-child) {
  display: none;
}
.rsocial__timeline__lista .slick-list {
  overflow: visible;
}
.rsocial__timeline__lista.ativo .rsocial__timeline__item {
  opacity: 0.4;
  transition: 300ms ease all;
}
.rsocial__timeline__lista.ativo .rsocial__timeline__item.slick-active {
  opacity: 1;
}
.rsocial__timeline__item {
  color: #09224b;
  width: 260px;
  height: 500px;
  position: relative;
  padding-top: 270px;
}
@media (max-width: 991px) {
  .rsocial__timeline__item {
    max-width: 260px;
    width: 90vw;
  }
}
.rsocial__timeline__item::before {
  content: " ";
  position: absolute;
  z-index: 2;
  height: 13px;
  background: #09224b;
  left: 0;
  right: 0;
  top: 210px;
}
.rsocial__timeline__item::after {
  content: " ";
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 24px;
  left: 20px;
  top: 216px;
  background: url(../images/timeline-bullet1.png);
}
.rsocial__timeline__item:first-child::before {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.rsocial__timeline__item:last-child {
  width: 460px;
}
.rsocial__timeline__item:last-child::before {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  right: 20px;
}
.rsocial__timeline__item .box {
  width: 480px !important;
}
@media (max-width: 991px) {
  .rsocial__timeline__item .box {
    max-width: 480px;
    width: 90vw !important;
  }
}
.rsocial__timeline__item:nth-child(odd) {
  align-items: flex-end;
  color: #0049ac;
  text-align: right;
  padding-top: 0;
}
.rsocial__timeline__item:nth-child(odd)::before {
  background: #0049ac;
}
.rsocial__timeline__item:nth-child(odd)::after {
  top: 193px;
  background: url(../images/timeline-bullet2.png);
}
.rsocial__timeline__item:nth-child(1) {
  width: 180px;
  padding-top: 70px;
}
.rsocial__timeline__item:nth-child(1) .box {
  width: auto !important;
}
.rsocial__timeline__item h3 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 15px;
  width: 100%;
}
.rsocial__timeline__item h4 {
  font-size: 20px;
  margin-bottom: 15px;
  width: 100%;
}
.rsocial__timeline__item p {
  font-size: 14px;
  width: 100%;
}
.rsocial__apoiamos {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .rsocial__apoiamos {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.rsocial__apoiamos .grid {
  display: flex;
  flex-wrap: wrap;
}
.rsocial__apoiamos__titulo {
  font-size: 35px;
  color: #010b1a;
  font-weight: 300;
  width: 21%;
  padding-top: 40px;
}
.rsocial__apoiamos__titulo strong {
  font-weight: 500;
  color: #0049ac;
}
@media (max-width: 1280px) {
  .rsocial__apoiamos__titulo {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .rsocial__apoiamos__titulo {
    width: 100%;
    font-size: 23px;
    margin-bottom: 20px;
    padding-top: 0px;
  }
}
.rsocial__apoiamos__logos {
  width: 79%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .rsocial__apoiamos__logos {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.rsocial__apoiamos__logos img {
  height: auto;
  margin-left: 30px;
  max-width: 170px;
}
@media (max-width: 991px) {
  .rsocial__apoiamos__logos img {
    margin: 0 10px;
  }
}
@media (max-width: 1280px) {
  .rsocial__apoiamos__logos {
    width: 72%;
  }
}
@media (max-width: 991px) {
  .rsocial__apoiamos__logos {
    width: 100%;
  }
}

.titulo-banner {
  padding-top: 70px;
  padding-bottom: 210px;
  display: flex;
  width: 50%;
}
.titulo-banner hr {
  border-radius: 100px;
  background: #fff;
  width: 8px;
  height: 93px;
  margin-right: 44px;
}
.titulo-banner h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
}

.qualidade {
  padding: 81px 0 61px;
}
.qualidade .titulo-qualidade p {
  color: #0049ac;
  font-family: Poppins;
  font-size: 35px;
}
.qualidade .texto-qualidade {
  margin-top: 25px;
  width: 70%;
}
.qualidade .texto-qualidade p {
  color: #010b1a;
  line-height: 1.6;
  font-family: Poppins;
  font-size: 16px;
}

.demanda {
  background: #f2f9ff;
  padding-top: 72px;
}
.demanda .titulo-demanda {
  position: relative;
  margin-left: 30px;
  margin-bottom: 67px;
}
.demanda .titulo-demanda .circulo {
  width: 71px;
  height: 71px;
  background: #c5d8e9;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: -36px;
}
.demanda .titulo-demanda p {
  color: #09224b;
  position: relative;
  z-index: 2;
  font-family: Poppins;
  font-size: 35px;
}
.demanda .texto-demanda {
  padding-bottom: 73px;
}
.demanda .texto-demanda p {
  line-height: 1.6;
  color: #010b1a;
  font-family: Poppins;
  font-size: 16px;
}

.area-de-atuacao {
  padding: 84px 0;
}
.area-de-atuacao .titulo-area p {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  color: #010b1a;
}

.area-de-atuacao .area-itens {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.area-de-atuacao .area-itens .nome-area {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 15px;
}
.area-de-atuacao .area-itens .nome-area p {
  color: #041936;
  font-family: Poppins;
  font-size: 20px;
}
.area-de-atuacao .emais p {
  color: #575757;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
}
.area-de-atuacao .titulo-area {
  position: relative;
  margin-left: 30px;
  margin-bottom: 67px;
}
.area-de-atuacao .titulo-area .circulo {
  width: 71px;
  height: 71px;
  background: #f2f7ff;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -36px;
}
.area-de-atuacao .icones-areas {
  display: flex;
  margin-top: 105px;
  justify-content: space-between;
  margin-bottom: 105px;
}
.area-de-atuacao .icones-areas .icone-area {
  width: 212px;
  height: 212px;
  border-radius: 30px;
  background: #0049ac;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.area-de-atuacao .icones-areas .icone-area .icone {
  margin-bottom: 20px;
}
.area-de-atuacao .icones-areas .nome-icone-area p {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
}
.area-de-atuacao .icones-areas .valor-icone-area {
  margin-top: 15px;
}
.area-de-atuacao .icones-areas .valor-icone-area p {
  color: #fff;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
}
.area-de-atuacao .botao-orcamento {
  margin-top: 25px;
  display: flex;
  margin-top: 25px;
  justify-content: center;
}
.area-de-atuacao .botao-orcamento a {
  padding: 30px 25px;
  border-radius: 15px;
  background: #0049ac;
  color: #fff;
  font-family: Poppins;
}
.area-de-atuacao .botao-orcamento .fa-arrow-right {
  margin-left: 10px;
}

.segmentos-q-atendemos {
  background: #f2f9ff;
  padding: 75px 0;
}
.segmentos-q-atendemos .topicos-seg-atendemos {
  display: flex;
  flex-wrap: wrap;
}
.segmentos-q-atendemos .topicos-seg-atendemos .numero {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #4f4f4f;
  width: 40px;
  padding: 10px 20px;
  background: #fff;
}
.segmentos-q-atendemos .topicos-seg-atendemos .seg {
  border-radius: 15px;
  background: #00639f;
  color: #fff;
  margin: 10px;
}
.segmentos-q-atendemos .titulo-seg-atendemos {
  position: relative;
  margin-bottom: 50px;
}
.segmentos-q-atendemos .titulo-seg-atendemos .circulo {
  width: 71px;
  height: 71px;
  background: #c5d8e9;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  top: -12px;
}
.segmentos-q-atendemos .titulo-seg-atendemos p {
  margin-left: 25px;
  color: #09224b;
  font-family: Poppins;
  font-size: 35px;
  font-weight: 300;
  z-index: 2;
  position: relative;
}

.titulo-diferenciais p {
  color: #010b1a;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
}

.nossos-diferenciais {
  padding: 90px 0;
}

.diferenciais {
  margin: 60px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: center;
  color: #041936;
  font-family: Poppins;
  font-size: 20px;
}
.diferenciais .img-diferencial {
  margin-bottom: 47px;
}
.diferenciais .img-diferencial img {
  max-width: 200px;
}

.principal-servicos .clientes {
  background: #fff;
}

@media (max-width: 1024px) {
  .segmentos-q-atendemos .topicos-seg-atendemos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .segmentos-q-atendemos .topicos-seg-atendemos .seg {
    margin: 10px 0px !important;
  }
  .titulo-banner {
    width: 100%;
    padding: 20px 0;
  }
  .titulo-banner h1 {
    font-size: 32px;
    margin: 35px 20px;
  }
  .titulo-banner hr {
    margin-right: 0;
  }
  .qualidade .texto-qualidade {
    width: 100%;
  }
  .area-de-atuacao {
    padding-bottom: 35px;
  }
  .area-de-atuacao .area-itens {
    display: flex;
    flex-direction: column;
  }
  .area-de-atuacao .titulo-area {
    margin-left: 30px;
  }
  .area-de-atuacao .emais {
    padding: 10px;
  }
  .area-de-atuacao .emais p {
    font-size: 12px;
  }
  .area-de-atuacao .icones-areas {
    display: flex;
    margin-top: 35px;
    justify-content: center;
    margin-bottom: 35px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .area-de-atuacao .icones-areas .icone-area {
    margin: 10px;
  }
  .segmentos-q-atendemos .topicos-seg-atendemos .seg {
    width: 100%;
    margin: 10px;
    font-size: 14px;
  }
  .diferenciais {
    margin: 60px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #041936;
    font-family: Poppins;
    font-size: 20px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .diferenciais .diferencial {
    margin: 15px;
  }
  .area-de-atuacao .area-itens {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .area-de-atuacao .area-itens .img-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .area-de-atuacao .area-itens .img-area img {
    width: 50%;
  }
}
.botao-orcamento {
  margin-top: 25px;
  display: flex;
  margin-top: 25px;
  justify-content: center;
}
.botao-orcamento .fa-arrow-right {
  transform: rotate(-30deg);
}
.botao-orcamento .fas,
.botao-orcamento .fa-solid {
  transition: 300ms ease all;
}
.botao-orcamento:hover .fas,
.botao-orcamento:hover .fa-solid,
.botao-orcamento:focus .fas,
.botao-orcamento:focus .fa-solid {
  transform: rotate(0deg);
}
.botao-orcamento:hover a,
.botao-orcamento:focus a {
  background: #00476f;
}
.botao-orcamento a {
  padding: 30px 25px;
  border-radius: 15px;
  background: #0049ac;
  color: #fff;
  font-family: Poppins;
}
.botao-orcamento .fa-arrow-right {
  margin-left: 10px;
}

.principal-segmentos .nossos-diferenciais {
  background: #f2f9ff;
}
.principal-segmentos .clientes {
  background: #fff;
}
.principal-segmentos .titulo-diferenciais {
  position: relative;
}
.principal-segmentos .titulo-diferenciais p {
  position: relative;
  z-index: 1;
}
.principal-segmentos .titulo-diferenciais .circulo {
  width: 71px;
  height: 71px;
  background: #ffffff;
  position: absolute;
  border-radius: 50px;
  z-index: 1;
  top: -15px;
  left: -35px;
}
.principal-segmentos .clientes .titulo-clientes {
  position: relative;
}
.principal-segmentos .clientes .titulo-clientes .circulo {
  top: -10px;
}

.wpcf7-select {
  background-image: url("../images/angle-down.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding-right: 20px;
}

@media (min-width: 991px) {
  .area-de-atuacao .area-item .img-area {
    max-width: 230px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 50px;
  }
}
.local {
  margin: 25px 0;
}
.local .icone-titulo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 10px;
}
.local .icone-titulo .fa-location-dot {
  margin-left: 0;
  margin-right: 10px;
}
.local .icone-titulo .titulo-local {
  font-size: 22px;
  font-weight: bold;
  color: #010b1a;
}

.endereco-local {
  font-size: 14px;
  margin-bottom: 10px;
}

.titulo-localidades h1 {
  color: #0049ac;
  font-family: Poppins;
  font-size: 60px;
  margin-bottom: 24px;
}

.local {
  transform: 0.3s;
}
.local a:hover .titulo-local {
  color: #0049ac;
}

.p-localidades {
  padding: 80px 0;
  position: relative;
}
.p-localidades .redes-fale {
  margin-top: 80px;
  position: relative;
}
.p-localidades .fundo-locais {
  position: absolute;
  left: -500px;
  opacity: 0.1;
  top: 0px;
  z-index: -1;
}
.p-localidades .locais {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .p-localidades .locais {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.titulo-banner-politica {
  color: #0049ac;
  font-family: Poppins;
  font-size: 45px;
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
.titulo-banner-politica hr {
  width: 8px;
  height: 93px;
  border-radius: 100px;
  background: #0049ac;
  opacity: 1;
  margin-right: 44px;
}

.texto-banner-politica p {
  line-height: 1.5 !important;
}

.texto-banner-politica {
  padding-bottom: 60px;
}
.texto-banner-politica ul,
.texto-banner-politica ol li {
  list-style: disc !important;
  margin: 10px 20px;
}

.texto-banner-politica p {
  padding: 25px 50px;
  background: #0049ac;
  border-radius: 100px;
  color: #fff;
}

@media (max-width: 991px) {
  .texto-banner-politica p {
    border-radius: 20px;
  }
  .itens > div {
    width: 100%;
    min-height: 50px !important;
  }
}
.itens {
  display: flex;
  align-items: center;
  margin: 11px 0;
}
.itens .cinza {
  background: #333333;
  border-radius: 50px;
  color: #fff;
}
.itens .azul {
  background: #007cbf;
  border-radius: 50px;
  color: #fff;
}

.itens > div {
  font-size: 25px;
  font-weight: bold;
  padding: 11px;
  width: 50px;
  height: 50px;
  min-width: 50px !important;
  text-align: center;
  margin-right: 10px;
}

@media (min-width: 991px) {
  .single__conteudo__404 .single__noticia {
    width: 100%;
  }
  .single__conteudo__404 .single__recentes {
    width: 100%;
    display: flex;
  }
  .single__conteudo__404 .noticias__item {
    width: 33.3333%;
    padding-right: 20px;
  }
  .single__conteudo__404 .noticias__item__resumo {
    font-size: 11px;
  }
}
.grid {
  max-width: 1260px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

body {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
}

.menu-conteudo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-conteudo .menu {
  padding-top: 0px;
}
.menu-conteudo .menu li {
  padding: 10px 35px;
}

@media (min-width: 991px) {
  #menu-toggle {
    display: none;
  }
}
.menu > li > a {
  color: #09224b;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dropdown ul {
  border-radius: 9px;
  background: #0049ac;
  color: #fff;
  max-width: 200px;
  width: 100%;
  z-index: 9;
  border: none;
}

.submenu li {
  transition: 0.3s;
}
.submenu li:hover {
  background: #09224b;
  border-radius: 9px;
}
.submenu a {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}

@media (min-width: 991px) {
  .menu {
    display: flex;
  }
  .menu > li > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 300ms ease opacity;
    line-height: 1;
  }
  .menu > li:hover > ul,
  .menu > li:focus > ul,
  .menu > li.ativo > ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .menu {
    visibility: hidden;
    right: -100%;
    opacity: 0;
    transition: 300ms ease all;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 60%;
    z-index: 90;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
    padding-top: 80px !important;
  }
  .menu.ativo {
    visibility: visible;
    right: 0%;
    opacity: 1;
  }
  .menu > li {
    text-align: right;
    padding-right: 30% !important;
    display: block;
    margin: 0 !important;
    padding-top: 1vh !important;
    padding-bottom: 1vh !important;
  }
  .menu > li > a {
    display: inline-block;
    padding: 2vh 0;
  }
  .menu > li > ul {
    visibility: hidden;
    right: -100%;
    opacity: 0;
    transition: 300ms ease all;
    display: block;
    position: fixed;
    top: 80px;
    bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    z-index: 0;
    width: 110%;
    max-width: none;
    z-index: 10;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 2vh;
  }
  .menu > li > ul.ativo {
    visibility: visible;
    right: 0%;
    opacity: 1;
  }
  .menu > li > ul > li {
    padding: 0px;
  }
  .menu > li > ul > li a {
    display: block;
    padding: 2.5vh 20px;
  }
}
.menu-mobile__btn {
  display: none;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  border-radius: 3px;
  width: 40px;
  height: 37px;
  position: fixed;
  top: 30px;
  right: 13px;
  z-index: 100;
}
@media (max-width: 991px) {
  .menu-mobile__btn {
    display: block;
  }
}
.menu-mobile__btn > div {
  background: #0049ac;
  height: 2px;
  width: 28px;
  position: absolute;
  right: 7px;
  top: 0;
  border-radius: 3px;
  transition: 300ms ease all;
}
.menu-mobile__btn > div:nth-child(1) {
  top: 8px;
  width: 16px;
}
.menu-mobile__btn > div:nth-child(2) {
  top: 17px;
}
.menu-mobile__btn > div:nth-child(3) {
  top: 25px;
  width: 16px;
}
.menu-mobile__btn.ativo {
  background: none;
  backdrop-filter: blur(0);
}
.menu-mobile__btn.ativo > div:nth-child(1) {
  top: 8px;
  width: 30px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.menu-mobile__btn.ativo > div:nth-child(2) {
  opacity: 0;
}
.menu-mobile__btn.ativo > div:nth-child(3) {
  top: 8px;
  right: 16px;
  width: 30px;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.newsletter-form {
  padding: 22px 140px;
  background: #0049ac;
  border-radius: 50px;
  margin: 0 60px;
  margin-bottom: -80px;
  color: #fff;
  overflow: hidden;
}
.newsletter-form .texto-news strong {
  font-weight: 600;
}
.newsletter-form .grid {
  column-gap: 15px;
  display: flex;
  align-items: center;
}
.newsletter-form .texto-news {
  width: 50%;
}
.newsletter-form .formulario-news {
  width: 50%;
}
.newsletter-form .newsletter-input::placeholder {
  color: #fff;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}
.newsletter-form .newsletter-input {
  padding: 30px 0;
}
.newsletter-form .newsletter-input:focus {
  outline: none;
}
.newsletter-form .news-rs p {
  display: flex;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
}

.texto-news p {
  font-size: 20px;
  font-weight: 200;
}

.conteudo-footer {
  background: #09224b;
  color: #fff;
  padding: 163px 0 150px 0;
}
.conteudo-footer .grid {
  display: flex;
  justify-content: space-between;
}

.empresa-footer {
  display: flex;
  flex-direction: column;
}

.servicos-footer {
  display: flex;
  flex-direction: column;
}

.segmentos-footer {
  display: flex;
  flex-direction: column;
}

.contato-footer {
  display: flex;
  flex-direction: column;
}

.topicos-menu-footer {
  justify-content: space-between;
  display: flex;
}

.politicas {
  display: flex;
  flex-direction: column;
  text-align: right;
  color: #8d8d8d;
  font-size: 14px;
}
.politicas a {
  margin: 5px 0;
  transition: 0.3s;
}
.politicas a:hover {
  color: #0169a3;
}

.topicos-menu-footer {
  column-gap: 34px;
}
.topicos-menu-footer a {
  line-height: 30px;
  font-weight: 400;
  transition: 0.3s;
}
.topicos-menu-footer a:hover {
  color: #0169a3;
}

.links {
  display: flex;
}
.links a {
  height: 32px;
  width: 32px;
  border-radius: 8px;
  background: #0049ac;
  margin: 5px 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.links a:hover {
  color: #010b1a;
}

.fa-brands:before {
  font-size: 15px;
  line-height: 0px;
}

.menu-footer {
  width: 60%;
}

.logo-politicas {
  width: 40%;
}
.logo-politicas .logo-footer {
  display: flex;
  justify-content: flex-end;
}

.footer .wpcf7-submit {
  border-radius: 15px;
  background: #09224b;
  height: 44px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .wpcf7-submit .fa-solid.fa-arrow-right {
  transform: rotate(-30deg);
  transition: 300ms ease all;
}
.footer .wpcf7-submit:hover,
.footer .wpcf7-submit:focus {
  background: rgb(3.5357142857, 13.3571428571, 29.4642857143);
}
.footer .wpcf7-submit:hover .fa-solid.fa-arrow-right,
.footer .wpcf7-submit:focus .fa-solid.fa-arrow-right {
  transform: rotate(0deg);
}

@media (max-width: 1024px) {
  .conteudo-footer .grid {
    padding: 0;
  }
  .topicos-menu-footer a {
    font-size: 14px;
  }
  .footer-mobile .politicas {
    padding-right: 15px;
  }
  .newsletter-form {
    padding: 15px;
    margin: 0px;
    border-radius: 0px;
  }
  .newsletter-form .texto-news {
    width: 100%;
  }
  .newsletter-form .texto-news p {
    font-size: 16px !important;
  }
  .newsletter-form .grid {
    flex-direction: column;
  }
  .newsletter-form .formulario-news {
    width: 100%;
  }
  .footer-mobile .conteudo-footer .grid {
    flex-direction: column;
  }
  .footer-mobile .logo-politicas {
    width: 100%;
  }
  .footer-mobile .conteudo-footer {
    padding: 45px 10px;
  }
  .footer-mobile .logo-footer img {
    width: 170px;
  }
  .footer-mobile .redes {
    margin: 53px 0;
  }
  .footer-mobile .contato-footer {
    margin-top: 40px;
  }
  .footer-mobile .logo-politicas {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 30px;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .footer-mobile .politicas {
    font-size: 12.474px;
    text-align: left;
  }
  .footer .wpcf7-submit {
    border-radius: 15px;
    background: #09224b;
    height: 44px;
    width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-left: -50px;
  }
}
@media (max-width: 1024px) {
  .footer-desk {
    display: none;
  }
}
@media (min-width: 1024px) {
  .footer-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .menu-footer .contato-footer {
    white-space: nowrap;
  }
}
.grecaptcha-badge {
  display: none !important;
}

.certificacoes .container {
  display: flex;
  justify-content: space-between;
}
.certificacoes .block {
  width: 30%;
  height: 187px;
  border-radius: 15px;
  background: #09224b;
  color: #fff;
  transition: width 0.3s ease;
  position: relative;
  padding: 15px;
  margin-right: 5px;
}
.certificacoes .block .content {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.certificacoes .block.expanded {
  width: 100%;
}
.certificacoes .block.expanded .content {
  visibility: visible;
}
.certificacoes #block3.expanded {
  width: 300px;
}
.certificacoes .titulo-componente p {
  font-family: Poppins;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.certificacoes .content p {
  font-family: Poppins;
  font-size: 14px;
}
.certificacoes .block img {
  margin-top: 15px;
}

.endere p {
  font-size: 12px !important;
}

.certificacoes-home {
  position: relative;
  padding-top: 75px;
}
.certificacoes-home .titulo p {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .certificacoes-home {
    padding-top: 30px;
  }
}
.certificacoes-home .fundo-cert {
  left: 0;
}

@media (max-width: 1024px) {
  .certificacoes {
    display: none;
  }
  .certificacoes-mobile .conteudo-cert {
    border-radius: 9.615px;
    background: #09224b;
    padding: 30px 20px;
    color: #fff;
    display: flex;
    margin: 15px;
    font-size: 15px;
  }
  .certificacoes-mobile .titulo-cert {
    font-weight: 700;
    margin-bottom: 8px;
  }
  .certificacoes-mobile .texto-cert {
    margin-left: 20px;
    width: 85%;
  }
  .certificacoes-mobile .imagem-cert {
    width: 15%;
  }
}
@media (min-width: 1024px) {
  .certificacoes-mobile {
    display: none;
  }
}
.certificacoes-mobile-titulo {
  font-size: 24px;
  color: #010b1a;
  padding: 0 20px;
  font-weight: 300;
}

@media (min-width: 991px) {
  .certificacoes .block .content {
    overflow: hidden;
  }
  .certificacoes .block .content p {
    opacity: 0;
    transition: 300ms ease all;
    min-width: 360px;
  }
  .certificacoes .block.expanded .content p {
    opacity: 1;
  }
}
.expanded .content p {
  margin-left: 30px;
}

.expanded img {
  max-width: 200px;
}

.block img {
  max-width: 200px;
}

.isomobile img {
  max-width: 160px;
  transform: rotate(90deg);
}

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