:root {
    --jaimemondys-purple-color: #272262;
    --haylem-orange-color: #f16625;
}

.maintitle {
	font-size: 1.5rem;
	color: #118af5;
	font-weight: bold;
	line-height: 1.75rem;
	padding-top: 20px;
	padding-bottom: 10px;
}

.subtitle {
	font-size: 1.2rem;
	color: #81b301;
	line-height: 1.25rem;
	padding-top: 5px;
	padding-bottom: 5px;
}

.textyellow {
	color: #FFFF00;
}

.textred {
	color: #F00;
}

.textreddark {
	color: #7a0000;
}

.textpink {
	color: #ffaad4;
}

.textwhite {
	color: #FFF !important;
}

.textblack {
	color: #000;
}

.textgreendark {
	color: #569037;
}

.textgreen {
	color: #88c568;
}

.textgreen-lime {
	color: #b6cc28;
}

.textorange {
	color: #F16625;
}

.textbluexdark {
	color: #001835;
}

.textlexibarblue {
	color: #262262;
}

.textbluedark {
	color: #272262;
}

.textblue {
	color: #0080C5 !important;
}

.textgraydark {
	color: #3C3C3C;
}

.textgray {
	color: #999;
}

.textgraylight {
	color: #CCC;
}

a.green-lime-hover:hover {
	color: #b6cc28;
}

a.white-hover:hover {
	color: white;
}

.textxxx-small {
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.textxx-small {
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.textx-small {
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
	font-family: "Nunito", Arial, Helvetica, sans-serif;
}

.textsmall {
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.textmedium {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.0625rem;
}

.textlarge {
	font-size: 2.4rem;
	line-height: 1.3;
}

.textx-large {
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 400;
}

.text2x-large {
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.05rem;
}

.text3x-large {
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

.text4x-large {
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

.text5x-large {
	font-size: 4.9rem;
	line-height: 1.1;
	letter-spacing: 0.1rem;
}

.text-jumbo {
	font-size: 6rem;
	line-height: 1;
}

.text-jumbo-mp {
	font-size: 6rem;
	line-height: 1;
	font-family: "Poppins";

}

@media screen and (max-width: 1200px) {
	.text5x-large {
		font-size: 3.6rem;
	}

	.text-jumbo {
		font-size: 5rem;
	}
}

.letterspacing-0-5 {
	letter-spacing: -0.5px;
}

.letterspacing0 {
	letter-spacing: 0;
}

.letterspacing1 {
	letter-spacing: 1px;
}

.letterspacing2 {
	letter-spacing: 2px;
}

.lineheight1 {
	line-height: 1;
}

.lineheight1-5 {
	line-height: 1.5;
}

.lineheight2 {
	line-height: 2;
}

.lineheight3 {
	line-height: 3;
}

.textbold {
	font-weight: bold;
}

.text-light-bold {
	font-weight: 500;
}

.text-lightx-bold {
	font-weight: 600;
}

.textunderline {
	text-decoration: underline;
}

.underline-white {
	text-decoration-color: white;
}

.text-no-transform {
	text-transform: none !important;
}

.text-no-decoration {
	text-decoration: none;
}

.text-no-decoration:hover {
	text-decoration: none;
}

.textshadow {
	text-shadow: 2px 2px #000000;
}

.dotted {
	border-bottom: 1px dotted #81b301;
	/*	line-height: 22px;*/
}

.italic {
	font-style: italic;
}

.line-through {
	text-decoration: line-through;
}

.activelink {
	color: #168EF4;
	font-weight: bold;
}

.blueBackground {
	background: #118AF5;
	background: linear-gradient(#3CB1F7 0%, #118AF5 40%, #118AF5 50%, #3CB1F7 100%);
}

.light-gray-background {
	background-color: #eeeeee;
}

.light-blue-background {
	background-color: #D4D3E0;
}

.transparent-white-bg {
	background-color: rgba(255, 255, 255, 0.75);
	border: white solid 5px;
}

.white-bg {
	background-color: white;
}

.bluexdark-bg {
	background-color: #001835;
}

.bluedark-bg {
	background-color: #272262;
}

.blue-bg {
	background-color: #0080c5;
}

.blue2-bg {
	background-color: #5ea4d7;
}

.bluelight-bg {
	background: rgba(19, 168, 245, 0.25);
}

.jaime-mon-dys-primary-bg {
	background-color: #f16625;
}

.jaime-mon-dys-secondary-bg {
	background-color: #efa788;
}

.jaime-mon-dys-blue-light-bg {
	background-color: #5e84b3;
}

.jaime-mon-dys-blue-dark-bg {
	background-color: #272262;
}

.jaime-mon-dys-tertiary-bg {
	background-color: #c8db4e;
}

.title1 {
	font-size: 6rem;
	line-height: 1;
	font-family: 'Poppins';
	font-weight: bold;
}

.title2 {
	font-size: 4.9rem;
	line-height: 1.1;
	letter-spacing: 0.1rem;
	font-family: 'Poppins';
	font-weight: bold;
}

.title3 {
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	font-family: 'Poppins';
	font-weight: bold;
}

.title4 {
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	font-family: 'Poppins';
}

.title5 {
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.05rem;
	font-family: 'Poppins';
}
