@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);@import url(https://fonts.googleapis.com/css2?family=Jost&display=swap);* {
  margin: 0;
  padding: 0;
}

.points {
  display: flex;
  justify-content: center;
  align-items: center;
}

.points-value {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.points-value .value {
  font-size: 1.5rem;
  margin: 5px;
}

.points-value .text {
  font-size: 0.7rem;
}

.wrapper {
  width: 300px;
  position: relative;
}

.wrapper .menu-btn {
  left: 20px;
  top: 10px;
  background: rgba(20, 50, 80, 0.9);
  color: #fff;
  height: 45px;
  width: 45px;
  z-index: 9999;
  border: 1px solid #333;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.wrapper .menu-btn i {
  position: absolute;
  font-size: 23px;
  transition: all 0.3s ease;
}

.wrapper .menu-btn i.fa-times {
  opacity: 0;
}

#sidebar {
  position: fixed;
  background: rgba(20, 50, 80, 0.9);
  height: 100%;
  width: 270px;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

#sidebar .title {
  line-height: 65px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #f2f2f2;
  border-bottom: 1px solid #222;
}

#sidebar .list-items {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
}

#sidebar .list-items li {
  line-height: 40px;
  text-align: center;
  height: 40px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin: 20px;
  text-transform: uppercase;
}

#sidebar .list-items li:first-child {
  border-top: none;
}

#sidebar .list-items li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  width: 100%;
  display: block;
}

#sidebar .list-items li a i {
  margin-right: 20px;
}

#sidebar .list-items li.selected {
  background: rgba(255, 255, 255, 0.1);
}

#sidebar .list-items .icons {
  width: 100%;
  height: 40px;
  text-align: center;
  position: absolute;
  bottom: 100px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sidebar .list-items .icons a {
  height: 100%;
  width: 40px;
  display: block;
  margin: 0 5px;
  font-size: 18px;
  color: #f2f2f2;
  background: rgba(20, 50, 80, 0.8);
  border-radius: 5px;
  border: 1px solid #383838;
  transition: all 0.3s ease;
}

#sidebar .list-items .icons a:hover {
  background: #404040;
}

.list-items .icons a:first-child {
  margin-left: 0px;
}

.content .header {
  font-size: 45px;
  font-weight: 700;
}

.content p {
  font-size: 40px;
  font-weight: 700;
}

nav#sidebar-top {
  width: 100%;
  padding: 20px;
  top: 0px;
  left: 0px;
  position: absolute;
  height: 80px;
  opacity: 0.9;
  display: flex;
  background-color: green;
}

img.top-header-img-profile {
  width: 35px;
}

div.top-header-user {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding-right: 2rem;
}

nav#sidebar-top ul.list-items {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 0rem;
}

nav#sidebar-top div.image-profile {
  margin: 3.5rem !important;
}

nav#sidebar-top ul.list-items li {
  margin-right: 2.5rem;
  padding-top: 0.5rem;
}

nav#sidebar-top ul.list-items li a {
  color: white;
  font-weight: 600;
}

nav#sidebar-top ul.list-items div.logo {
  display: none;
}

nav#sidebar-top-2 {
  width: 100%;
  padding: 20px;
  top: 0px;
  left: 0px;
  position: relative;
  height: 80px;
  opacity: 0.9;
  display: flex;
  background-color: white;
  color: #4d4d4d;
}

nav#sidebar-top-2 img.logo-top-header-2 {
  width: 200px;
  align-self: center;
}

img.top-header-img-profile {
  width: 40px;
}

div.top-header-user {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding-right: 2rem;
}

nav#sidebar-top-2 ul.list-items {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 0rem;
}

nav#sidebar-top-2 div.image-profile {
  margin: 3.5rem !important;
}

nav#sidebar-top-2 ul.list-items li {
  margin-left: 2.5rem;
  padding-top: 0.5rem;
}

nav#sidebar-top-2 ul.list-items li a {
  color: #4d4d4d;
  font-weight: 600;
}

nav#sidebar-top-2 ul.list-items li a:hover {
  color: green;
  text-decoration: none;
}

nav#sidebar-top-2 ul.list-items div.logo {
  display: none;
}

nav#sidebar-top-2 .text-white {
  color: #4d4d4d;
}

footer.footer-marc {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  height: 250px;
  border-top: 10px solid #cbb77e;
  background-color: #333333;
  position: relative;
  bottom: 0;
  padding: 50px;
  color: #ececec;
}

footer.footer-marc .info {
  padding-right: 0px;
}

footer.footer-marc .info p {
  font-size: 16px;
  margin-bottom: 3px;
}

footer.footer-marc p a {
  font-size: 22px;
  color: #ececec;
}

footer.footer-marc a.marchiol-site {
  color: green;
  font-weight: bold;
  font-size: 25px;
}

footer.footer-marc div.cont-footer-marc {
  margin: auto;
}

.thumbnail > span,
.thumbnail > a {
  height: auto;
}

.header .logo {
  width: 11rem;
}

.logo-inner {
  padding: 10px;
}

section.how-it-works-section .title-wrapper,
section.how-it-works-section .grid-container {
  background-color: #faf0f0 !important;
}

section.how-it-works-section .title-wrapper {
  padding: 8rem;
}

section.how-it-works-section .title {
  text-transform: uppercase;
}

section.how-it-works-section .hiw-text-wrapper {
  font-size: 1.15em;
}

section.how-it-works-section .hiw-icons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  vertical-align: middle;
  margin-bottom: 3rem;
}

section.how-it-works-section .hiw-icons-wrapper .hiw-icon {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
}

@media (max-width: 991.98px) {
  .section-block {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.loader-box {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid currentcolor;
  border-radius: 3px;
  font-size: 30px;
  padding: 1em;
  position: relative;
  margin-bottom: 0.25em;
  vertical-align: top;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
}

.loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

[class*=loader-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.loader-05 {
  border: 0.2em solid transparent;
  border-top-color: white;
  border-radius: 50%;
  -webkit-animation: 1s loader-05 linear infinite;
          animation: 1s loader-05 linear infinite;
  position: relative;
}

@-webkit-keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fix-height-slider {
  max-height: 600px;
}

