﻿body {
    background-color: #ebebeb;
    height: 100%;
    box-sizing: border-box;
}

.form {
    padding-bottom: 0;
}

.content-wrapper {
    padding-bottom: 0;
}

.content {
    display: flex;
    align-items: center;
    justify-content: start;
    overflow: hidden;
}

.formLayout-verticalAlign {
    display: table-cell;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    min-width: 350px;
    height: auto;
    min-height: 100vh;
    background-color: white;
    padding: 30px;
}

.formLayout-wrapper {
}

.formlayout-item-cell {
    border-radius: 8px;
    overflow: hidden;
}

.register-formLayout {
    min-width: 600px;
    max-width: 800px;
}

.formLayout-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.formLayout-groupBox {
    margin: 0;
    padding: 0 !important;
}

    .formLayout-groupBox > div {
        margin: 0;
        padding: 0 !important;
    }

.formLayout-generalErrorText {
    color: red;
    padding-top: 1em;
}

.formlayout-memo > tbody > tr > td > textarea {
    border-radius: 8px;
}

#IdMunicipio_B-1 {
    border-radius: 8px;
}

.eye-button {
    background: none;
}

    .eye-button > div {
        background: url('Images/eye-button.svg') no-repeat center;
        width: 18px;
        height: 12px;
        vertical-align: baseline;
        pointer-events: none;
        user-select: none;
    }

    .eye-button.show-password > div {
        background: url('Images/eye-button-hide.svg') no-repeat center;
    }

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.hidden {
    display: none;
}


.footer-wrapper {
    position: static;
    display: table-row;
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #a3a3a3;
    padding: 20px;
    width: 250px;
    text-decoration: none;
    color: #000;
    transition: transform 0.3s, background-color 0.3s;
}

    .card:hover {
        transform: scale(1.02);
        background-color: #e4e4e4;
    }

    .card h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .card p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

.dxeListBoxItemRow_Office365 {
    cursor: pointer !important;
}

#lbServicos_LBF, #CategoriaServico_LBF {
    border-radius: 8px 8px 0 0;
}

.btn-Voltar {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.presentation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    padding: 30px;
    height: calc(100vh - 100px);
    text-align: center;
}

/* Estilo geral da apresentação */
.presentation-container {
    text-align: center;
    padding: 50px;
}

.presentation-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.presentation-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.features-list {
    list-style: none;
    padding: 0;
}

    .features-list li {
        font-size: 16px;
        margin-bottom: 10px;
    }

/* Estilo para os logos principais */
.logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.logo {
    width: 100px;
    height: auto;
    margin: 0 20px;
}

.cife {
    width: 50%;
}

.gov-para {
    width: 80%; /* Tamanho maior para destaque */
    min-width: 300px;
    max-width: 500px;
}

.clube-engenharia {
    width: 70px;
}

/* Estilo para o rodapé */
.footer {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
    color: black;
    gap: 10px;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .logo-container p {
        margin-right: 10px;
        font-size: 14px;
    }

.quarter {
    width: 120px; /* Menor para menos destaque */
    height: auto;
}


#particles-js {
    position: absolute;
    width: 100%;
    height: 99%;
    background-color: #ebebeb;
    top: 0;
    left: 0;
    z-index: -1; /* Para garantir que o fundo fique atrás do conteúdo */
}

.formlayout-foto {
    border-radius: 50%;
    overflow: hidden;
}

.dxgvLoadingPanel_Office365Dark, .dxgvLoadingPanel_Office365, .dxlpLoadingPanel_Office365, .dxlpLoadingPanel_Office365Dark,
.dxtlLoadingPanel_Office365, .dxtlLoadingPanel_Office365Dark,
.dxcvLoadingPanel_Office365, .dxcvLoadingPanel_Office365Dark {
    border-radius: 5px;
}


@media only screen and (max-width: 600px) {
    .register-formLayout {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 815px) {
    .content {
        flex-direction: column;
    }

    .formLayout-verticalAlign {
        width: 100%;
    }

    .footer {
        display: none;
    }
}

.btn-Voltar {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}
