:root {
  --color-invest-prima: #000;
  --color-invest-secun: #353A41;
  --color-primary-blue: #0B2DCE;
}

[tabindex="0"] {
  cursor: pointer;
}

[tabindex="0"]:focus {
  outline: transparent;
}

.pd-top-10 {
  padding-top: 10px;
}

.pd-top-20 {
  padding-top: 20px;
}

.pd-top-30 {
  padding-top: 30px;
}

.pd-lft-10 {
  padding-left: 10px;
}

.pd-lft-20 {
  padding-left: 20px;
}

.pd-btm-10 {
  padding-bottom: 10px;
}

.pd-btm-20 {
  padding-bottom: 20px;
}

.pd-btm-30 {
  padding-bottom: 30px;
}


.mg-btm-20 {
  margin-bottom: 20px;
}

.mg-btm-30 {
  margin-bottom: 30px;
}

.mg-btm-40 {
  margin-bottom: 40px;
}

.mg-btm-50 {
  margin-bottom: 50px;
}

.mg-btm-60 {
  margin-bottom: 50px;
}

.mg-btm-80 {
  margin-bottom: 80px;
}

.font-12 {
  font-size: 12px;
  line-height: calc(12px + 4px);
}

.font-14 {
  font-size: 14px;
  line-height: calc(14px + 4px);
}

.font-18 {
  font-size: 18px;
  line-height: calc(18px + 4px);
}

.font-24 {
  font-size: 24px;
  line-height: calc(24px + 4px);
}

.font-35 {
  font-size: 35px;
  line-height: calc(35px + 4px);
}

.font-40 {
  font-size: 40px;
  line-height: 44px;
}

.font-50 {
  font-size: 50px;
  line-height: calc(50px + 4px);
}

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

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

.text-uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.color-invest-prima {
  color: var(--color-invest-prima);
}
.color-invest-secun {
  color: var(--color-invest-secun);
}

.color-white {
  color: white;
}

.color-one {
  color: #1633a2 !important;
}

.color-two {
  color: #455560;
}

.color-three {
  color: #7A6855;
}

.color-four {
  color: #6A798B;
}

.bg-white {
  background-color: white;
}

.bg-blue {
  background-color: #1633a2;
}

.bg-blue-three {
  background-color: #00aec7;
}

.bg-blue-light {
  background-color: #f2f5fa;
}

.bg-gray-light {
  background-color: #f1f1f1;
}

.bg-gray-light-2 {
  background-color: #F9F9F9;
}

.bg-yellow {
  background-color: #FFE900;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.underline {
  text-decoration: underline;
}