/* RESET */
html {
  height: 100%;
  overflow: auto;
}
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  line-height: 1em;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
hr {
  display: none;
}
textarea {
  overflow: auto;
}
input,
textarea {
  border: none;
}
select {
  -webkit-appearance: none;
}
button {
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
}
iframe {
  border: none;
  overflow: hidden;
}
* {
  outline: 0 none;
}
a,
a:hover {
  text-decoration: none;
}
figure {
  margin: 0;
}
/* CLEARFIX */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
/* PLACEHOLDER */
::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
}
:-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
}
::-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* CLASSES PADROES */
.ir {
  text-indent: -100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  background-color: #FFF;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8020;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 62px;
  margin-top: -23px;
  cursor: pointer;
  z-index: 8040;
  background-repeat: no-repeat;
  background-position: 0 -21px;
}
.fancybox-prev,
.fancybox-next {
  background: url('../img/arrow-slick2.png') no-repeat;
}
.fancybox-prev,
.fancybox-prev span {
  left: -76px;
  top: 261px;
}
.fancybox-next,
.fancybox-next span {
  right: -75px;
  top: -280px;
  transform: rotate(-180deg);
}
.fancybox-next span {
  margin-top: -23px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 20px;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000;
}
#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  z-index: 8030;
  text-align: left;
}
.fancybox-title-float-wrap .child {
  display: block;
  padding: 7px 20px;
  background: #FFF;
  color: #58595b;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-inside-wrap {
  margin-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
  opacity: 0.6;
  filter: alpha(opacity=6);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 00px;
  right: -70px;
  width: 62px;
  height: 62px;
  cursor: pointer;
  z-index: 8040;
  background: url('../img/close.png') no-repeat;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/overlay2.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 3%;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
.inputFile {
  position: relative;
  height: 62px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e6e7e8;
  background: #e6e7e8;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.inputFile.error {
  border-color: #fc949e;
}
.inputFile.error span {
  color: #fc949e;
}
.inputFile.disabled {
  cursor: default;
  opacity: 0.6;
  filter: alpha(opacity=6);
}
.inputFile.disabled input {
  cursor: default;
}
.inputFile span {
  display: block;
  font: 500 1.8em 'Montserrat';
  line-height: 120%;
  line-height: 100%;
  padding: 10px 12px;
}
.inputFile span.placeholder {
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
  color: #030303;
  line-height: 120%;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.inputFile span.placeholder.error {
  color: #fc949e;
}
.inputFile input {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bg-cor1 {
  background: #E50077;
}
.bg-cor2 {
  background: #FFDC00;
}
.color-black {
  color: #000;
}
.box-s {
  box-sizing: border-box;
}
/* Font-size - 1 até 200
///////////////////////////////////////////////////////////
*/
.fs-1 {
  font-size: 1px !important;
}
.fs-2 {
  font-size: 2px !important;
}
.fs-3 {
  font-size: 3px !important;
}
.fs-4 {
  font-size: 4px !important;
}
.fs-5 {
  font-size: 5px !important;
}
.fs-6 {
  font-size: 6px !important;
}
.fs-7 {
  font-size: 7px !important;
}
.fs-8 {
  font-size: 8px !important;
}
.fs-9 {
  font-size: 9px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-27 {
  font-size: 27px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-29 {
  font-size: 29px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-31 {
  font-size: 31px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-33 {
  font-size: 33px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-37 {
  font-size: 37px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-39 {
  font-size: 39px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-41 {
  font-size: 41px !important;
}
.fs-42 {
  font-size: 42px !important;
}
.fs-43 {
  font-size: 43px !important;
}
.fs-44 {
  font-size: 44px !important;
}
.fs-45 {
  font-size: 45px !important;
}
.fs-46 {
  font-size: 46px !important;
}
.fs-47 {
  font-size: 47px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-49 {
  font-size: 49px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-51 {
  font-size: 51px !important;
}
.fs-52 {
  font-size: 52px !important;
}
.fs-53 {
  font-size: 53px !important;
}
.fs-54 {
  font-size: 54px !important;
}
.fs-55 {
  font-size: 55px !important;
}
.fs-56 {
  font-size: 56px !important;
}
.fs-57 {
  font-size: 57px !important;
}
.fs-58 {
  font-size: 58px !important;
}
.fs-59 {
  font-size: 59px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-61 {
  font-size: 61px !important;
}
.fs-62 {
  font-size: 62px !important;
}
.fs-63 {
  font-size: 63px !important;
}
.fs-64 {
  font-size: 64px !important;
}
.fs-65 {
  font-size: 65px !important;
}
.fs-66 {
  font-size: 66px !important;
}
.fs-67 {
  font-size: 67px !important;
}
.fs-68 {
  font-size: 68px !important;
}
.fs-69 {
  font-size: 69px !important;
}
.fs-70 {
  font-size: 70px !important;
}
.fs-71 {
  font-size: 71px !important;
}
.fs-72 {
  font-size: 72px !important;
}
.fs-73 {
  font-size: 73px !important;
}
.fs-74 {
  font-size: 74px !important;
}
.fs-75 {
  font-size: 75px !important;
}
.fs-76 {
  font-size: 76px !important;
}
.fs-77 {
  font-size: 77px !important;
}
.fs-78 {
  font-size: 78px !important;
}
.fs-79 {
  font-size: 79px !important;
}
.fs-80 {
  font-size: 80px !important;
}
.fs-81 {
  font-size: 81px !important;
}
.fs-82 {
  font-size: 82px !important;
}
.fs-83 {
  font-size: 83px !important;
}
.fs-84 {
  font-size: 84px !important;
}
.fs-85 {
  font-size: 85px !important;
}
.fs-86 {
  font-size: 86px !important;
}
.fs-87 {
  font-size: 87px !important;
}
.fs-88 {
  font-size: 88px !important;
}
.fs-89 {
  font-size: 89px !important;
}
.fs-90 {
  font-size: 90px !important;
}
.fs-91 {
  font-size: 91px !important;
}
.fs-92 {
  font-size: 92px !important;
}
.fs-93 {
  font-size: 93px !important;
}
.fs-94 {
  font-size: 94px !important;
}
.fs-95 {
  font-size: 95px !important;
}
.fs-96 {
  font-size: 96px !important;
}
.fs-97 {
  font-size: 97px !important;
}
.fs-98 {
  font-size: 98px !important;
}
.fs-99 {
  font-size: 99px !important;
}
.fs-100 {
  font-size: 100px !important;
}
.fs-101 {
  font-size: 101px !important;
}
.fs-102 {
  font-size: 102px !important;
}
.fs-103 {
  font-size: 103px !important;
}
.fs-104 {
  font-size: 104px !important;
}
.fs-105 {
  font-size: 105px !important;
}
.fs-106 {
  font-size: 106px !important;
}
.fs-107 {
  font-size: 107px !important;
}
.fs-108 {
  font-size: 108px !important;
}
.fs-109 {
  font-size: 109px !important;
}
.fs-110 {
  font-size: 110px !important;
}
.fs-111 {
  font-size: 111px !important;
}
.fs-112 {
  font-size: 112px !important;
}
.fs-113 {
  font-size: 113px !important;
}
.fs-114 {
  font-size: 114px !important;
}
.fs-115 {
  font-size: 115px !important;
}
.fs-116 {
  font-size: 116px !important;
}
.fs-117 {
  font-size: 117px !important;
}
.fs-118 {
  font-size: 118px !important;
}
.fs-119 {
  font-size: 119px !important;
}
.fs-120 {
  font-size: 120px !important;
}
.fs-121 {
  font-size: 121px !important;
}
.fs-122 {
  font-size: 122px !important;
}
.fs-123 {
  font-size: 123px !important;
}
.fs-124 {
  font-size: 124px !important;
}
.fs-125 {
  font-size: 125px !important;
}
.fs-126 {
  font-size: 126px !important;
}
.fs-127 {
  font-size: 127px !important;
}
.fs-128 {
  font-size: 128px !important;
}
.fs-129 {
  font-size: 129px !important;
}
.fs-130 {
  font-size: 130px !important;
}
.fs-131 {
  font-size: 131px !important;
}
.fs-132 {
  font-size: 132px !important;
}
.fs-133 {
  font-size: 133px !important;
}
.fs-134 {
  font-size: 134px !important;
}
.fs-135 {
  font-size: 135px !important;
}
.fs-136 {
  font-size: 136px !important;
}
.fs-137 {
  font-size: 137px !important;
}
.fs-138 {
  font-size: 138px !important;
}
.fs-139 {
  font-size: 139px !important;
}
.fs-140 {
  font-size: 140px !important;
}
.fs-141 {
  font-size: 141px !important;
}
.fs-142 {
  font-size: 142px !important;
}
.fs-143 {
  font-size: 143px !important;
}
.fs-144 {
  font-size: 144px !important;
}
.fs-145 {
  font-size: 145px !important;
}
.fs-146 {
  font-size: 146px !important;
}
.fs-147 {
  font-size: 147px !important;
}
.fs-148 {
  font-size: 148px !important;
}
.fs-149 {
  font-size: 149px !important;
}
.fs-150 {
  font-size: 150px !important;
}
.fs-151 {
  font-size: 151px !important;
}
.fs-152 {
  font-size: 152px !important;
}
.fs-153 {
  font-size: 153px !important;
}
.fs-154 {
  font-size: 154px !important;
}
.fs-155 {
  font-size: 155px !important;
}
.fs-156 {
  font-size: 156px !important;
}
.fs-157 {
  font-size: 157px !important;
}
.fs-158 {
  font-size: 158px !important;
}
.fs-159 {
  font-size: 159px !important;
}
.fs-160 {
  font-size: 160px !important;
}
.fs-161 {
  font-size: 161px !important;
}
.fs-162 {
  font-size: 162px !important;
}
.fs-163 {
  font-size: 163px !important;
}
.fs-164 {
  font-size: 164px !important;
}
.fs-165 {
  font-size: 165px !important;
}
.fs-166 {
  font-size: 166px !important;
}
.fs-167 {
  font-size: 167px !important;
}
.fs-168 {
  font-size: 168px !important;
}
.fs-169 {
  font-size: 169px !important;
}
.fs-170 {
  font-size: 170px !important;
}
.fs-171 {
  font-size: 171px !important;
}
.fs-172 {
  font-size: 172px !important;
}
.fs-173 {
  font-size: 173px !important;
}
.fs-174 {
  font-size: 174px !important;
}
.fs-175 {
  font-size: 175px !important;
}
.fs-176 {
  font-size: 176px !important;
}
.fs-177 {
  font-size: 177px !important;
}
.fs-178 {
  font-size: 178px !important;
}
.fs-179 {
  font-size: 179px !important;
}
.fs-180 {
  font-size: 180px !important;
}
.fs-181 {
  font-size: 181px !important;
}
.fs-182 {
  font-size: 182px !important;
}
.fs-183 {
  font-size: 183px !important;
}
.fs-184 {
  font-size: 184px !important;
}
.fs-185 {
  font-size: 185px !important;
}
.fs-186 {
  font-size: 186px !important;
}
.fs-187 {
  font-size: 187px !important;
}
.fs-188 {
  font-size: 188px !important;
}
.fs-189 {
  font-size: 189px !important;
}
.fs-190 {
  font-size: 190px !important;
}
.fs-191 {
  font-size: 191px !important;
}
.fs-192 {
  font-size: 192px !important;
}
.fs-193 {
  font-size: 193px !important;
}
.fs-194 {
  font-size: 194px !important;
}
.fs-195 {
  font-size: 195px !important;
}
.fs-196 {
  font-size: 196px !important;
}
.fs-197 {
  font-size: 197px !important;
}
.fs-198 {
  font-size: 198px !important;
}
.fs-199 {
  font-size: 199px !important;
}
.fs-200 {
  font-size: 200px !important;
}
/* Padding - 0 até 250
///////////////////////////////////////////////////////////
*/
.p-t-0 {
  padding-top: 0px;
}
.p-t-1 {
  padding-top: 1px;
}
.p-t-2 {
  padding-top: 2px;
}
.p-t-3 {
  padding-top: 3px;
}
.p-t-4 {
  padding-top: 4px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-6 {
  padding-top: 6px;
}
.p-t-7 {
  padding-top: 7px;
}
.p-t-8 {
  padding-top: 8px;
}
.p-t-9 {
  padding-top: 9px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-11 {
  padding-top: 11px;
}
.p-t-12 {
  padding-top: 12px;
}
.p-t-13 {
  padding-top: 13px;
}
.p-t-14 {
  padding-top: 14px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-16 {
  padding-top: 16px;
}
.p-t-17 {
  padding-top: 17px;
}
.p-t-18 {
  padding-top: 18px;
}
.p-t-19 {
  padding-top: 19px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-21 {
  padding-top: 21px;
}
.p-t-22 {
  padding-top: 22px;
}
.p-t-23 {
  padding-top: 23px;
}
.p-t-24 {
  padding-top: 24px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-t-26 {
  padding-top: 26px;
}
.p-t-27 {
  padding-top: 27px;
}
.p-t-28 {
  padding-top: 28px;
}
.p-t-29 {
  padding-top: 29px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-31 {
  padding-top: 31px;
}
.p-t-32 {
  padding-top: 32px;
}
.p-t-33 {
  padding-top: 33px;
}
.p-t-34 {
  padding-top: 34px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-t-36 {
  padding-top: 36px;
}
.p-t-37 {
  padding-top: 37px;
}
.p-t-38 {
  padding-top: 38px;
}
.p-t-39 {
  padding-top: 39px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-41 {
  padding-top: 41px;
}
.p-t-42 {
  padding-top: 42px;
}
.p-t-43 {
  padding-top: 43px;
}
.p-t-44 {
  padding-top: 44px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-t-46 {
  padding-top: 46px;
}
.p-t-47 {
  padding-top: 47px;
}
.p-t-48 {
  padding-top: 48px;
}
.p-t-49 {
  padding-top: 49px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-t-51 {
  padding-top: 51px;
}
.p-t-52 {
  padding-top: 52px;
}
.p-t-53 {
  padding-top: 53px;
}
.p-t-54 {
  padding-top: 54px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-t-56 {
  padding-top: 56px;
}
.p-t-57 {
  padding-top: 57px;
}
.p-t-58 {
  padding-top: 58px;
}
.p-t-59 {
  padding-top: 59px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-t-61 {
  padding-top: 61px;
}
.p-t-62 {
  padding-top: 62px;
}
.p-t-63 {
  padding-top: 63px;
}
.p-t-64 {
  padding-top: 64px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-t-66 {
  padding-top: 66px;
}
.p-t-67 {
  padding-top: 67px;
}
.p-t-68 {
  padding-top: 68px;
}
.p-t-69 {
  padding-top: 69px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-t-71 {
  padding-top: 71px;
}
.p-t-72 {
  padding-top: 72px;
}
.p-t-73 {
  padding-top: 73px;
}
.p-t-74 {
  padding-top: 74px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-t-76 {
  padding-top: 76px;
}
.p-t-77 {
  padding-top: 77px;
}
.p-t-78 {
  padding-top: 78px;
}
.p-t-79 {
  padding-top: 79px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-81 {
  padding-top: 81px;
}
.p-t-82 {
  padding-top: 82px;
}
.p-t-83 {
  padding-top: 83px;
}
.p-t-84 {
  padding-top: 84px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-t-86 {
  padding-top: 86px;
}
.p-t-87 {
  padding-top: 87px;
}
.p-t-88 {
  padding-top: 88px;
}
.p-t-89 {
  padding-top: 89px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-t-91 {
  padding-top: 91px;
}
.p-t-92 {
  padding-top: 92px;
}
.p-t-93 {
  padding-top: 93px;
}
.p-t-94 {
  padding-top: 94px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-t-96 {
  padding-top: 96px;
}
.p-t-97 {
  padding-top: 97px;
}
.p-t-98 {
  padding-top: 98px;
}
.p-t-99 {
  padding-top: 99px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-t-101 {
  padding-top: 101px;
}
.p-t-102 {
  padding-top: 102px;
}
.p-t-103 {
  padding-top: 103px;
}
.p-t-104 {
  padding-top: 104px;
}
.p-t-105 {
  padding-top: 105px;
}
.p-t-106 {
  padding-top: 106px;
}
.p-t-107 {
  padding-top: 107px;
}
.p-t-108 {
  padding-top: 108px;
}
.p-t-109 {
  padding-top: 109px;
}
.p-t-110 {
  padding-top: 110px;
}
.p-t-111 {
  padding-top: 111px;
}
.p-t-112 {
  padding-top: 112px;
}
.p-t-113 {
  padding-top: 113px;
}
.p-t-114 {
  padding-top: 114px;
}
.p-t-115 {
  padding-top: 115px;
}
.p-t-116 {
  padding-top: 116px;
}
.p-t-117 {
  padding-top: 117px;
}
.p-t-118 {
  padding-top: 118px;
}
.p-t-119 {
  padding-top: 119px;
}
.p-t-120 {
  padding-top: 120px;
}
.p-t-121 {
  padding-top: 121px;
}
.p-t-122 {
  padding-top: 122px;
}
.p-t-123 {
  padding-top: 123px;
}
.p-t-124 {
  padding-top: 124px;
}
.p-t-125 {
  padding-top: 125px;
}
.p-t-126 {
  padding-top: 126px;
}
.p-t-127 {
  padding-top: 127px;
}
.p-t-128 {
  padding-top: 128px;
}
.p-t-129 {
  padding-top: 129px;
}
.p-t-130 {
  padding-top: 130px;
}
.p-t-131 {
  padding-top: 131px;
}
.p-t-132 {
  padding-top: 132px;
}
.p-t-133 {
  padding-top: 133px;
}
.p-t-134 {
  padding-top: 134px;
}
.p-t-135 {
  padding-top: 135px;
}
.p-t-136 {
  padding-top: 136px;
}
.p-t-137 {
  padding-top: 137px;
}
.p-t-138 {
  padding-top: 138px;
}
.p-t-139 {
  padding-top: 139px;
}
.p-t-140 {
  padding-top: 140px;
}
.p-t-141 {
  padding-top: 141px;
}
.p-t-142 {
  padding-top: 142px;
}
.p-t-143 {
  padding-top: 143px;
}
.p-t-144 {
  padding-top: 144px;
}
.p-t-145 {
  padding-top: 145px;
}
.p-t-146 {
  padding-top: 146px;
}
.p-t-147 {
  padding-top: 147px;
}
.p-t-148 {
  padding-top: 148px;
}
.p-t-149 {
  padding-top: 149px;
}
.p-t-150 {
  padding-top: 150px;
}
.p-t-151 {
  padding-top: 151px;
}
.p-t-152 {
  padding-top: 152px;
}
.p-t-153 {
  padding-top: 153px;
}
.p-t-154 {
  padding-top: 154px;
}
.p-t-155 {
  padding-top: 155px;
}
.p-t-156 {
  padding-top: 156px;
}
.p-t-157 {
  padding-top: 157px;
}
.p-t-158 {
  padding-top: 158px;
}
.p-t-159 {
  padding-top: 159px;
}
.p-t-160 {
  padding-top: 160px;
}
.p-t-161 {
  padding-top: 161px;
}
.p-t-162 {
  padding-top: 162px;
}
.p-t-163 {
  padding-top: 163px;
}
.p-t-164 {
  padding-top: 164px;
}
.p-t-165 {
  padding-top: 165px;
}
.p-t-166 {
  padding-top: 166px;
}
.p-t-167 {
  padding-top: 167px;
}
.p-t-168 {
  padding-top: 168px;
}
.p-t-169 {
  padding-top: 169px;
}
.p-t-170 {
  padding-top: 170px;
}
.p-t-171 {
  padding-top: 171px;
}
.p-t-172 {
  padding-top: 172px;
}
.p-t-173 {
  padding-top: 173px;
}
.p-t-174 {
  padding-top: 174px;
}
.p-t-175 {
  padding-top: 175px;
}
.p-t-176 {
  padding-top: 176px;
}
.p-t-177 {
  padding-top: 177px;
}
.p-t-178 {
  padding-top: 178px;
}
.p-t-179 {
  padding-top: 179px;
}
.p-t-180 {
  padding-top: 180px;
}
.p-t-181 {
  padding-top: 181px;
}
.p-t-182 {
  padding-top: 182px;
}
.p-t-183 {
  padding-top: 183px;
}
.p-t-184 {
  padding-top: 184px;
}
.p-t-185 {
  padding-top: 185px;
}
.p-t-186 {
  padding-top: 186px;
}
.p-t-187 {
  padding-top: 187px;
}
.p-t-188 {
  padding-top: 188px;
}
.p-t-189 {
  padding-top: 189px;
}
.p-t-190 {
  padding-top: 190px;
}
.p-t-191 {
  padding-top: 191px;
}
.p-t-192 {
  padding-top: 192px;
}
.p-t-193 {
  padding-top: 193px;
}
.p-t-194 {
  padding-top: 194px;
}
.p-t-195 {
  padding-top: 195px;
}
.p-t-196 {
  padding-top: 196px;
}
.p-t-197 {
  padding-top: 197px;
}
.p-t-198 {
  padding-top: 198px;
}
.p-t-199 {
  padding-top: 199px;
}
.p-t-200 {
  padding-top: 200px;
}
.p-t-201 {
  padding-top: 201px;
}
.p-t-202 {
  padding-top: 202px;
}
.p-t-203 {
  padding-top: 203px;
}
.p-t-204 {
  padding-top: 204px;
}
.p-t-205 {
  padding-top: 205px;
}
.p-t-206 {
  padding-top: 206px;
}
.p-t-207 {
  padding-top: 207px;
}
.p-t-208 {
  padding-top: 208px;
}
.p-t-209 {
  padding-top: 209px;
}
.p-t-210 {
  padding-top: 210px;
}
.p-t-211 {
  padding-top: 211px;
}
.p-t-212 {
  padding-top: 212px;
}
.p-t-213 {
  padding-top: 213px;
}
.p-t-214 {
  padding-top: 214px;
}
.p-t-215 {
  padding-top: 215px;
}
.p-t-216 {
  padding-top: 216px;
}
.p-t-217 {
  padding-top: 217px;
}
.p-t-218 {
  padding-top: 218px;
}
.p-t-219 {
  padding-top: 219px;
}
.p-t-220 {
  padding-top: 220px;
}
.p-t-221 {
  padding-top: 221px;
}
.p-t-222 {
  padding-top: 222px;
}
.p-t-223 {
  padding-top: 223px;
}
.p-t-224 {
  padding-top: 224px;
}
.p-t-225 {
  padding-top: 225px;
}
.p-t-226 {
  padding-top: 226px;
}
.p-t-227 {
  padding-top: 227px;
}
.p-t-228 {
  padding-top: 228px;
}
.p-t-229 {
  padding-top: 229px;
}
.p-t-230 {
  padding-top: 230px;
}
.p-t-231 {
  padding-top: 231px;
}
.p-t-232 {
  padding-top: 232px;
}
.p-t-233 {
  padding-top: 233px;
}
.p-t-234 {
  padding-top: 234px;
}
.p-t-235 {
  padding-top: 235px;
}
.p-t-236 {
  padding-top: 236px;
}
.p-t-237 {
  padding-top: 237px;
}
.p-t-238 {
  padding-top: 238px;
}
.p-t-239 {
  padding-top: 239px;
}
.p-t-240 {
  padding-top: 240px;
}
.p-t-241 {
  padding-top: 241px;
}
.p-t-242 {
  padding-top: 242px;
}
.p-t-243 {
  padding-top: 243px;
}
.p-t-244 {
  padding-top: 244px;
}
.p-t-245 {
  padding-top: 245px;
}
.p-t-246 {
  padding-top: 246px;
}
.p-t-247 {
  padding-top: 247px;
}
.p-t-248 {
  padding-top: 248px;
}
.p-t-249 {
  padding-top: 249px;
}
.p-t-250 {
  padding-top: 250px;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-b-1 {
  padding-bottom: 1px;
}
.p-b-2 {
  padding-bottom: 2px;
}
.p-b-3 {
  padding-bottom: 3px;
}
.p-b-4 {
  padding-bottom: 4px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-6 {
  padding-bottom: 6px;
}
.p-b-7 {
  padding-bottom: 7px;
}
.p-b-8 {
  padding-bottom: 8px;
}
.p-b-9 {
  padding-bottom: 9px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-11 {
  padding-bottom: 11px;
}
.p-b-12 {
  padding-bottom: 12px;
}
.p-b-13 {
  padding-bottom: 13px;
}
.p-b-14 {
  padding-bottom: 14px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-16 {
  padding-bottom: 16px;
}
.p-b-17 {
  padding-bottom: 17px;
}
.p-b-18 {
  padding-bottom: 18px;
}
.p-b-19 {
  padding-bottom: 19px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-21 {
  padding-bottom: 21px;
}
.p-b-22 {
  padding-bottom: 22px;
}
.p-b-23 {
  padding-bottom: 23px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-b-26 {
  padding-bottom: 26px;
}
.p-b-27 {
  padding-bottom: 27px;
}
.p-b-28 {
  padding-bottom: 28px;
}
.p-b-29 {
  padding-bottom: 29px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-b-31 {
  padding-bottom: 31px;
}
.p-b-32 {
  padding-bottom: 32px;
}
.p-b-33 {
  padding-bottom: 33px;
}
.p-b-34 {
  padding-bottom: 34px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-b-36 {
  padding-bottom: 36px;
}
.p-b-37 {
  padding-bottom: 37px;
}
.p-b-38 {
  padding-bottom: 38px;
}
.p-b-39 {
  padding-bottom: 39px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-b-41 {
  padding-bottom: 41px;
}
.p-b-42 {
  padding-bottom: 42px;
}
.p-b-43 {
  padding-bottom: 43px;
}
.p-b-44 {
  padding-bottom: 44px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-b-46 {
  padding-bottom: 46px;
}
.p-b-47 {
  padding-bottom: 47px;
}
.p-b-48 {
  padding-bottom: 48px;
}
.p-b-49 {
  padding-bottom: 49px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-51 {
  padding-bottom: 51px;
}
.p-b-52 {
  padding-bottom: 52px;
}
.p-b-53 {
  padding-bottom: 53px;
}
.p-b-54 {
  padding-bottom: 54px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-b-56 {
  padding-bottom: 56px;
}
.p-b-57 {
  padding-bottom: 57px;
}
.p-b-58 {
  padding-bottom: 58px;
}
.p-b-59 {
  padding-bottom: 59px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-b-61 {
  padding-bottom: 61px;
}
.p-b-62 {
  padding-bottom: 62px;
}
.p-b-63 {
  padding-bottom: 63px;
}
.p-b-64 {
  padding-bottom: 64px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-b-66 {
  padding-bottom: 66px;
}
.p-b-67 {
  padding-bottom: 67px;
}
.p-b-68 {
  padding-bottom: 68px;
}
.p-b-69 {
  padding-bottom: 69px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-b-71 {
  padding-bottom: 71px;
}
.p-b-72 {
  padding-bottom: 72px;
}
.p-b-73 {
  padding-bottom: 73px;
}
.p-b-74 {
  padding-bottom: 74px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-b-76 {
  padding-bottom: 76px;
}
.p-b-77 {
  padding-bottom: 77px;
}
.p-b-78 {
  padding-bottom: 78px;
}
.p-b-79 {
  padding-bottom: 79px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-b-81 {
  padding-bottom: 81px;
}
.p-b-82 {
  padding-bottom: 82px;
}
.p-b-83 {
  padding-bottom: 83px;
}
.p-b-84 {
  padding-bottom: 84px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-b-86 {
  padding-bottom: 86px;
}
.p-b-87 {
  padding-bottom: 87px;
}
.p-b-88 {
  padding-bottom: 88px;
}
.p-b-89 {
  padding-bottom: 89px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-b-91 {
  padding-bottom: 91px;
}
.p-b-92 {
  padding-bottom: 92px;
}
.p-b-93 {
  padding-bottom: 93px;
}
.p-b-94 {
  padding-bottom: 94px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-b-96 {
  padding-bottom: 96px;
}
.p-b-97 {
  padding-bottom: 97px;
}
.p-b-98 {
  padding-bottom: 98px;
}
.p-b-99 {
  padding-bottom: 99px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-b-101 {
  padding-bottom: 101px;
}
.p-b-102 {
  padding-bottom: 102px;
}
.p-b-103 {
  padding-bottom: 103px;
}
.p-b-104 {
  padding-bottom: 104px;
}
.p-b-105 {
  padding-bottom: 105px;
}
.p-b-106 {
  padding-bottom: 106px;
}
.p-b-107 {
  padding-bottom: 107px;
}
.p-b-108 {
  padding-bottom: 108px;
}
.p-b-109 {
  padding-bottom: 109px;
}
.p-b-110 {
  padding-bottom: 110px;
}
.p-b-111 {
  padding-bottom: 111px;
}
.p-b-112 {
  padding-bottom: 112px;
}
.p-b-113 {
  padding-bottom: 113px;
}
.p-b-114 {
  padding-bottom: 114px;
}
.p-b-115 {
  padding-bottom: 115px;
}
.p-b-116 {
  padding-bottom: 116px;
}
.p-b-117 {
  padding-bottom: 117px;
}
.p-b-118 {
  padding-bottom: 118px;
}
.p-b-119 {
  padding-bottom: 119px;
}
.p-b-120 {
  padding-bottom: 120px;
}
.p-b-121 {
  padding-bottom: 121px;
}
.p-b-122 {
  padding-bottom: 122px;
}
.p-b-123 {
  padding-bottom: 123px;
}
.p-b-124 {
  padding-bottom: 124px;
}
.p-b-125 {
  padding-bottom: 125px;
}
.p-b-126 {
  padding-bottom: 126px;
}
.p-b-127 {
  padding-bottom: 127px;
}
.p-b-128 {
  padding-bottom: 128px;
}
.p-b-129 {
  padding-bottom: 129px;
}
.p-b-130 {
  padding-bottom: 130px;
}
.p-b-131 {
  padding-bottom: 131px;
}
.p-b-132 {
  padding-bottom: 132px;
}
.p-b-133 {
  padding-bottom: 133px;
}
.p-b-134 {
  padding-bottom: 134px;
}
.p-b-135 {
  padding-bottom: 135px;
}
.p-b-136 {
  padding-bottom: 136px;
}
.p-b-137 {
  padding-bottom: 137px;
}
.p-b-138 {
  padding-bottom: 138px;
}
.p-b-139 {
  padding-bottom: 139px;
}
.p-b-140 {
  padding-bottom: 140px;
}
.p-b-141 {
  padding-bottom: 141px;
}
.p-b-142 {
  padding-bottom: 142px;
}
.p-b-143 {
  padding-bottom: 143px;
}
.p-b-144 {
  padding-bottom: 144px;
}
.p-b-145 {
  padding-bottom: 145px;
}
.p-b-146 {
  padding-bottom: 146px;
}
.p-b-147 {
  padding-bottom: 147px;
}
.p-b-148 {
  padding-bottom: 148px;
}
.p-b-149 {
  padding-bottom: 149px;
}
.p-b-150 {
  padding-bottom: 150px;
}
.p-b-151 {
  padding-bottom: 151px;
}
.p-b-152 {
  padding-bottom: 152px;
}
.p-b-153 {
  padding-bottom: 153px;
}
.p-b-154 {
  padding-bottom: 154px;
}
.p-b-155 {
  padding-bottom: 155px;
}
.p-b-156 {
  padding-bottom: 156px;
}
.p-b-157 {
  padding-bottom: 157px;
}
.p-b-158 {
  padding-bottom: 158px;
}
.p-b-159 {
  padding-bottom: 159px;
}
.p-b-160 {
  padding-bottom: 160px;
}
.p-b-161 {
  padding-bottom: 161px;
}
.p-b-162 {
  padding-bottom: 162px;
}
.p-b-163 {
  padding-bottom: 163px;
}
.p-b-164 {
  padding-bottom: 164px;
}
.p-b-165 {
  padding-bottom: 165px;
}
.p-b-166 {
  padding-bottom: 166px;
}
.p-b-167 {
  padding-bottom: 167px;
}
.p-b-168 {
  padding-bottom: 168px;
}
.p-b-169 {
  padding-bottom: 169px;
}
.p-b-170 {
  padding-bottom: 170px;
}
.p-b-171 {
  padding-bottom: 171px;
}
.p-b-172 {
  padding-bottom: 172px;
}
.p-b-173 {
  padding-bottom: 173px;
}
.p-b-174 {
  padding-bottom: 174px;
}
.p-b-175 {
  padding-bottom: 175px;
}
.p-b-176 {
  padding-bottom: 176px;
}
.p-b-177 {
  padding-bottom: 177px;
}
.p-b-178 {
  padding-bottom: 178px;
}
.p-b-179 {
  padding-bottom: 179px;
}
.p-b-180 {
  padding-bottom: 180px;
}
.p-b-181 {
  padding-bottom: 181px;
}
.p-b-182 {
  padding-bottom: 182px;
}
.p-b-183 {
  padding-bottom: 183px;
}
.p-b-184 {
  padding-bottom: 184px;
}
.p-b-185 {
  padding-bottom: 185px;
}
.p-b-186 {
  padding-bottom: 186px;
}
.p-b-187 {
  padding-bottom: 187px;
}
.p-b-188 {
  padding-bottom: 188px;
}
.p-b-189 {
  padding-bottom: 189px;
}
.p-b-190 {
  padding-bottom: 190px;
}
.p-b-191 {
  padding-bottom: 191px;
}
.p-b-192 {
  padding-bottom: 192px;
}
.p-b-193 {
  padding-bottom: 193px;
}
.p-b-194 {
  padding-bottom: 194px;
}
.p-b-195 {
  padding-bottom: 195px;
}
.p-b-196 {
  padding-bottom: 196px;
}
.p-b-197 {
  padding-bottom: 197px;
}
.p-b-198 {
  padding-bottom: 198px;
}
.p-b-199 {
  padding-bottom: 199px;
}
.p-b-200 {
  padding-bottom: 200px;
}
.p-b-201 {
  padding-bottom: 201px;
}
.p-b-202 {
  padding-bottom: 202px;
}
.p-b-203 {
  padding-bottom: 203px;
}
.p-b-204 {
  padding-bottom: 204px;
}
.p-b-205 {
  padding-bottom: 205px;
}
.p-b-206 {
  padding-bottom: 206px;
}
.p-b-207 {
  padding-bottom: 207px;
}
.p-b-208 {
  padding-bottom: 208px;
}
.p-b-209 {
  padding-bottom: 209px;
}
.p-b-210 {
  padding-bottom: 210px;
}
.p-b-211 {
  padding-bottom: 211px;
}
.p-b-212 {
  padding-bottom: 212px;
}
.p-b-213 {
  padding-bottom: 213px;
}
.p-b-214 {
  padding-bottom: 214px;
}
.p-b-215 {
  padding-bottom: 215px;
}
.p-b-216 {
  padding-bottom: 216px;
}
.p-b-217 {
  padding-bottom: 217px;
}
.p-b-218 {
  padding-bottom: 218px;
}
.p-b-219 {
  padding-bottom: 219px;
}
.p-b-220 {
  padding-bottom: 220px;
}
.p-b-221 {
  padding-bottom: 221px;
}
.p-b-222 {
  padding-bottom: 222px;
}
.p-b-223 {
  padding-bottom: 223px;
}
.p-b-224 {
  padding-bottom: 224px;
}
.p-b-225 {
  padding-bottom: 225px;
}
.p-b-226 {
  padding-bottom: 226px;
}
.p-b-227 {
  padding-bottom: 227px;
}
.p-b-228 {
  padding-bottom: 228px;
}
.p-b-229 {
  padding-bottom: 229px;
}
.p-b-230 {
  padding-bottom: 230px;
}
.p-b-231 {
  padding-bottom: 231px;
}
.p-b-232 {
  padding-bottom: 232px;
}
.p-b-233 {
  padding-bottom: 233px;
}
.p-b-234 {
  padding-bottom: 234px;
}
.p-b-235 {
  padding-bottom: 235px;
}
.p-b-236 {
  padding-bottom: 236px;
}
.p-b-237 {
  padding-bottom: 237px;
}
.p-b-238 {
  padding-bottom: 238px;
}
.p-b-239 {
  padding-bottom: 239px;
}
.p-b-240 {
  padding-bottom: 240px;
}
.p-b-241 {
  padding-bottom: 241px;
}
.p-b-242 {
  padding-bottom: 242px;
}
.p-b-243 {
  padding-bottom: 243px;
}
.p-b-244 {
  padding-bottom: 244px;
}
.p-b-245 {
  padding-bottom: 245px;
}
.p-b-246 {
  padding-bottom: 246px;
}
.p-b-247 {
  padding-bottom: 247px;
}
.p-b-248 {
  padding-bottom: 248px;
}
.p-b-249 {
  padding-bottom: 249px;
}
.p-b-250 {
  padding-bottom: 250px;
}
.p-l-0 {
  padding-left: 0px;
}
.p-l-1 {
  padding-left: 1px;
}
.p-l-2 {
  padding-left: 2px;
}
.p-l-3 {
  padding-left: 3px;
}
.p-l-4 {
  padding-left: 4px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-6 {
  padding-left: 6px;
}
.p-l-7 {
  padding-left: 7px;
}
.p-l-8 {
  padding-left: 8px;
}
.p-l-9 {
  padding-left: 9px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-11 {
  padding-left: 11px;
}
.p-l-12 {
  padding-left: 12px;
}
.p-l-13 {
  padding-left: 13px;
}
.p-l-14 {
  padding-left: 14px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-16 {
  padding-left: 16px;
}
.p-l-17 {
  padding-left: 17px;
}
.p-l-18 {
  padding-left: 18px;
}
.p-l-19 {
  padding-left: 19px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-21 {
  padding-left: 21px;
}
.p-l-22 {
  padding-left: 22px;
}
.p-l-23 {
  padding-left: 23px;
}
.p-l-24 {
  padding-left: 24px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-l-26 {
  padding-left: 26px;
}
.p-l-27 {
  padding-left: 27px;
}
.p-l-28 {
  padding-left: 28px;
}
.p-l-29 {
  padding-left: 29px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-31 {
  padding-left: 31px;
}
.p-l-32 {
  padding-left: 32px;
}
.p-l-33 {
  padding-left: 33px;
}
.p-l-34 {
  padding-left: 34px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-l-36 {
  padding-left: 36px;
}
.p-l-37 {
  padding-left: 37px;
}
.p-l-38 {
  padding-left: 38px;
}
.p-l-39 {
  padding-left: 39px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-41 {
  padding-left: 41px;
}
.p-l-42 {
  padding-left: 42px;
}
.p-l-43 {
  padding-left: 43px;
}
.p-l-44 {
  padding-left: 44px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-l-46 {
  padding-left: 46px;
}
.p-l-47 {
  padding-left: 47px;
}
.p-l-48 {
  padding-left: 48px;
}
.p-l-49 {
  padding-left: 49px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-l-51 {
  padding-left: 51px;
}
.p-l-52 {
  padding-left: 52px;
}
.p-l-53 {
  padding-left: 53px;
}
.p-l-54 {
  padding-left: 54px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-l-56 {
  padding-left: 56px;
}
.p-l-57 {
  padding-left: 57px;
}
.p-l-58 {
  padding-left: 58px;
}
.p-l-59 {
  padding-left: 59px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-l-61 {
  padding-left: 61px;
}
.p-l-62 {
  padding-left: 62px;
}
.p-l-63 {
  padding-left: 63px;
}
.p-l-64 {
  padding-left: 64px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-l-66 {
  padding-left: 66px;
}
.p-l-67 {
  padding-left: 67px;
}
.p-l-68 {
  padding-left: 68px;
}
.p-l-69 {
  padding-left: 69px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-l-71 {
  padding-left: 71px;
}
.p-l-72 {
  padding-left: 72px;
}
.p-l-73 {
  padding-left: 73px;
}
.p-l-74 {
  padding-left: 74px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-l-76 {
  padding-left: 76px;
}
.p-l-77 {
  padding-left: 77px;
}
.p-l-78 {
  padding-left: 78px;
}
.p-l-79 {
  padding-left: 79px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-l-81 {
  padding-left: 81px;
}
.p-l-82 {
  padding-left: 82px;
}
.p-l-83 {
  padding-left: 83px;
}
.p-l-84 {
  padding-left: 84px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-l-86 {
  padding-left: 86px;
}
.p-l-87 {
  padding-left: 87px;
}
.p-l-88 {
  padding-left: 88px;
}
.p-l-89 {
  padding-left: 89px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-l-91 {
  padding-left: 91px;
}
.p-l-92 {
  padding-left: 92px;
}
.p-l-93 {
  padding-left: 93px;
}
.p-l-94 {
  padding-left: 94px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-l-96 {
  padding-left: 96px;
}
.p-l-97 {
  padding-left: 97px;
}
.p-l-98 {
  padding-left: 98px;
}
.p-l-99 {
  padding-left: 99px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-l-101 {
  padding-left: 101px;
}
.p-l-102 {
  padding-left: 102px;
}
.p-l-103 {
  padding-left: 103px;
}
.p-l-104 {
  padding-left: 104px;
}
.p-l-105 {
  padding-left: 105px;
}
.p-l-106 {
  padding-left: 106px;
}
.p-l-107 {
  padding-left: 107px;
}
.p-l-108 {
  padding-left: 108px;
}
.p-l-109 {
  padding-left: 109px;
}
.p-l-110 {
  padding-left: 110px;
}
.p-l-111 {
  padding-left: 111px;
}
.p-l-112 {
  padding-left: 112px;
}
.p-l-113 {
  padding-left: 113px;
}
.p-l-114 {
  padding-left: 114px;
}
.p-l-115 {
  padding-left: 115px;
}
.p-l-116 {
  padding-left: 116px;
}
.p-l-117 {
  padding-left: 117px;
}
.p-l-118 {
  padding-left: 118px;
}
.p-l-119 {
  padding-left: 119px;
}
.p-l-120 {
  padding-left: 120px;
}
.p-l-121 {
  padding-left: 121px;
}
.p-l-122 {
  padding-left: 122px;
}
.p-l-123 {
  padding-left: 123px;
}
.p-l-124 {
  padding-left: 124px;
}
.p-l-125 {
  padding-left: 125px;
}
.p-l-126 {
  padding-left: 126px;
}
.p-l-127 {
  padding-left: 127px;
}
.p-l-128 {
  padding-left: 128px;
}
.p-l-129 {
  padding-left: 129px;
}
.p-l-130 {
  padding-left: 130px;
}
.p-l-131 {
  padding-left: 131px;
}
.p-l-132 {
  padding-left: 132px;
}
.p-l-133 {
  padding-left: 133px;
}
.p-l-134 {
  padding-left: 134px;
}
.p-l-135 {
  padding-left: 135px;
}
.p-l-136 {
  padding-left: 136px;
}
.p-l-137 {
  padding-left: 137px;
}
.p-l-138 {
  padding-left: 138px;
}
.p-l-139 {
  padding-left: 139px;
}
.p-l-140 {
  padding-left: 140px;
}
.p-l-141 {
  padding-left: 141px;
}
.p-l-142 {
  padding-left: 142px;
}
.p-l-143 {
  padding-left: 143px;
}
.p-l-144 {
  padding-left: 144px;
}
.p-l-145 {
  padding-left: 145px;
}
.p-l-146 {
  padding-left: 146px;
}
.p-l-147 {
  padding-left: 147px;
}
.p-l-148 {
  padding-left: 148px;
}
.p-l-149 {
  padding-left: 149px;
}
.p-l-150 {
  padding-left: 150px;
}
.p-l-151 {
  padding-left: 151px;
}
.p-l-152 {
  padding-left: 152px;
}
.p-l-153 {
  padding-left: 153px;
}
.p-l-154 {
  padding-left: 154px;
}
.p-l-155 {
  padding-left: 155px;
}
.p-l-156 {
  padding-left: 156px;
}
.p-l-157 {
  padding-left: 157px;
}
.p-l-158 {
  padding-left: 158px;
}
.p-l-159 {
  padding-left: 159px;
}
.p-l-160 {
  padding-left: 160px;
}
.p-l-161 {
  padding-left: 161px;
}
.p-l-162 {
  padding-left: 162px;
}
.p-l-163 {
  padding-left: 163px;
}
.p-l-164 {
  padding-left: 164px;
}
.p-l-165 {
  padding-left: 165px;
}
.p-l-166 {
  padding-left: 166px;
}
.p-l-167 {
  padding-left: 167px;
}
.p-l-168 {
  padding-left: 168px;
}
.p-l-169 {
  padding-left: 169px;
}
.p-l-170 {
  padding-left: 170px;
}
.p-l-171 {
  padding-left: 171px;
}
.p-l-172 {
  padding-left: 172px;
}
.p-l-173 {
  padding-left: 173px;
}
.p-l-174 {
  padding-left: 174px;
}
.p-l-175 {
  padding-left: 175px;
}
.p-l-176 {
  padding-left: 176px;
}
.p-l-177 {
  padding-left: 177px;
}
.p-l-178 {
  padding-left: 178px;
}
.p-l-179 {
  padding-left: 179px;
}
.p-l-180 {
  padding-left: 180px;
}
.p-l-181 {
  padding-left: 181px;
}
.p-l-182 {
  padding-left: 182px;
}
.p-l-183 {
  padding-left: 183px;
}
.p-l-184 {
  padding-left: 184px;
}
.p-l-185 {
  padding-left: 185px;
}
.p-l-186 {
  padding-left: 186px;
}
.p-l-187 {
  padding-left: 187px;
}
.p-l-188 {
  padding-left: 188px;
}
.p-l-189 {
  padding-left: 189px;
}
.p-l-190 {
  padding-left: 190px;
}
.p-l-191 {
  padding-left: 191px;
}
.p-l-192 {
  padding-left: 192px;
}
.p-l-193 {
  padding-left: 193px;
}
.p-l-194 {
  padding-left: 194px;
}
.p-l-195 {
  padding-left: 195px;
}
.p-l-196 {
  padding-left: 196px;
}
.p-l-197 {
  padding-left: 197px;
}
.p-l-198 {
  padding-left: 198px;
}
.p-l-199 {
  padding-left: 199px;
}
.p-l-200 {
  padding-left: 200px;
}
.p-l-201 {
  padding-left: 201px;
}
.p-l-202 {
  padding-left: 202px;
}
.p-l-203 {
  padding-left: 203px;
}
.p-l-204 {
  padding-left: 204px;
}
.p-l-205 {
  padding-left: 205px;
}
.p-l-206 {
  padding-left: 206px;
}
.p-l-207 {
  padding-left: 207px;
}
.p-l-208 {
  padding-left: 208px;
}
.p-l-209 {
  padding-left: 209px;
}
.p-l-210 {
  padding-left: 210px;
}
.p-l-211 {
  padding-left: 211px;
}
.p-l-212 {
  padding-left: 212px;
}
.p-l-213 {
  padding-left: 213px;
}
.p-l-214 {
  padding-left: 214px;
}
.p-l-215 {
  padding-left: 215px;
}
.p-l-216 {
  padding-left: 216px;
}
.p-l-217 {
  padding-left: 217px;
}
.p-l-218 {
  padding-left: 218px;
}
.p-l-219 {
  padding-left: 219px;
}
.p-l-220 {
  padding-left: 220px;
}
.p-l-221 {
  padding-left: 221px;
}
.p-l-222 {
  padding-left: 222px;
}
.p-l-223 {
  padding-left: 223px;
}
.p-l-224 {
  padding-left: 224px;
}
.p-l-225 {
  padding-left: 225px;
}
.p-l-226 {
  padding-left: 226px;
}
.p-l-227 {
  padding-left: 227px;
}
.p-l-228 {
  padding-left: 228px;
}
.p-l-229 {
  padding-left: 229px;
}
.p-l-230 {
  padding-left: 230px;
}
.p-l-231 {
  padding-left: 231px;
}
.p-l-232 {
  padding-left: 232px;
}
.p-l-233 {
  padding-left: 233px;
}
.p-l-234 {
  padding-left: 234px;
}
.p-l-235 {
  padding-left: 235px;
}
.p-l-236 {
  padding-left: 236px;
}
.p-l-237 {
  padding-left: 237px;
}
.p-l-238 {
  padding-left: 238px;
}
.p-l-239 {
  padding-left: 239px;
}
.p-l-240 {
  padding-left: 240px;
}
.p-l-241 {
  padding-left: 241px;
}
.p-l-242 {
  padding-left: 242px;
}
.p-l-243 {
  padding-left: 243px;
}
.p-l-244 {
  padding-left: 244px;
}
.p-l-245 {
  padding-left: 245px;
}
.p-l-246 {
  padding-left: 246px;
}
.p-l-247 {
  padding-left: 247px;
}
.p-l-248 {
  padding-left: 248px;
}
.p-l-249 {
  padding-left: 249px;
}
.p-l-250 {
  padding-left: 250px;
}
.p-r-0 {
  padding-right: 0px;
}
.p-r-1 {
  padding-right: 1px;
}
.p-r-2 {
  padding-right: 2px;
}
.p-r-3 {
  padding-right: 3px;
}
.p-r-4 {
  padding-right: 4px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-6 {
  padding-right: 6px;
}
.p-r-7 {
  padding-right: 7px;
}
.p-r-8 {
  padding-right: 8px;
}
.p-r-9 {
  padding-right: 9px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-11 {
  padding-right: 11px;
}
.p-r-12 {
  padding-right: 12px;
}
.p-r-13 {
  padding-right: 13px;
}
.p-r-14 {
  padding-right: 14px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-16 {
  padding-right: 16px;
}
.p-r-17 {
  padding-right: 17px;
}
.p-r-18 {
  padding-right: 18px;
}
.p-r-19 {
  padding-right: 19px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-21 {
  padding-right: 21px;
}
.p-r-22 {
  padding-right: 22px;
}
.p-r-23 {
  padding-right: 23px;
}
.p-r-24 {
  padding-right: 24px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-r-26 {
  padding-right: 26px;
}
.p-r-27 {
  padding-right: 27px;
}
.p-r-28 {
  padding-right: 28px;
}
.p-r-29 {
  padding-right: 29px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-r-31 {
  padding-right: 31px;
}
.p-r-32 {
  padding-right: 32px;
}
.p-r-33 {
  padding-right: 33px;
}
.p-r-34 {
  padding-right: 34px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-r-36 {
  padding-right: 36px;
}
.p-r-37 {
  padding-right: 37px;
}
.p-r-38 {
  padding-right: 38px;
}
.p-r-39 {
  padding-right: 39px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-r-41 {
  padding-right: 41px;
}
.p-r-42 {
  padding-right: 42px;
}
.p-r-43 {
  padding-right: 43px;
}
.p-r-44 {
  padding-right: 44px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-r-46 {
  padding-right: 46px;
}
.p-r-47 {
  padding-right: 47px;
}
.p-r-48 {
  padding-right: 48px;
}
.p-r-49 {
  padding-right: 49px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-r-51 {
  padding-right: 51px;
}
.p-r-52 {
  padding-right: 52px;
}
.p-r-53 {
  padding-right: 53px;
}
.p-r-54 {
  padding-right: 54px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-r-56 {
  padding-right: 56px;
}
.p-r-57 {
  padding-right: 57px;
}
.p-r-58 {
  padding-right: 58px;
}
.p-r-59 {
  padding-right: 59px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-r-61 {
  padding-right: 61px;
}
.p-r-62 {
  padding-right: 62px;
}
.p-r-63 {
  padding-right: 63px;
}
.p-r-64 {
  padding-right: 64px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-r-66 {
  padding-right: 66px;
}
.p-r-67 {
  padding-right: 67px;
}
.p-r-68 {
  padding-right: 68px;
}
.p-r-69 {
  padding-right: 69px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-r-71 {
  padding-right: 71px;
}
.p-r-72 {
  padding-right: 72px;
}
.p-r-73 {
  padding-right: 73px;
}
.p-r-74 {
  padding-right: 74px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-r-76 {
  padding-right: 76px;
}
.p-r-77 {
  padding-right: 77px;
}
.p-r-78 {
  padding-right: 78px;
}
.p-r-79 {
  padding-right: 79px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-r-81 {
  padding-right: 81px;
}
.p-r-82 {
  padding-right: 82px;
}
.p-r-83 {
  padding-right: 83px;
}
.p-r-84 {
  padding-right: 84px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-r-86 {
  padding-right: 86px;
}
.p-r-87 {
  padding-right: 87px;
}
.p-r-88 {
  padding-right: 88px;
}
.p-r-89 {
  padding-right: 89px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-r-91 {
  padding-right: 91px;
}
.p-r-92 {
  padding-right: 92px;
}
.p-r-93 {
  padding-right: 93px;
}
.p-r-94 {
  padding-right: 94px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-r-96 {
  padding-right: 96px;
}
.p-r-97 {
  padding-right: 97px;
}
.p-r-98 {
  padding-right: 98px;
}
.p-r-99 {
  padding-right: 99px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-r-101 {
  padding-right: 101px;
}
.p-r-102 {
  padding-right: 102px;
}
.p-r-103 {
  padding-right: 103px;
}
.p-r-104 {
  padding-right: 104px;
}
.p-r-105 {
  padding-right: 105px;
}
.p-r-106 {
  padding-right: 106px;
}
.p-r-107 {
  padding-right: 107px;
}
.p-r-108 {
  padding-right: 108px;
}
.p-r-109 {
  padding-right: 109px;
}
.p-r-110 {
  padding-right: 110px;
}
.p-r-111 {
  padding-right: 111px;
}
.p-r-112 {
  padding-right: 112px;
}
.p-r-113 {
  padding-right: 113px;
}
.p-r-114 {
  padding-right: 114px;
}
.p-r-115 {
  padding-right: 115px;
}
.p-r-116 {
  padding-right: 116px;
}
.p-r-117 {
  padding-right: 117px;
}
.p-r-118 {
  padding-right: 118px;
}
.p-r-119 {
  padding-right: 119px;
}
.p-r-120 {
  padding-right: 120px;
}
.p-r-121 {
  padding-right: 121px;
}
.p-r-122 {
  padding-right: 122px;
}
.p-r-123 {
  padding-right: 123px;
}
.p-r-124 {
  padding-right: 124px;
}
.p-r-125 {
  padding-right: 125px;
}
.p-r-126 {
  padding-right: 126px;
}
.p-r-127 {
  padding-right: 127px;
}
.p-r-128 {
  padding-right: 128px;
}
.p-r-129 {
  padding-right: 129px;
}
.p-r-130 {
  padding-right: 130px;
}
.p-r-131 {
  padding-right: 131px;
}
.p-r-132 {
  padding-right: 132px;
}
.p-r-133 {
  padding-right: 133px;
}
.p-r-134 {
  padding-right: 134px;
}
.p-r-135 {
  padding-right: 135px;
}
.p-r-136 {
  padding-right: 136px;
}
.p-r-137 {
  padding-right: 137px;
}
.p-r-138 {
  padding-right: 138px;
}
.p-r-139 {
  padding-right: 139px;
}
.p-r-140 {
  padding-right: 140px;
}
.p-r-141 {
  padding-right: 141px;
}
.p-r-142 {
  padding-right: 142px;
}
.p-r-143 {
  padding-right: 143px;
}
.p-r-144 {
  padding-right: 144px;
}
.p-r-145 {
  padding-right: 145px;
}
.p-r-146 {
  padding-right: 146px;
}
.p-r-147 {
  padding-right: 147px;
}
.p-r-148 {
  padding-right: 148px;
}
.p-r-149 {
  padding-right: 149px;
}
.p-r-150 {
  padding-right: 150px;
}
.p-r-151 {
  padding-right: 151px;
}
.p-r-152 {
  padding-right: 152px;
}
.p-r-153 {
  padding-right: 153px;
}
.p-r-154 {
  padding-right: 154px;
}
.p-r-155 {
  padding-right: 155px;
}
.p-r-156 {
  padding-right: 156px;
}
.p-r-157 {
  padding-right: 157px;
}
.p-r-158 {
  padding-right: 158px;
}
.p-r-159 {
  padding-right: 159px;
}
.p-r-160 {
  padding-right: 160px;
}
.p-r-161 {
  padding-right: 161px;
}
.p-r-162 {
  padding-right: 162px;
}
.p-r-163 {
  padding-right: 163px;
}
.p-r-164 {
  padding-right: 164px;
}
.p-r-165 {
  padding-right: 165px;
}
.p-r-166 {
  padding-right: 166px;
}
.p-r-167 {
  padding-right: 167px;
}
.p-r-168 {
  padding-right: 168px;
}
.p-r-169 {
  padding-right: 169px;
}
.p-r-170 {
  padding-right: 170px;
}
.p-r-171 {
  padding-right: 171px;
}
.p-r-172 {
  padding-right: 172px;
}
.p-r-173 {
  padding-right: 173px;
}
.p-r-174 {
  padding-right: 174px;
}
.p-r-175 {
  padding-right: 175px;
}
.p-r-176 {
  padding-right: 176px;
}
.p-r-177 {
  padding-right: 177px;
}
.p-r-178 {
  padding-right: 178px;
}
.p-r-179 {
  padding-right: 179px;
}
.p-r-180 {
  padding-right: 180px;
}
.p-r-181 {
  padding-right: 181px;
}
.p-r-182 {
  padding-right: 182px;
}
.p-r-183 {
  padding-right: 183px;
}
.p-r-184 {
  padding-right: 184px;
}
.p-r-185 {
  padding-right: 185px;
}
.p-r-186 {
  padding-right: 186px;
}
.p-r-187 {
  padding-right: 187px;
}
.p-r-188 {
  padding-right: 188px;
}
.p-r-189 {
  padding-right: 189px;
}
.p-r-190 {
  padding-right: 190px;
}
.p-r-191 {
  padding-right: 191px;
}
.p-r-192 {
  padding-right: 192px;
}
.p-r-193 {
  padding-right: 193px;
}
.p-r-194 {
  padding-right: 194px;
}
.p-r-195 {
  padding-right: 195px;
}
.p-r-196 {
  padding-right: 196px;
}
.p-r-197 {
  padding-right: 197px;
}
.p-r-198 {
  padding-right: 198px;
}
.p-r-199 {
  padding-right: 199px;
}
.p-r-200 {
  padding-right: 200px;
}
.p-r-201 {
  padding-right: 201px;
}
.p-r-202 {
  padding-right: 202px;
}
.p-r-203 {
  padding-right: 203px;
}
.p-r-204 {
  padding-right: 204px;
}
.p-r-205 {
  padding-right: 205px;
}
.p-r-206 {
  padding-right: 206px;
}
.p-r-207 {
  padding-right: 207px;
}
.p-r-208 {
  padding-right: 208px;
}
.p-r-209 {
  padding-right: 209px;
}
.p-r-210 {
  padding-right: 210px;
}
.p-r-211 {
  padding-right: 211px;
}
.p-r-212 {
  padding-right: 212px;
}
.p-r-213 {
  padding-right: 213px;
}
.p-r-214 {
  padding-right: 214px;
}
.p-r-215 {
  padding-right: 215px;
}
.p-r-216 {
  padding-right: 216px;
}
.p-r-217 {
  padding-right: 217px;
}
.p-r-218 {
  padding-right: 218px;
}
.p-r-219 {
  padding-right: 219px;
}
.p-r-220 {
  padding-right: 220px;
}
.p-r-221 {
  padding-right: 221px;
}
.p-r-222 {
  padding-right: 222px;
}
.p-r-223 {
  padding-right: 223px;
}
.p-r-224 {
  padding-right: 224px;
}
.p-r-225 {
  padding-right: 225px;
}
.p-r-226 {
  padding-right: 226px;
}
.p-r-227 {
  padding-right: 227px;
}
.p-r-228 {
  padding-right: 228px;
}
.p-r-229 {
  padding-right: 229px;
}
.p-r-230 {
  padding-right: 230px;
}
.p-r-231 {
  padding-right: 231px;
}
.p-r-232 {
  padding-right: 232px;
}
.p-r-233 {
  padding-right: 233px;
}
.p-r-234 {
  padding-right: 234px;
}
.p-r-235 {
  padding-right: 235px;
}
.p-r-236 {
  padding-right: 236px;
}
.p-r-237 {
  padding-right: 237px;
}
.p-r-238 {
  padding-right: 238px;
}
.p-r-239 {
  padding-right: 239px;
}
.p-r-240 {
  padding-right: 240px;
}
.p-r-241 {
  padding-right: 241px;
}
.p-r-242 {
  padding-right: 242px;
}
.p-r-243 {
  padding-right: 243px;
}
.p-r-244 {
  padding-right: 244px;
}
.p-r-245 {
  padding-right: 245px;
}
.p-r-246 {
  padding-right: 246px;
}
.p-r-247 {
  padding-right: 247px;
}
.p-r-248 {
  padding-right: 248px;
}
.p-r-249 {
  padding-right: 249px;
}
.p-r-250 {
  padding-right: 250px;
}
/* Margin - 0 até 250
///////////////////////////////////////////////////////////
*/
.m-t-0 {
  margin-top: 0px;
}
.m-t-1 {
  margin-top: 1px;
}
.m-t-2 {
  margin-top: 2px;
}
.m-t-3 {
  margin-top: 3px;
}
.m-t-4 {
  margin-top: 4px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-6 {
  margin-top: 6px;
}
.m-t-7 {
  margin-top: 7px;
}
.m-t-8 {
  margin-top: 8px;
}
.m-t-9 {
  margin-top: 9px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-11 {
  margin-top: 11px;
}
.m-t-12 {
  margin-top: 12px;
}
.m-t-13 {
  margin-top: 13px;
}
.m-t-14 {
  margin-top: 14px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-16 {
  margin-top: 16px;
}
.m-t-17 {
  margin-top: 17px;
}
.m-t-18 {
  margin-top: 18px;
}
.m-t-19 {
  margin-top: 19px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-21 {
  margin-top: 21px;
}
.m-t-22 {
  margin-top: 22px;
}
.m-t-23 {
  margin-top: 23px;
}
.m-t-24 {
  margin-top: 24px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-26 {
  margin-top: 26px;
}
.m-t-27 {
  margin-top: 27px;
}
.m-t-28 {
  margin-top: 28px;
}
.m-t-29 {
  margin-top: 29px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-31 {
  margin-top: 31px;
}
.m-t-32 {
  margin-top: 32px;
}
.m-t-33 {
  margin-top: 33px;
}
.m-t-34 {
  margin-top: 34px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-t-36 {
  margin-top: 36px;
}
.m-t-37 {
  margin-top: 37px;
}
.m-t-38 {
  margin-top: 38px;
}
.m-t-39 {
  margin-top: 39px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-41 {
  margin-top: 41px;
}
.m-t-42 {
  margin-top: 42px;
}
.m-t-43 {
  margin-top: 43px;
}
.m-t-44 {
  margin-top: 44px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-t-46 {
  margin-top: 46px;
}
.m-t-47 {
  margin-top: 47px;
}
.m-t-48 {
  margin-top: 48px;
}
.m-t-49 {
  margin-top: 49px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-51 {
  margin-top: 51px;
}
.m-t-52 {
  margin-top: 52px;
}
.m-t-53 {
  margin-top: 53px;
}
.m-t-54 {
  margin-top: 54px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-t-56 {
  margin-top: 56px;
}
.m-t-57 {
  margin-top: 57px;
}
.m-t-58 {
  margin-top: 58px;
}
.m-t-59 {
  margin-top: 59px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-t-61 {
  margin-top: 61px;
}
.m-t-62 {
  margin-top: 62px;
}
.m-t-63 {
  margin-top: 63px;
}
.m-t-64 {
  margin-top: 64px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-t-66 {
  margin-top: 66px;
}
.m-t-67 {
  margin-top: 67px;
}
.m-t-68 {
  margin-top: 68px;
}
.m-t-69 {
  margin-top: 69px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-t-71 {
  margin-top: 71px;
}
.m-t-72 {
  margin-top: 72px;
}
.m-t-73 {
  margin-top: 73px;
}
.m-t-74 {
  margin-top: 74px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-t-76 {
  margin-top: 76px;
}
.m-t-77 {
  margin-top: 77px;
}
.m-t-78 {
  margin-top: 78px;
}
.m-t-79 {
  margin-top: 79px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-t-81 {
  margin-top: 81px;
}
.m-t-82 {
  margin-top: 82px;
}
.m-t-83 {
  margin-top: 83px;
}
.m-t-84 {
  margin-top: 84px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-t-86 {
  margin-top: 86px;
}
.m-t-87 {
  margin-top: 87px;
}
.m-t-88 {
  margin-top: 88px;
}
.m-t-89 {
  margin-top: 89px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-t-91 {
  margin-top: 91px;
}
.m-t-92 {
  margin-top: 92px;
}
.m-t-93 {
  margin-top: 93px;
}
.m-t-94 {
  margin-top: 94px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-t-96 {
  margin-top: 96px;
}
.m-t-97 {
  margin-top: 97px;
}
.m-t-98 {
  margin-top: 98px;
}
.m-t-99 {
  margin-top: 99px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-t-101 {
  margin-top: 101px;
}
.m-t-102 {
  margin-top: 102px;
}
.m-t-103 {
  margin-top: 103px;
}
.m-t-104 {
  margin-top: 104px;
}
.m-t-105 {
  margin-top: 105px;
}
.m-t-106 {
  margin-top: 106px;
}
.m-t-107 {
  margin-top: 107px;
}
.m-t-108 {
  margin-top: 108px;
}
.m-t-109 {
  margin-top: 109px;
}
.m-t-110 {
  margin-top: 110px;
}
.m-t-111 {
  margin-top: 111px;
}
.m-t-112 {
  margin-top: 112px;
}
.m-t-113 {
  margin-top: 113px;
}
.m-t-114 {
  margin-top: 114px;
}
.m-t-115 {
  margin-top: 115px;
}
.m-t-116 {
  margin-top: 116px;
}
.m-t-117 {
  margin-top: 117px;
}
.m-t-118 {
  margin-top: 118px;
}
.m-t-119 {
  margin-top: 119px;
}
.m-t-120 {
  margin-top: 120px;
}
.m-t-121 {
  margin-top: 121px;
}
.m-t-122 {
  margin-top: 122px;
}
.m-t-123 {
  margin-top: 123px;
}
.m-t-124 {
  margin-top: 124px;
}
.m-t-125 {
  margin-top: 125px;
}
.m-t-126 {
  margin-top: 126px;
}
.m-t-127 {
  margin-top: 127px;
}
.m-t-128 {
  margin-top: 128px;
}
.m-t-129 {
  margin-top: 129px;
}
.m-t-130 {
  margin-top: 130px;
}
.m-t-131 {
  margin-top: 131px;
}
.m-t-132 {
  margin-top: 132px;
}
.m-t-133 {
  margin-top: 133px;
}
.m-t-134 {
  margin-top: 134px;
}
.m-t-135 {
  margin-top: 135px;
}
.m-t-136 {
  margin-top: 136px;
}
.m-t-137 {
  margin-top: 137px;
}
.m-t-138 {
  margin-top: 138px;
}
.m-t-139 {
  margin-top: 139px;
}
.m-t-140 {
  margin-top: 140px;
}
.m-t-141 {
  margin-top: 141px;
}
.m-t-142 {
  margin-top: 142px;
}
.m-t-143 {
  margin-top: 143px;
}
.m-t-144 {
  margin-top: 144px;
}
.m-t-145 {
  margin-top: 145px;
}
.m-t-146 {
  margin-top: 146px;
}
.m-t-147 {
  margin-top: 147px;
}
.m-t-148 {
  margin-top: 148px;
}
.m-t-149 {
  margin-top: 149px;
}
.m-t-150 {
  margin-top: 150px;
}
.m-t-151 {
  margin-top: 151px;
}
.m-t-152 {
  margin-top: 152px;
}
.m-t-153 {
  margin-top: 153px;
}
.m-t-154 {
  margin-top: 154px;
}
.m-t-155 {
  margin-top: 155px;
}
.m-t-156 {
  margin-top: 156px;
}
.m-t-157 {
  margin-top: 157px;
}
.m-t-158 {
  margin-top: 158px;
}
.m-t-159 {
  margin-top: 159px;
}
.m-t-160 {
  margin-top: 160px;
}
.m-t-161 {
  margin-top: 161px;
}
.m-t-162 {
  margin-top: 162px;
}
.m-t-163 {
  margin-top: 163px;
}
.m-t-164 {
  margin-top: 164px;
}
.m-t-165 {
  margin-top: 165px;
}
.m-t-166 {
  margin-top: 166px;
}
.m-t-167 {
  margin-top: 167px;
}
.m-t-168 {
  margin-top: 168px;
}
.m-t-169 {
  margin-top: 169px;
}
.m-t-170 {
  margin-top: 170px;
}
.m-t-171 {
  margin-top: 171px;
}
.m-t-172 {
  margin-top: 172px;
}
.m-t-173 {
  margin-top: 173px;
}
.m-t-174 {
  margin-top: 174px;
}
.m-t-175 {
  margin-top: 175px;
}
.m-t-176 {
  margin-top: 176px;
}
.m-t-177 {
  margin-top: 177px;
}
.m-t-178 {
  margin-top: 178px;
}
.m-t-179 {
  margin-top: 179px;
}
.m-t-180 {
  margin-top: 180px;
}
.m-t-181 {
  margin-top: 181px;
}
.m-t-182 {
  margin-top: 182px;
}
.m-t-183 {
  margin-top: 183px;
}
.m-t-184 {
  margin-top: 184px;
}
.m-t-185 {
  margin-top: 185px;
}
.m-t-186 {
  margin-top: 186px;
}
.m-t-187 {
  margin-top: 187px;
}
.m-t-188 {
  margin-top: 188px;
}
.m-t-189 {
  margin-top: 189px;
}
.m-t-190 {
  margin-top: 190px;
}
.m-t-191 {
  margin-top: 191px;
}
.m-t-192 {
  margin-top: 192px;
}
.m-t-193 {
  margin-top: 193px;
}
.m-t-194 {
  margin-top: 194px;
}
.m-t-195 {
  margin-top: 195px;
}
.m-t-196 {
  margin-top: 196px;
}
.m-t-197 {
  margin-top: 197px;
}
.m-t-198 {
  margin-top: 198px;
}
.m-t-199 {
  margin-top: 199px;
}
.m-t-200 {
  margin-top: 200px;
}
.m-t-201 {
  margin-top: 201px;
}
.m-t-202 {
  margin-top: 202px;
}
.m-t-203 {
  margin-top: 203px;
}
.m-t-204 {
  margin-top: 204px;
}
.m-t-205 {
  margin-top: 205px;
}
.m-t-206 {
  margin-top: 206px;
}
.m-t-207 {
  margin-top: 207px;
}
.m-t-208 {
  margin-top: 208px;
}
.m-t-209 {
  margin-top: 209px;
}
.m-t-210 {
  margin-top: 210px;
}
.m-t-211 {
  margin-top: 211px;
}
.m-t-212 {
  margin-top: 212px;
}
.m-t-213 {
  margin-top: 213px;
}
.m-t-214 {
  margin-top: 214px;
}
.m-t-215 {
  margin-top: 215px;
}
.m-t-216 {
  margin-top: 216px;
}
.m-t-217 {
  margin-top: 217px;
}
.m-t-218 {
  margin-top: 218px;
}
.m-t-219 {
  margin-top: 219px;
}
.m-t-220 {
  margin-top: 220px;
}
.m-t-221 {
  margin-top: 221px;
}
.m-t-222 {
  margin-top: 222px;
}
.m-t-223 {
  margin-top: 223px;
}
.m-t-224 {
  margin-top: 224px;
}
.m-t-225 {
  margin-top: 225px;
}
.m-t-226 {
  margin-top: 226px;
}
.m-t-227 {
  margin-top: 227px;
}
.m-t-228 {
  margin-top: 228px;
}
.m-t-229 {
  margin-top: 229px;
}
.m-t-230 {
  margin-top: 230px;
}
.m-t-231 {
  margin-top: 231px;
}
.m-t-232 {
  margin-top: 232px;
}
.m-t-233 {
  margin-top: 233px;
}
.m-t-234 {
  margin-top: 234px;
}
.m-t-235 {
  margin-top: 235px;
}
.m-t-236 {
  margin-top: 236px;
}
.m-t-237 {
  margin-top: 237px;
}
.m-t-238 {
  margin-top: 238px;
}
.m-t-239 {
  margin-top: 239px;
}
.m-t-240 {
  margin-top: 240px;
}
.m-t-241 {
  margin-top: 241px;
}
.m-t-242 {
  margin-top: 242px;
}
.m-t-243 {
  margin-top: 243px;
}
.m-t-244 {
  margin-top: 244px;
}
.m-t-245 {
  margin-top: 245px;
}
.m-t-246 {
  margin-top: 246px;
}
.m-t-247 {
  margin-top: 247px;
}
.m-t-248 {
  margin-top: 248px;
}
.m-t-249 {
  margin-top: 249px;
}
.m-t-250 {
  margin-top: 250px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-b-1 {
  margin-bottom: 1px;
}
.m-b-2 {
  margin-bottom: 2px;
}
.m-b-3 {
  margin-bottom: 3px;
}
.m-b-4 {
  margin-bottom: 4px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-6 {
  margin-bottom: 6px;
}
.m-b-7 {
  margin-bottom: 7px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-b-9 {
  margin-bottom: 9px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-11 {
  margin-bottom: 11px;
}
.m-b-12 {
  margin-bottom: 12px;
}
.m-b-13 {
  margin-bottom: 13px;
}
.m-b-14 {
  margin-bottom: 14px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-17 {
  margin-bottom: 17px;
}
.m-b-18 {
  margin-bottom: 18px;
}
.m-b-19 {
  margin-bottom: 19px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-21 {
  margin-bottom: 21px;
}
.m-b-22 {
  margin-bottom: 22px;
}
.m-b-23 {
  margin-bottom: 23px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-26 {
  margin-bottom: 26px;
}
.m-b-27 {
  margin-bottom: 27px;
}
.m-b-28 {
  margin-bottom: 28px;
}
.m-b-29 {
  margin-bottom: 29px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-31 {
  margin-bottom: 31px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-33 {
  margin-bottom: 33px;
}
.m-b-34 {
  margin-bottom: 34px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-36 {
  margin-bottom: 36px;
}
.m-b-37 {
  margin-bottom: 37px;
}
.m-b-38 {
  margin-bottom: 38px;
}
.m-b-39 {
  margin-bottom: 39px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-41 {
  margin-bottom: 41px;
}
.m-b-42 {
  margin-bottom: 42px;
}
.m-b-43 {
  margin-bottom: 43px;
}
.m-b-44 {
  margin-bottom: 44px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-46 {
  margin-bottom: 46px;
}
.m-b-47 {
  margin-bottom: 47px;
}
.m-b-48 {
  margin-bottom: 48px;
}
.m-b-49 {
  margin-bottom: 49px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-51 {
  margin-bottom: 51px;
}
.m-b-52 {
  margin-bottom: 52px;
}
.m-b-53 {
  margin-bottom: 53px;
}
.m-b-54 {
  margin-bottom: 54px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-b-56 {
  margin-bottom: 56px;
}
.m-b-57 {
  margin-bottom: 57px;
}
.m-b-58 {
  margin-bottom: 58px;
}
.m-b-59 {
  margin-bottom: 59px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-b-61 {
  margin-bottom: 61px;
}
.m-b-62 {
  margin-bottom: 62px;
}
.m-b-63 {
  margin-bottom: 63px;
}
.m-b-64 {
  margin-bottom: 64px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-b-66 {
  margin-bottom: 66px;
}
.m-b-67 {
  margin-bottom: 67px;
}
.m-b-68 {
  margin-bottom: 68px;
}
.m-b-69 {
  margin-bottom: 69px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-b-71 {
  margin-bottom: 71px;
}
.m-b-72 {
  margin-bottom: 72px;
}
.m-b-73 {
  margin-bottom: 73px;
}
.m-b-74 {
  margin-bottom: 74px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-b-76 {
  margin-bottom: 76px;
}
.m-b-77 {
  margin-bottom: 77px;
}
.m-b-78 {
  margin-bottom: 78px;
}
.m-b-79 {
  margin-bottom: 79px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-b-81 {
  margin-bottom: 81px;
}
.m-b-82 {
  margin-bottom: 82px;
}
.m-b-83 {
  margin-bottom: 83px;
}
.m-b-84 {
  margin-bottom: 84px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-b-86 {
  margin-bottom: 86px;
}
.m-b-87 {
  margin-bottom: 87px;
}
.m-b-88 {
  margin-bottom: 88px;
}
.m-b-89 {
  margin-bottom: 89px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-b-91 {
  margin-bottom: 91px;
}
.m-b-92 {
  margin-bottom: 92px;
}
.m-b-93 {
  margin-bottom: 93px;
}
.m-b-94 {
  margin-bottom: 94px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-b-96 {
  margin-bottom: 96px;
}
.m-b-97 {
  margin-bottom: 97px;
}
.m-b-98 {
  margin-bottom: 98px;
}
.m-b-99 {
  margin-bottom: 99px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-b-101 {
  margin-bottom: 101px;
}
.m-b-102 {
  margin-bottom: 102px;
}
.m-b-103 {
  margin-bottom: 103px;
}
.m-b-104 {
  margin-bottom: 104px;
}
.m-b-105 {
  margin-bottom: 105px;
}
.m-b-106 {
  margin-bottom: 106px;
}
.m-b-107 {
  margin-bottom: 107px;
}
.m-b-108 {
  margin-bottom: 108px;
}
.m-b-109 {
  margin-bottom: 109px;
}
.m-b-110 {
  margin-bottom: 110px;
}
.m-b-111 {
  margin-bottom: 111px;
}
.m-b-112 {
  margin-bottom: 112px;
}
.m-b-113 {
  margin-bottom: 113px;
}
.m-b-114 {
  margin-bottom: 114px;
}
.m-b-115 {
  margin-bottom: 115px;
}
.m-b-116 {
  margin-bottom: 116px;
}
.m-b-117 {
  margin-bottom: 117px;
}
.m-b-118 {
  margin-bottom: 118px;
}
.m-b-119 {
  margin-bottom: 119px;
}
.m-b-120 {
  margin-bottom: 120px;
}
.m-b-121 {
  margin-bottom: 121px;
}
.m-b-122 {
  margin-bottom: 122px;
}
.m-b-123 {
  margin-bottom: 123px;
}
.m-b-124 {
  margin-bottom: 124px;
}
.m-b-125 {
  margin-bottom: 125px;
}
.m-b-126 {
  margin-bottom: 126px;
}
.m-b-127 {
  margin-bottom: 127px;
}
.m-b-128 {
  margin-bottom: 128px;
}
.m-b-129 {
  margin-bottom: 129px;
}
.m-b-130 {
  margin-bottom: 130px;
}
.m-b-131 {
  margin-bottom: 131px;
}
.m-b-132 {
  margin-bottom: 132px;
}
.m-b-133 {
  margin-bottom: 133px;
}
.m-b-134 {
  margin-bottom: 134px;
}
.m-b-135 {
  margin-bottom: 135px;
}
.m-b-136 {
  margin-bottom: 136px;
}
.m-b-137 {
  margin-bottom: 137px;
}
.m-b-138 {
  margin-bottom: 138px;
}
.m-b-139 {
  margin-bottom: 139px;
}
.m-b-140 {
  margin-bottom: 140px;
}
.m-b-141 {
  margin-bottom: 141px;
}
.m-b-142 {
  margin-bottom: 142px;
}
.m-b-143 {
  margin-bottom: 143px;
}
.m-b-144 {
  margin-bottom: 144px;
}
.m-b-145 {
  margin-bottom: 145px;
}
.m-b-146 {
  margin-bottom: 146px;
}
.m-b-147 {
  margin-bottom: 147px;
}
.m-b-148 {
  margin-bottom: 148px;
}
.m-b-149 {
  margin-bottom: 149px;
}
.m-b-150 {
  margin-bottom: 150px;
}
.m-b-151 {
  margin-bottom: 151px;
}
.m-b-152 {
  margin-bottom: 152px;
}
.m-b-153 {
  margin-bottom: 153px;
}
.m-b-154 {
  margin-bottom: 154px;
}
.m-b-155 {
  margin-bottom: 155px;
}
.m-b-156 {
  margin-bottom: 156px;
}
.m-b-157 {
  margin-bottom: 157px;
}
.m-b-158 {
  margin-bottom: 158px;
}
.m-b-159 {
  margin-bottom: 159px;
}
.m-b-160 {
  margin-bottom: 160px;
}
.m-b-161 {
  margin-bottom: 161px;
}
.m-b-162 {
  margin-bottom: 162px;
}
.m-b-163 {
  margin-bottom: 163px;
}
.m-b-164 {
  margin-bottom: 164px;
}
.m-b-165 {
  margin-bottom: 165px;
}
.m-b-166 {
  margin-bottom: 166px;
}
.m-b-167 {
  margin-bottom: 167px;
}
.m-b-168 {
  margin-bottom: 168px;
}
.m-b-169 {
  margin-bottom: 169px;
}
.m-b-170 {
  margin-bottom: 170px;
}
.m-b-171 {
  margin-bottom: 171px;
}
.m-b-172 {
  margin-bottom: 172px;
}
.m-b-173 {
  margin-bottom: 173px;
}
.m-b-174 {
  margin-bottom: 174px;
}
.m-b-175 {
  margin-bottom: 175px;
}
.m-b-176 {
  margin-bottom: 176px;
}
.m-b-177 {
  margin-bottom: 177px;
}
.m-b-178 {
  margin-bottom: 178px;
}
.m-b-179 {
  margin-bottom: 179px;
}
.m-b-180 {
  margin-bottom: 180px;
}
.m-b-181 {
  margin-bottom: 181px;
}
.m-b-182 {
  margin-bottom: 182px;
}
.m-b-183 {
  margin-bottom: 183px;
}
.m-b-184 {
  margin-bottom: 184px;
}
.m-b-185 {
  margin-bottom: 185px;
}
.m-b-186 {
  margin-bottom: 186px;
}
.m-b-187 {
  margin-bottom: 187px;
}
.m-b-188 {
  margin-bottom: 188px;
}
.m-b-189 {
  margin-bottom: 189px;
}
.m-b-190 {
  margin-bottom: 190px;
}
.m-b-191 {
  margin-bottom: 191px;
}
.m-b-192 {
  margin-bottom: 192px;
}
.m-b-193 {
  margin-bottom: 193px;
}
.m-b-194 {
  margin-bottom: 194px;
}
.m-b-195 {
  margin-bottom: 195px;
}
.m-b-196 {
  margin-bottom: 196px;
}
.m-b-197 {
  margin-bottom: 197px;
}
.m-b-198 {
  margin-bottom: 198px;
}
.m-b-199 {
  margin-bottom: 199px;
}
.m-b-200 {
  margin-bottom: 200px;
}
.m-b-201 {
  margin-bottom: 201px;
}
.m-b-202 {
  margin-bottom: 202px;
}
.m-b-203 {
  margin-bottom: 203px;
}
.m-b-204 {
  margin-bottom: 204px;
}
.m-b-205 {
  margin-bottom: 205px;
}
.m-b-206 {
  margin-bottom: 206px;
}
.m-b-207 {
  margin-bottom: 207px;
}
.m-b-208 {
  margin-bottom: 208px;
}
.m-b-209 {
  margin-bottom: 209px;
}
.m-b-210 {
  margin-bottom: 210px;
}
.m-b-211 {
  margin-bottom: 211px;
}
.m-b-212 {
  margin-bottom: 212px;
}
.m-b-213 {
  margin-bottom: 213px;
}
.m-b-214 {
  margin-bottom: 214px;
}
.m-b-215 {
  margin-bottom: 215px;
}
.m-b-216 {
  margin-bottom: 216px;
}
.m-b-217 {
  margin-bottom: 217px;
}
.m-b-218 {
  margin-bottom: 218px;
}
.m-b-219 {
  margin-bottom: 219px;
}
.m-b-220 {
  margin-bottom: 220px;
}
.m-b-221 {
  margin-bottom: 221px;
}
.m-b-222 {
  margin-bottom: 222px;
}
.m-b-223 {
  margin-bottom: 223px;
}
.m-b-224 {
  margin-bottom: 224px;
}
.m-b-225 {
  margin-bottom: 225px;
}
.m-b-226 {
  margin-bottom: 226px;
}
.m-b-227 {
  margin-bottom: 227px;
}
.m-b-228 {
  margin-bottom: 228px;
}
.m-b-229 {
  margin-bottom: 229px;
}
.m-b-230 {
  margin-bottom: 230px;
}
.m-b-231 {
  margin-bottom: 231px;
}
.m-b-232 {
  margin-bottom: 232px;
}
.m-b-233 {
  margin-bottom: 233px;
}
.m-b-234 {
  margin-bottom: 234px;
}
.m-b-235 {
  margin-bottom: 235px;
}
.m-b-236 {
  margin-bottom: 236px;
}
.m-b-237 {
  margin-bottom: 237px;
}
.m-b-238 {
  margin-bottom: 238px;
}
.m-b-239 {
  margin-bottom: 239px;
}
.m-b-240 {
  margin-bottom: 240px;
}
.m-b-241 {
  margin-bottom: 241px;
}
.m-b-242 {
  margin-bottom: 242px;
}
.m-b-243 {
  margin-bottom: 243px;
}
.m-b-244 {
  margin-bottom: 244px;
}
.m-b-245 {
  margin-bottom: 245px;
}
.m-b-246 {
  margin-bottom: 246px;
}
.m-b-247 {
  margin-bottom: 247px;
}
.m-b-248 {
  margin-bottom: 248px;
}
.m-b-249 {
  margin-bottom: 249px;
}
.m-b-250 {
  margin-bottom: 250px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-l-1 {
  margin-left: 1px;
}
.m-l-2 {
  margin-left: 2px;
}
.m-l-3 {
  margin-left: 3px;
}
.m-l-4 {
  margin-left: 4px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-6 {
  margin-left: 6px;
}
.m-l-7 {
  margin-left: 7px;
}
.m-l-8 {
  margin-left: 8px;
}
.m-l-9 {
  margin-left: 9px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-11 {
  margin-left: 11px;
}
.m-l-12 {
  margin-left: 12px;
}
.m-l-13 {
  margin-left: 13px;
}
.m-l-14 {
  margin-left: 14px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-16 {
  margin-left: 16px;
}
.m-l-17 {
  margin-left: 17px;
}
.m-l-18 {
  margin-left: 18px;
}
.m-l-19 {
  margin-left: 19px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-21 {
  margin-left: 21px;
}
.m-l-22 {
  margin-left: 22px;
}
.m-l-23 {
  margin-left: 23px;
}
.m-l-24 {
  margin-left: 24px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-l-26 {
  margin-left: 26px;
}
.m-l-27 {
  margin-left: 27px;
}
.m-l-28 {
  margin-left: 28px;
}
.m-l-29 {
  margin-left: 29px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-l-31 {
  margin-left: 31px;
}
.m-l-32 {
  margin-left: 32px;
}
.m-l-33 {
  margin-left: 33px;
}
.m-l-34 {
  margin-left: 34px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-l-36 {
  margin-left: 36px;
}
.m-l-37 {
  margin-left: 37px;
}
.m-l-38 {
  margin-left: 38px;
}
.m-l-39 {
  margin-left: 39px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-l-41 {
  margin-left: 41px;
}
.m-l-42 {
  margin-left: 42px;
}
.m-l-43 {
  margin-left: 43px;
}
.m-l-44 {
  margin-left: 44px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-l-46 {
  margin-left: 46px;
}
.m-l-47 {
  margin-left: 47px;
}
.m-l-48 {
  margin-left: 48px;
}
.m-l-49 {
  margin-left: 49px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-l-51 {
  margin-left: 51px;
}
.m-l-52 {
  margin-left: 52px;
}
.m-l-53 {
  margin-left: 53px;
}
.m-l-54 {
  margin-left: 54px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-l-56 {
  margin-left: 56px;
}
.m-l-57 {
  margin-left: 57px;
}
.m-l-58 {
  margin-left: 58px;
}
.m-l-59 {
  margin-left: 59px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-l-61 {
  margin-left: 61px;
}
.m-l-62 {
  margin-left: 62px;
}
.m-l-63 {
  margin-left: 63px;
}
.m-l-64 {
  margin-left: 64px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-l-66 {
  margin-left: 66px;
}
.m-l-67 {
  margin-left: 67px;
}
.m-l-68 {
  margin-left: 68px;
}
.m-l-69 {
  margin-left: 69px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-l-71 {
  margin-left: 71px;
}
.m-l-72 {
  margin-left: 72px;
}
.m-l-73 {
  margin-left: 73px;
}
.m-l-74 {
  margin-left: 74px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-l-76 {
  margin-left: 76px;
}
.m-l-77 {
  margin-left: 77px;
}
.m-l-78 {
  margin-left: 78px;
}
.m-l-79 {
  margin-left: 79px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-l-81 {
  margin-left: 81px;
}
.m-l-82 {
  margin-left: 82px;
}
.m-l-83 {
  margin-left: 83px;
}
.m-l-84 {
  margin-left: 84px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-l-86 {
  margin-left: 86px;
}
.m-l-87 {
  margin-left: 87px;
}
.m-l-88 {
  margin-left: 88px;
}
.m-l-89 {
  margin-left: 89px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-l-91 {
  margin-left: 91px;
}
.m-l-92 {
  margin-left: 92px;
}
.m-l-93 {
  margin-left: 93px;
}
.m-l-94 {
  margin-left: 94px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-l-96 {
  margin-left: 96px;
}
.m-l-97 {
  margin-left: 97px;
}
.m-l-98 {
  margin-left: 98px;
}
.m-l-99 {
  margin-left: 99px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-l-101 {
  margin-left: 101px;
}
.m-l-102 {
  margin-left: 102px;
}
.m-l-103 {
  margin-left: 103px;
}
.m-l-104 {
  margin-left: 104px;
}
.m-l-105 {
  margin-left: 105px;
}
.m-l-106 {
  margin-left: 106px;
}
.m-l-107 {
  margin-left: 107px;
}
.m-l-108 {
  margin-left: 108px;
}
.m-l-109 {
  margin-left: 109px;
}
.m-l-110 {
  margin-left: 110px;
}
.m-l-111 {
  margin-left: 111px;
}
.m-l-112 {
  margin-left: 112px;
}
.m-l-113 {
  margin-left: 113px;
}
.m-l-114 {
  margin-left: 114px;
}
.m-l-115 {
  margin-left: 115px;
}
.m-l-116 {
  margin-left: 116px;
}
.m-l-117 {
  margin-left: 117px;
}
.m-l-118 {
  margin-left: 118px;
}
.m-l-119 {
  margin-left: 119px;
}
.m-l-120 {
  margin-left: 120px;
}
.m-l-121 {
  margin-left: 121px;
}
.m-l-122 {
  margin-left: 122px;
}
.m-l-123 {
  margin-left: 123px;
}
.m-l-124 {
  margin-left: 124px;
}
.m-l-125 {
  margin-left: 125px;
}
.m-l-126 {
  margin-left: 126px;
}
.m-l-127 {
  margin-left: 127px;
}
.m-l-128 {
  margin-left: 128px;
}
.m-l-129 {
  margin-left: 129px;
}
.m-l-130 {
  margin-left: 130px;
}
.m-l-131 {
  margin-left: 131px;
}
.m-l-132 {
  margin-left: 132px;
}
.m-l-133 {
  margin-left: 133px;
}
.m-l-134 {
  margin-left: 134px;
}
.m-l-135 {
  margin-left: 135px;
}
.m-l-136 {
  margin-left: 136px;
}
.m-l-137 {
  margin-left: 137px;
}
.m-l-138 {
  margin-left: 138px;
}
.m-l-139 {
  margin-left: 139px;
}
.m-l-140 {
  margin-left: 140px;
}
.m-l-141 {
  margin-left: 141px;
}
.m-l-142 {
  margin-left: 142px;
}
.m-l-143 {
  margin-left: 143px;
}
.m-l-144 {
  margin-left: 144px;
}
.m-l-145 {
  margin-left: 145px;
}
.m-l-146 {
  margin-left: 146px;
}
.m-l-147 {
  margin-left: 147px;
}
.m-l-148 {
  margin-left: 148px;
}
.m-l-149 {
  margin-left: 149px;
}
.m-l-150 {
  margin-left: 150px;
}
.m-l-151 {
  margin-left: 151px;
}
.m-l-152 {
  margin-left: 152px;
}
.m-l-153 {
  margin-left: 153px;
}
.m-l-154 {
  margin-left: 154px;
}
.m-l-155 {
  margin-left: 155px;
}
.m-l-156 {
  margin-left: 156px;
}
.m-l-157 {
  margin-left: 157px;
}
.m-l-158 {
  margin-left: 158px;
}
.m-l-159 {
  margin-left: 159px;
}
.m-l-160 {
  margin-left: 160px;
}
.m-l-161 {
  margin-left: 161px;
}
.m-l-162 {
  margin-left: 162px;
}
.m-l-163 {
  margin-left: 163px;
}
.m-l-164 {
  margin-left: 164px;
}
.m-l-165 {
  margin-left: 165px;
}
.m-l-166 {
  margin-left: 166px;
}
.m-l-167 {
  margin-left: 167px;
}
.m-l-168 {
  margin-left: 168px;
}
.m-l-169 {
  margin-left: 169px;
}
.m-l-170 {
  margin-left: 170px;
}
.m-l-171 {
  margin-left: 171px;
}
.m-l-172 {
  margin-left: 172px;
}
.m-l-173 {
  margin-left: 173px;
}
.m-l-174 {
  margin-left: 174px;
}
.m-l-175 {
  margin-left: 175px;
}
.m-l-176 {
  margin-left: 176px;
}
.m-l-177 {
  margin-left: 177px;
}
.m-l-178 {
  margin-left: 178px;
}
.m-l-179 {
  margin-left: 179px;
}
.m-l-180 {
  margin-left: 180px;
}
.m-l-181 {
  margin-left: 181px;
}
.m-l-182 {
  margin-left: 182px;
}
.m-l-183 {
  margin-left: 183px;
}
.m-l-184 {
  margin-left: 184px;
}
.m-l-185 {
  margin-left: 185px;
}
.m-l-186 {
  margin-left: 186px;
}
.m-l-187 {
  margin-left: 187px;
}
.m-l-188 {
  margin-left: 188px;
}
.m-l-189 {
  margin-left: 189px;
}
.m-l-190 {
  margin-left: 190px;
}
.m-l-191 {
  margin-left: 191px;
}
.m-l-192 {
  margin-left: 192px;
}
.m-l-193 {
  margin-left: 193px;
}
.m-l-194 {
  margin-left: 194px;
}
.m-l-195 {
  margin-left: 195px;
}
.m-l-196 {
  margin-left: 196px;
}
.m-l-197 {
  margin-left: 197px;
}
.m-l-198 {
  margin-left: 198px;
}
.m-l-199 {
  margin-left: 199px;
}
.m-l-200 {
  margin-left: 200px;
}
.m-l-201 {
  margin-left: 201px;
}
.m-l-202 {
  margin-left: 202px;
}
.m-l-203 {
  margin-left: 203px;
}
.m-l-204 {
  margin-left: 204px;
}
.m-l-205 {
  margin-left: 205px;
}
.m-l-206 {
  margin-left: 206px;
}
.m-l-207 {
  margin-left: 207px;
}
.m-l-208 {
  margin-left: 208px;
}
.m-l-209 {
  margin-left: 209px;
}
.m-l-210 {
  margin-left: 210px;
}
.m-l-211 {
  margin-left: 211px;
}
.m-l-212 {
  margin-left: 212px;
}
.m-l-213 {
  margin-left: 213px;
}
.m-l-214 {
  margin-left: 214px;
}
.m-l-215 {
  margin-left: 215px;
}
.m-l-216 {
  margin-left: 216px;
}
.m-l-217 {
  margin-left: 217px;
}
.m-l-218 {
  margin-left: 218px;
}
.m-l-219 {
  margin-left: 219px;
}
.m-l-220 {
  margin-left: 220px;
}
.m-l-221 {
  margin-left: 221px;
}
.m-l-222 {
  margin-left: 222px;
}
.m-l-223 {
  margin-left: 223px;
}
.m-l-224 {
  margin-left: 224px;
}
.m-l-225 {
  margin-left: 225px;
}
.m-l-226 {
  margin-left: 226px;
}
.m-l-227 {
  margin-left: 227px;
}
.m-l-228 {
  margin-left: 228px;
}
.m-l-229 {
  margin-left: 229px;
}
.m-l-230 {
  margin-left: 230px;
}
.m-l-231 {
  margin-left: 231px;
}
.m-l-232 {
  margin-left: 232px;
}
.m-l-233 {
  margin-left: 233px;
}
.m-l-234 {
  margin-left: 234px;
}
.m-l-235 {
  margin-left: 235px;
}
.m-l-236 {
  margin-left: 236px;
}
.m-l-237 {
  margin-left: 237px;
}
.m-l-238 {
  margin-left: 238px;
}
.m-l-239 {
  margin-left: 239px;
}
.m-l-240 {
  margin-left: 240px;
}
.m-l-241 {
  margin-left: 241px;
}
.m-l-242 {
  margin-left: 242px;
}
.m-l-243 {
  margin-left: 243px;
}
.m-l-244 {
  margin-left: 244px;
}
.m-l-245 {
  margin-left: 245px;
}
.m-l-246 {
  margin-left: 246px;
}
.m-l-247 {
  margin-left: 247px;
}
.m-l-248 {
  margin-left: 248px;
}
.m-l-249 {
  margin-left: 249px;
}
.m-l-250 {
  margin-left: 250px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-r-1 {
  margin-right: 1px;
}
.m-r-2 {
  margin-right: 2px;
}
.m-r-3 {
  margin-right: 3px;
}
.m-r-4 {
  margin-right: 4px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-6 {
  margin-right: 6px;
}
.m-r-7 {
  margin-right: 7px;
}
.m-r-8 {
  margin-right: 8px;
}
.m-r-9 {
  margin-right: 9px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-11 {
  margin-right: 11px;
}
.m-r-12 {
  margin-right: 12px;
}
.m-r-13 {
  margin-right: 13px;
}
.m-r-14 {
  margin-right: 14px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-16 {
  margin-right: 16px;
}
.m-r-17 {
  margin-right: 17px;
}
.m-r-18 {
  margin-right: 18px;
}
.m-r-19 {
  margin-right: 19px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-21 {
  margin-right: 21px;
}
.m-r-22 {
  margin-right: 22px;
}
.m-r-23 {
  margin-right: 23px;
}
.m-r-24 {
  margin-right: 24px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-26 {
  margin-right: 26px;
}
.m-r-27 {
  margin-right: 27px;
}
.m-r-28 {
  margin-right: 28px;
}
.m-r-29 {
  margin-right: 29px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-31 {
  margin-right: 31px;
}
.m-r-32 {
  margin-right: 32px;
}
.m-r-33 {
  margin-right: 33px;
}
.m-r-34 {
  margin-right: 34px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-r-36 {
  margin-right: 36px;
}
.m-r-37 {
  margin-right: 37px;
}
.m-r-38 {
  margin-right: 38px;
}
.m-r-39 {
  margin-right: 39px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-41 {
  margin-right: 41px;
}
.m-r-42 {
  margin-right: 42px;
}
.m-r-43 {
  margin-right: 43px;
}
.m-r-44 {
  margin-right: 44px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-r-46 {
  margin-right: 46px;
}
.m-r-47 {
  margin-right: 47px;
}
.m-r-48 {
  margin-right: 48px;
}
.m-r-49 {
  margin-right: 49px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-r-51 {
  margin-right: 51px;
}
.m-r-52 {
  margin-right: 52px;
}
.m-r-53 {
  margin-right: 53px;
}
.m-r-54 {
  margin-right: 54px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-r-56 {
  margin-right: 56px;
}
.m-r-57 {
  margin-right: 57px;
}
.m-r-58 {
  margin-right: 58px;
}
.m-r-59 {
  margin-right: 59px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-r-61 {
  margin-right: 61px;
}
.m-r-62 {
  margin-right: 62px;
}
.m-r-63 {
  margin-right: 63px;
}
.m-r-64 {
  margin-right: 64px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-r-66 {
  margin-right: 66px;
}
.m-r-67 {
  margin-right: 67px;
}
.m-r-68 {
  margin-right: 68px;
}
.m-r-69 {
  margin-right: 69px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-r-71 {
  margin-right: 71px;
}
.m-r-72 {
  margin-right: 72px;
}
.m-r-73 {
  margin-right: 73px;
}
.m-r-74 {
  margin-right: 74px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-r-76 {
  margin-right: 76px;
}
.m-r-77 {
  margin-right: 77px;
}
.m-r-78 {
  margin-right: 78px;
}
.m-r-79 {
  margin-right: 79px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-r-81 {
  margin-right: 81px;
}
.m-r-82 {
  margin-right: 82px;
}
.m-r-83 {
  margin-right: 83px;
}
.m-r-84 {
  margin-right: 84px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-r-86 {
  margin-right: 86px;
}
.m-r-87 {
  margin-right: 87px;
}
.m-r-88 {
  margin-right: 88px;
}
.m-r-89 {
  margin-right: 89px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-r-91 {
  margin-right: 91px;
}
.m-r-92 {
  margin-right: 92px;
}
.m-r-93 {
  margin-right: 93px;
}
.m-r-94 {
  margin-right: 94px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-r-96 {
  margin-right: 96px;
}
.m-r-97 {
  margin-right: 97px;
}
.m-r-98 {
  margin-right: 98px;
}
.m-r-99 {
  margin-right: 99px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-r-101 {
  margin-right: 101px;
}
.m-r-102 {
  margin-right: 102px;
}
.m-r-103 {
  margin-right: 103px;
}
.m-r-104 {
  margin-right: 104px;
}
.m-r-105 {
  margin-right: 105px;
}
.m-r-106 {
  margin-right: 106px;
}
.m-r-107 {
  margin-right: 107px;
}
.m-r-108 {
  margin-right: 108px;
}
.m-r-109 {
  margin-right: 109px;
}
.m-r-110 {
  margin-right: 110px;
}
.m-r-111 {
  margin-right: 111px;
}
.m-r-112 {
  margin-right: 112px;
}
.m-r-113 {
  margin-right: 113px;
}
.m-r-114 {
  margin-right: 114px;
}
.m-r-115 {
  margin-right: 115px;
}
.m-r-116 {
  margin-right: 116px;
}
.m-r-117 {
  margin-right: 117px;
}
.m-r-118 {
  margin-right: 118px;
}
.m-r-119 {
  margin-right: 119px;
}
.m-r-120 {
  margin-right: 120px;
}
.m-r-121 {
  margin-right: 121px;
}
.m-r-122 {
  margin-right: 122px;
}
.m-r-123 {
  margin-right: 123px;
}
.m-r-124 {
  margin-right: 124px;
}
.m-r-125 {
  margin-right: 125px;
}
.m-r-126 {
  margin-right: 126px;
}
.m-r-127 {
  margin-right: 127px;
}
.m-r-128 {
  margin-right: 128px;
}
.m-r-129 {
  margin-right: 129px;
}
.m-r-130 {
  margin-right: 130px;
}
.m-r-131 {
  margin-right: 131px;
}
.m-r-132 {
  margin-right: 132px;
}
.m-r-133 {
  margin-right: 133px;
}
.m-r-134 {
  margin-right: 134px;
}
.m-r-135 {
  margin-right: 135px;
}
.m-r-136 {
  margin-right: 136px;
}
.m-r-137 {
  margin-right: 137px;
}
.m-r-138 {
  margin-right: 138px;
}
.m-r-139 {
  margin-right: 139px;
}
.m-r-140 {
  margin-right: 140px;
}
.m-r-141 {
  margin-right: 141px;
}
.m-r-142 {
  margin-right: 142px;
}
.m-r-143 {
  margin-right: 143px;
}
.m-r-144 {
  margin-right: 144px;
}
.m-r-145 {
  margin-right: 145px;
}
.m-r-146 {
  margin-right: 146px;
}
.m-r-147 {
  margin-right: 147px;
}
.m-r-148 {
  margin-right: 148px;
}
.m-r-149 {
  margin-right: 149px;
}
.m-r-150 {
  margin-right: 150px;
}
.m-r-151 {
  margin-right: 151px;
}
.m-r-152 {
  margin-right: 152px;
}
.m-r-153 {
  margin-right: 153px;
}
.m-r-154 {
  margin-right: 154px;
}
.m-r-155 {
  margin-right: 155px;
}
.m-r-156 {
  margin-right: 156px;
}
.m-r-157 {
  margin-right: 157px;
}
.m-r-158 {
  margin-right: 158px;
}
.m-r-159 {
  margin-right: 159px;
}
.m-r-160 {
  margin-right: 160px;
}
.m-r-161 {
  margin-right: 161px;
}
.m-r-162 {
  margin-right: 162px;
}
.m-r-163 {
  margin-right: 163px;
}
.m-r-164 {
  margin-right: 164px;
}
.m-r-165 {
  margin-right: 165px;
}
.m-r-166 {
  margin-right: 166px;
}
.m-r-167 {
  margin-right: 167px;
}
.m-r-168 {
  margin-right: 168px;
}
.m-r-169 {
  margin-right: 169px;
}
.m-r-170 {
  margin-right: 170px;
}
.m-r-171 {
  margin-right: 171px;
}
.m-r-172 {
  margin-right: 172px;
}
.m-r-173 {
  margin-right: 173px;
}
.m-r-174 {
  margin-right: 174px;
}
.m-r-175 {
  margin-right: 175px;
}
.m-r-176 {
  margin-right: 176px;
}
.m-r-177 {
  margin-right: 177px;
}
.m-r-178 {
  margin-right: 178px;
}
.m-r-179 {
  margin-right: 179px;
}
.m-r-180 {
  margin-right: 180px;
}
.m-r-181 {
  margin-right: 181px;
}
.m-r-182 {
  margin-right: 182px;
}
.m-r-183 {
  margin-right: 183px;
}
.m-r-184 {
  margin-right: 184px;
}
.m-r-185 {
  margin-right: 185px;
}
.m-r-186 {
  margin-right: 186px;
}
.m-r-187 {
  margin-right: 187px;
}
.m-r-188 {
  margin-right: 188px;
}
.m-r-189 {
  margin-right: 189px;
}
.m-r-190 {
  margin-right: 190px;
}
.m-r-191 {
  margin-right: 191px;
}
.m-r-192 {
  margin-right: 192px;
}
.m-r-193 {
  margin-right: 193px;
}
.m-r-194 {
  margin-right: 194px;
}
.m-r-195 {
  margin-right: 195px;
}
.m-r-196 {
  margin-right: 196px;
}
.m-r-197 {
  margin-right: 197px;
}
.m-r-198 {
  margin-right: 198px;
}
.m-r-199 {
  margin-right: 199px;
}
.m-r-200 {
  margin-right: 200px;
}
.m-r-201 {
  margin-right: 201px;
}
.m-r-202 {
  margin-right: 202px;
}
.m-r-203 {
  margin-right: 203px;
}
.m-r-204 {
  margin-right: 204px;
}
.m-r-205 {
  margin-right: 205px;
}
.m-r-206 {
  margin-right: 206px;
}
.m-r-207 {
  margin-right: 207px;
}
.m-r-208 {
  margin-right: 208px;
}
.m-r-209 {
  margin-right: 209px;
}
.m-r-210 {
  margin-right: 210px;
}
.m-r-211 {
  margin-right: 211px;
}
.m-r-212 {
  margin-right: 212px;
}
.m-r-213 {
  margin-right: 213px;
}
.m-r-214 {
  margin-right: 214px;
}
.m-r-215 {
  margin-right: 215px;
}
.m-r-216 {
  margin-right: 216px;
}
.m-r-217 {
  margin-right: 217px;
}
.m-r-218 {
  margin-right: 218px;
}
.m-r-219 {
  margin-right: 219px;
}
.m-r-220 {
  margin-right: 220px;
}
.m-r-221 {
  margin-right: 221px;
}
.m-r-222 {
  margin-right: 222px;
}
.m-r-223 {
  margin-right: 223px;
}
.m-r-224 {
  margin-right: 224px;
}
.m-r-225 {
  margin-right: 225px;
}
.m-r-226 {
  margin-right: 226px;
}
.m-r-227 {
  margin-right: 227px;
}
.m-r-228 {
  margin-right: 228px;
}
.m-r-229 {
  margin-right: 229px;
}
.m-r-230 {
  margin-right: 230px;
}
.m-r-231 {
  margin-right: 231px;
}
.m-r-232 {
  margin-right: 232px;
}
.m-r-233 {
  margin-right: 233px;
}
.m-r-234 {
  margin-right: 234px;
}
.m-r-235 {
  margin-right: 235px;
}
.m-r-236 {
  margin-right: 236px;
}
.m-r-237 {
  margin-right: 237px;
}
.m-r-238 {
  margin-right: 238px;
}
.m-r-239 {
  margin-right: 239px;
}
.m-r-240 {
  margin-right: 240px;
}
.m-r-241 {
  margin-right: 241px;
}
.m-r-242 {
  margin-right: 242px;
}
.m-r-243 {
  margin-right: 243px;
}
.m-r-244 {
  margin-right: 244px;
}
.m-r-245 {
  margin-right: 245px;
}
.m-r-246 {
  margin-right: 246px;
}
.m-r-247 {
  margin-right: 247px;
}
.m-r-248 {
  margin-right: 248px;
}
.m-r-249 {
  margin-right: 249px;
}
.m-r-250 {
  margin-right: 250px;
}
.m-l-r-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-l-auto {
  margin-left: auto;
}
.m-r-auto {
  margin-right: auto;
}
/* Text
///////////////////////////////////////////////////////////
*/
.txt-up {
  text-transform: uppercase;
}
.txt-lower {
  text-transform: lowercase;
}
.line-t {
  text-decoration: line-through;
}
.txt-l {
  text-align: left;
}
.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}
/* Colors
///////////////////////////////////////////////////////////
*/
.txt-branco {
  color: white;
}
.txt-preto {
  color: black;
}
.lh-1-0 {
  line-height: 1;
}
.lh-1-1 {
  line-height: 1.1;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-6 {
  line-height: 1.6;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-1-9 {
  line-height: 1.9;
}
.lh-2-0 {
  line-height: 2;
}
.lh-2-1 {
  line-height: 2.1;
}
.lh-2-2 {
  line-height: 2.2;
}
.lh-2-3 {
  line-height: 2.3;
}
.lh-2-4 {
  line-height: 2.4;
}
.lh-2-5 {
  line-height: 2.5;
}
.lh-2-6 {
  line-height: 2.6;
}
.lh-2-7 {
  line-height: 2.7;
}
.lh-2-8 {
  line-height: 2.8;
}
.lh-2-9 {
  line-height: 2.9;
}
/* Display
////////////////////////////////////////
*/
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-iblock {
  display: inline-block;
}
.d-iflex {
  display: inline-flex;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
/* Column - 5 até 100
///////////////////////////////////////////////
*/
.col-5 {
  width: 5%;
}
.col-6 {
  width: 6%;
}
.col-7 {
  width: 7%;
}
.col-8 {
  width: 8%;
}
.col-9 {
  width: 9%;
}
.col-10 {
  width: 10%;
}
.col-11 {
  width: 11%;
}
.col-12 {
  width: 12%;
}
.col-13 {
  width: 13%;
}
.col-14 {
  width: 14%;
}
.col-15 {
  width: 15%;
}
.col-16 {
  width: 16%;
}
.col-17 {
  width: 17%;
}
.col-18 {
  width: 18%;
}
.col-19 {
  width: 19%;
}
.col-20 {
  width: 20%;
}
.col-21 {
  width: 21%;
}
.col-22 {
  width: 22%;
}
.col-23 {
  width: 23%;
}
.col-24 {
  width: 24%;
}
.col-25 {
  width: 25%;
}
.col-26 {
  width: 26%;
}
.col-27 {
  width: 27%;
}
.col-28 {
  width: 28%;
}
.col-29 {
  width: 29%;
}
.col-30 {
  width: 30%;
}
.col-31 {
  width: 31%;
}
.col-32 {
  width: 32%;
}
.col-33 {
  width: 33%;
}
.col-34 {
  width: 34%;
}
.col-35 {
  width: 35%;
}
.col-36 {
  width: 36%;
}
.col-37 {
  width: 37%;
}
.col-38 {
  width: 38%;
}
.col-39 {
  width: 39%;
}
.col-40 {
  width: 40%;
}
.col-41 {
  width: 41%;
}
.col-42 {
  width: 42%;
}
.col-43 {
  width: 43%;
}
.col-44 {
  width: 44%;
}
.col-45 {
  width: 45%;
}
.col-46 {
  width: 46%;
}
.col-47 {
  width: 47%;
}
.col-48 {
  width: 48%;
}
.col-49 {
  width: 49%;
}
.col-50 {
  width: 50%;
}
.col-51 {
  width: 51%;
}
.col-52 {
  width: 52%;
}
.col-53 {
  width: 53%;
}
.col-54 {
  width: 54%;
}
.col-55 {
  width: 55%;
}
.col-56 {
  width: 56%;
}
.col-57 {
  width: 57%;
}
.col-58 {
  width: 58%;
}
.col-59 {
  width: 59%;
}
.col-60 {
  width: 60%;
}
.col-61 {
  width: 61%;
}
.col-62 {
  width: 62%;
}
.col-63 {
  width: 63%;
}
.col-64 {
  width: 64%;
}
.col-65 {
  width: 65%;
}
.col-66 {
  width: 66%;
}
.col-67 {
  width: 67%;
}
.col-68 {
  width: 68%;
}
.col-69 {
  width: 69%;
}
.col-70 {
  width: 70%;
}
.col-71 {
  width: 71%;
}
.col-72 {
  width: 72%;
}
.col-73 {
  width: 73%;
}
.col-74 {
  width: 74%;
}
.col-75 {
  width: 75%;
}
.col-76 {
  width: 76%;
}
.col-77 {
  width: 77%;
}
.col-78 {
  width: 78%;
}
.col-79 {
  width: 79%;
}
.col-80 {
  width: 80%;
}
.col-81 {
  width: 81%;
}
.col-82 {
  width: 82%;
}
.col-83 {
  width: 83%;
}
.col-84 {
  width: 84%;
}
.col-85 {
  width: 85%;
}
.col-86 {
  width: 86%;
}
.col-87 {
  width: 87%;
}
.col-88 {
  width: 88%;
}
.col-89 {
  width: 89%;
}
.col-90 {
  width: 90%;
}
.col-91 {
  width: 91%;
}
.col-92 {
  width: 92%;
}
.col-93 {
  width: 93%;
}
.col-94 {
  width: 94%;
}
.col-95 {
  width: 95%;
}
.col-96 {
  width: 96%;
}
.col-97 {
  width: 97%;
}
.col-98 {
  width: 98%;
}
.col-99 {
  width: 99%;
}
.col-100 {
  width: 100%;
}
.col-3-100 {
  width: 33.33333%;
}
/* Width - 10 até 500px
////////////////////////////////////////////////
*/
.w-10 {
  width: 10px;
}
.w-11 {
  width: 11px;
}
.w-12 {
  width: 12px;
}
.w-13 {
  width: 13px;
}
.w-14 {
  width: 14px;
}
.w-15 {
  width: 15px;
}
.w-16 {
  width: 16px;
}
.w-17 {
  width: 17px;
}
.w-18 {
  width: 18px;
}
.w-19 {
  width: 19px;
}
.w-20 {
  width: 20px;
}
.w-21 {
  width: 21px;
}
.w-22 {
  width: 22px;
}
.w-23 {
  width: 23px;
}
.w-24 {
  width: 24px;
}
.w-25 {
  width: 25px;
}
.w-26 {
  width: 26px;
}
.w-27 {
  width: 27px;
}
.w-28 {
  width: 28px;
}
.w-29 {
  width: 29px;
}
.w-30 {
  width: 30px;
}
.w-31 {
  width: 31px;
}
.w-32 {
  width: 32px;
}
.w-33 {
  width: 33px;
}
.w-34 {
  width: 34px;
}
.w-35 {
  width: 35px;
}
.w-36 {
  width: 36px;
}
.w-37 {
  width: 37px;
}
.w-38 {
  width: 38px;
}
.w-39 {
  width: 39px;
}
.w-40 {
  width: 40px;
}
.w-41 {
  width: 41px;
}
.w-42 {
  width: 42px;
}
.w-43 {
  width: 43px;
}
.w-44 {
  width: 44px;
}
.w-45 {
  width: 45px;
}
.w-46 {
  width: 46px;
}
.w-47 {
  width: 47px;
}
.w-48 {
  width: 48px;
}
.w-49 {
  width: 49px;
}
.w-50 {
  width: 50px;
}
.w-51 {
  width: 51px;
}
.w-52 {
  width: 52px;
}
.w-53 {
  width: 53px;
}
.w-54 {
  width: 54px;
}
.w-55 {
  width: 55px;
}
.w-56 {
  width: 56px;
}
.w-57 {
  width: 57px;
}
.w-58 {
  width: 58px;
}
.w-59 {
  width: 59px;
}
.w-60 {
  width: 60px;
}
.w-61 {
  width: 61px;
}
.w-62 {
  width: 62px;
}
.w-63 {
  width: 63px;
}
.w-64 {
  width: 64px;
}
.w-65 {
  width: 65px;
}
.w-66 {
  width: 66px;
}
.w-67 {
  width: 67px;
}
.w-68 {
  width: 68px;
}
.w-69 {
  width: 69px;
}
.w-70 {
  width: 70px;
}
.w-71 {
  width: 71px;
}
.w-72 {
  width: 72px;
}
.w-73 {
  width: 73px;
}
.w-74 {
  width: 74px;
}
.w-75 {
  width: 75px;
}
.w-76 {
  width: 76px;
}
.w-77 {
  width: 77px;
}
.w-78 {
  width: 78px;
}
.w-79 {
  width: 79px;
}
.w-80 {
  width: 80px;
}
.w-81 {
  width: 81px;
}
.w-82 {
  width: 82px;
}
.w-83 {
  width: 83px;
}
.w-84 {
  width: 84px;
}
.w-85 {
  width: 85px;
}
.w-86 {
  width: 86px;
}
.w-87 {
  width: 87px;
}
.w-88 {
  width: 88px;
}
.w-89 {
  width: 89px;
}
.w-90 {
  width: 90px;
}
.w-91 {
  width: 91px;
}
.w-92 {
  width: 92px;
}
.w-93 {
  width: 93px;
}
.w-94 {
  width: 94px;
}
.w-95 {
  width: 95px;
}
.w-96 {
  width: 96px;
}
.w-97 {
  width: 97px;
}
.w-98 {
  width: 98px;
}
.w-99 {
  width: 99px;
}
.w-100 {
  width: 100px;
}
.w-101 {
  width: 101px;
}
.w-102 {
  width: 102px;
}
.w-103 {
  width: 103px;
}
.w-104 {
  width: 104px;
}
.w-105 {
  width: 105px;
}
.w-106 {
  width: 106px;
}
.w-107 {
  width: 107px;
}
.w-108 {
  width: 108px;
}
.w-109 {
  width: 109px;
}
.w-110 {
  width: 110px;
}
.w-111 {
  width: 111px;
}
.w-112 {
  width: 112px;
}
.w-113 {
  width: 113px;
}
.w-114 {
  width: 114px;
}
.w-115 {
  width: 115px;
}
.w-116 {
  width: 116px;
}
.w-117 {
  width: 117px;
}
.w-118 {
  width: 118px;
}
.w-119 {
  width: 119px;
}
.w-120 {
  width: 120px;
}
.w-121 {
  width: 121px;
}
.w-122 {
  width: 122px;
}
.w-123 {
  width: 123px;
}
.w-124 {
  width: 124px;
}
.w-125 {
  width: 125px;
}
.w-126 {
  width: 126px;
}
.w-127 {
  width: 127px;
}
.w-128 {
  width: 128px;
}
.w-129 {
  width: 129px;
}
.w-130 {
  width: 130px;
}
.w-131 {
  width: 131px;
}
.w-132 {
  width: 132px;
}
.w-133 {
  width: 133px;
}
.w-134 {
  width: 134px;
}
.w-135 {
  width: 135px;
}
.w-136 {
  width: 136px;
}
.w-137 {
  width: 137px;
}
.w-138 {
  width: 138px;
}
.w-139 {
  width: 139px;
}
.w-140 {
  width: 140px;
}
.w-141 {
  width: 141px;
}
.w-142 {
  width: 142px;
}
.w-143 {
  width: 143px;
}
.w-144 {
  width: 144px;
}
.w-145 {
  width: 145px;
}
.w-146 {
  width: 146px;
}
.w-147 {
  width: 147px;
}
.w-148 {
  width: 148px;
}
.w-149 {
  width: 149px;
}
.w-150 {
  width: 150px;
}
.w-151 {
  width: 151px;
}
.w-152 {
  width: 152px;
}
.w-153 {
  width: 153px;
}
.w-154 {
  width: 154px;
}
.w-155 {
  width: 155px;
}
.w-156 {
  width: 156px;
}
.w-157 {
  width: 157px;
}
.w-158 {
  width: 158px;
}
.w-159 {
  width: 159px;
}
.w-160 {
  width: 160px;
}
.w-161 {
  width: 161px;
}
.w-162 {
  width: 162px;
}
.w-163 {
  width: 163px;
}
.w-164 {
  width: 164px;
}
.w-165 {
  width: 165px;
}
.w-166 {
  width: 166px;
}
.w-167 {
  width: 167px;
}
.w-168 {
  width: 168px;
}
.w-169 {
  width: 169px;
}
.w-170 {
  width: 170px;
}
.w-171 {
  width: 171px;
}
.w-172 {
  width: 172px;
}
.w-173 {
  width: 173px;
}
.w-174 {
  width: 174px;
}
.w-175 {
  width: 175px;
}
.w-176 {
  width: 176px;
}
.w-177 {
  width: 177px;
}
.w-178 {
  width: 178px;
}
.w-179 {
  width: 179px;
}
.w-180 {
  width: 180px;
}
.w-181 {
  width: 181px;
}
.w-182 {
  width: 182px;
}
.w-183 {
  width: 183px;
}
.w-184 {
  width: 184px;
}
.w-185 {
  width: 185px;
}
.w-186 {
  width: 186px;
}
.w-187 {
  width: 187px;
}
.w-188 {
  width: 188px;
}
.w-189 {
  width: 189px;
}
.w-190 {
  width: 190px;
}
.w-191 {
  width: 191px;
}
.w-192 {
  width: 192px;
}
.w-193 {
  width: 193px;
}
.w-194 {
  width: 194px;
}
.w-195 {
  width: 195px;
}
.w-196 {
  width: 196px;
}
.w-197 {
  width: 197px;
}
.w-198 {
  width: 198px;
}
.w-199 {
  width: 199px;
}
.w-200 {
  width: 200px;
}
.w-201 {
  width: 201px;
}
.w-202 {
  width: 202px;
}
.w-203 {
  width: 203px;
}
.w-204 {
  width: 204px;
}
.w-205 {
  width: 205px;
}
.w-206 {
  width: 206px;
}
.w-207 {
  width: 207px;
}
.w-208 {
  width: 208px;
}
.w-209 {
  width: 209px;
}
.w-210 {
  width: 210px;
}
.w-211 {
  width: 211px;
}
.w-212 {
  width: 212px;
}
.w-213 {
  width: 213px;
}
.w-214 {
  width: 214px;
}
.w-215 {
  width: 215px;
}
.w-216 {
  width: 216px;
}
.w-217 {
  width: 217px;
}
.w-218 {
  width: 218px;
}
.w-219 {
  width: 219px;
}
.w-220 {
  width: 220px;
}
.w-221 {
  width: 221px;
}
.w-222 {
  width: 222px;
}
.w-223 {
  width: 223px;
}
.w-224 {
  width: 224px;
}
.w-225 {
  width: 225px;
}
.w-226 {
  width: 226px;
}
.w-227 {
  width: 227px;
}
.w-228 {
  width: 228px;
}
.w-229 {
  width: 229px;
}
.w-230 {
  width: 230px;
}
.w-231 {
  width: 231px;
}
.w-232 {
  width: 232px;
}
.w-233 {
  width: 233px;
}
.w-234 {
  width: 234px;
}
.w-235 {
  width: 235px;
}
.w-236 {
  width: 236px;
}
.w-237 {
  width: 237px;
}
.w-238 {
  width: 238px;
}
.w-239 {
  width: 239px;
}
.w-240 {
  width: 240px;
}
.w-241 {
  width: 241px;
}
.w-242 {
  width: 242px;
}
.w-243 {
  width: 243px;
}
.w-244 {
  width: 244px;
}
.w-245 {
  width: 245px;
}
.w-246 {
  width: 246px;
}
.w-247 {
  width: 247px;
}
.w-248 {
  width: 248px;
}
.w-249 {
  width: 249px;
}
.w-250 {
  width: 250px;
}
.w-251 {
  width: 251px;
}
.w-252 {
  width: 252px;
}
.w-253 {
  width: 253px;
}
.w-254 {
  width: 254px;
}
.w-255 {
  width: 255px;
}
.w-256 {
  width: 256px;
}
.w-257 {
  width: 257px;
}
.w-258 {
  width: 258px;
}
.w-259 {
  width: 259px;
}
.w-260 {
  width: 260px;
}
.w-261 {
  width: 261px;
}
.w-262 {
  width: 262px;
}
.w-263 {
  width: 263px;
}
.w-264 {
  width: 264px;
}
.w-265 {
  width: 265px;
}
.w-266 {
  width: 266px;
}
.w-267 {
  width: 267px;
}
.w-268 {
  width: 268px;
}
.w-269 {
  width: 269px;
}
.w-270 {
  width: 270px;
}
.w-271 {
  width: 271px;
}
.w-272 {
  width: 272px;
}
.w-273 {
  width: 273px;
}
.w-274 {
  width: 274px;
}
.w-275 {
  width: 275px;
}
.w-276 {
  width: 276px;
}
.w-277 {
  width: 277px;
}
.w-278 {
  width: 278px;
}
.w-279 {
  width: 279px;
}
.w-280 {
  width: 280px;
}
.w-281 {
  width: 281px;
}
.w-282 {
  width: 282px;
}
.w-283 {
  width: 283px;
}
.w-284 {
  width: 284px;
}
.w-285 {
  width: 285px;
}
.w-286 {
  width: 286px;
}
.w-287 {
  width: 287px;
}
.w-288 {
  width: 288px;
}
.w-289 {
  width: 289px;
}
.w-290 {
  width: 290px;
}
.w-291 {
  width: 291px;
}
.w-292 {
  width: 292px;
}
.w-293 {
  width: 293px;
}
.w-294 {
  width: 294px;
}
.w-295 {
  width: 295px;
}
.w-296 {
  width: 296px;
}
.w-297 {
  width: 297px;
}
.w-298 {
  width: 298px;
}
.w-299 {
  width: 299px;
}
.w-300 {
  width: 300px;
}
.w-301 {
  width: 301px;
}
.w-302 {
  width: 302px;
}
.w-303 {
  width: 303px;
}
.w-304 {
  width: 304px;
}
.w-305 {
  width: 305px;
}
.w-306 {
  width: 306px;
}
.w-307 {
  width: 307px;
}
.w-308 {
  width: 308px;
}
.w-309 {
  width: 309px;
}
.w-310 {
  width: 310px;
}
.w-311 {
  width: 311px;
}
.w-312 {
  width: 312px;
}
.w-313 {
  width: 313px;
}
.w-314 {
  width: 314px;
}
.w-315 {
  width: 315px;
}
.w-316 {
  width: 316px;
}
.w-317 {
  width: 317px;
}
.w-318 {
  width: 318px;
}
.w-319 {
  width: 319px;
}
.w-320 {
  width: 320px;
}
.w-321 {
  width: 321px;
}
.w-322 {
  width: 322px;
}
.w-323 {
  width: 323px;
}
.w-324 {
  width: 324px;
}
.w-325 {
  width: 325px;
}
.w-326 {
  width: 326px;
}
.w-327 {
  width: 327px;
}
.w-328 {
  width: 328px;
}
.w-329 {
  width: 329px;
}
.w-330 {
  width: 330px;
}
.w-331 {
  width: 331px;
}
.w-332 {
  width: 332px;
}
.w-333 {
  width: 333px;
}
.w-334 {
  width: 334px;
}
.w-335 {
  width: 335px;
}
.w-336 {
  width: 336px;
}
.w-337 {
  width: 337px;
}
.w-338 {
  width: 338px;
}
.w-339 {
  width: 339px;
}
.w-340 {
  width: 340px;
}
.w-341 {
  width: 341px;
}
.w-342 {
  width: 342px;
}
.w-343 {
  width: 343px;
}
.w-344 {
  width: 344px;
}
.w-345 {
  width: 345px;
}
.w-346 {
  width: 346px;
}
.w-347 {
  width: 347px;
}
.w-348 {
  width: 348px;
}
.w-349 {
  width: 349px;
}
.w-350 {
  width: 350px;
}
.w-351 {
  width: 351px;
}
.w-352 {
  width: 352px;
}
.w-353 {
  width: 353px;
}
.w-354 {
  width: 354px;
}
.w-355 {
  width: 355px;
}
.w-356 {
  width: 356px;
}
.w-357 {
  width: 357px;
}
.w-358 {
  width: 358px;
}
.w-359 {
  width: 359px;
}
.w-360 {
  width: 360px;
}
.w-361 {
  width: 361px;
}
.w-362 {
  width: 362px;
}
.w-363 {
  width: 363px;
}
.w-364 {
  width: 364px;
}
.w-365 {
  width: 365px;
}
.w-366 {
  width: 366px;
}
.w-367 {
  width: 367px;
}
.w-368 {
  width: 368px;
}
.w-369 {
  width: 369px;
}
.w-370 {
  width: 370px;
}
.w-371 {
  width: 371px;
}
.w-372 {
  width: 372px;
}
.w-373 {
  width: 373px;
}
.w-374 {
  width: 374px;
}
.w-375 {
  width: 375px;
}
.w-376 {
  width: 376px;
}
.w-377 {
  width: 377px;
}
.w-378 {
  width: 378px;
}
.w-379 {
  width: 379px;
}
.w-380 {
  width: 380px;
}
.w-381 {
  width: 381px;
}
.w-382 {
  width: 382px;
}
.w-383 {
  width: 383px;
}
.w-384 {
  width: 384px;
}
.w-385 {
  width: 385px;
}
.w-386 {
  width: 386px;
}
.w-387 {
  width: 387px;
}
.w-388 {
  width: 388px;
}
.w-389 {
  width: 389px;
}
.w-390 {
  width: 390px;
}
.w-391 {
  width: 391px;
}
.w-392 {
  width: 392px;
}
.w-393 {
  width: 393px;
}
.w-394 {
  width: 394px;
}
.w-395 {
  width: 395px;
}
.w-396 {
  width: 396px;
}
.w-397 {
  width: 397px;
}
.w-398 {
  width: 398px;
}
.w-399 {
  width: 399px;
}
.w-400 {
  width: 400px;
}
.w-401 {
  width: 401px;
}
.w-402 {
  width: 402px;
}
.w-403 {
  width: 403px;
}
.w-404 {
  width: 404px;
}
.w-405 {
  width: 405px;
}
.w-406 {
  width: 406px;
}
.w-407 {
  width: 407px;
}
.w-408 {
  width: 408px;
}
.w-409 {
  width: 409px;
}
.w-410 {
  width: 410px;
}
.w-411 {
  width: 411px;
}
.w-412 {
  width: 412px;
}
.w-413 {
  width: 413px;
}
.w-414 {
  width: 414px;
}
.w-415 {
  width: 415px;
}
.w-416 {
  width: 416px;
}
.w-417 {
  width: 417px;
}
.w-418 {
  width: 418px;
}
.w-419 {
  width: 419px;
}
.w-420 {
  width: 420px;
}
.w-421 {
  width: 421px;
}
.w-422 {
  width: 422px;
}
.w-423 {
  width: 423px;
}
.w-424 {
  width: 424px;
}
.w-425 {
  width: 425px;
}
.w-426 {
  width: 426px;
}
.w-427 {
  width: 427px;
}
.w-428 {
  width: 428px;
}
.w-429 {
  width: 429px;
}
.w-430 {
  width: 430px;
}
.w-431 {
  width: 431px;
}
.w-432 {
  width: 432px;
}
.w-433 {
  width: 433px;
}
.w-434 {
  width: 434px;
}
.w-435 {
  width: 435px;
}
.w-436 {
  width: 436px;
}
.w-437 {
  width: 437px;
}
.w-438 {
  width: 438px;
}
.w-439 {
  width: 439px;
}
.w-440 {
  width: 440px;
}
.w-441 {
  width: 441px;
}
.w-442 {
  width: 442px;
}
.w-443 {
  width: 443px;
}
.w-444 {
  width: 444px;
}
.w-445 {
  width: 445px;
}
.w-446 {
  width: 446px;
}
.w-447 {
  width: 447px;
}
.w-448 {
  width: 448px;
}
.w-449 {
  width: 449px;
}
.w-450 {
  width: 450px;
}
.w-451 {
  width: 451px;
}
.w-452 {
  width: 452px;
}
.w-453 {
  width: 453px;
}
.w-454 {
  width: 454px;
}
.w-455 {
  width: 455px;
}
.w-456 {
  width: 456px;
}
.w-457 {
  width: 457px;
}
.w-458 {
  width: 458px;
}
.w-459 {
  width: 459px;
}
.w-460 {
  width: 460px;
}
.w-461 {
  width: 461px;
}
.w-462 {
  width: 462px;
}
.w-463 {
  width: 463px;
}
.w-464 {
  width: 464px;
}
.w-465 {
  width: 465px;
}
.w-466 {
  width: 466px;
}
.w-467 {
  width: 467px;
}
.w-468 {
  width: 468px;
}
.w-469 {
  width: 469px;
}
.w-470 {
  width: 470px;
}
.w-471 {
  width: 471px;
}
.w-472 {
  width: 472px;
}
.w-473 {
  width: 473px;
}
.w-474 {
  width: 474px;
}
.w-475 {
  width: 475px;
}
.w-476 {
  width: 476px;
}
.w-477 {
  width: 477px;
}
.w-478 {
  width: 478px;
}
.w-479 {
  width: 479px;
}
.w-480 {
  width: 480px;
}
.w-481 {
  width: 481px;
}
.w-482 {
  width: 482px;
}
.w-483 {
  width: 483px;
}
.w-484 {
  width: 484px;
}
.w-485 {
  width: 485px;
}
.w-486 {
  width: 486px;
}
.w-487 {
  width: 487px;
}
.w-488 {
  width: 488px;
}
.w-489 {
  width: 489px;
}
.w-490 {
  width: 490px;
}
.w-491 {
  width: 491px;
}
.w-492 {
  width: 492px;
}
.w-493 {
  width: 493px;
}
.w-494 {
  width: 494px;
}
.w-495 {
  width: 495px;
}
.w-496 {
  width: 496px;
}
.w-497 {
  width: 497px;
}
.w-498 {
  width: 498px;
}
.w-499 {
  width: 499px;
}
.w-500 {
  width: 500px;
}
.w-500 {
  width: 500px;
}
.w-501 {
  width: 501px;
}
.w-502 {
  width: 502px;
}
.w-503 {
  width: 503px;
}
.w-504 {
  width: 504px;
}
.w-505 {
  width: 505px;
}
.w-506 {
  width: 506px;
}
.w-507 {
  width: 507px;
}
.w-508 {
  width: 508px;
}
.w-509 {
  width: 509px;
}
.w-510 {
  width: 510px;
}
.w-511 {
  width: 511px;
}
.w-512 {
  width: 512px;
}
.w-513 {
  width: 513px;
}
.w-514 {
  width: 514px;
}
.w-515 {
  width: 515px;
}
.w-516 {
  width: 516px;
}
.w-517 {
  width: 517px;
}
.w-518 {
  width: 518px;
}
.w-519 {
  width: 519px;
}
.w-520 {
  width: 520px;
}
.w-521 {
  width: 521px;
}
.w-522 {
  width: 522px;
}
.w-523 {
  width: 523px;
}
.w-524 {
  width: 524px;
}
.w-525 {
  width: 525px;
}
.w-526 {
  width: 526px;
}
.w-527 {
  width: 527px;
}
.w-528 {
  width: 528px;
}
.w-529 {
  width: 529px;
}
.w-530 {
  width: 530px;
}
.w-531 {
  width: 531px;
}
.w-532 {
  width: 532px;
}
.w-533 {
  width: 533px;
}
.w-534 {
  width: 534px;
}
.w-535 {
  width: 535px;
}
.w-536 {
  width: 536px;
}
.w-537 {
  width: 537px;
}
.w-538 {
  width: 538px;
}
.w-539 {
  width: 539px;
}
.w-540 {
  width: 540px;
}
.w-541 {
  width: 541px;
}
.w-542 {
  width: 542px;
}
.w-543 {
  width: 543px;
}
.w-544 {
  width: 544px;
}
.w-545 {
  width: 545px;
}
.w-546 {
  width: 546px;
}
.w-547 {
  width: 547px;
}
.w-548 {
  width: 548px;
}
.w-549 {
  width: 549px;
}
.w-550 {
  width: 550px;
}
.w-551 {
  width: 551px;
}
.w-552 {
  width: 552px;
}
.w-553 {
  width: 553px;
}
.w-554 {
  width: 554px;
}
.w-555 {
  width: 555px;
}
.w-556 {
  width: 556px;
}
.w-557 {
  width: 557px;
}
.w-558 {
  width: 558px;
}
.w-559 {
  width: 559px;
}
.w-560 {
  width: 560px;
}
.w-561 {
  width: 561px;
}
.w-562 {
  width: 562px;
}
.w-563 {
  width: 563px;
}
.w-564 {
  width: 564px;
}
.w-565 {
  width: 565px;
}
.w-566 {
  width: 566px;
}
.w-567 {
  width: 567px;
}
.w-568 {
  width: 568px;
}
.w-569 {
  width: 569px;
}
.w-570 {
  width: 570px;
}
.w-571 {
  width: 571px;
}
.w-572 {
  width: 572px;
}
.w-573 {
  width: 573px;
}
.w-574 {
  width: 574px;
}
.w-575 {
  width: 575px;
}
.w-576 {
  width: 576px;
}
.w-577 {
  width: 577px;
}
.w-578 {
  width: 578px;
}
.w-579 {
  width: 579px;
}
.w-580 {
  width: 580px;
}
.w-581 {
  width: 581px;
}
.w-582 {
  width: 582px;
}
.w-583 {
  width: 583px;
}
.w-584 {
  width: 584px;
}
.w-585 {
  width: 585px;
}
.w-586 {
  width: 586px;
}
.w-587 {
  width: 587px;
}
.w-588 {
  width: 588px;
}
.w-589 {
  width: 589px;
}
.w-590 {
  width: 590px;
}
.w-591 {
  width: 591px;
}
.w-592 {
  width: 592px;
}
.w-593 {
  width: 593px;
}
.w-594 {
  width: 594px;
}
.w-595 {
  width: 595px;
}
.w-596 {
  width: 596px;
}
.w-597 {
  width: 597px;
}
.w-598 {
  width: 598px;
}
.w-599 {
  width: 599px;
}
.w-600 {
  width: 600px;
}
.w-601 {
  width: 601px;
}
.w-602 {
  width: 602px;
}
.w-603 {
  width: 603px;
}
.w-604 {
  width: 604px;
}
.w-605 {
  width: 605px;
}
.w-606 {
  width: 606px;
}
.w-607 {
  width: 607px;
}
.w-608 {
  width: 608px;
}
.w-609 {
  width: 609px;
}
.w-610 {
  width: 610px;
}
.w-611 {
  width: 611px;
}
.w-612 {
  width: 612px;
}
.w-613 {
  width: 613px;
}
.w-614 {
  width: 614px;
}
.w-615 {
  width: 615px;
}
.w-616 {
  width: 616px;
}
.w-617 {
  width: 617px;
}
.w-618 {
  width: 618px;
}
.w-619 {
  width: 619px;
}
.w-620 {
  width: 620px;
}
.w-621 {
  width: 621px;
}
.w-622 {
  width: 622px;
}
.w-623 {
  width: 623px;
}
.w-624 {
  width: 624px;
}
.w-625 {
  width: 625px;
}
.w-626 {
  width: 626px;
}
.w-627 {
  width: 627px;
}
.w-628 {
  width: 628px;
}
.w-629 {
  width: 629px;
}
.w-630 {
  width: 630px;
}
.w-631 {
  width: 631px;
}
.w-632 {
  width: 632px;
}
.w-633 {
  width: 633px;
}
.w-634 {
  width: 634px;
}
.w-635 {
  width: 635px;
}
.w-636 {
  width: 636px;
}
.w-637 {
  width: 637px;
}
.w-638 {
  width: 638px;
}
.w-639 {
  width: 639px;
}
.w-640 {
  width: 640px;
}
.w-641 {
  width: 641px;
}
.w-642 {
  width: 642px;
}
.w-643 {
  width: 643px;
}
.w-644 {
  width: 644px;
}
.w-645 {
  width: 645px;
}
.w-646 {
  width: 646px;
}
.w-647 {
  width: 647px;
}
.w-648 {
  width: 648px;
}
.w-649 {
  width: 649px;
}
.w-650 {
  width: 650px;
}
.w-651 {
  width: 651px;
}
.w-652 {
  width: 652px;
}
.w-653 {
  width: 653px;
}
.w-654 {
  width: 654px;
}
.w-655 {
  width: 655px;
}
.w-656 {
  width: 656px;
}
.w-657 {
  width: 657px;
}
.w-658 {
  width: 658px;
}
.w-659 {
  width: 659px;
}
.w-660 {
  width: 660px;
}
.w-661 {
  width: 661px;
}
.w-662 {
  width: 662px;
}
.w-663 {
  width: 663px;
}
.w-664 {
  width: 664px;
}
.w-665 {
  width: 665px;
}
.w-666 {
  width: 666px;
}
.w-667 {
  width: 667px;
}
.w-668 {
  width: 668px;
}
.w-669 {
  width: 669px;
}
.w-670 {
  width: 670px;
}
.w-671 {
  width: 671px;
}
.w-672 {
  width: 672px;
}
.w-673 {
  width: 673px;
}
.w-674 {
  width: 674px;
}
.w-675 {
  width: 675px;
}
.w-676 {
  width: 676px;
}
.w-677 {
  width: 677px;
}
.w-678 {
  width: 678px;
}
.w-679 {
  width: 679px;
}
.w-680 {
  width: 680px;
}
.w-681 {
  width: 681px;
}
.w-682 {
  width: 682px;
}
.w-683 {
  width: 683px;
}
.w-684 {
  width: 684px;
}
.w-685 {
  width: 685px;
}
.w-686 {
  width: 686px;
}
.w-687 {
  width: 687px;
}
.w-688 {
  width: 688px;
}
.w-689 {
  width: 689px;
}
.w-690 {
  width: 690px;
}
.w-691 {
  width: 691px;
}
.w-692 {
  width: 692px;
}
.w-693 {
  width: 693px;
}
.w-694 {
  width: 694px;
}
.w-695 {
  width: 695px;
}
.w-696 {
  width: 696px;
}
.w-697 {
  width: 697px;
}
.w-698 {
  width: 698px;
}
.w-699 {
  width: 699px;
}
.w-700 {
  width: 700px;
}
.w-701 {
  width: 701px;
}
.w-702 {
  width: 702px;
}
.w-703 {
  width: 703px;
}
.w-704 {
  width: 704px;
}
.w-705 {
  width: 705px;
}
.w-706 {
  width: 706px;
}
.w-707 {
  width: 707px;
}
.w-708 {
  width: 708px;
}
.w-709 {
  width: 709px;
}
.w-710 {
  width: 710px;
}
.w-711 {
  width: 711px;
}
.w-712 {
  width: 712px;
}
.w-713 {
  width: 713px;
}
.w-714 {
  width: 714px;
}
.w-715 {
  width: 715px;
}
.w-716 {
  width: 716px;
}
.w-717 {
  width: 717px;
}
.w-718 {
  width: 718px;
}
.w-719 {
  width: 719px;
}
.w-720 {
  width: 720px;
}
.w-721 {
  width: 721px;
}
.w-722 {
  width: 722px;
}
.w-723 {
  width: 723px;
}
.w-724 {
  width: 724px;
}
.w-725 {
  width: 725px;
}
.w-726 {
  width: 726px;
}
.w-727 {
  width: 727px;
}
.w-728 {
  width: 728px;
}
.w-729 {
  width: 729px;
}
.w-730 {
  width: 730px;
}
.w-731 {
  width: 731px;
}
.w-732 {
  width: 732px;
}
.w-733 {
  width: 733px;
}
.w-734 {
  width: 734px;
}
.w-735 {
  width: 735px;
}
.w-736 {
  width: 736px;
}
.w-737 {
  width: 737px;
}
.w-738 {
  width: 738px;
}
.w-739 {
  width: 739px;
}
.w-740 {
  width: 740px;
}
.w-741 {
  width: 741px;
}
.w-742 {
  width: 742px;
}
.w-743 {
  width: 743px;
}
.w-744 {
  width: 744px;
}
.w-745 {
  width: 745px;
}
.w-746 {
  width: 746px;
}
.w-747 {
  width: 747px;
}
.w-748 {
  width: 748px;
}
.w-749 {
  width: 749px;
}
.w-750 {
  width: 750px;
}
.w-751 {
  width: 751px;
}
.w-752 {
  width: 752px;
}
.w-753 {
  width: 753px;
}
.w-754 {
  width: 754px;
}
.w-755 {
  width: 755px;
}
.w-756 {
  width: 756px;
}
.w-757 {
  width: 757px;
}
.w-758 {
  width: 758px;
}
.w-759 {
  width: 759px;
}
.w-760 {
  width: 760px;
}
.w-761 {
  width: 761px;
}
.w-762 {
  width: 762px;
}
.w-763 {
  width: 763px;
}
.w-764 {
  width: 764px;
}
.w-765 {
  width: 765px;
}
.w-766 {
  width: 766px;
}
.w-767 {
  width: 767px;
}
.w-768 {
  width: 768px;
}
.w-769 {
  width: 769px;
}
.w-770 {
  width: 770px;
}
.w-771 {
  width: 771px;
}
.w-772 {
  width: 772px;
}
.w-773 {
  width: 773px;
}
.w-774 {
  width: 774px;
}
.w-775 {
  width: 775px;
}
.w-776 {
  width: 776px;
}
.w-777 {
  width: 777px;
}
.w-778 {
  width: 778px;
}
.w-779 {
  width: 779px;
}
.w-780 {
  width: 780px;
}
.w-781 {
  width: 781px;
}
.w-782 {
  width: 782px;
}
.w-783 {
  width: 783px;
}
.w-784 {
  width: 784px;
}
.w-785 {
  width: 785px;
}
.w-786 {
  width: 786px;
}
.w-787 {
  width: 787px;
}
.w-788 {
  width: 788px;
}
.w-789 {
  width: 789px;
}
.w-790 {
  width: 790px;
}
.w-791 {
  width: 791px;
}
.w-792 {
  width: 792px;
}
.w-793 {
  width: 793px;
}
.w-794 {
  width: 794px;
}
.w-795 {
  width: 795px;
}
.w-796 {
  width: 796px;
}
.w-797 {
  width: 797px;
}
.w-798 {
  width: 798px;
}
.w-799 {
  width: 799px;
}
.w-800 {
  width: 800px;
}
.w-801 {
  width: 801px;
}
.w-802 {
  width: 802px;
}
.w-803 {
  width: 803px;
}
.w-804 {
  width: 804px;
}
.w-805 {
  width: 805px;
}
.w-806 {
  width: 806px;
}
.w-807 {
  width: 807px;
}
.w-808 {
  width: 808px;
}
.w-809 {
  width: 809px;
}
.w-810 {
  width: 810px;
}
.w-811 {
  width: 811px;
}
.w-812 {
  width: 812px;
}
.w-813 {
  width: 813px;
}
.w-814 {
  width: 814px;
}
.w-815 {
  width: 815px;
}
.w-816 {
  width: 816px;
}
.w-817 {
  width: 817px;
}
.w-818 {
  width: 818px;
}
.w-819 {
  width: 819px;
}
.w-820 {
  width: 820px;
}
.w-821 {
  width: 821px;
}
.w-822 {
  width: 822px;
}
.w-823 {
  width: 823px;
}
.w-824 {
  width: 824px;
}
.w-825 {
  width: 825px;
}
.w-826 {
  width: 826px;
}
.w-827 {
  width: 827px;
}
.w-828 {
  width: 828px;
}
.w-829 {
  width: 829px;
}
.w-830 {
  width: 830px;
}
.w-831 {
  width: 831px;
}
.w-832 {
  width: 832px;
}
.w-833 {
  width: 833px;
}
.w-834 {
  width: 834px;
}
.w-835 {
  width: 835px;
}
.w-836 {
  width: 836px;
}
.w-837 {
  width: 837px;
}
.w-838 {
  width: 838px;
}
.w-839 {
  width: 839px;
}
.w-840 {
  width: 840px;
}
.w-841 {
  width: 841px;
}
.w-842 {
  width: 842px;
}
.w-843 {
  width: 843px;
}
.w-844 {
  width: 844px;
}
.w-845 {
  width: 845px;
}
.w-846 {
  width: 846px;
}
.w-847 {
  width: 847px;
}
.w-848 {
  width: 848px;
}
.w-849 {
  width: 849px;
}
.w-850 {
  width: 850px;
}
.w-851 {
  width: 851px;
}
.w-852 {
  width: 852px;
}
.w-853 {
  width: 853px;
}
.w-854 {
  width: 854px;
}
.w-855 {
  width: 855px;
}
.w-856 {
  width: 856px;
}
.w-857 {
  width: 857px;
}
.w-858 {
  width: 858px;
}
.w-859 {
  width: 859px;
}
.w-860 {
  width: 860px;
}
.w-861 {
  width: 861px;
}
.w-862 {
  width: 862px;
}
.w-863 {
  width: 863px;
}
.w-864 {
  width: 864px;
}
.w-865 {
  width: 865px;
}
.w-866 {
  width: 866px;
}
.w-867 {
  width: 867px;
}
.w-868 {
  width: 868px;
}
.w-869 {
  width: 869px;
}
.w-870 {
  width: 870px;
}
.w-871 {
  width: 871px;
}
.w-872 {
  width: 872px;
}
.w-873 {
  width: 873px;
}
.w-874 {
  width: 874px;
}
.w-875 {
  width: 875px;
}
.w-876 {
  width: 876px;
}
.w-877 {
  width: 877px;
}
.w-878 {
  width: 878px;
}
.w-879 {
  width: 879px;
}
.w-880 {
  width: 880px;
}
.w-881 {
  width: 881px;
}
.w-882 {
  width: 882px;
}
.w-883 {
  width: 883px;
}
.w-884 {
  width: 884px;
}
.w-885 {
  width: 885px;
}
.w-886 {
  width: 886px;
}
.w-887 {
  width: 887px;
}
.w-888 {
  width: 888px;
}
.w-889 {
  width: 889px;
}
.w-890 {
  width: 890px;
}
.w-891 {
  width: 891px;
}
.w-892 {
  width: 892px;
}
.w-893 {
  width: 893px;
}
.w-894 {
  width: 894px;
}
.w-895 {
  width: 895px;
}
.w-896 {
  width: 896px;
}
.w-897 {
  width: 897px;
}
.w-898 {
  width: 898px;
}
.w-899 {
  width: 899px;
}
.w-900 {
  width: 900px;
}
.w-901 {
  width: 901px;
}
.w-902 {
  width: 902px;
}
.w-903 {
  width: 903px;
}
.w-904 {
  width: 904px;
}
.w-905 {
  width: 905px;
}
.w-906 {
  width: 906px;
}
.w-907 {
  width: 907px;
}
.w-908 {
  width: 908px;
}
.w-909 {
  width: 909px;
}
.w-910 {
  width: 910px;
}
.w-911 {
  width: 911px;
}
.w-912 {
  width: 912px;
}
.w-913 {
  width: 913px;
}
.w-914 {
  width: 914px;
}
.w-915 {
  width: 915px;
}
.w-916 {
  width: 916px;
}
.w-917 {
  width: 917px;
}
.w-918 {
  width: 918px;
}
.w-919 {
  width: 919px;
}
.w-920 {
  width: 920px;
}
.w-921 {
  width: 921px;
}
.w-922 {
  width: 922px;
}
.w-923 {
  width: 923px;
}
.w-924 {
  width: 924px;
}
.w-925 {
  width: 925px;
}
.w-926 {
  width: 926px;
}
.w-927 {
  width: 927px;
}
.w-928 {
  width: 928px;
}
.w-929 {
  width: 929px;
}
.w-930 {
  width: 930px;
}
.w-931 {
  width: 931px;
}
.w-932 {
  width: 932px;
}
.w-933 {
  width: 933px;
}
.w-934 {
  width: 934px;
}
.w-935 {
  width: 935px;
}
.w-936 {
  width: 936px;
}
.w-937 {
  width: 937px;
}
.w-938 {
  width: 938px;
}
.w-939 {
  width: 939px;
}
.w-940 {
  width: 940px;
}
.w-941 {
  width: 941px;
}
.w-942 {
  width: 942px;
}
.w-943 {
  width: 943px;
}
.w-944 {
  width: 944px;
}
.w-945 {
  width: 945px;
}
.w-946 {
  width: 946px;
}
.w-947 {
  width: 947px;
}
.w-948 {
  width: 948px;
}
.w-949 {
  width: 949px;
}
.w-950 {
  width: 950px;
}
.w-951 {
  width: 951px;
}
.w-952 {
  width: 952px;
}
.w-953 {
  width: 953px;
}
.w-954 {
  width: 954px;
}
.w-955 {
  width: 955px;
}
.w-956 {
  width: 956px;
}
.w-957 {
  width: 957px;
}
.w-958 {
  width: 958px;
}
.w-959 {
  width: 959px;
}
.w-960 {
  width: 960px;
}
.w-961 {
  width: 961px;
}
.w-962 {
  width: 962px;
}
.w-963 {
  width: 963px;
}
.w-964 {
  width: 964px;
}
.w-965 {
  width: 965px;
}
.w-966 {
  width: 966px;
}
.w-967 {
  width: 967px;
}
.w-968 {
  width: 968px;
}
.w-969 {
  width: 969px;
}
.w-970 {
  width: 970px;
}
.w-971 {
  width: 971px;
}
.w-972 {
  width: 972px;
}
.w-973 {
  width: 973px;
}
.w-974 {
  width: 974px;
}
.w-975 {
  width: 975px;
}
.w-976 {
  width: 976px;
}
.w-977 {
  width: 977px;
}
.w-978 {
  width: 978px;
}
.w-979 {
  width: 979px;
}
.w-980 {
  width: 980px;
}
.w-981 {
  width: 981px;
}
.w-982 {
  width: 982px;
}
.w-983 {
  width: 983px;
}
.w-984 {
  width: 984px;
}
.w-985 {
  width: 985px;
}
.w-986 {
  width: 986px;
}
.w-987 {
  width: 987px;
}
.w-988 {
  width: 988px;
}
.w-989 {
  width: 989px;
}
.w-990 {
  width: 990px;
}
.w-991 {
  width: 991px;
}
.w-992 {
  width: 992px;
}
.w-993 {
  width: 993px;
}
.w-994 {
  width: 994px;
}
.w-995 {
  width: 995px;
}
.w-996 {
  width: 996px;
}
.w-997 {
  width: 997px;
}
.w-998 {
  width: 998px;
}
.w-999 {
  width: 999px;
}
.w-1000 {
  width: 1000px;
}
.m-w-100 {
  max-width: 100%;
}
/* Height - 10 até 1000px
////////////////////////////////////////////////
*/
.h-10 {
  height: 10px;
}
.h-11 {
  height: 11px;
}
.h-12 {
  height: 12px;
}
.h-13 {
  height: 13px;
}
.h-14 {
  height: 14px;
}
.h-15 {
  height: 15px;
}
.h-16 {
  height: 16px;
}
.h-17 {
  height: 17px;
}
.h-18 {
  height: 18px;
}
.h-19 {
  height: 19px;
}
.h-20 {
  height: 20px;
}
.h-21 {
  height: 21px;
}
.h-22 {
  height: 22px;
}
.h-23 {
  height: 23px;
}
.h-24 {
  height: 24px;
}
.h-25 {
  height: 25px;
}
.h-26 {
  height: 26px;
}
.h-27 {
  height: 27px;
}
.h-28 {
  height: 28px;
}
.h-29 {
  height: 29px;
}
.h-30 {
  height: 30px;
}
.h-31 {
  height: 31px;
}
.h-32 {
  height: 32px;
}
.h-33 {
  height: 33px;
}
.h-34 {
  height: 34px;
}
.h-35 {
  height: 35px;
}
.h-36 {
  height: 36px;
}
.h-37 {
  height: 37px;
}
.h-38 {
  height: 38px;
}
.h-39 {
  height: 39px;
}
.h-40 {
  height: 40px;
}
.h-41 {
  height: 41px;
}
.h-42 {
  height: 42px;
}
.h-43 {
  height: 43px;
}
.h-44 {
  height: 44px;
}
.h-45 {
  height: 45px;
}
.h-46 {
  height: 46px;
}
.h-47 {
  height: 47px;
}
.h-48 {
  height: 48px;
}
.h-49 {
  height: 49px;
}
.h-50 {
  height: 50px;
}
.h-51 {
  height: 51px;
}
.h-52 {
  height: 52px;
}
.h-53 {
  height: 53px;
}
.h-54 {
  height: 54px;
}
.h-55 {
  height: 55px;
}
.h-56 {
  height: 56px;
}
.h-57 {
  height: 57px;
}
.h-58 {
  height: 58px;
}
.h-59 {
  height: 59px;
}
.h-60 {
  height: 60px;
}
.h-61 {
  height: 61px;
}
.h-62 {
  height: 62px;
}
.h-63 {
  height: 63px;
}
.h-64 {
  height: 64px;
}
.h-65 {
  height: 65px;
}
.h-66 {
  height: 66px;
}
.h-67 {
  height: 67px;
}
.h-68 {
  height: 68px;
}
.h-69 {
  height: 69px;
}
.h-70 {
  height: 70px;
}
.h-71 {
  height: 71px;
}
.h-72 {
  height: 72px;
}
.h-73 {
  height: 73px;
}
.h-74 {
  height: 74px;
}
.h-75 {
  height: 75px;
}
.h-76 {
  height: 76px;
}
.h-77 {
  height: 77px;
}
.h-78 {
  height: 78px;
}
.h-79 {
  height: 79px;
}
.h-80 {
  height: 80px;
}
.h-81 {
  height: 81px;
}
.h-82 {
  height: 82px;
}
.h-83 {
  height: 83px;
}
.h-84 {
  height: 84px;
}
.h-85 {
  height: 85px;
}
.h-86 {
  height: 86px;
}
.h-87 {
  height: 87px;
}
.h-88 {
  height: 88px;
}
.h-89 {
  height: 89px;
}
.h-90 {
  height: 90px;
}
.h-91 {
  height: 91px;
}
.h-92 {
  height: 92px;
}
.h-93 {
  height: 93px;
}
.h-94 {
  height: 94px;
}
.h-95 {
  height: 95px;
}
.h-96 {
  height: 96px;
}
.h-97 {
  height: 97px;
}
.h-98 {
  height: 98px;
}
.h-99 {
  height: 99px;
}
.h-100 {
  height: 100px;
}
.h-101 {
  height: 101px;
}
.h-102 {
  height: 102px;
}
.h-103 {
  height: 103px;
}
.h-104 {
  height: 104px;
}
.h-105 {
  height: 105px;
}
.h-106 {
  height: 106px;
}
.h-107 {
  height: 107px;
}
.h-108 {
  height: 108px;
}
.h-109 {
  height: 109px;
}
.h-110 {
  height: 110px;
}
.h-111 {
  height: 111px;
}
.h-112 {
  height: 112px;
}
.h-113 {
  height: 113px;
}
.h-114 {
  height: 114px;
}
.h-115 {
  height: 115px;
}
.h-116 {
  height: 116px;
}
.h-117 {
  height: 117px;
}
.h-118 {
  height: 118px;
}
.h-119 {
  height: 119px;
}
.h-120 {
  height: 120px;
}
.h-121 {
  height: 121px;
}
.h-122 {
  height: 122px;
}
.h-123 {
  height: 123px;
}
.h-124 {
  height: 124px;
}
.h-125 {
  height: 125px;
}
.h-126 {
  height: 126px;
}
.h-127 {
  height: 127px;
}
.h-128 {
  height: 128px;
}
.h-129 {
  height: 129px;
}
.h-130 {
  height: 130px;
}
.h-131 {
  height: 131px;
}
.h-132 {
  height: 132px;
}
.h-133 {
  height: 133px;
}
.h-134 {
  height: 134px;
}
.h-135 {
  height: 135px;
}
.h-136 {
  height: 136px;
}
.h-137 {
  height: 137px;
}
.h-138 {
  height: 138px;
}
.h-139 {
  height: 139px;
}
.h-140 {
  height: 140px;
}
.h-141 {
  height: 141px;
}
.h-142 {
  height: 142px;
}
.h-143 {
  height: 143px;
}
.h-144 {
  height: 144px;
}
.h-145 {
  height: 145px;
}
.h-146 {
  height: 146px;
}
.h-147 {
  height: 147px;
}
.h-148 {
  height: 148px;
}
.h-149 {
  height: 149px;
}
.h-150 {
  height: 150px;
}
.h-151 {
  height: 151px;
}
.h-152 {
  height: 152px;
}
.h-153 {
  height: 153px;
}
.h-154 {
  height: 154px;
}
.h-155 {
  height: 155px;
}
.h-156 {
  height: 156px;
}
.h-157 {
  height: 157px;
}
.h-158 {
  height: 158px;
}
.h-159 {
  height: 159px;
}
.h-160 {
  height: 160px;
}
.h-161 {
  height: 161px;
}
.h-162 {
  height: 162px;
}
.h-163 {
  height: 163px;
}
.h-164 {
  height: 164px;
}
.h-165 {
  height: 165px;
}
.h-166 {
  height: 166px;
}
.h-167 {
  height: 167px;
}
.h-168 {
  height: 168px;
}
.h-169 {
  height: 169px;
}
.h-170 {
  height: 170px;
}
.h-171 {
  height: 171px;
}
.h-172 {
  height: 172px;
}
.h-173 {
  height: 173px;
}
.h-174 {
  height: 174px;
}
.h-175 {
  height: 175px;
}
.h-176 {
  height: 176px;
}
.h-177 {
  height: 177px;
}
.h-178 {
  height: 178px;
}
.h-179 {
  height: 179px;
}
.h-180 {
  height: 180px;
}
.h-181 {
  height: 181px;
}
.h-182 {
  height: 182px;
}
.h-183 {
  height: 183px;
}
.h-184 {
  height: 184px;
}
.h-185 {
  height: 185px;
}
.h-186 {
  height: 186px;
}
.h-187 {
  height: 187px;
}
.h-188 {
  height: 188px;
}
.h-189 {
  height: 189px;
}
.h-190 {
  height: 190px;
}
.h-191 {
  height: 191px;
}
.h-192 {
  height: 192px;
}
.h-193 {
  height: 193px;
}
.h-194 {
  height: 194px;
}
.h-195 {
  height: 195px;
}
.h-196 {
  height: 196px;
}
.h-197 {
  height: 197px;
}
.h-198 {
  height: 198px;
}
.h-199 {
  height: 199px;
}
.h-200 {
  height: 200px;
}
.h-201 {
  height: 201px;
}
.h-202 {
  height: 202px;
}
.h-203 {
  height: 203px;
}
.h-204 {
  height: 204px;
}
.h-205 {
  height: 205px;
}
.h-206 {
  height: 206px;
}
.h-207 {
  height: 207px;
}
.h-208 {
  height: 208px;
}
.h-209 {
  height: 209px;
}
.h-210 {
  height: 210px;
}
.h-211 {
  height: 211px;
}
.h-212 {
  height: 212px;
}
.h-213 {
  height: 213px;
}
.h-214 {
  height: 214px;
}
.h-215 {
  height: 215px;
}
.h-216 {
  height: 216px;
}
.h-217 {
  height: 217px;
}
.h-218 {
  height: 218px;
}
.h-219 {
  height: 219px;
}
.h-220 {
  height: 220px;
}
.h-221 {
  height: 221px;
}
.h-222 {
  height: 222px;
}
.h-223 {
  height: 223px;
}
.h-224 {
  height: 224px;
}
.h-225 {
  height: 225px;
}
.h-226 {
  height: 226px;
}
.h-227 {
  height: 227px;
}
.h-228 {
  height: 228px;
}
.h-229 {
  height: 229px;
}
.h-230 {
  height: 230px;
}
.h-231 {
  height: 231px;
}
.h-232 {
  height: 232px;
}
.h-233 {
  height: 233px;
}
.h-234 {
  height: 234px;
}
.h-235 {
  height: 235px;
}
.h-236 {
  height: 236px;
}
.h-237 {
  height: 237px;
}
.h-238 {
  height: 238px;
}
.h-239 {
  height: 239px;
}
.h-240 {
  height: 240px;
}
.h-241 {
  height: 241px;
}
.h-242 {
  height: 242px;
}
.h-243 {
  height: 243px;
}
.h-244 {
  height: 244px;
}
.h-245 {
  height: 245px;
}
.h-246 {
  height: 246px;
}
.h-247 {
  height: 247px;
}
.h-248 {
  height: 248px;
}
.h-249 {
  height: 249px;
}
.h-250 {
  height: 250px;
}
.h-251 {
  height: 251px;
}
.h-252 {
  height: 252px;
}
.h-253 {
  height: 253px;
}
.h-254 {
  height: 254px;
}
.h-255 {
  height: 255px;
}
.h-256 {
  height: 256px;
}
.h-257 {
  height: 257px;
}
.h-258 {
  height: 258px;
}
.h-259 {
  height: 259px;
}
.h-260 {
  height: 260px;
}
.h-261 {
  height: 261px;
}
.h-262 {
  height: 262px;
}
.h-263 {
  height: 263px;
}
.h-264 {
  height: 264px;
}
.h-265 {
  height: 265px;
}
.h-266 {
  height: 266px;
}
.h-267 {
  height: 267px;
}
.h-268 {
  height: 268px;
}
.h-269 {
  height: 269px;
}
.h-270 {
  height: 270px;
}
.h-271 {
  height: 271px;
}
.h-272 {
  height: 272px;
}
.h-273 {
  height: 273px;
}
.h-274 {
  height: 274px;
}
.h-275 {
  height: 275px;
}
.h-276 {
  height: 276px;
}
.h-277 {
  height: 277px;
}
.h-278 {
  height: 278px;
}
.h-279 {
  height: 279px;
}
.h-280 {
  height: 280px;
}
.h-281 {
  height: 281px;
}
.h-282 {
  height: 282px;
}
.h-283 {
  height: 283px;
}
.h-284 {
  height: 284px;
}
.h-285 {
  height: 285px;
}
.h-286 {
  height: 286px;
}
.h-287 {
  height: 287px;
}
.h-288 {
  height: 288px;
}
.h-289 {
  height: 289px;
}
.h-290 {
  height: 290px;
}
.h-291 {
  height: 291px;
}
.h-292 {
  height: 292px;
}
.h-293 {
  height: 293px;
}
.h-294 {
  height: 294px;
}
.h-295 {
  height: 295px;
}
.h-296 {
  height: 296px;
}
.h-297 {
  height: 297px;
}
.h-298 {
  height: 298px;
}
.h-299 {
  height: 299px;
}
.h-300 {
  height: 300px;
}
.h-301 {
  height: 301px;
}
.h-302 {
  height: 302px;
}
.h-303 {
  height: 303px;
}
.h-304 {
  height: 304px;
}
.h-305 {
  height: 305px;
}
.h-306 {
  height: 306px;
}
.h-307 {
  height: 307px;
}
.h-308 {
  height: 308px;
}
.h-309 {
  height: 309px;
}
.h-310 {
  height: 310px;
}
.h-311 {
  height: 311px;
}
.h-312 {
  height: 312px;
}
.h-313 {
  height: 313px;
}
.h-314 {
  height: 314px;
}
.h-315 {
  height: 315px;
}
.h-316 {
  height: 316px;
}
.h-317 {
  height: 317px;
}
.h-318 {
  height: 318px;
}
.h-319 {
  height: 319px;
}
.h-320 {
  height: 320px;
}
.h-321 {
  height: 321px;
}
.h-322 {
  height: 322px;
}
.h-323 {
  height: 323px;
}
.h-324 {
  height: 324px;
}
.h-325 {
  height: 325px;
}
.h-326 {
  height: 326px;
}
.h-327 {
  height: 327px;
}
.h-328 {
  height: 328px;
}
.h-329 {
  height: 329px;
}
.h-330 {
  height: 330px;
}
.h-331 {
  height: 331px;
}
.h-332 {
  height: 332px;
}
.h-333 {
  height: 333px;
}
.h-334 {
  height: 334px;
}
.h-335 {
  height: 335px;
}
.h-336 {
  height: 336px;
}
.h-337 {
  height: 337px;
}
.h-338 {
  height: 338px;
}
.h-339 {
  height: 339px;
}
.h-340 {
  height: 340px;
}
.h-341 {
  height: 341px;
}
.h-342 {
  height: 342px;
}
.h-343 {
  height: 343px;
}
.h-344 {
  height: 344px;
}
.h-345 {
  height: 345px;
}
.h-346 {
  height: 346px;
}
.h-347 {
  height: 347px;
}
.h-348 {
  height: 348px;
}
.h-349 {
  height: 349px;
}
.h-350 {
  height: 350px;
}
.h-351 {
  height: 351px;
}
.h-352 {
  height: 352px;
}
.h-353 {
  height: 353px;
}
.h-354 {
  height: 354px;
}
.h-355 {
  height: 355px;
}
.h-356 {
  height: 356px;
}
.h-357 {
  height: 357px;
}
.h-358 {
  height: 358px;
}
.h-359 {
  height: 359px;
}
.h-360 {
  height: 360px;
}
.h-361 {
  height: 361px;
}
.h-362 {
  height: 362px;
}
.h-363 {
  height: 363px;
}
.h-364 {
  height: 364px;
}
.h-365 {
  height: 365px;
}
.h-366 {
  height: 366px;
}
.h-367 {
  height: 367px;
}
.h-368 {
  height: 368px;
}
.h-369 {
  height: 369px;
}
.h-370 {
  height: 370px;
}
.h-371 {
  height: 371px;
}
.h-372 {
  height: 372px;
}
.h-373 {
  height: 373px;
}
.h-374 {
  height: 374px;
}
.h-375 {
  height: 375px;
}
.h-376 {
  height: 376px;
}
.h-377 {
  height: 377px;
}
.h-378 {
  height: 378px;
}
.h-379 {
  height: 379px;
}
.h-380 {
  height: 380px;
}
.h-381 {
  height: 381px;
}
.h-382 {
  height: 382px;
}
.h-383 {
  height: 383px;
}
.h-384 {
  height: 384px;
}
.h-385 {
  height: 385px;
}
.h-386 {
  height: 386px;
}
.h-387 {
  height: 387px;
}
.h-388 {
  height: 388px;
}
.h-389 {
  height: 389px;
}
.h-390 {
  height: 390px;
}
.h-391 {
  height: 391px;
}
.h-392 {
  height: 392px;
}
.h-393 {
  height: 393px;
}
.h-394 {
  height: 394px;
}
.h-395 {
  height: 395px;
}
.h-396 {
  height: 396px;
}
.h-397 {
  height: 397px;
}
.h-398 {
  height: 398px;
}
.h-399 {
  height: 399px;
}
.h-400 {
  height: 400px;
}
.h-401 {
  height: 401px;
}
.h-402 {
  height: 402px;
}
.h-403 {
  height: 403px;
}
.h-404 {
  height: 404px;
}
.h-405 {
  height: 405px;
}
.h-406 {
  height: 406px;
}
.h-407 {
  height: 407px;
}
.h-408 {
  height: 408px;
}
.h-409 {
  height: 409px;
}
.h-410 {
  height: 410px;
}
.h-411 {
  height: 411px;
}
.h-412 {
  height: 412px;
}
.h-413 {
  height: 413px;
}
.h-414 {
  height: 414px;
}
.h-415 {
  height: 415px;
}
.h-416 {
  height: 416px;
}
.h-417 {
  height: 417px;
}
.h-418 {
  height: 418px;
}
.h-419 {
  height: 419px;
}
.h-420 {
  height: 420px;
}
.h-421 {
  height: 421px;
}
.h-422 {
  height: 422px;
}
.h-423 {
  height: 423px;
}
.h-424 {
  height: 424px;
}
.h-425 {
  height: 425px;
}
.h-426 {
  height: 426px;
}
.h-427 {
  height: 427px;
}
.h-428 {
  height: 428px;
}
.h-429 {
  height: 429px;
}
.h-430 {
  height: 430px;
}
.h-431 {
  height: 431px;
}
.h-432 {
  height: 432px;
}
.h-433 {
  height: 433px;
}
.h-434 {
  height: 434px;
}
.h-435 {
  height: 435px;
}
.h-436 {
  height: 436px;
}
.h-437 {
  height: 437px;
}
.h-438 {
  height: 438px;
}
.h-439 {
  height: 439px;
}
.h-440 {
  height: 440px;
}
.h-441 {
  height: 441px;
}
.h-442 {
  height: 442px;
}
.h-443 {
  height: 443px;
}
.h-444 {
  height: 444px;
}
.h-445 {
  height: 445px;
}
.h-446 {
  height: 446px;
}
.h-447 {
  height: 447px;
}
.h-448 {
  height: 448px;
}
.h-449 {
  height: 449px;
}
.h-450 {
  height: 450px;
}
.h-451 {
  height: 451px;
}
.h-452 {
  height: 452px;
}
.h-453 {
  height: 453px;
}
.h-454 {
  height: 454px;
}
.h-455 {
  height: 455px;
}
.h-456 {
  height: 456px;
}
.h-457 {
  height: 457px;
}
.h-458 {
  height: 458px;
}
.h-459 {
  height: 459px;
}
.h-460 {
  height: 460px;
}
.h-461 {
  height: 461px;
}
.h-462 {
  height: 462px;
}
.h-463 {
  height: 463px;
}
.h-464 {
  height: 464px;
}
.h-465 {
  height: 465px;
}
.h-466 {
  height: 466px;
}
.h-467 {
  height: 467px;
}
.h-468 {
  height: 468px;
}
.h-469 {
  height: 469px;
}
.h-470 {
  height: 470px;
}
.h-471 {
  height: 471px;
}
.h-472 {
  height: 472px;
}
.h-473 {
  height: 473px;
}
.h-474 {
  height: 474px;
}
.h-475 {
  height: 475px;
}
.h-476 {
  height: 476px;
}
.h-477 {
  height: 477px;
}
.h-478 {
  height: 478px;
}
.h-479 {
  height: 479px;
}
.h-480 {
  height: 480px;
}
.h-481 {
  height: 481px;
}
.h-482 {
  height: 482px;
}
.h-483 {
  height: 483px;
}
.h-484 {
  height: 484px;
}
.h-485 {
  height: 485px;
}
.h-486 {
  height: 486px;
}
.h-487 {
  height: 487px;
}
.h-488 {
  height: 488px;
}
.h-489 {
  height: 489px;
}
.h-490 {
  height: 490px;
}
.h-491 {
  height: 491px;
}
.h-492 {
  height: 492px;
}
.h-493 {
  height: 493px;
}
.h-494 {
  height: 494px;
}
.h-495 {
  height: 495px;
}
.h-496 {
  height: 496px;
}
.h-497 {
  height: 497px;
}
.h-498 {
  height: 498px;
}
.h-499 {
  height: 499px;
}
.h-500 {
  height: 500px;
}
.h-501 {
  height: 501px;
}
.h-502 {
  height: 502px;
}
.h-503 {
  height: 503px;
}
.h-504 {
  height: 504px;
}
.h-505 {
  height: 505px;
}
.h-506 {
  height: 506px;
}
.h-507 {
  height: 507px;
}
.h-508 {
  height: 508px;
}
.h-509 {
  height: 509px;
}
.h-510 {
  height: 510px;
}
.h-511 {
  height: 511px;
}
.h-512 {
  height: 512px;
}
.h-513 {
  height: 513px;
}
.h-514 {
  height: 514px;
}
.h-515 {
  height: 515px;
}
.h-516 {
  height: 516px;
}
.h-517 {
  height: 517px;
}
.h-518 {
  height: 518px;
}
.h-519 {
  height: 519px;
}
.h-520 {
  height: 520px;
}
.h-521 {
  height: 521px;
}
.h-522 {
  height: 522px;
}
.h-523 {
  height: 523px;
}
.h-524 {
  height: 524px;
}
.h-525 {
  height: 525px;
}
.h-526 {
  height: 526px;
}
.h-527 {
  height: 527px;
}
.h-528 {
  height: 528px;
}
.h-529 {
  height: 529px;
}
.h-530 {
  height: 530px;
}
.h-531 {
  height: 531px;
}
.h-532 {
  height: 532px;
}
.h-533 {
  height: 533px;
}
.h-534 {
  height: 534px;
}
.h-535 {
  height: 535px;
}
.h-536 {
  height: 536px;
}
.h-537 {
  height: 537px;
}
.h-538 {
  height: 538px;
}
.h-539 {
  height: 539px;
}
.h-540 {
  height: 540px;
}
.h-541 {
  height: 541px;
}
.h-542 {
  height: 542px;
}
.h-543 {
  height: 543px;
}
.h-544 {
  height: 544px;
}
.h-545 {
  height: 545px;
}
.h-546 {
  height: 546px;
}
.h-547 {
  height: 547px;
}
.h-548 {
  height: 548px;
}
.h-549 {
  height: 549px;
}
.h-550 {
  height: 550px;
}
.h-551 {
  height: 551px;
}
.h-552 {
  height: 552px;
}
.h-553 {
  height: 553px;
}
.h-554 {
  height: 554px;
}
.h-555 {
  height: 555px;
}
.h-556 {
  height: 556px;
}
.h-557 {
  height: 557px;
}
.h-558 {
  height: 558px;
}
.h-559 {
  height: 559px;
}
.h-560 {
  height: 560px;
}
.h-561 {
  height: 561px;
}
.h-562 {
  height: 562px;
}
.h-563 {
  height: 563px;
}
.h-564 {
  height: 564px;
}
.h-565 {
  height: 565px;
}
.h-566 {
  height: 566px;
}
.h-567 {
  height: 567px;
}
.h-568 {
  height: 568px;
}
.h-569 {
  height: 569px;
}
.h-570 {
  height: 570px;
}
.h-571 {
  height: 571px;
}
.h-572 {
  height: 572px;
}
.h-573 {
  height: 573px;
}
.h-574 {
  height: 574px;
}
.h-575 {
  height: 575px;
}
.h-576 {
  height: 576px;
}
.h-577 {
  height: 577px;
}
.h-578 {
  height: 578px;
}
.h-579 {
  height: 579px;
}
.h-580 {
  height: 580px;
}
.h-581 {
  height: 581px;
}
.h-582 {
  height: 582px;
}
.h-583 {
  height: 583px;
}
.h-584 {
  height: 584px;
}
.h-585 {
  height: 585px;
}
.h-586 {
  height: 586px;
}
.h-587 {
  height: 587px;
}
.h-588 {
  height: 588px;
}
.h-589 {
  height: 589px;
}
.h-590 {
  height: 590px;
}
.h-591 {
  height: 591px;
}
.h-592 {
  height: 592px;
}
.h-593 {
  height: 593px;
}
.h-594 {
  height: 594px;
}
.h-595 {
  height: 595px;
}
.h-596 {
  height: 596px;
}
.h-597 {
  height: 597px;
}
.h-598 {
  height: 598px;
}
.h-599 {
  height: 599px;
}
.h-600 {
  height: 600px;
}
.h-601 {
  height: 601px;
}
.h-602 {
  height: 602px;
}
.h-603 {
  height: 603px;
}
.h-604 {
  height: 604px;
}
.h-605 {
  height: 605px;
}
.h-606 {
  height: 606px;
}
.h-607 {
  height: 607px;
}
.h-608 {
  height: 608px;
}
.h-609 {
  height: 609px;
}
.h-610 {
  height: 610px;
}
.h-611 {
  height: 611px;
}
.h-612 {
  height: 612px;
}
.h-613 {
  height: 613px;
}
.h-614 {
  height: 614px;
}
.h-615 {
  height: 615px;
}
.h-616 {
  height: 616px;
}
.h-617 {
  height: 617px;
}
.h-618 {
  height: 618px;
}
.h-619 {
  height: 619px;
}
.h-620 {
  height: 620px;
}
.h-621 {
  height: 621px;
}
.h-622 {
  height: 622px;
}
.h-623 {
  height: 623px;
}
.h-624 {
  height: 624px;
}
.h-625 {
  height: 625px;
}
.h-626 {
  height: 626px;
}
.h-627 {
  height: 627px;
}
.h-628 {
  height: 628px;
}
.h-629 {
  height: 629px;
}
.h-630 {
  height: 630px;
}
.h-631 {
  height: 631px;
}
.h-632 {
  height: 632px;
}
.h-633 {
  height: 633px;
}
.h-634 {
  height: 634px;
}
.h-635 {
  height: 635px;
}
.h-636 {
  height: 636px;
}
.h-637 {
  height: 637px;
}
.h-638 {
  height: 638px;
}
.h-639 {
  height: 639px;
}
.h-640 {
  height: 640px;
}
.h-641 {
  height: 641px;
}
.h-642 {
  height: 642px;
}
.h-643 {
  height: 643px;
}
.h-644 {
  height: 644px;
}
.h-645 {
  height: 645px;
}
.h-646 {
  height: 646px;
}
.h-647 {
  height: 647px;
}
.h-648 {
  height: 648px;
}
.h-649 {
  height: 649px;
}
.h-650 {
  height: 650px;
}
.h-651 {
  height: 651px;
}
.h-652 {
  height: 652px;
}
.h-653 {
  height: 653px;
}
.h-654 {
  height: 654px;
}
.h-655 {
  height: 655px;
}
.h-656 {
  height: 656px;
}
.h-657 {
  height: 657px;
}
.h-658 {
  height: 658px;
}
.h-659 {
  height: 659px;
}
.h-660 {
  height: 660px;
}
.h-661 {
  height: 661px;
}
.h-662 {
  height: 662px;
}
.h-663 {
  height: 663px;
}
.h-664 {
  height: 664px;
}
.h-665 {
  height: 665px;
}
.h-666 {
  height: 666px;
}
.h-667 {
  height: 667px;
}
.h-668 {
  height: 668px;
}
.h-669 {
  height: 669px;
}
.h-670 {
  height: 670px;
}
.h-671 {
  height: 671px;
}
.h-672 {
  height: 672px;
}
.h-673 {
  height: 673px;
}
.h-674 {
  height: 674px;
}
.h-675 {
  height: 675px;
}
.h-676 {
  height: 676px;
}
.h-677 {
  height: 677px;
}
.h-678 {
  height: 678px;
}
.h-679 {
  height: 679px;
}
.h-680 {
  height: 680px;
}
.h-681 {
  height: 681px;
}
.h-682 {
  height: 682px;
}
.h-683 {
  height: 683px;
}
.h-684 {
  height: 684px;
}
.h-685 {
  height: 685px;
}
.h-686 {
  height: 686px;
}
.h-687 {
  height: 687px;
}
.h-688 {
  height: 688px;
}
.h-689 {
  height: 689px;
}
.h-690 {
  height: 690px;
}
.h-691 {
  height: 691px;
}
.h-692 {
  height: 692px;
}
.h-693 {
  height: 693px;
}
.h-694 {
  height: 694px;
}
.h-695 {
  height: 695px;
}
.h-696 {
  height: 696px;
}
.h-697 {
  height: 697px;
}
.h-698 {
  height: 698px;
}
.h-699 {
  height: 699px;
}
.h-700 {
  height: 700px;
}
.h-701 {
  height: 701px;
}
.h-702 {
  height: 702px;
}
.h-703 {
  height: 703px;
}
.h-704 {
  height: 704px;
}
.h-705 {
  height: 705px;
}
.h-706 {
  height: 706px;
}
.h-707 {
  height: 707px;
}
.h-708 {
  height: 708px;
}
.h-709 {
  height: 709px;
}
.h-710 {
  height: 710px;
}
.h-711 {
  height: 711px;
}
.h-712 {
  height: 712px;
}
.h-713 {
  height: 713px;
}
.h-714 {
  height: 714px;
}
.h-715 {
  height: 715px;
}
.h-716 {
  height: 716px;
}
.h-717 {
  height: 717px;
}
.h-718 {
  height: 718px;
}
.h-719 {
  height: 719px;
}
.h-720 {
  height: 720px;
}
.h-721 {
  height: 721px;
}
.h-722 {
  height: 722px;
}
.h-723 {
  height: 723px;
}
.h-724 {
  height: 724px;
}
.h-725 {
  height: 725px;
}
.h-726 {
  height: 726px;
}
.h-727 {
  height: 727px;
}
.h-728 {
  height: 728px;
}
.h-729 {
  height: 729px;
}
.h-730 {
  height: 730px;
}
.h-731 {
  height: 731px;
}
.h-732 {
  height: 732px;
}
.h-733 {
  height: 733px;
}
.h-734 {
  height: 734px;
}
.h-735 {
  height: 735px;
}
.h-736 {
  height: 736px;
}
.h-737 {
  height: 737px;
}
.h-738 {
  height: 738px;
}
.h-739 {
  height: 739px;
}
.h-740 {
  height: 740px;
}
.h-741 {
  height: 741px;
}
.h-742 {
  height: 742px;
}
.h-743 {
  height: 743px;
}
.h-744 {
  height: 744px;
}
.h-745 {
  height: 745px;
}
.h-746 {
  height: 746px;
}
.h-747 {
  height: 747px;
}
.h-748 {
  height: 748px;
}
.h-749 {
  height: 749px;
}
.h-750 {
  height: 750px;
}
.h-751 {
  height: 751px;
}
.h-752 {
  height: 752px;
}
.h-753 {
  height: 753px;
}
.h-754 {
  height: 754px;
}
.h-755 {
  height: 755px;
}
.h-756 {
  height: 756px;
}
.h-757 {
  height: 757px;
}
.h-758 {
  height: 758px;
}
.h-759 {
  height: 759px;
}
.h-760 {
  height: 760px;
}
.h-761 {
  height: 761px;
}
.h-762 {
  height: 762px;
}
.h-763 {
  height: 763px;
}
.h-764 {
  height: 764px;
}
.h-765 {
  height: 765px;
}
.h-766 {
  height: 766px;
}
.h-767 {
  height: 767px;
}
.h-768 {
  height: 768px;
}
.h-769 {
  height: 769px;
}
.h-770 {
  height: 770px;
}
.h-771 {
  height: 771px;
}
.h-772 {
  height: 772px;
}
.h-773 {
  height: 773px;
}
.h-774 {
  height: 774px;
}
.h-775 {
  height: 775px;
}
.h-776 {
  height: 776px;
}
.h-777 {
  height: 777px;
}
.h-778 {
  height: 778px;
}
.h-779 {
  height: 779px;
}
.h-780 {
  height: 780px;
}
.h-781 {
  height: 781px;
}
.h-782 {
  height: 782px;
}
.h-783 {
  height: 783px;
}
.h-784 {
  height: 784px;
}
.h-785 {
  height: 785px;
}
.h-786 {
  height: 786px;
}
.h-787 {
  height: 787px;
}
.h-788 {
  height: 788px;
}
.h-789 {
  height: 789px;
}
.h-790 {
  height: 790px;
}
.h-791 {
  height: 791px;
}
.h-792 {
  height: 792px;
}
.h-793 {
  height: 793px;
}
.h-794 {
  height: 794px;
}
.h-795 {
  height: 795px;
}
.h-796 {
  height: 796px;
}
.h-797 {
  height: 797px;
}
.h-798 {
  height: 798px;
}
.h-799 {
  height: 799px;
}
.h-800 {
  height: 800px;
}
.h-801 {
  height: 801px;
}
.h-802 {
  height: 802px;
}
.h-803 {
  height: 803px;
}
.h-804 {
  height: 804px;
}
.h-805 {
  height: 805px;
}
.h-806 {
  height: 806px;
}
.h-807 {
  height: 807px;
}
.h-808 {
  height: 808px;
}
.h-809 {
  height: 809px;
}
.h-810 {
  height: 810px;
}
.h-811 {
  height: 811px;
}
.h-812 {
  height: 812px;
}
.h-813 {
  height: 813px;
}
.h-814 {
  height: 814px;
}
.h-815 {
  height: 815px;
}
.h-816 {
  height: 816px;
}
.h-817 {
  height: 817px;
}
.h-818 {
  height: 818px;
}
.h-819 {
  height: 819px;
}
.h-820 {
  height: 820px;
}
.h-821 {
  height: 821px;
}
.h-822 {
  height: 822px;
}
.h-823 {
  height: 823px;
}
.h-824 {
  height: 824px;
}
.h-825 {
  height: 825px;
}
.h-826 {
  height: 826px;
}
.h-827 {
  height: 827px;
}
.h-828 {
  height: 828px;
}
.h-829 {
  height: 829px;
}
.h-830 {
  height: 830px;
}
.h-831 {
  height: 831px;
}
.h-832 {
  height: 832px;
}
.h-833 {
  height: 833px;
}
.h-834 {
  height: 834px;
}
.h-835 {
  height: 835px;
}
.h-836 {
  height: 836px;
}
.h-837 {
  height: 837px;
}
.h-838 {
  height: 838px;
}
.h-839 {
  height: 839px;
}
.h-840 {
  height: 840px;
}
.h-841 {
  height: 841px;
}
.h-842 {
  height: 842px;
}
.h-843 {
  height: 843px;
}
.h-844 {
  height: 844px;
}
.h-845 {
  height: 845px;
}
.h-846 {
  height: 846px;
}
.h-847 {
  height: 847px;
}
.h-848 {
  height: 848px;
}
.h-849 {
  height: 849px;
}
.h-850 {
  height: 850px;
}
.h-851 {
  height: 851px;
}
.h-852 {
  height: 852px;
}
.h-853 {
  height: 853px;
}
.h-854 {
  height: 854px;
}
.h-855 {
  height: 855px;
}
.h-856 {
  height: 856px;
}
.h-857 {
  height: 857px;
}
.h-858 {
  height: 858px;
}
.h-859 {
  height: 859px;
}
.h-860 {
  height: 860px;
}
.h-861 {
  height: 861px;
}
.h-862 {
  height: 862px;
}
.h-863 {
  height: 863px;
}
.h-864 {
  height: 864px;
}
.h-865 {
  height: 865px;
}
.h-866 {
  height: 866px;
}
.h-867 {
  height: 867px;
}
.h-868 {
  height: 868px;
}
.h-869 {
  height: 869px;
}
.h-870 {
  height: 870px;
}
.h-871 {
  height: 871px;
}
.h-872 {
  height: 872px;
}
.h-873 {
  height: 873px;
}
.h-874 {
  height: 874px;
}
.h-875 {
  height: 875px;
}
.h-876 {
  height: 876px;
}
.h-877 {
  height: 877px;
}
.h-878 {
  height: 878px;
}
.h-879 {
  height: 879px;
}
.h-880 {
  height: 880px;
}
.h-881 {
  height: 881px;
}
.h-882 {
  height: 882px;
}
.h-883 {
  height: 883px;
}
.h-884 {
  height: 884px;
}
.h-885 {
  height: 885px;
}
.h-886 {
  height: 886px;
}
.h-887 {
  height: 887px;
}
.h-888 {
  height: 888px;
}
.h-889 {
  height: 889px;
}
.h-890 {
  height: 890px;
}
.h-891 {
  height: 891px;
}
.h-892 {
  height: 892px;
}
.h-893 {
  height: 893px;
}
.h-894 {
  height: 894px;
}
.h-895 {
  height: 895px;
}
.h-896 {
  height: 896px;
}
.h-897 {
  height: 897px;
}
.h-898 {
  height: 898px;
}
.h-899 {
  height: 899px;
}
.h-900 {
  height: 900px;
}
.h-901 {
  height: 901px;
}
.h-902 {
  height: 902px;
}
.h-903 {
  height: 903px;
}
.h-904 {
  height: 904px;
}
.h-905 {
  height: 905px;
}
.h-906 {
  height: 906px;
}
.h-907 {
  height: 907px;
}
.h-908 {
  height: 908px;
}
.h-909 {
  height: 909px;
}
.h-910 {
  height: 910px;
}
.h-911 {
  height: 911px;
}
.h-912 {
  height: 912px;
}
.h-913 {
  height: 913px;
}
.h-914 {
  height: 914px;
}
.h-915 {
  height: 915px;
}
.h-916 {
  height: 916px;
}
.h-917 {
  height: 917px;
}
.h-918 {
  height: 918px;
}
.h-919 {
  height: 919px;
}
.h-920 {
  height: 920px;
}
.h-921 {
  height: 921px;
}
.h-922 {
  height: 922px;
}
.h-923 {
  height: 923px;
}
.h-924 {
  height: 924px;
}
.h-925 {
  height: 925px;
}
.h-926 {
  height: 926px;
}
.h-927 {
  height: 927px;
}
.h-928 {
  height: 928px;
}
.h-929 {
  height: 929px;
}
.h-930 {
  height: 930px;
}
.h-931 {
  height: 931px;
}
.h-932 {
  height: 932px;
}
.h-933 {
  height: 933px;
}
.h-934 {
  height: 934px;
}
.h-935 {
  height: 935px;
}
.h-936 {
  height: 936px;
}
.h-937 {
  height: 937px;
}
.h-938 {
  height: 938px;
}
.h-939 {
  height: 939px;
}
.h-940 {
  height: 940px;
}
.h-941 {
  height: 941px;
}
.h-942 {
  height: 942px;
}
.h-943 {
  height: 943px;
}
.h-944 {
  height: 944px;
}
.h-945 {
  height: 945px;
}
.h-946 {
  height: 946px;
}
.h-947 {
  height: 947px;
}
.h-948 {
  height: 948px;
}
.h-949 {
  height: 949px;
}
.h-950 {
  height: 950px;
}
.h-951 {
  height: 951px;
}
.h-952 {
  height: 952px;
}
.h-953 {
  height: 953px;
}
.h-954 {
  height: 954px;
}
.h-955 {
  height: 955px;
}
.h-956 {
  height: 956px;
}
.h-957 {
  height: 957px;
}
.h-958 {
  height: 958px;
}
.h-959 {
  height: 959px;
}
.h-960 {
  height: 960px;
}
.h-961 {
  height: 961px;
}
.h-962 {
  height: 962px;
}
.h-963 {
  height: 963px;
}
.h-964 {
  height: 964px;
}
.h-965 {
  height: 965px;
}
.h-966 {
  height: 966px;
}
.h-967 {
  height: 967px;
}
.h-968 {
  height: 968px;
}
.h-969 {
  height: 969px;
}
.h-970 {
  height: 970px;
}
.h-971 {
  height: 971px;
}
.h-972 {
  height: 972px;
}
.h-973 {
  height: 973px;
}
.h-974 {
  height: 974px;
}
.h-975 {
  height: 975px;
}
.h-976 {
  height: 976px;
}
.h-977 {
  height: 977px;
}
.h-978 {
  height: 978px;
}
.h-979 {
  height: 979px;
}
.h-980 {
  height: 980px;
}
.h-981 {
  height: 981px;
}
.h-982 {
  height: 982px;
}
.h-983 {
  height: 983px;
}
.h-984 {
  height: 984px;
}
.h-985 {
  height: 985px;
}
.h-986 {
  height: 986px;
}
.h-987 {
  height: 987px;
}
.h-988 {
  height: 988px;
}
.h-989 {
  height: 989px;
}
.h-990 {
  height: 990px;
}
.h-991 {
  height: 991px;
}
.h-992 {
  height: 992px;
}
.h-993 {
  height: 993px;
}
.h-994 {
  height: 994px;
}
.h-995 {
  height: 995px;
}
.h-996 {
  height: 996px;
}
.h-997 {
  height: 997px;
}
.h-998 {
  height: 998px;
}
.h-999 {
  height: 999px;
}
.h-1000 {
  height: 1000px;
}
.h-full {
  height: 100%;
}
/* Position
///////////////////////////////////////
*/
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.p-fixed {
  position: fixed;
}
/* Opacity - 0 até 1-0 (10)
////////////////////////////////////////
*/
.op-0-0 {
  opacity: 0;
}
.op-0-1 {
  opacity: 0.1;
}
.op-0-2 {
  opacity: 0.2;
}
.op-0-3 {
  opacity: 0.3;
}
.op-0-4 {
  opacity: 0.4;
}
.op-0-5 {
  opacity: 0.5;
}
.op-0-6 {
  opacity: 0.6;
}
.op-0-7 {
  opacity: 0.7;
}
.op-0-8 {
  opacity: 0.8;
}
.op-0-9 {
  opacity: 0.9;
}
.op-1-0 {
  opacity: 1;
}
/* Absolute
/////////////////////////////////////////
*/
.ab-t-l {
  position: absolute;
  left: 0px;
  top: 0px;
}
.ab-t-r {
  position: absolute;
  right: 0px;
  top: 0px;
}
.ab-b-l {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.ab-b-r {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
body,
html {
  height: 100%;
}
body {
  font-size: 62.5%;
  line-height: 100%;
  color: #030303;
  background: #E50077;
}
/*
 *	Padrões
 */
#wrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.conteudo {
  position: relative;
  width: 1100px;
  max-width: 95%;
  margin: 0 auto;
}
.sprite {
  background: url('../img/sprite.png') no-repeat;
}
.hide {
  display: none !important;
}
.nowrap {
  white-space: nowrap;
}
.both {
  clear: both;
}
.txtL {
  text-align: left;
}
.txtR {
  text-align: right;
}
.txtC {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.row {
  display: block;
  width: 100%;
}
/*
 *	Títulos
 */
.tit {
  color: #000;
  font: 700 42px 'Montserrat';
  line-height: 100%;
  text-transform: uppercase;
}
.tit strong {
  color: #000;
}
p,
a {
  color: #030303;
}
/*
 *	Formulário padrão
 */
.form .row {
  padding-bottom: 15px;
}
.form .column.fl {
  margin-right: 5px;
}
.form .column:last-child {
  margin-right: 0;
}
.form .column.col-100 {
  width: 99.3%;
}
.form .column.col-90 {
  width: 89.3%;
}
.form .column.col-50 {
  width: 49.3%;
}
.form .column.col-70 {
  width: 69.3%;
}
.form .column.col-60 {
  width: 59.3%;
}
.form .column.col-50 {
  width: 49.3%;
}
.form .column.col-40 {
  width: 39.3%;
}
.form .column.col-30 {
  width: 29.3%;
}
.form .column.col-25 {
  width: 24.3%;
}
.form .column.col-20 {
  width: 19.3%;
}
.form .column.col-10 {
  width: 9.3%;
}
.form .column.col-3-100 {
  width: 33.333333%;
}
.form input[type=text],
.form input[type=submit],
.form textarea,
.form select,
.form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.form input,
.form textarea,
.form select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #FFF;
  background: #FFF;
  font: 500 16px 'Montserrat';
  line-height: 120%;
  color: #030303;
  padding: 0 26px;
}
.form input,
.form textarea {
  box-sizing: border-box;
}
.form textarea {
  resize: none;
  height: 324px;
  padding: 26px;
}
.form select {
  cursor: pointer;
  background: #FFF url(../img/bg-select.png) no-repeat 90% 50%;
}
.form ::-webkit-input-placeholder,
.form ::-webkit-textarea-placeholder {
  color: #030303;
}
.form .error {
  color: #fc949e !important;
  border-color: #fc949e !important;
}
.form .error::-webkit-input-placeholder,
.form .error::-webkit-textarea-placeholder {
  color: #fc949e;
}
.form .submit {
  cursor: pointer;
  font-size: 1.8em;
  justify-content: center;
  border-color: #E50077;
  background: #E50077;
  color: #FFDC00;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.form .submit.hasHover:hover {
  color: #000;
  border-color: #E50077;
  background: #E50077;
}
.btn {
  display: inline-block;
  font: 700 18px 'Montserrat';
  line-height: 100%;
  color: #FFDC00;
  text-transform: uppercase;
  padding: 22px 49px;
  background: #E50077;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.btn.hasHover:hover {
  color: #000;
}
/*
 *	Slick Slider
 */
.slick-slider .slick-slide {
  float: left;
  position: relative;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  width: 62px;
  height: 62px;
  background: url(../img/arrow-slick.png) no-repeat;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  font-size: 0;
  text-indent: -100%;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
.slick-slider .slick-prev {
  left: -62px;
}
.slick-slider .slick-next {
  right: -62px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slick-track {
  margin: 0 auto;
}
.slick-dots {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.slick-dots li {
  float: none;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background-color: #FFF !important;
}
.slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: -100%;
  border: 1px solid #FFF;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/*
 *	Header
 */
#topo {
  position: fixed;
  z-index: 200;
  height: 120px;
  background: #E50077;
}
#topo .boxRight {
  margin: 47px 4% 0 0;
}
.logo {
  position: relative;
  top: 50%;
  left: 2%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.logo img {
  display: block;
  width: 241px;
}
/*
 *	Langs
 */
.lang {
  padding: 7px 0 0 23px;
}
.lang a,
.lang .divisor {
  display: inline-block;
}
.lang a {
  font: 700 1.4em 'Montserrat';
  line-height: 100%;
  color: #fff;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.lang a:hover,
.lang a.active {
  color: #FFDC00;
}
.lang .divisor {
  height: 12px;
  width: 2px;
  margin: 0 10px;
  background: #E50077;
}
/*
 *	Sociais 
 */
.sociais a {
  float: left;
  margin-right: 12px;
  color: #fff;
  font-size: 0.8em;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.sociais a:hover {
  opacity: 0.7;
  filter: alpha(opacity=7);
}
/*
 *	Menu
 */
.menu {
  margin-top: 60px;
  margin-right: -120px;
  width: 55%;
}
.menu.hasHover a:hover .underline,
.menu a.active .underline {
  width: 102%;
  opacity: 10;
  filter: alpha(opacity=100);
}
.menu a {
  position: relative;
  float: left;
  margin-right: 19px;
  color: #fff;
  text-transform: uppercase;
  font: 700 14px 'Montserrat';
  line-height: 100%;
}
.menu a.menuSuperTime {
  margin-top: -10px;
  padding: 9px 19px;
  color: #E50077;
  background: #f6eb00;
}
.menu .underline {
  position: absolute;
  left: -1%;
  width: 0;
  bottom: -3px;
  height: 2px;
  background: #FFDC00;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.toggleMenu {
  display: none;
  position: relative;
  top: 50%;
  right: 2%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  width: 45px;
  height: 23px;
}
.toggleMenu.active span:before {
  left: -10px;
}
.toggleMenu.active span:after {
  left: -15px;
}
.toggleMenu span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #FFDC00;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.toggleMenu span:before,
.toggleMenu span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FFDC00;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.toggleMenu span:before {
  top: 8px;
}
.toggleMenu span:after {
  top: 16px;
}
/*
 *	Rodapé
 */
#rodape {
  height: 100px;
  background: #E50077;
}
.copy {
  text-transform: uppercase;
  color: #FFDC00;
  font: 500 12px 'Montserrat';
  line-height: 120%;
  margin-top: 45px;
}
.assinatura {
  margin-top: 44px;
}
.assinatura img {
  width: 26px;
}
.cabecalho {
  padding: 50px 0;
}
.cabecalho .navCabecalho {
  padding-top: 12px;
}
.cabecalho .navCabecalho.hasHover a:hover,
.cabecalho .navCabecalho a.active {
  color: #000;
}
.cabecalho .navCabecalho a {
  margin-left: 22px;
  color: #E50077;
  font: 700 14px 'Montserrat';
  line-height: 100%;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  text-transform: uppercase;
}
.listaProdutos {
  display: flex;
  flex-wrap: wrap;
}
.listaProdutos .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-shadow: inset 0 0 0 1px #f1efef;
  margin: 0 -1px -1px 0;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 276px;
  border-box: border-box;
}
.listaProdutos a {
  display: block;
  height: 100%;
}
.listaProdutos a:hover .ref {
  opacity: 0;
  filter: alpha(opacity=0);
}
.listaProdutos a:hover .overlay {
  opacity: 10;
  filter: alpha(opacity=100);
}
.listaProdutos img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 85%;
  max-height: 85%;
}
.listaProdutos .ref {
  left: 0;
  bottom: 15px;
  width: 100%;
  color: #030303;
  font: 500 14px 'Montserrat';
  line-height: 120%;
  text-transform: uppercase;
}
.listaProdutos .overlay {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  box-sizing: border-box;
  padding-top: 233px;
  background: url(../img/overlay2.png) repeat;
  color: #E50077;
  font: 700 34px 'Montserrat';
  line-height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.listaProdutos .overlay,
.listaProdutos .ref {
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
/*
 *	Lojas online
 */
.titLojasOnline {
  color: #000;
  font: 500 15px 'Montserrat';
  line-height: 120%;
  text-transform: uppercase;
}
.listalojas.pt .item {
  display: none;
}
/*
 * Loader PG
 */
.boxLoader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #E50077;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.boxLoader.loaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
.boxLoader img {
  display: block;
}
/*
 *	Popup
 */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999999;
  background: url(../img/overlay.png) repeat;
}
.popup .inside {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 500px;
  max-width: 90%;
}
.popup .mobile {
  display: none;
}
.popup img {
  display: block;
  width: 100%;
}
.popup .closeModal {
  position: absolute;
  top: 0px;
  right: -45px;
  z-index: 10;
  width: 45px;
  height: 45px;
  background-position: -50px 0;
}
/*
 *	Box News
 */
.boxNewsFixed {
  position: fixed;
  right: 4%;
  bottom: 0;
  z-index: 900;
  width: 280px;
  padding: 24px 0 30px;
  background: #ff1991;
}
.boxNewsFixed.closed {
  overflow: hidden;
  max-height: 25px;
  cursor: pointer;
}
.boxNewsFixed.closed .closeBox {
  display: none;
}
.boxNewsFixed .closeBox {
  position: absolute;
  top: 9px;
  right: 10px;
  color: #FFDC00;
  font: 700 14px 'Montserrat';
  line-height: 100%;
}
.boxNewsFixed h4 {
  display: block;
  padding-bottom: 20px;
  font: 700 20px 'Montserrat';
  line-height: 100%;
  color: #FFDC00;
  text-transform: uppercase;
}
.boxNewsFixed #formNewsletter {
  display: inline-block;
  width: 239px;
}
.boxNewsFixed #formNewsletter #nome,
.boxNewsFixed #formNewsletter #email,
.boxNewsFixed #formNewsletter #pais,
.boxNewsFixed #formNewsletter .submit {
  width: 100%;
}
.boxNewsFixed #formNewsletter #estado {
  width: 25%;
}
.boxNewsFixed #formNewsletter #cidade {
  float: right;
  width: 72%;
}
.boxNewsFixed #formNewsletter input,
.boxNewsFixed #formNewsletter select {
  float: left;
  height: 30px;
  padding: 0 11px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 0 7px 0;
  font: 700 12px 'Montserrat';
  line-height: 100%;
}
.boxNewsFixed #formNewsletter select {
  padding: 0 8px;
  background: #FFF url(../img/bg-select2.png) no-repeat;
}
.boxNewsFixed #formNewsletter #pais {
  background-position: 210px 50%;
}
.boxNewsFixed #formNewsletter #estado {
  background-position: 40px 50%;
}
.boxNewsFixed #formNewsletter #cidade {
  background-position: 143px 50%;
}
.boxNewsFixed #formNewsletter .submit {
  font: 700 18px 'Montserrat';
  line-height: 100%;
  background: #FFDC00;
  color: #E50077;
}
@media only screen and (max-width: 1400px) {
  .boxNewsFixed {
    left: 65%;
  }
}
@media only screen and (max-width: 680px) {
  .boxNewsFixed {
    left: 0;
    width: 100%;
  }
  .boxNewsFixed.closed {
    position: relative;
  }
}
/*
 *	Páginas
 */
#home .bg-w {
  background-color: white !important;
}
#home .fd-r {
  flex-direction: row !important;
}
#home .txt-campanha {
  font-size: 80px !important;
}
#home .boxContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home .titPost {
  font: 700 25px 'Montserrat';
  line-height: 100%;
  color: #E50077;
}
#home .listPosts p {
  font: 500 11px 'Montserrat';
  line-height: 120%;
  margin-bottom: 30px;
  width: 60%;
}
#home .lkMorePost {
  font: 700 14px 'Montserrat';
  line-height: 100%;
  color: #FFDC00;
  text-align: center;
  width: 180px;
  max-width: 90%;
  padding: 13px 0;
  background: #E50077;
}
#home .banner {
  position: relative;
}
#home .banner .cyclePrev,
#home .banner .cycleNext {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 200;
}
#home .banner .cyclePrev {
  left: 5%;
}
#home .banner .cycleNext {
  right: 5%;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#home .banner .cyclePager {
  padding: 20px 0;
}
@media (min-width: 1100px) {
  #home .banner .cyclePager {
    display: none;
  }
}
#home .banner .cyclePager span {
  font-size: 0;
  display: inline-block;
  margin: 0 2px;
  width: 12px;
  height: 12px;
  background: #E50077;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#home .banner .cyclePager span.cycle-pager-active {
  opacity: 0.6;
  filter: alpha(opacity=6);
}
#home .amoMoleca {
  padding: 100px 0 106px;
  background: #FFDC00;
}
#home .amoMoleca .txtSide,
#home .amoMoleca .videoSide {
  display: inline-block;
  vertical-align: top;
  margin: 0 46px;
}
#home .amoMoleca .txtSide {
  padding-top: 20px;
  width: 40%;
  text-align: center;
}
#home .amoMoleca .txtSide p {
  display: block;
  padding-bottom: 25px;
  font: 500 1.6em 'Montserrat';
  line-height: 120%;
  color: #E50077;
}
#home .amoMoleca .txtSide h4 {
  padding-bottom: 30px;
  color: #E50077;
  font: 700 4.2em 'Montserrat';
  line-height: 100%;
}
#home .amoMoleca .videoSide {
  position: relative;
  width: 43%;
}
#home .amoMoleca iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
#home .boxLinks {
  padding-bottom: 120px;
  padding-top: 120px;
}
#home .boxLinks a {
  position: relative;
  display: inline-block;
  margin: 0 7px 16px;
  overflow: hidden;
  vertical-align: top;
}
#home .boxLinks a:hover .overlay {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
#home .boxLinks a:hover span {
  color: #E50077;
}
#home .boxLinks a:hover svg path {
  fill: #E50077;
}
#home .boxLinks a.small {
  width: 24%;
}
#home .boxLinks a.medium {
  width: 27%;
}
#home .boxLinks a.big {
  width: 45%;
}
#home .boxLinks a.big2 {
  width: 52%;
}
#home .boxLinks img {
  display: block;
  min-width: 100%;
  min-height: 360px;
}
#home .boxLinks .overlay,
#home .boxLinks span,
#home .boxLinks svg path {
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#home .boxLinks .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #FFDC00;
  opacity: 0;
  filter: alpha(opacity=0);
}
#home .boxLinks span,
#home .boxLinks svg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#home .boxLinks span {
  color: #FFF;
  font: 700 5.2em 'Montserrat';
  line-height: 100%;
  text-transform: uppercase;
}
#home .boxLinks svg {
  width: 120px;
}
#home .boxNews {
  padding-bottom: 169px;
}
#home .boxNews .titBox {
  font: 700 7.2em 'Montserrat';
  line-height: 100%;
  color: #FFF;
  text-transform: uppercase;
  padding-left: 140px;
}
#home .boxNews .titBox span {
  display: block;
  margin-top: -10px;
}
#home .boxNews #formNews {
  width: 71%;
  padding-top: 64px;
}
@media (max-width: 1100px) {
  #home .boxLinks .big2 img {
    left: 90%;
  }
}
#colecao {
  background: #FFDC00;
  /*
	 *	Categorias - Novo
	 */
  /*
	 *	Categorias - Antigo Mosaico - Vou deixar aqui, porque se quiserem voltar, está pronto
	 */
}
#colecao .main {
  padding-bottom: 85px;
}
#colecao .titPg {
  padding: 71px 0 27px;
}
#colecao .tit {
  color: #E50077;
}
#colecao .tit strong {
  color: #E50077;
}
#colecao .subtit {
  display: block;
  padding-top: 19px;
  color: #E50077;
  text-transform: uppercase;
  font: 500 1.8em 'Montserrat';
  line-height: 120%;
}
#colecao #formSearch {
  position: relative;
  width: 467px;
  max-width: 100%;
  padding-top: 17px;
}
#colecao #formSearch input {
  width: 100%;
  box-sizing: border-box;
}
#colecao #formSearch input#referencia {
  width: 67%;
  color: #000;
  line-height: 100%;
  padding: 14px 17px;
  background: #f0f0f0;
}
#colecao #formSearch input::-webkit-input-placeholder {
  color: #000;
}
#colecao #formSearch input.submit {
  width: 32%;
  background: #E50077;
  color: #FFDC00;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
#colecao .listCats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#colecao .listCats li {
  width: 33.33333333%;
  box-sizing: border-box;
}
#colecao .listCats img {
  object-fit: cover;
}
#colecao .listCats .overlay,
#colecao .listCats span {
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#colecao .listCats .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #E50077;
  opacity: 0;
  filter: alpha(opacity=0);
}
#colecao .listCats span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  color: #FFF;
  font: 700 3em 'Montserrat';
  line-height: 100%;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 1100px) {
  #colecao .listCats a:hover .overlay {
    opacity: 0.8;
    filter: alpha(opacity=8);
  }
  #colecao .listCats a:hover span {
    color: #FFDC00;
  }
}
@media (max-width: 800px) {
  #colecao .listCats li {
    height: 250px;
  }
}
@media (max-width: 680px) {
  #colecao .listCats {
    display: inline-block;
    width: 350px;
    max-width: 100%;
  }
  #colecao .listCats li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 250px;
  }
}
#colecao .navCategorias {
  margin-bottom: 10px;
  overflow: hidden;
}
#colecao .navCategorias.first {
  height: 494px;
}
#colecao .navCategorias.hasHover a:hover .overlay {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
#colecao .navCategorias.hasHover a:hover span {
  color: #E50077;
}
#colecao .navCategorias a {
  position: relative;
}
#colecao .navCategorias img {
  display: block;
  width: 100%;
}
#colecao .navCategorias .overlay,
#colecao .navCategorias span {
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#colecao .navCategorias .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #E50077;
  opacity: 0;
  filter: alpha(opacity=0);
}
#colecao .navCategorias span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  color: #FFF;
  font: 700 4.2em 'Montserrat';
  line-height: 100%;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#colecao .navCategorias .catSapatos {
  width: 54.5%;
}
#colecao .navCategorias .catMocassim {
  width: 44.5%;
}
#colecao .navCategorias .catSapatilhas,
#colecao .navCategorias .sideLeft {
  width: 49.5%;
}
#colecao .navCategorias .catflats {
  width: 40.5%;
}
#colecao .navCategorias .catBotas {
  width: 58.8%;
}
#colecao .navCategorias .sideLeft a:first-child {
  margin-bottom: 7px;
}
#colecao .produtos {
  padding: 40px 0 105px;
  background: #fff;
}
#colecao .produtos .topProdutos {
  padding-bottom: 30px;
}
#colecao .produtos .topProdutos .titCat {
  font: 700 1.8em 'Montserrat';
  line-height: 100%;
  color: #030303;
  text-transform: uppercase;
  padding-top: 42px;
}
#colecao .produtos .topProdutos .form {
  width: 465px;
  max-width: 100%;
}
#colecao .produtos .topProdutos .form input[type=text] {
  background: #f1efef;
}
#colecao .produtos .semProduto {
  font-size: 1.6em;
  padding-top: 80px;
}
#produto {
  background: #FFDC00;
}
#produto .tit {
  color: #E50077;
}
#produto .tit strong {
  color: #E50077;
}
#produto .main {
  padding-top: 30px;
  background: #fff;
}
#produto .main .topProdutos {
  padding-bottom: 30px;
}
#produto .main .topProdutos .titCat {
  font: 700 2em 'Montserrat';
  line-height: 100%;
  color: #000;
  text-transform: uppercase;
  padding-top: 42px;
}
#produto .main .topProdutos .form {
  width: 465px;
  max-width: 100%;
}
#produto .main .topProdutos .form input[type=text] {
  background: #f1efef;
}
#produto .main .sobreModelo {
  padding-top: 20px;
}
#produto .main .sobreModelo span {
  display: block;
  padding-top: 8px;
  font: 500 16px 'Montserrat';
  line-height: 120%;
}
#produto .main .sobreModelo span.cor {
  color: #E50077;
}
#produto .main .avisoLojista {
  padding-top: 40px;
  font: 500 16px 'Montserrat';
  line-height: 120%;
}
#produto .sideFotos {
  width: 62%;
}
#produto .sideFotos .mainImg {
  height: 480px;
  box-sizing: border-box;
  border: 1px solid #f1efef;
}
#produto .sideFotos img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 90%;
}
#produto .thumbs {
  position: relative;
}
#produto .thumbs .cycle-carousel-wrap,
#produto .thumbs .cycle {
  width: 100% !important;
}
#produto .thumbs .cycle {
  border: 1px solid #f1efef;
  border-top: 0;
}
#produto .thumbs a {
  display: block;
  height: 100%;
}
#produto .thumbs li {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #f1efef;
  margin: 0 0 0 -1px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 25%;
  height: 173px;
}
#produto .thumbs .next {
  position: absolute;
  top: 0;
  right: -1px;
  width: 25.5%;
  height: 173px;
  background: #FFDC00;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#produto .thumbs .next.hasHover:hover {
  color: #000;
}
#produto .thumbs .next i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #E50077;
}
#produto .thumbs .next i.vert {
  width: 16px;
  height: 49px;
}
#produto .thumbs .next i.horiz {
  width: 49px;
  height: 16px;
}
#produto .sideInfos {
  width: 35%;
}
#produto .sideInfos h5,
#produto .sideInfos h6 {
  color: #030303;
  text-transform: uppercase;
}
#produto .sideInfos h5 {
  font: 700 2.4em 'Montserrat';
  line-height: 100%;
  padding-bottom: 33px;
}
#produto .sideInfos h6 {
  font: 700 42px 'Montserrat';
  line-height: 100%;
  padding-bottom: 12px;
}
#produto .sideInfos a {
  position: relative;
  margin-bottom: 12px;
}
#produto .sideInfos a.hasHover:hover span {
  color: #000;
  background: #E50077;
}
#produto .sideInfos a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFDC00;
  font: 700 2em 'Montserrat';
  line-height: 100%;
  text-transform: uppercase;
  background: #E50077;
  width: 81%;
  padding: 22px 0;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#produto .btnShare {
  position: relative;
  display: block;
  width: 214px;
  height: 43px;
  margin-bottom: 17px;
}
#produto .btnShare.hasHover:hover img:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
#produto .btnShare.hasHover:hover img:last-child {
  opacity: 10;
  filter: alpha(opacity=100);
}
#produto .btnShare img {
  position: absolute;
  left: 0;
  top: 0;
}
#produto .btnShare img:last-child {
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
#produto .boxShare {
  padding-top: 88px;
  display: none;
}
#produto .boxShare.active .animate,
#produto .boxShare.active #formMail {
  opacity: 10;
  filter: alpha(opacity=100);
}
#produto .boxShare.active .animate {
  left: 0;
}
#produto .boxShare.active #formMail {
  right: 0;
}
#produto .boxShare .tit {
  color: #E50077;
  padding-bottom: 55px;
}
#produto .boxShare .lkShare,
#produto .boxShare #formMail {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}
#produto .boxShare .lkShare.whats,
#produto .boxShare .lkShare.face,
#produto .boxShare .lkShare.mail {
  width: 60px;
}
#produto .boxShare .lkShare svg {
  width: 100%;
}
#produto .boxShare .lkShare svg path {
  fill: #000;
}
#produto .boxShare .lkShare:hover svg path {
  fill: #E50077;
}
#produto .boxShare #formMail {
  width: 370px;
  max-width: 100%;
}
#produto .boxShare #formMail .column {
  margin: 0;
}
#produto .boxShare #formMail .col-84 {
  width: 84%;
}
#produto .boxShare #formMail .col-16 {
  width: 16%;
}
#produto .boxShare #formMail button {
  height: 60px;
}
#produto .boxShare #formMail input {
  background: #f1efef;
}
#produto .boxShare #formMail img {
  height: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#produto .boxShare .animate {
  display: inline-block;
}
#produto .boxShare .animate,
#produto .boxShare #formMail {
  position: relative;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#produto .boxShare .animate {
  left: -100px;
}
#produto .boxShare #formMail {
  right: -100px;
}
#produto .boxRelacionados {
  padding: 97px 0 149px;
  margin-top: 85px;
  background: #FFDC00;
}
#produto .boxRelacionados .tit {
  padding-bottom: 55px;
  color: #E50077;
}
#produto .boxRelacionados .tit strong {
  color: #E50077;
}
#produto .boxRelacionados .slickProdutos {
  display: inline-block;
  width: 975px;
  background: #FFF;
}
#produto .boxRelacionados .slickProdutos .item {
  height: 245px;
}
#produto .boxRelacionados .slickProdutos a {
  width: 100%;
}
#produto .boxRelacionados .slickProdutos a:hover .ref {
  opacity: 10;
  filter: alpha(opacity=100);
}
#produto .boxRelacionados .slickProdutos .slick-prev,
#produto .boxRelacionados .slickProdutos .slick-next {
  background: url(../img/arrow-slick2.png) no-repeat;
}
#produto .boxRelacionados .slickProdutos .slick-dots {
  display: none !important;
  position: absolute;
  left: 0;
  bottom: -30px;
}
#produto .ondeComprar {
  padding: 91px 0 101px;
  background: #fefefe;
}
#produto .ondeComprar .tit {
  color: #030303;
  padding-bottom: 68px;
}
#produto .ondeComprar #formComprar {
  display: inline-block;
  width: 100%;
}
#produto .ondeComprar #formComprar .col-30 {
  width: 27.2%;
}
#produto .ondeComprar #formComprar .col-20 {
  width: 17%;
}
#produto .ondeComprar #formComprar select {
  background-color: #f1efef;
}
#produto .results {
  padding-top: 70px;
}
#produto .results .rowLoja {
  display: flex;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #f1efef;
}
#produto .results .rowLoja.rowTitulos {
  border-bottom: 2px solid #030303;
}
#produto .results .rowLoja.morePhones {
  padding: 20px 0;
  justify-content: center;
}
#produto .results .rowLoja p.cor {
  color: #E50077;
}
#produto .results .colLoja {
  width: 33%;
}
#produto .results .colEndereco {
  width: 37%;
}
#produto .results .colTelefone {
  width: 30%;
}
#produto .results .colTelefone p {
  padding-top: 14px;
}
#produto .results p,
#produto .results h6 {
  color: #030303;
  text-transform: uppercase;
}
#produto .results h6 {
  font: 700 2em 'Montserrat';
  line-height: 100%;
  letter-spacing: 0.02em;
  padding-bottom: 7px;
}
#produto .results p {
  font: 500 16px 'Montserrat';
  line-height: 120%;
}
#produto .results .lkMorePhones {
  text-align: center;
  width: 198px;
  height: 40px;
  background: #f1efef;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#produto .results .lkMorePhones.active,
#produto .results .lkMorePhones.hasHover:hover:not(.disabled) {
  background: #E50077;
}
#produto .results .lkMorePhones.disabled {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=5);
}
#produto .results .lkMorePhones span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  color: #030303;
  text-transform: uppercase;
  font: 700 14px 'Montserrat';
  line-height: 100%;
}
#produto .boxLojasVirtuais {
  padding: 91px 0 74px;
  background: #f1efef;
}
#produto .boxLojasVirtuais .tit {
  color: #030303;
  padding-bottom: 50px;
}
#produto .boxLojasVirtuais .listalojas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 73px;
}
#produto .boxLojasVirtuais .listalojas .item {
  position: relative;
  flex-wrap: wrap;
  box-shadow: inset 0 0 0 1px #f1efef;
  margin: 0 -1px -1px 0;
  align-items: center;
  justify-content: center;
  width: 16.6666666%;
  height: 184px;
  background: #FFF;
}
#produto .boxLojasVirtuais .listalojas img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 85%;
  max-height: 85%;
}
#produto .boxLojasVirtuais .slickLojas {
  display: none;
  width: 500px;
  max-width: 100%;
}
#produto .boxLojasVirtuais .slickLojas .slick-dots button {
  border: none;
  background: #E50077;
}
#contato {
  background: #FFDC00;
}
#contato .main {
  min-height: 460px;
  padding: 76px 0;
  background: #fefefe;
}
#contato .tit {
  color: #E50077;
}
#contato .titAtendimento {
  font: 500 16px 'Montserrat';
  line-height: 120%;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 44px;
}
#contato .navAtendimento {
  padding-bottom: 50px;
}
#contato .navAtendimento a {
  display: inline-block;
  margin: 0 12px 12px;
  width: 400px;
  max-width: 90%;
  margin-bottom: 8px;
  padding: 16px 0;
  background: #E50077;
  color: #FFDC00;
  font: 700 2em 'Montserrat';
  line-height: 100%;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#contato .navAtendimento a.active,
#contato .navAtendimento a.hasHover:hover {
  color: #000;
}
#contato .chamada {
  color: #000;
  text-transform: uppercase;
  font: 700 1.7em 'Montserrat';
  line-height: 100%;
  display: inline-block;
  padding-bottom: 31px;
}
#contato #formContato aside {
  width: 49%;
  position: relative;
}
#contato #formContato .row {
  padding-bottom: 6px;
}
#contato #formContato input,
#contato #formContato select,
#contato #formContato textarea {
  background-color: #f1efef;
}
#contato #formContato #area,
#contato #formContato #pais {
  background-position: 95.5% 50%;
}
#contato #formContato .submit {
  font-size: 2em;
  text-transform: uppercase;
  border-color: #FFDC00;
  background: #FFDC00;
  color: #E50077;
}
#contato #formContato .submit.hasHover:hover {
  background: #000;
  color: #E50077;
  border-color: #000;
}
#contato .inputFile {
  width: 100%;
  height: 58px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
  border-color: #FFDC00;
  background: #FFDC00 !important;
}
#contato .inputFile:hover + .msgHover {
  opacity: 10;
  filter: alpha(opacity=100);
}
#contato .inputFile span {
  display: block;
  width: 100%;
  color: #E50077;
  font: 700 100% 'Montserrat';
  line-height: 100%;
  text-transform: uppercase;
}
#contato .inputFile input {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
#contato .msgHover {
  position: absolute;
  right: -104px;
  top: -95px;
  padding: 7px 20px;
  font-size: 14px;
  color: #FFDC00;
  line-height: 120%;
  text-align: center !important;
  background: #E50077;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#contato .msgHover .seta {
  position: absolute;
  bottom: -12px;
  left: 12px;
}
#contato .msgHover .seta:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E50077;
}
#contato .boxLink {
  padding: 35px 0;
  background: #f1efef;
}
#contato .boxLink aside {
  width: 49%;
  height: 360px;
  background: #FFDC00;
}
#contato .boxLink h5 {
  color: #E50077;
  font: 700 2.4em 'Montserrat';
  line-height: 100%;
  display: block;
  max-width: 265px;
  margin: 111px auto 20px;
}
#contato .boxLink a {
  display: inline-block;
  width: 250px;
  padding: 20px 0;
  background: #E50077;
  color: #FFDC00;
  font: 700 2em 'Montserrat';
  line-height: 100%;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#contato .boxLink a.hasHover:hover {
  color: #000;
}
#contato .boxLink img {
  display: block;
  height: 100%;
}
#contato .infosBottom {
  padding-top: 69px;
  background: #fefefe;
}
#contato .infosBottom span,
#contato .infosBottom a,
#contato .infosBottom .sep {
  display: inline-block;
  font: 700 1.8em 'Montserrat';
  line-height: 100%;
  color: #000;
}
#contato .infosBottom a {
  margin: 0 6px;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  /*&[title='FAQ'] {margin: 0 19px 0 18px;}
			&[title='Trabalhe Conosco'] {margin: 0 17px;}*/
}
#contato .infosBottom a:hover {
  color: #E50077;
}
#listFiles {
  display: block;
  clear: both;
  margin-bottom: 20px;
}
#listFiles li {
  display: inline-block;
  position: relative;
  width: 99%;
  margin-bottom: 4px;
  text-align: left;
  border: 1px solid #E50077;
}
#listFiles span,
#listFiles a {
  font: 500 1.5em 'Montserrat';
  line-height: 120%;
  line-height: 100%;
  color: #000;
}
#listFiles span {
  float: left;
  font-size: 12px;
  width: 78%;
  padding: 13px 8px;
}
#listFiles a {
  float: right;
  margin: 8px;
  font-size: 18px;
  text-transform: uppercase;
}
#marca {
  background: #FFDC00;
}
#marca .main {
  position: relative;
  display: block;
  padding: 79px 0;
}
@media (min-width: 1100px) {
  #marca .main {
    min-height: 690px;
  }
}
#marca .main .tit {
  color: #E50077;
  text-align: left;
  padding-bottom: 39px;
}
#marca .main .tit strong {
  color: #E50077;
}
#marca .sideTxt {
  width: 45%;
}
#marca .sideTxt p {
  color: #E50077;
  font: 500 16px 'Montserrat';
  line-height: 140%;
  text-align: left;
  padding-bottom: 22px;
  width: 90%;
}
#marca .sideTxt .sociais {
  margin: 50px 0;
}
#marca .sideTxt .sociais a {
  color: #E50077;
}
#marca .lkColecao {
  display: block;
  width: 276px;
  padding: 19px 0;
  background: #E50077;
  color: #FFDC00;
  font: 700 18px 'Montserrat';
  line-height: 100%;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#marca .lkColecao.hasHover:hover {
  background: #fff;
}
#marca .sideImg {
  position: absolute;
  right: 38px;
  top: 79px;
  width: 50%;
}
#marca .sideImg .mainImg {
  width: 57%;
}
#marca .sideImg figure {
  width: 41.2%;
}
@media (max-width: 1400px) {
  #marca .sideImg figure {
    width: 40.8%;
  }
}
#marca .sideImg figure img {
  margin-bottom: 19px;
}
#campanha {
  background: #FFDC00;
}
#campanha .tit {
  color: #E50077;
}
#campanha .slickCampanha {
  position: relative;
  display: inline-block;
  width: 99%;
  padding-bottom: 98px;
}
#campanha .slickCampanha .item {
  display: inline-block;
  width: 32%;
  margin: 0 7px;
}
#campanha .slickCampanha .slick-dots {
  display: none !important;
}
#campanha .slickCampanha .slick-prev {
  left: 0.4%;
}
#campanha .slickCampanha .slick-next {
  right: 0.4%;
}
#campanha .slickCampanha .slick-prev,
#campanha .slickCampanha .slick-next {
  top: 40%;
}
#campanha .boxFilm .tit {
  color: #E50077;
  padding-bottom: 76px;
  padding-top: 76px;
}
#campanha .boxFilm .tit strong {
  color: #E50077;
}
#campanha .boxFilm .boxVideo {
  position: relative;
  height: 620px;
}
#campanha .boxFilm iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#campanha .boxFilm a,
#campanha .boxFilm img {
  height: 100%;
}
#campanha .boxFilm img {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#onde-encontrar {
  background: #FFDC00;
}
#onde-encontrar .main {
  min-height: 300px;
  padding: 67px 0 100px;
  background: #fefefe;
}
#onde-encontrar .tit {
  color: #E50077;
}
#onde-encontrar .subtit {
  color: #000;
  font: 700 42px 'Montserrat';
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 61px;
}
#onde-encontrar #formComprar {
  display: inline-block;
  width: 100%;
}
#onde-encontrar #formComprar .col-30 {
  width: 27.2%;
}
#onde-encontrar #formComprar .col-20 {
  width: 17%;
}
#onde-encontrar #formComprar select {
  background-color: #f1efef;
}
#onde-encontrar .txtTuto {
  color: #000;
  font: 500 16px 'Montserrat';
  line-height: 120%;
  text-transform: uppercase;
  padding-top: 53px;
  margin-top: 61px;
  border-top: 2px solid #000;
}
#onde-encontrar .results {
  padding-top: 70px;
}
#onde-encontrar .results .rowLoja {
  display: flex;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #f1efef;
}
#onde-encontrar .results .rowLoja.rowTitulos {
  border-bottom: 2px solid #030303;
}
#onde-encontrar .results .rowLoja.morePhones {
  padding: 20px 0;
  justify-content: center;
}
#onde-encontrar .results .colLoja {
  width: 33%;
}
#onde-encontrar .results .colEndereco {
  width: 37%;
}
#onde-encontrar .results .colTelefone {
  width: 30%;
}
#onde-encontrar .results .colTelefone p {
  padding-top: 14px;
}
#onde-encontrar .results p,
#onde-encontrar .results h6 {
  color: #030303;
  text-transform: uppercase;
}
#onde-encontrar .results h6 {
  font: 700 2px 'Montserrat';
  line-height: 100%;
  letter-spacing: 0.02em;
  padding-bottom: 7px;
}
#onde-encontrar .results p {
  font: 500 16px 'Montserrat';
  line-height: 120%;
}
#onde-encontrar .results .lkMorePhones {
  text-align: center;
  width: 198px;
  height: 40px;
  background: #f1efef;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#onde-encontrar .results .lkMorePhones.active,
