@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}

.avisoCookies {
  z-index: 10000;
  position: fixed;
  bottom: 15px;
  padding: 15px;
  width: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-left: -25%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  column-gap: 50px;
  text-align: left;
}
.avisoCookies p {
  margin: 0;
  padding: 0;
}
.avisoCookies a {
  color: #242525;
  text-decoration: underline;
}

.titulo-conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.titulo-conteudo h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.titulo-conteudo img {
  margin-bottom: 15px;
}

.redes {
  display: flex;
  column-gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.redes li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #313131;
  font-size: 14px;
}
.redes li a:hover {
  color: #1e3d73;
}

section {
  padding: 100px 0;
}

.header-menu-mobile .header-menu-mobile {
  display: none;
  position: absolute;
  right: 5px;
  z-index: 20;
  top: 5px;
}
.header-menu-mobile .header-menu-mobile-fechar {
  display: none;
}

.banner .owl-nav .owl-prev, .banner .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  position: absolute;
  z-index: 10;
}
.banner .owl-nav .owl-prev:hover, .banner .owl-nav .owl-next:hover {
  background-color: #313131;
  border: 1px solid #313131 !important;
}
.banner .owl-nav .owl-prev {
  left: 45px;
}
.banner .owl-nav .owl-next {
  right: 45px;
}
.banner .owl-item .item {
  position: relative;
}
.banner .owl-item .item .mobile {
  display: none;
}
.banner .owl-item .item .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .owl-item .item .content h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
}
.banner .owl-item .item .content p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 5px;
}
.banner .owl-item .item .content img {
  width: min-content;
  margin: 35px 0 50px 0;
}
.banner .owl-item .item .content a {
  border: 1px solid #fff;
  padding: 10px 50px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
}
.banner .owl-item .item .content a:hover {
  background-color: #313131;
  border-color: #313131;
}

header {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
header .dropdown-toggle::after {
  display: none;
}
header .navbar {
  margin: 0;
  padding: 30px 0 30px 0;
}
header .container {
  position: relative;
}
header .container .navbar-brand {
  margin: 0;
  padding: 0;
}
header .container #menu-header {
  bottom: 10px;
  position: absolute;
  right: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  column-gap: 40px;
}
header .container #menu-header .nav-item {
  margin: 0;
  padding: 0;
  height: min-content;
}
header .container #menu-header .nav-item .nav-link {
  position: relative;
  margin: 0;
  padding: 0;
  color: #313131;
  cursor: pointer;
}
header .container #menu-header .nav-item .nav-link:hover, header .container #menu-header .nav-item .nav-link.show {
  color: #1e3d73;
  text-shadow: 0px 0px 1px #1e3d73;
}
header .container #menu-header .nav-item .nav-link:hover:after {
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  content: "\f0d8";
  color: #1e3d73;
  left: 50%;
  margin-left: -2px;
  bottom: -40px;
  height: 15px;
}
header .container #menu-header .nav-item .dropdown-menu {
  border-radius: 0px;
  margin-left: -15px;
  border: 0;
  width: min-content;
  min-width: auto;
}
header .container #menu-header .nav-item .dropdown-menu .nav-item {
  width: min-content;
}
header .container #menu-header .nav-item .dropdown-menu .nav-item .dropdown-item {
  font-size: 12px;
  color: #313131;
  text-transform: none;
}
header .container #menu-header .nav-item .dropdown-menu .nav-item .dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent;
}
header .container #menu-header .nav-item .dropdown-menu .nav-item .dropdown-item:active {
  background-color: transparent;
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo.interno .logo-grupo {
  display: block;
  width: 115px;
}
header .logo.interno .logo-grupo img {
  width: 100%;
}
header .logo.interno .logo-sub {
  padding-left: 45px;
  margin-left: 45px;
  border-left: 1px solid #172c54;
}

footer {
  background-color: #313131;
}
footer .container {
  position: relative;
}
footer .ao-topo {
  border: 0px;
  position: absolute;
  right: -50px;
  width: 50px;
  height: 50px;
  background-color: #616161;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
}
footer .ao-topo:hover {
  background-color: #232323;
}
footer .footer-menu {
  padding: 100px 0 50px 0;
}
footer .footer-menu nav {
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  list-style: none;
}
footer .footer-menu nav li {
  display: flex;
  flex-direction: column;
}
footer .footer-menu nav li a {
  text-decoration: none;
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  line-height: 24px;
}
footer .footer-menu nav li a:hover {
  color: #ffffff;
}
footer .footer-menu nav li a strong:hover {
  color: #999999;
}
footer .footer-menu nav li strong {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
}
footer .footer-menu nav li.grupo {
  background-image: none;
  padding: 0px;
}
footer .footer-menu nav li.contato {
  background-color: transparent;
}
footer .footer-menu nav li.contato .redes {
  margin: 40px 35% 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #4c4c4c;
}
footer .footer-menu nav li.contato .redes li a {
  width: 30px;
  height: 30px;
  border: 1px solid #4c4c4c;
  border-radius: 50px;
}
footer .footer-menu nav li.contato .redes li a:hover {
  background-color: #999999;
  color: #fff;
}
footer .footer-rodape {
  padding-bottom: 100px;
}
footer .footer-rodape ul {
  margin: 0px;
  padding: 50px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  list-style: none;
  border-top: 1px solid #4c4c4c;
}
footer .footer-rodape ul li {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #999999;
  line-height: 32px;
}
footer .footer-rodape ul li address {
  margin: 0;
  padding: 0;
}
footer .footer-rodape ul li a {
  text-decoration: none;
  color: #999999;
}
footer .footer-rodape ul li a:hover {
  color: #fff;
}
footer .footer-rodape ul li a i {
  width: 20px;
}

