/*codigo desenvolvido po desfico.com
desenvolvedor Allan David Barbosa*/
@charset "utf-8";
/* CSS Document */
.logo {
    float:left;
    z-index: 11;
    width:150px;
    height:160px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    left:20%;
    margin-left:-75px;
    position: fixed;
    background: #74b2da;
    background:#d85454;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b2da', endColorstr='#187ec1',GradientType=0 );
    -webkit-box-shadow: 0px 0px 16px 0px rgba(119, 119, 119, 1);
    -moz-box-shadow:    0px 0px 16px 0px rgba(119, 119, 119, 1);box-shadow:0px 0px 16px 0px rgba(119, 119, 119, 1);}

.logo img {
    margin-top: 70px;
    left:50%;
    margin-left:16px;
    z-index: 11;}

nav {
    position: absolute;
    float: right;
    margin:-25px 60px 0 0;
    z-index:9;
    background: #fff;
    right: 10px;
    top: 30px;}

.menu, .menu ul, .menu li, .menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    text-decoration:none;
    list-style-type:none;
    color:#999;}

.menu > li {
    position:relative;
    float:left;
    text-decoration:none;
    padding:5px 30px;
    display:block;
    border-left: 1px solid #999;}

.menu ul li {
    background-color:#fff;
    opacity:0.9;
    margin-left: -30px;
    position: relative;}

.menu ul li a{
    background-color:#fff;
    opacity:1 !important;}

.menu li:first-child {
    border-left: none;}.

menu > ul > li > a {
    display:block;}

.menu > li > ul {
    position:absolute;
    top:25px;display:none;
    float:left;z-index: 1;}

.menu > li:hover ul {
    display:block;}

.menu > li > ul > li {
    display:block;
    width:90px;
    padding:5px 30px;}

.menu li:last-child a{
    border-right: none;
    border-radius:10px !important;}

.menu li:first-child a{
    border-right: none;}

* {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:0px;padding: 0px;}

.botão a:hover {
    color:#fff !important;}

p {
    font-size: 15px;
    color:#fff;}
body { 
  background: url(../img/bg_paper.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#menu {
    position:absolute;
    top:300px;
    left:50%;
    margin-top:-50px;
    margin-left:-330px;}

.botão {
    display:inline-block;
    padding: 10px 30px 0 0;}

.button a {
    display: block;
    height: 50px;
    width: 200px;
    background: #00b7ea;
    color: white;
    font: 11px/50px Helvetica, Verdana, sans-serif;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
    background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */
    background: linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */}

p {
    background: #222;
    display: block;
    height: 40px;
    width: 180px;
    margin: -50px 0 0 10px;
    /*TYPE*/
    text-align: center;
    font: 12px/45px Helvetica, Verdana, sans-serif;
    color: #fff !important;/*POSITION*/
    position: absolute;
    z-index: -1;/*CSS3*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;border-radius: 5px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;}

.button a, p {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);}

.button:hover

.top {
    margin: -80px 0 0 10px;
    line-height: 35px;}

.button:hover 

.bottom {
    margin: -10px 0 0 10px;}

.button a:active {
    background: #00b7ea; /* Old browsers */
    background: -moz-linear-gradient(top,  #00b7ea 36%, #009ec3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* IE10+ */
    background: linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */}/*Pulls in Wings*/
/*Responsive*/
@media screen and (max-width: 1100px){
    #home img {
        left: 0;
        width:100%;}
    .menu,.menu ul,.menu li {
        padding:1; 
        margin-left:-15px;}}

@media screen and (max-height: 768px) {
    .logo { 
        margin-top: -27px;}}

@media screen and (max-height: 600px) {
    #menu {
    top:180px !important;
    left:50% !important;}
    body {
        overflow: scroll !important;}}
    
@media screen and (min-width: 0px) and (max-width:800px){
    #home img {
        left: 0; width:100%;}
    nav {
        top: 160px !important; left:10px; position:fixed; width: 670px;}
    .menu,.menu ul,.menu li {
        padding:1; margin-left:-15px;}
    #menu {
    top:80px !important;
    left:79% !important;}}




