body {
    width:100%;
    height: 100%;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    background-color: white;

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

}
img, embed, object, video{ max-width: 100%; }

h1,
h2,
h3,
h4,
h5{
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
h6{
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
@media (min-width: 768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}



.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
}
.navbar-custom .navbar-toggle {
    color: #000000;
    background-color: #ffffff;
    font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: none;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
    padding:0 !important;
}
.navbar-custom .navbar-brand:focus {
    outline: none;
}
.navbar-custom a {
    color: rgba(255,255,255,0.7);
}
.navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    color: #dbdbdb;
    outline: none;
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: none;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: none;
}
.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
    color: #000000;
}

.navbar-custom .logotop{
    background: no-repeat center;
    background-size: cover;
}


@media (max-width: 768px){
    .navbar-custom a{
        color:#000000;
    }
    .navbar-custom .nav li a:hover {
        color: #9d9d9d;
    }
    .navbar-custom .logotop{
        width: 55px; height: 55px; background: url("../img-layout/logo-preta.png"); background-size: cover;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
}
@media (min-width: 768px) {
    .navbar-custom {
        padding: 0;
        border-bottom: none;
        letter-spacing: 1px;
        background: transparent;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .navbar-custom .navbar-right{
        padding:20px 0;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .top-nav-collapse .navbar-right{padding:10px 0;}

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: white;
        color:#000000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .navbar-custom.top-nav-collapse a{
        color:#000000;
    }
    .navbar-custom.top-nav-collapse li a:hover{
        color:#5e5e5e;
    }
    .navbar-custom .logotop{
        width: 90px; height: 90px; background: url("../img-layout/logo-branca.png"); background-size: cover;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse .logotop{width:70px; height: 70px; background: url("../img-layout/logo-preta.png"); background-size: cover;}
}




.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 30px;
    text-align: center;
    color: white;
    background-color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .brand-heading {
    font-size: 30px;
    border: none /* solid 2px #ffffff*/;
    padding: 10px 20px;
}
.intro .intro-body .intro-text {
    font-size: 18px;
}
@media (min-width: 768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 50px;
        border: none /*solid 5px #ffffff*/;
        padding:15px;
    }
    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}
