

/*
* ----------------------------------------------
* Topo
* ----------------------------------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

.bg-topo {
    background: #494B4C;
    border-bottom: 5px solid #C40000;
}

.bg-footer {
    background: #494B4C;
}

.menu-principal a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    margin: 0px 12px;
    color: #FFF;
    transition: 0.7s;
}

.menu-principal a:hover {
    color: #ccc;
}

#topo .img-fluid {
    margin: 15px 0px;
}

/*
* ----------------------------------------------
* Footer
* ----------------------------------------------
*/

.textRodapeFormat {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #FFF;
}

/*
* ----------------------------------------------
* Menu Mobile
* ----------------------------------------------
*/

.btn-menu-mobile {
    position: fixed;
    top: 31px;
    right: 16px;
    color: #fff;
    z-index: 999;
}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.65);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-content {
    position: relative;
    top: 35px;
    margin-top: 30px;
}

.overlay a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */

.overlay a:hover,
.overlay a:focus {
    color: #707070;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: -31px;
    right: 58px;
    font-size: 60px;
}

.sub-menu {
    background: #FFF;
    width: 85%;
    height: 100%;
    padding-left: 5px;
}

.logo-menu-mobile {
    margin: 0 60px;
    width: 50%;
}

.linha {
    border-bottom: 1px solid #e5e5db;
    padding: 4px;
    margin: 0 10px;
}

.texto-mobile-menu {
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
    font-weight: 400;
}

.overlay .closebtn {
    position: absolute;
    top: -31px;
    right: 56px;
    font-size: 60px;
}