.clearfix:before, .clearfix:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.clearfix:after, .navbar:after, .navbar-header:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* general styles */
a, button {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a i.fa, button i.fa {
    margin: 0 5px;
}

.box-midias a i {
    color: #fff;
    width: 33px;
    height: 33px;
    border-radius: 8px;
    font-size: 25px;
    padding-top: 4px;
    margin-bottom: 15%;
    transition: all 0.2s ease-in-out;
}

.box-midias a:hover i {
    color: #FFFFFF !important;
}

.box-midias a i.fa-facebook:hover {
    background: #3B7FAF;
}

.box-midias a i.fa-linkedin:hover {
    background: #007BB6;
}

.box-midias a i.fa-x-twitter:hover {
    background: #000000;
}

.box-midias a i.fa-youtube:hover {
    background: #DD4B39;
}

.box-midias a i.fa-instagram:hover {
    background: #F97373;
}

.contato-menu .box-midias a {
    padding: 0;
}

.contato-menu .box-midias a i {
    width: 24px;
    height: 24px;
    font-size: 16px;
    margin: 0;
}

.clickable {
    cursor: pointer !important;
}

.required {
    color: #38a7bb;
}

.accent {
    color: #38a7bb;
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

small.titulo-noticias.text-uppercase {
    line-height: 2;
}

@media (max-width: 991px) {
    .text-center-sm {
        text-align: center;
    }
}

p.lead {
    margin-bottom: 80px;
    margin-top: 33px;
    color: white;
}

.no-mb {
    margin-bottom: 0 !important;
}

.mb-small {
    margin-bottom: 20px !important;
}

.heading {
    margin-bottom: 20px;
}

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
    display: inline-block;
    border-bottom: solid 5px #8a8a8a;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    /* vertical-align: middle; */
    text-transform: uppercase;
    /* letter-spacing: 0.06em; */
}

.heading h1 i.fa, .heading h2 i.fa, .heading h3 i.fa, .heading h4 i.fa, .heading h5 i.fa {
    display: inline-block;
    background: #38a7bb;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px;
}

.icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    border-radius: 40px;
    border: solid 1px #fff;
    font-size: 20px;
}

.icon.icon-lg {
    font-size: 30px;
    border-width: 2px;
}

.ul-icons {
    padding-left: 10px;
}

.ul-icons li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 20px;
}

.ul-icons li i {
    width: 20px;
    height: 20px;
    background: #38a7bb;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    margin-right: 10px;
}

ul.list-style-none {
    list-style: none;
}

#text-page h1, #text-page h2, #text-page h3 {
    font-weight: 700;
}

#error-page {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
}

#error-page h4 {
    margin-bottom: 40px;
}

#error-page p.buttons {
    margin-top: 40px;
}

.pages-listing .item {
    text-align: center;
}

.pages-listing .item h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
}

.pages-listing .item h3 a {
    color: #555555;
}

.pages-listing .item .text {
    margin-bottom: 20px;
}

.pages-listing .item .text p {
    color: #999999;
    font-size: 12px;
    margin-bottom: 20px;
}

.banner {
    margin-bottom: 30px;
    text-align: center;
}

.banner img {
    margin: 0 auto;
}

.banner a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pages {
    text-align: center;
}

.pages .loadMore {
    text-align: center;
}

.pages .pagination {
    text-align: center;
}

.features-buttons button {
    margin-bottom: 20px;
}

@media (min-width: 1300px) {
    body.boxed {
        background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
    }

    body.boxed #all {
        position: relative;
        background: #fff;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        -webkit-box-shadow: 0 0 5px #cccccc;
        box-shadow: 0 0 5px #cccccc;
    }
}

#top {
    background: #555555;
    color: #eeeeee;
    padding: 10px 0;
}

#top p {
    margin: 0;
    font-size: 12px;
}

#top .social {
    float: right;
    text-align: right;
}

#top .social a {
    color: #999999;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
}

#top .social a:hover {
    color: #fff;
}

#top .social a:hover.facebook {
    background-color: #4460ae;
}

#top .social a:hover.gplus {
    background-color: #c21f25;
}

#top .social a:hover.twitter {
    background-color: #3cf;
}

#top .social a:hover.instagram {
    background-color: #cd4378;
}

#top .social a:hover.email {
    background-color: #4a7f45;
}

#top .login {
    float: right;
}

#top .login a {
    font-size: 12px;
    color: #eeeeee;
    margin-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.10em;
}

@media (max-width: 767px) {
    #top .login {
        float: left;
    }
}

#top.light {
    background: #fff;
    color: #999999;
    border-bottom: solid 1px #eeeeee;
}

#top.light .login a {
    color: #555555;
}

body.boxed .navbar-affixed-top.affix {
    position: static;
}

#login-modal {
    overflow: hidden;
}

#login-modal .modal-header h4 {
    text-transform: uppercase;
}

#login-modal form {
    margin-bottom: 20px;
}

#login-modal a {
    color: #38a7bb;
}

#login-modal p {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 13px;
}

/* buttons  */
.btn {
    font-weight: 700;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0;
}

.input-group .btn {
    font-size: 14px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-template-main {
    color: #6b6b6b;
    background-color: #ffffff;
    border-color: #797979;
}

.btn-template-main:hover, .btn-template-main:focus, .btn-template-main:active, .btn-template-main.active, .open>.dropdown-toggle.btn-template-main {
    color: #38a7bb;
    background-color: #e6e6e6;
    border-color: #2a7d8c;
}

.btn-template-main:active, .btn-template-main.active, .open>.dropdown-toggle.btn-template-main {
    background-image: none;
}

.btn-template-main.disabled, .btn-template-main[disabled], fieldset[disabled] .btn-template-main, .btn-template-main.disabled:hover, .btn-template-main[disabled]:hover, fieldset[disabled] .btn-template-main:hover, .btn-template-main.disabled:focus, .btn-template-main[disabled]:focus, fieldset[disabled] .btn-template-main:focus, .btn-template-main.disabled:active, .btn-template-main[disabled]:active, fieldset[disabled] .btn-template-main:active, .btn-template-main.disabled.active, .btn-template-main[disabled].active, fieldset[disabled] .btn-template-main.active {
    background-color: #ffffff;
    border-color: #38a7bb;
}

.btn-template-main .badge {
    color: #ffffff;
    background-color: #38a7bb;
}

.btn-template-main:hover, .btn-template-main:focus, .btn-template-main:active, .btn-template-main.active {
    background: #868686;
    color: #ffffff;
    border-color: #717171;
}

.btn-template-transparent-primary {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-template-transparent-primary:hover, .btn-template-transparent-primary:focus, .btn-template-transparent-primary:active, .btn-template-transparent-primary.active, .open>.dropdown-toggle.btn-template-transparent-primary {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
}

.btn-template-transparent-primary:active, .btn-template-transparent-primary.active, .open>.dropdown-toggle.btn-template-transparent-primary {
    background-image: none;
}

.btn-template-transparent-primary.disabled, .btn-template-transparent-primary[disabled], fieldset[disabled] .btn-template-transparent-primary, .btn-template-transparent-primary.disabled:hover, .btn-template-transparent-primary[disabled]:hover, fieldset[disabled] .btn-template-transparent-primary:hover, .btn-template-transparent-primary.disabled:focus, .btn-template-transparent-primary[disabled]:focus, fieldset[disabled] .btn-template-transparent-primary:focus, .btn-template-transparent-primary.disabled:active, .btn-template-transparent-primary[disabled]:active, fieldset[disabled] .btn-template-transparent-primary:active, .btn-template-transparent-primary.disabled.active, .btn-template-transparent-primary[disabled].active, fieldset[disabled] .btn-template-transparent-primary.active {
    background-color: transparent;
    border-color: #ffffff;
}

.btn-template-transparent-primary .badge {
    color: transparent;
    background-color: #ffffff;
}

.btn-template-transparent-primary:hover, .btn-template-transparent-primary:focus, .btn-template-transparent-primary:active, .btn-template-transparent-primary.active {
    background: #fff;
    color: #38a7bb;
    border-color: #fff;
}

.btn-template-transparent-black {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-template-transparent-black:hover, .btn-template-transparent-black:focus, .btn-template-transparent-black:active, .btn-template-transparent-black.active, .open>.dropdown-toggle.btn-template-transparent-black {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
}

.btn-template-transparent-black:active, .btn-template-transparent-black.active, .open>.dropdown-toggle.btn-template-transparent-black {
    background-image: none;
}

.btn-template-transparent-black.disabled, .btn-template-transparent-black[disabled], fieldset[disabled] .btn-template-transparent-black, .btn-template-transparent-black.disabled:hover, .btn-template-transparent-black[disabled]:hover, fieldset[disabled] .btn-template-transparent-black:hover, .btn-template-transparent-black.disabled:focus, .btn-template-transparent-black[disabled]:focus, fieldset[disabled] .btn-template-transparent-black:focus, .btn-template-transparent-black.disabled:active, .btn-template-transparent-black[disabled]:active, fieldset[disabled] .btn-template-transparent-black:active, .btn-template-transparent-black.disabled.active, .btn-template-transparent-black[disabled].active, fieldset[disabled] .btn-template-transparent-black.active {
    background-color: transparent;
    border-color: #ffffff;
}

.btn-template-transparent-black .badge {
    color: transparent;
    background-color: #ffffff;
}

.btn-template-transparent-black:hover, .btn-template-transparent-black:focus, .btn-template-transparent-black:active, .btn-template-transparent-black.active {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.btn-template-primary {
    color: #ffffff;
    background-color: #38a7bb;
    border-color: #38a7bb;
}

.btn-template-primary:hover, .btn-template-primary:focus, .btn-template-primary:active, .btn-template-primary.active, .open>.dropdown-toggle.btn-template-primary {
    color: #ffffff;
    background-color: #2c8494;
    border-color: #2a7d8c;
}

.btn-template-primary:active, .btn-template-primary.active, .open>.dropdown-toggle.btn-template-primary {
    background-image: none;
}

.btn-template-primary.disabled, .btn-template-primary[disabled], fieldset[disabled] .btn-template-primary, .btn-template-primary.disabled:hover, .btn-template-primary[disabled]:hover, fieldset[disabled] .btn-template-primary:hover, .btn-template-primary.disabled:focus, .btn-template-primary[disabled]:focus, fieldset[disabled] .btn-template-primary:focus, .btn-template-primary.disabled:active, .btn-template-primary[disabled]:active, fieldset[disabled] .btn-template-primary:active, .btn-template-primary.disabled.active, .btn-template-primary[disabled].active, fieldset[disabled] .btn-template-primary.active {
    background-color: #38a7bb;
    border-color: #38a7bb;
}

.btn-template-primary .badge {
    color: #38a7bb;
    background-color: #ffffff;
}

#intro {
    background: url('../img/home.jpg') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#intro .item {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    height: 100%;
}

#intro .item h1 {
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
}

@media (max-width: 991px) {
    #intro .item h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    #intro .item h1 {
        font-size: 25px;
    }

    a#menu-titulo {
        display: none;
    }
}

