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

* {
  scroll-behavior: smooth;
}

html {
  scroll-padding: 100px !important;
}

body,
html {
  font-family: "Montserrat", sans-serif;
  color: #5b6670;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.top-bar ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
header .top-bar .row {
  margin: 0;
}
.top-bar ul li {
  display: inline-block;
  font-size: 12px;
}
.top-bar {
  background: linear-gradient(45deg, #f48136, #ee6d3d);
  color: #fff;
}
.top-bar a {
  padding: 10px;
  display: inline-block;
  color: #fff;
}
header .container {
  max-width: 1450px;
}
.navbar-brand img {
  max-width: 130px;
}
.navbar a.nav-link {
  color: #5b6670;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
.btn-solid {
  background: linear-gradient(45deg, #f58634, #ea5f40);
  color: #fff;
  padding: 15px 25px;
  display: inline;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar {
  padding: 1rem 0rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}
h1 {
  font-weight: 200;
  font-size: 3rem;
  color: #fff;
}
header .row {
  margin: 150px 0;
}

.tabcontent {
  display: none;
}
.carousel-trabalhos .item img {
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}
.tab h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.tab p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.tab button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  padding: 10px 10px 7px 10px;
  border-radius: 5px;
  margin: 5px 0;
}
.tab button:hover {
  border-left: 5px solid #ea5f40;
}
.tab button.active {
  border-left: 5px solid #ea5f40;
}
.tab-content {
  display: none;
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* Ajuste a altura conforme necessário */
}

.loading::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 4px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.carousel-trabalhos.owl-carousel .owl-nav button.owl-prev {
  background: #f58634;
  padding: 8px 16px 8px 14px !important;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
}
.carousel-trabalhos.owl-carousel .owl-nav button.owl-next {
  background: #f58634;
  padding: 8px 14px 8px 16px !important;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
}
.carousel-trabalhos.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: right;
}
.carousel-banner.owl-carousel .owl-item.active img {
  animation: 50s slides 1s infinite;
  transform: scale(1);
}
@keyframes slides {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2) translateX(-500px);
  }
}
#trabalhos h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
#cta {
  background: #191b1d;
  padding: 100px 0;
  margin: 100px 0;
}
#cta img {
  margin-bottom: 15px;
}
#cta p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fff;
}
#segmentos .accordion {
  background-color: #fff;
  color: #2a2e31;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 7px 0;
  border-radius: 10px;
  box-shadow: 2px 2px 9px #0000001a;
}
#segmentos .active,
#segmentos .accordion:hover {
  background-color: #fff;
}
#segmentos .accordion:after {
  content: "\002B";
  color: #f58634;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
