.bold {
  font-weight: bold
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group+.panel-footer {
  border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-right: 15px;
  padding-left: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0
}

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

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

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

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #337ab7
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #fff;
  background-color: #111;
  border-color: #111
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}

#breadcrumb li {
  display: inline
}

.main-aside li {
  margin: 0
}

.main-aside .itemFinal {
  font-size: .7em
}

.main-aside .itemFinal:before {
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  content: "\f061";
  padding-left: 10px
}

.main-aside {
  float: left;
  position: sticky;
  top: 20px;
}

.main-aside h2 {
  font-size: 1.2em;
  color: #fff;
  margin: 0 auto
}

.main-aside nav {
  position: relative;
  float: left;
  width: 100%
}

.main-aside nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.main-aside nav .sub-menu {
  margin: 0;
  padding: 0;
  color: #069
}

.main-aside nav .sub-menu li .sub-menu li a:hover {
  background: #d8dfe3
}

.main-aside nav .sub-menu li span {
  position: absolute;
  right: 0;
  cursor: pointer;
  padding: 0 6px;
  color: #337ab7;
  top: 0;
  bottom: 0;
  line-height: 2.1em
}

.main-aside nav .sub-menu li span:hover {
  background: #069;
  color: #fff
}

.main-aside nav .sub-menu li {
  padding: 0;
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 100%
}

.main-aside nav .sub-menu li a {
  box-sizing: border-box;
  padding: 5px 15px;
  background: #f4f4f4;
  float: left;
  width: 100%
}

.main-aside nav .sub-menu li a:hover {
  background: #282828;
  color: #fff
}

.main-aside nav .sub-menu li .sub-menu li a {
  margin: 0;
  background: #fff;
  border-bottom: 1px dotted #eee
}

.main-aside nav .sub-menu li:hover {
  background: #eee
}

.main-aside nav li .sub-menu {
  display: none;
  background: #fff
}

.main-aside h3 {
  /* background: #01b0e9; */
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
  font-size: 15px;
  margin: 0
}

.main-aside .callPhone {
  padding: 0;
  list-style: none;
  background: #eee
}

.main-aside .callPhone li {
  font-size: 1.2em;
  border-bottom: 1px dotted #ccc;
  padding: 10px 20px
}

.main-aside .callPhone li:last-child {
  border-bottom: 4px solid #333;
  margin-bottom: 10px
}

.main-aside .callPhone a:hover {
  background: #282828;
  color: #fff
}

.main-aside .callPhone a {
  padding: 5px 15px;
  font-size: 14px
}

.art {
  float: left;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 5px
}

.art img {
  border: 1px solid #ccc;
  width: 100%;
  height: auto
}

.art h2 {
  margin-top: 0
}

.art h2 a {
  font-size: 14px!important;
  padding: 0;
  background: 0;
  color: #8c6d32
}

.art time {
  font-size: 12px;
  color: #ccc;
  margin: 0
}

.art p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: left
}

.art a {
  text-decoration: none
}

.art .more {
  background: #1b3748;
  padding: 5px 10px;
  margin: 5px 0 0;
  float: right;
  color: #fff;
  font-size: .8em;
  border-radius: 4px
}

.art .more:hover {
  background: #8c6d32
}

.blog-item h2 {
  margin: 0;
  font-size: 20px;
  text-transform: none;
  line-height: normal;
}

.blog-item {
  background: #eee;
  margin-bottom: 5px;
  float: left;
  box-sizing: border-box;
}

.blog-item p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: normal;
}

.blog-item-large {
  width: 100%;
  margin: 5px 0;
  height: auto
}

.col_thumb-large img {
  object-fit: cover;
  height: 190px
}

.blog-item a {
  text-decoration: none;
  /* color: #888; */
  text-align: justify;
}

.col_thumb img {
  object-fit: cover;
  height: 130px
}

.buttonthumb {
  background: #383838;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 2px;
  font-size: 15px;
  text-decoration: none;
}

.gallery-blog {
  display: inline-block;
  list-style-type: none;
  list-style: none;
  background: #EEE;
  float: left;
  padding: 5px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 2px
}

