*{
    margin: 0;
}

body, html{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #dad5f5;
    height: 100%;
    font-size: 16px;    
}

::-webkit-scrollbar{
    width: 0;
}

footer{
    display: flex;
    color: #000000;
    align-items: center;
    justify-content: center;
    background-color: #c7c7c7;
}

a:link, a:visited{
    color: #00000093;
    text-decoration: none;
}

.cabecalho_home{
    display: flex;
    position: fixed;
    background-color: #d4d4d4;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 11%;
    
}

.link{
    width: 100%;
    height: 100%;
    margin-left: 1%;
}

.link img{
    margin-left: 3%;
    width: 30%;
    height: 100%;  
}

.opcoes_cabecalho{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 4rem;
}

.opcoes_cabecalho a{
    font-weight: bold;
    margin: 0.5%;
    transition: 0.5s;
}

.opcoes_cabecalho a:hover{
    color: #000000;
    font-size: x-large;
}

.main_body{
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
    margin: 4%;
}

.main_body_top{
    width: 100%;
    height: 50%;
}

.main_body_top img{
    width: 100%;
    height: 100%;
}

.main_body_left{
    display: flex;
    color: #00000093;
    flex-direction: column;
    width: auto;
    height: auto;
    text-align: left;
    text-justify: auto;
    background-color: rgb(190, 190, 190);
    padding: 2%;
    margin: 7%;
    border-radius: 15px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    /* border: 1px solid rgb(255, 0, 0); */
}

.main_body_left p{
    font-weight: bold;
    font-size: 13pt;
}

.main_body_right{
    width: 100%;
    height: 100%;
    /* border: 1px solid purple; */
}

.main_footer{
    width: 100%;
    height: 11%;
}