html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Droid Sans', sans-serif;
}

hr {
    max-width: 100px;
    border-color: #EAE8E0;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: rgb(0, 0, 0);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-size: 25px;
}

a:hover,
a:focus {
    color: #167AC6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Droid Sans', sans-serif;
    color: #FFF6F6;
    text-shadow: 1px 1px 5px #000;
    font-weight:bold;
}

h7 {
    font-family: 'Droid Sans', sans-serif;
    color: #FDFDFD;
    font-weight:bold;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
/*Quem Somos*/
.bg-quem-somos {
    background-color: #E6A904;
    border-bottom: 8px solid #000;
}
.marca-texto{
    background-color:#ae9880;
    margin-top:120px; 
    color:#FFF;
    padding:30px;
    text-align:center;
}
@media all and (min-width: 320px) and (max-width: 768px) {
    .marca-texto{
        margin-top:0;
    }
    .instagram {
        border:#502F28 solid 5px;
        background-color:#FFF;
    }
    header {
        top:70px;
    }
    .navbar-brand{
        padding:0px 0;
    }
    .formulario {
        margin:110px 0 0 0;
    }
}
/*Quem Somos*/

/*Produtos*/
.bg-produto {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */


}
.produto-btn {
    margin-top:20px;
}
.produto-texto {
    padding:30px 0;
    color: #FFFBFB;
    text-shadow: 1px 1px 1px #000;
}
.bg-produto h1 span {
    color:#c00808;
}
/*Produto*/

/*Protudo - COMPLETA*/
.espaco {
    margin-top:30px;
}
/*Produto - COMPLETA*/


/*REDES-SOCIAIS*/
.bg-redes-sociais {
    background-color: #333;
}
.facebook {
    border: #92A0B5 solid 5px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.12);
}
.face-logo {
    height:70px; 
    width:100%;
    margin:20px 0 0 0;
}
.instagram {
    border: #8C6849 solid 5px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
}
.insta-logo {
    height:70px;
    width:100%; 
    margin:20px 0 0 0;
}
/*REDES-SOCIAIS*/

/*ONDE-ENCONTRAR*/
.bg-onde-encontrar {
    position: relative;width: 100%;
    min-height: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,f5f9f0+100;L+Green+3D */
background: #f9fcf7; /* Old browsers */
background: -moz-linear-gradient(top,  #f9fcf7 0%, #f5f9f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9fcf7 0%,#f5f9f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

hr.preto {
    max-width:100%;
    border-color:#666;
    border-width:1px;
}
/*ONDE-ENCONTRAR*/

/*CONTATO*/
.bg-contato {
    position:relative;
    width:100%;
    min-height:826px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #333333 0%,#121212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-contato p {
    color: #F7C31B;
}
/*CONTATO*/

/*RODAPÃƒÆ’Ã¢â‚¬Â°*/
footer {
    padding:15px 0;
}
footer span.copyright {
    line-height: 40px;
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
    text-transform: none;
    float: left;
    color:#362512;
}
ul.social-buttons {
    margin-bottom: 0;
    text-align:center;
}
ul.social-buttons li a {
    display: block;
    background-color:#362512;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.social-buttons li a:hover {
    background-color:#167AC6;
}
ul.quicklinks {
    background-color: #F2B202;
    margin-bottom:0;
    line-height:40px;
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
    text-transform: none;
    text-align:right;
    color:#362512;
}
 ul.quicklinks li a {
    color: #FFF;
}
.list-inline {
    padding-left:0;
    margin-left:-5px;
    list-style: none;
}
/*RODAPÃƒÆ’Ã¢â‚¬Â°*/

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 112px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Droid Sans', sans-serif;
    background-color: #111;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    color: #000;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #000;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #167AC6;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #E6A904!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255, 255, 255, 0.15);
        background-color: #121212;
    }

nav#mainNav {}

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #F5F3F3;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #121212;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #000;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #000;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #fff;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #167AC6;
    }
}

header {
    position: relative;
    width: 100%;
    min-height:30%;
    background-color: #280351;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
}

header .header-content {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 100px 15px;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {

        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.produto-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.produto-box .produto-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(95,96,96,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.produto-box .produto-box-caption .produto-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.produto-box .produto-box-caption .produto-box-caption-content .cliente,
.produto-box .produto-box-caption .produto-box-caption-content .tituloProd {
    padding: 0 15px;
    font-family: 'Droid Sans', sans-serif;
}

.produto-box .produto-box-caption .produto-box-caption-content .cliente {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.produto-box .produto-box-caption .produto-box-caption-content .tituloProd {
    font-size: 18px;
}

.produto-box:hover .produto-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .produto-box .produto-box-caption .produto-box-caption-content .cliente {
        font-size: 16px;
    }

    .produto-box .produto-box-caption .produto-box-caption-content .tituloProd {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #FFF;
    background-color: #4F4F5E;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #121212;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}
/*MAKING-OF*/
.bg-making-of {
    background-color:#280351;

}

/*MAKING-OF*/