html {
  scroll-behavior: smooth;
}
.services-box button {
  background: linear-gradient(
    90deg,
    rgb(15 80 197) 0%,
    rgba(0, 89, 252, 1) 56%
  );
  color: #ffffff;
  padding: 8px 8px;
  width: 50%;
  border-radius: 30px;
  font-weight: 600;
}

.button-service {
  padding: 12px 15px !important;
  width: 22% !important;
}

.default-services-area {
  background-image: url("../img/uniflex/backgrounds/servicos/imagem.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.default-services-area h2 {
  color: #ffffff;
}

.paragraph-section-service {
  color: #ffffff;
}

.default-services-area .item {
  height: 334px;
  position: relative;
  padding: 12px 30px;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Aplica o scale ao item ao passar o mouse */
.default-services-area .item:hover {
  transform: scale(1.08);
}

.case-studies-area {
  position: relative;
  z-index: 3;
}

.services-area .services-box .item,
.services-area.grid-layout .single-item .item {
  height: 455px;
}

.services-area .services-box .item .teste {
  padding: 10px;
}

/* .certificacao .services-box .item,
.services-area.grid-layout .single-item .item {
  height: 530px;
} */

.services-area .services-content .item {
  height: 403px;
}

.services-area .services-content .item:hover a,
.services-area .services-content .item:hover li {
  color: #fff;
}

.about-us-area .about-content .info h2 {
  font-weight: 600;
  font-size: 35px;
}

.site-heading h2 {
  font-size: 45px;
  font-weight: 600;
}
.fale-conosco {
  position: relative;
}

.fale-conosco::before {
  content: "";
  width: 550px;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-position: center center;
  background-image: url(../img/uniflex/shape/missao/imagem.png);
  background-size: cover;
  right: 59%;
  bottom: unset;
  top: 0;
  left: unset;
  transform: unset;
  z-index: 0;
  min-width: 889px;
}
.fale-conosco-title {
  padding-top: 60px;
}
.fale-conosco-title h2 {
  font-weight: 600;
  font-size: 50px;
}

.contact-area .content {
  background-image: url("../img/uniflex/backgrounds/contato/imagem.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.cert-item {
  border: 1px solid #0f6e90;
}

.cert-item .cert-code {
  background-color: #efefef;
  padding: 10px;
  text-align: center;
}

.cert-item .cert-desc {
  background-color: #256bcb;
  color: #fff;
  padding: 10px;
  text-align: center;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-item {
  height: 270px;
  background-color: #0086cd;
}

.banner-area {
  position: relative;
  overflow: hidden;
  height: 539px;
  color: white;
}

.banner-area.auto-height.top-pad-80 .content {
  margin-top: 150px;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.shadow.dark {
  position: relative;
  overflow: hidden; /* evita que o ::after vaze */
}

body.home .shadow.dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: linear-gradient(
    to bottom,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 79%) 10%,
    rgb(0 0 0 / 50%) 30%,
    rgb(0 0 0 / 50%) 60%,
    rgba(0, 0, 0, 0.3) 80%,
    rgba(0, 0, 0, 0) 100%
  );

  z-index: -1;
}

.box-table {
  position: relative;
  z-index: 3;
  height: 100%;
  display: table;
  width: 100%;
}

.box-cell {
  display: table-cell;
  vertical-align: middle;
  background: transparent; /* pode ajustar para sombra se quiser */
}

.text-banner {
  font-weight: 600;
}

.banner-area .content h2 {
  margin-bottom: unset;
}

.breadcrumb-area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 368px;
}

.banner-area.text-default .content h2 {
  font-size: 25px;
}

.banner-area.auto-height.top-pad-80 .content p {
  padding-right: 0%;
  line-height: 1.5;
}

.mapa {
  height: 462px;
  width: 100%;
}

.ods-gallery img {
  width: auto;
  margin: auto;
  border: 4px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.item li {
  line-height: 1.6rem;
}

.services-area .services-content .item:hover a,
.services-area .services-content .item:hover p {
  color: #000000;
}

.services-area .services-content .item:hover a,
.services-area .services-content .item:hover li {
  color: #000000;
}

.services-area .services-content .item::before {
  background: #f1f1f1;
}

.main-cabecalho {
  background-color: #e5243b;
  background-position: 20%;
  background-size: cover;
}

.imagem-cabecalho {
  background-image: url(../img/uniflex/ods/ods1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 156px;
  margin-left: -46px;
  width: 100%;
}

.attr-nav > ul > li.button a {
  background: #004899;
  color: #ffffff;
  border-radius: 5px;
}

.attr-nav > ul > li.button a:hover {
  background: #0086cd;
  color: #ffffff;
}

nav.navbar.bootsnav.no-background.white ul.nav > li > a:hover {
  color: #d4d4d4;
}

nav.navbar.bootsnav.no-background.white .attr-nav > ul > li.button > a:hover {
  background: #0086cd;
  color: #fff;
}

.btn-sustentabilidade {
  background-color: #104cba;
  color: #ffffff !important;
  text-transform: uppercase;
  width: 70%;
  letter-spacing: 2.9px;
  font-size: 17px;
  border: 2px solid #104cba;
}

.btn-sustentabilidade:hover {
  background-color: #0086cd !important;
  border: 2px solid #0086cd !important;
}

.span-blue {
  color: #0086cd;
}

.news-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-black);
}

.news-one__img > img {
  width: 100%;
  transform: scale(1);
  transition: all 500ms ease;
  mix-blend-mode: luminosity;
}

.news-one__img > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--thm-black-rgb), 0.9);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--thm-base);
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.news-one__content {
  position: relative;
  background-color: var(--thm-base);
  display: block;
  margin-top: -100px;
  margin-left: 40px;
  padding: 30px 36px 37px;
  transition: all 500ms ease;
}

