* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.header-menu {
  background-image: url("../img/fundo.jpg");
  background-color: #e3e3e3;
  height: 100vh;
}

.container-support {
  height: 100vh;
}

.navbar {
  background-color: #e3e3e3 !important;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-toggler-border-color: none;
  --bs-navbar-toggler-font-size: 1.5rem !important;
}

.navbar-nav .nav-link {
  display: block;
  color: black;
  transition: 0.5s;
}

.navbar-nav .nav-link:hover {
  transform: scale(1.1);
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
}

.home {
  color: #e3e3e3;
  padding-top: 15%;
}

.btn {
  border: 1.5px solid #e3e3e3;
  color: #e3e3e3;
}

.call p {
  float: right;
  font-size: 18px;
}

p {
  margin-bottom: 0 !important;
}

.call-box {
  margin-right: 1rem;
}

.services-solutions h2 {
  font-weight: bolder;
}

.services-solutions h3 {
  font-weight: lighter;
}

.carousel-inner {
  padding: 1em;
}

.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}

.about-img {
  border-radius: 10px;
}

.card-text {
  font-size: 18px;
}

.card-title {
  font-weight: bolder;
}

.suporte-em-ti {
  font-weight: bolder;
  padding-bottom: 2rem;
}

.btn-to-business {
  color: black;
}

.to-business .card-title {
  font-weight: lighter;
  font-size: 1.5rem;
}

.to-business .card {
  box-shadow: none;
}

.circle {
  background: #e3e3e3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #000000;
  display: inline-block;
  font-weight: bold;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  font-size: 25px;
  font-style: italic;
}

div .brands h4 {
  font-weight: lighter;
}

div .brands-img img {
  padding: 1rem 1rem 0 1rem;
}

div input {
  border-radius: 5px;
  background: #e3e3e3 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5) !important;
  height: 3rem;
}

.text-message {
  height: 10rem;
  resize: none;
  border-radius: 5px;
  background: #e3e3e3 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5) !important;
}

.call-us {
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-weight: lighter;
}

.call-phone {
  padding-right: 20px;
  font-size: 1.75rem;
}

.f-text {
  font-size: 1.1rem;
}

.submit-contact {
  background-color: rgba(0, 0, 0, 0.5);
}

.submit-contact:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.footer {
  background-color: #e3e3e3;
}

.vl {
  border-left: 6px solid green;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

@media (max-width: 1399px) {
  #about .about-text p {
    font-size: 18px !important;
  }
}

@media (max-width: 1199px) {
  .spacing {
    margin-top: 5rem;
  }
}

@media (max-width: 1199px) {
  .vr {
    display: none;
  }
  #suporte-remoto {
    display: none;
  }
}

@media (max-width: 1199px) {
  #about .about-img {
    display: none;
  }
}

@media (max-width: 991px) {
  .call-box {
    margin: 0 auto;
  }

  .call-box p strong {
    font-size: 17px;
  }

  .img-logo {
    margin-left: 3rem;
  }
}

@media (max-width: 347px) {
  .header-menu button {
    display: none;
  }

  .img-logo {
    margin: 0 auto;
  }

  .call-box {
    margin-right: 4rem;
  }
}

@media (max-width: 767px) {
  div .d-flex {
    display: block !important;
  }

  h2 .d-flex {
    display: block !important;
  }

  p .d-flex {
    display: block !important;
  }

  .text-start {
    text-align: center !important;
  }

  .ps-5 {
    padding-left: 0rem !important;
  }

  .py-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  #flex {
    display: flex !important;
  }
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
  }

  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}