#onde-encontrar .results .lkMorePhones.hasHover:hover:not(.disabled) {
  background: #E50077;
}
#onde-encontrar .results .lkMorePhones.disabled {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=5);
}
#onde-encontrar .results .lkMorePhones span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  color: #030303;
  text-transform: uppercase;
  font: 700 14px 'Montserrat';
  line-height: 100%;
}
#onde-encontrar .boxLojasVirtuais {
  padding: 91px 0 74px;
  background: #f1efef;
}
#onde-encontrar .boxLojasVirtuais .tit {
  color: #030303;
  padding-bottom: 50px;
}
#onde-encontrar .boxLojasVirtuais .listalojas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 73px;
}
#onde-encontrar .boxLojasVirtuais .listalojas .item {
  position: relative;
  flex-wrap: wrap;
  box-shadow: inset 0 0 0 1px #f1efef;
  margin: 0 -1px -1px 0;
  align-items: center;
  justify-content: center;
  width: 16.6666666%;
  height: 184px;
  background: #FFF;
}
#onde-encontrar .boxLojasVirtuais .listalojas img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 85%;
  max-height: 85%;
}
#onde-encontrar .boxLojasVirtuais .slickLojas {
  display: none;
  width: 500px;
  max-width: 100%;
}
#onde-encontrar .boxLojasVirtuais .slickLojas .slick-prev,
#onde-encontrar .boxLojasVirtuais .slickLojas .slick-next {
  display: none !important;
}
#onde-encontrar .boxLojasVirtuais .slickLojas .slick-dots button {
  border: none;
  background: #E50077;
}
#onde-encontrar .boxShowrooms .tit {
  padding: 82px 0 57px;
  color: #ffe500;
}
#onde-encontrar .boxShowrooms .mapShowroons {
  width: 100%;
  height: 600px;
}
#onde-encontrar .boxShowrooms #map_canvas {
  width: 100%;
  height: 100%;
}
#onde-encontrar .boxShowrooms .gm-style-iw {
  width: 100%;
}
#onde-encontrar .boxShowrooms .gm-style-iw-d {
  border: 1px solid #CCC;
  background: #FFF;
}
#onde-encontrar .boxShowrooms .gm-style-iw-d span,
#onde-encontrar .boxShowrooms .gm-style-iw-d h2 {
  font: 700 17px 'Montserrat';
  line-height: 130%;
  color: #000;
}
#onde-encontrar .boxShowrooms .gm-style-iw-d span {
  display: block;
  font: 500 14px 'Montserrat';
  line-height: 120%;
}
#onde-encontrar .boxShowrooms .gm-style-iw-d img {
  position: absolute !important;
  top: 5px;
  right: 5px;
}
#onde-encontrar .listShowrooms {
  display: none;
  width: 600px;
  max-width: 100%;
  padding: 55px 0;
}
#onde-encontrar .listShowrooms article {
  display: inline-block;
  width: 47%;
  max-height: 135px;
  margin: 0 5px 25px 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}
