#navbar .fa {
    font-family: "FontAwesome" !important;
}

.gradiente {
    background: rgba(12, 39, 69, 0.67);
    background: -moz-linear-gradient(top, rgba(12, 39, 69, 0.67) 0%, rgba(219, 219, 219, 0.67) 0%, rgba(12, 39, 69, 0.67) 0%, rgba(254, 254, 254, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(12, 39, 69, 0.67)), color-stop(0%, rgba(219, 219, 219, 0.67)), color-stop(0%, rgba(12, 39, 69, 0.67)), color-stop(100%, rgba(254, 254, 254, 0)));
    background: -webkit-linear-gradient(top, rgba(12, 39, 69, 0.67) 0%, rgba(219, 219, 219, 0.67) 0%, rgba(12, 39, 69, 0.67) 0%, rgba(254, 254, 254, 0) 100%);
    background: -o-linear-gradient(top, rgba(12, 39, 69, 0.67) 0%, rgba(219, 219, 219, 0.67) 0%, rgba(12, 39, 69, 0.67) 0%, rgba(254, 254, 254, 0) 100%);
    background: -ms-linear-gradient(top, rgba(12, 39, 69, 0.67) 0%, rgba(219, 219, 219, 0.67) 0%, rgba(12, 39, 69, 0.67) 0%, rgba(254, 254, 254, 0) 100%);
    background: linear-gradient(to bottom, rgba(12, 39, 69, 0.67) 0%, rgba(219, 219, 219, 0.67) 0%, rgba(12, 39, 69, 0.67) 0%, rgba(254, 254, 254, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30AB65', endColorstr='#fefefe', GradientType=0);
}

.gradiente2 {
    background: rgba(12, 39, 69, 0.67);
    background: -moz-linear-gradient(top, rgba(12, 39, 69, 0.67) 0%, rgba(219, 219, 219, 0.67) 0%, rgba(12, 39, 69, 0.67) 0%, rgba(254, 254, 254, 0) 300%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(12, 39, 69, 0.67)), color-stop(0%, rgba(219, 219, 219, 0.67)), color-stop(0%, rgba(12, 39, 69, 0.67)), color-stop(100%, rgba(254, 254, 254, 0)));
    background: -webkit-linear-gradient(top, rgba(12, 39, 69, 0.67) 0%, rgba(219, 219, 219, 0.67) 0%, rgba(12, 39, 69, 0.67) 0%, rgba(254, 254, 254, 0) 300%);
    background: -o-linear-gradient(top, rgba(12, 39, 69, 0.67) 0%, rgba(219, 219, 219, 0.67) 0%, rgba(12, 39, 69, 0.67) 0%, rgba(254, 254, 254, 0) 300%);
    background: -ms-linear-gradient(top, rgba(12, 39, 69, 0.67) 0%, rgba(219, 219, 219, 0.67) 0%, rgba(12, 39, 69, 0.67) 0%, rgba(254, 254, 254, 0) 300%);
    background: linear-gradient(to bottom, rgba(12, 39, 69, 0.67) 0%, rgba(219, 219, 219, 0.67) 0%, rgba(12, 39, 69, 0.67) 0%, rgba(254, 254, 254, 0) 300%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30AB65', endColorstr='#fefefe', GradientType=0);
}

.logomarca {
    width: 155px;
    float: left;
    transition: all 0.5s ease;
}

.logomarca:hover, .logomarca:focus{
    transition: all 0.5s ease;
    transform: scale(1.02);
}

.info-nv-1 {
    float: right;
    position: relative;
    margin: 0px 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.info-nv-1:hover, .info-nv-1:focus{
    transform: translateY(-2px);
    transition: all 0.5s ease;
}

.conteudo {
    font-size: 11px;
    color: #30AB65;
    font-weight: bold;
    float: left;
    margin-top: 15px;
}

.icone-top {
    padding: 5px 15px 5px 0px;
    float: left;
    margin-top: 15px;
}

.navbar-brand{
    height: 55px;
}

.borda-nv-1 {
    border-bottom: 1px solid #ABABAB;
    padding: 20px 0px 10px 0px;
}

.sociais-top {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sociais-top li {
    display: inline;
    padding: 0px 3px;
}

.sociais-top li a {
    display: inline-block;
    color: #fff !important;
    padding: 0px;
    height: 28px;
    width: 28px;
}

.sociais-top li .fa-stack {
    height: 0em !important;
    line-height: 2em !important;

}

.sociais-top li a .fa-stack-1x {
    color: rgb(12, 39, 69) !important;
}

.top-harmony .li-st .a-st {
    padding: 15px 20px;
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.top-harmony .li-st {
    position: relative;
    transition: all 0.5s ease-out;
}

.top-harmony .li-st::before {
    content: "";
    position: absolute;
    background: #30AB65;
    transition: 0.5s;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 5px;
    transition: all 0.5s ease-out;
    z-index: 2;
}

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

.top-harmony .li-st:hover::before {
    width: 100%;
    left: 0px;
    transition: 0.5s;
}

.btn-padrao-top {
    margin-bottom: 60px;
    padding: 5px 21px;
    background: #30AB65;
    color: white;
    border-radius: 0px;
    transition: 0.5s;
    font-weight: 200;
    font-size: 14px;
    border: 2px solid #30AB65;
}

.btn-padrao-top:hover, .btn-padrao-top:focus {
    color: #30AB65;
    background: #fff;
    border: 2px solid #30AB65;
}

.titulo-top {
    position: relative;
    font-size: 39px;
    font-weight: bold;
    color: #707070;
    margin-bottom: 25px;
}

.telefone {
    color: #30AB65 !important;
    font-weight: bolder;
}

@media (max-width: 767px) {
    .navbar-header {
        background-color: #fff !important;
    }

    .top-harmony{
        background-color: #fff !important;
    }

    .navbar-collapse{
        background: rgb(255, 255, 255) !important;
    }
}

.navbar-default .navbar-toggle {
    border: 1px #30AB65 solid;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #30AB65;
}

.navbar-nav .dropdown-menu > li > a {
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
}

.navbar-nav .dropdown-menu {
    border-radius: 0px;
}

@media (min-width: 767px) and (max-width: 992px) {
    .info-nv-1 {
        margin: 0px 10px;
    }

    .icone-top {
        padding: 5px 10px 5px 0px;
    }
}

@media (max-width: 767px) {

    .titulo-top {
        position: relative;
        font-size: 30px;
        font-weight: bolder;
        color: #30AB65;
        margin-bottom: 25px;
    }

    .titulo-top .sub-titulo-top {
        font-size: 30px;
        font-weight: 200;
        color: #30AB65;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
        padding: 15px 30px;
        font-size: 16px;
    }

    .logomarca {
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        height: 80px;
        width: auto;
    }

    .info-nv-1 {
        display: none;
    }
}

@media (min-width: 767px) {
    /*.top-harmony li:first-child a {*/
    /*padding-left: 0px;*/
    /*color: white !important;*/
    /*font-size: 20px;*/
    /*}*/
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media(min-width: 992px){
    .detalhe-fundo {
        content: "";
        position: absolute;
        background: url("../imgs/fundo-top.png");
        height: 100%;
        width: 75%;
        bottom: 0px;
        right: 0px;
        background-repeat: no-repeat;
        background-size: cover !important;
    }

    .correcao-tamanhos{
        padding-top: 140px;
        padding-bottom: 140px;
        position: relative;
    }
}

@media(min-width: 1200px){
    .detalhe-fundo {
        content: "";
        position: absolute;
        background: url("../imgs/fundo-top.png");
        height: 100%;
        width: 60%;
        bottom: 0px;
        right: 0px;
        background-repeat: no-repeat;
        background-size: cover !important;
    }
}

@media(min-width: 1400px){
    .detalhe-fundo {
        content: "";
        position: absolute;
        background: url("../imgs/fundo-top.png");
        height: 100%;
        width: 60%;
        bottom: 0px;
        right: 0px;
        background-repeat: no-repeat;
        background-size: contain !important;
    }
}

@media(max-width: 991px){
    .correcao-tamanhos{
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
    }
}

.fundo-top{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.efeito-1{
    transition: all 0.5s ease;
}

.efeito-1:focus, .efeito-1:hover{
    transform: scale(1.02);
    transition: all 0.5s ease;
}

.circulo{
    color: #eaeaea82;
    transition: all 0.5s ease;
}

.inside-circulo, .effect{
    transition: all 0.5s ease;
}

.effect:hover, .effect:focus{
    transform: translateY(-2px);
    transition: all 0.5s ease;
}