@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900&display=swap');

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Base
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: white;
  font-size: 100%;
}

html,
body {
  line-height: 1.2;
}

html {
  font-size: 100%;
}

body {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: #050100;
  color: white;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

h3 >span {
  color: #f3e506;
}

h5 >span {
  color: #f3e506;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

main {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 20px;
}

section {
  margin: 40px 0;
  text-align: center;
}

section:first-child {
  margin-top: 0;
}

section:last-child {
  margin-bottom: 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
utils
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.text-big {
  font-size: 60px;
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}

.line {
  display: block;
  width: 100%;
  height: 5px;
  background-color: white;
  margin: 20px 0;
}

.mx-1 {
  margin: 0 1rem;
}
.mt-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Custom
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero {
  width: 100%;
  /* height: 100vh; */
  position: relative;
}

.hero__container {
  width: 100%;
  /* height: 100%; */
}

.r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  /* margin-bottom: 20px; */
}

.r-center {
  justify-content: center;
  align-items: center;
}
.r-start {
  justify-content: flex-start;
  align-items: flex-start;
}

.r .c {
  width: 100%;
}

.r .c.c-left {
  max-width: 20%;
}

.r .c.c-right {
  max-width: 70%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.r .c.c-right div img {
  width: 280px;
  margin-bottom: 20px;
}

.r .c.c-right div .hero_logo_zen {
  width: 150px;
}

.r .c.c-right div img:last-child {
  margin-bottom: 0;
}

.r .c.c-right div .coupon {
  width: 100%;
  max-width: 400px;
  height: auto;
  -webkit-transform: rotate(0) skewY(-10deg);
  -ms-transform: rotate(0) skewY(-10deg);
  transform: rotate(0) skewY(-10deg);
}

.r .c.c-full {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.r .c.c-full div {
  width: 100%;
  padding: 10px;
  background-color: white;
  color: #fa7014;
}

.r .c.c-full div p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.r .c.c-full div p span:last-child {
  font-size: 24px;
}

.minifit-front{
  width: 30%;
}

.circle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.circle-4 {
  background-color: #ECAC95;
}

.circle-8 {
  background-color: #DF7257;
}

.circle-14 {
  background-color: #CD151A;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  margin: 0;
}

.social img {
  width: 20px;
  margin: 20px;
  padding: 0;
}