@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: 100px;
}

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

#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: static;
    /*dependendo da página pode ser absolute*/
    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;
}

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

*,
*:before,
*:after {
    box-sizing: inherit;
}

.box {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    overflow: auto;
    margin-bottom: 10px;
}

.grid {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.grid:before,
.grid:after,
.row:before,
.row:after {
    content: "";
    display: table;
}

.grid:after,
.row:after {
    clear: both;
}

[class*='col-'] {
    width: 100%;
    float: left;
    min-height: 1px;
}

.col {
    width: 235px;
    height: 235px;
    text-align: center;
}

#E1 {
    background-image: url('../upload/eixo1/capa/eixo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    background-color: #d5d6d8;
}

.overlay {
    position: relative;
}

.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.overlay:hover:after {
    opacity: .5;
    background-color: rgb(1, 85, 120);
}

#E2 {
    background-image: url('../upload/eixo2/capa/eixo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    background-color: #d5d6d8;
}

#E3 {
    background-image: url('../upload/eixo3/capa/eixo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    background-color: #d5d6d8;
}

#E4 {
    background-image: url('../upload/eixo4/capa/eixo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    background-color: #d5d6d8;
}

#E5 {
    background-image: url('../upload/eixo5/capa/eixo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    background-color: #d5d6d8;
}

#E6 {
    background-image: url('../upload/eixo6/capa/eixo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    background-color: #d5d6d8;
}

#E7 {
    background-image: url('../upload/eixo7/capa/eixo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    background-color: #d5d6d8;
}

#E8 {
    background-image: url('../upload/eixo8/capa/eixo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    background-color: #d5d6d8;
}

.txt {
    display: table-cell;
    max-width: 100%;
    font-family: Sertig;
    font-size: 21px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    z-index: 999999999;
}

.intxt {
    display: table;
    position: relative;
    top: 85.5px;
    width: 235px;
    height: 64px;
    background: rgba(147, 149, 152, 0.82);
    z-index: 999999999;
}

#eixos {
    width: 235px;
    height: 235px;
}

.col img {
    display: block;
    width: 100%;
}

.eixos {
    font-family: Sertig;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (max-width:530px) {
    .col-wd-1 {
        width: 25%;
    }

    .col-wd-2 {
        width: 50%;
    }

    .col-wd-3 {
        width: 75%;
    }

    .col-wd-4 {
        width: 100%;
    }

    .box {
        width: 235px;
    }
}

@media screen and (min-width:530px) {
    .col-md-1 {
        width: 25%;
    }

    .col-md-2 {
        width: 50%;
    }

    .col-md-3 {
        width: 75%;
    }

    .col-md-4 {
        width: 100%;
    }

    .box {
        width: 470px;
    }
}

@media screen and (min-width:1000px) {
    .col-1 {
        width: 25%;
    }

    .col-2 {
        width: 50%;
    }

    .col-3 {
        width: 75%;
    }

    .col-4 {
        width: 100%;
    }

    .box {
        width: 940px;
    }
}