
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');


:root {
    
    --cor-principal-clara: #88D775; /* Verde mais claro do fundo */
    --cor-principal-escura: #88D775; /* Verde do botão "Entrar" */
    --cor-roxo-bg: #462969; /* Roxo da ilustração e inputs */
    --cor-laranja-bg:  #D17549;/* Laranja da ilustração */
    --cor-laranja-criar-conta: #ff9900; /* Laranja do "Criar conta" */
    --cor-azul-claro-icon: #5f90ff; /* Azul claro do Google */
    --cor-cinza-claro-separator: #b0b0b0; /* Linha do OU */
    --cor-texto-escuro: #4a4a4a;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.fundo {
    background-color: var(--cor-principal-clara);
}

.maintitle {
    position: absolute;
    top: 15px; 
    left: 60px; 
    width: auto;
    text-align: left;
    color: var(--cor-roxo-bg);
    font-size: 1.8rem;
    font-weight: bold;
    z-index: 10;
}


.barratopo {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    z-index: 20;
}

.barratopo {
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem; 
    z-index: 10;
}

.leftelements {
    display: flex;
    align-items: center;
    gap: 0.75rem; 
    margin-left: 2rem; 
}

.botaovoltar {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    color: var(--cor-roxo-bg);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botaovoltar { margin-left: 24px; }

.tituloprincipal {
    position: absolute;
    left: 50%;
    top: 52%; 
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 800;
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: 0.2px;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .header { position: static; transform: none; margin-left: 0.6rem; gap: 0.5rem; }
    .tituloprincipal { position: static; transform: none; font-size: 1.1rem; pointer-events: auto; }
}

.botaovoltar {
    background-color: var(--cor-roxo-bg);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.2rem;
    padding: 0;
}

.logotopo img {
    height: 90px;
    display: block;
    margin-left: 10px;
}


.modoec {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    transition: background-color 0.18s ease, transform 0.12s ease;
}

.modoec.icon {
    color: #e6b000;
    font-size: 1.05rem;
    line-height: 1;
}

.modoec:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

/* Caixa roxa para a seleção (modal/card) */
.modal-content.cardselecao,
.cardselecao {
    background-color: var(--cor-roxo-bg);
    color: #ffffff;
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    width: 320px;
    max-width: calc(100% - 2rem);
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    text-align: center;
}
.modal-content.cardselecao .button,
.cardselecao .button {
    color: #ffffff;
}
.tituloprincipal {
    max-width: calc(100% - 240px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .tituloprincipal { max-width: calc(100% - 140px); }
}


.conteudoprincipal {
    max-width: 1200px;
    height: 100%;
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    margin-right: 5%; 
    margin-left: auto;
    margin-top: 50px;
}

.conteudoprincipal .columns {
    width: 100%;
    height: 100%;
}


.formulariologin {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 60px;
}

.cardlogin {
    width: 100%;
    max-width: 380px;
}

.tituloformulario {
    color: var(--cor-roxo-bg);
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
}


.entrada{
    background-color: var(--cor-roxo-bg);
    border-color: var(--cor-roxo-bg);
    color: white;
    border-radius: 6px;
    height: 3.5rem;
}
.entrada::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.entrada:focus {
    border-color: var(--cor-laranja-bg);
    box-shadow: 0 0 0 0.125em rgba(255, 153, 0, 0.25);
}


.botaoentrar {
    background-color: var(--cor-principal-escura);
    border-color: var(--cor-principal-escura);
    font-weight: bold;
    height: 3.5rem;
    border-radius: 6px;
}


.separador {
    background-color: var(--cor-cinza-claro-separator);
    height: 2px;
    border: none;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.tagseparadora {
    background-color: transparent;
    color: var(--cor-texto-escuro);
    font-weight: bold;
    padding: 0;
}


.botaogoogle{
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
}
.botaogoogle.icon {
    color: var(--cor-azul-claro-icon);
    font-size: 2rem;
}


.linkcriarconta {
    color: var(--cor-laranja-criar-conta);
    font-weight: bold;
    text-decoration: underline;
}


.conteiner3.cardselecao {
    background-color: var(--cor-roxo-bg);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
}
.container3.cardselecao .button {
    height: 3rem;
    font-weight: bold;
    border-radius: 6px;
}

.botaoong {
    background-color: var(--cor-laranja-bg);
    border-color: var(--cor-laranja-bg);
    color: white;
}

.botaodoador {
    background-color: var(--cor-principal-escura);
    border-color: var(--cor-principal-escura);
    color: white;
}

.has-text-centered{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-5{
    gap: 10px;
}