:root {
    --azul-bh4u: #203463;
    --lilas-bh4u: #6a5fa4;
    --amarelo-bh4u: #f4d048;
    --rosa-bh4u: #e4207f;
    --cinza-bh4u: #373737;
    --cinza-claro-bh4u: #cfcfcf;
    --bar-top-height: 100px;
    --footer-height: 100px;
    /* --sombra: drop-shadow(1px 1px 5px #707070); */
    --sombra: drop-shadow(1px 1px 5px #ffffff);
    --default-trasition-duration: 0.5s;
    --main-container: 700px;

    --main-text-cor: #4a4e57;
    --cor1: #6b4595;
    --cor2: #5fc3d7;
    --cor3: #57b35d;
    --cor4: #f4cf42;
    --cor5: #e4147d;
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
}

input:focus {
    outline: none;
}


h1 {
    margin-bottom: 20px;
}

body {
    background-color: white;
    color: var(--azul-bh4u);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: var(--azul-bh4u);
    font-family: Arial, Helvetica, sans-serif;
}

a:hover {
    color: var(--rosa-bh4u);
}

.container {
    display: flex;
    width: 100%;
    max-width: var(--main-container);
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.footer-reserve-space {
    height: var(--footer-height);
}


.icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all var(--default-trasition-duration);
    fill: var(--amarelo-bh4u);
}

.icon:hover {
    fill: var(--rosa-bh4u);
}

/* header style */
#top-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: var(--bar-top-height);
    width: 100%;
    background-color: white;
    /* filter: var(--sombra); */
    z-index: 10;
}

#top-bar-content {
    display: flex;
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    margin: 10px 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

#btn-menu {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

#top-bar-logo {
    margin-top: auto;
    margin-bottom: auto;
    height: 50px;
}

/* footer style */

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: var(--bar-top-height);
    width: 100%;
    background-color: white;
    /* filter: var(--sombra); */
    z-index: 10;
}

#footer-content {
    display: flex;
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    margin: 10px 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

#footer-logo {
    margin-left: auto;
}

#footer-logo img {
    margin-top: 20px;
    height: 30px;
}


#btn-home {
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}


#btn-user-profile {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    cursor: pointer;

}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s ease-in-out;
}

.loading-screen.loaded {
    opacity: 0;
}

.loading-area {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s ease-in-out;
}

.loading-area.loaded {
    opacity: 0;
}


/* Spinner */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid var(--lilas-bh4u);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn {
    display: inline-block;
    text-align: center;
    line-height: 70px;
    height: 70px;
    width: 100%;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    background-color: var(--rosa-bh4u);
    transition: all 0.3s;
}

.btn:hover {
    background-color: var(--azul-bh4u)
}

.bh4u__animated-background {
    background-color: #EDEDED;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bh4u__animated-background .bh4u__animated-background-container {
    position: relative;
    display: flex;
    height: 100%;
}

.bh4u__animated-background .bh4u__animated-background-container .bh4u__animated-element {
    filter: blur(310px);
    border-radius: 100%;
    position: absolute;
    -webkit-filter: blur(310px);
}

.custom-element-one {
    background-color: var(--bg-color);
    height: var(--height);
    left: var(--left);
    top: var(--top);
    width: var(--width);
    animation: fly 20s linear infinite;
    -webkit-animation: fly 20s linear infinite;
    transform: rotate(0) translate(300px) rotate(0);
    -webkit-transform: rotate(0) translate(300px) rotate(0);
    -moz-transform: rotate(0) translate(300px) rotate(0);
    -ms-transform: rotate(0) translate(300px) rotate(0);
    -o-transform: rotate(0) translate(300px) rotate(0);
}

.custom-element-two {
    background-color: var(--bg-color);
    height: var(--height);
    left: var(--left);
    top: var(--top);
    width: var(--width);
    animation: flyPlus 20s linear infinite;
    -webkit-animation: flyPlus 20s linear infinite;
    transform: rotate(0) translate(300px) rotate(0);
    -webkit-transform: rotate(0) translate(300px) rotate(0);
    -moz-transform: rotate(0) translate(300px) rotate(0);
    -ms-transform: rotate(0) translate(300px) rotate(0);
    -o-transform: rotate(0) translate(300px) rotate(0);
}

@keyframes fly {
    100% {
        transform: rotate(2turn) translate(300px) rotate(-2turn);
        -webkit-transform: rotate(2turn) translate(300px) rotate(-2turn);
        -moz-transform: rotate(2turn) translate(300px) rotate(-2turn);
        -ms-transform: rotate(2turn) translate(300px) rotate(-2turn);
        -o-transform: rotate(2turn) translate(300px) rotate(-2turn);
    }
}

@keyframes flyPlus {
    100% {
        transform: rotate(-2turn) translate(300px) rotate(2turn);
        -webkit-transform: rotate(-2turn) translate(300px) rotate(2turn);
        -moz-transform: rotate(-2turn) translate(300px) rotate(2turn);
        -ms-transform: rotate(-2turn) translate(300px) rotate(2turn);
        -o-transform: rotate(-2turn) translate(300px) rotate(2turn);
    }
}