* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

:root {
  --fs-10: 0.625rem;
  --fs-11: 0.6875rem;
  --fs-12: 0.75rem;
  --fs-14: 0.875rem;
  --fs-16: 1rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --fs-22: 1.375rem;
  --fs-24: 1.5rem;
  --fs-26: 1.625rem;
  --fs-30: 1.875rem;
  --fs-34: 2.125rem;
  --fs-36: 2.25rem;

  --white: #fff;
  --gray-100: #f4f4f4;
  --gray-200: #f6f6f6;
  --gray-250: #f2f2f2;
  --gray-300: #e0dedd;
  --gray-500: #d9d9d9;
  --gray-600: #666666;
  --orange: #f28d0a;
  --blue-700: #10273c;
  --blue-500: #006480;
  --blue-300: #2eb3a3;
  --red: #ed2224;
}

body {
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-soothing: antialiased !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: var(--white);
  color: var(--gray-600);
  font-size: var(--fs-16);
  font-variation-settings: 'wdth' 100;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
ol,
ul {
  padding-left: 0;
}
a {
  text-decoration: none;
  word-break: break-word;
}
img {
  max-width: 100%;
}
h1 {
  font-size: var(--fs-34);
  color: var(--blue-500);
  font-weight: 700;
  margin-bottom: 40px;
}
h2 {
  font-size: var(--fs-18);
  color: var(--orange);
  font-weight: 700;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}
.breadcrumb {
  margin-bottom: 0;
}
.card {
  background-color: transparent;
}
.card-body {
  padding: 0 1rem 1rem 1rem;
}
.p-geral {
  padding: 6.25rem 0;
}
.pt-geral_1 {
  padding-top: 6.25rem;
}
.pb-geral_1 {
  padding-bottom: 6.25rem;
}

.run-change-idioma {
  color: #006480;
}
.run-change-idioma.active {
  color: #f28d08;
}

.g-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ico_mais_green {
  background-image: url('/img/ico_mais_green.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
}
.ico_mais_blue {
  background-image: url('/img/ico_mais_blue.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
}
.ico_mais_orange {
  background-image: url('/img/ico_mais_orange.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
}

.bg_gray-100 {
  background-color: var(--gray-100);
}
.bg_gray-200 {
  background-color: var(--gray-200);
}
.bg_gray-500 {
  background-color: var(--gray-500);
}
.geral_title_2 {
  color: var(--orange);
  font-weight: 700;
  font-size: var(--fs-24);
  margin: 10px 0;
}
.geral_title_3 {
  color: var(--orange);
  font-weight: 700;
  font-size: var(--fs-22);
  margin: 10px 0;
}
.geral_title_4 {
  color: var(--blue-500);
  font-weight: 700;
  font-size: var(--fs-24);
  margin-bottom: 15px;
}
.text_uppercase {
  text-transform: uppercase;
}
.font-weight-600 {
  font-weight: 600;
}

.mt-100 {
  margin-top: 100px;
}
.text_color_red {
  color: var(--red);
}
.shadow-event {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.navbar-collapse {
  align-items: normal;
}
.navbar {
  padding: 0;
}
#pg-index .header {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}
.header .logo {
  height: 45px;
}
.header li {
  list-style-type: none;
}
.header-content {
  font-size: var(--fs-14);
  height: 80px;
}
.header-content_navbar {
  height: 80px;
  display: flex;
  align-items: center !important;
}
.header-content_navbar .menu {
  height: 80px;
  align-items: center !important;
}
.header-content_navbar_search_idioma {
  margin-top: 31px;
}
.header .menu_bolinha {
  background-color: rgba(16, 39, 60, 0.2);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: auto;
  margin-top: 0.4375rem;
}

.triangle {
  width: 9px;
  height: 9px;
  background-color: rgba(16, 39, 60, 0.2);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin: auto;
  margin-top: 6px;
}
.triangle_2 {
  width: 9px;
  height: 9px;
  background-color: rgba(16, 39, 60, 0.2);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-right: 10px;
  rotate: 90deg;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

ul.menu > li {
  position: relative;
  min-height: 80px;
}

ul.menu > li > a {
  display: block;
  text-decoration: none;
}

ul.menu > li:hover {
  color: var(--orange);
}

.header-content ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 150px;
  z-index: 999;
  background-color: var(--white);
  border-top: 2px solid var(--orange);
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.header-content .submenu_solucoes {
  left: -748px !important;
  width: 1296px !important;
}

.floating-menu-container .submenu_solucoes {
  left: -740px !important;
  width: 1296px !important;
}
/* Submenu */
.floating-menu-container ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 150px;
  z-index: 999;
  background-color: var(--gray-200);
  margin-top: -2px;
  border-top: 2px solid var(--orange);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header-content ul.submenu:hover {
  color: var(--orange);
}
ul.submenu li a {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
}

ul.submenu li a:hover {
  background-color: transparent;
}

/* Mostrar submenu ao passar o mouse */
li:hover > ul.submenu {
  display: block;
}

.header .nav-link .ico_home {
  width: 18px;
  height: 18px;
}
.floating-menu-container .menu-container {
  position: relative;
}
.header .nav-link {
  color: var(--blue-500);
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  /* min-height: 80px; */
  font-size: var(--fs-14);
  /* display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; */
  margin-top: 31px;
}
.header .nav-link:hover {
  color: var(--orange);
}
.header .nav-link:hover .triangle {
  background-color: var(--orange);
  rotate: 180deg;
}
.header .nav-link:hover .menu_bolinha {
  background-color: var(--orange);
}
.header .dropdown-item {
  color: var(--blue-500);
  font-size: var(--fs-14);
}
.header .nav-link-title {
  color: var(--orange);
  font-size: var(--fs-14);
  font-weight: 600;
}
.header .nav-link-title .triangle_2 {
  background-color: var(--orange);
}
.header .nav-link-title:hover {
  color: var(--blue-500);
}
.header .nav-link-title:hover .triangle_2 {
  background-color: var(--blue-500);
}
.header .dropdown-item:hover {
  color: var(--orange);
}
.header .dropdown-item:hover .triangle_2 {
  background-color: var(--orange);
}

.header .ico_pesquisar {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.header .ico_bandeira {
  width: 18px;
  height: 12px;
  /* margin-top: 0.625rem; */
}

.banner_principal {
  /* height: 550px; */
  width: 100%;
  position: relative;
}
.banner_principal .icone_descer {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 49%;
  bottom: -27px;
  z-index: 999;
}
.solutions {
  padding-bottom: 5.2rem;
}
.solutions_box {
  width: 120px;
  margin-top: 3.75rem;
  transition: transform 0.5s ease;
}
.solutions_box-img {
  width: 120px;
  height: 112px;
}
.solutions_box-title {
  color: var(--blue-700);
  font-weight: 700;
  font-size: var(--fs-16);
  margin: 26px 0 20px 0;
  text-align: center;
  line-height: 18px;
}
.solutions .solutions_box:hover .ico_mais_green {
  background-image: url('/img/ico_mais_orange.png');
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.solutions .solutions_box:hover .solutions_box-img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news {
  padding-top: 5.2rem;
}

.home_events {
  padding: 5.2rem 0;
}
.home_events_box {
  position: relative;
}
.home_events_box_btn {
  position: absolute;
  top: 246px;
  right: 0;
  z-index: 999;
}
.home_events .eventos_ver-todos,
#pg-event .eventos_ver-todos {
  color: var(--blue-300);
  background-color: var(--white);
  font-weight: 500;
  font-size: var(--fs-14);
  z-index: 999;
  transition: transform 0.5s ease;
  padding: 4px 16px;
  border-radius: 6px;
  border: 1px solid var(--blue-300);
}
.home_events .eventos_ver-todos:hover,
#pg-event .eventos_ver-todos:hover {
  color: var(--white);
  background-color: var(--blue-300);
}
.banner_secondary {
  height: 200px;
  position: relative;
}
.banner_secondary-img {
  height: 200px;
  position: relative;
  z-index: 999;
}
.banner_secondary-img a {
  height: 200px;
}
.banner_secondary-shadow {
  background-color: var(--gray-200);
  height: 100px;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.news_suble-title {
  color: var(--blue-500);
  font-weight: 700;
  font-size: var(--fs-24);
  margin-top: 1.5rem;
}
.news_box {
  background-color: var(--white);
  border: 1px solid #e0dedd;
  padding: 32px 30px 28px 30px;
  margin-top: 32px;
}
.news_box-principal {
  background-color: var(--white);
  border: 1px solid #e0dedd;
  margin-top: 32px;
}
.news_box-principal:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.news_box-principal-img {
  width: 100%;
  background-color: var(--white);
  background-size: cover;
}
.news_box_content {
  margin-top: 30px;
}
.news_box .news_box-date {
  font-size: var(--fs-14);
}
.news_box .news_box-icone {
  font-size: var(--fs-12);
  margin-right: 4px;
}
.news_box .news_box-text {
  color: var(--blue-700);
  font-weight: 700;
  font-size: var(--fs-24);
  height: 116px;
  line-height: 30px;
}

.news .ico_mais_blue:hover {
  background-image: url('/img/ico_mais_orange.png');
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news_box-principal:hover .btn_geral_1 {
  background-color: var(--blue-500);
}
.news .news_box-tag {
  /* color: var(--white);
  background-color: var(--blue-300); */
  color: var(--blue-500);
  font-weight: 700;
  font-size: var(--fs-14);
  padding: 4px 10px;
}
.home_events .events_type {
  color: var(--orange);
  font-weight: 700;
  font-size: var(--fs-24);
}
.home_events .ico_mais_orange:hover {
  background-image: url('/img/ico_mais_green.png');
}
.home_events .events_box {
  margin: 16px 0;
  padding: 24px;
  background-color: var(--blue-700);
  color: var(--white);
  max-width: 100%;
}
.home_events .events_box .events_box_titulo {
  font-weight: 700;
  font-size: var(--fs-24);
  margin-bottom: 15px;
  line-height: 30px;
  height: 60px;
}
.home_events .events_box--texto {
  font-weight: 700;
  font-size: var(--fs-16);
}
.home_events .events_box .events_box-icone {
  font-size: 16px;
  margin-right: 10px;
}
.home_events .owl-theme .owl-dots {
  text-align: left;
}

.home_events .owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 100, 128, 0.2);
  width: 12px;
  height: 12px;
}
.home_events .owl-theme .owl-dots .owl-dot.active span,
.home_events .owl-theme .owl-dots .owl-dot:hover span {
  background: #f28d0a;
}
#pg-service .service,
#pg-service-detalhe .solution {
  margin: 25px 0;
}

#pg-service-detalhe .card_servicos_link {
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#pg-service-detalhe .card-text-3publicacoes {
  height: 250px;
}
#pg-service-detalhe .card-text-2publicacoes {
  min-height: 400px;
}
#pg-service-detalhe .card_servicos_link:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
}
#pg-service-detalhe .card_servicos_link:hover .btn_geral_1 {
  background-color: var(--blue-500);
}

#pg-service-detalhe .card-img-top {
  height: 212px;
  overflow: hidden;
}
#pg-service-detalhe .card-img-top img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
#pg-service-detalhe .card:hover .card-img-top img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#pg-service-detalhe .solution_detalhe_services_img {
  height: 350px;
  max-width: 500px;
  overflow: hidden;
  margin: auto;
}
#pg-service-detalhe .solution_detalhe_services_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
#pg-service-detalhe .service-detalhe-1pubi_img {
  height: 350px;
  max-width: 100%;
  overflow: hidden;
  margin: auto;
}
#pg-service-detalhe .service-detalhe-1pubi_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
#pg-service-detalhe
  .solution_detalhe_services_link:hover
  .solution_detalhe_services_img
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#pg-service-detalhe
  .service-detalhe-1pubi:hover
  .service-detalhe-1pubi_img
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#pg-service-detalhe .service-detalhe-1pubi .service-detalhe-1pubi_text {
  color: var(--gray-600);
}
.service_video {
  height: 284px;
  overflow: hidden;
}
.service_video img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.service_video_link:hover .service_video img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: 15px;
}
.service_box-logo img {
  height: 48px;
  width: 195px;
  margin-bottom: 1rem;
}

