*{
    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: 10%;
    
}

.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{
    margin: 0.5%;
    font-weight: bold;
    transition: 0.5s;
}

.opcoes_cabecalho a:hover{
    color: #000000;
    font-size: x-large;
}

.main_body{
    display: flex;
    width: 100%;
    height: 100%;
}

.main_body_top_clientes{
    width: 100%;
    height: 52%;
}

.main_body_top_clientes img{
    width: 100%;
    height: 100%;
}

.main_body_left{
    display: flex;
    color: #00000093;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    background-color: rgb(190, 190, 190);
    padding: 2%;
    margin: 2%;
    border-radius: 15px;
    /* border: 2px solid rgb(0, 255, 0); */
}

.sub_div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.clientes{
    text-align: center;
    margin: 2%;
    width: 11rem;
}

.main_body_right{
    width: 100%;
    height: 100%;
    /* border: 2px solid rgb(122, 0, 122); */
}

.main_footer{
    width: 100%;
    height: 13%;
}