.gallery-blog li {
  float: left;
  margin: 5px;
  text-align: center;
  transition: .3s
}

.gallery-blog li:hover {
  opacity: .9;
  transform: scale(1.05)
}

.gallery-blog li img {
  width: 210px;
  height: 130px;
  object-fit: cover;
  border-radius: 2px;
  border: 2px solid #ddd
}

.picture-full {
  width: 100%;
  float: left;
  object-fit: contain
}

.picture-full img {
  width: 100%;
  height: auto
}

.box_cases {
  display: block;
  box-sizing: border-box
}

.box_cases li {
  background: #fff;
  width: 24%;
  float: left;
  border: 1px solid #2172b3;
  margin: 3px;
  box-shadow: #000 1px 1px 2px 0;
  transition: 250ms
}

.box_cases li.box_cases_large {
  width: 32%
}

.box_cases li:hover {
  transform: scale(1.1)
}

.box_cases li img {
  width: 100%;
  height: auto
}

.box_cases li h2 {
  padding: 10px;
  margin: 2px auto;
  font-size: 14px;
  height: 60px
}

.box_cases li p {
  padding: 10px;
  margin: 2px auto;
  text-align: right
}

.box_cases li p a:link {
  text-decoration: none
}

.box_cases li p a:link i {
  color: #7a0000
}

.htmlchars {
  float: left;
  width: 100%
}

.htmlchars [class*="col-"] {
  float: left;
  padding: 10px;
  box-sizing: border-box
}

.htmlchars p.valor {
  text-align: right
}

.htmlchars p.valor span {
  font-weight: 800;
  color: #008000;
  font-size: 2em
}

.htmlchars p.valor_old {
  text-align: right
}

.htmlchars p.valor_old span {
  font-weight: 800;
  color: #090;
  text-decoration: line-through;
  font-size: 1em
}

.htmlchars img {
  width: 100%;
  /* max-width: 700px; */
}

.htmlchars time {
  /* color: #878787; */
  float: left;
  /*width: 100%*/
}

.htmlchars ul li {
  margin-left: 20px;
  padding: initial
}

.htmlchars ul {
  margin: 10px;
  list-style: initial
}

.htmlchars label {
  float: left;
  width: auto;
  min-width: 20%;
  margin: 5px;
  border: 1px solid #bbb;
  padding: 5px 10px;
  background: #ccc;
  border-radius: 2px;
  font-size: 12px
}

.htmlchars label:first-of-type {
  margin-left: 0
}

.htmlchars label input {
  margin-right: 5px
}

.btn_orc {
  box-sizing: border-box!important;
  padding: 10px;
  background: #014c73;
  color: #fff;
  float: left;
  font-size: 15px;
  text-decoration: none;
  text-align: center
}

.btn_enviar {
  box-sizing: border-box!important;
  padding: 29px 30px;
  border-radius: 2px;
  background: #014c73;
  color: #fff;
  float: left;
  text-decoration: none;
  margin-right: 5px;
  text-align: center
}

.btn_enviar:hover {
  background: #00caff
}

.htmlchars .btn_orc:hover {
  background: #367fba
}

.htmlchars .btn_orc.verde {
  background: #008000;
  border: 1px solid #3c763d;
  font-size: 14px
}

.htmlchars .btn_orc.verde:hover {
  background: #060
}

.htmlchars .quantidade {
  box-sizing: border-box!important;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  text-align: center;
  float: left
}

.htmlchars form {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  box-sizing: border-box
}

.htmlchars .formulario {
  width: 100%;
  margin: 0 auto;
  display: none
}

.htmlchars .formulario label {
  box-sizing: border-box!important;
  width: 100%;
  text-align: right;
  border: 0;
  padding: 5px 10px;
  margin: 0
}

.htmlchars .formulario input[type='text'],
textarea {
  box-sizing: border-box!important;
  border: 1px solid #1b3748;
  padding: 5px;
  width: 100%
}

.orcamento {
  background: #eee;
  float: left;
  padding: 20px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 2px
}

