﻿/*Setup*/
h1, h2, h3, h4, h5, input {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

p, a, button, label, span, td {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.color-lbl-cupom.font {
  color: #2E2D37;
  opacity: 0.5;
}
.color-blue-modal.font {
  color: #2F80ED;
}
.color-blue-modal.font .link {
  color: #2F80ED;
  font-weight: 700;
}
.color-default.font {
  color: #2E2D37;
}
.color-purple.font {
  color: #9B51E0;
}
.color-white.font {
  color: #fff;
}
.color-light-gray.font {
  color: #696977; /*#696977*/
}
.color-dark-gray.font {
  color: #2E2D37;
}
.color-gray-2.font {
  color: #747474;
}
.color-place-gray.font {
  color: #AEAEBA; /*#AEAEBA*/
}
.color-warning.font {
  color: #FF9900;
}
.color-red.font {
  color: #F3123C;
}
.color-red.btn.font:hover {
  color: rgb(199.8795180723, 10.1204819277, 45.5421686747);
}
.color-green.font {
  color: #27AE60;
}
.color-blue.font {
  color: #173A67;
}
.color-light-blue.font {
  color: #2F80ED;
}

.size-10.font {
  font-size: 10px;
}
.size-12.font {
  font-size: 12px;
}
.size-13.font {
  font-size: 13px;
}
.size-14.font {
  font-size: 14px;
}
.size-16.font {
  font-size: 16px;
}
.size-18.font {
  font-size: 18px;
}
.size-20.font {
  font-size: 20px;
}
.size-22.font {
  font-size: 22px;
}
.size-24.font {
  font-size: 24px;
}
.size-28.font {
  font-size: 28px;
}
.size-30.font {
  font-size: 30px;
}
.size-32.font {
  font-size: 32px;
}
.size-38.font {
  font-size: 38px;
}
.size-45.font {
  font-size: 45px;
}

.w-100.font {
  font-weight: 100;
}
.w-400.font {
  font-weight: 400;
}
.w-500.font {
  font-weight: 500;
}
.w-600.font {
  font-weight: 600;
}
.w-700.font {
  font-weight: 700;
}
.w-normal.font {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.font.text-underline-none {
  text-decoration: none;
}
.font.text-strikethrough span {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.font.text-strikethrough span:after {
  content: "";
  display: block;
  width: 100%;
  height: 55%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 3px solid #27AE60;
}
