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

#tel {display: inline-block}

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 {
    float: left;
    clear: both;
    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;
    margin-bottom: 30px;
}

.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%;
        position: relative;
    }

    .box {
        width: 235px;
    }

    #contact input[type="text"],
    #contact input[type="email"],
    #contact input[type="tel"],
    #contact input[type="url"],
    #contact textarea {
        width: calc(100% - 13px);
        margin-top: 0px !important;
        margin-left: 0px !important;
    }

    #map {
        width: 235px;
        height: 235px;
        margin-bottom: 10px;
    }

    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    .txt {
        font-size: 16px;
    }

    .txt a {
        font-size: 14px;
    }

    #face {
        padding-left: 20px;
        height: 20px;
        width: 20px;
        background: url(icon/face.svg) no-repeat center;
    }
}

@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%;
        position: relative;
    }

    .box {
        width: 470px;
    }

    #contact input[type="text"],
    #contact input[type="email"],
    #contact input[type="tel"],
    #contact input[type="url"],
    #contact textarea {
        width: calc(100% - 13px);
        margin-top: 0px !important;
        margin-left: 0px !important;
    }

    #map {
        width: 470px !important;
        height: 400px !important;
        margin-bottom: 10px;
    }

    #mobile {
        display: none;
    }

    #desktop {
        display: block;
    }

    .txt {
        font-size: 18px;
    }

    .txt a {
        font-size: 18px;
    }

    #face {
        height: 30px;
        width: 30px;
        background: url(icon/face.svg) no-repeat center;
    }

    #void {
        width: 200px;
    }
}

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

    .col-2 {
        width: 50%;
        position: relative;
    }

    .col-3 {
        width: 75%;
    }

    .col-4 {
        width: 100%;
    }

    .box {
        width: 940px;
    }

    #contact input[type="text"],
    #contact input[type="email"],
    #contact input[type="tel"],
    #contact input[type="url"],
    #contact textarea {
        width: calc(100% - 44px);
        margin-left: 30px !important;
    }

    #contact textarea {
        margin-left: 30px !important;
        margin-top: 10px !important;
    }

    #map {
        width: 440px !important;
        height: 400px !important;
        margin-right: 30px;
    }

    #mobile {
        display: none;
    }

    #desktop {
        display: block;
    }

    .txt {
        font-size: 18px;
    }

    .txt a {
        font-size: 18px;
    }

    #face {
        height: 25px;
        width: 25px;
        background: url(icon/face.svg) no-repeat center;
    }

    #void {
        width: 162px;
    }
}

#map {
    margin-top: 8px;
}

.txt {
    font-family: Sertig;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.8;
    max-width: 100%;
    letter-spacing: 2px;
    color: #333333;
}

.txt a {
    font-family: Sertig;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    max-width: 100%;
    color: black;
    letter-spacing: 2px;
    color: #333333;
}

.txt a:hover {
    color: #005f5f;
}

#enviar {
    font-family: Sertig;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    width: 70px;
    height: 35px;
    border: 1px solid #d5d6d8;
    background-color: transparent;
    margin-right: 0 !important;
    position: absolute;
    right: 0;
    padding: 0 !important;
    clear: both;
}

#enviar:hover {
    background-color: #d5d6d8;
    color: #005f5f;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.link {
    cursor: pointer;
}

#contactsuccess {
    font-family: "Sertig";
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    border: 0;
}

#contactsuccess a {
    font-family: Sertig;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    letter-spacing: 1px;
}

#contactsuccess a:hover {
    color: #005f5f;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    border: 1px solid #d5d6d8;
    background: transparent;
    margin: 0 0 4px;
    padding-left: 10px;
    font-family: "Sertig";
    font-size: 16px;
    padding-top: 5px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 390px;
    resize: none;
    margin-top: 10px;
    clear: both;
    display: block;
}

#face:hover {
    background: url(icon/facehover.svg) no-repeat center;
}