@font-face {
    font-family: Rockwell;
    src: url('fonts/ROCKWELL.eot');
    src: url('fonts/ROCKWELL.ttf') format('truetype');
}

@font-face {
    font-family: Universe;
    src: url('fonts/UNIVERSE.ttf') format('truetype');
}

body {
    padding-top: 110px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#000000), to(#191919));
    background: -webkit-linear-gradient(0, #000000, #191919);
    background: linear-gradient(0, #000000, #191919);
    background-color: black;
    color: #fff;
    font-family: Universe, Verdana, sans-serif, Arial;
}

.largura {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
}

.conteudo_texto {
    width: 100%;
    float: left;
}


.clear {
    clear: both;
}

/* HEADER */

#header {
    position: fixed;
    top: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#000000), to(#191919));
    background: -webkit-linear-gradient(0, #000000, #191919);
    background: linear-gradient(0, #000000, #191919);
    background-color: black;
    color: #fff;
    height: 105px;
    background-repeat: repeat-x;
    background-position: bottom 0 left 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 9999999;
}

    #header.over {
        height: 105px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 0.85;
    }

    #header .top_header {
        height: 110px;
    }

    #header a.logo {
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 25px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        cursor: pointer;
    }

        /*  #header.over a.logo {
        top: 8px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    } */

        #header a.logo img {
            height: 55px;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

    /*  #header.over a.logo img {
        height: 60px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    } */

    #header .nav {
        cursor: pointer;
        display: none;
        position: absolute;
        right: 15px;
        top: 60px;
        padding: 0 0 30px 30px;
        font-size: 2em;
        color: #595959;
        z-index: 500;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    /*#header.over .nav {
        top: 25px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    } */

    #header ul {
        position: absolute;
        right: 0;
        top: 33px;
        z-index: 501;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    /* #header.over ul {
        height: 40px;
        top: 16px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    } */

    #header li {
        display: inline-block;
    }

        #header li:hover {
            border-bottom: 1px solid #95bc45;
        }

        #header li.active {
            border-bottom: 1px solid #95bc45;
        }

            #header li.active a:hover {
                border-bottom: 1px solid #95bc45;
            }

        #header li a {
            font-family: Rockwell, sans-serif, Arial;
            display: block;
            padding: 3px 12px;
            color: #fff;
            /*text-shadow: 1px 1px .5px #95bc45;*/
            text-transform: none;
            font-size: 1.1em;
            text-decoration: none !important;
            border-radius: 2px;
            font-size: 16px;
        }

            #header li a:hover {
                cursor: pointer;
            }

@media screen and (max-width: 1024px) {
    #header ul {
        top: 27px;
        font-size: 0.8em;
    }

    #header li a {
        padding: 10px 11px;
    }

    #header a.logo {
        top: 24px;
    }
}

/* INDEX */
.divider {
    border-color: #dcdfe0;
}

.titulo {
    background: #95bc45;
    color: #000;
    border-bottom: 3px solid #68832F;
    font-family: Rockwell, sans-serif, Arial;
    font-weight: 300;
    padding: 30px 0;
}

.titulo_topo {
    color: #95bc45;
    font-size: 30px;
    font-weight: 300;
    padding-top: 25px;
    margin: 0 auto;
    text-align: center;
    font-family: Rockwell, sans-serif, Arial;
}

.titulo h1 {
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
}

.titulo h2 {
    margin: 0;
    font-size: 23px;
}

.conteudo {
    padding: 30px 5px;
    font-family: Universe, Verdana, sans-serif, Arial;
}

    .conteudo h4 {
        text-shadow: 0 1px #FFFFFF, 1px 2px rgba(0,0,0,0.15);
        font-size: 55px;
        padding: 15px 0;
        width: 350px;
        margin: 0 auto 15px 0;
        margin-bottom: 20px;
        text-align: left;
        font-family: Rockwell, Verdana, sans-serif, Arial;
    }

    .conteudo p {
        font-size: 16px;
    }

#sliderServicos {
    min-height: 460px;
}

    #sliderServicos > div {
        text-align: center;
    }

    #sliderServicos p {
        padding: 0 15px;
        font-size: 16px !important;
        text-align: justify;
    }

#anterior, #proximo {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    height: 75px;
    width: 75px;
    border-radius: 75px;
    /*background: #95bc45;*/
    color: #FFFFFF;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    padding: 25px 0;
    z-index: 999;
}

#proximo {
    left: auto;
    right: 0;
}

    #anterior:hover, #proximo:hover {
        opacity: 0.5;
    }

@media screen and (max-width: 768px) {
    #anterior, #proximo {
        display: none;
    }
}

#contato + .conteudo {
    font-size: 18px;
}

    #contato + .conteudo h4 {
        font-size: 35px;
    }

    #contato + .conteudo address {
        font-size: 20px;
        line-height: 22px;
    }

.conteudo_contato_left {
    width: 574px;
    height: 565px;
    float: left;
}

.anterior-left {
    background: url(Images/left.png) no-repeat;
    height: 48px;
    margin-left: 25px;
    width: 48px;
}

.proximo-right {
    background: url(Images/right.png) no-repeat;
    height: 48px;
    margin-left: 25px;
    width: 48px;
}

.conteudo_contato_right {
    width: 380px;
    height: 634px;
    float: right;
}

.conteudo_center {
    width: 100%;
    position: relative;
    height: 715px;
}

.topo_texto {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
    font-family: Universe, Verdana, sans-serif, Arial;
}

#topo {
    padding-bottom: 20px;
}

/*.panel {
    border: 1px solid #DDDDDD;
    height: 564px;
    margin: 0 auto;
    width: 960px;
}*/

#contato-nav {
    padding-top: 20px;
}

    #contato-nav > nav {
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.1;
        text-rendering: geometricPrecision;
        font-weight: 700;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    #contato-nav nav label {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    #contato-nav > nav label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        z-index: 100;
        padding: 2ex 8em;
        margin: 0;
        border-radius: 0.25em;
        -webkit-transition: background-color 0.24s;
        font-size: 16px;
    }

    #contato-nav label {
        -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
        background-color: rgba(76, 76, 76, 0.5);
    }

    #contato-nav > nav label + label {
        margin-left: 1em;
    }

    #contato-nav > nav label.active {
        background-color: #4c4c4c;
    }


#faleconosco-div {
    width: 100%;
}

#ondeestamos-div {
    display: none;
    width: 100%;
    padding-top: 30px;
}

.contato_content {
    width: 100%;
    height: 400px;
}

#footer {
    width: 100%;
    height: 100px;
    border-top: 1px solid #3d4633;
    position: relative;
}

.footer_content {
    width: 960px;
    padding-top: 15px;
    margin: 0 auto;
    color: #B2B2B2;
    height: 60px;
    position: relative;
}

    .footer_content p {
        text-align: center;
        position: absolute;
        width: 100%;
    }


#map-canvas {
    height: 300px;
    width: 100%;
}

#rates {
float: right;
top: 65px;
position: absolute;
right: 12px;
font-size: 11px;
color: #B2B2B2;
text-align: right;
}
