﻿/*#region Keyframes*/


@-moz-keyframes arrowAnim {
    0% {
        bottom: 5px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 5px;
    }
}

@-webkit-keyframes arrowAnim {
    0% {
        bottom: 5px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 5px;
    }
}

@keyframes arrowAnim {
    0% {
        bottom: 5px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 5px;
    }
}


/*#endregion*/


body {
    background-color: #eeeeee;
}

.display-mobile {
    display: block;
}

.display-tablet {
    display: none;
}

.display-pc {
    display: none;
}

.editor-label, .editor-field {
    width: 90%;
    min-height: 35px;
    line-height: 35px;
    margin: 0 auto;
}

.editor-submit {
    width: 60%;
    margin: 0 auto;
    min-height: 35px;
    line-height: 35px;
}

label {
    color: #5A5A5A;
    text-align: center;
    width: 100%;
    display: block;
}

input[type="text"], input[type="password"] {
    width: 94%;
    height: 35px;
    line-height: 35px;
    background-color: #FFF;
    font-size: 1.2em;
    padding: 0 3%;
    color: #6D6D6D;
    font-family: OpenSansLight;
    border-radius: 18px;
    border: 1px solid #D5D5D5;
}

input[type="button"], input[type="submit"] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #DBDBDB;
    border: none;
    color: #7A7A7A;
    font-size: 1em;
    border-radius: 18px;
    float: right;
    -webkit-appearance: none;
}

    input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #A2A2A2;
        cursor: pointer;
        color: #525252;
    }


h1, h2, h3 {
    font-weight: 500;
}

textarea {
    width: 94%;
    padding: 3%;
    background-color: #FFF;
    min-height: 100px;
    border-radius: 18px;
    border: 1px solid #D5D5D5;
}

#page {
    padding-top: 60px;
}

.clear {
    clear: both;
}

header {
    width: 100%;
    height: 60px;
    background-color: #f2f2f2;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    box-shadow: 0 1px 5px #000000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

footer {
    width: 97%;
    padding: 15px 1.5%;
    background-color: #505050;
    margin-top: 15px;
    text-align: center;
    ;
}

    footer .col3 {
        margin-bottom: 15px;
    }

    footer ul {
        list-style: none;
    }

        footer ul li:first-child {
            margin-top: 10px;
        }

        footer ul li {
            color: #949494;
            margin-bottom: 2px;
        }

            footer ul li a {
                color: #949494;
            }

                footer ul li a:hover {
                    color: #000;
                }

    footer .title {
        border-bottom: 1px solid #5A5A5A;
        box-shadow: 0 1px 0 #444444;
        margin: 5px auto 5px auto;
        width: 90%;
        color: #272727;
    }

#copyright {
    text-align: center;
    color: #696969;
    ;
}

#logo {
    width: 77px;
    height: 42px;
    /*background-image: url(../Images/logo.png);
    background-position: inherit;*/
    float: left;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -38.5px;
    margin-top: 8px;
    overflow: hidden;
}

@media screen and (-webkit-device-pixel-ratio: 2) {
    #logo {
        background-image: url(../Images/logo@2x.png);
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }
}

#title {
    display: none;
}

#nav-exp {
    width: 60px;
    height: 60px;
    background-image: url(../Images/nav-exp.png);
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1000;
}

    #nav-exp:hover, #nav-exp.hover {
        background-color: #e1e1e1;
    }

@media screen and (-webkit-device-pixel-ratio: 2) {
    #nav-exp {
        background-image: url(../Images/nav-exp@2x.png);
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }
}




nav {
    width: 230px;
    height: 100%;
    background-color: #3A3A3A;
    top: 0;
    position: fixed;
    right: -230px;
    box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.29);
}

    nav ul {
        list-style: none;
        width: 100%;
        height: 100%;
    }

        nav ul li {
            width: 100%;
            height: 60px;
            text-align: center;
            position: relative;
        }

            nav ul li:hover {
                background-color: #C55156;
            }

                nav ul li:hover a {
                    color: #FFF;
                }

            nav ul li a {
                width: 100%;
                height: 60px;
                line-height: 60px;
                display: block;
                color: #fff;
                font-weight: 300;
                position: relative;
            }

            nav ul li .nav-icon {
                background-image: url(../Images/nav-spritesheet.png);
                position: absolute;
                left: 10px;
                top: 50%;
                margin-top: -16px;
            }

@media screen and (-webkit-device-pixel-ratio: 2) {
    nav ul li .nav-icon {
        background-image: url(../Images/nav-spritesheet@2x.png);
        -moz-background-size: 600% auto;
        -o-background-size: 600% auto;
        -webkit-background-size: 600% auto;
        background-size: 600% auto;
    }
}

.nav-home {
    background-position: 0px -32px;
    width: 32px;
    height: 32px;
}

.nav-quem-somos {
    background-position: -32px -32px;
    width: 32px;
    height: 32px;
}


.nav-produtos {
    background-position: -64px -32px;
    width: 32px;
    height: 32px;
}


.nav-servicos {
    background-position: -96px -32px;
    width: 32px;
    height: 32px;
}


