* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  max-width: 100vw;
}

/* html {
  scroll-behavior: smooth;
  block-size: 45px;
} */

/* :target:before {
  content: "";
  display: block;
  height: 5px;
  margin: -5px 0 0;
  visibility: hidden;
} */

:root {
  --dark-blue: rgb(51, 51, 102);
  --light-gray: rgb(204, 204, 204);
  --light-blue: rgb(102, 153, 204);
  --light-blue-alfa: rgba(102, 153, 204, 0.75);
  --just-blue: rgb(51, 102, 153);
  --steel-blue: rgba(102, 102, 153, 0.3)
}

.dark-blue {
  color: var(--dark-blue)
}

.bg-dark-blue {
  background-color: var(--dark-blue)
}

.light-gray {
  color: var(--light-gray);
}

.bg-light-gray {
  background-color: var(--light-gray);
}

.light-blue {
  color: var(--light-blue);
}

.bg-light-blue {
  background: var(--light-blue-alfa);
}

/* Remover seta de input type = number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.navbar {
  background-color: transparent;
}

.banner-section {
  width: 100vw;
  height: 80vh;
}

.banner {
  background-image: url(img/banner.png);
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.layer {
  background-color: rgba(51, 51, 102, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-text {
  color: #fff;
  /* text-shadow: -1px 0 rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.25), 1px 0 rgba(0, 0, 0, 0.25), 0 -1px rgba(0, 0, 0, 0.25); */
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

.center-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.img-banner {
  width: 80%;
  margin: 0 10%;
}

.content-area {
  padding: 1rem 2rem;
  position: relative;
}


h2 {
  font-size: 1.75rem;
  font-weight: bold;
}

.img-equipe {
  width: 100%;
  margin: 1rem 0;
}

p {
  font-size: 1rem;
  margin: 1rem 0;
  text-align: justify;
}

a {
  text-decoration: none;
  color: var(--just-blue);
}

footer p {
  margin: 0.5rem 0;
  text-align: left;
}

.font-bold {
  font-weight: bold;
}

.icon-container {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: var(--dark-blue);
  margin: 1rem;
  position: relative;
}

.clients {
  background: #fff;
  position: relative;
  padding: 1rem;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  margin: 1rem 0;
  display: block;
}

.clients img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.client-name {
  font-size: 14px;
  font-weight: bold;
}

footer svg {
  width: 30%;
  margin: 0 20% 2rem;
}

.icon-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  fill: #fff;
}

.rev {
  font-size: 12px;
  font-weight: bold;
}


.highlight {
  font-size: 1rem;
  font-weight: bold;
}

.input-content {
  margin: 0.5rem 0 0.75rem;
}

.form-label {
  margin: 0;
  font-weight: bold;
}

.btn-submit {
  margin-top: 1rem;
}

.btn-submit:hover {
  opacity: 0.95;
}

.btn-submit:focus{
  background-color: var(--dark-blue);
}

footer {
  padding: 2rem;
}

.logo-ponto-forte {
  width: 80%;
  margin: 1rem 10%;
}


.navbar-expand-lg {
  background-color: var(--steel-blue);
  transition: all 250ms linear;
}

.navbar span {
  color: #fff;
  transition: all 250ms linear;
}

.navbar span:hover {
  color: var(--light-gray);
}

.carousel-inner {
  background-color: rgba(238, 238, 238, 0.25);
  /* background-color: red; */
}

.carousel-inner img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* height: 100%; -> porcentagem não está alterando o tamanho */
  height: 45vh;
}

.carousel-inner h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.carousel-inner p {
  font-size: 1rem;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.carousel-servicos-inner button{
  bottom: 10vh;
}

.change-btn {
  border-radius: 100%;
  padding: 0.3rem 0.3rem 0 0.3rem;
  background-color:#eee;
}

.no-border{
  border: none;
}

.wpp-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 11;
  bottom: 4rem;
  right: 1rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color:#4dc247;
  border: none;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
}

/* Remover? */
.wpp-btn:hover{
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(#4dc247, #4dc247);
}

.wpp-btn div{
  width: 60%;
  height: 60%;
}

@media (max-width: 768px) {
    .mobile-hide {
      display: none;
    }

    footer {
      padding: 2rem 3rem;
    }

    .xs-reset {
      position: inherit;
      top: auto;
      transform: none;
    }
   
    .navbar-nav a:nth-child(n) {
      border-bottom: 1px solid #fff;
    }

    .project-details{
      min-height: 35vh;
    }

    .servico-details{
      min-height: 10vh;
    }
}

@media (min-width: 769px) {
  .titulo-quem-somos{
    position: absolute;
    width: calc(50% - 69px);
  }

  .project-details{
    min-height: 22vh;
  }

  .carousel-inner img {
    /* height: 100%; -> porcentagem não está alterando o tamanho */
    height: 60vh;
  }

  footer p {
    text-align: center;
  }

  .clients {
    width: 8rem;
    height: 8rem;
  }

  .client-name {
    font-size: 1rem;
  }
  
  .img-equipe {
    width: 90%;
    margin: 1rem 5%;
  }

  .img-footer {
    width: 50%;
    margin: 0 25%;
  }

  .desktop-hide {
    display: none;
  }

  .content-area {
    padding: 1.5rem 6%;
  }

  .img-banner {
    width: 90%;
    margin: 0 5%;
  }

  .banner-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.25rem;
    text-align: right;
  }

  h2 {
    font-size: 2.25rem;
    margin: 0 0 1rem;
  }

  .logo-ponto-forte {
    width: 26%;
    margin: 1rem 32%;
  }

  .carousel {
    margin: 1rem 20%;
  }

  .logo-primary {
    height: 100%;
    position: absolute;
    left: -200px;
    z-index: 0;
  }

  .relative {
    position: relative;
  }

  .form {
    z-index: 999;
  }

  .expand {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 3rem;
  }
}