#segmentos .active:after {
  content: "\2212";
}
#segmentos .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#logos {
  margin: 150px 0;
}
#logos h2 {
  color: #5b6670;
  font-size: 30px;
  font-weight: 700;
}
#logos .row {
  align-items: center;
}
#quem-somos .row {
  align-items: center;
}
#quem-somos img {
  width: 100%;
  border-radius: 20px;
}
#clientes {
  margin: 150px 0 0 0;
  background: #fff;
  padding-top: 90px;
}
h2 {
  color: #5b6670;
  font-size: 40px;
  font-weight: 700;
}
hr.title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 5px solid #ea5f40;
  border-radius: 5px;
  max-width: 100px;
}
#clientes button.clientetablinks {
  text-transform: none;
  background: transparent;
  border: none;
  outline: none;
  opacity: 0.3;
  filter: grayscale(1);
}
#clientes button.clienteactive {
  opacity: 1;
  filter: grayscale(0);
}
.carousel-projetos {
  position: relative;
}
.carousel-projetos.owl-theme .owl-nav {
  margin-top: 0;
  height: 0;
}
.carousel-projetos button.owl-next {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 200px !important;
  background: linear-gradient(90deg, transparent, #fff) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  text-align: right !important;
}
.carousel-projetos button.owl-next i {
  margin-right: 20px;
  font-size: 20px;
  border-radius: 50px;
  padding: 15px 18px 15px 20px;
  color: #fff;
  background-color: #f58634;
}
.carousel-projetos button.owl-next:hover,
.carousel-projetos button.owl-next:active,
.carousel-projetos button.owl-next:focus {
  outline: none;
}
.carousel-projetos button.owl-prev {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 200px !important;
  background: linear-gradient(90deg, #fff, transparent) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
}
.carousel-projetos button.owl-prev i {
  margin-left: 20px;
  font-size: 20px;
  border-radius: 50px;
  padding: 15px 20px 15px 18px;
  color: #fff;
  background-color: #f58634;
}
.carousel-projetos button.owl-prev:hover,
.carousel-projetos button.owl-prev:active,
.carousel-projetos button.owl-prev:focus {
  outline: none;
}
.carousel-projetos img {
  transition: 0.3s;
}
.carousel-projetos img:hover {
  transform: scale(1.2);
  border-radius: 20px;
  position: relative;
  z-index: 999;
}
.carousel-clientes.owl-carousel .owl-nav button.owl-prev {
  background: #f58634;
  padding: 5px 12px 5px 10px !important;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  position: absolute;
  left: -50px;
  top: 10px;
}
.carousel-clientes.owl-carousel .owl-nav button.owl-next {
  background: #f58634;
  padding: 5px 10px 5px 12px !important;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  position: absolute;
  right: -50px;
  top: 10px;
}
footer {
  padding-left: 5%;
  border-top: 1px #f5f5f5 solid;
}
footer .col-lg-6 {
  padding: 0 !important;
}
footer iframe {
  width: 100%;
  height: 70vh;
  margin-bottom: -5px;
}
footer a {
  color: #5b6670;
  text-decoration: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 600;
  display: block;
  max-width: 450px;
  margin: 30px 0px;
}
footer a:hover {
  color: #5b6670;
}
footer a i {
  color: #ef8333;
  font-size: 30px;
  display: inline;
}
footer .aling-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .copy {
  padding: 15px 15px;
}
footer .copy a {
  color: #5b6670;
  text-decoration: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  max-width: 450px;
  margin: 0;
}
footer .copy p {
  color: #5b6670;
  font-size: 14px;
  margin: 0;
}
#quem-somos h3 {
  font-size: 1.75rem;
  font-weight: 700;
  border-left: 6px #f58634 solid;
  border-radius: 5px;
  padding: 10px 10px 10px 15px;
}
a,
a label {
  cursor: pointer;
}

/* Alterações */
.carousel-banner {
  background-color: #000;
}
.carousel-banner.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(0.5) brightness(0.5);
  opacity: 0.7;
}
#carrossel-banner .box-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: 0 15%;
}
#carrossel-banner .box-content .link {
  padding: 45px;
  text-align: center;
  flex: 0 0 50%;
}
#carrossel-banner .box-content .link a {
  color: #f47f37;
  text-decoration: none;
  background-color: white;
  font-weight: 600;
  border-radius: 50px;
  border: 2px #fff solid;
  display: inline-block;
  padding: 12px 30px;
  transition: 0.3s ease-in-out;
}
#carrossel-banner .box-content .link a:hover {
  color: #f47f37;
  text-decoration: none;
  background-color: white;
  font-weight: 600;
  border-radius: 50px;
  border: 2px #fff solid;
  display: inline-block;
  padding: 12px 30px;
  transform: scale(1.05);
}
#carrossel-banner .box-content .content {
  padding: 45px;
  flex: 0 0 50%;
}
#carrossel-banner .box-content .content p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.carousel-banner.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.carousel-banner.owl-theme .owl-nav i {
  padding: 35px 25px;
  color: #fff;
  font-size: 20px;
}
.carousel-banner.owl-theme .owl-nav button:hover,
.carousel-banner.owl-theme .owl-nav button:active,
.carousel-banner.owl-theme .owl-nav button {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.box-servicos {
  position: relative;
  background: linear-gradient(45deg, #f48136, #ee6d3d);
  display: flex;
  width: 100%;
  justify-content: space-around;
  text-align: center;
  padding: 30px 0px;
  top: -70px;
  z-index: 1;
}
.box-servicos .itens-servicos img {
  max-width: 50px;
  margin-bottom: 12px;
}
.box-servicos .itens-servicos {
  flex: 0 0 20%;
}
.box-servicos .itens-servicos h6 {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.box-segmentos {
  display: flex;
  flex-wrap: wrap;
}
.box-segmentos .itens-segmentos {
  flex: 0 0 25%;
  padding: 10px;
}
.box-segmentos .itens-segmentos img {
  max-width: 20px;
}

#trabalhos {
  position: relative;
  padding-top: 100px;
  margin-top: 100px;
}
#trabalhos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f58634;
  z-index: -1;
  height: 450px;
}
#trabalhos h2 {
  color: #fff;
}
#trabalhos p {
  color: #fff;
}
.btn-light:hover,
.btn-light {
  border-left: 4px #fff solid;
  padding: 12px 12px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  background: transparent;
}
#contato iframe {
  width: 100%;
  height: 400px;
  margin-bottom: -5px;
  margin-top: 50px;
  border-radius: 25px;
}
#contato a {
  color: #5b6670;
  text-decoration: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 600;
  display: block;
  max-width: 450px;
  margin: 30px 0px;
}
#contato a:hover {
  color: #5b6670;
}
#contato a i {
  color: #ef8333;
  font-size: 30px;
  display: inline;
}