.service .logo {
  margin-bottom: 1rem;
}
.service_box-icone-redes-sociais {
  background-color: var(--orange);
  border-radius: 100%;
  color: var(--white);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_box-icone-redes-sociais:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#pg-index .service_card_texto {
  min-height: 150px;
}
#pg-about .service_card_texto {
  min-height: 218px;
}
#pg-service-detalhe .service-detalhe-2pubi .card-img-top {
  height: 100%;
  object-fit: cover;
}
.service-detalhe-2pubi .card {
  margin-top: 0px;
}
.service-detalhe-1pubi .card-img-top {
  height: 355px;
  object-fit: cover;
}
.partners_box {
  background-color: var(--gray-100);
  padding: 30px 22px;
  margin-top: 40px;
  min-height: 260px;
}
.partners_box:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
#pg-about .partners_box {
  background-color: var(--gray-100);
  padding: 40px 22px;
  margin-top: 40px;
  min-height: 400px;
}
.partners_box .logo_altair_channel {
  height: 65px;
  width: 100%;
  margin: auto;
}
.partners_box .certified_img {
  height: 130px;
  width: 131px;
  margin: auto;
  margin-top: 2px;
}
.partners_box .partners_box-content_title {
  color: var(--orange);
  font-weight: 700;
  font-size: var(--fs-18);
}
.partners_box .partners_box-content_title span {
  color: var(--blue-500);
}
.partners_box .partners_box-content_text {
  font-size: var(--fs-16);
  color: var(--gray-600);
}

.footer_top {
  background-color: var(--blue-700);
  padding: 88px 0;
}

