@charset "utf-8";

@font-face {
    font-family: 'helveticaregular';
    src: url('../font/helvetica-1.woff2') format('woff2'),
         url('../font/helvetica-1.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaythin_italic';
    src: url('../media/font/raleway-italic-variablefont_wght.woff2') format('woff2'),
         url('../media/font/raleway-italic-variablefont_wght.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaylight';
    src: url('../media/font/raleway-variablefont_wght.woff2') format('woff2'),
         url('../media/font/raleway-variablefont_wght.woff') format('woff');
    font-weight: 300 !important;
    font-style: normal;

}

@font-face {
    font-family: 'Raleway';
    src: url('../media/font/Raleway-Medium.woff2') format('woff2'),
        url('../media/font/Raleway-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway2';
    src: url('../media/font/Raleway-Thin.woff2') format('woff2'),
        url('../media/font/Raleway-Thin.woff') format('woff'),
        url('../media/font/Raleway-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RalewayBold';
    src: url('../media/font/Raleway-ExtraBold.woff2') format('woff2'),
        url('.../media/font/Raleway-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root{
    --title-primary:'Raleway';
    --font-size-padrao:16px;
    --icons:17px;
    --cor-titulo-box:#4b4757;

    
}

#menu{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    background-color: #fff;
   
  }

.submenu{
    padding-top:10px;
    padding-left:5px;
    color:#b1b0bb;
    font-family: 'RalewayBold' !important;
    font-weight: bold;}

nav img{
            width: var(--icons);
            height: var(--icons);
        
        }


#logo{
    display:block;
    width:340px;
    height: auto;
    clear: both;top: 50%;
    left: 50%; 
    margin: 0 auto;
    border-radius: 10px;
    margin-top:0px;
    padding: 0px;
    align-content: initial;}
.foto{
    background: url(../media/img/layout/logo.png);
    height:70px;
    background-position: left;
    background-repeat: no-repeat;}



#sidebar{padding: 10px 10px 10px 15px;}

#menu li{
    text-align:left;
    list-style:none;
    display:block;
    margin-bottom:5px;
    padding:10px 0px;
    color:#666 !important;}
#menu a{
    color:rgb(170, 170, 170);
    font-family: 'Raleway2' !important;
    text-decoration:none;
    font-size:12px;
    margin-left: 5px;    
    font-weight: 800!important;}
#menu{
    display:block;width:180px;-webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.04);}

.submenu{color: #b1b0bb;}

.submenu{
    padding-top:10px;
    padding-left:5px;
    color:#b1b0bb;
    font-family: 'RalewayBold' !important;
    font-weight: bold;}
#img_menu{
    padding-bottom:5px;
    height: 20px;
    margin-right: 3px;
}

#menu{
    background-color:#fff;
    width: 248px !important;
    padding-left:0px;
    position:absolute;
    height:100%;
    left:0;
    top:0;}



#logo{
    display:block;
    width:340px;
    height: auto;
    clear: both;
    top: 50%;
    left: 50%; 
    margin: 0 auto;
    border-radius: 10px;
    margin-top:0px;
    padding: 0px;
    align-content: initial;}
    
.foto{background: url(../media/img/layout/logo.png);height:70px;background-position: left;background-repeat: no-repeat;}



/*menu responsivo*/
.closebtn{
    display: none;
    color: #f00;
    transition:1.5s;
    text-decoration:none!important;
  }
  .closebtn:hover{
    color:#000;
  }
  
  #NavHor {
    display: none;
  }
  /*menu responsivo*/

  nav img{
    width: var(--icons);
    height: var(--icons);

}



