body {
    font-family: "Montserrat", sans-serif;
    background-color: #fff
}

img {
    max-width: 100%
}

.carousel-caption {
    text-align: center;
    bottom: auto;
    top: 37%
}

.carousel-caption h5 {
    font-size: 33px;
    font-weight: 200;
    font-style: italic
}

.carousel-caption h5 b {
    font-size: 33px;
    font-weight: 800
}

#menu {
    background: #F9F9F9;
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 0 40px -24px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 40px -24px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 40px -24px rgba(0, 0, 0, 0.75)
}

.carousel-inner,
.carousel-item {
    height: 50vh
}

.navbar {
    background-color: #F9F9F9 !important;
    padding: 10px 0
}

.logo {
    margin-right: 40px
}

.nav-item {
    font-size: 14px;
    font-weight: 700;
    color: #3e4f5d;
    position: relative
}

.nav-link {
    border-bottom: 3px solid transparent
}

.nav-link:hover {
    border-bottom: 3px solid #c7d1da
}

.carregando {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: center;
    padding-top: 40vh;
    z-index: 1000;
    opacity: 1;
    -webkit-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear
}

.loader {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px
}

.loader:before {
    content: '';
    width: 40px;
    height: 5px;
    background: #bbc2ae;
    position: absolute;
    top: 50px;
    left: 0;
    border-radius: 50%;
    animation: shadow324 .5s linear infinite
}

.loader:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #2e6ec2;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    animation: jump7456 .5s linear infinite
}

section {
    padding: 100px 0
}

.titulo_page {
    font-weight: 300;
    font-size: 35px
}

.titulo_page span {
    font-weight: 700;
    font-size: 45px
}

.detail_titulo {
    width: 100px;
    height: 8px;
    background: #2864be;
    display: block;
    margin: 20px 0
}

.separador {
    background: url(../img/fundo_separador.png) no-repeat fixed center center;
    background-size: cover;
    min-height: 229px;
    width: 100%;
    background-color: #0D5EA3;
    padding-top: 150px;
    color: #fff
}

.separador_bg2 {
    background: url(../img/fundo_separador2.png) no-repeat fixed center center;
    background-size: cover;
    min-height: 229px;
    width: 100%;
    background-color: #0D5EA3;
    padding-top: 150px;
    color: #fff
}

.separador h1 {
    margin-bottom: 0
}

.separador .detail_titulo {
    background: #fff;
    margin-bottom: 0
}

#clientes {
    background: #fff
}

#clientes img {
    display: inline-block;
    max-width: 230px;
    max-height: 130px;
    margin: 6px;
    filter: grayscale(1);
    opacity: .4;
    cursor: pointer
}

#clientes img:hover {
    filter: grayscale(0);
    opacity: 1
}

.form-group input {
    border-radius: 0;
    padding: 15px
}

.form-group textarea {
    padding: 10px 15px;
    height: 100px;
    border-radius: 0
}

form .btn {
    border-radius: 0;
    margin-top: 20px;
    float: right;
    width: 150px
}

.itens_contato {
    font-size: 20px;
    display: block;
    height: 70px
}

.itens_contato span {
    font-size: 30px !important;
    float: left;
    margin-top: -5px;
    margin-right: 20px;
    width: 40px;
    text-align: center
}

.galeria .col {
    padding: 5px
}

.detalhes_contato {
    padding-top: 60px
}

#contato {
    background-color: #0D5EA3;
    color: #fff;
    background: url(../img/fundo_contato.png) no-repeat fixed center center;
    background-size: cover
}

#contato a {
    color: #fff;
    text-decoration: none
}

#contato .titulo_page {
    color: #fff
}

#contato .titulo_page .detail_titulo {
    background: #fff
}

.item_servicos .icon_servicos {
    border: 1px solid #b99a9a;
    border-radius: 30px;
    height: 120px;
    width: 120px;
    color: #0D5EA3;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 35px
}

.item_servicos h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 20px
}

.item_servicos p {
    color: #000;
    margin-bottom: 30px
}

.sociais a {
    color: #3e4f5d;
    font-size: 25px;
    margin-right: 15px
}

.sociais .facebook:hover {
    color: #2864be
}

.sociais .instagram:hover {
    color: #b13464
}

.sociais .whatsapp:hover {
    color: #2fa86c
}

.sociais_rodape a {
    color: #fff;
    font-size: 25px;
    margin-right: 15px
}

.sociais_rodape span {
    font-size: 20px;
    font-weight: 500
}

@keyframes jump7456 {
    15% {
        border-bottom-right-radius: 3px
    }

    25% {
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes shadow324 {

    0%,
    100% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.2, 1)
    }
}

@media (min-width: 768px) {

    .carousel-inner,
    .carousel-item {
        height: 100vh
    }

    .nav-item {
        padding-left: 5px
    }

    .carousel-caption {
        top: 30%
    }

    .detalhes_contato {
        padding-top: 120px;
        padding-left: 50px
    }

    .galeria {
        padding: 80px
    }

    #menu {
        background: #F9F9F9;
        bottom: 0;
        top: initial;
        z-index: 100;
        position: absolute;
        width: 100%;
        padding: 0
    }

    .menu_fixed {
        top: 0 !important;
        left: 0;
        bottom: initial !important;
        position: fixed !important
    }
}

@media (min-width: 1200px) {
    .nav-item {
        padding-left: 40px;
        padding-left: 40px
    }
}