.footer_top .logo_mini {
  height: 100px;
}
.footer_top_box {
  margin-right: 30px;
}
.footer_top_title {
  color: var(--orange);
  font-weight: 600;
  font-size: var(--fs-16);
  line-height: 20px;
}
.footer_top p {
  color: var(--gray-100);
  font-weight: 400;
  font-size: var(--fs-12);
  text-align: justify;
  margin-top: 8px;
}
.footer_top_contact-text {
  color: var(--gray-100);
  font-weight: 400;
  font-size: var(--fs-12);
}
.footer_top_title-icone {
  color: var(--gray-100);
  margin-right: 16px;
}
.footer_top .lead {
  background-color: var(--gray-100);
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.footer_top .lead input {
  margin-left: 20px;
  border: 0;
  background-color: var(--gray-100);
  font-size: 12px;
  width: 100%;
}
.footer_top .lead input::placeholder {
  color: var(--gray-600);
  font-weight: 400;
  font-size: var(--fs-12);
}
.footer_top .lead button {
  background-color: var(--blue-500);
  color: var(--gray-100);
  font-size: var(--fs-12);
  border: 0;
  height: 100%;
  width: 74px;
}
.footer-buttom .copyrith {
  padding: 12px 0;
  text-align: center;
  font-size: var(--fs-12);
}
.footer-buttom .copyrith a {
  color: var(--blue-300);
}
.breadcrumb_content {
  height: 100%;
  width: 100%;
}
.breadcrumb-img {
  height: 100%;
  min-height: 320px;
  width: 100%;
}
.breadcrumb {
  text-transform: capitalize;
}
.breadcrumb_content-box {
  height: 295px;
  padding-bottom: 60px;
}
.breadcrumb_content-title {
  color: var(--orange);
  font-size: var(--fs-34);
  font-weight: 700;
  text-transform: uppercase;
  width: 40%;
  text-align: end;
  line-height: 38px;
}
.breadcrumb_content .breadcrumb-item {
  color: var(--gray-100);
  font-size: var(--fs-12);
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumb_content .breadcrumb-item a {
  color: var(--gray-100);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--gray-100);
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.show {
  position: absolute;
  width: 1289px;
  left: 43%;
  margin-left: -558px;
  justify-content: space-around;
  display: flex;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.dropdown-menu-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 70px;
  border-top: 1px solid var(--orange);
  margin: 0 20px;
}

.dropdown {
  position: initial;
}
.navbar {
  align-items: flex-start;
}
.dropdown .dropdown-link:hover {
  color: var(--orange);
}
.dropdown .dropdown-link:hover .triangle_2 {
  background-color: var(--orange);
}
.btn_button {
  background-color: var(--blue-500);
  color: var(--white);
  font-size: var(--fs-16);
  font-weight: 700;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.btn_button:hover {
  background-color: var(--blue-700);
}
.about_us {
  margin-bottom: 6.25rem;
}
/* .about_us--althima_box {
  width: 30%;
} */
.about_us--althima_box h3 {
  font-size: var(--fs-18);
  color: var(--blue-700);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
.about_us--althima_box:hover h3 {
  color: var(--orange);
}
.about_us--althima_box .about_us--althima_box--texto {
  font-size: var(--fs-16);
  text-align: center;
  margin-bottom: 0;
}

.about_us--althima_box-img {
  width: 120px;
  height: 112px;
}
.box_icone-suport,
.join_our_team-box_icone {
  height: 120px;
  margin-bottom: 10px;
}
.join_our_team {
  padding: 70px 0;
}

#pg-about .card {
  margin-top: 0;
}
#pg-about .banner_secondary {
  background-color: var(--white);
}
#pg-about .banner_secondary-shadow {
  background-color: var(--gray-200);
}

#pg-service-detalhe .service-detalhe-pg-2 .banner_secondary {
  background-color: var(--white);
}
/* service-detalhe-pg-1  */
#pg-service-detalhe .service-detalhe-pg-2 .banner_secondary-shadow {
  background-color: var(--gray-200);
}
#pg-service-detalhe .service-detalhe-pg-3 .banner_secondary {
  background-color: var(--gray-200);
  margin-bottom: 6.5rem;
}
#pg-service-detalhe .service-detalhe-pg-3 .banner_secondary-shadow {
  background-color: var(--white);
}
#pg-service-detalhe .service-detalhe-pg-4 .banner_secondary {
  background-color: var(--white);
  margin-bottom: 6.25rem;
}
#pg-service-detalhe .service-detalhe-pg-4 .banner_secondary-shadow {
  background-color: var(--white);
}
#pg-industries .banner_secondary,
#pg-newsroom .banner_secondary,
#pg-events .banner_secondary,
#pg-solucoes-hardware .banner_secondary,
#pg-lab-work .banner_secondary,
#pg-solucoes-altair-product .banner_secondary {
  background-color: var(--white);
}
#pg-industries .banner_secondary-shadow,
#pg-newsroom .banner_secondary-shadow,
#pg-events .banner_secondary-shadow,
#pg-solucoes-hardware .banner_secondary-shadow,
#pg-lab-work .banner_secondary-shadow,
#pg-solucoes-altair-product .banner_secondary-shadow {
  background-color: var(--blue-700);
}
#pg-solucoes-althima .banner_secondary,
#pg-solucoes-altair .banner_secondary {
  background-color: var(--gray-200);
}
#pg-solucoes-althima .banner_secondary-shadow,
#pg-solucoes-altair .banner_secondary-shadow {
  background-color: var(--white);
}
.service-detalhe-1pubi-margin {
  margin: 6.25rem 0;
}
.pg-interna .partners_box {
  background-color: var(--white);
  padding: 43px 22px 0 43px;
}
.pg-interna .partners {
  margin-bottom: 0;
}
.btn_geral_1 {
  background-color: var(--orange);
  color: var(--white);
  font-size: var(--fs-14);
  font-weight: 700;
  width: 11.25rem;
  padding: 0.625em 0;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 1rem;
  text-align: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: color 0.3s;
  display: block;
  text-transform: uppercase;
}
.btn_geral_1:hover {
  background-color: var(--blue-500);
}
.btn_geral_2 {
  background-color: var(--blue-300);
  color: var(--white);
  font-size: var(--fs-14);
  font-weight: 700;
  width: 180px;
  padding: 10px 0;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 1rem;
  text-align: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: color 0.3s;
  display: block;
  text-transform: uppercase;
}
.btn_geral_2:hover {
  background-color: var(--blue-500);
}
.join_our_team-box_title {
  font-size: var(--fs-34);
  color: var(--blue-500);
  font-weight: 700;
}
.join_our_team-box_text {
  font-size: var(--fs-16);
  text-align: justify;
  font-weight: 500;
}
.box_endereco_title {
  color: var(--orange);
  font-size: var(--fs-18);
  font-weight: 700;
  margin-bottom: 11px;
}
.box_endereco_text {
  font-size: var(--fs-14);
  font-weight: 400;
}
.form_contato_label {
  color: var(--blue-700);
  font-size: var(--fs-14);
  font-weight: 700;
  margin-left: 15px;
}
.form_contato label span {
  color: var(--red);
}
.form_contato_bg {
  background-color: var(--gray-250);
  height: 50px;
  border: none;
}
.carousel_service_produto .form_contato_bg {
  background-color: var(--white);
  height: 50px;
  border: 1px solid #efefef;
}
.carousel_service_produto .form_contato_textarea {
  background-color: var(--white);
  border: none;
}
.form_contato_textarea {
  background-color: var(--gray-250);
  border: none;
}
.form_contato_check {
  font-size: var(--fs-14);
  font-weight: 400;
}
.form_contato_check a {
  color: var(--gray-600);
  font-weight: 700;
  text-decoration: underline;
}
.pg-service .service {
  padding-top: 5.2rem;
}
.card {
  margin-top: 30px;
}
.service-detalhe-pg-2 .card {
  margin-top: 0;
}
.solutions .card,
.service-home .card {
  background-color: var(--white);
  transition: transform 0.5s ease;
  width: 100%;
}
.service-home .card:hover .geral_title_2 {
  color: var(--blue-500);
}