.orcamento input[type='text'],
input[type='email'],
input[type='file'],
textarea,
select {
  box-sizing: border-box!important;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  border-radius: 2px
}

.orcamento div {
  padding: 5px
}

.orcamento label {
  font-size: .8em
}

.orcamento label span {
  color: #9b1700;
  margin-left: 5px
}

.orcamento iframe {
  width: 100%;
  border: 1px solid #ccc
}

.orcamento strong {
  font-weight: 600;
  font-size: .9em;
  margin: initial
}

.orcamento p {
  margin: initial
}

.orcamento h3 {
  font-size: 1.3em;
  margin: initial
}

.j_carrinho [class*="col-"] {
  float: left;
  padding: 10px;
  box-sizing: border-box
}

.carrinho-top {
  background: #2172b3;
  color: #FFF;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  position: relative;
  float: left;
  padding: 10px 30px;
  transition: all ease-out 250ms
}

.carrinho-top:hover {
  background: #31708f;
  transition: all ease-in 250ms
}

.btn_none {
  background: #9b1700;
  color: #fff;
  padding: 1px 2px;
  border-radius: 2px
}

.j_removeCart {
  cursor: pointer
}

.modalBg {
  z-index: 99999;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%
}

.alertCart {
  z-index: 1;
  display: none;
  position: fixed;
  top: 30%;
  left: 25%;
  width: 50%;
  max-width: 360px;
  border: 1px solid #ccc;
  box-shadow: #111 2px 3px 5px 0;
  padding: 10px;
  background: #fff
}

.alertCart h2 {
  position: relative;
  margin: 0;
  padding: 10px;
  background: #367fba;
  color: #fff;
  text-align: center;
  text-transform: uppercase
}

.alertCart p {
  display: block;
  width: 100%;
  margin: 10px auto;
  float: left;
  font-size: 14px;
  text-align: left
}

.alertCart hr {
  border: 1px solid #eee;
  margin: 5px auto
}

.alertCart .btn_orc {
  font-size: 14px;
  padding: 6px 10px;
  width: 49%;
  margin-right: 1%
}

.alertCart .btn_orc:hover {
  background: #367fba
}

.alertCart button {
  border: 1px solid #060;
  width: 49%;
  border-radius: 2px;
  color: #fff;
  background: #3c763d;
  font-size: 14px;
  padding: 7px 10px;
  cursor: pointer;
  margin-left: 1%
}

.alertCart button:hover {
  background: #008000
}

.qtdCart {
  border: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
  width: 50%
}

.sobconsulta {
  color: #d60303;
  font-weight: 600;
  padding: 5px 10px;
  border: 1px solid #d60303;
  float: left;
  border-radius: 4px
}

.thumb-clientes {
  display: inline-block;
  list-style: none;
  list-style-type: none
}

.thumb-clientes li {
  padding: 15px;
  float: left;
  border: 1px solid #ccc;
  width: 280px;
  margin: 10px 7px;
  text-align: center;
  transition: .3s;
  border-radius: 5px;
  position: relative
}

.thumb-clientes li:hover {
  transform: scale(1.05)
}

.thumb-clientes img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  box-sizing: border-box
}

.thumb-clientes h2 {
  margin: initial;
  height: 50px
}

.thumb_pesquisa {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  box-sizing: border-box;
  width: 100%
}

.thumb_pesquisa li {
  box-sizing: border-box;
  float: left;
  height: 330px;
  text-align: center;
  transition: .3s;
  border-radius: 5px;
  position: relative
}

.thumb_pesquisa [class*="col-"] {
  padding: 10px;
  margin: 0
}

.thumb_pesquisa img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  box-sizing: border-box
}

.thumb_pesquisa h2 {
  margin: initial;
  line-height: normal;
}