#onde-encontrar .listShowrooms a,
#onde-encontrar .listShowrooms p {
  color: #fff;
  font: 500 1.4em 'Montserrat';
  line-height: 130%;
}
#onde-encontrar .listShowrooms a {
  text-decoration: none;
}
#onde-encontrar .listShowrooms .slick-prev,
#onde-encontrar .listShowrooms .slick-next {
  display: none !important;
}
#onde-encontrar .lkTop {
  margin: 52px auto;
  font-size: 2em;
  letter-spacing: 0.2em;
}
#blog {
  background: #f2f2ef;
  /*
	 *	Listagem de posts
	 */
  /*
	 *	Footer
	 */
}
#blog #rodape {
  background: #FFDC00;
}
#blog .tit {
  color: #FFDC00;
  padding-bottom: 39px;
}
#blog .tit strong {
  color: #FFDC00;
}
#blog .main {
  padding-top: 75px;
}
#blog .main .conteudo {
  width: 1377px;
}
#blog .main .titPost,
#blog .main .lkMore {
  text-transform: uppercase;
}
#blog .main .lastPosts figure,
#blog .main .listPosts figure,
#blog .main .lastPosts .inside,
#blog .main .listPosts .inside {
  overflow: hidden;
}
#blog .main .lastPosts p,
#blog .main .listPosts p {
  font: 500 16px 'Montserrat';
  line-height: 130%;
}
#blog .lkMorePost {
  position: absolute;
  left: 34px;
  bottom: 22px;
  font: 700 20px 'Montserrat';
  line-height: 100%;
  color: #FFDC00;
  text-align: center;
  width: 280px;
  max-width: 90%;
  padding: 22px 0;
  background: #E50077;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  /*@media(min-width: 1100px) {
			&:hover {
				color: @color_secondary;
				background: #000;
			}
		}*/
}
#blog .lastPosts h6 {
  font: 500 14px 'Montserrat';
  line-height: 120%;
  color: #fff;
}
#blog .lastPosts p {
  color: #fff;
}
#blog .lastPosts .titPost {
  font: 700 40px 'Montserrat';
  line-height: 100%;
  color: #E50077;
}
#blog .pagerCycle {
  position: absolute;
  left: 28px;
  bottom: 36px;
  z-index: 500;
}
#blog .pagerCycle span {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: #ed2787;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.4;
  filter: alpha(opacity=4);
}
#blog .pagerCycle span.cycle-pager-active {
  opacity: 10;
  filter: alpha(opacity=100);
}
#blog .listPosts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
#blog .listPosts .inside {
  background: #FFDC00;
}
#blog .listPosts h6 {
  font: 500 12px 'Montserrat';
  line-height: 120%;
  color: #fff;
}
#blog .listPosts p {
  color: #fff;
}
#blog .listPosts .titPost {
  font: 700 24px 'Montserrat';
  line-height: 100%;
  color: #E50077;
}
#blog .listPosts .post-lt .txtBox {
  text-align: left;
}
#blog .listPosts .post-lt .lkMore {
  left: 27px;
}
#blog .listPosts .post-rt .txtBox {
  text-align: right;
}
#blog .listPosts .post-rt .lkMore {
  right: 27px;
}
#blog .listPosts .post-rt .txtBox,
#blog .listPosts .post-rt figure {
  float: right;
}
#blog .lkViewMore {
  font: 700 20px 'Montserrat';
  line-height: 100%;
  color: #FFDC00;
  text-transform: uppercase;
  width: 280px;
  max-width: 90%;
  padding: 22px 0;
  background: #E50077;
  letter-spacing: 0.2em;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