.solutions .card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.solutions .card-body,
.card_servicos_link .card-body {
  padding: 0 15px 20px 15px;
}
.service-home .card-body {
  padding: 0;
}

.solutions .card-img-top {
  height: 270px;
  overflow: hidden;
}
.solution_detalhe_services img {
  height: 300px;
}
.solution_detalhe_services_link:hover .geral_title_2 {
  color: var(--blue-500);
}
.solution_detalhe_services_link:hover .btn_geral_1 {
  background-color: var(--blue-500);
}
.service-detalhe-1pubi:hover .geral_title_2 {
  color: var(--blue-500);
}
.service-detalhe-1pubi:hover .btn_geral_1 {
  background-color: var(--blue-500);
}
.solution_detalhe_services_text {
  color: var(--gray-600);
}
.service-home .card-img-top {
  height: 150px;
  overflow: hidden;
}
.solutions .card-img-top img,
.service-home .card-img-top img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.solutions .card:hover .card-img-top img,
.service-home .card:hover .card-img-top img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.solutions .card:hover .ico_mais_blue,
.service-home .card:hover .ico_mais_blue {
  background-image: url('/img/ico_mais_orange.png');
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.service-detalhe-1pubi-border {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  background-color: var(--white);
  position: relative;
  display: block;
  padding: 25px;
}

.owl-carousel-principal {
  height: 550px;
}
.ico_geral_principal {
  height: 179px;
  width: 200px;
  margin: auto;
}
.carousel_footer {
  height: 200px;
  position: relative;
}
.carousel_footer-shadow {
  background-color: var(--blue-700);
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
:focus-visible {
  outline: 0px;
}
.banner_principal .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 12px;
  height: 12px;
}

.banner_principal .owl-theme .owl-dots .owl-dot.active span,
.banner_principal .owl-theme .owl-dots .owl-dot:hover span {
  background: #f28d0a;
}
.banner_principal .owl-theme .owl-dots {
  position: relative;
  bottom: 106px;
}
.banner_principal .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -50px;
  position: relative;
}

.carousel_footer .owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
}
.carousel_footer .owl-theme .owl-nav .owl-prev span {
  font-size: 50px;
  color: var(--white);
  line-height: 20px;
  position: absolute;
  left: -30px;
  top: 80px;
  background-color: var(--orange);
  border-radius: 50px;
  width: 28px;
  height: 28px;
  padding-right: 3px;
}

.carousel_footer .owl-theme .owl-nav .owl-next span {
  font-size: 50px;
  color: var(--white);
  line-height: 20px;
  position: absolute;
  right: -30px;
  top: 80px;
  background-color: var(--orange);
  border-radius: 50px;
  width: 28px;
  height: 28px;
  padding-left: 3px;
}
.service-galeria .owl-theme .owl-nav .owl-prev span {
  font-size: 50px;
  color: var(--white);
  line-height: 20px;
  position: absolute;
  left: -8px;
  top: 50px;
  background-color: var(--orange);
  border-radius: 50px;
  width: 28px;
  height: 28px;
  padding-right: 3px;
}
.service-galeria .owl-theme .owl-nav .owl-next span {
  font-size: 50px;
  color: var(--white);
  line-height: 20px;
  position: absolute;
  right: -8px;
  top: 50px;
  background-color: var(--orange);
  border-radius: 50px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
}

.carousel_service_produto .owl-theme .owl-nav .owl-prev span {
  font-size: 50px;
  color: var(--white);
  line-height: 20px;
  position: absolute;
  left: -8px;
  top: 62px;
  background-color: var(--orange);
  border-radius: 50px;
  width: 28px;
  height: 28px;
  padding-right: 3px;
}

.carousel_service_produto .owl-theme .owl-nav .owl-next span {
  font-size: 50px;
  color: var(--white);
  line-height: 20px;
  position: absolute;
  right: -38px;
  top: 62px;
  background-color: var(--orange);
  border-radius: 50px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
}
.service-detalhe .owl-carousel .owl-stage-outer {
  margin: 0 !important;
}

.service-detalhe .carousel_service_produto .owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  font-size: 90px;
  position: absolute;
  top: 80px;
  z-index: 1;
  width: 100%;
}

.service-detalhe .service-galeria {
  padding: 6.25rem 0;
}
.service-detalhe .service-galeria .owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  font-size: 90px;
  position: absolute;
  top: 28px;
  z-index: 1;
  width: 100%;
}
.owl-next {
  background-color: #f0f0f0; /* cor de fundo opcional */
  border: 2px solid #ccc;
  border-radius: 50%; /* borda redonda */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; /* centraliza horizontalmente */
  cursor: pointer;
}

.owl-next span {
  font-size: 20px;
  color: #333;
}

.service-detalhe .owl-carousel .owl-stage-outer {
  margin: 0 34px;
  z-index: 999;
}
.service-detalhe-2pubi,
.service-detalhe-1pubi {
  position: relative;
}
.service-detalhe-2pubi_shadow {
  background-color: var(--gray-200);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
}
.service-detalhe-1pubi_shadow {
  background-color: var(--gray-200);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 0;
}
.owl-carousel-service-galeria {
  height: 250px;
}
.carousel_service_produto_relative,
.carousel_event_relative {
  position: relative;
}

.carousel_service_produto {
  position: relative;
}
.carousel_service_produto-box {
  background-color: var(--white);
  display: block;
}
.carousel_service_produto_bg_fundo {
  background-color: var(--gray-200);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 15px;
  top: 20px;
  left: 0;
  z-index: 0;
}
.carousel_service-img {
  padding: 10px 10px 0 10px;
}
.carousel_service-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orange);
  color: var(--white);
  font-size: var(--fs-14);
  font-weight: 700;
  width: 100%;
  padding: 4px 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.carousel_service-titulo {
  color: var(--blue-700);
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  height: 80px;
}
.carousel_service-hora {
  color: var(--blue-700);
  font-size: var(--fs-14);
}
.carousel_service_produto .ico_mais_blue:hover {
  background-image: url('/img/ico_mais_orange.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
}
.tabela_selecione_curso_img {
  width: 114px;
  height: 85px;
}
#form-add-curso h1 {
  font-size: var(--fs-24);
}
#form-add-curso {
  display: none;
}
.table_add_curso th,
.table_add_curso th {
  color: var(--blue-700);
}
.service_box-2-img {
  width: 100%;
  height: 150px;
  background-size: cover;
}
.join_our_team_img {
  height: 436px;
  width: 100%;
  background-size: cover;
}
.join_our_team_img img {
  height: 436px;
  width: 100%;
  background-size: cover;
}
.join_our_team_box_1 {
  width: 50%;
}
.pg_service .pg_service_box_img {
  height: 355px;
  width: 100%;
  overflow: hidden;
}
.pg_service .pg_service_box_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.pg_service .pg_service_box:hover .pg_service_box_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pg_service_box .pg_service_text {
  color: var(--gray-600);
}
.pg_service_box:hover .btn_geral_1 {
  background-color: var(--blue-500);
}

