.openMenu{
   left: 0 !important;
}
.tn-boxMenu{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000099;
    z-index: 999;
}
.tn-boxMenu .tn-menuPrincipal{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 340px;
    padding: 0 15px;
    top: 0;
    left: -100%;
    height: 100vh;
    background-color: #fff;
    transition: all .3s ease;
    overflow-y: scroll;
}
.tn-boxMenu .tn-menuPrincipal > .tn-menu-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 15px 15px 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;

}
.tn-boxMenu .tn-menuPrincipal > .tn-menu-logo > figure{
    width: 100%;

}
.tn-boxMenu .tn-menuPrincipal > .tn-menu-logo > figure >a> img{
    width: 120px;
}
.tn-boxMenu .tn-menuPrincipal > .tn-menu-logo .btnCloseMenu{
width: 100%;
text-align: right;
}
.tn-boxMenu .tn-menuPrincipal > .tn-menu-logo .btnCloseMenu > img{
    width: 24px;
    height: 24px;
}


.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu,
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile{
    display: flex;
    flex-direction: column;
    width:100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile{
    display: none ;

}
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu .icons-redesSociais,
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .icons-redesSociais{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu .icons-redesSociais a,
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .icons-redesSociai a{
    width: 25%;
    text-align: center;
    padding: 5px;
}
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu .icons-redesSociais a> img,
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .icons-redesSociais a > img{
    width: 20px;
}
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu .telWhatss,
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .telWhatss{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    color:#333;
}
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu .telWhatss > a,
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .telWhatss > a{
    color:#333;
    font-size: 20px;
    font-family: "lato",sans-serif;
    text-decoration: none;
}
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu .telWhatss > a:visited,
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .telWhatss > a:visited
{
    color:#333;
}

.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu .telWhatss > a> img,
.tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .telWhatss > a> img{
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.tn-boxMenu .tn-menuPrincipal .tn-links-menu{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    padding-bottom: 15px;

}
.tn-boxMenu .tn-menuPrincipal .tn-links-menu > a{
    font-size: 16px;
    font-family: "lato",sans-serif;
    text-transform: uppercase;
    padding: 15px;
    text-decoration: none;
    color:#333;
}
.tn-boxMenu .tn-menuPrincipal .tn-links-menu > a:visited{
    color:#333;
}

.tn-boxMenu .tn-menuPrincipal .tn-links-uteis-menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}
.tn-boxMenu .tn-menuPrincipal .tn-links-uteis-menu  .item-linksUteis{
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    text-transform: lowercase;
}
.tn-boxMenu .tn-menuPrincipal .tn-links-uteis-menu  .item-linksUteis > a{
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-family: "lato",sans-serif;
    text-decoration: none;
}
.tn-boxMenu .tn-menuPrincipal .tn-links-uteis-menu  .item-linksUteis > a:visited{
    color: #333;

}
.tn-boxMenu .tn-menuPrincipal .tn-links-uteis-menu  .item-linksUteis > a>img{
    width: 16px;
    margin-right: 15px;
}
.overlay{
    position: fixed;
    top: 0;
    left: 340px;
    width: calc(100% - 340px);
    height: 100vh;
    background-color: transparent;
    z-index: 1000;
}
@media(max-width:1024px){
    .tn-boxMenu{
        z-index: 9;
        background-color: transparent;
        padding-top: 98px;
    }
    .tn-boxMenu .tn-menuPrincipal{
        width: 100%;
        height: 100%;
        padding-bottom: 70px;
    }
    .overlay{
        width: 0;
    }
    .tn-boxMenu .tn-menuPrincipal > .tn-menu-logo{
        display: none;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu{
        display: none;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-links-uteis-menu{
        display: none;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-links-menu > a{
        font-weight: 700;
        border-bottom: 2px solid #dfdfdf;
        text-transform: lowercase;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-links-menu > a::first-letter{
        text-transform: uppercase;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile{
        display: flex!important;
        flex-direction: column;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile h3{
        width: 100%;
        font-size: 16px;
        padding: 15px 0;
        text-align: center;
        color: #1c1c1c !important;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .icons-redesSociais{
        justify-content: center;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .icons-redesSociais > a{
        margin: 0 12px;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .icons-redesSociais > a>img{
        width: 24px;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .telWhatss{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 16px;
        width: 100%;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .telWhatss >a{
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #e61f22 !important;
        font-weight: 700;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .telWhatss >a:visited{
        color: #e61f22 !important;
    }
    .tn-boxMenu .tn-menuPrincipal .tn-iconsRS-menu-Mobile .telWhatss >a>img{
        width: 26px;
        height: 26px;
        margin-right: 12px;
    }
}