@media (min-width: 1100px) {
  #blog .lkViewMore:hover {
    color: #fff;
    background: #000;
  }
}
#blog .footerBlog {
  background: #E50077;
}
#blog #formSearchBlog {
  width: 310px;
  max-width: 100%;
}
#blog #formSearchBlog input,
#blog #formSearchBlog .submit {
  font: 700 20px 'Montserrat';
  line-height: 100%;
  letter-spacing: 0.2em;
  border: 1px solid #FFF;
  border-right: none;
}
#blog #formSearchBlog #busca {
  color: #000;
}
#blog #formSearchBlog #busca.noBg {
  background: transparent;
}
#blog #formSearchBlog .submit {
  color: #000;
  padding: 0;
  width: 100%;
  height: 60px;
  background: #FFDC00;
  border: 1px solid #FFDC00;
}
@media (min-width: 1100px) {
  #blog #formSearchBlog .submit:hover {
    outline-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=7);
  }
}
#blog .listMenusBlog {
  max-width: 222px;
}
#blog .listMenusBlog .tit {
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #FFDC00;
}
#blog .listMenusBlog a {
  font: 500 14px 'Montserrat';
  line-height: 120%;
  color: #000;
}
#blog .listMenusBlog a.active {
  border-bottom: 1px solid #000;
}
@media (min-width: 1100px) {
  #blog .listMenusBlog a:hover {
    text-decoration: underline;
  }
}
/**********************************/
@media (max-width: 1100px) {
  #blog .boxMainPosts {
    padding-bottom: 30px;
  }
  #blog .lastPosts {
    width: 800px;
    max-width: 100%;
  }
  #blog .lastPosts figure,
  #blog .lastPosts .txtBox {
    float: none;
    display: block;
  }
  #blog .lastPosts li,
  #blog .lastPosts .txtBox,
  #blog .lastPosts figure,
  #blog .lastPosts img {
    height: auto;
    width: 100%;
  }
  #blog .lastPosts .txtBox,
  #blog .lastPosts p {
    padding-bottom: 40px;
  }
  #blog .lastPosts .lkMorePost {
    position: relative;
    left: inherit;
    bottom: inherit;
  }
  #blog .pagerCycle {
    position: relative;
    left: inherit;
    bottom: inherit;
    display: block;
    padding-top: 20px;
  }
  #blog .listPosts .lkMorePost {
    bottom: 15px;
  }
  #blog .footerBlog {
    padding-top: 80px;
  }
  #blog .footerBlog #formSearchBlog,
  #blog .footerBlog .listMenusBlog {
    float: none;
  }
  #blog .footerBlog #formSearchBlog {
    display: block;
    padding: 0;
    margin: 0 auto 80px;
  }
  #blog .footerBlog .listMenusBlog {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
  }
}
@media (max-width: 800px) {
  #blog .listPosts {
    display: block;
    width: 100%;
    margin: 0;
  }
  #blog .listPosts li {
    width: 100%;
  }
}
@media (max-width: 680px) {
  #blog .main {
    padding-top: 67px;
  }
  #blog .listPosts li,
  #blog .listPosts .inside,
  #blog .listPosts .txtBox,
  #blog .listPosts figure,
  #blog .listPosts img {
    height: auto;
    width: 100%;
  }
  #blog .listPosts figure,
  #blog .listPosts .txtBox {
    float: none;
    display: block;
  }
  #blog .listPosts .txtBox,
  #blog .listPosts p {
    padding-bottom: 40px;
  }
  #blog .listPosts .txtBox {
    text-align: center !important;
  }
  #blog .listPosts .lkMorePost {
    position: relative;
    display: inline-block;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit;
  }
  #blog .footerBlog .listMenusBlog {
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}
#blog .mainSingle {
  padding-top: 0;
  background: #FFF;
}
#blog .mainSingle .mainTit {
  background: #FFDC00;
}
#blog .mainSingle .sidebar {
  background: #f3f2f2;
}
#blog .mainSingle .listMenusBlog .tit,
#blog .mainSingle .listMenusBlog a {
  color: #000;
  line-height: 130%;
}
#blog .mainSingle .listMenusBlog a.active {
  border-bottom: 1px solid #000;
}
@media (min-width: 1100px) {
  #blog .mainSingle .footerBlog {
    display: none;
  }
}
#blog .singleContent {
  /*p {
			.texto(16px, 110%);
			font-size: 16px;
			color: #000;
		}*/
}
#blog .singleContent .cover {
  border-bottom: 13px solid #E50077;
}
#blog .singleContent .cat {
  font: 500 14px 'Montserrat';
  line-height: 120%;
  color: #000;
}
#blog .singleContent .titPost {
  font: 500 40px 'Montserrat';
  line-height: 110%;
  color: #FFDC00;
}
#blog .singleContent img {
  max-width: 100%;
  height: auto;
}
#blog .singleContent p {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 20px;
  font-family: 'Amaranth' !important;
}
#blog .singleContent p a {
  color: #000;
  font-size: 100%;
}
#blog .singleContent p a:hover {
  text-decoration: underline;
}
#blog .singleContent .titColection {
  font: 500 30px 'Montserrat';
  line-height: 120%;
  color: #E50077;
  font-style: italic;
}
#blog .singleContent .listProducts figure {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
#blog .singleContent .listProducts figure img {
  max-width: 80%;
  max-height: 80%;
}
#blog .singleContent .findProduct {
  font: 700 16px 'Montserrat';
  line-height: 100%;
  letter-spacing: 0.2em;
  color: #000;
  background: #E50077;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
