@charset "utf-8";
 
* {
    margin: 0;
    padding: 0;
}
.corpo {width:100%;}
td {
    margin-left: 5px;
    border-left: 5px;
    padding: 0 10px;
   
}

/* Isto é necessário para não haver rolagens horizontais quando movermos os elementos */
html, body {overflow-x: hidden;}

body {
    font: 100% arial, verdana, tahoma, sans-serif;
    color: #000;
    background-color: #fff;
}
img {
    max-width: 100%;
    text-align: center;
}

header {
    background: #233056;
    padding:0 10px;
    overflow: hidden;
}
.Menu_princ {
    border: solid 1px;
    border-radius: 5px;
}

header h1 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 80%;
    
}
h1 a {color: #FFF; text-decoration: none;}

header input {
    float: right;
    padding: 10px;
    width: 200px;
    border: none;
}

.main {
    padding: 30px;
}
.main p {
    font-size: .9em;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.rodape {
    background: #233056;
    padding: 10px;
    text-align: center; color:#fff;font-weight: bold;
}
a{ text-decoration:none;}
iframe {
    max-width: 90%;
    border: none;
}
pesquisa {
    text-align: center;
    margin: 2px;
}
.menu-anchor {
    width: 42px;
    height: 32px;
    display: inline-block;
   margin-bottom: 10%;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background: #FFF;
}
li {list-style: none;}
 

.menu-anchor:before {
    content: "";
    display: block;
    margin: 7px auto;
    width: 70%;
    height: 0.25em;
    background: #D1C47A;
    box-shadow: 0 .45em 0 0 #D1C47A, 0 .9em 0 0 #D1C47A;
}

.menu-active .menu-anchor {background: #233056}

menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 220px;
    
    padding-top: 10px;
    background:  #233056;
    box-shadow: inset -5px -10px 10px 0 rgba(0,0,0,.3)
}

menu li a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    margin: 0 10px;
    padding: 10px;
    color: #FFF;
    text-decoration: none; 
}

menu li a:hover {
    background: #FFF;
    color: #d55401;
}


/*
    Aqui você esconde o menu para fora da tela 
    O valor é exatamente a largura da sidebar
*/
menu {
	
    -webkit-transform: translateX(-220px);
    -moz-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    transform: translateX(-220px);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

/*
    Essa é a posição original do HEADER e do MAIN
*/
header, .main {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
	margin-bottom: 10px;
}

/*
   Com a classe menu-active na tag HTML
*/
.menu-active menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.menu-active header, 
.menu-active .main {
    -webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    transform: translateX(220px);
}
 

.btn-show-wapp {
    border: 0;
    padding: 8px !important;
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 99999999 !important;
    border-radius: 50% !important;
    outline: none !important;
    margin-bottom: 0 !important;
    cursor: pointer !important;
    background: #1ebea5 !important;
    line-height: normal !important;
    font: initial !important;
}
.btn-show-wapp span {
    background-image: url(https://www.uppublicidade.com.br/images/whats-div.png) !important;
    background-size: 56px !important;
    background-repeat: no-repeat;
    font-size: 37px !important;
    width: 58px !important;
    height: 56px !important;
    display: inline-block !important;
    font-size: inherit !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    margin-right: 0 !important;
}
 