html,body{
    height:100%;
    font-family: 'Montserrat', sans-serif;
    background:#000;
}

.pagina{
    height: 100%;
    
}

.bg-preto{
    background:#000;
}
.bg-cinza1{
    background: #282828;
    animation-delay: 0.1s;
}
.bg-cinza2{
    background: rgba(77,77,77,0.6);
    animation-delay: 0.2s;
}
.bg-cinza3{
    background: #666666;
    animation-delay: 0.3s;
}


.menu{
    font-size:28px;
    font-weight: 700;  
    list-style: none;
    text-transform: uppercase;
}
.menu li a{
    padding-bottom:15px;
    color:#fff;
}
.menu li a:visited{
    color:#fff;
}
.menu li a:hover{
    color:#666666
}

 

.contatos{
    color:#fff;
    font-size:12px;
    font-weight: 700;
}

@media(min-width:700px){

    .pagina .row, .pagina .col-md{
        height:100%;
    }
    .contatos{
        font-size:16px;
    }
}

.contatos .redes{
    font-weight: normal !important;
    padding-bottom:10px;
    font-size:18px;
}
.contatos .redes i{
    font-size:22px;
    margin-right:8px;
}
 

.bg-img{
    min-height: 250px;
    position: relative !important;
    box-shadow: inset 0px 0px 30px #000;

    background-position: center ;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img-filter{
    background:rgba(0,0,0,0.4);
}
/* .bg-img:after{
    content:'';
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;

    z-index:-1;
}

.bg-img-1.bg-img:after{
    background-image: url('http://stamaquinas.com.br/wp-content/uploads/2014/08/154973-dataRawRgb.jpg');
}
.bg-img-2.bg-img:after{
    background-image: url('http://stamaquinas.com.br/wp-content/uploads/2015/08/GB-430-21-image-jpeg.jpg');
} */