body {
    background-color: #f3f2f2;
}

body .bg-img {
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;

}

.titulo-hr {
    border-color: #9ec83d;
    border-width: 5px;
    max-width: 100px;
    margin-left: 0;
    border-radius: 5px;
}


body nav {
    background: rgba(255, 255, 255, 0.1);
}

body nav .navbar-nav a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

body nav .navbar-nav a:hover {
    color: #9ec83d !important;
}

a,
a:hover {
    color: #9ec83d;
}
.titulo-header {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #9ec83d;
    font-size: 40px;
}

.titulo {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #9ec83d;
}

.figureup {
    margin-top: -180px !important;
}

.btn {
    border-radius: 0px !important;
}

@media (max-width: 767px) {
    .figureup {
        margin-top: 0px !important;
    }

    .titulo-header {

        font-size: 30px;
    }
}

@media only screen and (max-width : 767px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}