@charset "UTF-8";
/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-300.woff") format("woff"), url("../fonts/montserrat-v15-latin-300.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-regular.woff") format("woff"), url("../fonts/montserrat-v15-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-500.woff") format("woff"), url("../fonts/montserrat-v15-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-600.woff") format("woff"), url("../fonts/montserrat-v15-latin-600.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-700.woff") format("woff"), url("../fonts/montserrat-v15-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.01em;
}

input,
textarea,
select,
option,
div,
button,
a,
img {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  border: 0;
}

a,
img {
  color: #55c552;
  text-decoration: none;
}

a:hover {
  color: #019651;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #F5F5F5;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1194px) {
  body {
    font-size: 14px;
  }
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 96%;
  max-width: 1200px;
  position: relative;
}

.row {
  margin: 0 -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1194px) {
  .row {
    flex-wrap: wrap;
  }
}

.col {
  padding: 0 10px;
  flex: 1;
}

.flex0 {
  flex: 0;
}

.flex-start {
  align-items: flex-start;
}

.mb {
  display: none;
}
@media only screen and (max-width: 1194px) {
  .mb {
    display: flex;
  }
}

header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 1194px) {
  header {
    padding: 6px;
  }
  header .flex0 {
    flex: 1;
  }
  header .flex0.mb {
    flex: 0;
    padding-right: 0;
  }
  header .logo img {
    max-width: 70vw;
  }
}
header #menuAnchor {
  width: 46px;
  height: 46px;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
header ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
header ul li a {
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 20px 0 0;
}
header ul li a i {
  font-size: 18px;
  margin: 0 4px 0 0;
}
header ul li a:hover {
  color: #019651;
}
@media only screen and (max-width: 1194px) {
  header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
    -ms-transition: all 120ms linear;
    transition: all 120ms linear;
  }
  header .menu.open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  header .menu ul {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #d7d7d7;
  }
  header .menu ul li {
    width: 100%;
    border-bottom: 1px dotted #d7d7d7;
  }
  header .menu ul li a {
    width: 100%;
    padding: 20px 5px;
  }
  header .menu .closemenu {
    position: absolute;
    top: 0;
    right: -38px;
    width: 38px;
    height: 38px;
    color: #fff;
    background: #a30101;
    box-shadow: 0 12px 8px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
header .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  white-space: nowrap;
}
header .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0 0 0 10px;
  color: #000;
}
header .buttons a i {
  font-size: 20px;
  margin: 0 5px 0 0;
}
header .buttons a.signin {
  background: #fff;
}
header .buttons a.signin:hover {
  color: #404040;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
header .buttons a.signup {
  color: #fff;
  background: #55c552;
  background: -moz-linear-gradient(left, #55c552 0%, #019651 100%);
  background: -webkit-linear-gradient(left, #55c552 0%, #019651 100%);
  background: linear-gradient(to right, #55c552 0%, #019651 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$green", endColorstr="$greendark",GradientType=1 );
}
header .buttons a.signup:hover {
  text-shadow: 0 0 10px #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1194px) {
  header .buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 75%;
    padding: 10px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
    -ms-transition: all 120ms linear;
    transition: all 120ms linear;
  }
  header .buttons.open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  header .buttons a {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 1194px) {
  main {
    overflow: hidden;
  }
}
main .checker {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #353535;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main .checker.disabled {
  cursor: default;
}
main .checker a {
  color: #353535;
}
main .checker a:hover {
  color: #019651;
}
main .checker span {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #019651;
  border-radius: 3px;
}
main .checker span:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: -5px;
  font-size: 18px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #353535;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
main .checker input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
main .checker input:checked ~ span:after {
  display: inline-block;
}
main .checker:not(.disabled):hover {
  color: #000;
}
main .checker:not(.disabled):hover input ~ span {
  background: #f8f8f8;
}
main section.head {
  padding: 60px 0;
  border-radius: 0 0 50px 50px;
  background: #019651;
  background: -moz-linear-gradient(left, #019651 0%, #55c552 100%);
  background: -webkit-linear-gradient(left, #019651 0%, #55c552 100%);
  background: linear-gradient(to right, #019651 0%, #55c552 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$greendark", endColorstr="$green",GradientType=1 );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1194px) {
  main section.head {
    padding: 20px 10px;
    border-radius: 0 0 20px 20px;
  }
  main section.head .col {
    width: 100%;
    flex: 1;
  }
}
main section.head .title {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  min-width: 420px;
  max-width: 420px;
  margin: 0 60px 0 0;
}
@media only screen and (max-width: 1194px) {
  main section.head .title {
    min-width: 100%;
    max-width: 100%;
    font-size: 20px;
    margin: 0 0 12px 0;
  }
}
main section.head .title strong {
  font-weight: 700;
}
main section.head button.location {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #fff;
  color: #019651;
  border-radius: 50px;
  height: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: 0;
}
@media only screen and (max-width: 1194px) {
  main section.head button.location {
    font-size: 14px;
  }
}
main section.head button.location i {
  font-size: 22px;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 1194px) {
  main section.head button.location i {
    font-size: 20px;
  }
}
main section.head span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 20px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1194px) {
  main section.head span {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}
main section.head form {
  width: 100%;
  margin: 20px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1194px) {
  main section.head form {
    margin: 0;
  }
}
main section.head form input {
  width: 100%;
  height: 60px;
  border-radius: 60px;
  padding: 0 26px 2px 26px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 15px;
  outline: 0;
}
@media only screen and (max-width: 1194px) {
  main section.head form input {
    height: 50px;
    font-size: 14px;
    padding: 0 46px 2px 26px;
  }
}
main section.head form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
main section.head form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
main section.head form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
main section.head form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
main section.head form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 26px;
  background: transparent;
  cursor: pointer;
  outline: 0;
}
@media only screen and (max-width: 1194px) {
  main section.head form button {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
main section.head.city .title, main section.head.page .title {
  max-width: 1000px;
  white-space: nowrap;
  font-size: 28px;
  text-transform: uppercase;
}
main section.head.page {
  padding: 40px 0;
}
main section.list {
  flex: 1;
  padding: 30px 0 30px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
main section.list .item {
  min-width: 270px;
  max-width: 270px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 20px 20px 0;
}
main section.list .item:nth-child(4n) {
  margin: 0 0 20px 0;
}
main section.list .item .head {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ededed;
}
main section.list .item .head .cover {
  width: 100%;
  height: 70px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 20px 20px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
main section.list .item .head .cover img {
  width: 100%;
  height: auto;
  -webkit-filter: opacity(0%);
  -moz-filter: opacity(0%);
  -ms-filter: opacity(0%);
  -o-filter: opacity(0%);
  filter: opacity(0%);
  visibility: hidden;
}
main section.list .item .head .cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
main section.list .item .head .img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #F5F5F5;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: -50px 0 10px 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main section.list .item .head .img img {
  max-width: 80%;
}
main section.list .item .head .title {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
  padding: 2px 14px 0 14px;
}
main section.list .item .head .title a {
  color: #353535;
  border-bottom: 1px dotted #fff;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}
main section.list .item .head .title a:hover {
  border-bottom: 1px dotted #353535;
}
main section.list .item .infos {
  padding: 10px 20px;
}
main section.list .item .infos li {
  font-size: 14px;
  font-weight: 400;
  margin: 4px 0;
}
main section.list .item .infos li i {
  font-size: 15px;
}
main section.list .item .infos li i[class*=check] {
  color: #019651;
}
main section.list .item .infos li i[class*=times] {
  color: #a30101;
}
main section.list .item .infos li.stars {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
main section.list .item .infos li.stars i {
  font-size: 15px;
  color: #e6ba00;
}
main section.list .item .infos li.stars i[class*=las] {
  position: absolute;
  left: 0;
  top: 1px;
}
main section.list .item .infos li.stars i[class*=las]:nth-of-type(7) {
  left: 15px;
}
main section.list .item .infos li.stars i[class*=las]:nth-of-type(8) {
  left: 30px;
}
main section.list .item .infos li.stars i[class*=las]:nth-of-type(9) {
  left: 45px;
}
main section.list .item .infos li.stars i[class*=las]:nth-of-type(10) {
  left: 60px;
}
main section.list .item .infos li.stars div {
  color: #e6ba00;
  margin: 0 0 0 6px;
  font-size: 13px;
}
main section.list .item .infos li.stars div span {
  color: #cacaca;
}
main section.list .item .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 15px 15px 15px;
}
main section.list .item .buttons a {
  height: 32px;
  border-radius: 50px;
  color: #353535;
  font-size: 14px;
  font-weight: 500;
  background: #d7d7d7;
  margin: 0 0 0 3px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1;
}
main section.list .item .buttons a[href*="wa.me"], main section.list .item .buttons a[href*=whatsapp] {
  background: #128c7e;
  color: #fff;
  margin: 0 2px 0 0;
}
main section.list .item .buttons a[href*="tel:"] {
  color: #fff;
  background: #2f89bd;
  margin: 0 2px 0 0;
}
main section.list .item .buttons a i {
  font-size: 15px;
  margin: 0 4px 0 0;
}
main section.list .item .buttons a:hover {
  -webkit-filter: opacity(80%);
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}
main section.list .pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0;
}
main section.list .pagination span, main section.list .pagination a {
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px 10px 0;
  color: #353535;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main section.list .pagination span:not(span):hover, main section.list .pagination a:not(span):hover {
  color: #019651;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
main section.list .pagination span.current, main section.list .pagination a.current {
  color: #fff;
  background: #019651;
  background: -moz-linear-gradient(top, #019651 0%, #55c552 100%);
  background: -webkit-linear-gradient(top, #019651 0%, #55c552 100%);
  background: linear-gradient(to top, #019651 0%, #55c552 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$greendark", endColorstr="$green",GradientType=1 );
}
main section.list .pagination span.pages, main section.list .pagination a.pages {
  display: none;
}
main section.list.related .item {
  min-width: 282px;
  max-width: 282px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 20px 20px 0;
}
main section.list.related .item:nth-child(4n) {
  margin: 0 0 20px 0;
}
main aside {
  min-width: 320px;
  max-width: 320px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 20px 20px;
  margin: 0 0 30px 0;
}
main aside h4 {
  padding: 20px;
  width: 100%;
}
main aside h4 span {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  color: #353535;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main aside form.search {
  width: 100%;
  height: 50px;
  background: #F5F5F5;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main aside form.search input {
  background: transparent;
  font-size: 13px;
  flex: 1;
  padding: 0 10px 0 20px;
  outline: 0;
}
main aside form.search button {
  color: #019651;
  background: transparent;
  padding: 0 20px 0 10px;
  font-size: 20px;
  cursor: pointer;
}
main aside form.search button:hover, main aside form.search button:focus {
  color: #55c552;
}
main aside .widget .title {
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px 5px 20px;
  color: #353535;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
main aside .widget .title span {
  cursor: pointer;
  padding: 2px 5px 0 5px;
  color: #4f4f4f;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -ms-transition: all 120ms linear;
  transition: all 120ms linear;
}
main aside .widget .title span:hover {
  color: #019651;
}
main aside .widget .inner {
  padding: 14px 20px;
}
main aside.single .city {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 25px 0 20px 0;
}
main aside.single .city .icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
  font-size: 30px;
  border-radius: 60px;
  margin: 0 10px 0 -20px;
  background: #019651;
  background: -moz-linear-gradient(right, #019651 0%, #55c552 100%);
  background: -webkit-linear-gradient(right, #019651 0%, #55c552 100%);
  background: linear-gradient(to left, #019651 0%, #55c552 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$greendark", endColorstr="$green",GradientType=1 );
}
main aside.single .city .t1 {
  font-size: 11px;
  color: #a6a6a6;
}
main aside.single .city .current {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main aside.single .city .current a {
  color: #000;
}
main aside.single .city .current a:hover {
  border-bottom: 1px dotted #000;
}
main aside.single .city .current small {
  font-size: 14px;
  margin: -1px 0 0 5px;
}
main aside.single .city .change {
  font-size: 11px;
}
main aside.single .buttons {
  width: 100%;
  padding: 0 20px;
}
main aside.single .buttons a {
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0 20px;
  margin: 0 0 10px 0;
  background: #353535;
  background: -moz-linear-gradient(left, #545454 0%, #353535 100%);
  background: -webkit-linear-gradient(left, #545454 0%, #353535 100%);
  background: linear-gradient(to right, #545454 0%, #353535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($gray, 8%)", endColorstr="$graydark",GradientType=1 );
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
main aside.single .buttons a i {
  font-size: 18px;
  margin: 0 6px 0 0;
}
main aside.single .buttons a[href*=whatsapp], main aside.single .buttons a[href*="wa.me"] {
  background: #128C7E;
  background: -moz-linear-gradient(left, #128C7E 0%, #075E54 100%);
  background: -webkit-linear-gradient(left, #128C7E 0%, #075E54 100%);
  background: linear-gradient(to right, #128C7E 0%, #075E54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$whatsapp_l", endColorstr="$whatsapp_r",GradientType=1 );
}
main aside.single .buttons a[href*="tel:"] {
  background: #2f89bd;
  background: -moz-linear-gradient(left, #2f89bd 0%, #23658c 100%);
  background: -webkit-linear-gradient(left, #2f89bd 0%, #23658c 100%);
  background: linear-gradient(to right, #2f89bd 0%, #23658c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue", endColorstr="darken($blue,12%)",GradientType=1 );
}
main aside.single .buttons a:hover {
  -webkit-filter: opacity(80%);
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}
main aside.single .social {
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main aside.single .social a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #000;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main aside.single .social a i {
  font-size: 20px;
}
main aside.single .social a[href*=facebook] {
  background: #5175C6;
}
main aside.single .social a[href*=instagram] {
  background: #8B1DD0;
}
main aside.single .social a[href*=twitter] {
  background: #1FA0FB;
}
main aside.single .social a[href*=youtube] {
  background: #CE0D10;
}
main aside.single .social a[href*=linkedin] {
  background: #2867B2;
}
main aside.single .social a:hover {
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -ms-filter: brightness(110%);
  -o-filter: brightness(110%);
  filter: brightness(110%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
main aside.single .stars_block {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px 10px 25px 10px;
}
main aside.single .stars_block .stars {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
main aside.single .stars_block .stars i {
  font-size: 20px;
  color: #e6ba00;
}
main aside.single .stars_block .stars i[class*=las] {
  position: absolute;
  left: 0;
  top: 1px;
}
main aside.single .stars_block .stars i[class*=las]:nth-of-type(7) {
  left: 20px;
}
main aside.single .stars_block .stars i[class*=las]:nth-of-type(8) {
  left: 40px;
}
main aside.single .stars_block .stars i[class*=las]:nth-of-type(9) {
  left: 60px;
}
main aside.single .stars_block .stars i[class*=las]:nth-of-type(10) {
  left: 80px;
}
main aside.single .stars_block .stars div {
  color: #e6ba00;
  margin: 0 0 0 6px;
  font-size: 15px;
}
main aside.single .stars_block .stars div span {
  color: #cacaca;
}
main aside.single ul li {
  font-size: 15px;
  margin: 0 0 6px 0;
}
main aside.single ul li i {
  font-size: 15px;
}
main aside.single ul li i[class*=check] {
  color: #019651;
}
main aside.single ul li i[class*=times] {
  color: #a30101;
}
main aside.single ul li.sep {
  height: 5px;
}
main aside.single ul li.small {
  font-size: 13px;
  color: #a6a6a6;
  margin: 0 0 4px 0;
}
main aside.single ul li a {
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0 20px;
  margin: 15px 0 0 0;
  background: #b3b3b3;
  background: -moz-linear-gradient(left, #b8b8b8 0%, #b3b3b3 100%);
  background: -webkit-linear-gradient(left, #b8b8b8 0%, #b3b3b3 100%);
  background: linear-gradient(to right, #b8b8b8 0%, #b3b3b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten(darken($graylight,20%), 8%)", endColorstr="lighten($gray,45%)",GradientType=1 );
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
main aside.single ul li a:hover {
  -webkit-filter: opacity(80%);
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}
main aside.single ul li a i {
  font-size: 18px;
  margin: 0 6px 0 0;
}
main.farma section.head {
  padding: 40px 0;
}
main.farma section.head .title {
  min-width: 100px;
  max-width: 880px;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.farma section.head .title small {
  font-size: 16px;
  color: #fff;
}
main.farma section.head .title a {
  color: #fff;
}
main.farma section.head .title a:hover {
  border-bottom: 1px dotted #fff;
}
main.farma section.head .share {
  text-align: right;
  margin: 0 0 -80px 0;
}
main.farma section.head .share .title {
  flex: 0;
  min-width: 10px;
  max-width: 999px;
  width: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-size: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 20px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.farma section.head .share .title i {
  margin: 0 5px -1px 0;
  font-size: 14px;
}
main.farma section.head .share .buttons {
  margin: 15px 0 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.farma section.head .share .buttons a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #000;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.farma section.head .share .buttons a i {
  font-size: 20px;
}
main.farma section.head .share .buttons a[href*=facebook] {
  background: #5175C6;
}
main.farma section.head .share .buttons a[href*=twitter] {
  background: #1FA0FB;
}
main.farma section.head .share .buttons a[href*=whatsapp] {
  background: #128c7e;
}
main.farma section.head .share .buttons a[href*=linkedin] {
  background: #2867B2;
}
main.farma section.head .share .buttons a[href*=pinterest] {
  background: #BD081C;
}
main.farma section.head .share .buttons a[href*=mailto] {
  background: #DEBC00;
}
main.farma section.head .share .buttons a:hover {
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -ms-filter: brightness(110%);
  -o-filter: brightness(110%);
  filter: brightness(110%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
main.farma section.body {
  padding: 50px 0 0 30px;
}
main.farma section.body .box {
  width: 100%;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 0 40px 0;
  position: relative;
  display: flex;
  justify-content: justify-content;
  align-items: center;
  align-content: center;
  align-items: flex-start;
}
main.farma section.body .box .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  left: -20px;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #019651;
  background: -moz-linear-gradient(left, #019651 0%, #55c552 100%);
  background: -webkit-linear-gradient(left, #019651 0%, #55c552 100%);
  background: linear-gradient(to right, #019651 0%, #55c552 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$greendark", endColorstr="$green",GradientType=1 );
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 10;
}
main.farma section.body .box .icon.img {
  width: 100px;
  height: 100px;
  background: #F5F5F5;
}
main.farma section.body .box .icon img {
  width: 85%;
}
main.farma section.body .box .icon i {
  color: #fff;
  font-size: 42px;
}
main.farma section.body .box .inner {
  padding: 30px;
  flex: 1;
  color: #000;
}
main.farma section.body .box .inner h2, main.farma section.body .box .inner h3, main.farma section.body .box .inner h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 160%;
}
main.farma section.body .box .inner p {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 160%;
}
main.farma section.body .box .inner p:last-child {
  margin: 0;
}
main.farma section.body .box .nav {
  flex: 0;
  padding: 110px 20px 30px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
main.farma section.body .box .nav i {
  font-size: 18px;
}
main.farma section.body .box .nav a {
  color: #bebebe;
}
main.farma section.body .box .nav a:hover {
  color: #353535;
}
main.farma section.body .box .nav span {
  width: 0;
  height: 60px;
  margin: 10px 0;
  border-left: 1px dotted #bebebe;
}
main.farma .title_rel {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.05);
  color: #8b8b8b;
  font-size: 18px;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 50px;
}
main.blog section.head {
  padding: 40px 0;
  position: relative;
}
main.blog section.head .title {
  min-width: 100px;
  max-width: 100%;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.blog section.head .title small {
  font-size: 16px;
  color: #fff;
}
main.blog section.head .title a {
  color: #fff;
}
main.blog section.head .title a:hover {
  border-bottom: 1px dotted #fff;
}
main.blog section.head.single .title {
  text-transform: none;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
main.blog section.head.single .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  -webkit-filter: opacity(8%);
  -moz-filter: opacity(8%);
  -ms-filter: opacity(8%);
  -o-filter: opacity(8%);
  filter: opacity(8%);
}
main.blog aside .social {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.blog aside .social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.blog aside .social ul li {
  margin: 0 10px;
}
main.blog aside .social ul li a[href*=facebook] {
  color: #5175C6;
}
main.blog aside .social ul li a[href*=instagram] {
  color: #8B1DD0;
}
main.blog aside .social ul li a[href*=twitter] {
  color: #1FA0FB;
}
main.blog aside .social ul li a[href*=youtube] {
  color: #CE0D10;
}
main.blog aside .social ul li a[href*=linkedin] {
  color: #2867B2;
}
main.blog aside .social ul li a:hover {
  -webkit-filter: opacity(60%);
  -moz-filter: opacity(60%);
  -ms-filter: opacity(60%);
  -o-filter: opacity(60%);
  filter: opacity(60%);
}
main.blog aside .social ul li i {
  font-size: 38px;
}
main.blog .list .item {
  min-width: 350px;
  max-width: 350px;
  margin: 0 30px 30px 0 !important;
}
  
main.blog .list .item .head {
  padding: 10px;
}
main.blog .list .item .head .img {
  width: 100%;
  height: 200px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}
main.blog .list .item .head .img img {
  max-width: 100%;
}
main.blog .list .item .head .img img:hover {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -ms-filter: opacity(70%);
  -o-filter: opacity(70%);
  filter: opacity(70%);
}
main.blog .list .item .head .title {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 10px 0 10px;
  margin: 0;
}
main.blog .list .item .head .title a {
  white-space: normal;
  border: 0 !important;
}
main.blog .list .item .head .title a:hover {
  color: #019651;
}
main.blog .list .item .descript {
  font-size: 14px;
  line-height: 150%;
  color: #737373;
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
}
main.blog .list .item .infos {
  font-size: 14px;
  font-weight: 400;
}
main.blog .list .item .infos a {
  color: #000;
}
main.blog .list .item .infos a:hover {
  border-bottom: 1px dotted #000;
}
main.blog .list .item .infos i {
  color: #019651;
}
main.blog .list .item .buttons {
  justify-content: flex-start;
}
main.blog .list .item .buttons a {
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0;
  margin: 0 10px 0 0;
  color: #fff;
  background: #353535;
  background: -moz-linear-gradient(left, #545454 0%, #353535 100%);
  background: -webkit-linear-gradient(left, #545454 0%, #353535 100%);
  background: linear-gradient(to right, #545454 0%, #353535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($gray, 8%)", endColorstr="$graydark",GradientType=1 );
}
main.blog .list .item .buttons span {
  flex: 0;
  white-space: nowrap;
  font-size: 13px;
  color: #8d8d8d;
}
main.blog .list.rel .item {
  min-width: 410px;
  max-width: 410px;
}
main.blog .list.rel .item .descript {
  display: none;
}
main.blog .box {
  max-width: 850px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 10px;
  margin: 30px 10px 60px 0;
  position: relative;
}
main.blog .box .head {
  width: 100%;
  border-radius: 15px;
  background-size: cover;
  position: relative;
}
main.blog .box .head img {
  width: 100%;
  height: auto;
  vertical-align: top;
  visibility: hidden;
}
main.blog .box .head .row {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  margin: 0;
  padding: 50px 12px 18px 12px;
  border-radius: 0 0 15px 15px;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba($black, .8)", endColorstr="rgba($black, 0)",GradientType=1 );
}
main.blog .box .head .row .infos {
  flex: 1;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
main.blog .box .head .row .infos div {
  margin: 0 15px 0 0;
  white-space: nowrap;
  color: #fff;
}
main.blog .box .head .row .infos div a {
  color: #fff;
}
main.blog .box .head .row .infos div a:hover {
  border-bottom: 1px dotted #fff;
}
main.blog .box .head .row .infos div i {
  color: #55c552;
}
main.blog .box .head .row .share {
  flex: 0;
  text-align: right;
  margin: 0 0 -30px 0;
}
main.blog .box .head .row .share .title {
  flex: 0;
  min-width: 10px;
  max-width: 999px;
  width: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-size: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 20px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.blog .box .head .row .share .title i {
  margin: 0 5px -1px 0;
  font-size: 14px;
}
main.blog .box .head .row .share .buttons {
  margin: 15px 0 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.blog .box .head .row .share .buttons a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #000;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.blog .box .head .row .share .buttons a i {
  font-size: 20px;
}
main.blog .box .head .row .share .buttons a[href*=facebook] {
  background: #5175C6;
}
main.blog .box .head .row .share .buttons a[href*=twitter] {
  background: #1FA0FB;
}
main.blog .box .head .row .share .buttons a[href*=whatsapp] {
  background: #128c7e;
}
main.blog .box .head .row .share .buttons a[href*=linkedin] {
  background: #2867B2;
}
main.blog .box .head .row .share .buttons a[href*=pinterest] {
  background: #BD081C;
}
main.blog .box .head .row .share .buttons a[href*=mailto] {
  background: #DEBC00;
}
main.blog .box .head .row .share .buttons a:hover {
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -ms-filter: brightness(110%);
  -o-filter: brightness(110%);
  filter: brightness(110%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
main.blog .box .content {
  padding: 40px 20px 30px 20px;
}
main.blog .box .content p {
  font-size: 16px;
  line-height: 170%;
  color: #000;
  font-weight: 400;
  margin: 0 0 18px 0;
}
main.blog .box .content p:last-child {
  margin: 0;
}
main.blog .box .content h2, main.blog .box .content h3, main.blog .box .content h4, main.blog .box .content h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 10px 0;
  color: #019651;
}
main.blog .box .content ul {
  font-size: 16px;
  line-height: 170%;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;
}
main.blog .box .content a {
  color: #000;
  border-bottom: 1px dotted #404040;
}
main.blog .box .content a:hover {
  color: #019651;
  border-bottom: 1px dotted #019651;
}
main.blog .box .bottom .share {
  flex: 1;
  text-align: left;
  margin: 0 0 -28px 20px;
}
main.blog .box .bottom .share .title {
  height: 40px;
  background: #F5F5F5;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-size: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  padding: 2px 20px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.blog .box .bottom .share .title i {
  margin: 0 5px -1px 0;
  font-size: 14px;
}
main.blog .box .bottom .share .buttons {
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.blog .box .bottom .share .buttons a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #000;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.blog .box .bottom .share .buttons a i {
  font-size: 20px;
}
main.blog .box .bottom .share .buttons a[href*=facebook] {
  background: #5175C6;
}
main.blog .box .bottom .share .buttons a[href*=twitter] {
  background: #1FA0FB;
}
main.blog .box .bottom .share .buttons a[href*=whatsapp] {
  background: #128c7e;
}
main.blog .box .bottom .share .buttons a[href*=linkedin] {
  background: #2867B2;
}
main.blog .box .bottom .share .buttons a[href*=pinterest] {
  background: #BD081C;
}
main.blog .box .bottom .share .buttons a[href*=mailto] {
  background: #DEBC00;
}
main.blog .box .bottom .share .buttons a:hover {
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -ms-filter: brightness(110%);
  -o-filter: brightness(110%);
  filter: brightness(110%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
main.blog .box .bottom .totop {
  text-align: right;
  margin: 0 20px -28px 0;
}
main.blog .box .bottom .totop a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #000;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
main.blog .box .bottom .totop a i {
  font-size: 20px;
}
main.blog .box .bottom .totop a:hover {
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -ms-filter: brightness(110%);
  -o-filter: brightness(110%);
  filter: brightness(110%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
main.blog .title_rel {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.05);
  color: #8b8b8b;
  font-size: 18px;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 50px;
}
main.login .box {
  width: 100%;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 40px 0;
  position: relative;
  display: flex;
  justify-content: justify-content;
  align-items: center;
  align-content: center;
  align-items: flex-start;
}
main.page .box {
  width: 100%;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 40px 0;
  padding: 40px;
  position: relative;
  display: flex;
  justify-content: justify-content;
  align-items: center;
  align-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 1194px) {
  footer {
    overflow: hidden;
  }
}
footer .newsletter {
  padding: 50px 0;
  border-radius: 50px 50px 0px 0px;
  background: #019651;
  background: -moz-linear-gradient(left, #019651 0%, #55c552 100%);
  background: -webkit-linear-gradient(left, #019651 0%, #55c552 100%);
  background: linear-gradient(to right, #019651 0%, #55c552 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$greendark", endColorstr="$green",GradientType=1 );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1194px) {
  footer .newsletter {
    padding: 20px 10px;
    border-radius: 20px 20px 0px 0px;
  }
}
footer .newsletter .row {
  margin: 0;
}
footer .newsletter .text {
  min-width: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1194px) {
  footer .newsletter .text {
    min-width: 100%;
    max-width: 100%;
  }
}
footer .newsletter .text h5 {
  color: #fff;
  font-size: 28px;
}
@media only screen and (max-width: 1194px) {
  footer .newsletter .text h5 {
    font-size: 15px;
    text-align: center;
  }
}
footer .newsletter .text h5 span {
  font-weight: 100;
}
footer .newsletter .form form {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1194px) {
  footer .newsletter .form form {
    margin: 10px 0 0 0;
  }
}
footer .newsletter .form input[type*=text] {
  max-width: 300px;
  min-width: 300px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  outline: 0;
}
@media only screen and (max-width: 1194px) {
  footer .newsletter .form input[type*=text] {
    min-width: 20%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 12px 15px;
  }
}
footer .newsletter .form input[type*=text]::-webkit-input-placeholder {
  color: #76ae81;
}
footer .newsletter .form input[type*=text]:-ms-input-placeholder {
  color: #76ae81;
}
footer .newsletter .form input[type*=text]::placeholder {
  color: #76ae81;
}
footer .newsletter .form input[type*=text]:focus {
  background: rgba(0, 0, 0, 0.4);
}
footer .newsletter .form button {
  height: 60px;
  padding: 0 30px;
  border-radius: 50px;
  font-size: 16px;
  color: #019651;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  outline: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1194px) {
  footer .newsletter .form button {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
    margin-left: 5px;
  }
}
footer .newsletter .form button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
footer .newsletter .form button i {
  font-size: 22px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 1194px) {
  footer .newsletter .form button i {
    font-size: 18px;
    margin: 0 5px 0 0;
  }
}
footer .partners {
  background: #efefef;
}
@media only screen and (max-width: 1194px) {
  footer .partners {
    display: none;
  }
}
footer .partners .title {
  font-size: 16px;
  color: #707070;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
footer .partners .title i {
  font-size: 30px;
  margin-right: 5px;
}
footer .partners .list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1;
  padding: 20px 30px;
}
footer .partners .list:before, footer .partners .list:after {
  content: "{";
  font-size: 80px;
  color: #d6d6d6;
  font-weight: 100;
}
footer .partners .list:after {
  content: "}";
}
footer .partners .list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1;
  flex-wrap: wrap;
}
footer .partners .list ul li {
  margin: 10px 12px;
}
footer .partners .list ul li a {
  color: #019651;
}
footer .partners .list ul li a:hover {
  border-bottom: 1px dotted #019651;
}
footer .copy {
  background: #efefef;
  padding: 30px 0;
}
footer .copy .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .copy .container .col:nth-child(2) {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
footer .copy .container .col:nth-child(2) a {
  margin-left: 10px;
}
footer .copy p {
  font-size: 16px;
  color: #a5a5a5;
}
footer .nav {
  padding: 18px 0;
  position: relative;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
footer .nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 0 0 0 10px;
}
footer .nav ul li a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 15px;
  font-weight: 600;
  margin: 0 20px 0 0;
}
footer .nav ul li a[href*=facebook] {
  color: #5175C6;
}
footer .nav ul li a[href*=instagram] {
  color: #8B1DD0;
}
footer .nav ul li a[href*=twitter] {
  color: #1FA0FB;
}
footer .nav ul li a[href*=youtube] {
  color: #CE0D10;
}
footer .nav ul li a[href*=linkedin] {
  color: #2867B2;
}
footer .nav ul li a i {
  font-weight: 400;
  font-size: 38px;
  margin: 0 4px 0 0;
}
footer .nav ul li a:hover {
  -webkit-filter: opacity(60%);
  -moz-filter: opacity(60%);
  -ms-filter: opacity(60%);
  -o-filter: opacity(60%);
  filter: opacity(60%);
}
footer .nav .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  white-space: nowrap;
}
footer .nav .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0 0 0 10px;
  color: #000;
}
footer .nav .buttons a i {
  font-size: 20px;
  margin: 0 5px 0 0;
}
footer .nav .buttons a.signin {
  background: #fff;
}
footer .nav .buttons a.signin:hover {
  color: #404040;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
footer .nav .buttons a.signup {
  color: #fff;
  background: #55c552;
  background: -moz-linear-gradient(left, #55c552 0%, #019651 100%);
  background: -webkit-linear-gradient(left, #55c552 0%, #019651 100%);
  background: linear-gradient(to right, #55c552 0%, #019651 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$green", endColorstr="$greendark",GradientType=1 );
}
footer .nav .buttons a.signup:hover {
  text-shadow: 0 0 10px #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
footer .copy .row {
  width: 100%;
}
footer .copy .row .col p {
  font-size: 15px;
}
footer .copy .row .col a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-filter: opacity(30%);
  -moz-filter: opacity(30%);
  -ms-filter: opacity(30%);
  -o-filter: opacity(30%);
  filter: opacity(30%);
}
footer .copy .row .col a:hover {
  -webkit-filter: opacity(80%);
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}
footer .copy .row .col a img {
  margin-left: 10px;
}

div[id*=modal_] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: rgba(64, 64, 64, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-filter: opacity(0%);
  -moz-filter: opacity(0%);
  -ms-filter: opacity(0%);
  -o-filter: opacity(0%);
  filter: opacity(0%);
  visibility: hidden;
}
div[id*=modal_] > .close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
div[id*=modal_] .center {
  padding: 30px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms cubic-bezier(0.075, 1.16, 0.45, 1.325);
  -moz-transition: all 400ms cubic-bezier(0.075, 1.16, 0.45, 1.325);
  -o-transition: all 400ms cubic-bezier(0.075, 1.16, 0.45, 1.325);
  transition: all 400ms cubic-bezier(0.075, 1.16, 0.45, 1.325);
}
div[id*=modal_] .center .box {
  max-width: 600px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0;
  padding: 20px 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
div[id*=modal_] .center .box .close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff;
  font-size: 18px;
  z-index: 20;
  width: 34px;
  height: 34px;
  border-radius: 40px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
div[id*=modal_] .center .box .close:hover {
  background: #353535;
}
div[id*=modal_] .center .box .title {
  font-size: 16px;
  font-weight: 600;
  color: #404040;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 22px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
div[id*=modal_] .center .box .title i {
  font-size: 18px;
  margin: 0 5px 0 0;
}
div[id*=modal_] .center .box .bottom {
  border-top: 1px solid #d7d7d7;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 24px 0 0 0;
  padding: 20px 0 10px 0;
}
div[id*=modal_] .center .box .bottom .forgot {
  font-size: 14px;
  color: #bebebe;
  border-bottom: 1px dotted #bebebe;
}
div[id*=modal_] .center .box .bottom .forgot:hover {
  color: #a4a4a4;
}
div[id*=modal_] .center .box .bottom .create {
  font-size: 14px;
  color: #019651;
  border-bottom: 1px dotted #019651;
}
div[id*=modal_] .center .box .bottom .create:hover {
  color: #016336;
}
div[id*=modal_].open {
  -webkit-filter: opacity(100%);
  -moz-filter: opacity(100%);
  -ms-filter: opacity(100%);
  -o-filter: opacity(100%);
  filter: opacity(100%);
  visibility: visible;
}
div[id*=modal_].open .center {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
div[id*=modal_][id*=_conta] .center {
  padding: 80px 30px;
}
div[id*=modal_][id*=_conta] .center > .title {
  height: 50px;
  position: absolute;
  top: 0px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  margin: 0;
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
div[id*=modal_][id*=_conta] .center > .title i {
  font-size: 18px;
  margin: 0 5px 0 0;
}
div[id*=modal_][id*=_conta] .center > .bottom {
  height: 50px;
  position: absolute;
  bottom: 20px;
  margin: 0;
  padding: 10px 30px;
  text-align: center;
}
div[id*=modal_][id*=_conta] .center > .bottom .sep {
  font-size: 12px;
  color: #d7d7d7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
div[id*=modal_][id*=_conta] .center > .bottom .sep:before, div[id*=modal_][id*=_conta] .center > .bottom .sep:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #d7d7d7;
  margin: 0 10px -2px 10px;
}
div[id*=modal_][id*=_conta] .center > .bottom a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 50px;
  padding: 0 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 20px 0 0 0;
  outline: 0;
  color: #000;
  cursor: pointer;
}
div[id*=modal_][id*=_conta] .center > .bottom a i {
  font-size: 20px;
  margin: 0 5px 0 0;
}
div[id*=modal_][id*=_conta] .center > .bottom a:hover, div[id*=modal_][id*=_conta] .center > .bottom a:focus {
  color: #404040;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-filter: opacity(90%);
  -moz-filter: opacity(90%);
  -ms-filter: opacity(90%);
  -o-filter: opacity(90%);
  filter: opacity(90%);
}
div[id*=modal_][id*=_conta] .box {
  margin: 0 10px;
  padding: 25px 30px;
  font-size: 15px;
}
div[id*=modal_][id*=_conta] .box ul {
  width: 100%;
  margin: 0 0 10px 0;
}
div[id*=modal_][id*=_conta] .box ul li {
  margin: 6px 0;
  color: #404040;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
div[id*=modal_][id*=_conta] .box ul li i {
  color: #019651;
  margin: 0 5px 0 0;
}
div[id*=modal_][id*=_conta] .box a[class*=button_] {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 25px;
  background: #353535;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
div[id*=modal_][id*=_conta] .box a[class*=button_] i {
  font-size: 18px;
  margin: 0 6px 0 0;
}
div[id*=modal_][id*=_conta] .box a[class*=button_].button_cliente {
  background: #353535;
  background: -moz-linear-gradient(left, #545454 0%, #353535 100%);
  background: -webkit-linear-gradient(left, #545454 0%, #353535 100%);
  background: linear-gradient(to right, #545454 0%, #353535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($gray, 8%)", endColorstr="$graydark",GradientType=1 );
}
div[id*=modal_][id*=_conta] .box a[class*=button_].button_farmacia {
  background: #55c552;
  background: -moz-linear-gradient(left, #55c552 0%, #019651 100%);
  background: -webkit-linear-gradient(left, #55c552 0%, #019651 100%);
  background: linear-gradient(to right, #55c552 0%, #019651 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$green", endColorstr="$greendark",GradientType=1 );
}
div[id*=modal_][id*=_conta] .box a[class*=button_]:hover {
  text-shadow: 0 0 10px #fff;
  -webkit-filter: opacity(80%);
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}

.formLogin {
  width: 300px;
}
.formLogin .formitem {
  width: 100%;
  position: relative;
}
.formLogin .formitem label {
  position: absolute;
  top: 0;
  left: 0;
  color: #019651;
  width: 50px;
  height: 50px;
  font-size: 16px;
  padding: 0 0 0 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.formLogin .formitem input {
  width: 100%;
  height: 50px;
  border: 1px solid #bebebe;
  border-radius: 50px;
  outline: 0;
  margin: 0 0 10px 0;
  padding: 0 25px 0 50px;
}
.formLogin .formitem input:focus {
  border: 1px solid #717171;
}
.formLogin .formitem .eye {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  padding: 0 8px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.formLogin .formitem .eye i {
  color: #d7d7d7;
}
.formLogin .formitem .eye i.la-eye {
  color: #404040;
}
.formLogin button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0;
  outline: 0;
  color: #000;
  cursor: pointer;
}
.formLogin button i {
  font-size: 20px;
  margin: 0 5px 0 0;
}
.formLogin button:hover, .formLogin button:focus {
  color: #404040;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.formLogin .loadingDefault {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: none;
}
.formLogin .loadingDefault.show {
  display: flex;
}
.formLogin .loadingDefault i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  color: #404040;
}
.formLogin .loadingDefault i.la-check {
  color: #019651;
}
.formLogin .loadingDefault i:not(.la-check) {
  animation: spinner 1200ms linear infinite;
  -o-animation: spinner 1200ms linear infinite;
  -ms-animation: spinner 1200ms linear infinite;
  -moz-animation: spinner 1200ms linear infinite;
  -webkit-animation: spinner 1200ms linear infinite;
}
.formLogin .alert {
  width: 100%;
  padding: 0;
  background: #a30101;
  color: #fff;
  font-size: 14px;
  margin: 0;
  border-radius: 50px;
  text-align: center;
}
.formLogin .alert.show {
  padding: 10px 20px;
  margin: 0 0 10px 0;
}

.skmb-registration-widget-form {
  width: 100%;
}
.skmb-registration-widget-form .skmb-validate-form {
  width: 100%;
}
.skmb-registration-widget-form .skmb-validate-form table {
  width: 100%;
}
.skmb-registration-widget-form .skmb-validate-form table tbody {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.skmb-registration-widget-form .skmb-validate-form table tr {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
}
.skmb-registration-widget-form .skmb-validate-form table tr td {
  width: 100%;
}
.skmb-registration-widget-form .skmb-validate-form table tr td label {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.skmb-registration-widget-form .skmb-validate-form table tr td input {
  background: #F5F5F5;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  outline: 0;
  padding: 0 20px;
}
.skmb-registration-widget-form .skmb-validate-form table tr td input:focus {
  background: #ededed;
}
.skmb-registration-widget-form .skmb-validate-form table tr.skmb-registration-membership-level-row {
  display: none;
}
.skmb-registration-widget-form .skmb-validate-form .skmb-registration-submit {
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0 50px;
  margin: 10px 0 0 0;
  cursor: pointer;
  outline: 0;
  background: #353535;
  background: -moz-linear-gradient(left, #545454 0%, #353535 100%);
  background: -webkit-linear-gradient(left, #545454 0%, #353535 100%);
  background: linear-gradient(to right, #545454 0%, #353535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($gray, 8%)", endColorstr="$graydark",GradientType=1 );
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.skmb-registration-widget-form .skmb-validate-form .skmb-registration-submit:hover, .skmb-registration-widget-form .skmb-validate-form .skmb-registration-submit:focus {
  -webkit-filter: opacity(80%);
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}

.formError {
  top: 25px !important;
}
.formError .formErrorContent {
  min-width: 220px !important;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