@media (min-width: 1100px) {
  #blog .singleContent .findProduct:hover {
    color: #E50077;
    background: #000;
  }
}
#blog .insideAutor {
  min-height: 223px;
  border-bottom: 12px solid #ffe500;
  background: #FFDC00;
}
#blog .insideAutor figure {
  position: absolute;
  left: -94px;
  bottom: -12px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#blog .insideAutor .name {
  font: 500 24px 'Montserrat';
  line-height: 120%;
  color: #E50077;
}
#blog .pagerBlog a,
#blog .pagerBlog span {
  font: 700 16px 'Montserrat';
  line-height: 100%;
  color: #E50077;
  vertical-align: top;
}
@media (min-width: 1100px) {
  #blog .pagerBlog a:hover {
    text-decoration: underline;
  }
}
/*********************/
@media (max-width: 1100px) {
  #blog .singleContent {
    float: none;
    display: inline-block;
    width: 900px;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  #blog .singleContent .inside {
    padding-left: 20px;
    padding-right: 20px;
  }
  #blog .singleContent .listProducts li {
    width: 45%;
  }
  #blog .boxAutor {
    padding-top: 130px;
  }
  #blog .insideAutor {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  #blog .insideAutor figure {
    position: relative;
    left: inherit;
    bottom: inherit;
    display: block;
    margin: -90px auto 30px;
  }
  #blog .pagerBlog {
    text-align: center;
    padding: 40px 0 0 0;
  }
}
@media (max-width: 480px) {
  #blog .singleContent .listProducts li {
    width: 95%;
  }
}
#super-time {
  /*
	 *	Regulamento
	 */
}
#super-time .main {
  background: #FFDC00 url('../img/bg-super-time.jpg') top left no-repeat;
}
#super-time .main .inside {
  background: #FFDC00;
}
#super-time .main .chamada {
  font: 500 18px 'Montserrat';
  line-height: 130%;
  color: #E50077;
}
#super-time .formSuperTime {
  /*background: url('../img/bg-form-super-time.png') center top no-repeat;
		background-size: cover;*/
  background: #E50077;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