div#menuPaginaAtual {
    padding: 21px 0;
    font-size: 22px;
    float: left;
    color: #e4e4e4;
}

#intro .item h3 {
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    #intro .item h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

#intro .item .btn {
    text-transform: none;
}

@media (max-width: 991px) {
    #intro .item .btn {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #intro .item .carousel-caption {
        left: 10%;
        right: 10%;
    }
}

#intro .container, #intro .row {
    height: 100%;
    position: relative;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 0;
    position: relative;
    background: url('../img/photogrid.jpg') center center repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.jumbotron .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #38a7bb;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron p, .jumbotron ul {
    color: #fff;
}

.jumbotron h1, .jumbotron h2, .jumbotron h3 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.jumbotron p {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 400;
}

.jumbotron p.text-uppercase {
    font-weight: 700;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron {
    border-radius: 0;
}

.jumbotron .container {
    max-width: 100%;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 46px;
    }
}

#categoryMenu h3 {
    padding: 20px;
    background: #f7f7f7;
    margin: 0;
    border-bottom: solid 1px #eeeeee;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.panel.sidebar-menu h3 {
    padding: 5px 0;
    margin: 0;
}

.panel.sidebar-menu {
    background: #fff;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel.sidebar-menu .panel-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    letter-spacing: 0.08em;
    border-bottom: none;
}

.panel.sidebar-menu .panel-heading h1, .panel.sidebar-menu .panel-heading h2, .panel.sidebar-menu .panel-heading h3, .panel.sidebar-menu .panel-heading h4, .panel.sidebar-menu .panel-heading h5 {
    display: inline-block;
    border-bottom: solid 5px #38a7bb;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.panel.sidebar-menu .panel-heading .btn.btn-danger {
    color: #fff;
    margin-top: 5px;
}

.panel.sidebar-menu .panel-body {
    padding: 0;
}

.panel.sidebar-menu .panel-body span.colour {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #555555;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}

.panel.sidebar-menu .panel-body span.colour.white {
    background: #fff;
}

.panel.sidebar-menu .panel-body span.colour.red {
    background: red;
}

.panel.sidebar-menu .panel-body span.colour.green {
    background: green;
}

.panel.sidebar-menu .panel-body span.colour.blue {
    background: blue;
}

.panel.sidebar-menu .panel-body span.colour.yellow {
    background: yellow;
}

.panel.sidebar-menu .panel-body label {
    color: #999999;
    font-size: 12px;
}

.panel.sidebar-menu .panel-body label:hover {
    color: #555555;
}

.panel.sidebar-menu ul.nav.category-menu {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.panel.sidebar-menu ul.nav.category-menu li a {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.panel.sidebar-menu ul.nav ul {
    list-style: none;
    padding-left: 0;
}

.panel.sidebar-menu ul.nav ul li {
    display: block;
}

.panel.sidebar-menu ul.nav ul li a {
    position: relative;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    text-transform: none !important;
    display: block;
    padding: 10px 15px;
    padding-left: 30px;
    font-size: 12px;
    color: #999999;
}

.panel.sidebar-menu ul.nav ul li a:hover, .panel.sidebar-menu ul.nav ul li a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.panel.sidebar-menu ul.tag-cloud {
    list-style: none;
    padding-left: 0;
}

.panel.sidebar-menu ul.tag-cloud li {
    display: inline-block;
}

.panel.sidebar-menu ul.tag-cloud li a {
    display: inline-block;
    padding: 5px;
    border: solid 1px #eeeeee;
    border-radius: 0;
    color: #38a7bb;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 12px;
}

.panel.sidebar-menu ul.tag-cloud li a:hover {
    color: #38a7bb;
    text-decoration: none;
    border-color: #38a7bb;
}

.panel.sidebar-menu ul.popular, .panel.sidebar-menu ul.recent {
    list-style: none;
    padding-left: 0;
    padding: 20px 0;
}

.panel.sidebar-menu ul.popular li, .panel.sidebar-menu ul.recent li {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: dotted 1px #eeeeee;
}

.panel.sidebar-menu ul.popular li:before, .panel.sidebar-menu ul.recent li:before, .panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after {
    content: " ";
    display: table;
}

.panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after {
    clear: both;
}

.panel.sidebar-menu ul.popular li:before, .panel.sidebar-menu ul.recent li:before, .panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after {
    content: " ";
    display: table;
}

.panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after {
    clear: both;
}

.panel.sidebar-menu ul.popular li img, .panel.sidebar-menu ul.recent li img {
    width: 50px;
    margin-right: 10px;
}

.panel.sidebar-menu ul.popular li h5, .panel.sidebar-menu ul.recent li h5 {
    margin: 0 0 10px;
}

.panel.sidebar-menu ul.popular li h5 a, .panel.sidebar-menu ul.recent li h5 a {
    font-weight: normal;
}

.panel.sidebar-menu ul.popular li p.date, .panel.sidebar-menu ul.recent li p.date {
    float: right;
    font-size: 12px;
    color: #999999;
}

.panel.sidebar-menu ul.popular li:last-child, .panel.sidebar-menu ul.recent li:last-child {
    border-bottom: none;
}

.panel.sidebar-menu .text-widget {
    font-size: 12px;
}

.panel.sidebar-menu.with-icons ul.nav li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}

/* ribbons for product sales etc. */
.ribbon {
    position: absolute;
    top: 50px;
    padding-left: 51px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.ribbon .ribbon-background {
    position: absolute;
    top: 0;
    right: 0;
}

.ribbon .theribbon {
    position: relative;
    width: 80px;
    padding: 6px 20px 6px 20px;
    margin: 30px 10px 10px -71px;
    color: #fff;
    background-color: #38a7bb;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.ribbon .theribbon:before, .ribbon .theribbon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

.ribbon .theribbon:after {
    left: 0px;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #000000 #000000 transparent transparent;
}

.ribbon.sale {
    top: 0;
}

.ribbon.new {
    top: 50px;
}

.ribbon.new .theribbon {
    background-color: #5bc0de;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon.new .theribbon:after {
    border-color: #2390b0 #2390b0 transparent transparent;
}

.ribbon.gift {
    top: 100px;
}

.ribbon.gift .theribbon {
    background-color: #5cb85c;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon.gift .theribbon:after {
    border-color: #357935 #357935 transparent transparent;
}

.owl-carousel .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active span, .owl-carousel .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #38a7bb;
}

.owl-carousel .owl-controls .owl-buttons, .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 5px;
    right: 0;
}

.owl-carousel .owl-controls .owl-buttons div, .owl-theme .owl-controls .owl-buttons div {
    width: 26px;
    height: 26px;
    line-height: 25px;
    margin: 0 5px 0 0;
    font-size: 18px;
    color: #38a7bb;
    padding: 0;
    background: #fff;
    border-radius: 13px;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
}

.home-carousel {
    position: relative;
    background: url('../img/photogrid.jpg') center center repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.home-carousel .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #38a7bb;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.home-carousel .owl-carousel {
    padding-top: 60px;
    padding-bottom: 20px;
}

.home-carousel .owl-theme .owl-controls .owl-page span {
    background: #666;
}

.home-carousel .owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}

.home-carousel .owl-theme .owl-controls .owl-page:hover span {
    background: #fff;
}

@media (max-width: 767px) {
    .home-carousel {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .home-carousel .right {
        text-align: right;
    }
}

.home-carousel h1, .home-carousel h2, .home-carousel h3, .home-carousel p, .home-carousel ul {
    color: #fff;
}

.home-carousel h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: 0.08em;
}

@media (max-width: 991px) {
    .home-carousel h1 {
        font-size: 36px;
    }
}

.home-carousel h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0.08em;
}

