.ds_none{display: none;}
.ds_block{display: block;}
.ds_inline{display: inline;}
.ds_inblock{display: inline-block;}

.text-blue {
    color: #004b1c !important;
}

.text-green {
    color: #97c249 !important;
}

.text-blue:hover {
    color: #fff !important;
}

.btn.btn-icon .icon-3 {
    position: absolute;
    top: 8px;
    margin: 0;
    font-size: 18px;
    line-height: 29px;
    vertical-align: middle;
    transition: 0s;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: #fff;
    background: #004b1c;
    text-align: center;
    padding: 1px 0 0 4px;
}

.bg_header {
    background-image: url("images/bg_header.png");
    background-position: top;
    background-repeat: repeat-x;
    max-height: 296px;
}

.conteudo_sobre h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px !important;
}

.conteudo_sobre ul {
    width: 90%;
    margin: 0 auto;
}

.conteudo_sobre ul li {
    list-style-image: url("images/icon_check.jpg");
    margin-bottom: 15px;
}

.bg_news {
    background-image: url("images/bg_news.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.btn-white {
    color: #004b1c !important;
    background-color: #fff;
    border-color: #fff;
}

.text-shadow {
    text-shadow: 3px 3px 3px #363636;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    margin-right: 0px !important;
}

.bg-especialidades a {
    width: 100%;
    padding-top: 20px;
    background-color: rgba(255,255,255,0.5);
}

.bg-especialidades time {
    width: 100%;
    padding-bottom: 20px;
    background-color: rgba(255,255,255,0.5);
}

.especialidades-content .product-wrap {
    padding: 0 !important;
}

.developedby img {
    width: 100px;
    height:15px;
}

.swiper-slide-caption .btn {
    text-shadow: none !important;
}

.btn-news:hover span,
.btn-news:hover {
    color: #fff !important;
}