.thumb_pesquisa h2 a {
  /* color: #2172b3; */
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

.thumb_pesquisa .btn-site3 {
  font-size: 14px;
  text-decoration: none;
  color: white;
  padding: 8px;
  background: #383838;
  width: 100%;
  border-radius: 3px;
  transition: .3s;
  margin: 0 auto;
  float: left;
  box-sizing: border-box
}

.thumb_pesquisa .btn-site3:hover {
  background: #333;
  color: white
}

.thumb_pesquisa a {
  text-decoration: none;
  /* color: white */
}

.thumb_pesquisa a:hover {
  text-decoration: none
}

.thumb_pesquisa p {
  box-sizing: border-box;
  margin: 10px auto;
  height: 33px;
  text-align: left;
  font-size: .8em
}

.thumbnails-prod {
  display: inline-block;
  list-style: none;
  list-style-type: none
}

.thumbnails-prod li {
  float: left;
  border: 2px solid #d60303;
  width: 184px;
  height: 235px;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  transition: .3s;
  padding: 15px;
  border-radius: 2px
}

.thumbnails-prod li:hover img {
  opacity: .9
}

.thumbnails-prod li:hover h2 {
  opacity: .9
}

.thumbnails-prod img {
  width: 100%;
  /*! height: 210px; */
  object-fit: cover;
  transition: .3s
}

.thumbnails-prod h2 {
  font-size: 12px;
  background: #d60303;
  padding: 5px;
  margin-top: 0;
  transition: .3s;
  border-radius: 4px
}

.thumbnails-prod a {
  text-decoration: none;
  color: white
}

.thumbnails-prod a:hover {
  text-decoration: none
}

.thumb-preco {
  padding: 10px 5px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  background-color: rgba(0, 0, 0, 0.5)
}

.thumb-preco h3,
h4 {
  margin: 0;
  padding: 3px;
  color: #fff;
  text-shadow: #000 1px 1px 2px
}

.downloads {
  display: block;
  margin: 0 auto
}

.downloads li {
  float: left;
  margin: 5px;
  border: 1px solid #ccc;
  width: 30%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box
}

.downloads li a {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 3em;
  text-decoration: none;
  border-bottom: 1px solid #337ab7;
  margin-bottom: 10px
}

.downloads li a i {
  color: #222f52
}

.downloads li h2 {
  margin: 2px auto;
  text-align: center;
  height: 50px;
  font-size: 12px
}

.downloads li p {
  text-align: left;
  font-size: .7em
}

.work-we {
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px auto
}

.work-we a {
  text-decoration: none;
  padding: 5px 10px;
  background: #2172b3;
  color: #fff;
  border-radius: 2px;
  margin: 10px;
  float: left;
  font-size: .7em
}

.work-we a:hover {
  background: #444
}

.art {
  float: left;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 5px
}

.art img {
  border: 1px solid #ccc;
  width: 100%;
  height: auto
}

.art h2 {
  margin-top: 0
}

.art h2 a {
  font-size: 14px!important;
  padding: 0;
  background: 0;
  color: #8c6d32
}

.art time {
  font-size: 12px;
  color: #ccc;
  margin: 0
}

.art p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: left
}

.art a {
  text-decoration: none
}

.art .more {
  background: #1b3748;
  padding: 5px 10px;
  margin: 5px 0 0;
  float: right;
  color: #fff;
  font-size: .8em;
  border-radius: 4px
}

.art .more:hover {
  background: #8c6d32
}

.barra_doutor {
  position: relative;
  /* width: 100%; */
  margin: 0 auto;
  float: right;
}

.barra_doutor [class*="col-"] {
  padding: 0
}

.search {
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
  z-index: 1;
  width: 100%;
  float: left;
  margin-left: 5px;
  box-sizing: border-box;
}

.search input {
  padding: 6px;
  width: 80%;
  border: 0;
  position: relative;
  font-size: 15px;
  line-height: normal;
  float: left;
  box-sizing: border-box;
}

.search i {
  font-size: 15px;
  background: #fff !important;
  border: 0;
  box-sizing: border-box;
  background: #383838;
}

.search button {
  text-align: center;
  box-sizing: border-box;
  /* width: 15%; */
  padding: 6px;
  float: right;
  border: 0;
  background: 0;
  color: #000;
  /* background: #383838; */
}

.search button:hover {
  opacity: 1;
  transition: all 250ms ease-out
}

.catalogo {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  float: left;
  padding: 10px
}

