@import url('https://fonts.googleapis.com/css2?family=Hurricane&family=Konkhmer+Sleokchher&family=Kranky&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Questrial&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hurricane&family=Konkhmer+Sleokchher&family=Kranky&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Questrial&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Hurricane&family=Konkhmer+Sleokchher&family=Kranky&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Questrial&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    overflow-x: hidden;
}

body {
    margin: 0;
    background-image: url(1751275456896-homepagecorpoonedesktop36jpg_2510x5760.webp);
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100vh;
    z-index: 0;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url(1751275456896-homepagecorpoonedesktop36jpg_2510x5760.webp);
    background-size: cover;
    background-position: center 132px;
    background-repeat: no-repeat;
    filter: brightness(0.3) contrast(1.1) saturate(0.0);
    z-index: -1;
    pointer-events: none;
}

header {
    width: 100%;
    background-color: #EDE6DC;
    position: absolute;
    height: 132px;
    align-items: center;
    display: flex;
    justify-content: center;
}

header a {
    text-decoration: none;
    color: black;
}

header b {
    font-family: "Hurricane", cursive;
    font-size: 70px;
    font-weight: 100;
    width: 30%;
    text-align: left;
}


#icones {
    width: 40%;
    text-align: right;
    padding-right: 3%;
}

#icones svg {
    width: 34px;
    margin-right: 2%;
}

body img {
    margin-top: 130px;
    filter: brightness(0.3) contrast(1.1) saturate(0);
    position: absolute;
}

#content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#caixa {
    background-color: #ede6dc9a;
    border-radius: 2%;
    width: 900px;
    height: 430px;
}

#caixa h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 65px;
    font-weight: 400;
    text-align: center;
    color: white;
    margin-top: 4%;
}

#caixa div {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

form {
    display: flex;
    flex-direction: column;
    font-family: "Cormorant Garamond", serif;
}

label {
    font-size: 20px;
    color: white;
    margin-bottom: 5px;

}

input {
    width: 400px;
    padding: 12px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    outline: none;
}

#login {
    margin-bottom: 20px;
}

#senha {
    margin-bottom: 10px;
}

.botao {
    background-color: #EDE6DC;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 200px;
    margin: 0 auto;
    text-decoration: none;
    color: black;
    font-size: 20px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.botao:hover {
    text-decoration: underline;
    background-color: #d9d0c6;
}

@media (max-width: 550px) {
    #caixa {
        background-color: #ede6dc9a;
        border-radius: 2%;
        width: 320px;
        height: 430px;
    }

    input{
        width: 270px;
    }

    
}