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

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

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

    #map {
        margin-right: 0px;
        width: 235px;
    }

    .txt {
        padding-left: 80px;
    }
}

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

    #map {
        margin-right: 0px;
        width: 470px;
    }

    .txt {
        padding-left: 80px;
    }
}

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

    .col-2 {
        width: 50%;
    }

    .col-3 {
        width: 75%;
    }

    .col-4 {
        width: 100%;
    }

    .box {
        width: 940px;
    }

    #map {
        width: 440px;
        margin-right: 30px;
    }

    .col-1 {
        display: table;
        vertical-align: middle;
    }

    .txt {
        padding-left: 30px;
    }
}

#map {
    height: 470px;
    background-color: grey;
}

.txt {
    font-family: Sertig;
    font-size: 12px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    line-height: 0.1;
    max-width: 100%;
    color: #333333;
    clear: both;
}

.block {
    height: 48px;
}