/*!
Theme Name: Smartfit
Theme URI: https://www.wvtodoz.com.br
Author: WV_Todoz
Author URI: https://www.wvtodoz.com.br
Description: Smartfit 2024
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: #c99704;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.text-sm {
  font-size: 0.85rem;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  outline: none;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;

}


output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.wh-3 {
  width: 3rem;
  height: 3rem;
}

@media (max-width:1400px) {
  .wh-3 {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.bg-black {
  background-color: #000;
}

.text-black {
  color: #000;
}

.h-4 {
  height: 4rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

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

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #000;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 80vw;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

a.bg-info:hover {
  background-color: #2bc3ff !important;
  color: #000;
}

a.bg-success:hover {
  background-color: #8EE068 !important;
  color: #000;
}

a.bg-warning:hover {
  background-color: #ffd34e !important;
  color: #000;
}

a.bg-secondary:hover {
  background-color: #c4c4c4 !important;
  color: #000;
}

.sec-title {
  position: relative;
}

.sec-title span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 1rem;
}

.sec-title:before {
  position: absolute;
  top: 50%;
  border-top: 3px solid #000;
  width: 100%;
  content: "";
  display: block;
  z-index: 1;
  margin-top: -2px;
}

.card .img-replace {
  display: flex;
  background-size: cover;
  height: 250px;
  background-position: center;
}

.card-img,
.card {
  position: relative;
  align-items: stretch;
  justify-content: space-around;
}

.label {
  position: absolute;
  top: 0;
  background: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  color: #F8B904;
  font-weight: 800;
  left: 0;
  z-index: 2;
  font-size: 1.25rem;
}

.label:after {
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  bottom: -35px;
  font-size: 3rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.social-network .label {
  top: -65px;
  right: 0;
  left: initial;
  font-size: 1.5rem;
}

.social-network .label:after {
  bottom: -39px;
}

@media (max-width: 1400px) {
  .social-network .label {
    top: -55px;
  }
}

@media(max-width:480px) {
  .social-network .label {
    font-size: 1rem;
    top: -45px;
    right: 15px;
  }

  .social-network .label:after {
    bottom: -37px;
  }
}

.card.saude .card-icon,
.card.saude .card-body {
  background-color: #00A5E6;
}

.card.nutricao .card-icon,
.card.nutricao .card-body {
  background-color: #37C90A;
}

.card.fitness .card-icon,
.card.fitness .card-body {
  background-color: #F8B904;
}

.card.academia .card-icon,
.card.academia .card-body {
  background-color: #888;
}

.card-body a {
  color: #000;
}

.card-tag {
  position: absolute;
  left: 0;
  text-align: center;
  right: 0;
  bottom: 0;
  display: block;
  margin-bottom: -2rem;
}

.flex-column-reverse .card-tag {
  top: 0;
  bottom: initial;
  margin-top: -2rem;
  margin-bottom: 0;
}

.card-tag .card-icon {
  padding: 1rem;
  border-radius: 50%;
  display: inline-flex;
  height: 64px;
}

.card-icon svg {
  width: 32px !important;
  height: auto;
}


.leia-mais {
  text-decoration: underline;
  font-weight: bold;
}

.category-nutricao .leia-mais {
  color: #37C90A;
}

.category-saude .leia-mais {
  color: #00A5E6;
}

.category-fitness .leia-mais {
  color: #F8B904;
}

.category-academia .leia-mais {
  color: #000;
}

.social-network .list-inline-item a {
  margin-top: 5px;
}

@media(max-width:480px) {
  .horizontal-scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .horizontal-scroll .card {
    width: 85%;
  }
}

#search-form label.input-group-append {
  cursor: pointer;
}

.headline a:hover {
  color: #fff;
}

.aioseo-breadcrumbs a {
  color: #000;
}

.aioseo-breadcrumbs a:hover {
  text-decoration: underline;
}

.w-max-content {
  width: max-content;
}
.rounded-5 {
  border-radius: 25px;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 465px;
    padding: 12px;
    background-color: #fff;
    border-radius: 10px;
    border: 0;
    font-size: 15px;
    color: #8d8d8d;
}
.bg-gray{
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .h-md-100{
    height: 100%;
  }
}

.list-unstyled{
  padding-left: 0;
  list-style: none;
}
.aioseo-breadcrumbs a{
  text-decoration: underline;
  color: #111;
}
.aioseo-breadcrumbs a:hover{
  color: #000;
}
.thumbnail{
  background-repeat: no-repeat;
  height: 360px;
  background-position: center;
  background-size: cover;
  text-indent: -9000000px;
  overflow: hidden;
}