@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: #d5d6d8;
    margin: 0;
    width: 100%;
    overflow-y: hidden;
}

header {
    background-color: #d5d6d8;
    width: 100%;
    height: 124px;
    position: static;
    top: 0;
    left: 0;
}

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;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.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;
}

.home {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.homeM {
    max-width: 100%;
    display: none;
    margin: 0 auto;
}

@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;
    }

    .home {
        display: none
    }

    .homeM {
        display: block
    }
}