#super-time .formSuperTime .row-form {
  display: flex;
}
#super-time .formSuperTime .col {
  box-sizing: border-box;
  padding: 0 4px;
}
#super-time .formSuperTime .inputFile {
  width: 100%;
  height: 58px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
  border-color: #FFDC00;
  background: #FFDC00 !important;
}
#super-time .formSuperTime .inputFile span {
  display: block;
  width: 100%;
}
#super-time .formSuperTime .inputFile input {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
#super-time .formSuperTime .inputFile span,
#super-time .formSuperTime input[type=submit] {
  color: #E50077;
  background: #FFDC00;
  font: 700 20px 'Montserrat';
  line-height: 100%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#super-time .formSuperTime input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
}
#super-time .formSuperTime input[type=checkbox]:checked + .iconCheck i {
  opacity: 10;
  filter: alpha(opacity=100);
}
#super-time .formSuperTime .txtCheck {
  font: 500 16px 'Montserrat';
  line-height: 120%;
  color: #000;
  cursor: pointer;
}
#super-time .formSuperTime .iconCheck,
#super-time .formSuperTime .iconCheck i {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
#super-time .formSuperTime .iconCheck {
  align-items: center;
  justify-content: center;
  border: 2px solid #FFDC00;
  background: #fff;
}
#super-time .formSuperTime .iconCheck i {
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
}
#super-time .formSuperTime .lkTermos {
  font: 500 100% 'Montserrat';
  line-height: 120%;
  color: #FFDC00;
  text-decoration: underline;
  z-index: 200;
}
#super-time .formSuperTime input[type=submit] {
  width: 305px;
  margin: auto;
  border: none;
}
#super-time .regulamento {
  background: #FFDC00;
  z-index: 200;
}
#super-time .regulamento h2,
#super-time .regulamento .closeReg {
  font: 500 43px 'Montserrat';
  line-height: 120%;
  color: #E50077;
}
#super-time .regulamento p {
  display: block;
  padding-bottom: 34px;
  font: 500 20px 'Montserrat';
  line-height: 130%;
  color: #fff;
}
#super-time .regulamento p a {
  color: #ffffff;
}
#super-time .regulamento p a:hover {
  text-decoration: underline;
}
@media (max-width: 680px) {
  #super-time .main .inside {
    padding-left: 15px;
    padding-right: 15px;
  }
  #super-time .formSuperTime {
    padding: 50px 15px;
  }
  #super-time .formSuperTime .row-form {
    display: block;
    padding-bottom: 0;
  }
  #super-time .formSuperTime .col {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #super-time .formSuperTime .colChck {
    margin-top: 20px;
    padding-left: 0;
  }
}
/*
 *	Chrome
 */
