body {
    color: #666;
    font: 13px/15px 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 2em;
}

a {
    color: #00a9c6;
    text-decoration: none;
}

a:hover {
    color: #666;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1em;
}

h1 {
    font: 700 5em 'Montserrat', sans-serif;
    margin: 0.25em 0;
    text-transform: uppercase;
}

h2 {
    font: 300 2.5em 'Montserrat', sans-serif;
    margin-bottom: 1em;
}

h3 {
    font: 300 2em 'Montserrat', sans-serif;
    margin: 2em 0 1em 0;
}

h4 {
    font: 300 1.5em 'Montserrat', sans-serif;
    margin-bottom: 1em;
}

h4 i {
    margin-right: 0.5em;
}

p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 1.7em;
}

.heading {
    position: relative;
    font-weight: bold;
    color: #9bb071;
    margin-bottom: 0px;
}
.subtitle.color{
    color: #666;
}

.heading.color{
    color: #c77b47;
}
.heading::after {
    position: absolute;
    width: 200px;
    height: 2px;
    bottom: -10px;
    border-radius: 0;
    left: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
    background: #475726;
    content: "";
}

.subtitle {
    text-align: left;
    display: block;
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 21px;
}

.spacer {
    padding: 3em 0;
}

.btn {
    border: none;
    border-radius: 0;
    padding: 1em 4em;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.btn:hover,
.btn:active {
    color: #fff;
}

.btn-default,
a.btn-default {
    -webkit-box-shadow: 1px 1px 1px rgba(88, 88, 88, .61);
    -ms-box-shadow: 1px 1px 1px rgba(88, 88, 88, .61);
    background: #ea313c;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(88, 88, 88, .61);
    color: #fff;
    display: table !important;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    padding: 10px 30px;
    text-transform: uppercase
}

.btn-default:active,
.btn-default:hover {
    background: #373436 !important;
    text-decoration: none;
    color: #fff
}

.btn-primary {
    color: #fff;
    background: #319680;
    height: 45px;
    width: 100%;
    outline: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #f3c024;
    box-shadow: none;
}

.navbar-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0px;
}

.navbar-inverse .navbar-collapse {
    text-align: center;

    border-color: #fff;
}

.navbar-inverse .logo img {
    max-width: 100%;
}

.navbar-nav>li {}

.navbar-nav>li>a {
    font-size: 1em;
    line-height: 30px;

    padding: 15px 0 0px;
}

.navbar-inverse {
    background: #fff;
    border-radius: 0px;
    border-bottom: 0;
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.menu-fixo .navbar-nav>.active>a,
.menu-fixo .navbar-nav>.active>a:hover,
.menu-fixo .navbar-nav>.active>a:focus {
    background: none;

}

.menu-fixo .logo-principal a img {
    max-width: 70%;
}

.menu-fixo #infos-contato {
    padding-top: 5px;
}

.menu-fixo #infos-contato ul li a {
    margin-top: 0px;
}

..menu-fixo .navbar {
    min-height: auto;

}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #373436;
}

.navbar-inverse .navbar-nav>li>a {
    color: #282828;
    text-transform: none;
    font-size: 16px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
}


/*formulário de contato */


.form-control {
    height: 45px;
    border-radius: 2px;
}


.modal-dialog.modal-md {
    width: 900px;
}



.navbar-fixed-top .navbar-collapse .navbar-nav li.logo a {
    margin: 0;
    height: auto;
    padding: 0;
}

.navbar-fixed-top .navbar-collapse.navbar-nav .logo img {

    max-width: 100%;
}




.menu-button {
    position: relative;
    top: -100px;
    display: block;
}



.mobile-none {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

.form-group {
    position: relative;

}

.flex-wrap-center,
.flexDiv.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-wrap-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.infos-menu {
    padding-top: 28px;

}

.infos-menu h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 45px;
    margin-bottom: 0px;
}



hr {
    border-top: 2px solid #eee;
}

#myCarousel .carousel-inner .item {
    height: 100vh !important;
    background-position: 50% 0 !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.navbar-fixed-top {
    z-index: 25;
    top: 0px;
    position: fixed;
    right: 0;
    left: 0;
}

