html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  color: #2d3d4f;
}

a {
  text-decoration: none;
}

.pricing-container {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}

.pricing-container {
  margin: 6em auto;
}

.pricing-container.full-width {
  width: 100%;
  max-width: none;
}

.pricing-list {
  margin: 2em 0 0;
}

.pricing-list>li {
  position: relative;
  /* margin-bottom: 1em; */
}

.pricing-header h2 {
  padding: 2em 2em 2em;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  text-align: center;
}

#free {
  background: linear-gradient(163deg, #FFE900, #FF13BD);
}

#pro {
  background: linear-gradient(163deg, #003DE6, #00EBFF);
}

#cor {
  background: linear-gradient(163deg, #BDF7A3, #009EE0);
}

.pricing-wrapper {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-radius: 10px;
  padding-bottom: 50px;
}

.price{
  padding: 30px;
}

.pricing-header {
  height: auto;
  pointer-events: auto;
  text-align: center;
  color: #fff;
  background-color: transparent;
}

.pricing-header h2 {
  font-size: 2.8rem;
  letter-spacing: 2px;
}

.icon {
  width: 20px;
  height: auto;
  display: inline-block;
  margin: 0px 20px 0px 20px;
  float: left;
}

.icon-text {
  display: inline-block;
  float: left;
  line-height: 22px;
}

.currency,
.value {
  font-size: 3rem;
  font-weight: 400;
  color: #202120;
}


.currency {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 700;
}

.value {
  font-size: 7rem;
  font-weight: 500;
}

.free {
  font-size: 3.5rem;
  font-weight: 500;
  color: #202120;
}

.duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #202120;
  text-transform: uppercase;
}

.exclusive .duration {
  color: #202120;
}


.duration {
  font-size: 1.4rem;
}

.pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-features {
  width: 600px;
}

.pricing-features:after {
  content: "";
  display: table;
  clear: both;
}

.pricing-features li {
  width: 100px;
  padding: 1.6em 1em;
  font-size: 300;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.pricing-features {
  width: auto;
}

.pricing-features li {
  float: none;
  width: auto;
}

.exclusive .pricing-features li {
  margin: 0 3px;
}

.pricing-features em {
  display: inline-block;
  margin-bottom: 0;
}

.pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
}

.pricing-footer {
  position: relative;
  height: auto;
  padding: 1.8em 0;
  text-align: center;
}


.select {
  display: inline-block;
  height: auto;
  padding: 1.3em 2em;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all .6s;
  width: 70%;
  color: #ffffff;
  font-weight: bold;
}

.select:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .pricing-list {
    margin: 3em 0 0;
  }

  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }

  .pricing-list>li {
    width: 33.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .has-margins .pricing-list>li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }

  .has-margins .pricing-list>li:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1500px) {
  .full-width .pricing-wrapper>li {
    padding: 2.5em 0;
  }
}

@media only screen and (min-width: 768px) {

  .pricing-wrapper>li::after {
    display: none;
  }
}