.catalogo h3 {
  display: block
}

.catalogo a {
  margin: 5px;
  background: #014c73;
  text-decoration: none;
  padding: 5px 15px;
  color: #FFF;
  font-size: 1em;
  float: left;
  border-radius: 4px
}

.idiomas {
  font-size: 2em;
  text-align: right;
  width: 100%
}

.idiomas li {
  display: inline-table
}

header nav .dropdown .sub-menu-itens {
  display: none;
  position: absolute;
  top: 0;
  left: 230px;
  margin: 0;
  height: auto;
  width: 200px
}

header nav ul li ul li .dropdown:hover .sub-menu-itens {
  display: block
}

.sliderDefault {
  background: #356aa0;
  background: -moz-linear-gradient(top, rgba(53, 106, 160, 1) 0, rgba(53, 106, 160, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(53, 106, 160, 1) 0, rgba(53, 106, 160, 1) 100%);
  background: linear-gradient(to bottom, rgba(53, 106, 160, 1) 0, rgba(53, 106, 160, 1) 100%);
  width: 100%;
  display: block;
  margin: 0 auto;
  float: left;
  border-bottom: 1px solid #ccc
}

.sliderDefault h1 {
  background: rgba(0, 0, 0, 0.5);
  font-size: 28px;
  margin: 70px auto;
  text-align: center;
  color: #fff;
  padding: 20px 0
}

.sliderDefault p {
  margin: 10px auto;
  text-align: center;
  display: block;
  color: #fff;
  text-shadow: #000 1px 1px 2px
}

.newsletter {
  margin: 10px auto;
  width: 100%;
  float: left
}

.newsletter div {
  box-sizing: border-box!important
}

.newsletter h2 {
  color: #fff
}

.newsletter input[type='text'] {
  padding: 10px;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box
}

.newsletter label {
  color: #fff;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  text-align: right
}

.newsletter .btn {
  padding: 13px;
  margin: 0 5px
}

.colpadding_none [class*="col-"] {
  padding: 5px
}

.capaProd {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box
}

.formpages [class*="col-"] {
  padding: 5px
}

.formpages {
  font-size: .9em!important
}

.formpages button {
  padding: 10px 10px;
  line-height: 15px;
  border: 1px solid #2172b3;
  width: 100%
}

.formpages input {
  box-sizing: border-box;
  padding: 10px 10px;
  line-height: 15px;
  border: 1px solid #2172b3;
  width: 100%
}

.formpages .viewpages {
  line-height: 35px;
  color: #888;
  text-align: center
}

.formpages .viewpages select {
  border: 1px solid #2172b3;
  padding: 8px 5px
}

div.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1
}

div.tab button {
  background-color: inherit;
  float: left;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 14px 16px;
  transition: .3s
}

div.tab button:hover {
  background-color: #ddd
}

div.tab button.active {
  background-color: #ccc
}

.tabcontent {
  box-sizing: border-box;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: 0
}

.none {
  display: none!important
}

.show {
  display: block!important
}

.j_load {
  z-index: 99999;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../imagens/loading.gif') 50% 50% no-repeat rgba(0, 0, 0, 0.5);
  background-size: 50px auto;
  position: fixed;
  width: 100%;
  height: 100%
}

@media(max-width:765px) {
  .barra_doutor {
    width: 100%;
  }
  .search {
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    box-sizing: border-box
  }
  .search input {
    width: 80%
  }
  .alertCart {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    box-sizing: border-box
  }
  * [class*="col-"] {
    padding: 5px
  }
}

.pull-right {
  float: right
}

.active {
  background: #fff;
  color: #2172b3
}

.btn-group button {
  display: inline-table;
  width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

.bloco {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px
}

.bloco .titulo {
  background: #069;
  margin: 0 0 20px 0;
  color: #fff;
  padding: 5px 20px
}

.th_carrinho {
  background: #2172b3;
  color: #FFF;
  text-align: center
}

.font-bold {
  font-weight: bold
}

.blog-item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #fff;
}
.mapa-contato{
  width: 100%;
  height: 450px;
  display: block;
}