/* inicio GLOBAL*/

/*FONTES          */
@font-face {
    font-family: 'Muller';
    src: url(fonts/Muller%20Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: 'Muller';
    src: url(fonts/Muller%20UltraLight.otf);
    font-weight: 200;
}
@font-face {
    font-family: 'Muller';
    src: url(fonts/Muller%20Light.otf);
    font-weight: 300;
}
@font-face {
    font-family: 'Muller';
    src: url(fonts/Muller%20Bold.otf);
    font-weight: bold;
}
/*FONTES          */
html, body {
    height: 100%;
}
body {
    font-family: 'Muller';
    background: #f0f0f0;
}

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a, a:hover {
    text-decoration: none;
}

/*fim global*/

/*HEADER                  */
header {
    background: #fff;
    z-index: 999;
    position: fixed;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    width: 100%;
}
    header .container {
        position: relative;
        padding-top: 42px;
        padding-bottom: 20px;
        text-align: right;
        max-height: 102px;
    }
        header .navbar-brand {
            margin-top: -30px;
            z-index: 9999;
        }
        header ul.menu li {
            display: inline-block;
            padding: 0 10px;
        }
            header ul.menu li a {
                display: block;
                text-transform: uppercase;
                font-size: 14px;
                color: #6c6c6c;
                padding: 10px;
                font-weight: 300;
            }
            header ul.menu li.active a {
                font-weight: bold;
            }
        header ul.menu li.fone {
            background: #99bf92;
            font-size: 17px;
            color: #fff;
            font-weight: normal;
            padding: 2px 8px;
        }
            header ul.menu li.fone span {
                font-size: 23px;
                position: relative;
                top: 3px;
            }
            


/*BANNER                     */
section.banner {
    padding-top: 100px;
    position: relative;
}
    section.banner .img-banner {
        width: 100%;
    }

    section.banner .txt-banner {
        position: absolute;
        width: 100%;
        bottom: 110px;
    }
        section.banner .txt-banner .txt-box-banner {
            float: left;
            color: #fff;
            padding: 20px 30px;
            position: relative;
        }
        section.banner .txt-banner .txt-box-banner .bg-txt-banner {
            position: absolute;
            width: 200%;
            height: 100%;
            background: rgba(0,0,0,.6);
            top: 0;
            right: 0;
            z-index: 1;
        }
        section.banner .txt-banner .txt-box-banner > img {
            position: relative;
            z-index: 2;
        }


/*BOX                     */
section.box {
    background: #d0d3c6;
    padding: 30px 0;
}
    section.box .row > div img {
        width: 100%;
        margin: 10px 0;
    }


/*FOOTER                  */
footer {
    padding: 50px 0;
    background: url(../images/bg-footer.jpg) center top no-repeat #464646;
    text-align: right;
    color: #fff;
}
    footer .logo-footer {
        float: right;
        margin-bottom: 30px;
    }

    footer ul.fone-footer  {
        margin-top: 40px;
        clear: both;
    }
        footer ul.fone-footer li {
            display: inline-block;
            font-size: 23px;
            /* margin-top: 40px; */
            margin-right: 20px;
            
        }
        footer ul.fone-footer li span.fa-whatsapp {
            color: #98cf73;
            font-size: 31px;
        }
     footer  p {
        font-size: 14px;
        /*margin-right: 145px;*/
        clear: both;
    }  
     footer hr {
        opacity: .5;
    }    


/*EMPRESA                 */
section.main.empresa {
    padding-top: 220px;
    padding-bottom: 50px;
}
    .main h1 {
        color: #99bf92;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .main h3 {
        color: #99bf92;
        font-size: 18px;
        font-weight: bold;
        margin: 30px 0;
    }
    .main p {
        color: #5f5f5f;
        font-size: 14px;
    }


/*SERVIÇOS                 */
section.main.servicos {
    padding-top: 220px;
    padding-bottom: 160px;
    color: #5f5f5f;
}
    section.main ul.lista li {
        font-size: 14px;
        margin-bottom: 12px;
    }   
    

/*CONTATO                 */
section.main.contato {
    padding-top: 100px;
    padding-bottom: 50px;
    color: #5f5f5f;
}
    section.main.contato .mapa {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
        section.main.contato .mapa > iframe {
            width: 100%;
        }   
        section.main.contato .mapa img.vinco {
            position: absolute;
            bottom: 0;
            left: 50%;
        }
    section.main.contato .form-contato label {
        font-size: 14px;
        font-weight: bold;
        color: #717171;
        width: 100%;
    }
    section.main.contato .form-contato input,  section.main.contato .form-contato textarea {
        background: transparent;
        border: 1px solid #362f2f;
        width: 100%;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    section.main.contato .form-contato textarea {
        height: 160px;
        resize: none;
    }
    section.main.contato .form-contato button {
        border: none;
        float: right;
        background: #99bf92;
        color: #fff;
        font-weight: bold;
        padding: 5px 40px;
    }




@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    
    header .navbar-brand {
        margin-top: -30px;
        min-height: 80px;
        padding: 0 20px;
    }
    .navbar-toggle {
        background: #ccc;
    }
        .navbar-toggle .icon-bar {
            background: #fff;
        }
    header ul.menu {
        background: #fff;
    }   
    header .navbar-brand img {
        max-height: 100%;
        width: auto;
    } 

    section.banner .txt-banner {
        position: absolute;
        width: 100%;
        bottom: auto;
        top: 130px;
    }

    .menu {
        text-align: center;
    }
        .menu li {
            width: 100%;
        }
            header ul.menu li a {
                font-size: 14px;
            }
            header ul.menu li.fone {
                font-size: 24px;
                padding: 10px;
            }
}  

@media (max-width: 630px) {
    section.banner  {
        overflow: hidden;
    }
    section.banner .img-banner {
        height: 210px;
        width: auto;
    }
}