.home-carousel ul, .home-carousel p {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}

@media (max-width: 991px) {
    .home-carousel ul, .home-carousel p {
        font-size: 14px;
    }
}

.home-carousel ul li {
    margin-bottom: 10px;
}

.customers {
    padding: 0;
    margin-bottom: 40px;
}

.customers .item {
    list-style-type: none;
    text-align: center;
    margin: 0 20px;
}

.customers .item img {
    display: inline-block;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.customers .item img:hover {
    max-width: auto;
    filter: none;
    -webkit-filter: none;
}

.testimonials {
    padding: 0;
    margin-bottom: 40px;
}

.testimonials .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials .item .testimonial {
    position: relative;
    padding: 20px;
}

.testimonials .item .testimonial:before, .testimonials .item .testimonial:after {
    content: " ";
    display: table;
}

.testimonials .item .testimonial:after {
    clear: both;
}

.testimonials .item .testimonial:before, .testimonials .item .testimonial:after {
    content: " ";
    display: table;
}

.testimonials .item .testimonial:after {
    clear: both;
}

.testimonials .item .testimonial .text {
    color: #999999;
    margin-bottom: 40px;
}

.testimonials .item .testimonial .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    height: 50px;
}

.testimonials .item .testimonial .bottom .icon {
    color: #38a7bb;
    font-size: 30px;
    float: left;
    width: 20%;
}

.testimonials .item .testimonial .name-picture {
    float: right;
    width: 80%;
    text-align: right;
}

.testimonials .item .testimonial .name-picture h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.testimonials .item .testimonial .name-picture p {
    color: #999999;
    margin: 0;
    font-size: 12px;
}

.testimonials .item .testimonial .name-picture img {
    float: right;
    width: 60px;
    border-radius: 30px;
    margin-left: 10px;
}

.team-member {
    text-align: center;
    margin-bottom: 40px;
}

.team-member h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.08em;
}

.team-member h3 a {
    color: #555555;
}

.team-member p.role {
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.team-member .social {
    margin-bottom: 20px;
}

.team-member .social a {
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
}

.team-member .social a i {
    vertical-align: bottom;
    line-height: 26px;
}

.team-member .social a.facebook {
    background-color: #4460ae;
}

.team-member .social a.gplus {
    background-color: #c21f25;
}

.team-member .social a.twitter {
    background-color: #3cf;
}

.team-member .social a.instagram {
    background-color: #cd4378;
}

.team-member .social a.email {
    background-color: #4a7f45;
}

.team-member .text p {
    color: #999999;
    font-size: 12px;
}

.team-member .social, .team-member-detail .social {
    margin-bottom: 20px;
}

.team-member .social a, .team-member-detail .social a {
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
}

.team-member .social a i, .team-member-detail .social a i {
    vertical-align: bottom;
    line-height: 26px;
}

.team-member .social a.facebook, .team-member-detail .social a.facebook {
    background-color: #4460ae;
}

.team-member .social a.gplus, .team-member-detail .social a.gplus {
    background-color: #c21f25;
}

.team-member .social a.twitter, .team-member-detail .social a.twitter {
    background-color: #3cf;
}

.team-member .social a.instagram, .team-member-detail .social a.instagram {
    background-color: #cd4378;
}

.team-member .social a.email, .team-member-detail .social a.email {
    background-color: #4a7f45;
}

.box-simple {
    text-align: center;
}

.box-simple .icon {
    color: #fff;
    border-color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.box-simple h3 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.box-simple h3 a {
    color: #555555;
}

.box-simple p {
    color: #fff;
}

.box-simple:hover .icon {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.box-simple:hover .icon i {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.box-simple.box-white {
    padding: 20px;
    border: dotted 1px #999999;
}

.box-simple.box-white .icon {
    color: #555555;
    border-color: transparent;
    font-size: 70px;
}

.box-simple.box-dark {
    padding: 20px;
    border: dotted 1px #999999;
    background: #555555;
    color: #fff;
}

.box-simple.box-dark .icon {
    color: #f7f7f7;
    border-color: transparent;
    font-size: 70px;
}

.box-simple.box-dark h3 {
    color: #fff;
}

.box-simple.box-dark h3 a {
    color: #fff;
}

.box-simple.box-dark p {
    color: #fff;
}

.box-image {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 15px 0;
}

.box-image .bg {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #38a7bb;
}

.box-image .name {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 0 20px;
}

.box-image .name h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.08em;
}

.box-image .name h3 a {
    color: #fff;
    text-decoration: none;
}

.box-image .text {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 0 20px;
}

.box-image:hover .bg {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.box-image:hover .name {
    position: absolute;
    -webkit-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    -o-transform: translate(0, -75%);
    transform: translate(0, -75%);
}

.box-image:hover .text {
    position: absolute;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.box-image-text {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 15px 0px 0;
    height: 100%;
}

.box-image-text .top {
    position: relative;
    margin-bottom: 10px;
}

.box-image-text .top .bg {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #38a7bb;
}

.box-image-text .top .name {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 0 20px;
}

.box-image-text .top .name h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.08em;
}

.box-image-text .top .name h3 a {
    color: #fff;
    text-decoration: none;
}

.box-image-text .top .text {
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 0 20px;
}

.box-image-text .content h3, .box-image-text .content h4 {
    text-transform: uppercase;
    line-height: 1.5;
    color: #555555;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.box-image-text .content p {
    color: #999999;
}

.box-image-text:hover .bg {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.box-image-text:hover .name {
    position: absolute;
    -webkit-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    -o-transform: translate(0, -75%);
    transform: translate(0, -75%);
}

.box-image-text:hover .text {
    position: absolute;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

/* universal box */
.box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    border-left: none;
    border-right: none;
}

#galeria .box {
    border: unset;
    padding: 0 15px;
}

.content-overflow {
    overflow: hidden;
    height: 100%;
}

.box .content .img-gallery {
    height: 100%;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    transition: transform 0.2s;
}

.box .content .img-gallery:hover {
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.box .content .description {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 5px;
    color: #eee;
    font-size: 16px;
    padding: 5px 10px;
    position: absolute;
    right: 20px;
    left: 20px;
    text-align: center;
    z-index: 1080;
}

.box {
    margin: 15px 0px;
}

.box .content {
    background-color: white;
    padding: 5px;
    height: 250px;
    box-shadow: 0px 0px 5px 0px #c1c1c1;
    cursor: pointer;
}

.box .box-header {
    background: #f7f7f7;
    margin: -20px 0 20px;
    padding: 20px;
    border-bottom: solid 1px #eeeeee;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.box .box-header:before, .box .box-header:after {
    content: " ";
    display: table;
}

.box .box-header:after {
    clear: both;
}

.box .box-header:before, .box .box-header:after {
    content: " ";
    display: table;
}

.box .box-header:after {
    clear: both;
}

.box .box-footer {
    background: #f7f7f7;
    margin: 30px 0 -20px;
    padding: 20px;
    border-top: solid 1px #eeeeee;
}

.box .box-footer:before, .box .box-footer:after {
    content: " ";
    display: table;
}

.box .box-footer:after {
    clear: both;
}

.box .box-footer:before, .box .box-footer:after {
    content: " ";
    display: table;
}

.box .box-footer:after {
    clear: both;
}

@media (max-width: 991px) {
    .box .box-footer .btn {
        margin-bottom: 20px;
    }
}

.box.no-border {
    border: none;
}

#heading-breadcrumbs {
    background: url('../img/texture-bw.png') center center repeat;
    padding: 20px 0;
    margin-bottom: 40px;
}

#heading-breadcrumbs.no-mb {
    margin-bottom: 0;
}

#heading-breadcrumbs h1 {
    color: #333333;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

@media (max-width: 991px) {
    #heading-breadcrumbs h1 {
        text-align: center;
    }
}

#heading-breadcrumbs ul.breadcrumb {
    margin-top: 5px;
    margin-bottom: 0;
}

.bar {
    position: relative;
    background: #38a7bb;
    padding: 60px 0;
}

.bar.background-pentagon {
    background: url('../img/texture-bw.png') center center repeat;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

.bar.background-gray {
    background: #eeeeee;
}

.bar.background-gray-dark {
    background: #555555;
}

.bar.background-white {
    background: #fff;
}

@media (min-width: 1200px) {
    .bar.background-image-fixed-2 {
        padding-top: 200px;
    }
}

@media(max-width: 1200px) {
    .bar.background-image-fixed-2 {
        padding-top: 250px;
    }
}

@media(max-width: 457px) {
    .bar.background-image-fixed-2 {
        padding-top: 309px;
    }
}

.bar.color-white h1, .bar.color-white h2, .bar.color-white h3, .bar.color-white h4, .bar.color-white h5, .bar.color-white h6, .bar.color-white p {
    color: #fff;
}

.bar.padding-big {
    padding: 50px 0;
}

.bar.padding-horizontal {
    padding-left: 30px;
    padding-right: 30px;
}

.bar.margin-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bar .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.portfolio.no-space {
    padding: 0 15px;
}

.portfolio.no-space .box-image {
    margin: 0 -15px;
}

.portfolio-project .project-more h4 {
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.portfolio-project .project-more p {
    color: #999999;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: left;
}

.portfolio-showcase {
    margin: 15px 0 60px;
}

.portfolio-showcase h3 a {
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.portfolio-showcase p.lead {
    color: #555555;
    margin-bottom: 20px;
}

.portfolio-showcase p {
    color: #999999;
}

.portfolio-showcase p.buttons {
    margin-top: 40px;
}

.see-more {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

.see-more p {
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 20px;
}

.showcase .item {
    text-align: center;
}

.showcase .item .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #555555;
    line-height: 50px;
    border-radius: 25px;
    border: solid 1px #555555;
}

.showcase .item h4 {
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-size: 16px;
}

.showcase .item h4 span {
    font-weight: bold;
    font-size: 51px;
}

.packages .package {
    background: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    border: solid 1px #38a7bb;
    overflow: hidden;
}

.packages .package .package-header {
    height: 57px;
    color: #fff;
    line-height: 57px;
    background: #38a7bb;
}

.packages .package .package-header h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 57px;
    margin: 0;
    letter-spacing: 0.08em;
}

.packages .package .package-header.light-gray {
    background: #eeeeee;
}

.packages .package .package-header.light-gray h5 {
    color: #555555;
}

.packages .package .price {
    line-height: 120px;
    height: 100px;
    color: #fff;
    font-weight: 400;
}

.packages .package .price h4 {
    display: inline;
    font-size: 50px;
    line-height: normal;
    margin-bottom: 0;
}

.packages .package .price .period {
    line-height: normal;
    color: #999999;
}

.packages .package ul {
    padding: 0;
}

.packages .package ul li {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: auto;
    border-bottom: 1px dotted #ccc;
}

.packages .package ul li:last-child {
    border-bottom: 0;
}

.packages .package ul li i {
    font-size: 13px;
    margin-right: 5px;
}

.packages .best-value .package {
    margin-top: 0;
    padding-bottom: 40px;
}

.packages .best-value .package .package-header {
    height: 72px;
    padding-top: 17px;
    height: 82px !important;
}

.packages .best-value .package .package-header h5 {
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.packages .best-value .package .package-header .meta-text {
    font-size: 13px;
    line-height: 15px;
}

#map {
    height: 300px;
}

#map.with-border {
    border-top: solid 1px #38a7bb;
    border-bottom: solid 1px #38a7bb;
}

#blog-listing-big .post, #blog-homepage .post {
    margin-bottom: 60px;
}

#blog-listing-big .post h2, #blog-homepage .post h2, #blog-listing-big .post h4, #blog-homepage .post h4 {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#blog-listing-big .post h2 a, #blog-homepage .post h2 a, #blog-listing-big .post h4 a, #blog-homepage .post h4 a {
    color: #555555;
}

