body {
    background: #fff;
    color: #1A3544;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    font-size: 15px;
    margin-top: 70px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: #1A3544;
    text-align: center;
    font-weight: 400;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    font-style: italic;
}

.section-header .section-divider {
    display: block;
    width: 60px;
    height: 2px;
    background: #86C440;
    margin: 0 auto;
    margin-bottom: 20px;
}

.section-bg {
    background: #eff5f5;
}

/*menu*/
.navbar-default{
    background-color: #1A3544;
    border: 0px;
    border-top: 3px solid #86C440;
    box-shadow: 0px 0px 15px rgba(26,53,68, 0.9);
}
.navbar-default .navbar-nav > li > a{
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #1A3544;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a:focus{
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    border-color: #86C440;
}

.navbar-header img{
    margin-top: 17px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a{
        height: 20px;
    }
    .navbar-header{
        height: 70px;
    }
    .navbar-toggle{
        margin-top: 18px;
        background-color: #fff;
    }

    .navbar-header img{
        margin-top: 20px;
        margin-left: 30px;
        width: 120px;
    }
}

/*introducao*/
#intro {
    width: 100%;
    height: 300px;
    background-color: #1A3544;
    background: linear-gradient(to bottom, #1C3D4F, #1A3544);
    text-align: center;
    display: table;
    background: linear-gradient(rgba(26,53,68, 0.68), rgba(0,0,39, 0.72)), url(../img/numeros-bg2.jpg) fixed center top;
    background-size: auto auto, auto auto;

}


#intro .intro-text{
    display: table-cell;
    vertical-align: middle;
}

#intro h2 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}

#intro p {
    color: #fff;
    font-size: 24px;
    padding: 0px 30px;
}

#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    margin: 10px;
    border: 2px solid #86C440;
    color: #86C440;
}

#intro .btn-get-started:hover {
    background-color: rgba(134,196,64,0.2);
    text-decoration: none;
}

#intro .btn-get-started:focus{
    text-decoration: none;
}

@media (max-width: 768px) {
    #intro {
        height: 220px;
    }
    #intro h2 {
        font-size: 35px;
    }
    #intro p {
        color: #fff;
        font-size: 20px;
    }
}


/* serviços */
#servicos{
    padding-top: 60px;
    padding-bottom: 60px;
}
#servicos .icon i{
    font-size: 65px;
    color: #86C440;
}

#servicos .titulo{
    font-weight: bold; 
    margin: 0px;
    color: #1A3544;
}
#servicos .chaves{
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #636363;
}

/*Premissas*/

#premissas {
    padding-top: 60px;
    padding-bottom: 60px;
}

#premissas h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1A3544;
    margin-top: 30px;
}

#premissas p {
    line-height: 24px;
    margin-bottom: 30px;
    margin-left: 70px;
}

#premissas i {
    color: #86C440;
    font-size: 62px;
    float: left;
    padding: 0 15px 0px 0;
    line-height: 1;
}


#premissas img {
    max-width: 100%;
    box-shadow: 0px 0px 40px rgba(0,0,0, 0.15);
    border-radius: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #premissas img{
        margin-top: 50px;
    }
}


/*Trabalho*/

#trabalho {
    padding-top: 60px;
    padding-bottom: 60px;
}

#trabalho .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    border-radius: 3px;
}

#trabalho .icon {
    float: left;
}

#trabalho .icon i {
    color: #86C440;
    font-size: 80px;
    line-height: 0;
}

#trabalho h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #1A3544;
}


#trabalho p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}

#trabalho .section-description{
    margin-left: 0px;
}

@media (max-width: 767px) {
    #trabalho .box {
        margin-bottom: 20px;
    }
    #trabalho .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #trabalho h4, #trabalho p {
        margin-left: 0;
        text-align: center;
    }
}

/*Números*/
#numeros{
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(rgba(26,53,68, 0.68), rgba(0,0,39, 0.72)), url(../img/numeros-bg2.jpg) fixed center center;
    background-size: auto auto, auto auto;
}

.numeros p{
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 18px;
}

.numeros span{
    display: block;
    height: 60px;
    font-size: 40px;
    font-weight: bold;
    color:  #86C440;
}


@media (max-width: 767px) {
    .numeros div{
        margin-top: 20px;
    }
}

/*Contato*/
#contato{
    padding-top: 60px;
    padding-bottom: 60px;
}
#contato input, #contato textarea, #contato button[type="submit"]{
    margin-top: 15px;
    font-size: 14px;
}

#contato .contato-info {
    text-align: center;
}

#contato .contato-info i{
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #86C440;
}
#contato .contato-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color:  #1A3544;
}
#contato .contato-phone{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

#contato #btn-enviar {
    background-color: #1A3544;
    background: linear-gradient(45deg, #1A3544, #07202D);
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
    margin-top: 20px;
}

#contato #btn-enviar:hover {
    cursor: pointer;
}

#contato .error{
    border: 1px solid red;
}

@media (max-width: 767px) {
    #contato .contato-phone{
        border-right: 0px;
        border-left: 0px;
    }
}

/*Footer*/
#footer {
    background-color: #1A3544;
    background: linear-gradient(to bottom, #1A3544, #07202D);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
}