#titleHeader {
  background: linear-gradient(45deg, #ff7d28d4, #000000d9),
    url(../img/banner/banner-05.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  padding: 100px 0;
}
#titleHeader h1 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #fff;
  margin: 0;
}
form input,
form textarea {
  width: 100%;
  padding: 12px 10px;
  border: none;
  border-bottom: 2px #ef8333 solid;
  margin-bottom: 5px;
  font-size: 14px;
}
input[type="submit"] {
  background-color: #ef8333;
  color: #fff;
  width: 200px;
}

/* hovering */
header a {
  transition: 0.3s ease-in-out;
}
header a.nav-link:hover {
  color: #ee6d3d !important;
}
.btn-solid {
  transition: 0.3s ease-in-out;
  position: relative;
  display: inline-block;
}
.btn-solid:hover {
  transform: scale(1.05);
  color: #fff;
}
.box-servicos .itens-servicos {
  transition: 0.3s ease-in-out;
}
.box-servicos .itens-servicos:hover {
  transform: scale(1.05);
  font-weight: 600;
}

.lightbox-gallery .img-fluid {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 14px;
  margin: 15px 0;
}

.navbar-brand span {
  color: #5f6b71;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  bottom: -8px;
  position: relative;
  margin-left: 10px;
}
.btn-whatsapp {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  padding: 11px 30px 0px 15px;
  font-size: 40px;
  position: fixed;
  left: -163px;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
  transition: ease-in-out 0.3s;
  z-index: 1;
}
.btn-whatsapp:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  font-size: 40px;
  position: fixed;
  left: 0;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
}
.btn-whatsapp p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.btn-whatsapp p strong {
  display: block;
  font-size: 16px;
}
.btn-whatsapp i {
  position: relative;
  top: -5px;
}

#frota {
  margin: 150px 0;
  padding: 100px 0;
  background: linear-gradient(#2c2c2cb0, #2c2c2cb0), url(../img/bg-frota.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}
#frota .row {
  align-items: center;
}
#frota img {
  width: 100%;
  border-radius: 20px;
}
#frota h3 {
  font-size: 1.75rem;
  font-weight: 700;
  border-left: 6px #f58634 solid;
  border-radius: 5px;
  padding: 10px 10px 10px 15px;
  color: #fff;
}
#frota p {
  color: #fff;
}