.assinatura {
  background-color: #232323;
  padding: 30px 0;
  text-align: center;
}
.assinatura p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #999999;
}
.assinatura p strong {
  color: #bcbcbc;
}
.assinatura p a {
  text-decoration: none;
  color: #999999;
}
.assinatura p a:hover {
  color: #fff;
}

.institucional .titulo-conteudo h2, .grupo .titulo-conteudo h2, .missao-visao-valores .titulo-conteudo h2, .deferenciais .titulo-conteudo h2 {
  color: #313131;
}
.institucional p, .grupo p, .missao-visao-valores p, .deferenciais p {
  margin-top: 35px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0px;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.institucional p strong, .grupo p strong, .missao-visao-valores p strong, .deferenciais p strong {
  font-weight: 500;
}

.grupo {
  background-image: url("../img/institucional.jpg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center right;
  padding: 180px 0;
}

.galeria .owl-stage {
  height: 100%;
}
.galeria .owl-stage .owl-item {
  height: 100%;
}
.galeria .owl-stage .owl-item .item a img {
  object-fit: cover;
  height: 360px;
  filter: grayscale(100%);
}
.galeria .owl-stage .owl-item .item a:hover img {
  filter: grayscale(0%);
}

.missao-visao-valores {
  background-color: #f7f7f7;
}

.diferenciais .titulo-conteudo {
  margin-bottom: 50px;
}
.diferenciais .item {
  background-color: #f3f3f3;
  border: 1px solid #d7d8dc;
  height: 100%;
}
.diferenciais .item .imagem img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.diferenciais .item .texto {
  padding: 30px;
  text-align: center;
}
.diferenciais .item .texto h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #313131;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.diferenciais .item .texto p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #313131;
  margin: 0;
  padding: 0;
}

.contato {
  background: #414141;
}
.contato .titulo-conteudo h2 {
  color: #ffffff;
}
.contato p {
  margin-top: 35px;
  font-size: 16px;
  color: #f1f1f1;
  text-align: center;
  padding: 0px 30%;
}
.contato form {
  margin-top: 35px;
}
.contato form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.contato form .form-group i {
  position: absolute;
  height: calc(100% - 1px);
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #e5e5e5;
}
.contato form .form-group input, .contato form .form-group textarea {
  outline: inherit;
  background-color: #545454;
  font-size: 14px;
  color: #e5e5e5;
  border: 1px solid #7e7e7e;
  border-radius: 0;
  padding: 15px 10px 15px 35px;
}
.contato form .form-group input::placeholder, .contato form .form-group textarea::placeholder {
  color: #e5e5e5;
}
.contato form .form-group input:focus, .contato form .form-group textarea:focus {
  background-color: #545454;
  font-size: 14px;
  color: #e5e5e5;
  border: 1px solid #7e7e7e;
  border-radius: 0;
  outline: none;
}
.contato form .form-group textarea {
  padding: 10px;
  resize: none;
}
.contato form .h-captcha {
  display: flex;
  justify-content: flex-end;
}
.contato form .acao {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}
.contato form .acao button {
  background-color: #292929;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
}
.contato form .acao button:hover {
  background-color: #172c54;
}

.o-que-fizemos {
  margin: 150px 0;
  padding: 0;
}
.o-que-fizemos.telecom {
  background: linear-gradient(to left, #a2c037 50%, transparent 50%);
}
.o-que-fizemos.paperbox {
  background: linear-gradient(to left, #008ed3 50%, transparent 50%);
}
.o-que-fizemos.energia {
  background: linear-gradient(to left, #e6ad1a 50%, transparent 50%);
}
.o-que-fizemos.bysolar {
  background: linear-gradient(to left, #b8d048 50%, transparent 50%);
}
.o-que-fizemos.engenharia {
  background: linear-gradient(to left, #c20e1a 50%, transparent 50%);
}
.o-que-fizemos .texto {
  background-color: #f7f7f7;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin-right: -30px;
  padding: 70px;
}
.o-que-fizemos .texto p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.o-que-fizemos .texto p strong {
  font-weight: 500;
}
.o-que-fizemos .texto .titulo-conteudo {
  align-items: baseline;
}
.o-que-fizemos .imagem {
  margin-top: -50px;
  margin-bottom: -50px;
}

.como-fazemos {
  margin: 0;
  padding: 0px;
  background-size: cover;
}
.como-fazemos .texto {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin-right: -30px;
  padding: 170px 100px;
}
.como-fazemos .texto p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.como-fazemos .texto p strong {
  font-weight: 500;
}
.como-fazemos .texto .titulo-conteudo {
  align-items: baseline;
}

.complemento-energia {
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
}
.complemento-energia .imagem {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.complemento-energia .texto {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 100px 0;
}
.complemento-energia .texto p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.complemento-energia .texto p strong {
  font-weight: 500;
}
.complemento-energia .texto .titulo-conteudo {
  align-items: baseline;
}

.objetivo {
  padding: 220px 0 100px 0;
}
.objetivo .texto {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin-right: -30px;
  padding: 0 70px;
}
.objetivo .texto p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.objetivo .texto p strong {
  font-weight: 500;
}
.objetivo .texto .titulo-conteudo {
  align-items: baseline;
}

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