@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600|Nunito:400,600,700");

body {
 
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

h1.fw-bold, h2.fw-bold, h3.fw-bold, h4.fw-bold, h5.fw-bold, h6.fw-bold {
  font-weight: 600 !important;
}


::selection, ::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #000;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@keyframes load8 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background-color: #000;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s;
}

.back_top i {
  color: #fff;
  line-height: 35px;
  font-size: 12px;
  display: block;
}

.section {
  margin-left: 17%;
  padding: 80px 0;
  position: relative;
  background-color: #fff;
}

.bg-dark, .bg-custom {
  background-color: #000;
}

.text-dark {
  color: #000 !important;
}

.page_link {
  font-size: 14px;
}

.page_link a {
  color: rgba(255, 255, 255, 0.55);
}

.text-muted {
  color: #777;
}

.text-custom {
  color: #000 !important;
}

.h-100vh {
  height: 100vh;
}

.z-index {
  z-index: 2;
}

.section-main-title {
  max-width: 570px;
}

.main-title-border::after,
.main-title-border::before {
  display: inline-block;
  margin-top: -7px;
  vertical-align: middle;
  content: "";
  background-color: #d0d0d0;
  width: 30px;
  height: 1px;
}

.main-title-border i {
  font-size: 20px;
}

.bg-overlay-gredient {
  background: linear-gradient(32deg, rgba(18, 166, 181, 0.8) 0%, rgba(16, 12, 242, 0.7) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.btn {
  padding: 12px 26px;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-outline-custom, .btn-outline-black {
  border: 2px solid;
  letter-spacing: 1px;
  font-size: 15px;
  transition: all 0.5s;
}

.btn-outline-custom {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border-color: #000;
  color: #000;
  font-weight: 600;
}

.btn-outline-custom:hover,
.btn-outline-black:hover,
.btn-outline-custom:focus,
.btn-outline-black:focus,
.btn-outline-custom:active,
.btn-outline-black:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.home-bg {
  background-image: url(../images/modern-2.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

.home-table-center {
  display: table-cell;
  vertical-align: middle;
}

.home-table {
  display: table;
  width: 100%;
  height: 100%;
}

.header_title {
  font-size: 72px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
}

.header_subtitle {
  line-height: 2;
  font-size: 18px;
  max-width: 600px;
}

.social_home li a {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  width: 30px;
  text-align: center;
}

.scroll_down {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}

.scroll_down i {
  position: relative;
  animation: bounce 2s infinite;
  height: 50px;
  width: 30px;
  line-height: 60px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.scroll_down i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.2s;
}

.custom-nav {
  padding: 15px 0;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  background-color: #ffffffd4;
}

.custom-nav.stickyadd {
  background-color: #fff;
  padding: 8px 0;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav.stickyadd .navbar-nav li a {
  color: #000;
}

.custom-nav .navbar-nav li a {
  color: #000000;
  font-size: 18px;
  background-color: transparent !important;
  padding: 15px 0;
  position: relative;
  margin: 0 7px;
  font-weight: 600;
  transition: all 0.4s;
}

.custom-nav .navbar-nav li.active a:before,
.custom-nav .navbar-nav li:hover a:before,
.custom-nav .navbar-nav li:active a:before {
  opacity: 1;
}

.custom-nav .navbar-nav li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10%;
  height: 6px;
  width: 6px;
  background: #fffafa00;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #ffffff;
}

.logo .logo-light {
  display: inline-block;
}

.stickyadd .logo .logo-dark {
  display: inline-block;
}

.stickyadd .logo .logo-light {
  display: none;
}

.logo .logo-dark {
  display: none;
}


.custom-nav .logo {
  color: #fff;
  font-size: 1.8rem;
  margin-left: 8%;
}

@media (max-width: 768px) {
  .custom-nav {
    margin-top: 0;
    padding: 10px 0 !important;
    background-color: #ffffffd4;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .custom-nav.stickyadd .navbar-nav li a {
    color: #000;
  }

}

/* PROJETO */

.intro-section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.left-column {
  float: left;
  height: 100%;
  width: 60%;
  padding: 3rem 3rem 3rem 5rem;
  display: table;
}

.left-column > div {
  display: table-cell;
  vertical-align: middle;
}

.highlight-text {
  color: #E8CA2B;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 4rem;
}

.main-title {
  font-size: 3rem;
  margin-bottom: 3rem;
  margin-left: 14%;
  margin-top: 12%;
}

.main-title + .description-text {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 4rem;
  margin-left: 14%;
}

.description-text + .image-source-link {
  font-size: 1.6rem;
  color: #000;
}

.image-slider {
  float: right;
  position: relative;
  width: 40%;
  height: 60%;
  margin-top: 15%;
}

.image-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: clip .7s ease-in-out, z-index 0s .7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display: table;
}

.slider-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.slider-title {
  font-size: 5rem;
  font-style: italic;
}

.slider-title + .view-project-link {
  font-size: 1.6rem;
  display: inline-block;
  color: #fff;
  margin-top: 2rem;
}

.slider-title, .slider-title + .view-project-link {
  opacity: 0;
  transition: opacity .7s 0s, transform .5s .2s;
  transform: translate3d(0, 50%, 0);
}

li.current .slider-title, li.current .slider-title + .view-project-link {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
  clip: rect(0, 0, 100vh, 0);
}

.slider-navigation {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.nav-dot {
  display: inline-block;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
  background: #fff;
  margin: 0 1rem;
  transition: transform .3s;
}

.nav-dot.current_dot {
  transform: scale(1.4);
}

@media screen and (max-width: 700px) {
  .left-column {
    width: 100%;
    height: 30%;
  }

  .image-slider {
    width: 100%;
    height: 70%;
  }

  .fig1{
    display: none;
  }

}



/* MEU CODIGO */
/* MEU CODIGO */
/* MEU CODIGO */
/* MEU CODIGO */

.fig{
  position: absolute; /* Posiciona a imagem em relação ao container */
  top: 0;
  left: 0;
  width: 100%; /* Ajuste a largura da imagem */
  height: 100%; /* Ajuste a altura da imagem */
  z-index: -1; /* Coloca a imagem atrás do texto */
  opacity: 0.5; /* (Opcional) Faz a imagem um pouco transparente */
  margin-left: 2rem;
  margin-top: 1rem;
}


.intro {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  background-color: #4caf50;
  overflow: hidden;
  min-height: 100vh;
}


.texto {
  flex: 1 1 50%;
  padding: 40px 20px;
  background-color: #4CAF50;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
  margin-left: 5%;
  margin-top: 4%;
}

.imagem {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4CAF50;
  min-height: 50vh;
}

.imagem img {
  width: auto; 
  height: 100%;
  max-height: 60vh;
  object-fit: cover; 
  margin-left: 0;
  border-radius: 10px;
  margin-top: 100px;
}
.btn {
  display: inline-block; 
  padding: 10px 20px; 
  background-color: #cf3d13;
  color: white;
  text-decoration: none; 
  border-radius: 5px;
  font-size: 16px; 
  width: auto; 
  max-width: 200px; 
  text-align: center; 
}

.texto h2{
  font-size: 20px;
  margin-top: 2rem;
}


.texto h3 {
    font-size: 40px;
    margin-bottom: 20px;
    color: black;
    font-family:"Rubik Mono One", monospace;
    padding: 0px 0px 2%;
}

.texto p {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: black;
}

.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.serv{
  height: 70px;
}

.service-card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 30%;
  margin-bottom: 20px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.service-card:hover {
  transform: translateY(-10px);
}

.icon {
  font-size: 35px;
  margin-bottom: 20px;
  color: #3c77e3;
}

h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #222;
}

.services p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .custom-nav .navbar-brand.logo img {
    height: 6rem ;
}
h4{
  font-size: 36px;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
  margin-top: 2%;
    }

    .linha-meio {
      border: none; 
      border-top: 2px solid #333; 
      width: 80%; 
      margin: 40px auto; 
    }


.Parceiros {
  display: flex;
  align-items: center; 
  justify-content: center; /* Centraliza a seção */
  gap: 20px; /* Espaçamento entre os elementos */
}

/* Estilo para cada colaborador */
.colaborador {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Alinha a imagem e a linha na vertical */
}

/* Estilos para a linha */
.linha {
  width: 2px;
  height: 80px; /* Altura da linha */
  background-color: #333;
}

/* Estilo das imagens */
.colaborador img {
  width: 100px; /* Ajuste o tamanho da imagem */
  height: auto;
  border-radius: 50%; /* Se quiser bordas arredondadas nas imagens */
}



.square-holder {
  padding:30px;
  border: 1px solid #cecece;
  align-items: center;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom:20px;
  background-color:#f1f1f1;
  min-height:300px
}

.square-holder img {
  max-width:100%;
  filter: grayscale(100%);
  transition: all 0.3s;
}

.square-holder:hover img{
  filter:none;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  .border-shape {
  background: #ffbe00 none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 3px;
  left: 0;
  margin: 20px auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
  }
  
  .border-shape::before {
  background: #ffbe00 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 80px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 100px;
  }
  
  .border-shape::after {
  background: #ffbe00 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  right: 80px;
  text-align: center;
  top: 1px;
  width: 100px;
  }
  
  footer{
  width:100%;
  background-color:#121619;
  color:#fff;
  }
  
  .top_header{
  padding:2rem;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  }
  
  .top_header section{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  }
  
  .top_header span{
  padding:0 1rem;
  }
  
  .top_header .fa{
  color:#ffbe00;
  font-size:35px;
  }
  
  footer .border-shape {
  width: 40%;
  }
  
  footer .border-shape::before {
  width: 100%;
  left:120px;
  }
  
  footer .border-shape::after {
  width: 100%;
  right:120px;
  }
  
  footer .bottom_content section{
  padding:1.5rem 2rem;
  display:flex;
  align-items:center;
  justify-content:Center;
  }
  
  .bottom_content a{
  margin:0 20px;
  color:rgba(255,255,255,0.7);
  transition:0.5s;
  }
  
  .bottom_content a:hover{
  color:rgba(255,255,255,1);
  }
  
  
  .copyright{
  padding:0.8em 0;
  background-color:#1e1e1e;
  text-align:center;
  color:rgba(255,255,255,0.7);
  font-size:12px;
  }
  
  
  
  @media (max-width:820px){
  .top_header{
  padding:1rem;
  display:block;
  }
  
  .top_header section{
  margin:40px 0;
  align-items:left;
  justify-content:left;
  }
  footer .bottom_content section{
  padding:1rem;
  display:block;
  }
  footer .bottom_content section a{
  padding:1rem;
  font-size:12px;
  margin:0 5px;
  display:inline-block;
  }
  }
  
  	
@media (max-width: 768px) {

  .square-holder img {
    max-width: 100%;
    filter: unset;
    transition: all 0.3s;
}

  .section {
    margin-left: inherit;
    padding: 80px 0;
    position: relative;
    background-color: #fff;
}

  header nav {
      padding: 0 10px; 
      flex-direction: column; 
      align-items: flex-start; 
  }

  #logo img {
      height: 100px; 
      margin-right: 20px; 
  }

  section h1 {
      font-size: 60px; 
  }

  .intro {
      width: 100%; 
      margin: 0 auto; 
  }

  .texto {
      padding: 40px 10px; 
      margin-top: 50%;
  }

  .imagem img {
      width: 100%; 
      height: auto; 
      margin-left: 0; 
      display: none;
  }

  .service-card {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
}

.testimonial {
    width: 100%;
}

.btn {
    font-size: 14px;
    padding: 8px 16px;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
    header nav {
        padding: 0 20px;
    }

    #logo img {
        height: 150px;
    }

    section h1 {
        font-size: 80px;
    }

    .intro {
        width: 85%;
    }

    .service-card {
        width: 45%;
    }

    .testimonial {
        width: 30%;
    }
    .section {
      margin-left: 17%;
      padding: 80px 0;
      position: relative;
      background-color: #fff;
  }
    
}
@media (min-width: 1025px) {
    .service-card {
        width: 30%;
    }

    .testimonial {
        width: 23%;
    }
}