.nav-clientes {
    background-position: -128px -32px;
    width: 32px;
    height: 32px;
}


.nav-contato {
    background-position: -160px -32px;
    width: 32px;
    height: 32px;
}


#welcome {
    background-color: #87C05A;
}

#qrcode, .qrcode {
    display: none;
}

#slider {
    display: none;
}

#welcome-text {
    width: 100%;
    text-align: center;
    font-size: 3em;
    color: #F3F3F3;
    padding-top: 25%;
}

.arrow {
    width: 85px;
    height: 85px;
    background-image: url(../Images/arrow.png);
    background-position: center;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -42.5px;
    -moz-animation: arrowAnim 0.7s infinite ease-in-out;
    -o-animation: arrowAnim 0.7s infinite ease-in-out;
    -webkit-animation: arrowAnim 0.7s infinite ease-in-out;
    animation: arrowAnim 0.7s infinite ease-in-out;
}

@media screen and (-webkit-device-pixel-ratio: 2) {
    #arrow {
        background-image: url(../Images/arrow@2x.png);
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }
}

#top {
    position: relative;
    padding-top: 15px;
    background-color: #2c3e50;
    margin-bottom: 10px;
}

    #top .title {
        width: 82%;
        height: 30px;
        line-height: 30px;
        background-color: #1abc9c;
        font-size: 18px;
        color: #f2f2f2;
        text-align: center;
        margin-bottom: 15px;
        display: block;
    }

#servicos-list {
    width: 80%;
    height: 318px;
    /* position: absolute; */
    margin: 0 auto;
}

    #servicos-list ul {
        list-style: none;
    }

        #servicos-list ul li {
            width: 100%;
            height: 45px;
            background-color: #ECECEC;
            margin-bottom: 2px;
            border-radius: 26px;
        }

            #servicos-list ul li:hover {
                background-color: #DFDFDF;
            }

            #servicos-list ul li a {
                width: 100%;
                height: 45px;
                line-height: 45px;
                text-align: center;
                display: block;
                color: #3A3A3A;
            }


.content {
    box-shadow: 0 0 5px #606060;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
    background-color: #FFF;
    padding: 3%;
}

.content-title {
    text-align: center;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    background-color: #1abc9c;
    color: #FFF;
    margin-top: 20px;
}

#quem-somos {
    padding: 0 3%;
}


    #quem-somos p {
        border-top: 1px dashed #CCC;
        padding: 10px 0;
        color: #5a5a5a;
    }


#contato {
    padding: 0 3%;
}

    #contato .col2 {
        margin-bottom: 10px;
    }

        #contato .col2:first-child {
            background-color: #444;
        }

#error-cont {
    width: 80%;
    margin-bottom: 15px;
    margin: 0 auto;
}

    #error-cont label {
        margin-bottom: 5px;
        color: #DB9797;
        background-color: #F1EFC1;
        padding: 3px 10px;
        font-weight: 100;
        font-size: 16px;
    }


#info {
    background-color: #353535;
    padding: 15px;
    color: #999;
}

#show-map {
    display: none;
}

.block-title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    background-color: #1abc9c;
    margin-bottom: 10px;
    font-weight: 500;
}

.block h1 {
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
}

.title-shadow {
    /*box-shadow: 0 1px 5px #000000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);*/
}

.block-title-cont {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

.block-cont {
    width: 86%;
    height: 94%;
    padding: 3%;
    background-color: #FCFCFC;
    color: #575757;
    font-weight: 300;
    margin: 0 auto;
    text-align: left;
    /*border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #cfcfcf;*/
    box-shadow: 0 0 5px #606060;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
    margin-bottom: 10px;
}

    .block-cont .read-more {
        width: 200px;
        text-align: center;
        color: #6D6D6D;
        background-color: #E0E0E0;
        margin: 0 auto;
        margin-top: 15px;
        line-height: 40px;
        border-radius: 20px;
        font-weight: 300;
        cursor: pointer;
        display: block;
        margin-bottom: 10px;
    }

        .block-cont .read-more:hover {
            background-color: #D5D5D5;
        }

    .block-cont .image {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 10px 10px 0;
    }

        .block-cont .image img {
            display: block;
            width: 100%;
            height: auto;
        }

.servico img {
    width: 100%;
}

.servico {
    width: 94%;
    margin: 0 auto;
}

    .servico h2 {
        margin: 10px 0;
        text-align: center;
        color: 333;
    }

    .servico h3 {
        margin: 20px 0;
        text-align: center;
        color: #555;
    }

    .servico .big {
        font-size: 30px;
        font-weight: 500;
    }

    .servico ul {
        width: 80%;
        margin: 0 auto;
    }

        .servico ul li {
            margin: 10px 0;
        }

    .servico .bold {
        color: #535353;
    }

    .servico p.bold {
        margin-bottom: 5px;
        font-weight: 500;
        color: #5C5C5C;
    }

.back-a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 10px;
    border-radius: 15px;
    color: #6D6D6D;
    background-color: #E0E0E0;
}
