@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
  color: var(--color-text);
}
ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
li {
  color: var(--color-text);
  list-style: none;
}
img {
  object-fit: cover;
}
body {
  background-color: var(--color-background);
  overflow-x: hidden;
}
section {
  margin: 40px 0;
  padding: 0 80px;
}
.container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
}
section .container .right {
  width: 700px;
}
section .container img {
  border-radius: 20px;
  width: 700px;
}

:root {
  --color-primary: #f26303;
  --color-primary-hover: #b34802;
  --color-secondary: #153c5d;
  --color-background: #f1f1f1;
  --color-text: #000;
  --color-text-secondary: #fff;
  --color-text-tertiary: #dcdfdf;
  --color-text-quaternary: #777;
  --color-btn-primary: #1fa016;
  --color-btn-primary-hover: #16740f;
}
/*Barra de navegação*/
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
  font-weight: 500;
}
.nav-list li a {
  color: var(--color-text);
  transition: all 0.3s ease;
}
.nav-list li a:hover {
  color: var(--color-text-quaternary);
  border-bottom: 2px solid var(--color-primary);
}

.btn-action {
  background-color: var(--color-primary);
  color: var(--color-text-secondary);
  padding: 8px 18px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn-action:hover {
  background-color: var(--color-primary-hover);
}
/*Cabeçalho*/
.header-img {
  background-image: url(../img/imagem.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  height: calc(90vh - 80px);
}
header .left {
  width: 700px;
}
header .left img {
  border-radius: 10px;
}
header .left h1 {
  color: var(--color-text-secondary);
  font-size: 60px;
  margin: 40px 0;
}
header .left h1 span {
  color: var(--color-primary);
}
header .left p {
  margin: 40px 0;
  color: var(--color-text-secondary);
}
.header img {
  width: 100%;
  border-radius: 18px 18px 0 0;
}
.btn-contact {
  background-color: var(--color-primary);
  color: var(--color-text-secondary);
  padding: 8px 18px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 20px;
}
.btn-contact:hover {
  background-color: var(--color-primary-hover);
}
.header-img .video {
  width: 780px;
  height: 440px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 10px 18px 30px var(--color-secondary);
}

/*Nossos serviços*/

.bg-orange {
  background-color: var(--color-primary);
  padding-bottom: 40px;
}
.separator {
  margin: 40px 0;
  color: var(--color-text);
}
.separator h2 {
  padding-top: 40px;
}

.services {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.services .item {
  display: flex;
  flex-direction: column;
  background-color: var(--color-text-tertiary);
  justify-content: space-between;
  padding: 20px;
  border-radius: 18px;
  width: 30%;
  box-shadow: 5px 8px 15px #333333;
  transition: all 0.3s ease;
}
.services .item:hover {
  box-shadow: none;
}
.services .item .header {
  margin-bottom: 15px;
}
.services .item .header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.services .item .btn-contact-wpp {
  display: inline-block;
}
.btn-contact-wpp {
  background-color: var(--color-primary);
  padding: 8px 18px;
  margin-top: 20px;
  color: var(--color-text-secondary);
  border-radius: 4px;
}

.btn-contact-wpp:hover {
  background-color: var(--color-primary-hover);
}
.offices {
  display: flex;
  justify-content: space-between;
}
.offices img {
  width: 20%;
  border-radius: 18px;
  box-shadow: 5px 8px 15px var(--color-text-quaternary);
}
.offices img:hover {
  box-shadow: none;
}
/*Trabalhos concluidos*/
.footer-img {
  background-image: url(../img/imagem.png);
  height: calc(50vh);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-img .text-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-background);
}
.footer-img .text-footer h1 {
  margin: 20px;
}
footer {
  padding: 0 80px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

  height: 300px;
}

footer .logo-footer {
  width: 30%;
}
footer .logo-footer img {
  border-radius: 10px;
}
footer iframe {
  width: 30%;
  border-radius: 8px;
  box-shadow: 5px 5px 15px;
}

footer .links-menu .social {
  font-size: 50px;
}
footer .links-menu .social a {
  color: var(--color-text);
}

/*WhatsApp Flutuante*/
.wpp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.wpp-float a {
  display: flex;
  background-color: var(--color-btn-primary);
  width: 75px;
  height: 75px;
  color: #fff;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  transition: all 0.3s ease;
}
.wpp-float a:hover {
  background-color: #16740f;
}

/*Cookies*/
.msg-cookies {
  margin: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 1%;
  background-color: var(--color-text-tertiary);
  border-radius: 5px;
}
.msg-cookies a {
  color: var(--color-primary);
}
.msg-cookies a:hover {
  color: var(--color-primary-hover);
}
.msg-cookies h3,
.msg-cookies p {
  margin-bottom: 20px;
}
.msg-cookies button {
  background-color: var(--color-primary);
  color: var(--color-background);
  border: transparent;
  padding: 5px 18px;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}
.msg-cookies button:hover {
  background-color: var(--color-primary-hover);
}
.contatos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trabalhos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.trabalhos .trabalho {
  background-color: var(--color-text-tertiary);
  width: 18%;
  padding: 10px;
  border-radius: 18px;
}
.trabalhos .trabalho img {
  width: 100%;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
}
.trabalhos .trabalho .descricao h3 {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

/*Responsividade*/
@media screen and (max-width: 1400px) {
  .header-img .video {
    width: 600px;
    height: 300px;
  }
  header .left h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  section {
    padding: 0 20px;
  }
  section .container img {
    width: 500px;
  }
  .header-img .video {
    width: 500px;
  }
  .offices {
    flex-wrap: wrap;
  }
  .offices img {
    flex-wrap: wrap;
    width: 45%;
    margin-top: 20px;
  }
  .trabalhos .trabalho {
    width: 45%;
  }
  .services .item {
    width: 45%;
  }
  footer {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
  }
  footer .logo-footer {
    width: 100%;
    margin-bottom: 20px;
  }
  footer iframe {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .links-menu {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  header {
    height: calc(100vh);
  }
  section .container img {
    width: 100%;
  }
  .nav-list {
    display: none;
  }
  header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  .container {
    flex-direction: column;
  }

  header .left,
  .container {
    width: 100%;
  }
  section .container .right {
    width: 100%;
  }
  .footer-img .text-footer {
    padding: 0 20px;
    margin: 0;
  }
  .header-img .video {
    width: 100%;
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  nav .btn-action {
    display: none;
  }
  .tel {
    display: none;
  }
  .services .item {
    width: 100%;
  }
  .offices img {
    width: 100%;
  }
  .trabalhos .trabalho {
    width: 100%;
  }
  .parceiros .logo-parceiro img {
    width: 80px;
  }

  .container {
    width: 100%;
  }
  nav .logo img {
    width: 200px;
  }
}
.parceiros {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

.parceiros img {
  width: 100px;
  border-radius: 18px;
}

.parceiros .logo-parceiro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.terms {
  height: calc(60vh);
}
