.navbar {
  background-color:  #345685bf;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-family: "Lato", sans-serif;
  width: auto;
  height: 130px;
  
 
}


/* Navbar Links */

.navbar .nav-link {
  color: white;
  transition: color 0.3s;
  padding: 0.5rem 0.75rem;
  padding-top: 1.5rem;
  
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  filter: drop-shadow(1px 1px 3px rgb(255, 255, 255));
}


.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: radial-gradient(circle, rgb(43, 78, 113) 0%, rgb(255, 255, 255) 50%, rgb(43, 78, 113) 100%);
}

#navbarNav {
  font-weight: 400;
  letter-spacing: 0.px;
}

.dropdown-menu .dropdown-item {
  text-decoration: none;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
    pointer-events: auto;
  }
}


/* Carousel */
/* Slides Carousel Images Dimension */
.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  display: flex;
  height: 70vh;
  width: 100%;
  object-fit: cover; 
  margin-left: auto;
  margin-right: auto;
  
}

.carousel-inner {
  height: 70vh;
   margin-top: 0 !important;
  padding: 0; 
  
}

.carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  
}



.carousel-item.active img {
  transform: scale(1);
  transition: transform 1.6s ease-in-out;
}

.carousel-item:not(.active) img {
  transform: scale(1.2);
}



.carousel-caption {
  bottom:10px;
  font-weight: bold;
  text-align:right;
  right:30px;
  font-size:14px;
   
}



  .info-card-dark li {
    margin-bottom: 0.5rem;

  }


  @media (max-width: 767.98px) {
    .column-divider {
      border-left: none;
      border-top: 1px solid #495057;
      margin-top: 2rem;
      padding-top: 1.5rem;
    }
  }


/* "QUEM SOMOS/NOSSO TRABALHO" CARDS */


/* Titles */

.text,
.text p,
.text a {
  margin: 0;              
  padding: 0;
  letter-spacing: 0.2px; 
  font-size: 18px;
     
}


/* Square Icons */
.icon {
  font-size: 8px;                                
  align-self: center;
  align-items: center;
        
}

/* Square Color Icons */
.icon2, 
.icon2 svg {
  color: #5277ad !important;
  fill: currentColor !important;
}
  

ul.list-unstyled strong {
  font-weight: 500; 
}

/* EQUIPE */
.overlay-container {
  position: relative;
  overflow: hidden;
  max-height: 80%;
 
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.overlay img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 200%;
  height: 100%;
  object-fit: cover;
  filter: brightness(40%) contrast(90%);
  animation: slide-left 30s linear infinite;
}



@keyframes slide-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.content-wrapper {
  position: relative;
  z-index: 1;
  padding:5vh;
  min-height: 80vh;
 
}

/* Img Cards */
.image-container {
  height: 250px; 
  width: 260px;
  background-color: rgba(0, 0, 0, 0.555);
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  margin:0 auto;
  
}

.image-container img {
  max-height: 90%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
  margin:0 auto;
  
}

.card-pedro .main-card {
  width: 80%;
  height: 100%; 
  object-fit: contain;
}

.card-pedro .image-container {
  height:250px; 
}

.img-custom1 {
margin-bottom:10% !important

}

.main-card {
  width: 80%; 
  justify-content: center;
  margin:0 auto;

  
}




.EQUIPE_title {
  display: block;
  font-weight: bold;
  font-size: 1.05rem;
  margin-top: 1rem;
  color: white;
  text-align: center;
  
}

.EQUIPE_text {
  display: block;
  font-size: 0.95rem;
  text-align: justify;
  margin-top: 0.5rem;
  color: white;
  padding: 0 0.5rem;
}

/* Responsividade */
@media (max-width: 768px) {
  .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* Footer */
  .NossoLocal p,
  .FaleConosco a {
    line-height: 0.8;
    font-size: 17px;
}

/*Clientes*/
#carouselClientes .carousel-inner {
  min-height: 370px; 
}


