.thumbnail img {
    width: 100%;
}

/* image thumbnail */
.thumb {
    display: block;
    width: 100%;
    margin: 0;
}

/* Style to article Author */
.by-author {
    font-style: italic;
    line-height: 1.3;
    color: #aab6aa;
}

/* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/
.featured-article {
    width: 482px;
    height: 350px;
    position: relative;
    margin-bottom: 1em;
}

.featured-article .block-title {
    /* Position & Box Model */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    /* background */
    background: rgba(0,0,0,0.7);
    /* Width/Height */
    padding: .5em;
    width: 100%;
    /* Text color */
    color: #fff;
}

.featured-article .block-title h2 {
    margin: 0;
}

/* Featured Articles List [BS3]
--------------------------------------------
* show the last 3 articles post
*/

.main-list {
    padding-left: .5em;
}

.main-list .media {
    padding-bottom: 1.1em;
    border-bottom: 1px solid #e8e8e8;
}

.btn-primary {
    color: #fff;
    background-color: #006542;
    border-color: #015236;  
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, 
.btn-primary:focus, .btn-primary:hover, 
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00452D;
    border-color: #204d74;
}



.contato h3 {
    color: #052D0F;
    font-weight: bold;
}

.fale-conosco {    
    padding-bottom: 20px;

}
#map img {
    width: 100%;
    height: 100%;
    border: none; 
    position:relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.eventos .thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.thumbnail .caption {
    color: #333;
    padding: 0px 9px;
}


.casos-clinicos h2 {
    font-size:1.2em;
    font-weight: bold;
    color:#006542;
}

.casos-clinicos p {
    font-size:1em;
}

.casos-clinicos .divider_colored {
    height: 2px;
    margin: 25px auto;
    width: 20%;
}

.casos-clinicos .thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #02472f;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #006542;
    border-color: #015236;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #006542;
    border-radius: 10px;
    margin-right: 10px;
}

.list-group-item>.badge {
    float: left;
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #006542;
    background-color: #fff;
}

.catalogo-multi {
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq-left {
    float: left;
}

.faq-right {
    float: right;
}

.igual {
    height: 440px;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;

}

span.igualbtn {
    position: absolute;
    bottom: 27px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #006542;
}

