/* Estilos gerais */
body {
    /* font-family: Arial, sans-serif; */
    background: linear-gradient(to bottom, #000000, #0e0339);
    margin: 0;
    height: 95vh;
}

/* Container principal */
.container_apresentacao {
    padding: 62px 40px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/* Texto */
.tj {
    /* font-family: Calibri, 'Trebuchet MS', sans-serif; */
    color: #d8ae5d;
    font-size: 17px;
    /* width: 60%; */
    padding: 20px;
    text-align: justify;
}

/* Link "Saiba mais" */
.link {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.link:hover {
    text-decoration: underline;
}

/* Grid com 4 imagens */
.imagens-grid {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; */
    /* width: 50%; Ocupa metade do espaço */
    max-width: 400px;
    padding: 0px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Ajuste das imagens */
.imagens-grid img {
    width: 100%;
    /* height: 150px; */
    object-fit: cover;
    border-radius: 10px;
}
/* Carosel */
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    /* border-top: #d8ae5d solid 2px; */
    /* border-bottom: #d8ae5d solid 1px; */

}

.bg-light-blue {
    background-color: #0b022f; /* Ajuste a cor para combinar com a imagem */
}


h2 {
    font-size: 24px;
    font-weight: 300;
}

.text-primary {
    color: #d8ae5d !important;
    text-decoration: none;
    font-weight: bold;
}

.custom-prev, .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    color: #d8ae5d;
}

.custom-prev {
    left: -100px;
}

.custom-next {
    right: -50px;
}

.custom-icon {
    font-size: 32px;
}

h2{
   color:#d8ae5d;
}

h6{
    color:#d8ae5d;
}

.lista-clientes, .lista-depoimentos {
    margin-bottom: 40px;
}

.container-lista {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 25px;
    margin-right: 25px;
}

.lista-clientes .lista {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
    justify-content: center;
    padding: 0;
}

.lista li {
    list-style: none;
    text-align: center;
    border-radius: 10%;

}

.lista img {
    max-width: 100%;
    height: auto;
    /* display: block; */
    margin: auto;
    align-items: center;
    border-radius: 10%;
}

.lista-clientes ul.lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.lista-clientes .cnt-clientes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    background-color: white;
    height: 150px;
}

.lista-clientes .img-clientes {
    max-width: 150px; 
    height: auto;
    display: block;
    margin: 0 auto;
}

.d-flex2 {
    display: -ms-flexbox !important;
    display: flex !important;
    border-top: #d8ae5d solid 2px;
    border-bottom: #d8ae5d solid 1px;

}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-section {
  margin: 100px auto;
  max-width: 800px;
  padding: 50px 20px;
}
