body::-webkit-scrollbar {
    width: 5px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
    background: #000;        /* color of the tracking area */
  }

  body::-webkit-scrollbar-thumb {
    border: 3px solid #825E16;  /* creates padding around scroll thumb */
  }
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fontes/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fontes/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedbold_italic';
    src: url('../fontes/robotocondensed-bolditalic-webfont.woff2') format('woff2'),
         url('../fontes/robotocondensed-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condenseditalic';
    src: url('../fontes/robotocondensed-italic-webfont.woff2') format('woff2'),
         url('../fontes/robotocondensed-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fontes/robotocondensed-light-webfont.woff2') format('woff2'),
         url('../fontes/robotocondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedlight_italic';
    src: url('../fontes/robotocondensed-lightitalic-webfont.woff2') format('woff2'),
         url('../fontes/robotocondensed-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fontes/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fontes/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
    font-family: 'roboto_condensedregular';
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.amarelo {
    color: #F0CD01;
}

header {
    height: 100vh;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.bg_video{
	position: fixed; 
	left: -60vh; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -1000;
}

header .navbar-nav > li a {
    color: #5D5D5D;
}
header .navbar-nav > li a:hover {
    color: #825E16;
}

.monograma {
    width: 35vh;
    margin: 100px auto;
}

.div1 {
    color: #fff;
    font-size: 26px;
}
.div1 .ig {
    font-weight: bold;
}

.div1 a {
    color: #fff;
    text-decoration: none;
}
.div1 a:hover {
    color: #825E16;
}

.icone-titulo {
    background-position: center;
    background-repeat: no-repeat;   
    padding: 80px 0;
    text-align: center;
    text-transform: uppercase;
    min-height: 120px;
}

.diamante {
    background-image: url(../img/diamante.png);
    margin: -50px 0 20px 0;
}

.maquina {
    background-image: url(../img/maquina.png);
    margin: -80px 0 -80px 0;
}
.maquinas {
    background-image: url(../img/maquinas.png);
    margin: -80px 0 -80px 0;
}
.servicos {
    background-image: url(../img/banner-servicos.png);
    background-repeat: no-repeat;    
    width: 100%;
}

.servicos h4 {
    margin-bottom: 15px;
}
.servicos .servico {
    margin-bottom: 25px;
}

.estudio {
    background-color: #161616;
}
.estudio-infos {
    background-color: #202020;
}
.coroa {
    background-image: url(../img/coroa.png);
    margin: -80px 0 -80px 0;
}
.orcamento {
    background-image: url(../img/bg-orcamento.png);
    background-repeat: no-repeat;    
    background-position: center;
    width: 100%;
    padding: 100px 0px 160px 0px;
}
.botao-orcamento {
    padding-top: 30px 20px;
    font-size: 24px;
}

.artista {
    background-color: #fff;
}
.soqueira {
    background-image: url(../img/soqueira.png);
    margin: -80px 0 -80px 0;
}
.kimviegas-artista {
    width: 100%;
}
.caveira {
    background-image: url(../img/caveira.png);
}

footer {
    background-color: #202020;
    color: #fff;
}


/* MEDIA QUERIES PARA AJUSTES FINOS */

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .bg_video{
        position: fixed; 
        left: 0; 
    }
    .navbar-nav {
        float:none;
        margin:0 auto;
        display: block;
        text-align: center;
    }
    
    .navbar-nav > li {
        display: inline-block;
        float:none;
        font-weight: bold;
        font-size: 16px;
        padding:20px 15px;
    }
    .servicos {
        background-position: 0 -20vh;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}