﻿body {
}

* {
    font-family: "Pathway Extreme",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.DjeGev0cTJ {
    max-width: 1320px;
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(247 247 247);
    /*background-color: #fdfdfd;*/
}

.j0LD1Wyi55 {
    padding: 40px;
}

.ag8Nci48iQ {
    width: 65%;
    border-radius: 10px;
    padding: 20px;
}

.kzWq5LuYNY {
    font-size: 20px;
    text-align: justify;
}

.A66pP04M1p {
    width: 100%;
    text-align: center;
}

.rOYxQsszLP {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    justify-content: center;
}

.yCflNJGFAn {
    width: 25%;
}

.VO1cus3Uza {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.2);
}

button.lhdbI9m1hr {
    background-color: #797979;
    padding: 10px;
    border-radius: 10px;
    margin: .8rem 1.2rem .8rem .8rem;
    cursor: pointer;
    text-decoration: none;
    color: white;
    border: 1px solid rgb(163 163 163);
    font-size: medium;
}

    button.lhdbI9m1hr:hover {
        background-color: #ababab;
    }

.rmBejkLT2L {
    width: 100%;
    display: flex;
    justify-content: center;
}

h4.RuJbqUF376 {
    margin-bottom: 20px;
}

.VBAOS4zRid {
    width: 90%;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.2);
}

.LgOlAesan3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /*repeat(4, 1fr);*/
    justify-items: center;
}

.sMUN2EQMs1 {
    margin: 5px;
    display: flex;
    flex-direction: row;
}

.WmfQcZP8qY {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pnPD3Q6PqS {
    width: 90%;
    padding: 40px;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.2);
}

.iOAo67srJy {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.V2DZ5vKRDl {
    width: 90%;
    padding: 40px;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.2);
}

.login-btn-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #9f9f9f;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    z-index: 3;
}


/*SLIDE SHOW - POP - UP LANDING PAGE*/

.KHxRL0wnGS {
    display: flex;
    flex-direction: row; /* Muda para coluna em telas menores */
    align-items: center;
    justify-content: center;
}

.LM0IWTqqef {
    max-width: 584px; /* Imagem principal responsiva */
    height: auto; /* Mantém a proporção da imagem */
    margin-bottom: 20px; /* Espaçamento abaixo da imagem principal */
    border: 1px solid #ccc;
    object-fit: cover; /* Ajusta a imagem para não distorcer */
    cursor: pointer; /* Muda o cursor para indicar que é clicável */
}

/*.nYfPSlrC9b {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}*/

.nYfPSlrC9b {
    position: relative; /* Necessário para posicionar as sombras */
    display: flex;
    flex-direction: column; /* Organiza as imagens na vertical */
    overflow-y: scroll; /* Scroll vertical */
    max-height: 400px; /* Altura máxima visível */
    gap: 10px; /* Espaço entre as imagens */
    align-items: center;
}

    /* Estilo da barra de rolagem */
    .nYfPSlrC9b::-webkit-scrollbar {
        width: 10px; /* Largura da barra */
    }

    /* Estilo da trilha da barra de rolagem */
    .nYfPSlrC9b::-webkit-scrollbar-track {
        background: #f1f1f1; /* Cor da trilha */
        border-radius: 10px; /* Bordas arredondadas */
    }

    /* Estilo da parte rolável (o "polegar") da barra de rolagem */
    .nYfPSlrC9b::-webkit-scrollbar-thumb {
        background-color: #6979c5; /* Cor do "polegar" */
        border-radius: 10px; /* Bordas arredondadas */
        border: 3px solid #f1f1f1; /* Cor de borda para contraste */
    }

        /* Efeito quando o utilizador passa o rato sobre a barra */
        .nYfPSlrC9b::-webkit-scrollbar-thumb:hover {
            background-color: #455a8f; /* Cor mais escura ao passar o rato */
        }

.nIKOtDUTZk {
    width: 100px; /* Largura fixa para miniaturas */
    height: 75px;
    margin: 5px; /* Margem ao redor de cada miniatura */
    cursor: pointer;
    border: 1px solid #ddd;
    transition: background-color 0.3s, box-shadow 0.3s; /* Transições suaves */
    position: relative; /* Para que o pseudo-elemento funcione */
    box-sizing: border-box; /* Inclui a borda no tamanho total do elemento */
}

    .nIKOtDUTZk:hover {
        border: 1px solid #888;
    }

.active-nIKOtDUTZk {
    background-color: rgba(0, 123, 255, 0.5); /* Fundo azul com opacidade ao redor da miniatura ativa */
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5); /* Sombra para destacar a miniatura ativa */
}

.biiRFMKDY6 {
    display: none; /* Oculta a overlay inicialmente */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fundo escuro com opacidade */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Mantém a overlay em cima */
}

.vp28f358Yo img {
    width: 80%; /* Ajuste para a largura desejada na visualização ampliada */
    height: auto; /* Mantém a proporção da imagem */
    transform: scale(1); /* Inicialmente, sem zoom */
    transition: transform 0.5s ease; /* Adiciona uma transição lenta ao zoom */
}

.vp28f358Yo.active img {
    transform: scale(1.05); /* Aumenta a escala ao abrir a overlay */
}



/*RESPONSIVO*/

@media (max-width: 1000px) {
    .ag8Nci48iQ {
        width: 60%;
        border-radius: 10px;
        padding: 20px;
    }

    .yCflNJGFAn {
        width: 30%;
    }

    .VO1cus3Uza {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.2);
        justify-content: space-between;
    }
}

@media (max-width: 900px) {
    .rOYxQsszLP {
        display: flex;
        margin-top: 25px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .ag8Nci48iQ {
        width: 90%;
        border-radius: 10px;
        padding: 20px;
        text-align: left;
    }

    .yCflNJGFAn {
        width: 90%;
    }

    .VO1cus3Uza {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.2);
        justify-content: space-between;
    }

    .KHxRL0wnGS {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    /*.nYfPSlrC9b {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;*/ /* Mantém as miniaturas em coluna em telas maiores */
    /*}*/

    .nYfPSlrC9b {
        display: flex;
        flex-direction: row;
        flex-wrap: unset;
        justify-content: center;
        width: 100%;
        overflow-x: auto;
        overflow-y: unset;
    }

    .nIKOtDUTZk {
        width: 100%; /* Largura fixa para miniaturas */
    }
}

@media(max-width: 768px) {

    #fXFzMnlHEs {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        align-items: flex-end !important;
    }

    .container {
        display: flex !important;
        width: 84% !important;
        margin: auto !important;
        position: relative !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    img {
        vertical-align: middle;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .LgOlAesan3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-items: start;
    }

    .rOYxQsszLP {
        display: flex;
        margin-top: 25px;
        justify-content: center;
        flex-direction: column;
    }

    .ag8Nci48iQ {
        width: 90%;
        border-radius: 10px;
        padding: 20px;
    }

    .kzWq5LuYNY {
        font-size: 14px;
    }

    .rOYxQsszLP {
        display: flex;
        margin-top: 25px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .yCflNJGFAn {
        width: 90%;
    }

    .VO1cus3Uza {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.2);
    }
}
