@font-face {
  font-family: "area-variable";
  src: url("./fonts/fonnts.com-Area_Extended_Regular.otf");
  font-weight: 100 900;
  font-style: normal;
}

:root {
  --azul-mineral: #577179;
  --cinza-marfim: #ABB9C3;
  --branco-marfim: #F6F5F4;
  --black-contraste: #ABB9C3;
  --vermelho-terracota: #E84F35;
}

* {
  /* font-family: "area-variable", sans-serif; */
  font-family: 'Poppins', serif;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--azul-mineral);
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

nav {
  width: 100%;
  background-color: transparent;
}

nav img {
  width: 200px;
}

.nav-link {
  color: var(--azul-mineral);
  font-weight: 500;
  text-decoration: none !important;
}

.nav-link:hover {
  color: var(--vermelho-terracota);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

header {
  min-height: 100vh;
  background-color: var(--azul-mineral);
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(./img/bg-light.jpg);
  background-size: cover;
}

.content-header {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.logo-header {
  width: 50%;
}

header .content-header h6 {
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}

header .content-header h1 {
  font-weight: 700;
  font-size: 3rem;
}

header .content-header button {
  text-transform: uppercase;
}

.h-100 {
  min-height: 100vh;
}

.btn-primary {
  color: #fff;
  background-color: var(--azul-mineral);
  padding: 1rem 4rem;
  font-weight: 500;
  outline: none;
  border: none;
}

.btn-primary:hover {
  background-color: var(--vermelho-terracota);
}

.btn {
  min-width: 250px;
}


.btn-seccundary {
  color: #fff;
  background-color: var(--vermelho-terracota);
  padding: 1rem 0;
  font-weight: 500;
  outline: none;
  border: none;

}

.logo-lbd-sobre-nos {
  width: 75%;
}

.btn-seccundary:hover {
  background-color: var(--azul-mineral);
}


.padding-section {
  padding: 150px 0 0 0;
}

.padding-section-down {
  padding: 150px 0 150px 0;
}

/* MISSAO */

.box-icon-missao {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-missao {
  border: 1px solid var(--cinza-marfim);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

#missao h3 {
  padding: 1rem 0;
}

/* MISSAO */
/* SOBRE NOS */
#sobre-nos {
  background-image: url(./img/footer.png);
  /* background-image: url(./img/bg-header.png); */
  display: flex;
  align-items: center;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

#sobre-nos h6 {
  color: var(--vermelho-terracota);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* SOBRE NOS */
/* OBRAS */
.img-obra {
  height: 350px;
  width: 100%;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.img-obra img {

  object-fit: cover;
}

/* OBRAS */
/* NOSSOS NUMEROS */
#nossos-numeros {
  /* background-image: url(./img/bg-light.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#nossos-numeros .card-number {
  background-color: var(--branco-marfim);
  text-align: center;
  padding: 2rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#nossos-numeros .card-number h2 {
  font-size: 3rem;
  font-weight: 700;
}

#nossos-numeros .card-number h6 {
  font-size: 1.5rem;
  font-weight: 500;
}

/* NOSSOS NUMEROS */
/* FOOTER */
footer {
  background-image: url(./img/footer.png);
  min-height: 600px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--azul-mineral);
}

footer ul {
  list-style: none;
}

#rodape {
  background-color: var(--azul-mineral);
  color: #fff;
}

/* FOOTER */
.section-title h2 {
  color: var(--azul-mineral);
}

.section-title h6 {
  color: var(--vermelho-terracota);
}

/* TIME LINE */
.content {
  background-color: var(--azul-mineral);
  color: #fff;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.content h3 {
  color: #fff;
  font-weight: 700;
}

#timeline {
  padding: 100px 0 0 0;
}

/* TIME LINE */

#seguranca .content,
#gestao .content,
#obras .content {
  background-color: var(--branco-marfim);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s;
}

#seguranca .content:hover,
#gestao .content:hover,
#obras .content:hover {
  transform: translateY(-10px);
}

#seguranca .content i,
#obras .content i {
  color: var(--vermelho-terracota);
}

#gestao {
  color: #fff !important;
}

#gestao h4 {
  color: #fff !important;
}

#seguranca p {
  color: var(--azul-mineral) !important;
}

#gestao .content {
  background-color: rgba(87, 113, 121, 0.8);
  color: #fff;
}

#obras .content h5 {
  color: var(--azul-mineral);
  margin-top: 10px;
}

#geral {
  position: relative;
  overflow: hidden;
}

#geral::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('./img/footer.png');
  background-size: cover;
  background-position: center;
  transform: scaleX(-1);
  z-index: -1;
}

/* WHATSAPP FOOTER */
.whatsapp-footer {
  background-color: transparent;
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 0 20px 20px 0;
  display: flex;
  justify-content: end;
  align-items: center;
}

.box-whatsapp {
  width: 80px;
  height: 80px;
  background: #25d366;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25pt;

}

/* WHATSAPP FOOTER */