.navbar-wrapper {

    box-shadow: 0px 0px 5px -3px #7d7d7d;
}

input,
button,
select,
textarea {
    border: 1px solid #bfbfbf;
}


.modal-header {
    border-bottom: 0px;
    font-weight: bold;
    color: #9bb071;
    font-size: 20px;
    text-align: center;
}


#produtos {
    background: #9bb071;
}

.list-produtos .name-product {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.list-produtos .individual .text2 {
    height: 190px;
    display: block;
}

.list-produtos .individual {
    position: relative;
    padding: 15px;
    background: #fff;
    display: block;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 2px 3px 1px #dedede4d;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 0px;
}

/* .individual a:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    } */
    .list-produtos .individual a:hover p {
        background-color: #333132;
    }

    .list-produtos .individual a:hover img {
        opacity: 0.8;
    }

    .list-produtos .individual img {
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 0px;
        display: block;
        max-width: 100%;
    }



    .middle-boot {
        margin: 0 auto;
        display: block;
        float: none;
    }


    .conteudo {
        min-height: 90vh;
        margin-top: 9em;
    }






    .nav-colour {
        font-family: 'Montserrat', sans-serif;
        background: #9bb071;
        border-bottom: 0;
        padding: 0px 0;
        margin: 0;
        height: auto;
        color: #fff;
    }

    .nav-colour a {
        color: #fff;
    }

    .modal-content label {
        color: initial;
    }

    .navbar-collapse.collapse .logo {
        margin: 0;
        background: #fff;
        display: block;
        float: left;
        box-shadow: 1px 0px 5px 1px #00000059;
        padding: 12px 10px;
        position: absolute;
        top: 0;
        z-index: 1;
        border-radius: 0px 0px 20px 20px;
    }


    img {
        max-width: 100%;
    }



    .container>.navbar-collapse {
        margin-right: auto;
        margin-left: auto;
    }



    p.title {
        color: #282828;
        text-align: center;
        margin-top: 20px;
        font-size: 16px;
    }

    #infos-contato ul li.agende-consulta a {
        background: #c77b47;
        padding: 0px 10px;
        border-radius: 10px;
        color: #fff;
    }

    #infos-contato {
        padding-top: 5px;
    }

    #infos-contato ul li {
        margin-left: 1em;
    }

    #infos-contato ul li a {
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        color: #9bb071;
        font-size: 12px;
        font-weight: 500;
        margin-top: 10px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }

    #infos-contato ul li a:hover {
        color: #475726;
    }

    #menu {
        margin-top: 15px;
    }

    #infos-contato span.telefone-top {
        font-family: 'Montserrat', sans-serif;
        text-align: right;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    #infos-contato a {
        display: inline-block;
        text-align: right;
    }

    #infos-contato a.social-icons {
        display: inline-block;

        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }

    #infos-contato a.social-icons .fa:hover {
        color: #475726;
    }

    #infos-contato a.social-icons .fa {
        color: #9bb071;
    }

    #infos-contato span.email-top {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #7a7a7a;
    }


    #contato {
        background: #fff;
        padding-bottom: 2em;
        padding-top: 2em;
        position: relative;
    }

    #galeria {
        margin-top: 3em;
    }

    button[type=submit] {
        background: #475726;
        border: 0px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 8px;
        color: #fff;
        margin: 0 auto;
        display: table;
    }

    button[type=submit]:hover {
        background: #9bb071;
        color: #fff;

    }

    footer {
        background: #d6e9c0;
        padding: 15px 0px;
        border-top: 1px solid #bfbfbf;

    }

    footer img {
        text-align: center;
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    footer p {
        color: #475726;
        text-transform: uppercase;
        margin-bottom: 0px;
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
    }

    footer .fa {
        color: #f6c029;
        display: block;
    }

    .absolute-center {
        position: absolute;
        z-index: 9;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .absolute-center h1 {
        font-size: 50px;
        color: #fff;
        text-transform: none;
        text-align: center;
        font-weight: normal;
    }

    .absolute-center h2 {
        color: #fff;
        text-align: center;
        font-size: 24px;
        display: block;
        margin-top: 20px;
    }

    .absolute-center .form-control {
        height: 45px;
        border-radius: 2px;
        background: 0;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        box-shadow: none;
        border-bottom: 1px solid #fff;
        color: #FFF;
    }

    .absolute-center input.form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .absolute-center input.form-control::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: fff;
        opacity: 1;
        /* Firefox */
    }

    .absolute-center input.form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: fff;
    }

    .absolute-center input.form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff;
    }

    .logo-principal a {
        display: block;
        padding: 5px 0px;
        text-align: left;
    }

    #produtos-empresas {
        background: #9bb071;
        color: #282828;
        padding: 2em 0px;
        position: relative;
    }

    #produtos-empresas .heading,
    #produtos-empresas .subtitle {
        color: #fff;
    }

    #produtos-empresas .heading::after {
        background: #fff;
    }

    #produtos-empresas .bottom-product {
        margin: 0px auto;
        display: block;
        bottom: -50px;
        position: inherit;
        border: 15px solid #9bb071;
        border-radius: 100%;
        z-index: 1;
    }

    #produtos-fisicas .bottom-product {
        margin: 0px auto;
        display: block;
        bottom: -50px;
        position: inherit;
        border: 15px solid #dadadb;
        border-radius: 100%;
        z-index: 1;
    }

    .infos-empresa h3 {
        padding: 0px;
        margin: 15px 5px 5px;
        font-size: 18px;
        font-weight: bold;
        height: 50px;
        overflow: hidden;
    }

    #about .infos-empresa {
        background: #c77b47;
        color: #fff;
    }

    .list-produtos a:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        text-decoration: none;

    }

    .list-produtos a {
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
    }

    .button-cotacao {
        background: #282828;
        color: #fff;
        padding: 10px;
        margin-top: 2em;
        display: inline-block;
        text-transform: uppercase;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .button-cotacao:hover,
    .button-cotacao:active {
        text-decoration: none;
        background: #006EB7;
        color: #fff;
    }

    #produtos-fisicas {
        background: #f1f1f1;
        padding: 2em 0px;
        color: #282828;
        padding-top: 80px;
        position: relative;

    }

    .carousel-fade .carousel-inner .item {
        transition-property: opacity;
    }

    #blogs .individual a {
        box-shadow: 0px 0px 0px 1px #47572638;
        display: block;
        padding: 15px;

    }

    #blogs .individual .descricao .data {
        color: #ccc;
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 10px;
    }

    #blogs .individual .descricao h3 {
        padding: 0px;
        margin: 5px 0px;
        font-weight: bold;
        font-size: 20px;
        height: 55px;
        overflow: hidden;
        color: #9bb071;
    }

    #blogs .individual .descricao p {
        color: #282828;
        margin-bottom: 0px;

    }

    .input-group-btn {
        font-size: initial;
    }

    #blogs .individual .descricao .button-more {
        background: #475726;
        color: #fff;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 15px;
    }




    .paginacao {
        text-align: center;
        margin-top: 5em;
    }

    .paginacao a.pagination {
        background: #907b56;
        padding: 6px 11px;
        color: #fff;
        border-radius: 3px;
        border: 1px solid #fff;
        box-shadow: 1px 1px 1px rgba(76, 163, 161, 0.41);
        margin: 2px;

    }

    .paginacao a.pagination:hover {
        text-decoration: none;
    }

    .paginacao .pagination.active {
        color: #ffffff;
        border: 1px solid #fff;
        background: #475726;
        box-shadow: 1px 1px 1px rgba(76, 163, 161, 0.41);
    }

    #blogs .individual a:hover .descricao .button-more {
        background: #9bb071;
        text-decoration: none;
    }

    .buttonvejamais {
        background: #9bb071;
        color: #fff;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 15px;
        display: table;
        margin: 0px auto;
        border-radius: 8px;
    }
    #consultas .buttonvejamais{
        text-align: center;
        background: #c77b47;
        color: #fff;