.recent-post {
  background-color: #f3f7f8;
  padding: 20px;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #bcbcbc;
}

.news-details__video iframe {
  width: 100%;
  margin-top: 20px;
}

.choose-us-area.reverse .thumb img {
  box-shadow: inherit;
  max-width: 100%;
}

.btn-colaborador {
  background-color: #104cba;
  align-items: center;
  color: #ffffff !important;
  text-transform: uppercase;
  width: 60%;
  letter-spacing: 2.9px;
  font-size: 14px;
  border: 2px solid #104cba;
}

.btn-colaborador:hover {
  background-color: #0086cd;
  border: #0086cd;
  border: 2px solid #0086cd;
}

.about-area.version-three .thumbs {
  margin-bottom: 0px !important;
}

.breadcrumb-area h2 {
  text-transform: initial;
}

.breadcrumb-area h2 {
  font-size: 24px;
  margin-bottom: 25px;
}

.footer-uniflex {
  background-color: #032055;
}

footer.footer-uniflex .item .social ul li a {
  background: rgba(255, 255, 255, 0.1);
}

footer.footer-uniflex .f-item .address li strong {
  color: #ffffff;
}

footer.footer-uniflex .f-item.link li a {
  color: #ffffff;
  font-size: 16px;
}

footer .f-item.link li {
  margin-bottom: 7px;
}

footer.footer-uniflex .item .social ul li a:hover {
  background: #ffffff;
  color: #104cba;
}

footer.footer-uniflex .f-item.link li a:hover {
  color: #dfdfdf;
}

footer img {
  margin-bottom: unset;
}

footer .footer-bottom p a {
  color: #ffffff;
  font-weight: 500;
}

.grid-insta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  padding: 20px;
}

.insta-post {
  position: relative;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  /* aspect-ratio: 1 / 1; */
}

.insta-post img,
.insta-post video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
  font-weight: bold;
  font-size: 16px;
}

.insta-post:hover .overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
}

.overlay-content span {
  display: inline-block;
  margin: 0 10px;
}

.media-type-icon {
  position: absolute;
  top: 8px;
  left: 13px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: white;
}

.media-type-icon.colaborador {
  position: absolute;
  top: 47px;
  left: 13px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: white;
}

.media-type-icon svg {
  width: 18px;
  height: 18px;
  stroke: white;
  fill: none;
}

#load-more {
  display: inline-block;
  font-family: "Heebo", sans-serif;
  background-color: #104cba;
  color: #ffffff !important;
  border: 2px solid #104cba;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  font-size: 16px;
}