/*
 *	Resolução
 */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .menu:not(.home) {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .hide1024 {
    display: none !important;
  }
  .toggleMenu {
    display: block;
  }
  .responsive {
    position: absolute;
    right: -150%;
    top: 100%;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #E50077;
    background: #E50077;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
  }
  .responsive.active {
    right: 0;
    opacity: 10;
    filter: alpha(opacity=100);
  }
  .menu {
    width: 100%;
    max-width: inherit;
    margin: 0;
  }
  .menu a {
    float: none;
    display: table;
    margin: 0 auto 20px;
  }
  #topo .boxRight,
  .lang,
  .sociais {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .lang {
    padding: 30px 0;
  }
  .sociais {
    padding: 20px 0 0 0;
  }
  .sociais a {
    float: none;
    display: inline-block;
  }
  #home .amoMoleca .txtSide,
  #home .amoMoleca .videoSide {
    margin: 0 auto;
    width: 800px;
    max-width: 90%;
  }
  #home .amoMoleca .txtSide {
    padding: 0 0 50px 0;
  }
  #home .boxLinks {
    padding-bottom: 60px;
  }
  #home .boxLinks a {
    margin: 0 6px 12px;
  }
  #home .boxLinks a.small {
    width: 23%;
  }
  #home .boxLinks a.medium {
    width: 26%;
  }
  #home .boxLinks a.big {
    width: 44%;
  }
  #home .boxLinks img {
    width: 100%;
    min-height: auto;
  }
  #home .boxLinks span {
    font-size: 2.5em;
  }
  #home .boxLinks svg {
    width: 50px;
  }
  #home .boxNews {
    padding-bottom: 60px;
  }
  #home .boxNews #formNews {
    width: 65%;
  }
  #colecao .navCategorias.first,
  #produto .navCategorias.first {
    height: 437px;
  }
  #colecao .navCategorias:last-child,
  #produto .navCategorias:last-child {
    height: 225px;
  }
  #colecao .navCategorias span,
  #produto .navCategorias span {
    font-size: 4em;
  }
  #colecao .navCategorias .catBotas,
  #produto .navCategorias .catBotas {
    width: 53.5%;
  }
  #colecao .cabecalho,
  #produto .cabecalho {
    padding-bottom: 30px;
  }
  #colecao .cabecalho .tit,
  #produto .cabecalho .tit,
  #colecao .cabecalho .navCabecalho,
  #produto .cabecalho .navCabecalho,
  #colecao .cabecalho .navCabecalho a,
  #produto .cabecalho .navCabecalho a {
    float: none;
    display: inline-block;
  }
  #colecao .cabecalho .navCabecalho,
  #produto .cabecalho .navCabecalho {
    padding-top: 50px;
  }
  #colecao .cabecalho .navCabecalho a,
  #produto .cabecalho .navCabecalho a {
    margin: 0 10px 20px;
  }
  #produto .sideFotos .mainImg {
    height: 429px;
  }
  #produto .boxRelacionados .slickProdutos .slick-dots {
    display: block !important;
  }
  #produto .ondeComprar #formComprar .col-30 {
    width: 27%;
  }
  #produto .results .rowLoja {
    padding: 15px 0;
  }
  #produto .results .colTelefone {
    justify-content: center;
    text-align: center;
  }
  #produto .results .colTelefone p,
  #produto .results .colTelefone .lkMorePhones {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #produto .results .colTelefone p {
    padding: 0 0 10px 0;
  }
  #onde-encontrar #formComprar .col-30 {
    width: 27%;
  }
  #onde-encontrar .results .rowLoja {
    padding: 15px 0;
  }
  #onde-encontrar .results .colTelefone {
    justify-content: center;
    text-align: center;
  }
  #onde-encontrar .results .colTelefone p,
  #onde-encontrar .results .colTelefone .lkMorePhones {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #onde-encontrar .results .colTelefone p {
    padding: 0 0 10px 0;
  }
  #marca {
    /*.cabecalho .tit,
	.sideTxt,
	.sideImg {
		float: none;
		display: block;
		margin: 0 auto
	}*/
  }
  #marca .sideTxt,
  #marca .sideImg {
    width: 600px;
    max-width: 100%;
    float: none;
    display: inline-block;
  }
  #marca .sideImg {
    position: relative;
    top: inherit;
    right: inherit;
    padding: 100px 15px 0 15px;
    box-sizing: border-box;
  }
  #marca .sideImg figure {
    width: 40.5%;
  }
  #marca .sideTxt .sociais {
    margin: 20px auto;
  }
  #marca .main .tit,
  #marca .sideTxt p {
    text-align: center;
  }
  #marca .lkColecao {
    display: inline-block;
  }
}
@media only screen and (max-width: 800px) {
  .hide768 {
    display: none !important;
  }
  #home .listPosts p {
    font: 500 10px 'Montserrat';
    width: 90%;
  }
  #home .lkMorePost {
    font: 700 10px 'Montserrat';
    width: 120px;
    padding: 11px 0;
  }
  #home .txt-campanha {
    font-size: 40px !important;
  }
  #home .main #topo {
    padding-right: 0;
  }
  #home .main .sidebar {
    width: 45%;
  }
  #home .main figure {
    margin-right: -5%;
  }
  #home .amoMoleca .contentBox {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #home .boxNews .titBox,
  #home .boxNews #formNews {
    float: none;
    display: inline-block;
  }
  #home .boxNews .titBox {
    font-size: 6em;
    padding-left: 0;
  }
  #home .boxNews #formNews {
    padding-top: 30px;
    width: 500px;
    max-width: 100%;
  }
  #home .boxNews #formNews .column {
    float: none;
    display: block;
    width: 100% !important;
    padding-bottom: 10px;
  }
  #produto .sideFotos .mainImg {
    height: 355px;
  }
  #produto .thumbs li,
  #produto .thumbs .next {
    height: 143px;
  }
  #produto .boxRelacionados .slickProdutos {
    width: 100%;
  }
  #produto .boxLojasVirtuais .listalojas .item {
    height: 150px;
  }
  #onde-encontrar .boxLojasVirtuais .listalojas .item {
    height: 150px;
  }
}
@media only screen and (max-width: 680px) {
  .hide600 {
    display: none !important;
  }
  .listaProdutos .iem {
    width: 33%;
    height: 220px;
  }
  #home {
    /*.boxNews {
		.titBox,
		#formNews {
			float: none;
			display: inline-block;
		}

		.titBox {font-size: 6em;}

		#formNews {
			padding-top: 30px;
			width: 500px;
			max-width: 100%;

			.column {
				float: none;
				display: block;
				width: 100% !important;
				padding-bottom: 10px;
			}
		}
	}*/
  }
  #home .main {
    width: 100%;
    left: inherit;
    z-index: 900;
    padding: 0;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  #home .main #topo {
    position: relative;
    right: inherit;
    top: inherit;
    padding: 0;
    height: 120px;
    text-align: center;
  }
  #home .main .sidebar {
    width: 100%;
  }
  #home .main .logo {
    float: left;
    top: 50%;
    left: 2%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  #home .main .toggleMenu {
    display: block;
  }
  #home .main .responsive {
    position: absolute;
    right: -150%;
    top: 100%;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #E50077;
    background: #E50077;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
  }
  #home .main .responsive.active {
    right: 0;
    opacity: 10;
    filter: alpha(opacity=100);
  }
  #home .main .menu {
    width: 100%;
    margin: 0;
  }
  #home .main .menu a {
    float: none;
    display: table;
    margin: 0 auto 20px;
  }
  #home .main .sociais {
    text-align: center;
  }
  #home .amoMoleca {
    padding: 40px 0;
  }
  #home .amoMoleca .contentBox {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #home .amoMoleca .contentBox h4 {
    font-size: 3em;
  }
  #home .amoMoleca .contentBox p {
    font-size: 1.4em;
  }
  #home .boxLinks a {
    width: 400px !important;
    max-width: 47%;
    height: 250px;
    margin: 0 3px 6px;
    overflow: hidden;
  }
  #home .boxLinks img {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: 100%;
  }
  #home .boxLinks span {
    font-size: 2em;
  }
  #colecao .titPg,
  #produto .titPg {
    padding: 50px 0;
    text-align: center;
  }
  #colecao .titPg aside,
  #produto .titPg aside,
  #colecao .titPg #formSearch,
  #produto .titPg #formSearch {
    float: none;
    display: inline-block;
  }
  #colecao .titPg #formSearch,
  #produto .titPg #formSearch {
    padding-top: 50px;
  }
  #colecao .navCategorias,
  #produto .navCategorias {
    width: 400px;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
  }
  #colecao .navCategorias .sideLeft,
  #produto .navCategorias .sideLeft,
  #colecao .navCategorias a,
  #produto .navCategorias a {
    float: none;
    display: inline-block;
    width: 100% !important;
  }
  #colecao .navCategorias a,
  #produto .navCategorias a {
    margin-bottom: 10px;
  }
  #colecao .navCategorias span,
  #produto .navCategorias span {
    font-size: 3em;
  }
  #colecao .produtos .topProdutos .titCat,
  #produto .produtos .topProdutos .titCat,
  #colecao .main .topProdutos .titCat,
  #produto .main .topProdutos .titCat,
  #colecao .produtos .topProdutos .form,
  #produto .produtos .topProdutos .form,
  #colecao .main .topProdutos .form,
  #produto .main .topProdutos .form {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #colecao .produtos .topProdutos .titCat,
  #produto .produtos .topProdutos .titCat,
  #colecao .main .topProdutos .titCat,
  #produto .main .topProdutos .titCat {
    padding: 20px 0;
  }
  #produto .sideFotos,
  #produto .sideInfos {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #produto .sideFotos {
    width: 100%;
  }
  #produto .sideInfos {
    width: 400px;
    max-width: 100%;
    padding-top: 30px;
  }
  #produto .sideInfos h5,
  #produto .sideInfos h6 {
    text-align: center;
  }
  #produto .thumbs .next {
    width: 26.5%;
  }
  #produto .boxRelacionados {
    padding: 50px 0;
    margin-top: 20px;
  }
  #produto .boxRelacionados .tit {
    padding-bottom: 30px;
  }
  #produto .boxRelacionados .slickProdutos {
    width: 400px;
    max-width: 100%;
  }
  #produto .boxRelacionados .slickProdutos .item {
    height: 175px;
  }
  #produto .ondeComprar {
    padding: 50px 0;
  }
  #produto .ondeComprar .tit {
    padding-bottom: 30px;
  }
  #produto .ondeComprar #formComprar {
    width: 500px;
    max-width: 100%;
  }
  #produto .ondeComprar #formComprar .column {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  #produto .results {
    padding-top: 0;
  }
  #produto .results .rowLoja {
    display: block;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
  }
  #produto .results .rowLoja.morePhones p {
    line-height: 150%;
  }
  #produto .results .colLoja,
  #produto .results .colEndereco,
  #produto .results .colTelefone {
    float: none;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  #produto .boxLojasVirtuais {
    padding: 50px 0;
  }
  #produto .boxLojasVirtuais .tit {
    padding-bottom: 30px;
  }
  #produto .btnShare {
    display: inline-block;
    margin-bottom: 30px !important;
  }
  #produto .boxShare #formMail {
    display: block;
    margin: 20px auto 0 auto;
  }
  #onde-encontrar #formComprar {
    width: 500px;
    max-width: 100%;
  }
  #onde-encontrar #formComprar .column {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  #onde-encontrar .results {
    padding-top: 0;
  }
  #onde-encontrar .results .rowLoja {
    display: block;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
  }
  #onde-encontrar .results .rowLoja.morePhones p {
    line-height: 150%;
  }
  #onde-encontrar .results .colLoja,
  #onde-encontrar .results .colEndereco,
  #onde-encontrar .results .colTelefone {
    float: none;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  #onde-encontrar .boxLojasVirtuais {
    padding: 50px 0;
  }
  #onde-encontrar .boxLojasVirtuais .tit {
    padding-bottom: 30px;
  }
  #onde-encontrar .boxLojasVirtuais .slickLojas {
    display: inline-block;
  }
  #onde-encontrar .boxShowrooms .tit {
    padding: 40px 0;
  }
  #onde-encontrar .listShowrooms {
    display: inline-block;
  }
  #contato .main {
    padding: 50px 0;
  }
  #contato #formContato aside {
    float: none;
    display: inline-block;
    width: 500px;
    max-width: 100%;
  }
  #contato #formContato .row {
    padding-bottom: 0;
  }
  #contato #formContato .column {
    width: 100% !important;
    padding-bottom: 6px;
  }
  #contato #formContato select {
    background-position: 95% 50% !important;
  }
  #contato .msgHover {
    right: 60%;
  }
  #contato .boxLink aside {
    float: none;
    display: inline-block;
    width: 500px;
    max-width: 100%;
    height: auto;
  }
  #contato .boxLink aside.fl {
    margin-bottom: 20px;
  }
  #contato .boxLink aside h5 {
    margin-top: 50px;
  }
  #contato .boxLink aside a {
    margin-bottom: 50px;
  }
  #contato .boxLink img {
    height: auto;
    width: 100%;
  }
  /*
 *	Camapanha
 */
  #campanha .slickCampanha {
    padding-bottom: 50px;
  }
  #campanha .slickCampanha .slick-dots {
    display: inline-block !important;
  }
  #campanha .slickCampanha .slick-prev,
  #campanha .slickCampanha .slick-next {
    display: none !important;
  }
  #campanha .boxFilm {
    margin-bottom: 50px;
  }
  #campanha .boxFilm .tit {
    padding-bottom: 50px;
  }
  #campanha .boxFilm .boxVideo {
    height: 400px;
  }
}
@media only screen and (max-width: 580px) {
  #home .titPost {
    font: 700 10px 'Montserrat' !important;
    padding-bottom: 5px !important;
    width: 100% !important;
  }
  #home .listPosts p {
    font: 500 8px 'Montserrat' !important;
    width: 90% !important;
    margin-bottom: 10px;
  }
  #home .lkMorePost {
    font: 700 6px 'Montserrat';
    width: 80px;
    padding: 6px 0;
  }
  #home .txt-campanha {
    font-size: 30px !important;
  }
  .hide480 {
    display: none !important;
  }
  .tit {
    font-size: 3em;
  }
  /*
 *	Popup
 */
  .popup .mobile {
    display: block;
  }
  #rodape {
    height: auto;
    padding: 30px 0;
  }
  #rodape .copy,
  #rodape .assinatura {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #rodape .copy {
    padding-bottom: 20px;
  }
  .logo img {
    width: 160px;
    margin-top: -5px;
  }
  .listaProdutos .item {
    height: 180px;
  }
  .listaProdutos .ref {
    font-size: 1.2em;
  }
  #colecao .titPg .subtit,
  #produto .titPg .subtit {
    font-size: 1.5em;
  }
  #colecao .titPg #formSearch,
  #produto .titPg #formSearch {
    width: 350px;
  }
  #colecao .titPg #formSearch input,
  #produto .titPg #formSearch input {
    float: none;
    display: inline-block;
    width: 100% !important;
    margin: 0 auto 5px;
  }
  #colecao .cabecalho .navCabecalho,
  #produto .cabecalho .navCabecalho {
    width: 100%;
  }
  #colecao .cabecalho .navCabecalho a,
  #produto .cabecalho .navCabecalho a {
    display: table;
    margin: 0 auto 20px;
  }
  #colecao .produtos .topProdutos .form .column,
  #produto .produtos .topProdutos .form .column,
  #colecao .main .topProdutos .form .column,
  #produto .main .topProdutos .form .column {
    width: 100% !important;
    padding-bottom: 15px;
  }
  #colecao .produtos .topProdutos .form .submit,
  #produto .produtos .topProdutos .form .submit,
  #colecao .main .topProdutos .form .submit,
  #produto .main .topProdutos .form .submit {
    float: none;
    display: inline-block;
    width: 230px;
  }
  #produto .sideFotos .mainImg {
    height: 235px;
  }
  #produto .thumbs .next,
  #produto .thumbs li {
    height: 95px;
  }
  #produto .thumbs .next i.vert {
    height: 43px;
    width: 10px;
  }
  #produto .thumbs .next i.horiz {
    height: 10px;
    width: 43px;
  }
  #produto .sideInfos a span {
    font-size: 1.5em;
    padding: 12px 0;
  }
  #onde-encontrar .tit,
  #onde-encontrar .navCabecalho {
    float: none;
    display: inline-block;
  }
  #onde-encontrar .cabecalho .navCabecalho {
    width: 100%;
    padding-top: 50px;
  }
  #onde-encontrar .cabecalho .navCabecalho a {
    display: table;
    margin: 0 auto 20px;
  }
  #contato .main {
    min-height: auto;
  }
  #contato .infosBottom .sep {
    display: block;
    margin: 4px auto;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  /*
 *	Camapanha
 */
  #campanha .boxFilm .boxVideo {
    height: 180px;
  }
  /*
 *	Marca
 */
  #marca .sideImg figure {
    width: 39%;
  }
}
@media only screen and (max-width: 390px) {
}
