@charset "utf-8";

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");

:root{
    --corFundo: #222222;
    --corTexto: #fafafa;
    --corDestaque: #e8ad2a;
    --corFundoContainer: rgba(77, 77, 77, 0.1);
    --corFundoElemento: rgba(77, 77, 77, 0.2);
    --corSombra: rgba(10, 10, 10, 0.75);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--corFundo);
    color: var(--corTexto);
    height: 100vh;
    width: 100vw;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-image: url(../imagens/background-expertise.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    background-attachment: fixed;
}

.main-form {
    max-width:700px;
    margin:auto;
    text-align: center;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 2vh 3vw 2vh 3vw;
}

.relogio-hora , .dia-semana {
    color: var(--corDestaque);
    font-weight: bold;
}

.sala-assessor {
    text-align: end;
}

.assessor {
    color: var(--corDestaque);
    font-weight: bold;
}

.container-boas-vindas {
    position: absolute;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    width: 100%;
    /* border:1px solid green; */
    padding: 0 25vw 0 25vw;
}

h1 {
    font-size: 56px;
    color: var(--corDestaque);
    margin-top: 15px;
    margin-bottom: 10px;
}

.h1-boas-vindas {
    margin-bottom: 35px;
}

h2 {
    font-size: 48px;
    margin-bottom: 55px;
}

h3 {
    font-size: 28px;
    margin-bottom: 60px;
}

p {
    font-size: 18px;
}

fieldset {
    border: 2px solid var(--corDestaque);
    padding: 25px 35px 30px 35px;
    border-radius: 20px;
    margin-bottom: 15px;
    
    background-color: var(--corFundoContainer);
    backdrop-filter: blur(6px);

    font-size: 18px;

    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 15px auto;
}

.fieldset-legend{
    padding: 0 15px;
    font-size: 1.2rem;
    font-weight: bold;
}

.input-label{
    font-size: 20px;
    font-weight: bold;
    color: var(--corDestaque);
    width: 30%;
    text-align: right;
}

.input {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: baseline;
}

.input-radio{
    border-radius: 5px;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid var(--corDestaque);
}

input[type="radio"]{
    scale: 1.4;
    margin-right: 5px;
}

form input {
    padding: 8px;
    /* margin: auto; */
    border: 1px solid var(--corTexto);
    border-radius: 5px;
    background-color: black;
    color: white;
    margin-bottom: 15px;
}

form .formulario-nome, select {
    width: 60%;
    background-color: var(--corFundoElemento);
    color: var(--corTexto);
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid var(--corTexto);
}

form option {
    background-color: var(--corFundo);
}

.formulario-login {
    width: 380px;
    margin: auto;
}

.mensagem {
    max-width: 35vw;
    margin: auto;
    padding: 10px 30px;
    border-left: 5px solid var(--corDestaque);
    background-color: var(--corFundoContainer);
    backdrop-filter: blur(5px);
    margin-bottom: 35px;
    border-radius: 5px 20px 20px 5px;
}

.mensagem p {
    font-size: 22px;
}

.mensagem-texto {
    font-style: italic;
    text-align: justify;
    margin-bottom: 15px;
}

.mensagem-rodape {
    justify-content: space-between;
}

.mensagem-rodape, .mensagem-feedback{
    display: flex;
}

.mensagem-autor {
    font-weight: bold;
    text-align: end;
}

footer {
    width: 100vw;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    padding: 0 3vw;
    align-items: center;
}

footer .site {
    margin-right: 15px;
}

footer div {
    height: 1px;
    border-bottom: 1px solid lightgray;
    width: 60%;
}

img{
    height: 6rem;
}

/* .logo-btn {
    display: flex;
} */

.btn {
    padding: 10px 15px;
    background-color: transparent;
    color: white;
    border: 2px inset var(--corDestaque);
    border-radius: 15px;
    margin-top: 20px;
    font-size: 18px;
    

    cursor: pointer;
}

.btn-icon {
    padding: 8px;
    color: white;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.btn-fullscreen {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

i{
    font-size: 1.2rem;
}

.sala {
    display: block;
    text-decoration: none;
    color: var(--corTexto);
}

.link-sala {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: auto;
    padding: 1rem 5rem;
    border-left: 3px solid var(--corDestaque);
    background-color: rgba(136, 136, 136, 0.1);
    backdrop-filter: blur(5px);
    margin-bottom: 1.5rem;
    border-radius: 3px 30px 30px 3px;
    position: relative;
    left: 0;
    transition: 0.2s ease-in;
}

.link-sala:hover {
    position: relative;
    left: 2rem;
    box-shadow: -1.5rem 0.5rem 0.5rem  var(--corSombra);
}

.sala-selecionada {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 1rem;
}

a {
    color: var(--corTexto);
}


.hidden {
    display: none !important; 
}