#blog-listing-big .post h2 a:hover, #blog-homepage .post h2 a:hover, #blog-listing-big .post h4 a:hover, #blog-homepage .post h4 a:hover {
    color: #38a7bb;
}

#blog-listing-big .post .author-category, #blog-homepage .post .author-category {
    color: #999999;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.08em;
}

#blog-listing-big .post .author-category a, #blog-homepage .post .author-category a {
    font-weight: 500;
}

#blog-listing-big .post .date-comments a, #blog-homepage .post .date-comments a {
    color: #999999;
    margin-right: 20px;
}

#blog-listing-big .post .date-comments a:hover, #blog-homepage .post .date-comments a:hover {
    color: #38a7bb;
}

@media (min-width: 768px) {
    #blog-listing-big .post .date-comments, #blog-homepage .post .date-comments {
        text-align: right;
    }
}

#blog-listing-big .post .intro, #blog-homepage .post .intro {
    text-align: left;
}

#blog-listing-big .post .image, #blog-homepage .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}

#blog-listing-big .post .image img, #blog-homepage .post .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
    #blog-listing-big .post .image img.img-responsive, #blog-homepage .post .image img.img-responsive {
        min-width: 100%;
    }
}

#blog-listing-big .post .video, #blog-homepage .post .video {
    margin-bottom: 10px;
}

#blog-listing-big .post .read-more, #blog-homepage .post .read-more {
    text-align: right;
}

#blog-listing-medium .post {
    margin-bottom: 60px;
}

#blog-listing-medium .post h2 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: 0.08em;
}

#blog-listing-medium .post h2 a {
    color: #555555;
}

#blog-listing-medium .post h2 a:hover {
    color: #38a7bb;
}

#blog-listing-medium .post .author-category {
    float: left;
    color: #999999;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.08em;
}

#blog-listing-medium .post .author-category a {
    font-weight: 500;
}

#blog-listing-medium .post .date-comments {
    float: right;
    font-size: 12px;
}

#blog-listing-medium .post .date-comments a {
    color: #999999;
    margin-right: 20px;
}

#blog-listing-medium .post .date-comments a:hover {
    color: #38a7bb;
}

@media (min-width: 768px) {
    #blog-listing-medium .post .date-comments {
        text-align: right;
    }
}

#blog-listing-medium .post .intro {
    text-align: left;
}

#blog-listing-medium .post .clearfix:before, #blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:before, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:before, #blog-listing-medium .post .navbar-header:after {
    content: " ";
    display: table;
}

#blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:after {
    clear: both;
}

#blog-listing-medium .post .clearfix:before, #blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:before, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:before, #blog-listing-medium .post .navbar-header:after {
    content: " ";
    display: table;
}

#blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:after {
    clear: both;
}

#blog-listing-medium .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}

#blog-listing-medium .post .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
    #blog-listing-medium .post .image img.img-responsive {
        min-width: 100%;
    }
}

#blog-listing-medium .post .video {
    margin-bottom: 10px;
}

#blog-listing-medium .post .read-more {
    text-align: right;
}

.box-image-text.blog .author-category {
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 300;
    font-size: 12px;
}

.box-image-text.blog .author-category a {
    font-weight: 500;
}

.box-image-text.blog .intro {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
}

#blog-homepage .post {
    margin-bottom: 30px;
}

#blog-homepage .post h2, #blog-homepage .post h4, #blog-homepage .post .author-category, #blog-homepage .post .read-more {
    text-align: center;
}

#blog-homepage .post .read-more {
    margin-top: 20px;
}

#blog-post #post-content {
    margin-bottom: 20px;
}

#blog-post .comment {
    margin-bottom: 25px;
}

#blog-post .comment:before, #blog-post .comment:after {
    content: " ";
    display: table;
}

#blog-post .comment:after {
    clear: both;
}

#blog-post .comment:before, #blog-post .comment:after {
    content: " ";
    display: table;
}

#blog-post .comment:after {
    clear: both;
}

#blog-post .comment .posted {
    color: #999999;
    font-size: 12px;
}

#blog-post .comment .reply {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

#blog-post .comment.last {
    margin-bottom: 0;
}

#blog-post #comments, #blog-post #comment-form {
    padding: 20px 0;
    margin-top: 20px;
    border-top: solid 1px #eeeeee;
}

#blog-post #comments:before, #blog-post #comment-form:before, #blog-post #comments:after, #blog-post #comment-form:after {
    content: " ";
    display: table;
}

#blog-post #comments:after, #blog-post #comment-form:after {
    clear: both;
}

#blog-post #comments:before, #blog-post #comment-form:before, #blog-post #comments:after, #blog-post #comment-form:after {
    content: " ";
    display: table;
}

#blog-post #comments:after, #blog-post #comment-form:after {
    clear: both;
}

#blog-post #comments h4, #blog-post #comment-form h4 {
    margin-bottom: 20px;
}

#blog-post #comment-form {
    margin-bottom: 20px;
}

.product {
    background: #fff;
    border-bottom: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
    overflow: hidden;
    text-align: center;
}

.product .image {
    overflow: hidden;
}

.product .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
    .product .image img.img-responsive {
        min-width: 100%;
    }
}

.product .text {
    padding: 10px;
}

.product .text h3 {
    font-size: 14px;
    font-weight: 700;
    height: 39.6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.product .text h3 a {
    color: #555555;
}

.product .text h3 a:hover {
    text-decoration: none;
}

.product .text p.price {
    font-size: 18px;
}

.product .text p.price del {
    color: #999999;
}

.product .buttons {
    clear: both;
    position: absolute;
    display: none;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px transparent;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
}

.product .buttons .btn {
    margin-bottom: 20px;
}

.product:hover {
    border-bottom: solid 1px #808080;
    top: 0;
}

.product:hover .buttons {
    clear: both;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.product:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.goToDescription {
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.goToDescription a {
    color: #999999;
    text-decoration: underline;
}

#productMain {
    margin-bottom: 30px;
}

#productMain .sizes {
    text-align: center;
}

#productMain .sizes h3 {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#productMain .sizes a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #ccc;
    line-height: 40px;
    color: #555555;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

#productMain .sizes a.active, #productMain .sizes a:hover {
    background: #38a7bb;
    color: #fff;
}

