@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(52, 111, 139);
    margin: 0;
    width: 98vw;
}

header {
    background-color: white;
    padding: 10px;
    margin: 10px 20px;
}

.cabecalho {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 0px 10px 0px;
}

#inicio {
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.288);
    align-self: flex-start;
}

#p-cabecalho {
    color: white;
    text-align: center;
    width: 998px;
    height: 64px;
    padding: 10px;
    margin: 0px 0px 0px 10px;
    background-color: #204E80;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 29%);
}

ul.horizontal-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffe032;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.288);
}

li.horizontal-menu {
    float: left;
}

.horizontal-menu a {
    display: block;
    margin: 0;
    color: #346f8b;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    transition-duration: .3s;
}

.horizontal-menu a:hover {
    background-color: rgb(52, 111, 139);
    color: white;
}

aside {
    background-color: white;
    padding: 10px;
    margin: 10px 20px;
    position: absolute;
}

.box-menu {
    width: 200px;
    height: 200px;
    background-color: #ffe032;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.288);
}

#form {
    width: 200px;
    height: 400px;
    top: 420px;
}

.box-form {
    width: 200px;
    height: 400px;
    background-color: #ffe032;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.288);
}

.vertical-menu li {
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    color: rgb(52, 111, 139);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.vertical-menu a {
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #346f8b;
    padding: 16px 18px;
    transition-duration: .3s;
}

#sinopse {
    border-radius: 5px 5px 0px 0px;
}

#premios {
    border-radius: 0px 0px 5px 5px;
}

.vertical-menu a:hover {
    background-color: rgb(52, 111, 139);
    color: white;
}

main {
    background-color: white;
    left: 260px;
    top: 10px;
    position: relative;
    padding: 10px;
    margin: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 0px 0px 10px 0px;
    width: 76.09vw;
}



.container-main {    
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}

.container-main h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 15px;
    border-radius: 5px;
    font-size: 2.5em;
    background-color: #ffe032;
    color: #163658;
    width: 84%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.28);
}

.p-sinopse {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: justify;
    width: 87%;
}

.p-sinopse p {
    margin-bottom: 15px;
    line-height: 1.6em;
    text-indent: 20px;
}

footer {
    background-color: rgb(4, 41, 100);
    color: white;
    text-align: center;
    position: relative;
    bottom: -210px;
    width: 98.7vw;
    height: 100px;    
    line-height: 20px;
}

footer>p {
    margin: 0px;
}