.table_add_curso {
  width: 100%;
}
#floating-menu-container {
  position: fixed;
  background-color: #f4f4f4;
  visibility: hidden; /* Inicialmente invisível, mas ocupa espaço */
  opacity: 0; /* Inicialmente invisível */
  pointer-events: none; /* Impede interação */
  display: flex; /* Agora mantém o layout flexível */
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  min-height: 60px;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s; /* Visibilidade só muda após a transição */
  transform: translateY(-20px); /* Menu começa ligeiramente acima */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); /* Adiciona sombra ao menu */
}

#floating-menu-container.show {
  visibility: visible; /* Torna visível */
  opacity: 1; /* Torna visível */
  pointer-events: auto; /* Permite interação */
  transform: translateY(0); /* Move o menu para a posição normal */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Apenas as transições de visibilidade e movimento */
}

.floating-menu {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  /* background-color: #333; */
  color: #fff;
  width: 100%;
  gap: 40px;
}

.floating-menu a {
  color: var(--blue-500);
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  font-size: var(--fs-14);
}

.floating-menu a:hover {
  text-decoration: underline;
  color: var(--orange);
}
#pg-service-detalhe .owl-theme .owl-nav [class*='owl-']:hover {
  background: #fff;
  color: var(--orange);
  text-decoration: none;
}
#pg-service-detalhe .service-galeria .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: -39px;
}
#pg-service-detalhe .service-galeria .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: -39px;
}

#pg-service-detalhe
  .carousel_service_produto
  .owl-carousel
  .owl-nav
  button.owl-prev {
  position: absolute;
  top: 0;
  left: -39px;
}
#pg-service-detalhe
  .carousel_service_produto
  .owl-carousel
  .owl-nav
  button
  .owl-next {
  position: absolute;
  top: 0;
  right: -39px;
}
.service-detalhe .owl-carousel .owl-stage-outer {
  margin: 0;
}

.industries_box {
  display: block;
  position: relative;
  height: 310px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: inherit;
  background-size: cover;
  background-position: center;
  color: var(--white);
  overflow: hidden;
}

.industries_box_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%; /* 30% da altura total */
  background-color: rgba(46, 179, 163, 0.8); /* fundo com transparência */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  transition: opacity 0.4s ease;
  opacity: 1;
  visibility: visible;
}

.industries_box_content {
  position: absolute;
  inset: 0;
  padding: 20px;
  background-color: rgba(46, 179, 163, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%); /* Começa fora da tela, abaixo */
  transition: opacity 0.4s ease, transform 0.4s ease; /* Adicionando transição de transform */
}

.industries_box:hover .industries_box_title {
  opacity: 0;
  visibility: hidden;
}

.industries_box:hover .industries_box_content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.industries_box .industries_box_content_text {
  line-height: 18px;
}

.industries_box_content_btn {
  background-color: var(--orange);
  color: var(--white);
  font-size: var(--fs-14);
  font-weight: 700;
  width: 170px;
  padding: 6px 0;
  border: none;
  border-radius: 20px;
  margin-top: 1rem;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.industries_box_content_title {
  font-weight: bold;
  margin-bottom: 5px;
}
.newsroom,
.events,
.newsroom-content {
  display: block;
  background-color: var(--white);
  padding: 20px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.newsroom:hover,
.events:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
#carousel_media_center {
  position: relative;
}
#carousel_media_center .carousel_media_center_bg_fundo {
  background-color: var(--blue-700);
  height: 58px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
}

#carousel_media_center .carousel_media_center_content {
  display: block;
  border: 1px solid #eee;
  background-color: var(--white);
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#carousel_media_center .carousel_media_center_content:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
#carousel_media_center .carousel_media_center_content-img {
  overflow: hidden;
}
#carousel_media_center
  .carousel_media_center_content
  .carousel_media_center_content-img
  img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
#carousel_media_center
  .carousel_media_center_content:hover
  .carousel_media_center_content-img
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#carousel_media_center .carousel_media_center_content-text {
  color: var(--gray-600);
  margin-bottom: 0;
  height: 100%;
  font-size: var(--fs-14);
  height: 86px;
}

#carousel_media_center .geral_title_3 {
  color: var(--orange);
  font-weight: 700;
  font-size: var(--fs-16);
  margin: 5px 0;
  height: 49px;
  margin-bottom: 0;
  height: 49px;
}
#carousel_media_center .btn_geral_1 {
  margin-top: 0;
  width: 9.375rem;
}
#carousel_media_center .carousel_media_center_content:hover .btn_geral_1 {
  background-color: var(--blue-500);
}
#carousel_media_center .carousel_media_center_content-tag {
  /* color: var(--white);
  background-color: var(--blue-300); */
  color: var(--blue-500);
  font-weight: 700;
  font-size: var(--fs-12);
  padding: 4px 10px;
}

#carousel_media_center .owl-carousel-media-center {
  position: relative;
}
#carousel_media_center .owl-nav {
  display: flex;
  justify-content: space-between;
  font-size: 90px;
  position: absolute;
  top: 80px;
  z-index: 1;
  width: 100%;
}
#carousel_media_center .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 94px;
  left: -60px;
  background-color: var(--orange);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#carousel_media_center .owl-theme .owl-nav .owl-prev span {
  font-size: 50px;
  color: var(--white);
  line-height: 20px;
  position: absolute;
  left: 11px;
  top: 7px;
}
#carousel_media_center .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 94px;
  right: -60px;
  background-color: var(--orange);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#carousel_media_center .owl-theme .owl-nav .owl-next span {
  font-size: 50px;
  color: var(--white);
  line-height: 20px;
  position: absolute;
  right: 11px;
  top: 7px;
}

.newsroom:hover .btn_geral_1,
.events:hover .btn_geral_1 {
  background-color: var(--blue-500);
}
.newsroom .newsroom-img,
.events .events-img {
  overflow: hidden;
}
.newsroom .newsroom-img img,
.events .events-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.events:hover .events-img img,
.newsroom:hover .newsroom-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newsroom .newsroom-title,
.newsroom-content .newsroom-title,
#events-container .events-title {
  height: 65px;
}
#carousel_media_center .carousel_media_center_news .newsroom-title {
  height: 48px;
}
.newsroom .newsroom-text,
.newsroom-content .newsroom-text,
.events .events-text {
  color: var(--gray-600);
  height: 97px;
  margin-bottom: 15px;
}
.newsroom .btn_geral_1,
.events .btn_geral_1 {
  margin-top: 0;
  width: 9.375rem;
}
.newsroom .newsroom-tag,
.events .events-tag {
  /* color: var(--white);
  background-color: var(--blue-300); */
  color: var(--blue-500);
  font-weight: 700;
  font-size: var(--fs-14);
  padding: 4px 10px;
}
.newsroom-full_img {
  width: 100%;
  /* max-height: 420px; */
  -o-object-fit: cover;
  object-fit: cover;
}
.newsroom-full-lateral-title {
  height: 46px;
  color: var(--orange);
  font-weight: 700;
  font-size: var(--fs-16);
  margin: 10px 0;
}
.newsroom-full-lateral-img {
  width: 100%;
  height: 100%;
}
.form_event {
  margin-left: 30px;
}