#productMain .sizes input {
    display: none;
}

#productMain .price {
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#thumbs a {
    display: block;
    border: solid 1px transparent;
}

#thumbs a.active {
    border-color: #38a7bb;
}

#product-social {
    text-align: center;
}

#product-social h4 {
    font-weight: 300;
    margin-bottom: 10px;
}

#product-social p {
    line-height: 26px;
}

#product-social p a {
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
}

#product-social p a i {
    vertical-align: bottom;
    line-height: 26px;
}

#product-social p a.facebook {
    background-color: #4460ae;
}

#product-social p a.gplus {
    background-color: #c21f25;
}

#product-social p a.twitter {
    background-color: #3cf;
}

#product-social p a.instagram {
    background-color: #cd4378;
}

#product-social p a.email {
    background-color: #4a7f45;
}

@media (max-width: 991px) {
    #product-social {
        text-align: center;
    }
}

#checkout .nav {
    margin-bottom: 20px;
    border-bottom: solid 1px #38a7bb;
}

#checkout .nav li {
    height: 100%;
}

#checkout .nav li a {
    display: block;
    height: 100%;
}

#order-summary table {
    margin-top: 20px;
}

#order-summary table td {
    color: #999999;
}

#order-summary table tr.total td, #order-summary table tr.total th {
    font-size: 18px;
    color: #555555;
    font-weight: 700;
}

#checkout .table tbody tr td, #basket .table tbody tr td, #customer-order .table tbody tr td {
    vertical-align: middle;
}

#checkout .table tbody tr td input, #basket .table tbody tr td input, #customer-order .table tbody tr td input {
    width: 50px;
    text-align: right;
}

#checkout .table tbody tr td img, #basket .table tbody tr td img, #customer-order .table tbody tr td img {
    width: 50px;
}

#checkout .table tfoot, #basket .table tfoot, #customer-order .table tfoot {
    font-size: 18px;
}

.shipping-method h4, .payment-method h4 {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#customer-orders table tr th, #customer-orders table tr td {
    vertical-align: baseline;
}

#customer-order .table tfoot th {
    font-size: 18px;
    font-weight: 300;
}

#customer-order .addresses {
    text-align: right;
    margin-bottom: 30px;
}

#customer-order .addresses p {
    font-size: 18px;
    font-weight: 300;
}

#customer-account {
    margin-bottom: 30px;
}

#get-it {
    background: #38a7bb;
    padding: 50px 0 30px;
    color: #fff;
    text-align: center;
}

#get-it h1, #get-it h2, #get-it h3, #get-it h4, #get-it h5, #get-it h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 20px;
}

#get-it p {
    margin: 0 0 20px;
}

#footer {
    background: #555555;
    padding: 50px 0;
    color: #999999;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #eeeeee;
}

#footer h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#footer ul {
    padding-left: 0;
    list-style: none;
}

#footer ul a {
    color: #999999;
}

#footer ul a:hover {
    color: #38a7bb;
    text-decoration: none;
}

#footer .photostream div {
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    padding: 7.5px;
    overflow: hidden;
}

#footer .photostream div a {
    border: solid 1 px #eeeeee;
}

#footer .photostream div img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#footer .photostream div:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#footer .blog-entries .item {
    clear: both;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #555555;
}

#footer .blog-entries .item .image {
    float: left;
    width: 15%;
    margin-right: 10px;
}

#footer .blog-entries .item .name {
    width: 75%;
    margin-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

#footer .blog-entries .item .name h5 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
}

#footer .blog-entries .item .name h5 a {
    color: #eeeeee;
}

#footer .blog-entries .item .text {
    width: 100%;
    clear: both;
}

#footer .blog-entries .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#footer .social a {
    color: #555555;
    font-size: 25px;
    margin: 0 10px 0 0;
}

#footer .social a:hover {
    color: #38a7bb;
}

#copyright {
    background: #333;
    color: #ccc;
    padding: 50px 0;
    font-size: 12px;
    line-height: 28px;
}

#copyright p {
    margin: 0;
}

@media (max-width: 991px) {
    #copyright p {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }
}

[data-animate] {
    opacity: 0;
    filter: alpha(opacity=0);
}

#style-switch-button {
    position: fixed;
    top: 100px;
    left: 0px;
    border-radius: 0;
}

#style-switch {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 140px;
    left: 0;
    background: #fff;
    border: solid 1px #eeeeee;
}

@media (max-width: 991px) {
    #style-switch-button {
        display: none;
    }

    #style-switch {
        display: none;
    }
}

/* Original Boostrap template overwrite */
/* breadcrumbs */
.breadcrumb {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-color: none;
    letter-spacing: 0.08em;
}

/* nav */
.nav>li>a:hover, .nav>li>a:focus {
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #999999;
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #999999;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #38a7bb;
}

.nav-tabs {
    border-bottom: 1px solid #38a7bb;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #38a7bb;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #38a7bb;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: solid 1px #38a7bb;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    /*margin-bottom: 5px;*/
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #38a7bb;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #38a7bb;
        border-radius: 0 0 0 0;
    }

    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 0;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.servicos .nav.nav-pills li a {
    color: #555555;
    font-size: 1.1em;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #38a7bb;
}

.servicos .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #38a7bb;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
    border-bottom: solid 1px #38a7bb;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    /*margin-bottom: 5px;*/
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #38a7bb;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #38a7bb;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content {
    padding: 15px;
    border: solid 1px #ddd;
    border-top: none;
}

.tab-content.quem-somos {
    padding: 0;
    border: none;
}

/* navbar*/
.template-top-menu {
    min-height: 90px;
    background-color: #ffffff00;
    z-index: 1039;
    width: 100%;
    top: 0px;
}

.template-top-bar {
    min-height: 40px;
    background-color: #fcfcfc;
}

.template-top-menu .navbar-default {
    border: none;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

@media (min-width: 768px) {
    nav.nav-grande {
        padding-bottom: 0 !important;
    }
}

.template-top-menu .navbar-default .navbar-brand {
    color: #fff;
    display: flex;
    align-items: center;
}

@media(max-width: 767px) {
    .navbar-header a.navbar-brand {
        display: none !important;
    }
}

@media(min-width: 768px) {
    #menuPaginaAtual {
        display:none;
    }
}

img#logo {
    height: 78px;
}

div#serventiaNome {
    margin: auto 0px auto 15px;
    line-height: 28px;
    font-weight: 500;
}

div#serventiaNome h5 {
    color: #fff;
}

.template-top-menu .navbar-toggle {
    margin-top: 18px;
    color: white;
    border-color: #fff;
    /* =: right color: aliceblue; */
}

.contato-menu {
    margin-top: 7px;
}

.contato-menu div {
    width: 100%;
    display: inline-block;
}

@media (max-width: 991px) {
    .contato-menu p {
        font-size: 13px;
    }
}

.contato-menu p {
    color: white;
    float: right;
    margin: 0px 0px;
    text-align: right;
}

.contato-menu div {
    width: 100%;
    display: grid;
}

.telefone-plantao a, .telefone-plantao a:hover, .telefone-plantao a:focus {
    color: white;
}

.telefones-menu a, .telefones-menu a:hover, .telefones-menu a:focus {
    color: white;
}

@media (max-width: 991px) {
    .telefones-menu {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    div#template-nav-bar {
        padding-right: 12px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    div#template-nav-bar {
        padding-right: 12px;
    }
}

@media(max-width: 767px) {
    .template-top-menu .navbar-default .navbar-collapse.menu-grande, .navbar-default .navbar-form {
        margin-top: 9px;
        background-color: rgb(255, 255, 255);
        margin-bottom: -10px;
    }
}

@media(min-width: 768px) {
    .template-top-menu .navbar-default .navbar-collapse.menu-grande, .navbar-default .navbar-form {
        margin-top: 10px;
    }
}

.template-top-menu .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 1.6%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

ul#menu {
    margin: unset;
}

@media (min-width: 768px) {
    nav ul.nav {
        text-align: center;
    }
}

nav ul.nav {
    list-style: none;
    float: none !important;
}

@media (min-width: 768px) {
    .menu-grande ul {
        margin: 0px auto !important;
        display: table;
    }
}

.navbar-nav {
    margin: unset;
}

@media (min-width: 768px) {
    .menu-grande {
        width: 100%;
        background: #ffffff;
        /* background: #878787; */
        /* background: #277b65; */
        margin: 0px auto;
        display: table;
    }
}

.navbar-collapse {
    max-height: auto;
}

.menu-grande {
    width: 100%;
}

#menu li>a {
    position: static;
}

.template-top-menu .navbar-default .navbar-nav>.active>a, .template-top-menu .navbar-default .navbar-nav>.active>a:hover, .template-top-menu .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #000;
    font-weight: 600;
}

@media (max-width: 1199px) and (min-width: 843px) {
    .template-top-menu .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding-top: 12px;
    }
}

@media (max-width: 843px) and (min-width: 768px) {
    .template-top-menu .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding-top: 12px;
    }
}

