body {
    margin: 0;
    padding: 0;
    font: normal 15pt Agrandir;
    font-family: 'Agrandir', sans-serif;
    background-color: rgb(181, 181, 181);
}

@font-face {
    font-family: 'Agrandir';
    src: url('Agrandir-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    font: Bold 20pt Agrandir;
    color: rgb(224, 224, 224);
    background-color: #803333;
    height: 60px;
}

img#Menu {
    margin-top: 10px;
    width: 250px;
}

img.zoom {
    transition: transform 0.3s ease-in-out;
}

img.zoom:hover {
    transform: scale(1.1);
}

section#header1{
    flex: auto;
    display: flex;
}

section#header2 {
    flex: auto;
    display: flex;
}

div#home {
    height: calc(100vh - 100px);
    display: flex;
}


div#prod {
    margin: 10px;
}

div#seg {
    margin: 10px;
}

div#about {
    margin: 10px;
}

div#en {
    margin: 10px;
}
div#login_bttn {
    margin: 10px;
    background-color:  #520f17; 
    box-shadow: 3px 3px 10px #373737;
    border-radius: 8px;
    width: 90px;
    text-align: center;
    height: 35px;
    font: normal 20pt Agrandir;
    line-height: 35px;
    color:  #e9e9e9;
    margin-left: auto;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-on-hover {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.float-on-hover:hover {
    transform: translateY(-10px); /* Move a div 10px para cima */
}

footer {
    font: normal 15pt Arial;
    background-color: #520f17;
    flex: auto;
    height: 50px;
    display: flex;
    align-items: center;
}

p#footer {
    margin-left: 60vh;
    color: white;
    font: normal 15pt Agrandir;
}

img#nome {
    align-self: center;
    margin-left: calc(50vw - 25%);
    width: 50%;
}

img#footer {
    width: 250px;
    height: auto;
}