.form_event_p {
  color: var(--blue-500);
  font-weight: 700;
  font-size: var(--fs-18);
}
.form_event_label {
  color: var(--blue-500);
  font-weight: 700;
  font-size: var(--fs-14);
}
.form_event_label span {
  color: var(--red);
}
.form_event .form-label {
  margin-bottom: 0;
}
.form_event_check {
  color: var(--blue-500);
  font-size: var(--fs-10);
}
.form_event_input {
  background-color: var(--gray-250);
  border: none;
}
.form_event_btn:hover {
  background-color: var(--blue-500);
}
.form_event_btn {
  background-color: var(--blue-300);
  color: var(--white);
  font-weight: 500;
  font-size: var(--fs-14);
  border: 0;
  transition: transform 0.5s ease;
  padding: 4px 20px;
  border-radius: 20px;
  margin-top: 15px;
}
#pg-services .service .pb-geral_1:last-of-type {
  padding-bottom: 0;
}
.solucoes_hardware_content {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px 0px;
}

#pg-solucoes-althima .btn_geral_1 {
  width: 20.25rem;
}
#pg-solucoes-althima .card,
#pg-solucoes-altair .card {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px 0px;
}
#pg-solucoes-althima .pg-solucoes-althima-woodtools .card .geral_title_2,
#pg-solucoes-altair .card .geral_title_2 {
  height: 66px;
  font-size: var(--fs-22);
}
#pg-solucoes-althima .pg-solucoes-althima-woodtools .card .card_texto {
  height: 208px;
}
#pg-solucoes-althima .pg-solucoes-althima-scrollworks .card .geral_title_2 {
  height: 100%;
  font-size: var(--fs-22);
}
#pg-solucoes-althima .pg-solucoes-althima-scrollworks .card .card_texto {
  height: 120px;
}
#pg-solucoes-altair .card .card_texto {
  height: 170px;
}
.solucoes_altair_img_principal {
  height: 420px;
}
.solucoes_altair_product {
  position: relative;
}
.solucoes_altair_product_shadow_bg {
  background-color: var(--gray-200);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 0;
}
.solucoes_altair_product_item {
  position: relative;
  height: 100%;
}
.solucoes_altair_product .solucoes_altair_product_item_img {
  height: 236px;
}
.solucoes_altair_product_item_title {
  font-size: var(--fs-18);
  font-weight: 700;
  color: var(--orange);
  padding: 0 40px;
  text-align: center;
}
.solucoes_altair_product_item_text {
  color: var(--gray-600);
  text-align: center;
  padding: 0 15px;
  height: 192px;
}
.solucoes_altair_product_item:hover .solucoes_altair_product_item_title {
  color: var(--blue-500);
}
.solucoes_altair_product_item:hover .ico_mais_blue {
  background-image: url('/img/ico_mais_orange.png');
}

.solucoes_altair_Units {
  position: relative;
}
.solucoes_altair_Units__shadow_bg {
  background-color: var(--gray-200);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  height: 200px;
}
.solucoes_altair_Units_box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  background-color: var(--white);
  position: relative;
  display: block;
  padding: 40px 25px 0 30px;
}
.solucoes_altair_title_institucional_59 {
  padding: 0 210px;
}
#pg-solucoes-altair .solucoes_altair_btn_institucional_59 {
  width: 20.25rem;
}
.pg-solucoes-altair-product .card_produto {
  display: block;
  padding: 10px 10px 30px 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 80px;
}
.pg-solucoes-altair-product .card_produto .card_produto_title {
  color: var(--blue-500);
  font-weight: 600;
}
.pg-solucoes-altair-product .card_produto:hover .card_produto_title {
  color: var(--orange);
}
.pg-solucoes-altair-product .card_produto:hover .ico_mais_blue {
  background-image: url('/img/ico_mais_orange.png');
}
.pg-solucoes-altair-product .card_produto .card_produto_text {
  color: var(--gray-600);
  height: 170px;
}
.pg-solucoes-altair-product .card_produto .card_produto_img {
  /* height: 200px; */
  overflow: hidden;
}
.pg-solucoes-altair-product .card_produto .card_produto_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.pg-solucoes-altair-product .card_produto:hover .card_produto_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news_box-principal .btn_geral_1 {
  margin-top: 0 !important;
}
.pg-solucoes-althima-woodtools .subtitle,
.solucoes_althima_realidade_aumentada .subtitle,
.pg-solucoes-althima-scrollworks .subtitle,
.solucoes_altair_Units .subtitle,
.pg_solucoes_altair_link .subtitle {
  color: var(--orange);
  margin-bottom: 16px;
  font-size: var(--fs-20);
  font-weight: 700;
}
.pg_solucoes_althima_link .text,
.pg_solucoes_altair_link .text {
  color: var(--gray-600);
}
.pg-solucoes-althima_img_1,
.pg-solucoes_altair_img {
  height: 400px;
  overflow: hidden;
}
.pg-solucoes-althima_img_1 img,
.pg-solucoes_altair_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.pg_solucoes_althima_link:hover .pg-solucoes-althima_img_1 img,
.pg_solucoes_altair_link:hover .pg-solucoes_altair_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pg_solucoes_althima_link:hover .btn_geral_1,
.pg_solucoes_altair_link:hover .btn_geral_1 {
  background-color: var(--blue-500);
}
.bullet_amarelo {
  background-image: url('/img/bullet_1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.bullet_azul_forte {
  background-image: url('/img/bullet_teste.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.bullet_azul_medio {
  background-image: url('/img/bullet_3.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.bullet_azul_claro {
  background-image: url('/img/bullet_4.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.pesquisar_box {
  background-color: #f0f0f0;
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#pg-pesquisar .list-group-item {
  border: none;
  padding: 6px 0;
}
#pg-pesquisar .pesquisa_tipo {
  color: var(--orange);
  font-weight: 600;
  font-size: var(--fs-16);
  text-transform: uppercase;
}
#pg-pesquisar .list-group-item h6 {
  color: var(--blue-500);
}
#pg-pesquisar .list-group-item .pesquisa_p {
  color: var(--gray-600);
}
#pg-pesquisar .list-group-item:hover h6 {
  color: var(--blue-700);
}