.template-top-menu .navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .nav>li>a {
        position: relative;
        display: block;
        padding: 3px 5px;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* scaffolding */
.justify {
    font-size: 14px;
    text-align: justify;
}

#servicos .alert.alert-dismissible {
    margin-right: 15px;
    margin-left: 15px;
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body > section:only-of-type {
    flex: 1;
}

@media(max-width: 991px) {
    .tab-content.quem-somos > .tab-pane {
        display: block;
    }
}

.c-serv {
    padding: 30px 0 50px 0;
}

legend.hidetitle {
    display: none;
}

fieldset.hidetitle {
    padding: 15px;
}

.textoSlide {
    width: 100%;
}

.slidePersonalizado {
    display: flex;
    align-items: center;
    padding-top: 16px;
}

.item img {
    margin: 0 auto;
}

.slidePersonalizado img {
    max-height: 330px;
    box-shadow: 0 0 20px 0px #00000066;
}

@media(max-width: 767px) {
    .slidePersonalizado img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

.container>.navbar-header, .container>.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.menu-filter {
    padding: 10px 0px 10px 0px;
    margin-bottom: -10px;
    background-color: #404040;
}

.template-footer .menu-filter {
    padding: 20px 0px 10px 0px;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    div#divcontatoCollapsado {
        display:none;
    }
}

div#divcontatoCollapsado {
    background: white;
    text-align: center;
    padding: 5px 5px 5px 5px;
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.04);
}

div#divcontatoCollapsado #brandLogo {
    height: 60px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#divcontatoCollapsado h2.titulo {
    padding-right: 8px;
    font-size: 32px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

#divcontatoCollapsado h4.subtitulo {
    padding-bottom: 13px;
    color: #555555;
}

#divcontatoCollapsado h3.fone-menu {
    padding: 10px 0;
}

#divcontatoCollapsado h3.fone-menu {
    font-size: 17px;
    color: #555555;
}

#divcontatoCollapsado span {
    font-size: 15px;
    font-weight: 300;
}

#divcontatoCollapsado span.descricao-plantao-menu {
    padding-bottom: 5px;
    display: block;
}

h3.fone-menu {
    margin: 0;
    color: #5a5a5a;
}

div#divcontatoCollapsado a {
    color: #5a5a5a;
    text-decoration: none;
}

.template-footer .container .contato .btn-group .btn {
    padding: 0;
}

@media(max-width: 400px) {
    ol.carousel-indicators {
        display:none;
    }
}

div#tituloCarousel {
    position: absolute;
    width: 100%;
    top: 100px;
    z-index: 16;
    text-align: center;
    text-shadow: 0px 1px 20px #0000007d;
}

#contato .alert.alert-dismissible {
    margin-left: 15px;
    margin-right: 15px;
}

.template-contact-map {
    height: 425px;
}

@media(min-width: 992px) {
    .serv-left-border {
        border-left: 1px solid #ccc;
    }
}

@media(max-width: 991px) {
    .col-md-9.serv-left-border {
        padding-left: 0;
    }

    img.img-responsive.info {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    br.tel-plantao {
        margin-top: 5px;
        display: block;
        content: " ";
    }
}

@media (max-width: 767px) {
    br.tel-plantao {
        margin-top: 25px;
        display: block;
        content: " ";
    }
}

.template-top-menu header {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.servicos {
    text-align: center;
}

.servicos .nav.nav-pills {
    text-align: left;
}

.list-group {
    margin-bottom: 0;
}

.list-group-item {
    border: unset;
    text-align: left;
    font-size: 1.3em;
}

a.list-group-item {
    padding-left: 25px;
    font-size: 1.1em;
}

.list-group-item:first-child {
    border-radius: 0;
    border: unset;
}

.servicos-categorias a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background: #7b7b7b;
    border-color: #7b7b7b;
}

.hidden-xs.hidden-sm.col-md-3.servicos {
    margin-right: -15px;
}

.hidden-xs.hidden-sm.col-md-3.servicos.single {
    display: none;
}

.link:hover {
    cursor: pointer;
}

@media(min-width: 1200px) {
    .navbar-header.col-sm-3.col-lg-4 {
        margin-right: 0px;
    }

    .nav>li>a {
        padding: 12px 10px;
        font-size: 17px;
    }
}

.template-footer {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: -5px;
}

.template-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.template-footer .footer-links a {
    margin: 0 5px 15px 5px;
    cursor: pointer;
}

img#imagemfooter {
    max-height: 92px;
    margin-top: 10px;
}

.container-page {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.about-us-template {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    background: #c0c0c01a;
}

.height30 {
    height: 30px;
}

.servicos-template {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

@media(min-width: 768px) {
    .col-xs-12.col-sm-8.iframe {
        border-left: 1px solid black;
    }
}

iframe#iframe {
    background: #38a7bb;
    padding: 15px;
    border-radius: 10px;
}

.col-sm-12.text-center {
    padding-bottom: 50px;
}

.entry-meta {
    padding: 15px 0px 7px 15px;
}

.news-listing {
    border: solid 1px #dddddd;
    border-bottom: none;
    background: white;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 19px;
    padding-right: 15px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.news-listing:before, .news-listing:after {
    content: " ";
    display: table
}

.news-listing:after {
    clear: both
}

.news-listing.news-listing--featured {
    border-left: solid 5px #ff7473;
    padding-left: 15px
}

.news-listing.news-listing--last {
    border-bottom: solid 1px #dddddd;
    margin-bottom: -1px;
}

.news-listing:hover {
    filter: brightness(0.975);
}

.news-content {
    padding: 0 15px
}

.news__title {
    margin-top: 0
}

.news__title a:hover {
    filter: brightness(0.8);
}

.news__star__link {
    color: #999
}

.news__star__link.active, .news__star__link:hover {
    color: #ff7473
}

.news__location {
    margin-right: 5px;
    color: #999
}

.news__star {
    text-align: right
}

.image>img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 2px;
}

img#logo_bw {
    height: 150px;
}

.template-top-bar {
    background-color: #4b5967;
    color: white;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}

@media(max-width: 767px) {
    div.template-top-bar#template-top-bar {
        display: none;
    }
}

.col-sm-6.contato {
    padding-right: 0px;
}

@media(max-width: 767px) {
    .col-sm-6.contato.footer {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-6.contato.footer {
        padding-right: 75px;
        padding-left: 78px;
        padding-top: 25px;
    }
}

@media(min-width: 992px) {
    .col-sm-6.contato {
        padding-left: 15px;
    }

    .col-sm-6.contato.footer {
        padding-right: 36px;
        padding-left: 55px;
    }
}

@media(min-width: 1200px) {
    .col-sm-6.contato.footer {
        padding-right: 68px;
        padding-left: 88px;
    }
}

a {
    color: #d2d2d2;
    text-decoration: none;
}

.template-footer .email-descricao {
    color: #d2d2d2;
}

#popup img {
    max-width: 100%;
}

h4 a {
    color: #7d7d7d;
}

h4 a:hover, h4 a:focus {
    color: #585858;
}

a:hover, a:focus {
    color: transparent;
}

a.fone-footer, a.fone-footer:hover, a.fone-footer:focus {
    color: white;
}

.list-group-item:last-child {
    border-radius: 0;
    border: unset;
}

#content-box.other-news a.active .row {
    background: #84848414;
}

#content-box.other-news a .row.other-news:hover {
    background: #33333314;
}

#content-box p.sub-noticias {
    text-align: justify;
    color: #555555;
    margin-top: -5px;
}

#content-box p.tema {
    margin-bottom: 0;
}

