@charset "utf-8";
@charset "utf-8";
@font-face              {font-family: SWZ721M; src: url(fonts/SWZ721M.TTF), url(fonts/SWZ721M.eot); /* IE */}
@font-face              {font-family: Sertig; src:url(fonts/Sertig.TTF), url(fonts/Sertig.otf), url(fonts/Sertig.eot); /* IE */}
html {
    margin: 0;
    border: 0;
    padding: 0;
}
body {
    background: #FFFFFF;
    margin: 0;
    width: 100%;
}
header {
    background-color: #d5d6d8;
    width: 100%;
    height: 124px;
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 80px;
    /*opacity: 36%;*/
}
nav{
    float: right;
    padding: 35px 20px 20px 0;
}
ul {
    list-style: none;
}
#navegador ul li {
    float: left;
    padding: 4px;
}
a {
    font-family: Sertig;
    font-size: 21px;
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #005f5f;/*alterar cor*/
} 
#logo {
    margin-top: 27px; 
    margin-left: 30px;
    float: left;
    height: 74px; 
    width: 68px;
    background: url(icon/logotipo.svg) no-repeat center;
}
.current {
    color: #005f5f;/*alterar cor*/
}
footer {
    position: static;
    width: 100%;
    bottom: 0;
    float: left;   
}
.copyrights {
    font-family: Sertig;
    font-size: 10px;
    color:  #333333;
    text-align: center;
}
#menuBtn {
    display: none;
        float: right;
        margin-top: 40px;
        margin-right: 30px;
        vertical-align: middle;
        z-index: 999;
        cursor: pointer;
}
#myMenu {
    display: none;
    padding-top:3px;
    top:124px; 
    left:0;
    text-align:center;  
    position:absolute; 
    z-index:9; 
    overflow: auto; 
    width:100%; 
    background-color:#d5d6d8;
}
#myMenu ul {
    display: block;
    text-align: center;
}
#myMenu li a {
   display: block;
    padding:5px;
    text-align: center;
    font-family: Sertig;
    font-size:20px;
    color: #333333;
    text-decoration: none;    
}
.wrappper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.boxA {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: auto;
}
.boxA p {
    float: left;
    font-family: Sertig;
    font-size: 16px;
    text-align: justify;
    margin: 0 0;
    color: #333333;
}
h1 {
    float: left;
    clear: both;
    font-family: Sertig;
    font-size: 18px;
    text-align: justify;
    margin: 0 0;
    margin-bottom: 5px;
    color: #333333;
    text-indent: 0px;
    line-height: 2.2;
    font-weight: bold;
}
/*----------------------MEDIA----------------------------*/
@media screen and (max-width: 740px) {
    body {
        position: absolute;
    }
}
@media screen and (max-width: 740px) {
    header {
        position: static;
    }
    #menuBtn {
        display: block;
        
    }
    nav ul {
        display: none;
    }
}

@media screen and (max-width:530px) {
    .boxA {max-width: 235px;}
    .boxA p {
        margin-top: 30px;
        width: 235px;
    }
    footer {margin-top: 10px;}
}

@media screen and (max-width:1000px) {
    .boxA {width: 470px;}
    .boxA p {margin-top: 30px;}
    footer {margin-top: 10px;}
}
          
@media screen and (min-width:1000px) {
    .boxA {width: 940px;}
    .boxA p{width: 940px;}
    footer {margin-top: 10px;}
}
