/*Auxiliary elements*/

.cur-pointer {
	cursor: pointer;
}

.fs23 {
	font-size: 23px;
}

.fs35 {
	font-size: 35px;
}

.bb1 {
	border-bottom: 1px solid rgba(160,160,160,0.2);
}

.mb5 {
	margin-bottom: 5px;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mw_1000 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px;
}

.img-w50 {
	width: 50px !important;
	margin: 5px;
	background: whitesmoke;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 2px whitesmoke;
}

.m5 {
	margin: 5px;
}

.margin3_5 {
	margin: 3% 5% !important;
}

.pp {
    font-family: 'Rubik', sans-serif !important;
}

.d-flex-item-center {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.tdu {
	text-decoration-line: underline;
	text-decoration: underline;
}

.lh12 {
	line-height: 1.2 !important;
}

.h6, h6 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.c_white {
	color: white !important;
}

.w100per {
	width: 100% !important;
}

.w60per {
	width: 60%;
}

.w50per {
	width: 50%;
}

.pad50_0 {
	padding: 50px 0;
}

.pad20_0 {
	padding: 20px 0;
}

.bl-invest {
    border-left: 1px solid rgba(160,160,160,0.2) !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt3_pb3 {
	padding-top: 3% !important;
    padding-bottom: 3% !important;
}

.mr0 {
	margin-right: 0 !important;
}

.fwb {
	font-weight: bolder !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb2 {
	margin-bottom: 2px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.ttu {
	text-transform: uppercase;
}

.mr7 {
	margin-right: 7px !important;
}

.ml7 {
	margin-left: 7px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.talc_tawc {
  	text-align: center;
  	text-align: -webkit-center;
}

.talc_tawc_2 {
	text-align: center;
	text-align: -webkit-center;
	text-align-last: center;
	place-content: center;
	justify-content: center;
	align-items: center;
}

.color_w {
	color: whitesmoke !important;
}

.fs25 {
	font-size: 25px !important;
}

.fs20 {
	font-size: 20px !important;
}

.d7 {
	width: 0;
	height: 0;
	border-top: 100px solid #CDE5E1;
	border-right: 100px solid transparent;
}

.mw300_adapt {
	max-width: 300px;
}

.mw300_adapt_2 {
	max-width: 300px;
}

.mw560 {
	max-width: 560px !important;
}

.pad3_adept {
	padding: 0 3%;
}

.fs15rem {
	font-size: 1.5rem;
}

.d-flex {
	display: flex;
	align-items: center;
}

.jcc {
    justify-content: center;
}

.w500adept {
	width: 500px !important;
}

.pd24px {
	padding: 0px !important;
}

.m0 {
	margin: 0;
}

.br-invest {
	border-right: 1px solid rgba(160,160,160,0.2);
}

.bl-invest {
    border-left: 1px solid rgba(160,160,160,0.2);
}

.last-oper {
	margin: 1% !important;
	background: #38434f;
	max-width: 800px;
}