.dropdown-menu {
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.template-top-menu .dropdown-menu li a .media .media-object {
    width: 64px;
    max-height: 64px;
    color: #333;
    margin-right: 10px;
    margin-bottom: auto;
    margin-top: auto;
}

.template-top-menu .dropdown-menu li a .media .media-object.image-only {
    width: auto;
    margin: auto;
}

.template-top-menu .dropdown-menu li a .media {
    padding: 0;
    height: 85px;
    margin-top: 0;
}

.menu-servico {
    padding-left: 15px;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

.navbar-nav .dropdown-menu .media.row-fluid {
    display: flex;
}

@media (max-width: 767px) {
    .template-top-menu .dropdown-menu {
        position: relative;
        float: none;
        box-shadow: none;
    }

    .template-top-menu .dropdown-menu li {
        width: 100%;
    }

    .template-top-menu .dropdown-menu li a .media {
        padding: 0px;
        height: 100%;
        margin-top: 0px;
        color: #333;
    }
}

@media(max-width: 768px) {
    .dropdown-menu {
        transform: translate(0, 0);
    }
}

@media (max-width: 800px) {
    .template-top-menu .dropdown-menu li a .media .col-sm-3 {
        width: 20%;
    }

    .template-top-menu .dropdown-menu li a .media .media-heading .descricao {
        display: none;
    }
}

.media-left.col-sm-3 {
    float: left;
    padding-left: 0px;
}

a:hover, a:focus {
    color: #555555;
    text-decoration: none;
}

.breadcrumb a {
    color: #555555;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.img-rounded {
    border-radius: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

hr.noticias {
    margin: 0;
}

.breadcrumb>li+li:before {
    content: ">\00a0";
    color: #555555;
}

.breadcrumb>.active {
    color: #999999;
}

@media (max-width: 991px) {
    .breadcrumb {
        padding: 20px 0;
        text-align: center;
    }
}

/* dropdowns */
.dropdown-menu {
    z-index: 1000;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.serv-menu-title {
    text-align: center;
    background: #ececec;
    font-size: 18px;
}

.mega-drop-collapsado {
    text-align: left;
}

.mega-drop-collapsado .serv-menu-title {
    text-align: left;
    font-weight: 400;
    padding: 7px 35px 7px 35px;
    cursor: default;
    font-size: 17px;
}

.dropdown-menu div li {
    float: left;
    display: inline;
}

.serv-menu-item li {
    width: 100%;
}

.serv-menu-item li:hover {
    background-color: #ececec7d;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

img.img-responsive.info {
    max-height: 400px;
    margin-bottom: 15px;
}

.center {
    display: inline-block;
}

.centered {
    float: none;
    margin: 0 auto;
}

/* labels */
.label {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* forms.less */
label {
    font-weight: normal;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

textarea#message {
    resize: vertical;
    min-height: 100px;
}

.form-control:focus {
    border-color: #38a7bb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 167, 187, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 167, 187, 0.6);
}

.form-group {
    margin-bottom: 20px;
}

@media(min-width: 768px) {
    div.col-sm-6.consultaCep {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    div.col-sm-6.consultaCep {
        margin-bottom: 12px;
    }
}

/* pager*/
.pager {
    margin: 20px 0;
    border-top: solid 1px #eeeeee;
    padding-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.pager li {
    display: inline;
}

.pager li>a, .pager li>span {
    background-color: #ffffff;
    border: 1px solid #38a7bb;
    border-radius: 0;
}

.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #38a7bb;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #999999;
    background-color: #ffffff;
    border-color: #ddd;
}

/* pagination */
.pagination {
    margin: 20px 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    border-radius: 0;
}

.pagination>li>a, .pagination>li>span {
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #38a7bb;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #38a7bb;
    background-color: #a7dbe5;
    border-color: #dddddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #38a7bb;
    border-color: #38a7bb;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
}

/* responsive utilities */
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }

    .text-center-xs img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }

    .text-center-sm img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* type */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    color: #333333;
}

small.descricao {
    display: block;
    padding-top: 5px;
}

.subtitulo {
    margin-top: 5px;
}

#divcontatoCollapsado h4.subtitulo {
    padding-bottom: 13px;
    color: #555555;
    font-weight: 300;
}

h4.visible-xs.other-news {
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 15px;
    font-weight: bolder;
    color: #5c6c7b;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 14px;
    margin-bottom: 20px;
}

h2.fone-menu {
    margin-bottom: 4px;
    font-size: 26px;
}

#divcontatoCollapsado h3.titulo {
    color: #333333;
    font-weight: 400;
    font-size: 27px;
    margin: 5px 0;
}

h2.news-pag-title.col-lg-4.col-sm-4.col-xs-4 {
    text-align: left;
    padding-left: 0;
}

#tituloCarousel h1 {
    color: white;
    margin-bottom: 5px;
}

.lead {
    margin-bottom: 20px;
    font-size: 18px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.text-small {
    font-size: 12px;
}

.text-large {
    font-size: 18px;
}

.text-italic {
    font-style: italic;
}

.text-primary {
    color: #38a7bb;
}

a.text-primary:hover {
    color: #2c8494;
}

.bg-primary {
    color: #fff;
    background-color: #38a7bb;
}

a.bg-primary:hover {
    background-color: #2c8494;
}

abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #38a7bb;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999999;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    border-right: 5px solid #38a7bb;
}

address {
    margin-bottom: 20px;
    line-height: 1.42857143;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 15px 15px;
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group.accordion .panel {
    border-color: #ccc;
}

.panel-primary {
    border-color: #38a7bb;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #38a7bb;
    border-color: #38a7bb;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #38a7bb;
}

.panel-primary>.panel-heading .badge {
    color: #38a7bb;
    background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #38a7bb;
}

.panel-primary .panel-title {
    font-weight: 300;
}

.panel-primary .panel-title a:hover {
    color: #fff;
    text-decoration: none;
}

a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #38a7bb;
    background-color: #ffffff;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.progress-bar-primary {
    background-color: #38a7bb;
}

.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup.use-yamm, .yamm .dropdown.use-yamm {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 15px;
    right: 15px;
}

/* slightly transparent fallback */
.backdrop-blur {
    background-color: rgba(255, 255, 255, .92);
}

/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
    .backdrop-blur {
        -webkit-backdrop-filter: blur(2em);
        backdrop-filter: blur(2em);
        background-color: rgba(255, 255, 255, 0.5);
    }
}

.shadow {
    box-shadow: 0px 3px 10px #00000061;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
}

.thumbnail {
    height: 100%;
}

/* extra positioning */
.thumbnail {
    display: flex;
    flex-direction: column;
}

.thumbnail .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* MEGA DROPDOWN */
@media (min-width: 768px) {
    .template-top-menu .navbar-nav>li>.mega-dropdown.dropdown-menu:before {
        right: 15px !important;
        left: auto !important;
    }

    .template-top-menu .navbar-nav>li>.mega-dropdown.dropdown-menu:after {
        right: 16px !important;
        left: auto !important;
    }
}

.template-top-menu .navbar-nav>li>.mega-dropdown.dropdown-menu {
    border-radius: 0 !important;
}

.mega-drop-collapsado li a {
    padding: 7px 0px !important;
    font-size: 17px;
}

.nav.navbar-nav li .mega-dropdown.dropdown-menu {
    padding: 0 !important;
    text-align: left;
}

