.logo_cabecalho {
    padding: 0px;
    float: left;
    width: 200px;
    border-radius: 8px !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: flex-start;
    font-size: 10pt;
}

.flex>div {
    flex: 1 1 50px;
    margin: 1px;

}

.mansissip {
    display: flex;
    justify-content: center;
}

.logo-titulo-manual {
margin-right: 10px;
width: 30px;
height: 30px;
vertical-align: sub;



}


/*-----------------------------------------------------------------------------------*/

.container {
    display: grid;
    grid-template-columns: 1fr 3fr;

}

.menuesq {
    background: rgb(206, 206, 205);
    padding: 5px;
}

.menutags {
    background: rgb(233, 233, 233);
    padding: 5px;
}

.conteudo {
    background: rgb(209, 209, 248);
    padding: 5px;
}

div>li {
    text-decoration: none;

}


/*-----------------------------------------------------------------------------------*/


.header {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    align-items: center;
    flex-wrap: wrap;
}

.menu {
    display: flex;

}

.menu li {
    margin-left: 0px;
}

.btnManuais {
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: inherit;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    margin: 2;
    line-height: inherit;
    text-align: center;
    width: 80px;
    height: 35px;
    font-family: 'calibri';
    border-radius: 5px;
}

.btnManuais1 {
    background-color: white;
    color: rgb(66, 66, 66);
    border: 1px solid #bebebe;
    border-radius: 5px;
}

.btnManuais1:hover {
    background-color: #a7a7a7;
    color: white;
    border-radius: 10px;
    border: 1px solid #575757;
}

#titulo-manual {
    font-size: 18pt;
    font-family: tahoma !important;
    text-align: center;
    background: rgb(255, 255, 255) !important;
    border: none;
}



/* ################################## EFEITO NOS BOTOES MENU ################################### */
/* ################################## EFEITO NOS BOTOES MENU ################################### */
/*animação float shadow*/

[class^="hvr-"] {

    cursor: pointer;
    text-decoration: none;
    color: #666;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* ################################## EFEITO NOS BOTOES MENU ################################### */
/* ################################## EFEITO NOS BOTOES MENU ################################### */







@media (max-width: 600px) {

    /* ################################## MOBILE ################################### */
    /* ################################## MOBILE ################################### */

    .logo_cabecalho {
        width: 180;
    }


    .titulodatela {
        font-size: 11pt !important;
    }

    #titulo-manual {
        font-size: 14pt !important;
        font-family: tahoma;
    }

    .logo-titulo-manual {
        width: 25px;
        height: 25px;
        vertical-align: sub;
    }



    .btnManuais {
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: inherit;
        -webkit-transition-duration: 0.4s;
        /* Safari */
        transition-duration: 0.4s;
        cursor: pointer;
        margin: 1;
        line-height: inherit;
        text-align: center;
        width: 177px;
        height: 35px;
        font-family: 'calibri';
        border-radius: 5px;
    }

    .btnManuais1 {
        color: #575757 !important;
        border-radius: 5px;
    }

    .btnManuais1:hover {
        color: #ffffff !important;
        border-radius: 10px;

    }

    .hvr-float-shadow:hover,
    .hvr-float-shadow:focus,
    .hvr-float-shadow:active {
        -webkit-transform: translatex(20px);
        transform: translatex(20px);
        /* move the element up by 5px */
    }

    .hvr-float-shadow:before {
        left: 0%;
        width: 148px;
    }




    /* ################################## MOBILE ################################### */
    /* ################################## MOBILE ################################### */


}