@charset "utf-8";nav{position:fixed;top:0px;left:0px;width:100%;height:auto;overflow:auto;background-color:#fff;box-shadow:#000 2px 2px 5px;z-index:9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.logo_contenedor{position:relative;height:auto;width:35%;padding:.4em;border:#03F solid 0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#logo_cont{display:block;}
#logo_cont_2{display:none;}
#logo{position:relative;height:100%;width:auto;left:0px;right:0px;border:#0C3 solid 0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}
.size_logo{height:86px;width:auto;border:#f00 solid 0px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.size_logo_2{height:30px;width:auto;}
#main_menu{width:65%;padding:.5em;background-color:transparent;border:#F60 solid 0px;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#main_menu ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}
#main_menu li{list-style:none;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;}
#main_menu li:hover{opacity:.5;}
#adress div:hover{opacity:1;background-color:#063;}
#main_menu ul li a{color:#000;font-family:'Century';font-size:14px;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
menu{
    position:absolute;
    top:50%;
    margin-top:-17px;
    right:20px;padding:.5em;
    background-color:rgba(0,0,0,0);
    cursor:pointer;display:none;
    border-radius:3px;border:#eee solid 1px;
}
menu ul{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
menu ul li{width:20px;border-bottom:#000 solid 3px;padding-top:.3em;list-style:none;}
menu ul li:first-child{padding-top:0em;list-style:none;}
.main_subResposive{display:none; 
    border: #059 dotted 2px;
    
}
.submenu_resposive{
    position:fixed;
    height:10%;
    top:0px;
    right:0px;
    text-align:center;
    color:#FFF;
    border: #349 dotted 1px;
    background-color:rgba(0,0,0,1);
    z-index:9;margin-right:0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-justify-content:
    space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -webkit-box-align:center;
    -moz-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-align-content:center;
    -ms-flex-line-pack:center;
    align-content:center;
}
#main_menu_responsive{
    position:fixed;
    top:0px;
    right:0px;
    height:100%;
    width: 100%;
    display:none;
    z-index:10;
    background-color:rgba(0,0,0,.5);
    border: #990 solid 0px;
}
.sub_main_menu_resp
{   position: fixed;
    top:0px;
    right:0px;
    height:100%;
    z-index: 8;
}
#menu_responsive{color:#000;
    font-size:16px;height:10%;
    overflow:hidden;
    background-color:rgba(0,0,0,.92);
    z-index:10;display:
        -webkit-box;display:-moz-box;display:
        -ms-flexbox;display:
        -webkit-flex;display:flex;
        -webkit-box-direction:normal;
    -moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;webkit-box-pack:justify;-moz-box-pack:justify;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}
.item_responsive_menu{cursor:pointer;padding:0em 1em 0 1em;border-bottom:#CCC solid 1px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}
.item_responsive_menu a{height:100%;border:#099 solid 0px;font-family:'Century';color:#fff;padding:1em;}
.item_responsive_menu:last-child{border-bottom:none;}
.item_responsive_menu:hover{background-color:rgba(255,255,255,1);}
.item_responsive_menu:hover a{color:#000;}
.cerrar_resposive_menu{position:absolute;top:0px;right:20px;padding:3px;background-color:#09C;}
@media screen and (max-width:1300px){.logo_contenedor{width:30%;}
#main_menu{width:70%;}
}
@media screen and (max-width:1200px){.logo_contenedor{width:25%;}
#main_menu{width:75%;}
.size_logo{height:60px;border:#00f solid 0px;}
}
@media screen and (max-width:1100px){.logo_contenedor{width:20%;}
#main_menu{width:80%;}
}
@media screen and (max-width:1100px){.logo_contenedor{width:20%;}
#main_menu{width:80%;}
}
@media screen and (max-width:900px){nav{-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.logo_contenedor{width:20%;}
#main_menu{width:80%;}
}
@media screen and (max-width:800px){.logo_contenedor{width:80%;padding:.5em;}
.size_logo{height:30px;}
#main_menu{display:none;}
menu{display:block;}
}
@media (max-height:600px){.logo_contenedor{width:80%;padding:.5em;}
#main_menu{display:none;}
menu{display:block;}
#logo_cont{display:none;}
#logo_cont_2{display:block;}
.size_logo{height:30px;}
}
@media screen and (max-width:500px){}
@media projection and (orientation:landscape){}