@media (min-width: 768px) {
    .nav.navbar-nav li .mega-dropdown.dropdown-menu {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    .nav.navbar-nav li .mega-dropdown.dropdown-menu {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .nav.navbar-nav li .mega-dropdown.dropdown-menu {
        width: 1170px !important;
    }
}

.mega-dropdown .lnt-dropdown-mega-menu {
    padding: 0 !important;
}

.mega-dropdown .lnt-dropdown-mega-menu .label {
    font-weight: normal !important;
    font-size: 10px !important;
    padding: 4px 7px !important;
}

.mega-dropdown .lnt-dropdown-mega-menu > .lnt-category {
    width: 260px !important;
    float: left !important;
}

@media (min-width: 768px) and (max-width: 992px) {
    .mega-dropdown .lnt-dropdown-mega-menu > .lnt-category {
        width: 260px !important;
    }
}

.mega-dropdown .lnt-dropdown-mega-menu > .lnt-category > li {
    position: relative !important;
    margin-bottom: 0;
    width: 100%;
}

.mega-dropdown .lnt-dropdown-mega-menu > .lnt-category > li > a {
    padding: 10px 20px !important;
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.mega-dropdown .lnt-dropdown-mega-menu > .lnt-category > li > a:hover, .mega-dropdown .lnt-dropdown-mega-menu > .lnt-category > li > a:focus {
    text-decoration: none !important;
}

.mega-dropdown .lnt-dropdown-mega-menu > .lnt-category > li.active {
    margin-bottom: 0;
    color: white;
}

.mega-dropdown .lnt-dropdown-mega-menu > .lnt-category > li.active:before {
    position: absolute !important;
    content: '' !important;
    top: 50% !important;
    margin-top: -9px !important;
    right: 0 !important;
    display: inline-block !important;
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
}

.mega-dropdown .lnt-dropdown-mega-menu > .lnt-category > li.active:after {
    position: absolute !important;
    content: '' !important;
    top: 50% !important;
    margin-top: -9px !important;
    right: -1px !important;
    display: inline-block !important;
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
}

.mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap {
    margin-left: 260px !important;
    position: relative !important;
    background-color: #ffffff !important;
}

@media (min-width: 768px) and (max-width: 992px) {
    .mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap {
        margin-left: 260px !important;
    }
}

.mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap > div {
    display: none !important;
}

.mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap > div.active {
    display: block!important;
}

.mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap.container-fluid {
    padding: 0 !important;
}

.mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap [class*=col-] {
    padding: 0 !important;
}

.mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap .lnt-subcategory {
    padding-bottom: 20px !important;
    background: #ffffff00;
    width: 100%;
    position: unset;
    max-height: 75vh;
    overflow-y: auto;
}

.mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap .lnt-subcategory ul li {
    padding: 6px 20px !important;
    width: 100%;
}

.mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap .lnt-subcategory ul li a:hover {
    text-decoration: underline;
}

.mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap .carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px !important;
}

@media(min-width: 768px) {
    ul.mega-drop-collapsado.dropdown-menu {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .nav.navbar-nav li .mega-dropdown.dropdown-menu {
        display: none !important;
    }

    .nav.navbar-nav li.open ul.mega-drop-collapsado.dropdown-menu {
        display: block;
        padding: 0;
    }

    .nav.navbar-nav li.open ul.mega-drop-collapsado.dropdown-menu li a {
        font-weight: normal;
        font-size: 14px;
        padding-left: 45px !important;
        white-space: inherit;
    }
}

@media(min-width: 992px) {
    .servicos-categorias {
        border-right: 1px solid #ccc;
        margin-right: -1px;
    }
}

/* OultaÃ§Ã£o de elementos */
@media(min-width: 768px) {
    .hidden-ht-xs {
        display: none !important;
    }
}

@media(min-width: 992px) {
    .hidden-ht-sm {
        display: none !important;
    }
}

@media(min-width: 1200px) {
    .hidden-ht-md {
        display: none !important;
    }
}

.dropdown-menu .media .media-heading {
    font-size: 16px;
}

.dropdown-menu .media .media-heading .descricao {
    font-size: 85%;
}

.dropdown-menu {
    min-width: 100%;
    font-size: 16px;
}

.dropdown-menu > .container:not(.lnt-dropdown-mega-menu) {
    max-height: 75vh;
    overflow-y: auto;
}

.mega-dropdown .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap .lnt-subcategory .lnt-category-name {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 20px 5px 13px !important;
    margin-top: 0 !important;
}


@media(max-width: 767px) {
    .hidden-lt-sm {
        display: none !important;
    }
    .dropdown-menu .container{
        padding-left: 0px;
    }
    .menu-servico {
        padding-left: 0px;
        font-size: 14px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .dropdown-menu .media .media-heading {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mega-drop-collapsado .serv-menu-title {
        text-align: left;
        font-weight: 400;
        padding: 7px 0px 7px 5px;
        cursor: default;
        font-size: 15px;
        background-color: transparent;
    }
}

@media(max-width: 991px) {
    .hidden-lt-md {
        display: none !important;
    }
}

@media(max-width: 1199px) {
    .hidden-lt-lg {
        display: none !important;
    }
}

.alert.alert-info.alert-dismissable {
    padding: 10px;
    padding-right: 35px;
    border-radius: 0;
    text-align: center;
    margin-bottom: 0;
}

.col-md-9.serv-left-border.single {
    width: 100%;
    border: none;
}

ol.background--dark li.carousel-indicator.active {
    background-color: #fff;
}

ol.background--dark li.carousel-indicator {
    border: 1px solid white;
}

ol.background--light li.carousel-indicator.active {
    background-color: #000;
}

ol.background--light li.carousel-indicator {
    border: 1px solid #000;
}

ol.background--complex li.carousel-indicator.active {
    background-color: #aaa;
}

ol.background--complex li.carousel-indicator {
    border: 1px solid #aaa;
}

li.carousel-indicator {
    transition: 500ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

@media (min-width: 1200px) {
    .nav.navbar-nav li .mega-dropdown.dropdown-menu {
        width: 100% !important;
    }
}

@media (min-width: 769px) {
    .nav.navbar-nav li .mega-dropdown.dropdown-menu {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .nav.navbar-nav li .mega-dropdown.dropdown-menu {
        width: 100% !important;
        left: 0px;
    }
}

@media (width: 768px) {
    .nav.navbar-nav li .mega-dropdown.dropdown-menu {
        width: 750px !important;
        left: 0%;
    }
    .navbar-nav > li > .dropdown-menu {
        left: 0%;
    }
}
@media (min-width: 767px) {
    .menu-servico {
        padding-left: 0px;
        font-size: 14px;
        margin-top: auto;
        margin-bottom: auto;
    }
}

#provimento85 img {
    width: 100%;
}

#provimento85-content img + div{
    padding-top: 10px;
}

#provimento85 a {
    color: rgba(0,0,0,.8);
    filter: opacity(80%);
}

#provimento85 a:hover {
    filter: opacity(100%);
    text-decoration: none;
}

@keyframes icon-appear {
    0% {
        opacity: 0;
        font-size: 0;
    }

    100% {
        opacity: 1;
        font-size: 32px;
    }
}

#whats-container {
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    max-width: 350px;
    bottom: 20px;
    right: 20px;
}

#whats-container > .whats-btn {
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    font-size: 32px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    align-self: flex-end;
    justify-content: center;
    text-decoration: none;
}

#whats-container > .whats-btn > .icon-appear {
    animation: icon-appear .25s ease;
}


#whats-container > div:first-child {
    cursor: pointer;
}

#whats-container > #whats-content {
    display: flex;
    width: 100%;
    font-size: 14px;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    transition: visibility 0s, opacity .25s ease;
    overflow-y: hidden;
    box-shadow: 2px 2px 4px #888;
    border-radius: 3px;
    position: absolute;
    min-width: 250px;
    right: 0;
    bottom: 65px;
}

#whats-container > #whats-content.hide-whats {
    display: none;
}

#whats-container > #whats-content > div {
    background-color: #1bb143;
    padding: 10px;
    width: 100%;
    display: flex;
    font-size: 16px;
    align-items: center;
}

#whats-container > #whats-content > div > i {
    font-size: 20px;
}

#whats-container > #whats-content span {
    width: 100%;
}

#whats-container > #whats-content > ul {
    background-color: #fff;
    padding: 0 0 10px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#whats-container > #whats-content > ul > li {
    padding: 10px 10px 0 10px;
}

#whats-container > #whats-content > ul > li > a {
    color: rgba(0, 0, 0, .7);
    display: block;
    transition: none;
}

#whats-container > #whats-content > ul > li > a:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.box-midias {
    z-index: 1001;
}

.slideshow-background {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media(max-width: 768px) {
    .slideshow-background .img-mobile {
        display: block;
    }

    .slideshow-background .img-desktop:not(:only-child) {
        display: none;
    }
}

@media(min-width: 769px) {
    .slideshow-background .img-mobile {
        display: none;
    }

    .slideshow-background .img-desktop:not(:only-child) {
        display: block;
    }
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.carousel-indicators li {
    border: 2px solid #4c4c4c;
    box-shadow: inset 0px 0px 1px 1px #00000066;
    width: 17px;
    height: 17px;
    margin: 0 2px;
}

.carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0 2px;
    background-color: #f3f3f3;
}

.item .img-personalizada {
    width: 100%;
    margin: 50px 20px 50px 0px;
}

.textoSlide {
    width: 100%;
    margin-left: 15px;
}

.item .img-responsive {
    border-radius: 0px;
}

.imgbox {
    display: grid;
    height: 100%;
}

.img-desktop {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.img-mobile, .img-background-mobile {
    display: none;
}

.box-personalizado {
    display: flex;
    align-items: center;
    margin: 2% 0px;
}

#custom-form .required {
    color: inherit;
}

@media (max-width: 768px) {
    .img-desktop {
        width: 100%;
        height: auto;
    }

    .box-personalizado {
        margin: 2% 0px;
    }

    .box-personalizado .img-responsive {
        max-height: 300px;
    }

}

@media (max-width: 767px) {

    .img-mobile, .img-background-mobile {
        display: block;
    }

    .img-mobile {
        width: 100%;
    }

    .img-desktop, .img-background-desktop {
        display: none;
    }

    div#divcontatoCollapsado {
        padding: 0px;
    }

}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0px;
    }
}

@media (max-width: 425px) {
    .box-personalizado .img-responsive {
        max-height: 145px;
    }
}

@media (max-width: 320px) {
    .box-personalizado .img-responsive {
        max-height: 100px;
    }
}

/* Hack for IE10 and IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    div {
        box-sizing: border-box;
    }

    .slide {
        display: block;
    }

    .slide .imgbox > .img-desktop {
        display: block;
    }

    .thumbnail .top {
        height: 100%;
    }

    .thumbnail .content {
        margin-top: 10px;
    }

    #custom-form .form-group {
        display: flex;
    }
}
/* End Hack for IE10 and IE11 */

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.d-flex-column .align-center {
    align-self: center;
}

.d-flex-column .order-1 {
    order: 1;
}

#termo-container .page-titulo .last-update {
    font-size: 12px;
    color: #afafaf;
    margin-top: -15px;
}

#termo-container .termo-print {
    display: flex;
    justify-content: flex-end;
}

#termo-container .termo-print > button {
    border: none;
    color: #827e7e;
}

#termo-container #printable {
    text-align: initial;
}

#termo-container .termo-print > button:focus {
    outline: none;
}

#contato .aceite-termos-container {
    margin-bottom: 15px;
}

#contato .aceite-termos-container > label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#contato .aceite-termos-container > label > span {
    margin-left: 5px;
    font-weight: normal;
    margin-top: 4px;
}

#contato .aceite-termos-container > label > span > a {
    text-decoration: underline;
    color: #555555;
}

div.aceite-termos-container > label {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.aceite-termos-container > label > span {
    margin-left: 5px;
}

div.aceite-termos-container > label > span > a {
    text-decoration: underline;
    color: rgb(85, 85, 85);
}

div.page-not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.page-not-found > h2 {
    display: flex;
    align-items: center;
}

div.page-not-found > h2 > i {
    font-size: 100px;
    margin-right: 15px;
}

div.page-not-found > a {
    font-size: 13px;
}

@media (max-width: 991px) {
    .template-footer .box-midias {
        text-align: center;
    }
}

.home-section-bg {
    background-position: center;
    background-repeat: no-repeat;
}

#iframe-circunscricao {
    margin-top: 30px;
}

.text-justify {
    text-align: justify;
}

#custom-form .required-field {
    color: #e74848;
}

#custom-form .required-field:hover,
#form-contato .required-field:hover {
    cursor: help;
}

.slide-into-page {
    margin-bottom: 25px;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    top: 60% !important;
}
