@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?2rw64u');
  src: url('fonts/icomoon.eot?2rw64u#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2rw64u') format('truetype'),
    url('fonts/icomoon.woff?2rw64u') format('woff'),
    url('fonts/icomoon.svg?2rw64u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-integrativa:before {
  content: "\e900";
}

.icon-autoimune:before {
  content: "\e901";
}

.icon-metabolismo:before {
  content: "\e902";
}

.icon-emagrecimento:before {
  content: "\e903";
}

html .featured-box-primary .icon-featured {
  font-size: 60px;
}

.featured-box h4 {
  min-height: 65px;
}

@media only screen and (min-width: 576px) {
  .featured-box .box-content {
    min-height: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .featured-box .box-content {
    min-height: 900px;
  }
}

@media only screen and (min-width: 992px) {
  .featured-box .box-content {
    min-height: 900px;
  }
}

@media only screen and (min-width: 1200px) {
  .featured-box .box-content {
    min-height: 720px;
  }
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

.dm-sans {
  font-family: 'DM Sans', sans-serif;
}

#header .header-border-bottom {
  border-bottom: none !important;
}

.text-color-brown {
  color: #403521 !important;
}

.text-colo-gold {
  color: #dfb800 !important
}

.owl-dot.active span {
  background-color: #403521 !important;
}

.owl-dot:hover span {
  background-color: #403521 !important;
}

.list.list-icons.list-icons-lg li {
  padding-left: 40px !important;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  color: #fff;
  background-color: #20b959;
}

.my-float {
  margin-top: 16px;
}

.toggle .toggle>label, .toggle .toggle>.toggle-title {
  color: #403521 !important;
}

html .toggle-primary .toggle.active>label, html .toggle-primary .toggle.active>.toggle-title {
  color: #403521 !important;
}

.toggle>.toggle-content>p {
  font-weight: 500 !important;
  color: #000 !important;
}