clear:both;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 15px;
        display: block;
        margin: 5px 15px 0px;
        border-radius: 8px;
    }
    .buttonvejamais:hover {
        background: #475726;
        text-decoration: none;
        color: #fff;
    }

    .infos-rodape {
        background: #FDB813;
        margin-top: 2em;
        padding: 2em;
        padding-bottom: 5em;
    }

    .icone-contato {
        position: absolute;
        right: .5em;
        bottom: 1em;
    }

    #contato .info-contato h2 {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #086eb9;
    }

    .infos-rodape ul li {
        text-transform: uppercase;
        font-weight: bold;
        color: #282828;

    }

    #contato .info-contato i {
        vertical-align: bottom;
        width: 40px;
        text-align: center;
        line-height: 31px;
        float: left;
        margin-right: 8px;
    }

    #contato .info-contato p {
        font-size: 15px;
        font-weight: bold;
        color: #9bb071;
    }

    #home {
        background-color: #3e3e3e;
    }
    #home a {
        color: #fff;
    }
    #myCarousel {
        z-index: 2;
        opacity: 0.3;
    }

    #quiropraxia {
        background: #e5f3f4;
        padding: 2em 0;
        background-image: url(../images/colunavertebral.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
    }

    .continue-lendo {
        color: #475726;
    }

    .depoimentos {
        text-align: center;
    }

    .depoimentos img {
        display: block;
        margin: 0 auto;
        border-radius: 100%;

    }

    #blogs.depoimentos .individual a {
        display: initial;
        box-shadow: none;
        padding: initial;
    }

    .depoimentos a:hover {
        cursor: pointer;
    }

    .depoimentos .individual {
        margin-top: 2em;
    }

    .absolute-footer {
        position: absolute;
        bottom: 0;
        z-index: 2;
    }

    .no-padding-right {
        padding-right: 0px;
    }

    .formacao {
        border: 1px solid #ccc;
        margin-top: 1em;
        border-radius: 8px;
        padding: 15px 20px;
    }

    #consultas .nav-tabs{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #consultas .nav-tabs>li.active>a, 
    #consultas .nav-tabs>li.active>a:hover, 
    #consultas .nav-tabs>li.active>a:focus{
        color: #fff;
        background-color: #9bb071;
    }

    #consultas .nav-tabs>li.active>a>img, 
    #consultas .nav-tabs>li.active>a:hover>img, 
    #consultas .nav-tabs>li.active>a:focus>img{
        filter: brightness(0) invert(1);
    }

    #consultas .nav-tabs>li>a{
        color: #666;
        font-weight: bold;
        padding: 20px;
        font-size: 21px;
        text-align: center;
    }

    #consultas .jumbotron h3{
        margin: 0;
        font-weight: bold;
        padding-top: 10px;
    }

    #consultas .jumbotron p {
        padding-top: 10px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        height: 150px;
    }

    #consultas .jumbotron {
        padding-right: 2em;
        padding-left: 2em;
        padding-top: 1em;
        padding-bottom: 1em;
        margin-bottom: 2em;
    }

    #consultas .infos-extras h2{
        margin-bottom: 1em;
        font-weight: bold;
        color: #c77b47;
        font-size: 20px;
    }


    #consultas .infos-extras .panel-title>a{
        font-size: 12px;
        font-weight: 500;
        color: #9bb071;
    }
    #blog{
        background-color: #d6e9c0;
    }
    #blog.conteudo{
        background-color: initial;
    }
    #blog .noticias h3{
        margin: 10px 0px;
        font-size: 14px;
        font-weight: bold;
        color: #4b6040;
    }
    #blog .noticias a:hover{
        text-decoration: none;
    }

    #blog .noticias p{
        font-size: 12px;
    }

    .no-gutters-right{
        padding-right: 0px;
    }

    .no-gutters-left{
        padding-left: 0px;
    }

    .imgs-servicos{
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        margin-top: 3em;
    }

    #contato h2.heading{
        margin: 0 auto;
        display: table;
    }
    #contato .subtitle{
        text-align: center;
    }

    #consultas h2.heading{
        font-size: 24px;
    }