:root {
  --main-color: #000099;
  --second-color: #484851;;
  --third-color: #484851;;
}

.main-bg{
	background-color: var(--main-color);
}
.main-color{
	color: var(--main-color);
}

.black{color: black !important;}
.blue{color: var(--main-color)}
.purple{color: var(--second-color)}
.green{color: var(--third-color)}
.yellow{color: #ffdd00 !important}
.white{color: white}
.red{color: red !important}
.wine{ color: rgba(201,3,68,1) }
.earth{ color: background: rgb(208,171,122)  }

.black-bg{background: black !important}
.blue-bg{background: var(--main-color)}
.purple-bg{background: var(--second-color)}
.green-bg{background: var(--third-color)}

/*.yellow-bg{background: #ffdd00 !important;}*/
.yellow-bg{background:rgba(254,220,69,.7) !important}
.white-bg{background: white;}
.gray-bg{background: #eee}
.wine-bg{background: rgba(201,3,68,1)}
.fb-bg{background-color: #3b5999}
.lead-bg{background-color: #f3f3f3}
.earth-bg{ background: rgb(208,171,122) }
.main-bg{background: #34495E !important}
.header-bg{background: #08086B !important}

.PEN:before{ content:"S/ "; }
.USD:before{ content:"$ "; }
.EUR:before{ content:"€ "; }

.shadow{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.65);
}
.bold{
	font-weight: bold;
}

.line-through{
	text-decoration: line-through;
}
