@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Bebas Neue';
}
.container{
    width: 100vw;
    background: #ccc;
    position: relative;
}
.mainContent{
    position: absolute;
    width: 75vw;
}
.mainContent img{
    position: absolute;
    width: 120px;
    height: 115px;
    right: 0;
    top: 0;
    display: flex;
    z-index: 999;
}
.asideContent{
    position: absolute;
    right: 0;
    width: 25vw;
    height: 100vh;
    background: rgb(73, 148, 192);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.asideContent .header img{
    width: 200px;
    height: 200px;
}
.asideContent .descricao{
    font-size: 18px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 15px;
    color: whitesmoke;
}
.menuItem{
    display: flex;
    flex-direction: column;
    font-size: 25px;
}

.link_2012 {
    text-align: center;
}

.divisao{
    border: 1px solid #fff;
}
.options{
    color: whitesmoke;
    margin-bottom: 10px;
}
.title{
    color: whitesmoke;
    font-size: 50px;
    margin-top: 5%;
    border-bottom: 5px solid black;
}

.options input{
    display: none;
  }
.options input + label:before{
    content: '';
    width: 17px;
    height: 17px;
    border: 2px solid whitesmoke;
    border-radius: 3%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.options input:checked + label:before{
    background-color: rgb(81, 173, 226);
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 10 10'%3E%3Cg class='nc-icon-wrapper' stroke-width='2' fill='%23555555'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' data-cap='butt' d='M2.83 4.72l1.58 1.58 2.83-2.83'/%3E%3C/g%3E%3C/svg%3E");
    
}
.options2{
    display: flex;
    justify-content: center;
}

.btn-style{
    width: 17vw;
    height: 8vh;
    color: white;
    background-color: #3a7395;
    font-size: 22px;
    cursor: pointer;
}

.btn-style:hover{
    color: rgb(68, 150, 197);
    background: #dbdbdb;
    border: 0.1px solid #c0c0c0;
}


.footer{
    position: absolute;
    color: whitesmoke;
    font-size: 17px;
    bottom: 0;
    margin: 3%;
    box-sizing: border-box;
    display: flex;
    text-align: center
}
.footer p{
    font-size: 18px;
    letter-spacing: 1px;
}
.yellowLine{
    border-bottom: 5px dashed yellow;
    width: 100px;
    padding: 5px;
    margin-bottom: 30px;
    margin-right: 5px;

}
.greenLine{
    border-bottom: 5px solid green;
    width: 100px;
    padding: 5px;
    margin-bottom: 25px;
    margin-right: 5px;

}
.pinkLine{
    border-bottom: 5px solid #CB52D4;
    width: 100px;
    padding: 5px;
    margin-right: 5px;

}
.leg{
    margin-bottom: 15px;
}