.box-timeline {
  position: relative;
}
.box-timeline h5 {
  font-size: 16px;
  font-weight: 400;
}
.box-timeline h6 {
  color: #f1773a;
  margin-top: 12px;
  text-align: center;
}
.box-timeline p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 13px;
  text-align: center;
}
.box-timeline .icon i {
  background: #ffdcd4;
  padding: 10px 14px;
  border-radius: 4px;
  color: #f1773a;
  font-size: 25px;
  position: relative;
  z-index: 9;
}
.box-timeline .icon {
  position: relative;
  padding: 10px;
  text-align: center;
}
.box-timeline .icon::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #ffdcd4;
  position: absolute;
  right: 0;
  top: 31px;
}
.box-timeline .icon::before {
  content: "";
  width: 50%;
  height: 2px;
  background: #ffdcd4;
  position: absolute;
  left: 0;
  top: 31px;
}
.carousel-timeline .box-timeline.primeiro-item .icon::before {
  background: transparent;
}
.carousel-timeline .box-timeline.ultimo-item .icon::after {
  background: transparent;
}
.carousel-timeline {
  margin: 50px 0 0 0;
}

.carousel-timeline .nav-btn.next-slide i {
  font-size: 30px;
  color: #f1773a;
}
.carousel-timeline .nav-btn.next-slide {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-timeline .nav-btn.prev-slide i {
  font-size: 30px;
  color: #f1773a;
}
.carousel-timeline .nav-btn.prev-slide {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-timeline.owl-theme .owl-dots .owl-dot span {
  background: #ffdcd4;
}
.carousel-timeline.owl-theme .owl-dots .owl-dot.active span,
.carousel-timeline.owl-theme .owl-dots .owl-dot:hover span {
  background: #f1773a;
}

.box-cases img {
  width: 100%;
  height: 225px;
  border-radius: 5px;
  object-fit: cover;
}
.box-cases h4 {
  font-size: 1.3rem;
  margin-top: 14px;
  font-weight: 700;
  color: #f58634;
}
.box-cases a,
.box-cases a:hover {
  color: #5b6670;
  font-weight: 700;
  border-left: 4px #f58634 solid;
  padding: 10px;
  border-radius: 4px;
}

/*  Alterações v3  */
#carrossel-banner {
  height: 700px;
  background: #000000;
}
#video-background {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  opacity: 0.5;
}
header {
  z-index: 9;
  position: relative;
  background: #fff;
}
#servicos {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#quem-somos {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.gtranslate_wrapper {
  display: inline-block;
}
.top-bar ul {
  display: inline-block;
}

@media (min-width: 1440px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  html {
    scroll-padding: 50px !important;
  }

  footer {
    text-align: center;
    padding: 20px;
  }
  footer .float-left {
    float: none !important;
  }
  footer .float-right {
    float: none !important;
  }
  footer br {
    display: none !important;
  }

  #carrossel-banner .box-content .content {
    max-width: 600px;
    margin-left: 0;
    padding: 35px;
    border-radius: 20px;
  }
  .box-servicos {
    position: relative;
    background: linear-gradient(45deg, #f48136, #ee6d3d);
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    padding: 30px 0px;
    top: 0px;
    z-index: 1;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 50px;
  }
  .box-servicos .itens-servicos {
    flex: 0 0 40%;
  }
  header .btn-solid {
    background: linear-gradient(45deg, #f58634, #ea5f40);
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
  }
  header .text-right {
    text-align: center !important;
  }
  #quem-somos img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .box-segmentos .itens-segmentos {
    flex: 0 0 100% !important;
    padding: 15px 10px;
  }
  .box-segmentos .itens-segmentos img {
    margin: 0 !important;
  }
  .carousel-trabalhos {
    margin-top: 50px;
  }
  .navbar-toggler i {
    color: #f47f37;
  }
  #carrossel-banner .box-content {
    margin: 0;
    flex-direction: column;
  }
  @keyframes slides {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(2);
    }
  }
  #carrossel-banner .box-content h1 {
    font-weight: 200;
    font-size: 2rem;
    color: #fff;
    margin-top: 30px;
  }
  .top-bar {
    text-align: center;
  }
}
@media (max-width: 425px) {
}
@media (max-width: 376px) {
}