.services-area .services-box .item .teste {
  background: linear-gradient(to bottom right, #0086cd, #004899);
}
.small-insta-post {
  padding: 10px;
}

.insta-box {
  background: #fff;
  padding: 42px 10px 0;
  box-shadow: 0px 6px 20px rgb(150 150 150 / 35%);
  height: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.insta-header {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.insta-logo {
  width: 35px;
  border-radius: 100% !important;
  height: 29px;
  object-fit: contain;
  border-radius: 5px;
}

.insta-media img,
.insta-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.insta-footer {
  display: flex;
  padding-top: 8px;
  gap: 10px;
  font-size: 14px;
  color: #333;
}

.btn-form-index {
  background-color: #104cba;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 2.9px;
  font-size: 17px;
  border: 2px solid #104cba;
}
.btn-form-index:hover {
  background-color: #ffffff;
  color: #104cba;
}

.area-title-politica {
  font-size: 38px;
  font-weight: 600;
}

footer .footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.denuncia-whatsapp {
  border-radius: 5px;
  padding: 8px 16px;
}
.denuncia-whatsapp:hover {
  background-color: #0086cd;
  border: 2px solid #0086cd;
}

.denuncia-button {
  border-radius: 5px;
}

.denuncia-button:hover {
  background-color: #0086cd;
  border: 2px solid #0086cd;
}

.clientes {
  margin-bottom: 10px;
}

.clientes .area-title {
  margin-bottom: -10px !important;
}

footer .f-item .address li strong {
  display: block;
  text-transform: none;
  font-weight: 600;
  color: rgb(14, 43, 61);
}

.default-padding-top-personalizado {
  padding-top: 50px;
}

.equipes h5 {
  font-size: 15px;
}

.button-colaborador-conteudo:hover {
  background-color: #0086cd;
  border: 2px solid #0086cd;
}

.success-message {
  color: #104cba;
  text-align: center;
  margin-top: 50px !important;
  background-color: #fff;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.form-espera {
  color: #fff;
}

.lgpd-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  font-size: 12px;
}
.lgpd-container a {
  color: #00bcd4;
  text-decoration: none;
}

.lgpd-container button {
  background: #019ac2;
  color: #fff;
  border: none;
  width: 100%;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 3px;
}
.lgpd-container button:hover {
  background: #256bcb;
}

.paragraph-lgpd {
  font-size: 14px;
}

.dropdown-menu li:hover {
  background-color: #004899;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #ffffff;
}

.clientes-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.client-logo {
  max-width: 120px;
  max-height: 70px;
  object-fit: contain;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
  filter: brightness(1);
}

.client-logo:hover {
  transform: scale(1.08);
  filter: brightness(1.15);
}

.client-logo.featured {
  max-width: 120px;
  max-height: 80px;
}

.content-patrocinadores {
  gap: 20px;
}

.missao-visao {
  background-color: #f3f7fd;
}

.insta-media {
  width: 100%;
  height: 100%;
}

footer .f-item .address li a {
  font-weight: 400;
  font-size: 16px;
}

.about-us-area .about-content .thumb img:nth-child(4) {
  height: 200px;
  width: 200px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 90%;
  margin-top: -100px;
  box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.colaborador-background {
  background-color: #004b9c;
  padding: 10px;
}

.title-colaborador {
  color: #fff;
  font-weight: 600;
}
.paragraph-colaborador {
  color: #fff;
  font-weight: 300;
}

.imagem-colaborador img {
  border-radius: 40px;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.25);
}
.btn-colaborador {
  background-color: #fff !important;
  color: #2c5f8e !important;
  font-weight: 400;
  font-size: 20px !important;
  text-transform: capitalize !important;
  border-radius: 14px;
  padding: 11px !important;
}

.image-content-index {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}

.card-index img {
  border-radius: 10px;
}

.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  left: 10px;
}

.site-heading .devider:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: #ffffff;
}

p {
  font-size: 17px;
  line-height: 1.4;
}

.nav-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.area-contato-background::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #f4f4f4 !important;
  background: unset;
  z-index: -1;
}

.site-heading.light h2 {
  color: #000000;
}

.site-heading .divider-contato {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #0086cd;
  position: relative;
  z-index: 1;
  left: 10px;
}

@media (min-width: 1024px) {
  .banner-area {
    height: 659px;
  }

  .banner-area.text-default .content h2 {
    font-size: 35px;
  }

  .mapa {
    height: 628px;
    width: 560px;
  }

  .grid-insta {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-area.version-three .thumbs {
    margin-bottom: 30px;
  }

  .breadcrumb-area h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .btn-sustentabilidade {
    width: 30%;
  }

  nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    float: none;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    table-layout: fixed;
  }
  .about-us-area .about-content .info h2 {
    font-size: 35px;
  }

  .btn-form-index {
    width: 35%;
  }

  .btn-colaborador {
    width: 37%;
    padding: 14px;
  }
  .lgpd-container {
    width: 60%;
  }

  .lgpd-container button {
    width: 80%;
  }

  .colaborador-background {
    background-color: #004b9c;
    padding: 70px;
  }
  .nav-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 13px;
  }
}

@media (min-width: 1285px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 15px;
  }
}
