html,body {
    height: 100%;
}




body {
    font-weight: 200;
}

/* configuracoes gerais */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 0.03em;
}

h1 {
    font-size: 4em;
    padding: 0.25em 0;
}

h4,
h5,
p {
    padding: 0.5em 0;
    color: #777;
}



.txt-white, a {
    color: white;
}

a:hover{
   color: orange;
    text-decoration: none;
}

.txt-green {
    color: #2da64d;
}

.line-green {
    display: block;
    width: 100%;
    height: 2px;
    background: #2da64d;
}


.txt-gray {
    color: #777;
}


.txt-brown {
    color: #603813;
}

.txt-yellow {
    color: #ffcc01;
}

.bg-white {
    background: #fff;
}

.bg-light-gray {
    background: #f1f1f1;
}

/* fim configuracoes gerais */

.intro {
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(19, 59, 83, 0.8);
}

.intro .content {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.intro .content h4 {
/*    margin: 4em 0;*/
}

.intro-video {
    z-index: -100px;
}

#tubular-container,
#tubular-player,
#tubular-shield {
    z-index: -100 !important;
}

@media screen and (max-width: 992px) { 
    
    h1 img{
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .intro{
background: rgba(19, 59, 83, 1);
    }
}

