div#header-logo {
    float: left;
}

nav#site-nav {
    float: right;
}

header {
    padding: 15px 0;
}

ul.nav.navbar-nav a {
    line-height: 80px;
    padding: 0 15px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #808080;
}

ul.nav li {
    margin-right: 30px;
}

section#chamada {
    padding: 10px 0 20px 0;
    background-color: #2488c9;
    color: white;
    font-family: 'Nunito';
}

section#empresa {
    padding: 75px 0;
}

section#empresa h3 {
    color: #1a618f;
    font-family: 'Nunito';
    font-weight: bold;
    font-size: 30px;
    margin: 50px 0 30px 0;
}

section#empresa p {
    color: #808080;
    font-size: 18px;
    font-family: 'Roboto';
}

section#servicos {
    padding: 25px 0;
    background-color: #f2f2f2;
}

section#servicos h3 {
    color: #1a618f;
    font-family: 'Nunito';
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

section#servicos p {
    font-size: 20px;
    color: #999999;
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 20px;
}

section#servicos p img {
	margin-right: 15px;
}

button.btn.btn-primary {
    border-radius: 0;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    padding: 10px 75px;
    background-color: #1a618f;
}

a.carousel-control {
    background-color: transparent;
    text-shadow: none;
    background-image: none !important;
    color: #999;
}

a.carousel-control:hover {
	color: #808080;
}

.item img {
    max-width: 80% !important;
    margin: 0 auto;
}

.item {
	margin-bottom: 40px;
}

.carousel-indicators .active, .carousel-indicators li:hover {
    background-color: #999;
}

.carousel-indicators li {
    border-color: #999;
}

section#contato {
    background-image: url('../imagens/contato.png');
    background-size: cover;
    background-position: center center;
    padding: 75px 0;
}

section#contato h3, section#contato p {
    color: white;
    font-family: 'Roboto';
}

section#contato h3 {
    font-size: 37px;
    margin-bottom: 20px;
    font-family: 'Nunito';
    font-weight: bold;
}

section#contato p {
    font-size: 22px;
    margin-bottom: 40px;
}

#contato input, #contato textarea, #contato button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

section#contato .col-md-6:first-child {
    display: table;
    height: 400px;
    margin-top: 50px;
}

section#contato .col-md-6:first-child div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 100px;
}

section#contato form {
    background-color: white;
    padding: 10px;
}

section#contato button {
    margin-bottom: 0;
    font-weight: 400;
}

section#contato input, #contato textarea {
    background-color: #f2f2f2;
    border: 1px solid rgba(100,100,100,0.1);
    resize: none;
    padding: 5px 10px;
    color: #999;
}

section#contato input::-webkit-input-placeholder, #contato textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

section#contato textarea {
    height: 230px;
}

footer#copyright p {
    margin-bottom: 0;
    font-weight: 300;
}

footer#copyright {
    font-family: 'Roboto';
    background-color: #1a618f;
    color: white;
}

footer#copyright .container {
    padding: 16px 0 15px;
}

footer#copyright .text-right p {
    margin-top: -2px;
}

li#chame-wpp a {
    line-height: 40px;
    margin-top: 20px;
    background-color: #88d276;
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
}

li#chame-wpp img {
    margin-right: 10px;
    height: 25px;
}

.ism-caption.ism-caption-1.ism-caption-anim {
    left: 0px !important;
    background-color: transparent !important;
    width: 100%;
    font-size: 45px !important;
    font-weight: bold;
    font-family: 'Nunito' !important;
}

ul.ism-radios {
    margin-bottom: 50px;
}

div#carousel {
    margin-top: -100px;
}

img.ism-img {
    min-height: 100% !important;
    min-width: 100% !important;
}

.navbar{
    margin-bottom: 0;
}

nav#site-nav a:focus {
    color: #808080;
    background-color: white;
 }

nav#site-nav a:hover, nav#site-nav a.ativo {
    background-color: white;
    color: black;
}

li#chame-wpp a:hover {
    background-color: #88d276;
    color: white;
    opacity: 0.7;
}

section#contato img {
    margin-right: 10px;
}

nav#mobile-nav {
    background-color: #2488c9;
    margin-bottom: -1px;
    display: none;
}

nav#mobile-nav a {
    color: white;
}

nav#mobile-nav li {
    float: none;
    text-align: center;
    width: 100%;
}

nav#mobile-nav ul {
    width: 100%;
}

nav#mobile-nav img {
    margin-right: 10px;
}

div#mobile-toggle {
    float: right;
    height: 80px;
    display: none;
}

div#mobile-toggle a {
    display: table-cell;
    vertical-align: middle;
}

div#mobile-toggle i {
    font-size: 55px;
}

div#cartoes {
    margin-top: -7px;
}

div#cartoes p {
    display: inline-block;
    margin-right: 6px;
}

div#cartoes img {
    margin-right: 5px;
}

@media (min-width: 992px) {
    header#home {
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 999999;
    }

    header#home.sticky a {
        line-height: 40px;
    }

    header#home.sticky #header-logo img {
        height: 40px;
    }

    header#home.sticky #chame-wpp
     a {
        margin-top: 0;
    }

    header#home.sticky {
        padding-bottom: 5px;
    }
}

@media (max-width: 991px) {
    header#home {
        padding-bottom: 0;
    }

    #header-logo {
        margin-bottom: 15px;
    }

    div#mobile-toggle {
        display: table;
    }

    section#servicos {
        text-align: center;
    }

    section#contato .col-md-6:first-child {
        margin-bottom: 50px;
    }

    section#contato .col-md-6:first-child div {
        padding: 0;
    }

    footer#copyright p {
        text-align: center;
    }

    #site-nav {
        display: none;
    }
    div#cartoes {
        margin-top: 2px;
    }
}