* {
    margin: 0;
    padding: 0;
    font-family: Kantumruy Pro, sans-serif;
}

/* ... SEU CSS EXISTENTE ... */

* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: grid;
    justify-items: center;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #000000;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* ------------------------------------- */
/* NOVO CSS: Estilo das setas */
/* ------------------------------------- */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgb(255, 255, 255);
    background-color: rgba(7, 29, 65, 0.505);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Posição da seta 'Próximo' */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Efeito ao passar o mouse */
.prev:hover,
.next:hover {
    background-color: rgba(255, 180, 17, 0.499);
    color: #071d41 !important;
}

/* ------------------------------------- */


/* The dots/bullets/indicators */
.dot {
    height: 7px;
    width: 7px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 0%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

/* Container principal - Remove a limitação de largura (max-width) */
.slideshow-container-depoimento {
    /* REMOVIDO: max-width: 1000px; */
    position: relative;
    /* REMOVIDO: margin: 50px auto; */ 
    /* A cor de fundo original era #e8331d, mas seu HTML está usando #071d41. */
    /* Para replicar o layout, o container do depoimento deve ser transparente */
    /* ou ter a mesma cor do pai. Vou manter o estilo de espaçamento: */
    padding: 0; /* Remove o padding, já que o pai tem padding */
    overflow: hidden; 
    height: 500px; /* Ajusta a altura interna da área do carrossel */
    align-content: center;
}

/* Caixa do depoimento (fundo escuro e centralizada) */
.depoimento-box {
    background-color: rgba(30, 30, 30, 0.85);
    color: white;
    padding: 75px 75px 40px 75px;
    width: 100%; /* Aumentei um pouco para ocupar mais espaço em telas pequenas */
    max-width: 1000px; /* Aumentei a largura máxima da caixa */
    margin: 0 auto; /* CRÍTICO: Mantém a centralização */
    height: 100%; /* Preenche a altura total do container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
}

/* Estilo da aspa (grande e destacada) */
.quotation-mark {
    text-align: center;
    font-size: 80px;
    line-height: 0.1;
    color: #aaaaaa;
    margin-bottom: 20px;
    display: block;
}

/* Texto do Depoimento (citação) */
.depoimento-texto {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-style: italic;
    margin: 0;
    padding-top: 10px;
}

/* Autor */
.depoimento-autor {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
}

/* Cargo do Autor */
.depoimento-cargo {
    font-weight: normal;
    font-size: 14px;
    opacity: 0.8;
}


/* --- CSS das setas e pontos (adaptado) --- */

.mySlides-depoimento {
    display: none;
}

.prev-depoimento,
.next-depoimento {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.1);
    /* Brilho das setas */
    border-radius: 50%;
}

.next-depoimento {
    right: 15px;
    /* Posição à direita */
}

.prev-depoimento {
    left: 15px;
    /* Posição à esquerda */
}

.prev-depoimento:hover,
.next-depoimento:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.dot-depoimento {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot-depoimento.active-depoimento {
    background-color: #ffb411;
    /* Cor ativa igual ao fundo */
}

/* Animação de fade */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.sidebar {
    background-color: blue;
    width: 280px;
    height: 100vh;
    position: fixed;
}

.sidebar a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: white;
    transition: 0.3s;
}

.sidebar a:hover {
    background-color: #575757;
}

main {
    margin-left: 280px;
    padding: 20px;
}

.container-nav {
    padding: 0 250px;
}

.container.imagem {
    background: #000000;
    background: url(../img/Novo\ Projeto.png) no-repeat center center;
    background-size: cover;
    /* ou use contain, veja abaixo */
    background-position: top;
    min-height: 100vh;
    /* ou defina uma altura suficiente */
}


.menu-lateral {
    width: 300px;
    /* Largura do menu */
    background-color: #fff;
    /* Cor de fundo */
    padding: 20px;
    /* Espaçamento interno */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    /* Sombra sutil */
    height: 100vh;
    /* Ocupa toda a altura da tela */
}

.menu-lateral ul {
    list-style: none;
    /* Remove marcadores de lista */
    padding: 0;
}

.menu-lateral ul li {
    margin-bottom: 10px;
    /* Espaçamento entre itens do menu */
}

.menu-lateral a {
    text-decoration: none;
    /* Remove sublinhado dos links */
    color: #333;
    font-weight: bold;
}

.conteudo-principal {
    flex-grow: 1;
    /* Faz o conteúdo principal ocupar o espaço restante */
    padding: 20px;
    justify-content: center !important;
}


.card {
    /* Mantém o estilo do card básico */
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: sans-serif;
    margin: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

h2 {
    font-family: sans-serif;
    color: #fff;
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: transparent;
    /* CORREÇÃO AQUI */
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    margin: 0 !important;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #439bff, #1e87ff, #0057bb, #003983, #0057bb, #1e87ff, #439bff);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 5s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #ffffff;
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00244c;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pulse-element {
    animation: pulse 1s infinite ease-in-out;
    /* Defines the animation */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
        /* Grows slightly */
    }

    100% {
        transform: scale(1);
    }
}

#sobre {
    scroll-margin-top: 70px;
}

#quemsomos {
    scroll-margin-top: 70px;
}

#parcerias {
    scroll-margin-top: 100px;
}

#contato {
    scroll-margin-top: 70px;
}

@keyframes headShake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(1deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.element-to-shake {
    animation: headShake 1s infinite ease-in-out;
    /* Apply the animation to an element */
    /* Other styles for your element */
}

a:hover {
    transition: 0.3s;
    color: #004a9e !important;
}

a {
    transition: 0.3s;
}

.link.ativo {
    transition: 0.3s;
    color: #004a9e !important;
}

img.invertida{
    filter: invert(100%);
}

.fundosobre{
    background-image: url(../img/5570834.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fotosobre{
    transition: 0.3s;
}

.fotosobre:hover{
    transition: 0.3s;
    transform: scale(1.03);
}

