* {
	margin: 0px;
	box-sizing: border-box;
}
:root {
	--color: #1B0795;
	--zagolovok: #001D83;
}
:root {
	--main-url: "http://vips.cadipel.com.ar";
}
html, body {
	width: 100%;
	height: 100%;
	font-family: Roboto;
	font-size: 12px;
	box-sizing: border-box;
}
.right, .left, .center {
	display:flex;
    align-items: center;
}
.right { justify-content: flex-end; }
.left { justify-content: flex-start; }
.center { justify-content: center; }
.img_gen {
	width: 100%;
}
.cursor {
	cursor:pointer;
}
.loading {
	width: 55px;
}
.font-icone {
	font-size: 18px;
	margin: 0 5px;
}
.menu_selected {
	background-color: #66ccff;
}
.red { color: #FF0000; }
.green { color: #009900; }
body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
    flex-direction: column;
}
.bt {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
	width: 220px;
	height: 50px;
	background-color: #2692D3;
	border-radius: 5px;
	padding: 5px;
	margin: 0 5px;
	cursor: pointer;
	box-shadow: 2px 2px 3px #AAA;
}
.bt:hover {
	transition-duration: 0.3s;
	box-shadow: 3px 3px 10px #AAA;
}

.rbt {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
	width: 95%;
	height: 50px;
	background-color: #2692D3;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
	cursor: pointer;
}
.bt_ico {
	width: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #FFF;
	font-size: 20px;
}
.bt_txt {
	flex-grow: 1;
	text-align: center;
	color: #FFF;
	font-size: 25px;
}

.contener {
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	display: flex;
}
.center {
	width: 100%;
	flex-grow: 1;
}
.top_border, .bottom_border {
	height: 15px;
	width: 100%;
}
.left_border, .right_border {
	width: 15px;
	height: 100%;
}
.top_border {
	display: flex;
    flex-direction: row;
}
.top_bg1 { width: 30%; background-color: #009FDC; }
.top_bg2 { flex-grow:1; background-color: #D3F7FF; }

.bottom_border {
	display: flex;
    flex-direction: row;
}
.bottom_bg1 { width: 20%; background-color: #F4A220; }
.bottom_bg2 { flex-grow:1; background-color: #D3F7FF; }
.bottom_bg3 { width: 40%; background-color: #0047A3; }

.left_border {
	display: flex;
    flex-direction: column;
}
.left_bg1 { height: 15%; background-color: #009FDC; }
.left_bg2 { flex-grow:1; background-color: #D3F7FF; }
.left_bg3 { height: 10%; background-color: #F4A220; }

.right_border {
	display: flex;
    flex-direction: column;
}
.right_bg1 { flex-grow:1; background-color: #D3F7FF; }
.right_bg2 { height: 15%; background-color: #0047A3; }

.top_bg1, .top_bg2, .bottom_bg1, .bottom_bg2, .bottom_bg3, .left_bg1, .left_bg2, .left_bg3, .right_bg1, .right_bg2 { 
	padding: 5px;
}
.rlend_box { display: none; }
.lend_box {
	box-sizing: border-box;
	width: 100%;
	flex-grow: 1;
	display: flex;
    flex-direction: column;
}
.lend_top {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	position: relative;
}
.lend_top_logo {
	width: 500px;
	padding: 10px 0 0 50px;
}
.lend_top_bt_box {
	padding: 20px 20px 0 0;
	box-sizing: border-box;
	flex-grow: 1;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-top;
	flex-wrap: wrap;
}
.menu_head, .menu_head1 {
	height: 50px;
	font-size: 24px;
	color: #000065;
	padding: 7px 10px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
}
.menu_head:hover {
	background-color: #e6eeff;
	border-radius: 5px;
}
.lend_center {
	flex-grow: 1;
	display: flex;
    flex-direction: row;
}
.lend_txt_box {
	display: flex;
    flex-direction: column;
	width: 35%;
	margin: 50px 0 0 50px;
}
.lend_txt_zag1, .lend_txt_zag2 {
	font-weight: 900;
	font-size: 70px;
	color: #0047A3;
	font-style: italic;
	text-align: right;
	padding: 0 30px;
}
.lend_txt_zag2 {
	text-align: left;
}
.lend_txt_txt {
	font-size: 23px;
	line-height: 27px;
	text-align: justify;
	color: #052555;
	margin-top: 20px;
}
.lend_txt_bt_box {
	margin-top: 30px;
	width: 100%;
	display: flex;
    justify-content: flex-end;
}
.lend_bg_box {
	flex-grow: 1;
	padding: 0 30px 10px 50px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*****************/
.lend_bg_img, .rlend_bg_img {
	position: relative;
	width: 100%;
}
.fon_img0, .fon_img1, .fon_img2, .fon_img3, .fon_img4, .fon_img5, .fon_img6, .fon_img7, .fon_img8, .fon_img9, .fon_img10, .fon_img11, .fon_img12 {
	position: absolute;
}
.fon_img0 {
	bottom: 4%;
	left: 25%;
	height: 75%;
}
.fon_img2 {
	bottom: 4%;
	left: 25%;
	width: 50%;
	z-index: 2;
}
.fon_img3 {
	bottom: 48.5%;
	left: 45%;
	width: 27%;
	animation: card 10s ease-in-out infinite;
	animation-delay: 0s;
	z-index: 1;
}
.fon_img4 {
	bottom: 4%;
	left: 3%;
	height: 45%;
	animation: people 5s ease-in-out infinite;
	animation-delay: 1s;
}
.fon_img5 {
	bottom: 4%;
	left: 13%;
	height: 60%;
	animation: people 10s ease-in-out infinite;
	animation-delay: 0.7s;
}
.fon_img6 {
	bottom: 78%;
	left: 27%;
	width: 17%;
}
.fon_img7 {
	bottom: 28%;
	left: 58%;
	width: 15%;
	z-index: 3;
}
.fon_img8 {
	bottom: 4%;
	left: 72%;
	width: 10%;
	z-index: 4;
	animation: people 7s ease-in-out infinite;
	animation-delay: 0.5s;
}
.fon_img9 {
	bottom: 4%;
	left: 85%;
	width: 8%;
	animation: people 5s ease-in-out infinite;
	animation-delay: 0s;
}
.fon_img10 {
	bottom: 20%;
	left: 37%;
	width: 2%;
	z-index: 5;
	animation: star 1s ease-in-out infinite;
	animation-delay: 0s;
}
.fon_img11 {
	bottom: 8%;
	left: 28%;
	width: 2%;
	z-index: 5;
	animation: star 1.3s ease-in-out infinite;
	animation-delay: 0.4s;
}
.fon_img12 {
	bottom: 4%;
	left: 48%;
	width: 2%;
	z-index: 5;
	animation: star 1s ease-in-out infinite;
	animation-delay: 0.8s;
}


@keyframes star {
	0% {
		transform: scale(1) rotate(0turn);
		opacity: 1;
	}
	100% {
		transform: scale(8) rotate(0.25turn);
		opacity: 0;
	}
}
@keyframes people {
	0% {	transform: scale(1) translate(0px, 0px);	}
	20% {	transform: scale(1.01) translate(3px, 3px);	}
	40% {	transform: scale(1.02) translate(5px, -3px);	}
	60% {	transform: scale(1.05) translate(7px, 0px);	}
	80% {	transform: scale(1.02) translate(3px, -2px);	}
	100% {	transform: scale(1);	}
}
@keyframes card {
	0% {	transform: translate(0px, 0px) rotate(0turn);	}
	50% {	transform: translate(0px, 60%) rotate(20deg);	}
	100% {	transform: translate(0px, 0px) rotate(0turn);	}
}
/*********/
.lend_bg_logo {
	margin-top: 10px;
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/**** LENDING RESPONSIVE **************/
.rlend_box {
	box-sizing: border-box;
	width: 100%;
	flex-grow: 1;
	display: none;
    flex-direction: column;
	position: relative;
}
.rlend_top {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 10px 0 100px;
}
.rlend_top_bt_box {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rlend_bg_img {
	width: 100%;
}
.rlend_txt_box {
	display: flex;
    flex-direction: column;
	width: 100%;
	padding: 0 5px;
}
.rlend_txt_zag1{
	font-weight: bold;
	font-size: 44px;
	color: #0047A3;
	font-style: italic;
	text-align: right;
	text-align: center;
	margin-top: 10px;
}
.rlend_txt_txt {
	font-size: 18px;
	text-align: justify;
	color: #052555;
	margin-top: 5px;
}
.rlend_bg_logo {
	width: 100%;
	margin-top: 10px;
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
	padding: 0 10px 10px 0;
}
.rlend_menu {
	position: absolute;
	width: 50px;
	top: 20px;
	left: 20px;
	display: none;
}

/*** LOGIN ************************/
.reg_right {
	border: 1px solid #BBB;
	border-radius: 3px;
	position: relative;
	display: flex;
    flex-direction: column;
}
.reg_contener {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 0px;
}
.reg_top {
	background-color: #0099ff;
}
.reg_top_logo_box {
	background-color: #FFF;
}
.reg_cerrar {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
}
.reg_box {
	display: flex;
    flex-direction: column;
	padding: 30px 0px 10px 80px;
	width: 400px;
}
.reg_zagol {
	font-weight: bold;
	font-size: 50px;
	line-height: 59px;
	color: #0047A3;
}
.reg_subzagol {
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	color: #0047A3;
	margin-bottom: 20px;
}
.reg_text {
	width: 100%;
}
.reg_conf_text {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.reg_camp, .reg_camp_conf {
	border: 1px solid #CCC;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 20px;
	margin: 10px 0;
	width: 100%;
}
.reg_camp_conf {
	width: 75%;
	display: none;
}
.reg_bt_box {
	width: 100%;
	display: flex;
    justify-content: flex-end;
	margin-top: 20px;
}
.reg_textRC {
	width: 100%;
	margin-top: 15px;
	font-weight: bold;
	cursor: pointer;
}
.reg_cadipel_box {
	flex-grow: 1;
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
	padding: 0 10px 10px 0;
}
/***** REGISTER *********/
.reg_text_ch {
	display: flex;
    flex-direction: row;
	align-items: center;
	font-size: 16px;
	margin-top: 10px;
}
.reg_camp_ch {
	margin: 0 10px 0 0;
}
input.reg_camp_ch {
	width: 20px;
	height: 20px;
}
/****** KABINET ***********/
.kab_contener {
	width: 100%;
	display: flex;
    flex-direction: column;
}
.kab_header {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	padding: 10px;
}
.kab_head_left {
	display: flex;
    flex-direction: row;
    align-items: center;
	padding: 0 0 0 15px;
}
.kab_head_ico {
	width: 100px;
}
.kab_head_name_box {
	display: flex;
    flex-direction: column;
}
.kab_head_name, .kab_head_tel {
	margin-left: 20px;
	font-weight: bold;
	font-size: 40px;
	color: #1B0795;
	text-shadow: 2px 2px 3px #AAA;
}
.kab_head_tel {
	font-size: 18px;
}
.kab_head_right {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
	padding: 0 15px 0 0;
}
.kab_head_logo {
	width: 180px;
}
.kab_head_menu, .kab_footer_menu {
	width: 40px;
	margin: 0 20px;
	padding: 5px;
	cursor: pointer;
	transition-duration: 0.3s;
	border-radius: 3px;
}
.kab_head_menu:hover {
	transform: scale(1.07);
}
.kab_head_logobox {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.kab_head_salir {
	font-weight: bold;
	color: #1B0795;
	font-size: 16px;
	text-shadow: 2px 2px 3px #AAA;
}
.kab_head_salir a {
	text-decoration: none;
}
.kab_content {
	flex-grow: 1;
/*	background: rgba(250,0,0,0.1);*/
	width: 100%;
}
.kab_footer {
	display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 0 10px 10px 10px;
}
/******** KAB CONTENER ********/
.kab_home_contener {
	display: flex;
    flex-direction: column;
	padding: 15px;
}
.kab_card_box {
	display: flex;
    flex-direction: row;
    align-items: center;
	flex-wrap: wrap;
}
.kab_card {
	border: 1px solid #1B0795;
	border-radius: 5px;
	padding: 10px;
	background: #AAADAD;
	margin: 10px;
	width: 250px;
}
.kab_card:hover {
	background: #DCE1E2;
}
.kab_moneda_nav {
	display: none;
}
.kab_cardL_top {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.kab_cardL_logo {
	width: 60px;
	margin: 0 10px 5px 0;
}
.kab_cardL_val1, .kab_cardL_val2, .kab_cardL_val3 {
	font-weight: bold;
	font-size: 25px;
	color: #0047A3;
	text-align: right;	
}
.kab_cardL_val2 {
	width: 100%;
	font-size: 14px;
}
.kab_cardL_val3 {
	width: 100%;
	font-size: 10px;
	margin-top: 10px;
}
.kab_cardL_bottom {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.kab_cardL_abriv {
	font-weight: bold;
	font-size: 25px;
	color: #0047A3;
	text-align: center;
}
.kab_cardL_box {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.kab_cardL_abrivspace {
	flex-grow: 1;
}
.kab_moneda_nav {
	
}
.kab_card_box_select {
	width: 100%;
	display: flex;
	justify-content: flex-start;
    align-items: center;
	margin-top: 40px;
}
.kab_cardG {
	width: 350px;
	border: 1px solid #1B0795;
	border-radius: 5px;
	padding: 10px;
	background: #D3F7FF;
	margin: 10px;
}
.kab_cardL_val0 {
	font-weight: bold;
	font-size: 18px;
	color: #0047A3;
	margin: 0px 5px 10px 5px;
	text-shadow: 2px 2px 3px #AAA;
}
.kab_cardL_top0 {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	text-shadow: 2px 2px 3px #AAA;
	margin: 20px 0;
}
.kab_cardL_logo0 {
	width: 75px;
	margin: 0 10px 5px 0;
}
.kab_cardL_val10 {
	font-weight: bold;
	font-size: 30px;
	color: #0047A3;
	text-shadow: 2px 2px 3px #AAA;
	width: 100%;
	text-align: right;
}
.kab_cardL_abrivcotiz {
	font-weight: bold;
	font-size: 18px;
	color: #0047A3;
	margin: 0px 5px 0px 5px;
	text-shadow: 2px 2px 3px #AAA;
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.kab_cardL_abriv0 {
	font-weight: bold;
	font-size: 25px;
	color: #0047A3;
	width: 55px;
	text-align: center;
	text-shadow: 2px 2px 3px #AAA;
}
/******* PRESONAL ***************/
.pers_contener {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.pers_box {
	display: flex;
    flex-direction: column;
	padding: 10px 10px;
	width: 400px;
}
.pers_zagol {
	font-weight: bold;
	font-size: 30px;
	line-height: 59px;
	color: #0047A3;
	text-align: right;
}
.pers_text {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #0047A3;
}
.pers_camp {
	border: 1px solid #CCC;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 20px;
	margin: 10px 0;
	width: 100%;
	color: #0047A3;
}
.pers_bt_box {
	width: 100%;
	display: flex;
    justify-content: flex-end;
	margin-top: 20px;
}
.pers_text_ch {
	display: flex;
    flex-direction: row;
	align-items: center;
	font-size: 16px;
	margin-top: 10px;
	color: #0047A3;
}
.pers_camp_ch {
	margin: 0 10px 0 0;
}
input.pers_camp_ch {
	width: 20px;
	height: 20px;
}
/***** CHANGE *************/
.cha_contener {
	padding: 0 20px;
	width: 100%;
	display: flex;
    flex-direction: column;
}
.cha_box {
	display: flex;
    flex-direction: row;
}
.cha_zag {
	font-weight: bold;
	font-size: 30px;
	color: #000065;
	margin: 0 0 20px 20px;
	font-family: Mohave;
}
.cha_ico {
	width: 120px;
	display: flex;
    flex-direction: column;
}
.cha_ico_box {
	background-color: #DCE1E2;
	width: 100%;
	border: 1px solid #000;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 5px 20px;
}
.cha_ico_txt {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 18px;
	color: #0047A3;
}
.cha_ico_ico {
	width: 100%;
}
.cha_ico_arrow {
	width: 100%;
	cursor: pointer;
	margin-top: 10px;
}
.cha_mon_separ {
	width: 100%;
	border: 3px solid #0047A3;
	margin: 20px 0;
}
.cha_val {
	padding: 0 0 0 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	width: 100%;
}
.cha_val_val, .cha_val_val_to {
	width: 100%;
}
.cha_val_val_to {
	width: 100%;
	text-align: right;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 50px;
	color: #0047A3;
}
.cha_val_val_input {
	width: 100%;
	text-align: right;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 50px;
	line-height: 59px;
	color: #0047A3;
	border: none;
}
.cha_val_val input:focus {
	outline: none !important;
}
.cha_val_separ {
	width: 100%;
	border: 1px solid #0047A3;
	margin: 5px 0;
}
.cha_val_bal {
	width: 100%;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	font-family: Roboto;
	font-weight: bold;
	font-size: 20px;
	color: #0047A3;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cha_conf_bt_box {
	width: 100%;
	margin-top: 30px;
}
.confbt {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
	width: 250px;
	height: 50px;
	background-color: #2692D3;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
	cursor: pointer;
}
/***********/
.pag_contener {
	padding: 0 20px;
	width: 100%;
	display: flex;
    flex-direction: column;
}
.pag_zag {
	font-weight: bold;
	font-size: 30px;
	color: #000065;
	margin: 0 0 20px 20px;
	font-family: Mohave;
}
.pag_box {
	display: flex;
    flex-direction: row;
}
.pag_ico {
	width: 120px;
	display: flex;
    flex-direction: column;
}
.pag_val {
	padding: 0 0 0 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	width: 100%;
}
.pag_val_val {
	width: 100%;
}
.pag_val_separ {
	width: 100%;
	border: 1px solid #0047A3;
	margin: 5px 0;
}
.pag_val_bal {
	width: 100%;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	font-family: Roboto;
	font-weight: bold;
	font-size: 20px;
	color: #0047A3;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.pag_val_val_input {
	width: 100%;
	text-align: right;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 50px;
	line-height: 59px;
	color: #0047A3;
	border: none;
}
.pag_val_val input:focus {
	outline: none !important;
}
.pag_qr {
	padding: 0 30px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.pag_qr_fact {
	width: 100%;
	max-width: 300px;
	padding: 0px;
	font-size: 24px;
	color: #0047A3;
}
.pag_qr_code_box {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.pag_qr_code {
	font-weight: bold;
	font-size: 17px;
	color: #0047A3;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0 20px 0 0;
}
.pag_qr_txt {
	font-weight: bold;
	font-size: 17px;
	color: #0047A3;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0 10px 0 0;
}
.pag_qr_copy {
	display: none;
	cursor: pointer;
}
.pag_qr_copy:hover {
	transform: scale(1.05);
}
.pag_pag_box {
	width: 100%;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pag_cont_ico {
	width: 150px;
	cursor: pointer;
}
.pag_inp_box {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pag_val_inp_input {
	width: 100%;
	text-align: right;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 40px;
	color: #0047A3;
	border: none;
}
.pag_inp_box input:focus {
	outline: none !important;
}
.pag_conf_bt_box {
	width: 100%;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.confpag_back {
	width: 50px;
	cursor: pointer;
}
.pag_komu_box {
	padding: 0 0 20px 30px;
}
.pag_komu_name, .pag_komu_tel {
	font-weight: bold;
	font-size: 30px;
	color: #1B0795;
}
.pag_komu_tel {
	font-size: 18px;
}
.confpag_val_val {
	width: 100%;
	text-align: right;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 50px;
	color: #0047A3;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.confpag_conf_bt_box {
	width: 100%;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	margin: 40px 0 0 0;
}
.confpag_val_bal {
	width: 100%;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	font-family: Roboto;
	font-weight: bold;
	font-size: 20px;
	color: #0047A3;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.conf_pag_distino {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.pag_make_box {
	display: flex;
    justify-content: center;
    align-items: center;
}
.pag_alert {
	font-family: Roboto;
	font-weight: bold;
	font-size: 20px;
	color: #0047A3;
	text-align: center;
}



/**** HIST **************/
.kab_hist_contener {
	width: 100%;
	display: flex;
	padding: 0 20px;
}
.kab_hist_box {
	display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 0px;
	color: #1B0795;
}
.kab_hist_zag {
	font-weight: bold;
	font-size: 20px;
	background-color: #009FDC;
	color: #FFF;
	font-family: Mohave;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	padding: 5px 10px;
}
.kab_hist_txt {
	padding: 4px 5px;
	font-size: 14px;
}
.kab_hist_txt_box {
	width: 100%;
	grid-column: 1/-1;
	display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    align-items: center;
	font-size: 14px;
	background-color: #D3F7FF;
	padding: 3px 5px;
}
.kab_hist_sep {
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 15px;
	width: 15px;
}
.kab_hist_name {
	font-weight: bold;
}