@media (max-width: 1380px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.show {
    width: 1116px;
    left: 50%;
  }
  .header-content .submenu_solucoes {
    left: -570px !important;
    width: 1120px !important;
  }
  .floating-menu-container .submenu_solucoes {
    left: -556px !important;
    width: 1120px !important;
  }
  #pg-service-detalhe .card_servicos_link .geral_title_3 {
    font-size: var(--fs-18);
  }
  #pg-service-detalhe .card-text-3publicacoes {
    height: 280px;
  }
  .industries_box .industries_box_content_text {
    font-size: var(--fs-14);
    line-height: 16px;
  }
  #pg-solucoes-althima .pg-solucoes-althima-woodtools .card .geral_title_2,
  #pg-solucoes-altair .card .geral_title_2 {
    height: 60px;
    font-size: var(--fs-20);
  }
  #pg-solucoes-althima .pg-solucoes-althima-scrollworks .card .geral_title_2 {
    height: 100%;
    font-size: var(--fs-20);
  }
  .solutions .card-img-top {
    height: 250px;
  }
  .solucoes_altair_product .solucoes_altair_product_item_img {
    height: 212px;
  }
  .solucoes_altair_product_item_title {
    padding: 0 10px;
  }
  .solucoes_altair_product_item_text {
    padding: 0 10px;
    height: 238px;
  }
  .solucoes_altair_img_principal {
    height: 400px;
  }
  .solucoes_altair_title_institucional_59 {
    padding: 0 110px;
  }
  #pg-solucoes-altair .card .card_texto {
    height: 200px;
  }
  .pg-solucoes-altair-product .card_produto .card_produto_text {
    height: 196px;
  }
  .news_box-principal .btn_geral_1 {
    width: 8.25rem;
  }
  .newsroom-full-lateral-title {
    height: 66px;
  }
  #carousel_media_center .carousel_media_center_news .newsroom-title {
    height: 52px;
  }
  #carousel_media_center .carousel_media_center_content-text {
    height: 106px;
  }
  .newsroom-content .newsroom-text {
    height: 122px;
  }
  .newsroom-body .geral_title_3 {
    font-size: var(--fs-20);
  }
  .newsroom-body .newsroom-text {
    height: 120px;
  }
}
@media (max-width: 1025px) {
  .p-geral {
    padding: 3rem 0.375rem;
  }

  .header .logo img {
    width: 148px;
    max-width: 100%;
  }
  .banner_secondary-img a {
    height: 160px;
  }
  .service_video {
    width: 100%;
    margin-bottom: 12px;
  }
  .events .events_type {
    margin-top: 40px;
  }
  .events .events_box {
    padding: 15px;
  }
  .footer_top_box {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .logo_mini {
    display: none;
  }
  .footer_top .lead {
    max-width: 328px;
  }
}

@media (max-width: 900px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
  .p-geral {
    padding: 30px 0;
  }
  .pb-geral_1 {
    padding-bottom: 30px;
  }
  .header {
    position: initial;
    width: 100%;
    background-color: var(--white);
  }
  .header .header-content {
    padding: 2rem 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    flex-direction: column;
    position: sticky !important;
    width: 100% !important;
    margin-left: -196px !important;
    margin-top: 55px !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li {
    margin-bottom: 10px;
  }
  .all-header .logo img {
    width: 200px;
    max-width: 100%;
  }
  #pg-index .header {
    height: inherit;
  }
  .header-content {
    height: 100%;
  }
  .modal-backdrop {
    background-color: transparent;
  }
  .banner_principal {
    height: 450px;
  }
  /* .owl-carousel-principal .owl-carousel__item {
    height: 200px;
    background-size: cover;
  } */
  h1 {
    font-size: var(--fs-24);
  }
  h2 {
    font-size: var(--fs-16);
    margin: 10px 0;
  }
  .solutions_box {
    width: 50%;
    margin-top: 46px;
    display: grid;
  }
  .solutions_box-img {
    width: 86px;
    height: 80px;
    margin: auto;
  }
  .solutions_box-title {
    font-size: var(--fs-14);
  }
  .events .events_box p {
    font-size: var(--fs-18);
  }
  .service_box {
    margin-left: 0;
  }
  .service .ico_mais_blue {
    margin-bottom: 25px;
  }
  .partners_box {
    padding: 15px;
  }
  .partners_box .partners_box-content_title {
    margin-top: 8px;
  }
  .footer_top {
    padding: 40px 0;
  }
  .partners_box .logo_altair_channel {
    width: 100%;
  }
  .partners_box .certified_img {
    height: 197px;
    width: 100%;
  }
  .partners {
    margin-bottom: 3rem;
  }
  .breadcrumb_content-title {
    font-size: var(--fs-20);
  }
  .nav-item {
    display: flex;
  }
  .header .nav-link {
    display: flex;
    gap: 10px;
  }
  .news_box {
    padding: 15px;
  }
  .news_box .news_box-date {
    font-size: var(--fs-10);
  }
  .news_box .news_box-text {
    font-size: var(--fs-16);
    height: auto;
    line-height: 20px;
  }

  .carousel_footer .carousel {
    flex-wrap: wrap; /* Permite que as imagens quebrem em uma nova linha se necessário */
    justify-content: center; /* Centraliza as imagens */
  }

  .carousel_footer .carousel-item {
    width: 45%; /* Faz com que as imagens ocupem 45% da largura do container */
    margin-right: 5%;
    margin-bottom: 10px;
  }
  .join_our_team_box_1 {
    width: 100%;
  }
  .table_add_curso {
    width: 500px;
  }
  .owl-theme .owl-dots .owl-dot span {
    background: var(--orange);
  }
  .carousel_footer .owl-theme .owl-nav {
    display: none;
  }
  .contato_lateral_h1 {
    margin-top: 20px;
  }
  .solutions {
    padding-bottom: 3rem;
    margin-top: 40px;
  }
  .home_events .events_box .events_box_titulo {
    height: 120px;
  }
  .home_events_box_btn {
    top: 304px;
  }
  .partners_box .logo_altair_channel {
    width: 100%;
    height: 100px;
    background-size: contain;
  }
  .partners_box .certified_img {
    width: 100%;
    height: 110px;
    background-size: contain;
  }
  body .breadcrumb-img {
    height: 200px !important;
    min-height: unset;
  }
  .geral_title_4 {
    margin-top: 15px;
  }
  .pg-solucoes-althima-woodtools .subtitle,
  .solucoes_althima_realidade_aumentada .subtitle,
  .pg-solucoes-althima-scrollworks .subtitle,
  .solucoes_altair_Units .subtitle,
  .pg_solucoes_altair_link .subtitle {
    margin-top: 10px;
  }
  .solucoes_altair_Units_box {
    padding: 30px 20px;
  }
  #pg-solucoes-altair .card .card_texto {
    height: 100%;
  }
  #pg-solucoes-althima .pg-solucoes-althima-woodtools .card .geral_title_2,
  #pg-solucoes-altair .card .geral_title_2 {
    height: 100%;
    font-size: var(--fs-20);
  }
  .card_produto_mobile {
    padding-bottom: 20px;
  }
  .card_produto_mobile .card_produto_title {
    color: var(--blue-500);
    font-weight: 700;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .card_produto_mobile .card_produto_text {
    color: var(--gray-600);
    font-size: 14px;
    margin-top: 10px;
  }
  .industries_box_mobile .industries_box_content_title {
    color: var(--orange);
    margin-bottom: 0;
    font-size: var(--fs-16);
  }
  .industries_box_mobile .industries_box_content_text {
    color: var(--gray-600);
    font-size: var(--fs-14);
  }
  .form_event {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: var(--fs-20);
    margin-bottom: 30px;
  }
  .pt-geral_1 {
    padding-top: 3.25rem;
  }
  .pb-geral_1 {
    padding-bottom: 3.25rem;
  }
  .pt-geral_1 {
    padding-top: 3.25rem;
  }
  .btn_geral_1 {
    font-size: var(--fs-12);
    padding: 0.25em 0;
    width: 6.25rem;
  }

  #floating-menu-container {
    display: none !important;
  }
  .card {
    margin-bottom: 30px;
  }
  .geral_title_2,
  .geral_title_4 {
    font-size: var(--fs-20);
    margin: 8px 0;
  }
  .header .header-content {
    padding: 10px;
  }

  .partners_box .logo_altair_channel {
    width: 100%;
    height: 70px;
    background-size: contain;
  }

  .partners_box .certified_img {
    width: 100%;
    height: 90px;
    background-size: contain;
  }
  .carousel_footer .carousel-item {
    width: 48%; /* Duas imagens ocupando 48% da largura do container */
    margin-right: 4%; /* Espaço entre as imagens */
    margin-bottom: 10px; /* Espaço entre as imagens nas linhas */
  }
  .carousel_footer .carousel {
    flex-wrap: wrap; /* Permite que as imagens quebrem em uma nova linha */
  }

  .carousel_footer .modal-content {
    width: 95%; /* A imagem no modal ocupa 95% da largura da tela */
  }
  .owl-carousel-service-galeria {
    height: 100%;
    margin-bottom: 6.25rem;
  }

  /* .owl-carousel-service-produto .owl-item.active {
    max-width: 314px !important;
  } */
  .service-detalhe .service-galeria .owl-theme .owl-nav {
    bottom: 80px;
  }
  .service-detalhe .owl-theme .owl-nav {
    bottom: 170px;
  }
  .footer_top {
    padding: 40px 0;
  }
  .about_us--althima_box {
    width: 100%;
    margin: 40px 0;
  }
  .about_us {
    margin-bottom: 3.25rem;
  }
  .service_box-2-img {
    height: 80px;
  }
  .events .events_box .events_box_titulo {
    height: 92px;
  }
  .breadcrumb_content-title {
    width: 80%;
    line-height: 26px;
  }
  .breadcrumb_content {
    margin-top: 0;
  }
  .ico_geral_principal {
    height: 119px;
    width: 132px;
    margin: auto;
  }
  .banner_principal .owl-theme .owl-dots {
    bottom: 90px;
  }
  .news_box_content {
    margin-top: 5px;
  }
  .news_box-principal {
    margin-top: 20px;
  }
  .news_box-principal-link {
    display: flex;
  }
  .news_box-principal-img {
    width: 40%;
    height: 137px;
  }
  .news_box {
    width: 60%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .news_box .news_box-text {
    height: 60px;
  }
  .service-detalhe-2pubi .card-img-top {
    height: 234px;
  }
  .service-detalhe-1pubi .card-img-top {
    height: 212px;
  }
  .carousel_footer {
    margin-top: 50px;
  }

  .tabela_selecione_curso_img img {
    width: 93px;
    height: 70px;
  }
  .events {
    padding: 4.2rem 0;
  }
  .pg_service_box_img {
    height: 270px;
    object-fit: cover;
  }
  body .breadcrumb-img {
    height: 100px !important;
    min-height: unset;
  }
  .banner_secondary {
    height: 250px;
  }
  #pg-service-detalhe .service-detalhe-1pubi_img {
    height: 244px;
    width: 100%;
  }
  .service-detalhe-1pubi-border {
    padding: 20px;
  }
  .tecnical_support {
    padding-bottom: 30px;
  }
  .header .nav-link {
    flex-direction: row;
    margin-top: 16px;
  }
  .newsroom,
  .events {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
  }

  .newsroom .geral_title_3,
  .events .geral_title_3 {
    margin: 0;
    color: var(--orange);
    margin-bottom: 0;
    font-size: var(--fs-16);
  }
  .newsroom .newsroom-text,
  .events .events-text {
    height: 88px;
    margin-bottom: 10px;
    color: var(--gray-600);
    font-size: var(--fs-14);
  }
  .industries_box_mobile {
    display: block;
  }
  .industries_box_mobile img,
  .newsroom .newsroom-img img,
  .events .events -img img {
    width: 100%;
    height: 112px;
    object-fit: cover;
    object-position: center center;
  }
  .industries_box_mobile .industries_box_content_title {
    color: var(--orange);
    margin-bottom: 0;
    font-size: var(--fs-16);
  }
  .industries_box_mobile .industries_box_content_text {
    color: var(--gray-600);
    font-size: var(--fs-14);
  }
  .industries_box_mobile .industries_box_content_btn,
  .newsroom .btn_geral_1,
  .events .btn_geral_1 {
    background-color: var(--orange);
    color: var(--white);
    font-size: var(--fs-12);
    font-weight: 700;
    width: 149px;
    padding: 4px 0;
    border: none;
    border-radius: 20px;
    margin-top: 0.5rem;
    text-align: center;
    display: block;
    text-transform: uppercase;
  }

  .newsroom .newsroom-tag,
  .events .events-tag {
    font-size: var(--fs-16);
  }
  .newsroom:hover,
  .events:hover {
    box-shadow: none;
  }
  .form_event {
    margin-left: 0;
    margin-top: 30px;
  }
  #carousel_media_center .carousel_media_center_content {
    margin: auto;
    width: 80%;
  }
  #carousel_media_center .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: -12px;
  }
  #carousel_media_center .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: -12px;
  }
  .news .news_box-tag {
    font-size: var(--fs-10);
    padding: 4px 8px;
  }
  .newsroom .newsroom-title,
  .newsroom-content .newsroom-title {
    max-height: 50px;
  }
  .carousel_service_produto-box {
    margin: auto;
    width: 250px;
  }
  .service-detalhe .carousel_service_produto .owl-theme .owl-nav {
    z-index: 999;
  }
  #pg-service-detalhe
    .carousel_service_produto
    .owl-carousel
    .owl-nav
    button.owl-prev {
    left: 13px;
  }
  .carousel_service_produto .owl-theme .owl-nav .owl-next span {
    right: 15px;
  }
  .pg-solucoes-althima_img_1 {
    margin-bottom: 10px;
  }
  #pg-solucoes-althima .pg-solucoes-althima-woodtools .card .card_texto {
    height: 100%;
  }
  #pg-solucoes-althima .pg-solucoes-althima-woodtools .card .geral_title_2 {
    height: 100%;
  }
  #pg-service-detalhe .solution_detalhe_services_img {
    height: 280px;
    max-width: 100%;
  }
  .home_events .events_box .events_box_titulo {
    height: 116px;
  }
  .newsroom .newsroom-img,
  .events .events-img {
    height: 150px;
  }
  .solucoes_altair_img_principal {
    height: 246px;
  }

  .solucoes_altair_Units_box {
    padding: 20px;
  }
  .solucoes_altair_title_institucional_59 {
    padding: 0;
  }
  .solucoes_altair_product_item {
    margin-bottom: 50px;
    height: initial;
  }
  .solucoes_altair_product_item_text {
    height: 100%;
  }

  .card_produto_mobile {
    padding-bottom: 20px;
  }
  .card_produto_mobile .card_produto_title {
    color: var(--blue-500);
    font-weight: 700;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .card_produto_mobile .card_produto_text {
    color: var(--gray-600);
    font-size: 14px;
    margin-top: 10px;
  }
  #pg-solucoes-altair .card .card_texto {
    height: 100%;
  }
  .home_events .events_type {
    margin-top: 30px;
  }
  .pg-solucoes-althima_img_1,
  .pg-solucoes_altair_img {
    height: 100%;
  }
  .owl-carousel-principal {
    height: 450px;
  }
  .banner_secondary-img a {
    height: 250px;
  }
  .banner_secondary-shadow {
    top: 60%;
  }
  .banner_principal {
    max-height: 450px;
  }
  .news_box-principal .btn_geral_1 {
    width: 6.25rem;
  }
  .home_events_box_btn {
    position: absolute;
    top: 298px;
    right: 0;
    z-index: 999;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu.show {
    border: 0;
  }
}
