
    body {
        font-family: Inter, sans-serif !important;
        margin: -52px 0px 0px 0px !important;
    }

    /* Estilo do menu fixo */
    .navbar {
        background-color: #e8c4b6 !important;
    }

    .navbar-brand img {
        height: 50px !important;
    }

    .nav-link {
        color: #2d3141 !important;
        //font-size: larger;
        text-transform: uppercase;
        font-weight: bold !important;
    }

    .nav-link.active {
        color: #fff !important; /* Cor para destacar a seção ativa */
        font-weight: bold !important;
    }
    
    .nav-link:hover {
        color: #fff !important; /* Cor para destacar a seção ativa */
        font-weight: bold !important;
    }


    a {
        text-decoration: none !important;
    }

    h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #2c3041;
    }
    
    .session-margin{
        margin-top: 8rem !important;
    }

    .social-icon {
        font-size: 30px;
        margin: 0 10px;
        color: white;
        transition: transform 0.3s ease, color 0.3s ease;
        text-decoration: none;
    }

    .social-icon:hover {
        transform: scale(1.2);
        color: #e8c4b6; /* Cor destacada ao passar o mouse */
    }

    p i {
        margin-right: 10px;
        color: #121627;
    }
    
    p b {
        margin-right: 10px;
        color: #e8c4b6;
    }

/* Estilização do carrossel */
.carousel-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    //background: #f9f9f9;
    padding: 20px 0;
}

.partner-carousel {
    display: flex;
    align-items: center;
    width: 100%;
}

.carousel-track {
    display: flex;
    white-space: nowrap;
    animation: slide 20s linear infinite;
}

.carousel-track img {
    width: 150px; /* Ajuste conforme necessário */
    height: auto;
    margin: 0 15px;
    transition: transform 0.3s ease;
}

.carousel-track img:hover {
    transform: scale(1.1);
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 756px) {
.carousel {
    position: relative;
    width: 50%; /* Metade da largura da tela */
    height: 60vh; /* Metade da altura da tela */
    margin: 20vh auto; /* Centraliza verticalmente sem sair da tela */

}
}
.carousel-inner {
    border-radius: 10px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 1.175) !important;
    border: groove;
}

#home {
        background-image: url("../imagens/fundo.jpg");
    background-size: cover; /* Faz com que a imagem cubra toda a seção */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Evita repetição */
    width: 100%; /* Garante que a seção ocupe toda a largura */
    min-height: 100vh; /* Ajusta a altura para cobrir toda a tela */
    display: flex; /* Mantém o conteúdo centralizado */
    align-items: center; /* Alinha os elementos ao centro verticalmente */
    justify-content: center; /* Centraliza o conteúdo horizontalmente */
    max-width: 100%;
}




    /* Botões personalizados */
    .carousel-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        border: none;
        color: white;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.3s ease;
        z-index: 10;
    }

    .carousel-btn:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    /* Ícones dentro dos botões */
    .carousel-btn svg {
        width: 24px;
        height: 24px;
    }

    /* Posição dos botões */
    .carousel-btn.prev {
        left: 15px;
    }

    .carousel-btn.next {
        right: 15px;
    }
    

/* Animação do carrossel */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


    .image-container {
        overflow: hidden;
        border-radius: 8px;
    }

    .image-container img {
        transition: transform 0.3s ease-in-out;
        width: 100%;
    }

    .image-container:hover img {
        transform: scale(1.1);
    }

    .diferencial-box {
        position: relative;
        width: 100%;
        height: 250px; /* Altura fixa para uniformidade */
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    }

    .diferencial-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .diferencial-box img:hover {
        transform: scale(1.05);
    }

    /* Caixa de texto fixa no canto inferior esquerdo */
    .texto-sobre-imagem {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7); /* Fundo escuro translúcido */
        color: white;
        padding: 10px 15px;
        text-align: left;
    }

    .texto-sobre-imagem h4 {
        margin: 0;
        font-size: 1.2rem;
    }

    .texto-sobre-imagem p {
        margin: 5px 0 0;
        font-size: 0.9rem;
    }

    .diferencial-box:hover {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    /* Estilizando as miniaturas da galeria */
    .gallery-img {
        width: 100%;
        height: 150px !important;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s ease;
        border-radius: 10px;
    }
    .gallery-img:hover {
        transform: scale(1.1);
    }

    .img-container {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        width: 20vh;
        height: 20vh;
        border-radius: 50%;
        margin: 0 auto;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    }

    .destaque-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
    }

    .destaque-img:hover {
        transform: scale(1.1); /* Efeito de zoom suave */
    }
        
        .featured-post {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 40px;
        }
        .featured-post img {
            max-width: 400px;
            height: auto;
            flex-shrink: 0;
        }
        .featured-post .content {
            flex: 1;
        }
        .suggested-posts img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
  /*width: 40%;*/
}

.team .member .member-bus {
  width: 180px;
  height: 180px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c3041;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: gainsboro;
  color: #2c3041;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #2c3041;
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

