@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,700&display=swap');

:root {
  --primary-color: #ffd000;
  --secundary-color: #cfcfcf;
}

html {
  font-size: 62.5%;
}

body {
  background: #000000;
  font-family: 'Roboto', sans-serif;
  color: var(--secundary-color);
  font-size: 1.6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header {
  width: 100%;
  color: var(--primary-color);
}

main {
  width: 100%;
  max-width: 1440px;
}

a {
  cursor: pointer;
  color: var(--secundary-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.social-itens {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 4.3rem;
  background-color: #0f0f0f;
}

.social-telefone,
.social-email,
.social-icons {
  padding-left: 6em;
  color: var(--primary-color);
}

.social-image {
  padding-right: .4em;
  text-decoration: none;
}

.menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  align-items: baseline;
}

#burger {
  display: none;
  color: var(--primary-color);
}

.menu img {
  padding-top: 1em;
  padding-left: 6em;
}

.main-menu {
  width: 90%;
}

.main-menu-drop {
  display: none;

}

.menu-topo {
  display: flex;
}

.menu-item {
  padding-left: 1.5rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.menu-item-drop {
  margin-bottom: 0.3em;
}

.menu-topo a,
.menu-topo-drop a {
  text-decoration: none;
  color: var(--primary-color);
}

.menu-topo a:hover,
.menu-topo-drop a:hover {
  color: var(--secundary-color);
}

.area1,
.container-area2 {
  color: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin: 3em auto;
  padding: 1em;
  text-align: justify;
}

.area1-left {
  width: 90%;
  color: var(--secundary-color);
}

.area1-left h1 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 3rem;
  margin-bottom: 2em;
  text-align: center;
}

.area1-left-p1 {
  font-size: 1.8rem;
  margin-bottom: 2em;
  line-height: 1.5;
}

.area1-left-p2 {
  font-size: 1.1rem;
  line-height: 1.3;

}

.area1-right {
  width: 100%;
  background-image: url("../img/holding.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.area1-right-bpo {
  width: 100%;
  background-image: url("../img/bpo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.area1-escritorio {
  width: 100%;
}



.area1-areas {
  width: 100%;
  background-image: url("../img/homem.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.area2 {
  background: linear-gradient(rgba(0, 0, 0, 0.781), rgba(0, 0, 0, 0.781)), url("../img/bg-01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  padding: 2em;
}

.area2 h2,
.clientes-container h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;

}

.area2-right-p1 {
  color: var(--secundary-color);
  font-size: 1.8rem;
  margin: 2em auto;
  line-height: 1.5;
}


.area2-left {
  width: 95%;
  background: linear-gradient(rgba(0, 0, 0, 0.101), rgba(0, 0, 0, 0.101)), url("../img/13-09.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.area2-right {
  width: 90%;
  margin: auto;
}

/* CLIENTES */

.clientes-container {
  margin-top: 3em;
}

.clientes {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 1em auto;
}

.clientes img {
  width: 10vw;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.clientes img:hover {
  cursor: pointer;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/* CARLOS */

.imagem-mb {
  width: 40vw;
  max-width: 576px;

}




/* FOOTER */

footer {
  width: 100%;
  background-color: #0f0f0f;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer {

  width: 100%;
  max-width: 1440px;
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
}

.icons-e-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.icons-footer {
  width: 40%;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-footer {
  width: 200px;
}

.footer-titulos {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
}

.lista-menu,
.lista-dados {
  font-size: 1.6rem;
  margin-top: 1.9em;
  line-height: 1.7;
}

.sobre-nos {
  line-height: 1.7;
}

.valores {
  width: 70%;
  margin: auto;
}

.lista-valores {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 5rem auto;
}

/* Areas de Atuação CSS */

.areas-h2 {
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5em;
}




/* PÁGINA DE AGRADECIMENTO */

.thanks {
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thanks h2 {
  color: #f5f5f5;
  font-size: 2.5rem;
  margin: 1rem;
}

.thanks p {
  color: #f5f5f5;
  font-size: 1.5rem;
}

.thanks a {
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  width: 30%;
  background-color: gray;
  margin: 3rem auto;
  padding: 1rem;
  border-radius: 10px;
}

.thanks a:hover {
  color: #FFFFFF;
  background-color: #999999;
}

.copy {
  background-color: #0f0f0f;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 0.6rem;
  line-height: 1.5;
}

/* RESPONSIVIDADE */

@media screen and (max-width: 1140px) {
  .logo-footer {
    width: 140px;
  }

}

@media screen and (max-width: 960px) {

  .menu-item {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {

  .header-logo {
    width: 100px;
  }

  .menu-logo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .menu {
    width: 90vw;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
  }

  .main-menu {
    display: none;
  }

  .menu-item {
    padding-bottom: .5em;
    text-align: right;
  }

  .menu-topo {
    flex-direction: column;
  }



  #burger {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 30px;
  }


  .social-itens {
    display: none;
  }

  .area1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .imagem-mb {
    width: 90vw;
  }

  .area1-left {
    width: 90vw;
  }

  .area1-left h1 {
    text-align: center;
  }

  .area1-right {
    display: none;
  }

  .area2-right {
    width: 80vw;
  }

  .area2-left {
    display: none;
  }

  .footer {
    display: block;
  }

  .footer-menu {
    display: none;
  }

  .footer-dados {
    margin: 3em auto;
  }

  .footer-dados {
    text-align: center;
  }

  /* Form */
  .contato {
    margin: 0;
    padding: 0;
  }

  .contato-content {
    width: 80%;
    margin-top: 5rem;
    font-size: 1.3rem;
    text-align: center;
  }

  .contato-content h1 {
    font-size: 1.6rem;
  }

  .formulario {
    width: 95vw;
  }
}