/* -- footer -- */
html {
  position: relative;
  min-height: 100%;
  margin: 0px;
}
body {
  margin-bottom: 60px;
  font-family: 'Khand', sans-serif;
  background-color: #E6E1CB;
  height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #6B2424;
}
.container .text-muted {
  margin: 20px 0;
  color: #E6E1CB;
}
.en{
  display: none;
}
.pt{
  display: block;
}
/* .navrs{
  background-color: #6B2424;
  position: fixed;
  width: 100%;
  display: inline-block;
  float: none;
}
.navbar-header{
  width: 80%;
    margin: 0 auto;
}
.navars{
  text-align: center;
}
.navbarimage{
  max-width: 30px;
} */
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/* -- -- */
h2{
  letter-spacing: 3px;
  font-weight: bold;
  color: #6B2424;
}
h3 {
  display:inline-block;
  font-size: 32px;
  line-height: 36px;
  position: relative;
  margin-top:28px;
  margin-bottom:15px;
  color: #6B2424;
}
h5 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
  font-weight: 400;
  color: #6B2424;
}
.item {
  position: relative;
  overflow: hidden;
  margin-bottom:20px;
}
.item h4, .price, .pricemd {
  z-index: 0;
  position: relative;
  right: 0;
  position: absolute;
}
.item .price {
  padding-left: 8px;
}
.item h4, .item p {
  clear: both;
  color: #6B2424;
}
.item p {
  clear: both;
  color: #938372;
  margin-left:10px;
}
.dots {
  background-image: linear-gradient(to right,rgba(56,47,47,.5) 33%,rgba(0,0,0,0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 22px;
}
/* Dots in IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dots {
    background: transparent url('/img/dot.gif') repeat-x bottom left;
  }
}
.header{
  padding: 35px 0px;
}
.logo{
  width: 65%;
  max-width: 400px;
  height: auto;
  padding-bottom: 30px;
}
.language{
  text-decoration: underline;
  color: #6B2424;
  border: 0px;
  background-color: Transparent;
}
.badge {
  display: inline-block;
  padding: 0 10px;
  background: #d2c82a;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border: 1px solid rgba(0,0,0,.05);
  letter-spacing: 1px;
  border-radius: 3px;
  margin: -5px 5px 0 0;
}
.note {
  padding: 0 6px;
  min-width: 23px;
  background: rgba(0,0,0,0);
  border: 1px solid #6B2424;
  color: #6B2424;
  box-sizing: border-box;
  border-radius: 500px;
  line-height: 21px;
}
.speciality {
  color:#b83c26;
  border-color:#b83c26;
}
.price, .pricemd {
  position: absolute;
  font-size:20px;
  font-weight:400;
  right: 0;
  color: #6B2424;
}
.pricemd {
  padding-right: 30%;
}
.itempt{
  display: inline-block;
}
.item h4 {
  padding-right: 8px;
  max-width: 80%;
  text-transform: capitalize;
  margin-bottom:4px;
  position: relative;
}
.dosediv{
  margin-bottom: 35px;
}
.mdose{
  padding-right: 30%;
}
.dose, .unidade{
  margin-right: 15px;
}
.dose, .unidade, .mdose{
  position: absolute;
  font-size:16px;
  font-weight:500;
  right: 0;
  color: #6B2424;
}
